Added batch agent update.

Ylian Saint-Hilaire committed Feb 16, 2021 at 23:58 UTC 34f07dfdbca5344f189b3d814bf3a9e5e59640bf
6 files changed +1833 -1807
meshcentral.js
+1 -1
@@ -1473,7 +1473,7 @@ function CreateMeshCentralServer(config, args) {
1473 } catch (ex) { }
1474
1475 // Load the list of mesh agents and install scripts
1476 - if (obj.args.noagentupdate == 1) { for (i in obj.meshAgentsArchitectureNumbers) { obj.meshAgentsArchitectureNumbers[i].update = false; } }
1476 + if ((obj.args.noagentupdate == 1) || (obj.args.noagentupdate == true)) { for (i in obj.meshAgentsArchitectureNumbers) { obj.meshAgentsArchitectureNumbers[i].update = false; } }
1477 obj.updateMeshAgentsTable(function () {
1478 obj.updateMeshAgentInstallScripts();
1479
meshuser.js
+6
@@ -5362,6 +5362,12 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
5362
5363 break;
5364 }
5365 + case 'updateAgents': {
5366 + // Update agents for selected devices
5367 + if (common.validateStrArray(command.nodeids, 1) == false) break; // Check nodeids
5368 + for (var i in command.nodeids) { routeCommandToNode({ action: 'msg', type: 'console', nodeid: command.nodeids[i], value: 'agentupdate' }, MESHRIGHT_ADMIN, 0); }
5369 + break;
5370 + }
5371 case 'print': {
5372 console.log(command.value);
5373 break;
public/scripts/amt-wsman-0.2.0-min.js
+1 -1
@@ -1 +1 @@
1 -var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,d,c){var m="",i="";null!=d&&null!=c&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+d+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+c+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var d in s)l+="<g:"+d+">"+s[d]+"</g:"+d+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var d in r)if(null!=r[d])if(Array.isArray(r[d]))for(var c in r[d])l+="<r:"+d+">"+r[d][c]+"</r:"+d+">";else l+="<r:"+d+">"+r[d]+"</r:"+d+">";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
1 +var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s="<w:SelectorSet>";for(var r in e)if(e.hasOwnProperty(r)){if(s+='<w:Selector Name="'+r+'">',e[r].ReferenceParameters){s+="<a:EndpointReference>",s+="<a:Address>"+e[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)s+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else s+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";s+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else s+=e[r];s+="</w:Selector>"}return s+="</w:SelectorSet>"}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+a+"><Header><a:Action>"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="";null!=c&&null!=d&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+c+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+d+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l&&null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>";p.PerformAjax(u+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+w(o)+"</Header><Body><e:Unsubscribe/>";p.PerformAjax(t+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+w(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="<r:"+r+' xmlns:r="'+e+'">';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+="<r:"+o+"><a:Address>"+s[o].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[o].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)a+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else a+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";a+="</w:SelectorSet></a:ReferenceParameters></r:"+o+">"}else if(Array.isArray(s[o]))for(n=0;n<s[o].length;n++)a+="<r:"+o+">"+s[o][n].toString()+"</r:"+o+">";else a+="<r:"+o+">"+s[o].toString()+"</r:"+o+">";return a+="</r:"+r+">"}(e,s);p.PerformAjax(n+"</Body></Envelope>",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(t)+"</Header><Body><g:"+n+' xmlns:g="'+e+'">';for(var c in s)l+="<g:"+c+">"+s[c]+"</g:"+c+">";p.PerformAjax(l+"</g:"+n+"></Body></Envelope>",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(s)+"</Header><Body /></Envelope>";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var c in r)if(null!=r[c])if(Array.isArray(r[c]))for(var d in r[c])l+="<r:"+c+">"+r[c][d]+"</r:"+c+">";else l+="<r:"+c+">"+r[c]+"</r:"+c+">";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+"</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+w(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+p.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+p.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o<a.childNodes.length;o++){var t=a.childNodes[o];r.Header[t.localName]=t.textContent}var n=s.getElementsByTagName("Body")[0];if(!(n=n||s.getElementsByTagName("a:Body")[0]))return null;if(0<n.childNodes.length){var l=(e=n.childNodes[0].localName).indexOf("_OUTPUT");-1!=l&&l==e.length-7&&(e=e.substring(0,e.length-7)),r.Header.Method=e,r.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o];"true"==(r=0==t.childElementCount?t.textContent:e(t))&&(r=!0),"false"==r&&(r=!1);var n=r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(n.childNodes[0])}return r}catch(e){return console.log("Unable to parse XML: "+s),null}},p}
\ No newline at end of file
translate/translate.json
+1818 -1805
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->31->1453",
21 - "default.handlebars->31->1455"
20 + "default.handlebars->31->1456",
21 + "default.handlebars->31->1458"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->31->1366"
207 + "default.handlebars->31->1369"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->31->1530",
228 - "default.handlebars->31->1997"
227 + "default.handlebars->31->1533",
228 + "default.handlebars->31->2000"
229 ]
230 },
231 {
@@ -432,7 +432,7 @@
432 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
433 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
434 "xloc": [
435 - "default.handlebars->31->1499",
435 + "default.handlebars->31->1502",
436 "default.handlebars->31->327"
437 ]
438 },
@@ -508,7 +508,7 @@
508 "zh-cht": ",",
509 "xloc": [
510 "default-mobile.handlebars->11->561",
511 - "default.handlebars->31->1601"
511 + "default.handlebars->31->1604"
512 ]
513 },
514 {
@@ -550,7 +550,7 @@
550 "zh-cht": ",MQTT在線",
551 "xloc": [
552 "default-mobile.handlebars->11->478",
553 - "default.handlebars->31->1106"
553 + "default.handlebars->31->1109"
554 ]
555 },
556 {
@@ -558,7 +558,7 @@
558 "fr": ", Pas de consentement",
559 "nl": ", Geen toestemming",
560 "xloc": [
561 - "default.handlebars->31->716"
561 + "default.handlebars->31->719"
562 ]
563 },
564 {
@@ -578,7 +578,7 @@
578 "zh-chs": ",提示同意",
579 "zh-cht": ",提示同意",
580 "xloc": [
581 - "default.handlebars->31->717"
581 + "default.handlebars->31->720"
582 ]
583 },
584 {
@@ -598,7 +598,7 @@
598 "zh-chs": ",软体KVM",
599 "zh-cht": ",軟體KVM",
600 "xloc": [
601 - "default.handlebars->31->891",
601 + "default.handlebars->31->894",
602 "desktop.handlebars->3->12"
603 ]
604 },
@@ -607,7 +607,7 @@
607 "fr": ", barre d'outils",
608 "nl": ", Werkbalk",
609 "xloc": [
610 - "default.handlebars->31->718"
610 + "default.handlebars->31->721"
611 ]
612 },
613 {
@@ -615,7 +615,7 @@
615 "nl": ", Alleen kijken",
616 "fr": ", Visualisation seulement",
617 "xloc": [
618 - "default.handlebars->31->715"
618 + "default.handlebars->31->718"
619 ]
620 },
621 {
@@ -637,9 +637,9 @@
637 "xloc": [
638 "default-mobile.handlebars->11->319",
639 "default-mobile.handlebars->11->352",
640 - "default.handlebars->31->898",
641 - "default.handlebars->31->957",
642 - "default.handlebars->31->969",
640 + "default.handlebars->31->901",
641 + "default.handlebars->31->960",
642 + "default.handlebars->31->972",
643 "desktop.handlebars->3->19",
644 "terminal.handlebars->3->9",
645 "xterm.handlebars->9->6"
@@ -762,7 +762,7 @@
762 "zh-chs": ",{0}观看",
763 "zh-cht": ",{0}觀看",
764 "xloc": [
765 - "default.handlebars->31->892",
765 + "default.handlebars->31->895",
766 "desktop.handlebars->3->13"
767 ]
768 },
@@ -827,9 +827,9 @@
827 "xloc": [
828 "default-mobile.handlebars->11->123",
829 "default-mobile.handlebars->11->354",
830 - "default.handlebars->31->1642",
831 - "default.handlebars->31->2156",
832 - "default.handlebars->31->975"
830 + "default.handlebars->31->1645",
831 + "default.handlebars->31->2159",
832 + "default.handlebars->31->978"
833 ]
834 },
835 {
@@ -886,7 +886,7 @@
886 "zh-chs": "1个活跃时段",
887 "zh-cht": "1個活躍時段",
888 "xloc": [
889 - "default.handlebars->31->2068"
889 + "default.handlebars->31->2071"
890 ]
891 },
892 {
@@ -908,7 +908,7 @@
908 "xloc": [
909 "default-mobile.handlebars->11->133",
910 "default-mobile.handlebars->11->604",
911 - "default.handlebars->31->1666",
911 + "default.handlebars->31->1669",
912 "download.handlebars->3->1",
913 "download2.handlebars->5->1"
914 ]
@@ -930,7 +930,7 @@
930 "zh-chs": "1条连接",
931 "zh-cht": "1位聯絡文",
932 "xloc": [
933 - "default.handlebars->31->894",
933 + "default.handlebars->31->897",
934 "desktop.handlebars->3->15"
935 ]
936 },
@@ -973,7 +973,7 @@
973 "zh-chs": "1组",
974 "zh-cht": "1群",
975 "xloc": [
976 - "default.handlebars->31->2031"
976 + "default.handlebars->31->2034"
977 ]
978 },
979 {
@@ -1015,7 +1015,7 @@
1015 "zh-chs": "1分钟",
1016 "zh-cht": "1分鐘",
1017 "xloc": [
1018 - "default.handlebars->31->774"
1018 + "default.handlebars->31->777"
1019 ]
1020 },
1021 {
@@ -1077,7 +1077,7 @@
1077 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1078 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1079 "xloc": [
1080 - "default.handlebars->31->1821"
1080 + "default.handlebars->31->1824"
1081 ]
1082 },
1083 {
@@ -1143,7 +1143,7 @@
1143 "default-mobile.handlebars->11->187",
1144 "default-mobile.handlebars->11->190",
1145 "default-mobile.handlebars->11->193",
1146 - "default.handlebars->31->1825",
1146 + "default.handlebars->31->1828",
1147 "default.handlebars->31->272",
1148 "default.handlebars->31->275",
1149 "default.handlebars->31->278",
@@ -1275,7 +1275,7 @@
1275 "zh-chs": "10分钟",
1276 "zh-cht": "10分鐘",
1277 "xloc": [
1278 - "default.handlebars->31->776"
1278 + "default.handlebars->31->779"
1279 ]
1280 },
1281 {
@@ -1358,7 +1358,7 @@
1358 "zh-chs": "12小时",
1359 "zh-cht": "12小時",
1360 "xloc": [
1361 - "default.handlebars->31->784"
1361 + "default.handlebars->31->787"
1362 ]
1363 },
1364 {
@@ -1400,7 +1400,7 @@
1400 "zh-chs": "15分钟",
1401 "zh-cht": "15分鐘",
1402 "xloc": [
1403 - "default.handlebars->31->777"
1403 + "default.handlebars->31->780"
1404 ]
1405 },
1406 {
@@ -1420,7 +1420,7 @@
1420 "zh-chs": "16小时",
1421 "zh-cht": "16小時",
1422 "xloc": [
1423 - "default.handlebars->31->785"
1423 + "default.handlebars->31->788"
1424 ]
1425 },
1426 {
@@ -1440,7 +1440,7 @@
1440 "zh-chs": "2天",
1441 "zh-cht": "2天",
1442 "xloc": [
1443 - "default.handlebars->31->787"
1443 + "default.handlebars->31->790"
1444 ]
1445 },
1446 {
@@ -1460,7 +1460,7 @@
1460 "zh-chs": "2小时",
1461 "zh-cht": "2小時",
1462 "xloc": [
1463 - "default.handlebars->31->781"
1463 + "default.handlebars->31->784"
1464 ]
1465 },
1466 {
@@ -1564,7 +1564,7 @@
1564 "zh-chs": "24小时",
1565 "zh-cht": "24小時",
1566 "xloc": [
1567 - "default.handlebars->31->786"
1567 + "default.handlebars->31->789"
1568 ]
1569 },
1570 {
@@ -1626,7 +1626,7 @@
1626 "zh-chs": "2FA备份代码已清除",
1627 "zh-cht": "2FA備份代碼已清除",
1628 "xloc": [
1629 - "default.handlebars->31->1777"
1629 + "default.handlebars->31->1780"
1630 ]
1631 },
1632 {
@@ -1646,8 +1646,8 @@
1646 "zh-chs": "启用第二因素身份验证",
1647 "zh-cht": "啟用第二因素身份驗證",
1648 "xloc": [
1649 - "default.handlebars->31->1838",
1650 - "default.handlebars->31->2053"
1649 + "default.handlebars->31->1841",
1650 + "default.handlebars->31->2056"
1651 ]
1652 },
1653 {
@@ -1766,7 +1766,7 @@
1766 "zh-chs": "30分钟",
1767 "zh-cht": "30分鐘",
1768 "xloc": [
1769 - "default.handlebars->31->778"
1769 + "default.handlebars->31->781"
1770 ]
1771 },
1772 {
@@ -1829,7 +1829,7 @@
1829 "zh-chs": "4天",
1830 "zh-cht": "4天",
1831 "xloc": [
1832 - "default.handlebars->31->788"
1832 + "default.handlebars->31->791"
1833 ]
1834 },
1835 {
@@ -1849,7 +1849,7 @@
1849 "zh-chs": "4个小时",
1850 "zh-cht": "4個小時",
1851 "xloc": [
1852 - "default.handlebars->31->782"
1852 + "default.handlebars->31->785"
1853 ]
1854 },
1855 {
@@ -1932,7 +1932,7 @@
1932 "zh-chs": "45分钟",
1933 "zh-cht": "45分鐘",
1934 "xloc": [
1935 - "default.handlebars->31->779"
1935 + "default.handlebars->31->782"
1936 ]
1937 },
1938 {
@@ -1972,7 +1972,7 @@
1972 "zh-chs": "5分钟",
1973 "zh-cht": "5分鐘",
1974 "xloc": [
1975 - "default.handlebars->31->775"
1975 + "default.handlebars->31->778"
1976 ]
1977 },
1978 {
@@ -2098,7 +2098,7 @@
2098 "zh-chs": "60分钟",
2099 "zh-cht": "60分鐘",
2100 "xloc": [
2101 - "default.handlebars->31->780"
2101 + "default.handlebars->31->783"
2102 ]
2103 },
2104 {
@@ -2218,7 +2218,7 @@
2218 "zh-chs": "7天电源状态",
2219 "zh-cht": "7天電源狀態",
2220 "xloc": [
2221 - "default.handlebars->31->819"
2221 + "default.handlebars->31->822"
2222 ]
2223 },
2224 {
@@ -2283,7 +2283,7 @@
2283 "xloc": [
2284 "default.handlebars->31->351",
2285 "default.handlebars->31->365",
2286 - "default.handlebars->31->783"
2286 + "default.handlebars->31->786"
2287 ]
2288 },
2289 {
@@ -2515,8 +2515,8 @@
2515 "zh-cht": "ACM",
2516 "xloc": [
2517 "default-mobile.handlebars->11->251",
2518 - "default.handlebars->31->1469",
2519 - "default.handlebars->31->592"
2518 + "default.handlebars->31->1472",
2519 + "default.handlebars->31->595"
2520 ]
2521 },
2522 {
@@ -2686,8 +2686,8 @@
2686 "xloc": [
2687 "default-mobile.handlebars->11->390",
2688 "default-mobile.handlebars->11->392",
2689 - "default.handlebars->31->611",
2690 - "default.handlebars->31->613"
2689 + "default.handlebars->31->614",
2690 + "default.handlebars->31->616"
2691 ]
2692 },
2693 {
@@ -2708,7 +2708,7 @@
2708 "zh-cht": "拒絕存取",
2709 "xloc": [
2710 "default-mobile.handlebars->11->479",
2711 - "default.handlebars->31->1107"
2711 + "default.handlebars->31->1110"
2712 ]
2713 },
2714 {
@@ -2750,7 +2750,7 @@
2750 "zh-chs": "访问服务器档案",
2751 "zh-cht": "存取伺服器檔案",
2752 "xloc": [
2753 - "default.handlebars->31->2003"
2753 + "default.handlebars->31->2006"
2754 ]
2755 },
2756 {
@@ -2839,11 +2839,11 @@
2839 "default-mobile.handlebars->11->226",
2840 "default-mobile.handlebars->11->228",
2841 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2842 - "default.handlebars->31->1375",
2843 - "default.handlebars->31->1377",
2844 - "default.handlebars->31->2270",
2845 - "default.handlebars->31->561",
2846 - "default.handlebars->31->563"
2842 + "default.handlebars->31->1378",
2843 + "default.handlebars->31->1380",
2844 + "default.handlebars->31->2273",
2845 + "default.handlebars->31->564",
2846 + "default.handlebars->31->566"
2847 ]
2848 },
2849 {
@@ -2852,7 +2852,7 @@
2852 "fr": "Paramètres du compte",
2853 "xloc": [
2854 "default-mobile.handlebars->11->572",
2855 - "default.handlebars->31->2164"
2855 + "default.handlebars->31->2167"
2856 ]
2857 },
2858 {
@@ -2913,7 +2913,7 @@
2913 "zh-chs": "帐户已更改:{0}",
2914 "zh-cht": "帳戶已更改:{0}",
2915 "xloc": [
2916 - "default.handlebars->31->1750"
2916 + "default.handlebars->31->1753"
2917 ]
2918 },
2919 {
@@ -2933,7 +2933,7 @@
2933 "zh-chs": "创建帐户,电子邮件为{0}",
2934 "zh-cht": "創建帳戶,電子郵件為{0}",
2935 "xloc": [
2936 - "default.handlebars->31->1749"
2936 + "default.handlebars->31->1752"
2937 ]
2938 },
2939 {
@@ -2953,7 +2953,7 @@
2953 "zh-chs": "创建帐户,用户名是{0}",
2954 "zh-cht": "帳戶已創建,用戶名是{0}",
2955 "xloc": [
2956 - "default.handlebars->31->1748"
2956 + "default.handlebars->31->1751"
2957 ]
2958 },
2959 {
@@ -2973,8 +2973,8 @@
2973 "zh-chs": "帐户已被锁定",
2974 "zh-cht": "帳戶已被鎖定",
2975 "xloc": [
2976 - "default.handlebars->31->1840",
2977 - "default.handlebars->31->2000"
2976 + "default.handlebars->31->1843",
2977 + "default.handlebars->31->2003"
2978 ]
2979 },
2980 {
@@ -2995,7 +2995,7 @@
2995 "zh-cht": "達到帳戶限制。",
2996 "xloc": [
2997 "default-mobile.handlebars->11->584",
2998 - "default.handlebars->31->2176",
2998 + "default.handlebars->31->2179",
2999 "login-mobile.handlebars->5->6",
3000 "login.handlebars->5->6",
3001 "login2.handlebars->7->7"
@@ -3040,7 +3040,7 @@
3040 "zh-chs": "帐号登录",
3041 "zh-cht": "帳號登錄",
3042 "xloc": [
3043 - "default.handlebars->31->1685"
3043 + "default.handlebars->31->1688"
3044 ]
3045 },
3046 {
@@ -3060,7 +3060,7 @@
3060 "zh-chs": "帐户登出",
3061 "zh-cht": "帳戶登出",
3062 "xloc": [
3063 - "default.handlebars->31->1686"
3063 + "default.handlebars->31->1689"
3064 ]
3065 },
3066 {
@@ -3102,7 +3102,7 @@
3102 "zh-chs": "帐户密码已更改:{0}",
3103 "zh-cht": "帳戶密碼已更改:{0}",
3104 "xloc": [
3105 - "default.handlebars->31->1758"
3105 + "default.handlebars->31->1761"
3106 ]
3107 },
3108 {
@@ -3122,7 +3122,7 @@
3122 "zh-chs": "帐户已删除",
3123 "zh-cht": "帳戶已刪除",
3124 "xloc": [
3125 - "default.handlebars->31->1747"
3125 + "default.handlebars->31->1750"
3126 ]
3127 },
3128 {
@@ -3163,7 +3163,7 @@
3163 "zh-cht": "指令",
3164 "xloc": [
3165 "default-mobile.handlebars->11->485",
3166 - "default.handlebars->31->1113",
3166 + "default.handlebars->31->1116",
3167 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3168 ]
3169 },
@@ -3184,8 +3184,8 @@
3184 "zh-chs": "动作档案",
3185 "zh-cht": "動作檔案",
3186 "xloc": [
3187 - "default.handlebars->31->865",
3188 - "default.handlebars->31->867"
3187 + "default.handlebars->31->868",
3188 + "default.handlebars->31->870"
3189 ]
3190 },
3191 {
@@ -3208,7 +3208,7 @@
3208 "default-mobile.handlebars->11->274",
3209 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
3210 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
3211 - "default.handlebars->31->654",
3211 + "default.handlebars->31->657",
3212 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
3213 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
3214 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3291,7 +3291,7 @@
3291 "zh-chs": "如果ACM失败,则激活到CCM",
3292 "zh-cht": "如果ACM失敗,則激活到CCM",
3293 "xloc": [
3294 - "default.handlebars->31->1490"
3294 + "default.handlebars->31->1493"
3295 ]
3296 },
3297 {
@@ -3314,9 +3314,9 @@
3314 "default-mobile.handlebars->11->246",
3315 "default-mobile.handlebars->11->248",
3316 "default-mobile.handlebars->11->441",
3317 - "default.handlebars->31->1068",
3318 - "default.handlebars->31->585",
3319 - "default.handlebars->31->587"
3317 + "default.handlebars->31->1071",
3318 + "default.handlebars->31->588",
3319 + "default.handlebars->31->590"
3320 ]
3321 },
3322 {
@@ -3356,7 +3356,7 @@
3356 "zh-chs": "主动设备共享",
3357 "zh-cht": "主動設備共享",
3358 "xloc": [
3359 - "default.handlebars->31->709"
3359 + "default.handlebars->31->712"
3360 ]
3361 },
3362 {
@@ -3382,7 +3382,7 @@
3382 "nl": "Toevoegen",
3383 "xloc": [
3384 "default-mobile.handlebars->11->345",
3385 - "default.handlebars->31->928"
3385 + "default.handlebars->31->931"
3386 ]
3387 },
3388 {
@@ -3402,7 +3402,7 @@
3402 "zh-chs": "添加代理",
3403 "zh-cht": "新增代理",
3404 "xloc": [
3405 - "default.handlebars->31->1465",
3405 + "default.handlebars->31->1468",
3406 "default.handlebars->31->305"
3407 ]
3408 },
@@ -3440,8 +3440,8 @@
3440 "zh-chs": "添加设备",
3441 "zh-cht": "新增裝置",
3442 "xloc": [
3443 - "default.handlebars->31->1977",
3444 - "default.handlebars->31->2103"
3443 + "default.handlebars->31->1980",
3444 + "default.handlebars->31->2106"
3445 ]
3446 },
3447 {
@@ -3461,7 +3461,7 @@
3461 "zh-chs": "添加设备日志",
3462 "zh-cht": "新增裝置日誌",
3463 "xloc": [
3464 - "default.handlebars->31->760"
3464 + "default.handlebars->31->763"
3465 ]
3466 },
3467 {
@@ -3481,9 +3481,9 @@
3481 "zh-chs": "添加设备组",
3482 "zh-cht": "新增裝置群",
3483 "xloc": [
3484 - "default.handlebars->31->1565",
3485 - "default.handlebars->31->1971",
3486 - "default.handlebars->31->2091",
3484 + "default.handlebars->31->1568",
3485 + "default.handlebars->31->1974",
3486 + "default.handlebars->31->2094",
3487 "default.handlebars->31->242"
3488 ]
3489 },
@@ -3504,7 +3504,7 @@
3504 "zh-chs": "添加设备组权限",
3505 "zh-cht": "新增裝置群權限",
3506 "xloc": [
3507 - "default.handlebars->31->1562"
3507 + "default.handlebars->31->1565"
3508 ]
3509 },
3510 {
@@ -3524,8 +3524,8 @@
3524 "zh-chs": "添加设备权限",
3525 "zh-cht": "新增裝置權限",
3526 "xloc": [
3527 - "default.handlebars->31->1567",
3528 - "default.handlebars->31->1569"
3527 + "default.handlebars->31->1570",
3528 + "default.handlebars->31->1572"
3529 ]
3530 },
3531 {
@@ -3622,7 +3622,7 @@
3622 "zh-chs": "添加成员身份",
3623 "zh-cht": "新增成員身份",
3624 "xloc": [
3625 - "default.handlebars->31->2123"
3625 + "default.handlebars->31->2126"
3626 ]
3627 },
3628 {
@@ -3662,8 +3662,8 @@
3662 "zh-chs": "添加安全密钥",
3663 "zh-cht": "新增安全密鑰",
3664 "xloc": [
3665 - "default.handlebars->31->1142",
3666 - "default.handlebars->31->1143",
3665 + "default.handlebars->31->1145",
3666 + "default.handlebars->31->1146",
3667 "default.handlebars->31->164",
3668 "default.handlebars->31->166",
3669 "default.handlebars->31->169",
@@ -3688,7 +3688,7 @@
3688 "zh-cht": "新增用戶",
3689 "xloc": [
3690 "default-mobile.handlebars->11->501",
3691 - "default.handlebars->31->701"
3691 + "default.handlebars->31->704"
3692 ]
3693 },
3694 {
@@ -3708,7 +3708,7 @@
3708 "zh-chs": "添加用户设备权限",
3709 "zh-cht": "新增用戶裝置權限",
3710 "xloc": [
3711 - "default.handlebars->31->1572"
3711 + "default.handlebars->31->1575"
3712 ]
3713 },
3714 {
@@ -3728,10 +3728,10 @@
3728 "zh-chs": "添加用户组",
3729 "zh-cht": "新增用戶群",
3730 "xloc": [
3731 - "default.handlebars->31->1461",
3732 - "default.handlebars->31->1564",
3733 - "default.handlebars->31->2097",
3734 - "default.handlebars->31->702"
3731 + "default.handlebars->31->1464",
3732 + "default.handlebars->31->1567",
3733 + "default.handlebars->31->2100",
3734 + "default.handlebars->31->705"
3735 ]
3736 },
3737 {
@@ -3751,7 +3751,7 @@
3751 "zh-chs": "添加用户组设备权限",
3752 "zh-cht": "新增用戶群裝置權限",
3753 "xloc": [
3754 - "default.handlebars->31->1574"
3754 + "default.handlebars->31->1577"
3755 ]
3756 },
3757 {
@@ -3808,8 +3808,8 @@
3808 "zh-chs": "添加用户",
3809 "zh-cht": "新增用戶",
3810 "xloc": [
3811 - "default.handlebars->31->1460",
3812 - "default.handlebars->31->1966"
3811 + "default.handlebars->31->1463",
3812 + "default.handlebars->31->1969"
3813 ]
3814 },
3815 {
@@ -3829,7 +3829,7 @@
3829 "zh-chs": "将用户添加到设备组",
3830 "zh-cht": "將用戶新增到裝置群",
3831 "xloc": [
3832 - "default.handlebars->31->1561"
3832 + "default.handlebars->31->1564"
3833 ]
3834 },
3835 {
@@ -3849,7 +3849,7 @@
3849 "zh-chs": "将用户添加到用户组",
3850 "zh-cht": "將用戶新增到用戶群",
3851 "xloc": [
3852 - "default.handlebars->31->1999"
3852 + "default.handlebars->31->2002"
3853 ]
3854 },
3855 {
@@ -3966,7 +3966,7 @@
3966 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3967 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3968 "xloc": [
3969 - "default.handlebars->31->1464",
3969 + "default.handlebars->31->1467",
3970 "default.handlebars->31->304"
3971 ]
3972 },
@@ -3987,7 +3987,7 @@
3987 "zh-chs": "添加标签",
3988 "zh-cht": "新增標籤",
3989 "xloc": [
3990 - "default.handlebars->31->488"
3990 + "default.handlebars->31->489"
3991 ]
3992 },
3993 {
@@ -4027,7 +4027,7 @@
4027 "zh-chs": "添加了身份验证应用程序",
4028 "zh-cht": "添加了身份驗證應用程序",
4029 "xloc": [
4030 - "default.handlebars->31->1774"
4030 + "default.handlebars->31->1777"
4031 ]
4032 },
4033 {
@@ -4047,7 +4047,7 @@
4047 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
4048 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
4049 "xloc": [
4050 - "default.handlebars->31->1785"
4050 + "default.handlebars->31->1788"
4051 ]
4052 },
4053 {
@@ -4067,8 +4067,8 @@
4067 "zh-chs": "已将设备{0}添加到设备组{1}",
4068 "zh-cht": "已將設備{0}添加到設備組{1}",
4069 "xloc": [
4070 - "default.handlebars->31->1741",
4071 - "default.handlebars->31->1768"
4070 + "default.handlebars->31->1744",
4071 + "default.handlebars->31->1771"
4072 ]
4073 },
4074 {
@@ -4088,7 +4088,7 @@
4088 "zh-chs": "添加了安全密钥",
4089 "zh-cht": "添加了安全密鑰",
4090 "xloc": [
4091 - "default.handlebars->31->1779"
4091 + "default.handlebars->31->1782"
4092 ]
4093 },
4094 {
@@ -4108,7 +4108,7 @@
4108 "zh-chs": "已将用户组{0}添加到设备组{1}",
4109 "zh-cht": "已將用戶組{0}添加到設備組{1}",
4110 "xloc": [
4111 - "default.handlebars->31->1752"
4111 + "default.handlebars->31->1755"
4112 ]
4113 },
4114 {
@@ -4128,8 +4128,8 @@
4128 "zh-chs": "已将用户{0}添加到用户组{1}",
4129 "zh-cht": "已將用戶{0}添加到用戶組{1}",
4130 "xloc": [
4131 - "default.handlebars->31->1755",
4132 - "default.handlebars->31->1764"
4131 + "default.handlebars->31->1758",
4132 + "default.handlebars->31->1767"
4133 ]
4134 },
4135 {
@@ -4190,7 +4190,7 @@
4190 "zh-cht": "管理員控制模式(ACM)",
4191 "xloc": [
4192 "default-mobile.handlebars->11->443",
4193 - "default.handlebars->31->1070"
4193 + "default.handlebars->31->1073"
4194 ]
4195 },
4196 {
@@ -4211,7 +4211,7 @@
4211 "zh-cht": "管理員憑證",
4212 "xloc": [
4213 "default-mobile.handlebars->11->449",
4214 - "default.handlebars->31->1076"
4214 + "default.handlebars->31->1079"
4215 ]
4216 },
4217 {
@@ -4252,7 +4252,7 @@
4252 "zh-chs": "管理领域",
4253 "zh-cht": "管理領域",
4254 "xloc": [
4255 - "default.handlebars->31->2035"
4255 + "default.handlebars->31->2038"
4256 ]
4257 },
4258 {
@@ -4293,7 +4293,7 @@
4293 "zh-chs": "管理领域",
4294 "zh-cht": "管理領域",
4295 "xloc": [
4296 - "default.handlebars->31->1903"
4296 + "default.handlebars->31->1906"
4297 ]
4298 },
4299 {
@@ -4313,7 +4313,7 @@
4313 "zh-chs": "管理员",
4314 "zh-cht": "管理員",
4315 "xloc": [
4316 - "default.handlebars->31->1832"
4316 + "default.handlebars->31->1835"
4317 ]
4318 },
4319 {
@@ -4333,7 +4333,7 @@
4333 "zh-chs": "南非文",
4334 "zh-cht": "南非文",
4335 "xloc": [
4336 - "default.handlebars->31->1145"
4336 + "default.handlebars->31->1148"
4337 ]
4338 },
4339 {
@@ -4358,8 +4358,8 @@
4358 "default-mobile.handlebars->11->243",
4359 "default-mobile.handlebars->11->265",
4360 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4361 - "default.handlebars->31->1628",
4362 - "default.handlebars->31->1636",
4361 + "default.handlebars->31->1631",
4362 + "default.handlebars->31->1639",
4363 "default.handlebars->31->258",
4364 "default.handlebars->31->447",
4365 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4382,8 +4382,8 @@
4382 "zh-chs": "代理+英特尔AMT",
4383 "zh-cht": "代理+Intel&reg; AMT",
4384 "xloc": [
4385 - "default.handlebars->31->1630",
4386 - "default.handlebars->31->1638"
4385 + "default.handlebars->31->1633",
4386 + "default.handlebars->31->1641"
4387 ]
4388 },
4389 {
@@ -4425,7 +4425,7 @@
4425 "zh-cht": "代理控制台",
4426 "xloc": [
4427 "default-mobile.handlebars->11->543",
4428 - "default.handlebars->31->1582"
4428 + "default.handlebars->31->1585"
4429 ]
4430 },
4431 {
@@ -4445,7 +4445,7 @@
4445 "zh-chs": "代理错误计数器",
4446 "zh-cht": "代理錯誤計數器",
4447 "xloc": [
4448 - "default.handlebars->31->2201"
4448 + "default.handlebars->31->2204"
4449 ]
4450 },
4451 {
@@ -4548,7 +4548,7 @@
4548 "zh-chs": "代理时段",
4549 "zh-cht": "代理時段",
4550 "xloc": [
4551 - "default.handlebars->31->2217"
4551 + "default.handlebars->31->2220"
4552 ]
4553 },
4554 {
@@ -4569,7 +4569,7 @@
4569 "zh-cht": "代理標籤",
4570 "xloc": [
4571 "default-mobile.handlebars->11->264",
4572 - "default.handlebars->31->608"
4572 + "default.handlebars->31->611"
4573 ]
4574 },
4575 {
@@ -4589,7 +4589,7 @@
4589 "zh-chs": "代理类型",
4590 "zh-cht": "代理類型",
4591 "xloc": [
4592 - "default.handlebars->31->1634",
4592 + "default.handlebars->31->1637",
4593 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4594 ]
4595 },
@@ -4610,7 +4610,7 @@
4610 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4611 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4612 "xloc": [
4613 - "default.handlebars->31->1738"
4613 + "default.handlebars->31->1741"
4614 ]
4615 },
4616 {
@@ -4631,8 +4631,8 @@
4631 "zh-cht": "代理已連接",
4632 "xloc": [
4633 "default.handlebars->31->178",
4634 - "default.handlebars->31->692",
4635 - "default.handlebars->31->693"
4634 + "default.handlebars->31->695",
4635 + "default.handlebars->31->696"
4636 ]
4637 },
4638 {
@@ -4673,7 +4673,7 @@
4673 "zh-cht": "代理離線",
4674 "xloc": [
4675 "default-mobile.handlebars->11->477",
4676 - "default.handlebars->31->1105"
4676 + "default.handlebars->31->1108"
4677 ]
4678 },
4679 {
@@ -4694,7 +4694,7 @@
4694 "zh-cht": "代理在線",
4695 "xloc": [
4696 "default-mobile.handlebars->11->476",
4697 - "default.handlebars->31->1104"
4697 + "default.handlebars->31->1107"
4698 ]
4699 },
4700 {
@@ -4715,7 +4715,7 @@
4715 "zh-cht": "代理在特權降低的遠程設備上運行。",
4716 "xloc": [
4717 "default.handlebars->31->176",
4718 - "default.handlebars->31->690"
4718 + "default.handlebars->31->693"
4719 ]
4720 },
4721 {
@@ -4735,7 +4735,7 @@
4735 "zh-chs": "代理",
4736 "zh-cht": "代理",
4737 "xloc": [
4738 - "default.handlebars->31->2233"
4738 + "default.handlebars->31->2236"
4739 ]
4740 },
4741 {
@@ -4755,7 +4755,7 @@
4755 "zh-chs": "阿尔巴尼亚文",
4756 "zh-cht": "阿爾巴尼亞文",
4757 "xloc": [
4758 - "default.handlebars->31->1146"
4758 + "default.handlebars->31->1149"
4759 ]
4760 },
4761 {
@@ -4798,7 +4798,7 @@
4798 "zh-chs": "全部可用",
4799 "zh-cht": "全部可用",
4800 "xloc": [
4801 - "default.handlebars->31->1795"
4801 + "default.handlebars->31->1798"
4802 ]
4803 },
4804 {
@@ -4835,7 +4835,7 @@
4835 "zh-chs": "所有事件",
4836 "zh-cht": "所有事件",
4837 "xloc": [
4838 - "default.handlebars->31->1793"
4838 + "default.handlebars->31->1796"
4839 ]
4840 },
4841 {
@@ -4855,9 +4855,9 @@
4855 "zh-chs": "全部聚焦",
4856 "zh-cht": "全部聚焦",
4857 "xloc": [
4858 - "default.handlebars->31->899",
4859 - "default.handlebars->31->901",
4860 - "default.handlebars->31->902"
4858 + "default.handlebars->31->902",
4859 + "default.handlebars->31->904",
4860 + "default.handlebars->31->905"
4861 ]
4862 },
4863 {
@@ -4877,8 +4877,8 @@
4877 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4878 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4879 "xloc": [
4880 - "default.handlebars->31->1528",
4881 - "default.handlebars->31->1996"
4880 + "default.handlebars->31->1531",
4881 + "default.handlebars->31->1999"
4882 ]
4883 },
4884 {
@@ -4898,7 +4898,7 @@
4898 "zh-chs": "允许用户管理此设备。",
4899 "zh-cht": "允許用戶管理此裝置。",
4900 "xloc": [
4901 - "default.handlebars->31->1529"
4901 + "default.handlebars->31->1532"
4902 ]
4903 },
4904 {
@@ -4937,8 +4937,8 @@
4937 "xloc": [
4938 "default-mobile.handlebars->11->338",
4939 "default-mobile.handlebars->11->342",
4940 - "default.handlebars->31->921",
4941 - "default.handlebars->31->925"
4940 + "default.handlebars->31->924",
4941 + "default.handlebars->31->928"
4942 ]
4943 },
4944 {
@@ -5000,7 +5000,7 @@
5000 "zh-chs": "备用(F10 = ESC + 0)",
5001 "zh-cht": "備用(F10 = ESC + 0)",
5002 "xloc": [
5003 - "default.handlebars->31->962",
5003 + "default.handlebars->31->965",
5004 "terminal.handlebars->3->19"
5005 ]
5006 },
@@ -5042,10 +5042,10 @@
5042 "zh-chs": "一直通知",
5043 "zh-cht": "一直通知",
5044 "xloc": [
5045 - "default.handlebars->31->1440",
5046 - "default.handlebars->31->1957",
5047 - "default.handlebars->31->2044",
5048 - "default.handlebars->31->636"
5045 + "default.handlebars->31->1443",
5046 + "default.handlebars->31->1960",
5047 + "default.handlebars->31->2047",
5048 + "default.handlebars->31->639"
5049 ]
5050 },
5051 {
@@ -5065,10 +5065,10 @@
5065 "zh-chs": "一直提示",
5066 "zh-cht": "一直提示",
5067 "xloc": [
5068 - "default.handlebars->31->1441",
5069 - "default.handlebars->31->1958",
5070 - "default.handlebars->31->2045",
5071 - "default.handlebars->31->637"
5068 + "default.handlebars->31->1444",
5069 + "default.handlebars->31->1961",
5070 + "default.handlebars->31->2048",
5071 + "default.handlebars->31->640"
5072 ]
5073 },
5074 {
@@ -5227,7 +5227,7 @@
5227 "zh-cht": "防毒軟體",
5228 "xloc": [
5229 "default-mobile.handlebars->11->406",
5230 - "default.handlebars->31->627"
5230 + "default.handlebars->31->630"
5231 ]
5232 },
5233 {
@@ -5348,7 +5348,7 @@
5348 "zh-chs": "阿拉伯文(阿尔及利亚)",
5349 "zh-cht": "阿拉伯文(阿爾及利亞)",
5350 "xloc": [
5351 - "default.handlebars->31->1148"
5351 + "default.handlebars->31->1151"
5352 ]
5353 },
5354 {
@@ -5368,7 +5368,7 @@
5368 "zh-chs": "阿拉伯文(巴林)",
5369 "zh-cht": "阿拉伯文(巴林)",
5370 "xloc": [
5371 - "default.handlebars->31->1149"
5371 + "default.handlebars->31->1152"
5372 ]
5373 },
5374 {
@@ -5388,7 +5388,7 @@
5388 "zh-chs": "阿拉伯文(埃及)",
5389 "zh-cht": "阿拉伯文(埃及)",
5390 "xloc": [
5391 - "default.handlebars->31->1150"
5391 + "default.handlebars->31->1153"
5392 ]
5393 },
5394 {
@@ -5408,7 +5408,7 @@
5408 "zh-chs": "阿拉伯文(伊拉克)",
5409 "zh-cht": "阿拉伯文(伊拉克)",
5410 "xloc": [
5411 - "default.handlebars->31->1151"
5411 + "default.handlebars->31->1154"
5412 ]
5413 },
5414 {
@@ -5428,7 +5428,7 @@
5428 "zh-chs": "阿拉伯文(约旦)",
5429 "zh-cht": "阿拉伯文(約旦)",
5430 "xloc": [
5431 - "default.handlebars->31->1152"
5431 + "default.handlebars->31->1155"
5432 ]
5433 },
5434 {
@@ -5448,7 +5448,7 @@
5448 "zh-chs": "阿拉伯文(科威特)",
5449 "zh-cht": "阿拉伯文(科威特)",
5450 "xloc": [
5451 - "default.handlebars->31->1153"
5451 + "default.handlebars->31->1156"
5452 ]
5453 },
5454 {
@@ -5468,7 +5468,7 @@
5468 "zh-chs": "阿拉伯文(黎巴嫩)",
5469 "zh-cht": "阿拉伯文(黎巴嫩)",
5470 "xloc": [
5471 - "default.handlebars->31->1154"
5471 + "default.handlebars->31->1157"
5472 ]
5473 },
5474 {
@@ -5488,7 +5488,7 @@
5488 "zh-chs": "阿拉伯文(利比亚)",
5489 "zh-cht": "阿拉伯文(利比亞)",
5490 "xloc": [
5491 - "default.handlebars->31->1155"
5491 + "default.handlebars->31->1158"
5492 ]
5493 },
5494 {
@@ -5508,7 +5508,7 @@
5508 "zh-chs": "阿拉伯文(摩洛哥)",
5509 "zh-cht": "阿拉伯文(摩洛哥)",
5510 "xloc": [
5511 - "default.handlebars->31->1156"
5511 + "default.handlebars->31->1159"
5512 ]
5513 },
5514 {
@@ -5528,7 +5528,7 @@
5528 "zh-chs": "阿拉伯文(阿曼)",
5529 "zh-cht": "阿拉伯文(阿曼)",
5530 "xloc": [
5531 - "default.handlebars->31->1157"
5531 + "default.handlebars->31->1160"
5532 ]
5533 },
5534 {
@@ -5548,7 +5548,7 @@
5548 "zh-chs": "阿拉伯文(卡塔尔)",
5549 "zh-cht": "阿拉伯文(卡塔爾)",
5550 "xloc": [
5551 - "default.handlebars->31->1158"
5551 + "default.handlebars->31->1161"
5552 ]
5553 },
5554 {
@@ -5568,7 +5568,7 @@
5568 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5569 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5570 "xloc": [
5571 - "default.handlebars->31->1159"
5571 + "default.handlebars->31->1162"
5572 ]
5573 },
5574 {
@@ -5588,7 +5588,7 @@
5588 "zh-chs": "阿拉伯文(标准)",
5589 "zh-cht": "阿拉伯文(標準)",
5590 "xloc": [
5591 - "default.handlebars->31->1147"
5591 + "default.handlebars->31->1150"
5592 ]
5593 },
5594 {
@@ -5608,7 +5608,7 @@
5608 "zh-chs": "阿拉伯文(叙利亚)",
5609 "zh-cht": "阿拉伯文(敘利亞)",
5610 "xloc": [
5611 - "default.handlebars->31->1160"
5611 + "default.handlebars->31->1163"
5612 ]
5613 },
5614 {
@@ -5628,7 +5628,7 @@
5628 "zh-chs": "阿拉伯文(突尼斯)",
5629 "zh-cht": "阿拉伯文(突尼斯)",
5630 "xloc": [
5631 - "default.handlebars->31->1161"
5631 + "default.handlebars->31->1164"
5632 ]
5633 },
5634 {
@@ -5648,7 +5648,7 @@
5648 "zh-chs": "阿拉伯文(阿联酋)",
5649 "zh-cht": "阿拉伯文(阿聯酋)",
5650 "xloc": [
5651 - "default.handlebars->31->1162"
5651 + "default.handlebars->31->1165"
5652 ]
5653 },
5654 {
@@ -5668,7 +5668,7 @@
5668 "zh-chs": "阿拉伯文(也门)",
5669 "zh-cht": "阿拉伯文(也門)",
5670 "xloc": [
5671 - "default.handlebars->31->1163"
5671 + "default.handlebars->31->1166"
5672 ]
5673 },
5674 {
@@ -5688,7 +5688,7 @@
5688 "zh-chs": "阿拉贡文",
5689 "zh-cht": "阿拉貢文",
5690 "xloc": [
5691 - "default.handlebars->31->1164"
5691 + "default.handlebars->31->1167"
5692 ]
5693 },
5694 {
@@ -5709,7 +5709,7 @@
5709 "zh-cht": "結構",
5710 "xloc": [
5711 "default-mobile.handlebars->11->389",
5712 - "default.handlebars->31->1023"
5712 + "default.handlebars->31->1026"
5713 ]
5714 },
5715 {
@@ -5750,7 +5750,7 @@
5750 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5751 "xloc": [
5752 "default-mobile.handlebars->11->508",
5753 - "default.handlebars->31->1504"
5753 + "default.handlebars->31->1507"
5754 ]
5755 },
5756 {
@@ -5770,7 +5770,7 @@
5770 "zh-chs": "您确定要删除节点{0}吗?",
5771 "zh-cht": "你確定要刪除節點{0}嗎?",
5772 "xloc": [
5773 - "default.handlebars->31->841"
5773 + "default.handlebars->31->844"
5774 ]
5775 },
5776 {
@@ -5790,7 +5790,7 @@
5790 "zh-chs": "您确定要卸载所选代理吗?",
5791 "zh-cht": "你確定要卸載所選代理嗎?",
5792 "xloc": [
5793 - "default.handlebars->31->830"
5793 + "default.handlebars->31->833"
5794 ]
5795 },
5796 {
@@ -5810,7 +5810,7 @@
5810 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5811 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5812 "xloc": [
5813 - "default.handlebars->31->829"
5813 + "default.handlebars->31->832"
5814 ]
5815 },
5816 {
@@ -5830,7 +5830,7 @@
5830 "zh-chs": "您确定要{0}插件吗:{1}",
5831 "zh-cht": "你確定要{0}外掛嗎:{1}",
5832 "xloc": [
5833 - "default.handlebars->31->2279"
5833 + "default.handlebars->31->2282"
5834 ]
5835 },
5836 {
@@ -5850,7 +5850,7 @@
5850 "zh-chs": "亚美尼亚文",
5851 "zh-cht": "亞美尼亞文",
5852 "xloc": [
5853 - "default.handlebars->31->1165"
5853 + "default.handlebars->31->1168"
5854 ]
5855 },
5856 {
@@ -5910,7 +5910,7 @@
5910 "zh-chs": "阿萨姆文",
5911 "zh-cht": "阿薩姆文",
5912 "xloc": [
5913 - "default.handlebars->31->1166"
5913 + "default.handlebars->31->1169"
5914 ]
5915 },
5916 {
@@ -5930,7 +5930,7 @@
5930 "zh-chs": "阿斯图里亚斯文",
5931 "zh-cht": "阿斯圖里亞斯文",
5932 "xloc": [
5933 - "default.handlebars->31->1167"
5933 + "default.handlebars->31->1170"
5934 ]
5935 },
5936 {
@@ -5950,7 +5950,7 @@
5950 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5951 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5952 "xloc": [
5953 - "default.handlebars->31->1707"
5953 + "default.handlebars->31->1710"
5954 ]
5955 },
5956 {
@@ -5970,7 +5970,7 @@
5970 "zh-chs": "认证软件",
5971 "zh-cht": "認證軟體",
5972 "xloc": [
5973 - "default.handlebars->31->2048"
5973 + "default.handlebars->31->2051"
5974 ]
5975 },
5976 {
@@ -5994,8 +5994,8 @@
5994 "default-mobile.handlebars->11->63",
5995 "default-mobile.handlebars->11->86",
5996 "default-mobile.handlebars->11->88",
5997 - "default.handlebars->31->1131",
5998 - "default.handlebars->31->1133",
5997 + "default.handlebars->31->1134",
5998 + "default.handlebars->31->1136",
5999 "default.handlebars->31->140",
6000 "default.handlebars->31->145"
6001 ]
@@ -6077,7 +6077,7 @@
6077 "zh-chs": "自动删除",
6078 "zh-cht": "自動刪除",
6079 "xloc": [
6080 - "default.handlebars->31->1427"
6080 + "default.handlebars->31->1430"
6081 ]
6082 },
6083 {
@@ -6121,7 +6121,7 @@
6121 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6122 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6123 "xloc": [
6124 - "default.handlebars->31->1788"
6124 + "default.handlebars->31->1791"
6125 ]
6126 },
6127 {
@@ -6161,7 +6161,7 @@
6161 "zh-chs": "可用內存",
6162 "zh-cht": "可用內存",
6163 "xloc": [
6164 - "default.handlebars->31->2226"
6164 + "default.handlebars->31->2229"
6165 ]
6166 },
6167 {
@@ -6181,7 +6181,7 @@
6181 "zh-chs": "阿塞拜疆文",
6182 "zh-cht": "阿塞拜疆文",
6183 "xloc": [
6184 - "default.handlebars->31->1168"
6184 + "default.handlebars->31->1171"
6185 ]
6186 },
6187 {
@@ -6192,9 +6192,9 @@
6192 "default-mobile.handlebars->11->393",
6193 "default-mobile.handlebars->11->397",
6194 "default-mobile.handlebars->11->401",
6195 - "default.handlebars->31->614",
6196 - "default.handlebars->31->618",
6197 - "default.handlebars->31->622"
6195 + "default.handlebars->31->617",
6196 + "default.handlebars->31->621",
6197 + "default.handlebars->31->625"
6198 ]
6199 },
6200 {
@@ -6215,7 +6215,7 @@
6215 "zh-cht": "的BIOS",
6216 "xloc": [
6217 "default-mobile.handlebars->11->455",
6218 - "default.handlebars->31->1082"
6218 + "default.handlebars->31->1085"
6219 ]
6220 },
6221 {
@@ -6299,7 +6299,7 @@
6299 "nl": "BackSpace",
6300 "xloc": [
6301 "default-mobile.handlebars->11->322",
6302 - "default.handlebars->31->905"
6302 + "default.handlebars->31->908"
6303 ]
6304 },
6305 {
@@ -6339,8 +6339,8 @@
6339 "zh-chs": "背景与互动",
6340 "zh-cht": "背景與互動",
6341 "xloc": [
6342 - "default.handlebars->31->1611",
6343 - "default.handlebars->31->1618",
6342 + "default.handlebars->31->1614",
6343 + "default.handlebars->31->1621",
6344 "default.handlebars->31->357",
6345 "default.handlebars->31->371"
6346 ]
@@ -6362,8 +6362,8 @@
6362 "zh-chs": "仅背景",
6363 "zh-cht": "僅背景",
6364 "xloc": [
6365 - "default.handlebars->31->1612",
6366 - "default.handlebars->31->1619",
6365 + "default.handlebars->31->1615",
6366 + "default.handlebars->31->1622",
6367 "default.handlebars->31->358",
6368 "default.handlebars->31->372",
6369 "default.handlebars->31->387"
@@ -6407,7 +6407,7 @@
6407 "zh-chs": "备用码",
6408 "zh-cht": "備用碼",
6409 "xloc": [
6410 - "default.handlebars->31->2050"
6410 + "default.handlebars->31->2053"
6411 ]
6412 },
6413 {
@@ -6427,7 +6427,7 @@
6427 "zh-chs": "错误的签名",
6428 "zh-cht": "錯誤的簽名",
6429 "xloc": [
6430 - "default.handlebars->31->2208"
6430 + "default.handlebars->31->2211"
6431 ]
6432 },
6433 {
@@ -6447,7 +6447,7 @@
6447 "zh-chs": "错误的网络证书",
6448 "zh-cht": "錯誤的網絡憑證",
6449 "xloc": [
6450 - "default.handlebars->31->2207"
6450 + "default.handlebars->31->2210"
6451 ]
6452 },
6453 {
@@ -6467,7 +6467,7 @@
6467 "zh-chs": "巴斯克",
6468 "zh-cht": "巴斯克",
6469 "xloc": [
6470 - "default.handlebars->31->1169"
6470 + "default.handlebars->31->1172"
6471 ]
6472 },
6473 {
@@ -6487,7 +6487,7 @@
6487 "zh-chs": "批处理文件上传",
6488 "zh-cht": "批處理文件上傳",
6489 "xloc": [
6490 - "default.handlebars->31->504"
6490 + "default.handlebars->31->505"
6491 ]
6492 },
6493 {
@@ -6527,7 +6527,7 @@
6527 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
6528 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6529 "xloc": [
6530 - "default.handlebars->31->1787"
6530 + "default.handlebars->31->1790"
6531 ]
6532 },
6533 {
@@ -6547,7 +6547,7 @@
6547 "zh-chs": "白俄罗斯文",
6548 "zh-cht": "白俄羅斯文",
6549 "xloc": [
6550 - "default.handlebars->31->1171"
6550 + "default.handlebars->31->1174"
6551 ]
6552 },
6553 {
@@ -6567,7 +6567,7 @@
6567 "zh-chs": "孟加拉",
6568 "zh-cht": "孟加拉",
6569 "xloc": [
6570 - "default.handlebars->31->1172"
6570 + "default.handlebars->31->1175"
6571 ]
6572 },
6573 {
@@ -6599,7 +6599,7 @@
6599 "fr": "Chargeur de démarrage",
6600 "xloc": [
6601 "default-mobile.handlebars->11->419",
6602 - "default.handlebars->31->1036"
6602 + "default.handlebars->31->1039"
6603 ]
6604 },
6605 {
@@ -6619,7 +6619,7 @@
6619 "zh-chs": "波斯尼亚文",
6620 "zh-cht": "波斯尼亞文",
6621 "xloc": [
6622 - "default.handlebars->31->1173"
6622 + "default.handlebars->31->1176"
6623 ]
6624 },
6625 {
@@ -6639,7 +6639,7 @@
6639 "zh-chs": "布列塔尼",
6640 "zh-cht": "布列塔尼",
6641 "xloc": [
6642 - "default.handlebars->31->1174"
6642 + "default.handlebars->31->1177"
6643 ]
6644 },
6645 {
@@ -6659,7 +6659,7 @@
6659 "zh-chs": "广播",
6660 "zh-cht": "廣播",
6661 "xloc": [
6662 - "default.handlebars->31->1964",
6662 + "default.handlebars->31->1967",
6663 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6664 ]
6665 },
@@ -6680,7 +6680,7 @@
6680 "zh-chs": "广播消息",
6681 "zh-cht": "廣播消息",
6682 "xloc": [
6683 - "default.handlebars->31->1885"
6683 + "default.handlebars->31->1888"
6684 ]
6685 },
6686 {
@@ -6700,7 +6700,7 @@
6700 "zh-chs": "向所有连接的用户广播消息。",
6701 "zh-cht": "向所有連接的用戶廣播消息。",
6702 "xloc": [
6703 - "default.handlebars->31->1880"
6703 + "default.handlebars->31->1883"
6704 ]
6705 },
6706 {
@@ -6727,7 +6727,7 @@
6727 "zh-chs": "保加利亚文",
6728 "zh-cht": "保加利亞文",
6729 "xloc": [
6730 - "default.handlebars->31->1170"
6730 + "default.handlebars->31->1173"
6731 ]
6732 },
6733 {
@@ -6747,7 +6747,7 @@
6747 "zh-chs": "缅甸文",
6748 "zh-cht": "緬甸文",
6749 "xloc": [
6750 - "default.handlebars->31->1175"
6750 + "default.handlebars->31->1178"
6751 ]
6752 },
6753 {
@@ -6768,7 +6768,7 @@
6768 "zh-cht": "CCM",
6769 "xloc": [
6770 "default-mobile.handlebars->11->250",
6771 - "default.handlebars->31->590"
6771 + "default.handlebars->31->593"
6772 ]
6773 },
6774 {
@@ -6788,7 +6788,7 @@
6788 "zh-chs": "CCM模式",
6789 "zh-cht": "CCM模式",
6790 "xloc": [
6791 - "default.handlebars->31->1487"
6791 + "default.handlebars->31->1490"
6792 ]
6793 },
6794 {
@@ -6830,7 +6830,7 @@
6830 "zh-chs": "CIRA服务器",
6831 "zh-cht": "CIRA伺服器",
6832 "xloc": [
6833 - "default.handlebars->31->2265"
6833 + "default.handlebars->31->2268"
6834 ]
6835 },
6836 {
@@ -6850,7 +6850,7 @@
6850 "zh-chs": "CIRA服务器命令",
6851 "zh-cht": "CIRA伺服器指令",
6852 "xloc": [
6853 - "default.handlebars->31->2266"
6853 + "default.handlebars->31->2269"
6854 ]
6855 },
6856 {
@@ -6870,7 +6870,7 @@
6870 "zh-chs": "CIRA设置",
6871 "zh-cht": "CIRA設置",
6872 "xloc": [
6873 - "default.handlebars->31->1495"
6873 + "default.handlebars->31->1498"
6874 ]
6875 },
6876 {
@@ -6891,7 +6891,7 @@
6891 "zh-cht": "CPU",
6892 "xloc": [
6893 "default-mobile.handlebars->11->461",
6894 - "default.handlebars->31->1088"
6894 + "default.handlebars->31->1091"
6895 ]
6896 },
6897 {
@@ -6911,7 +6911,7 @@
6911 "zh-chs": "CPU负载",
6912 "zh-cht": "CPU負載",
6913 "xloc": [
6914 - "default.handlebars->31->2222"
6914 + "default.handlebars->31->2225"
6915 ]
6916 },
6917 {
@@ -6931,7 +6931,7 @@
6931 "zh-chs": "最近15分钟的CPU负载",
6932 "zh-cht": "最近15分鐘的CPU負載",
6933 "xloc": [
6934 - "default.handlebars->31->2225"
6934 + "default.handlebars->31->2228"
6935 ]
6936 },
6937 {
@@ -6951,7 +6951,7 @@
6951 "zh-chs": "最近5分钟的CPU负载",
6952 "zh-cht": "最近5分鐘的CPU負載",
6953 "xloc": [
6954 - "default.handlebars->31->2224"
6954 + "default.handlebars->31->2227"
6955 ]
6956 },
6957 {
@@ -6971,7 +6971,7 @@
6971 "zh-chs": "最近一分钟的CPU负载",
6972 "zh-cht": "最近一分鐘的CPU負載",
6973 "xloc": [
6974 - "default.handlebars->31->2223"
6974 + "default.handlebars->31->2226"
6975 ]
6976 },
6977 {
@@ -6991,8 +6991,8 @@
6991 "zh-chs": "CR+LF",
6992 "zh-cht": "CR+LF",
6993 "xloc": [
6994 - "default.handlebars->31->955",
6995 - "default.handlebars->31->964",
6994 + "default.handlebars->31->958",
6995 + "default.handlebars->31->967",
6996 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
6997 "terminal.handlebars->3->21",
6998 "terminal.handlebars->3->7",
@@ -7016,7 +7016,7 @@
7016 "zh-chs": "CSV",
7017 "zh-cht": "CSV",
7018 "xloc": [
7019 - "default.handlebars->31->1803"
7019 + "default.handlebars->31->1806"
7020 ]
7021 },
7022 {
@@ -7036,9 +7036,9 @@
7036 "zh-chs": "CSV格式",
7037 "zh-cht": "CSV格式",
7038 "xloc": [
7039 - "default.handlebars->31->1807",
7040 - "default.handlebars->31->1872",
7041 - "default.handlebars->31->506"
7039 + "default.handlebars->31->1810",
7040 + "default.handlebars->31->1875",
7041 + "default.handlebars->31->509"
7042 ]
7043 },
7044 {
@@ -7075,7 +7075,7 @@
7075 "zh-chs": "呼叫错误",
7076 "zh-cht": "呼叫錯誤",
7077 "xloc": [
7078 - "default.handlebars->31->2280"
7078 + "default.handlebars->31->2283"
7079 ]
7080 },
7081 {
@@ -7098,7 +7098,7 @@
7098 "agent-translations.json",
7099 "default-mobile.handlebars->11->97",
7100 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
7101 - "default.handlebars->31->1405",
7101 + "default.handlebars->31->1408",
7102 "default.handlebars->container->dialog->idx_dlgButtonBar",
7103 "desktop.handlebars->p11->dialog->idx_dlgButtonBar",
7104 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -7129,9 +7129,9 @@
7129 "default-mobile.handlebars->11->466",
7130 "default-mobile.handlebars->11->471",
7131 "default-mobile.handlebars->11->473",
7132 - "default.handlebars->31->1093",
7133 - "default.handlebars->31->1098",
7134 - "default.handlebars->31->1100"
7132 + "default.handlebars->31->1096",
7133 + "default.handlebars->31->1101",
7134 + "default.handlebars->31->1103"
7135 ]
7136 },
7137 {
@@ -7152,7 +7152,7 @@
7152 "zh-cht": "容量/速度",
7153 "xloc": [
7154 "default-mobile.handlebars->11->464",
7155 - "default.handlebars->31->1091"
7155 + "default.handlebars->31->1094"
7156 ]
7157 },
7158 {
@@ -7172,7 +7172,7 @@
7172 "zh-chs": "加泰罗尼亚文",
7173 "zh-cht": "加泰羅尼亞文",
7174 "xloc": [
7175 - "default.handlebars->31->1176"
7175 + "default.handlebars->31->1179"
7176 ]
7177 },
7178 {
@@ -7192,7 +7192,7 @@
7192 "zh-chs": "在这里为中心显示地图",
7193 "zh-cht": "在這裡為中心顯示地圖",
7194 "xloc": [
7195 - "default.handlebars->31->552"
7195 + "default.handlebars->31->555"
7196 ]
7197 },
7198 {
@@ -7212,7 +7212,7 @@
7212 "zh-chs": "查莫罗",
7213 "zh-cht": "查莫羅",
7214 "xloc": [
7215 - "default.handlebars->31->1177"
7215 + "default.handlebars->31->1180"
7216 ]
7217 },
7218 {
@@ -7254,7 +7254,7 @@
7254 "zh-chs": "更改{0}的电邮",
7255 "zh-cht": "更改{0}的電郵",
7256 "xloc": [
7257 - "default.handlebars->31->2080"
7257 + "default.handlebars->31->2083"
7258 ]
7259 },
7260 {
@@ -7274,9 +7274,9 @@
7274 "zh-chs": "更改组",
7275 "zh-cht": "更改群",
7276 "xloc": [
7277 - "default.handlebars->31->667",
7278 - "default.handlebars->31->838",
7279 - "default.handlebars->31->839"
7277 + "default.handlebars->31->670",
7278 + "default.handlebars->31->841",
7279 + "default.handlebars->31->842"
7280 ]
7281 },
7282 {
@@ -7297,8 +7297,8 @@
7297 "zh-cht": "更改密碼",
7298 "xloc": [
7299 "default-mobile.handlebars->11->105",
7300 - "default.handlebars->31->1372",
7301 - "default.handlebars->31->2067"
7300 + "default.handlebars->31->1375",
7301 + "default.handlebars->31->2070"
7302 ]
7303 },
7304 {
@@ -7318,7 +7318,7 @@
7318 "zh-chs": "更改{0}的密码",
7319 "zh-cht": "更改{0}的密碼",
7320 "xloc": [
7321 - "default.handlebars->31->2087"
7321 + "default.handlebars->31->2090"
7322 ]
7323 },
7324 {
@@ -7338,7 +7338,7 @@
7338 "zh-chs": "更改{0}的真实名称",
7339 "zh-cht": "更改{0}的真實名稱",
7340 "xloc": [
7341 - "default.handlebars->31->2075"
7341 + "default.handlebars->31->2078"
7342 ]
7343 },
7344 {
@@ -7420,7 +7420,7 @@
7420 "zh-chs": "更改该用户的密码",
7421 "zh-cht": "更改該用戶的密碼",
7422 "xloc": [
7423 - "default.handlebars->31->2066"
7423 + "default.handlebars->31->2069"
7424 ]
7425 },
7426 {
@@ -7460,7 +7460,7 @@
7460 "zh-chs": "在此处更改您的帐户电邮地址。",
7461 "zh-cht": "在此處更改你的帳戶電郵地址。",
7462 "xloc": [
7463 - "default.handlebars->31->1359"
7463 + "default.handlebars->31->1362"
7464 ]
7465 },
7466 {
@@ -7480,7 +7480,7 @@
7480 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7481 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7482 "xloc": [
7483 - "default.handlebars->31->1365"
7483 + "default.handlebars->31->1368"
7484 ]
7485 },
7486 {
@@ -7500,7 +7500,7 @@
7500 "zh-chs": "更改帐户凭据",
7501 "zh-cht": "帳戶憑證已更改",
7502 "xloc": [
7503 - "default.handlebars->31->1759"
7503 + "default.handlebars->31->1762"
7504 ]
7505 },
7506 {
@@ -7520,7 +7520,7 @@
7520 "zh-chs": "{1}组中的设备{0}已更改:{2}",
7521 "zh-cht": "{1}組中的設備{0}已更改:{2}",
7522 "xloc": [
7523 - "default.handlebars->31->1743"
7523 + "default.handlebars->31->1746"
7524 ]
7525 },
7526 {
@@ -7540,7 +7540,7 @@
7540 "zh-chs": "语言从{1}更改为{2}",
7541 "zh-cht": "語言從{1}更改為{2}",
7542 "xloc": [
7543 - "default.handlebars->31->1687"
7543 + "default.handlebars->31->1690"
7544 ]
7545 },
7546 {
@@ -7560,8 +7560,8 @@
7560 "zh-chs": "已更改{0}的用户设备权限",
7561 "zh-cht": "已更改{0}的用戶設備權限",
7562 "xloc": [
7563 - "default.handlebars->31->1745",
7564 - "default.handlebars->31->1766"
7563 + "default.handlebars->31->1748",
7564 + "default.handlebars->31->1769"
7565 ]
7566 },
7567 {
@@ -7581,7 +7581,7 @@
7581 "zh-chs": "更改语言将需要刷新页面。",
7582 "zh-cht": "更改語言將需要刷新頁面。",
7583 "xloc": [
7584 - "default.handlebars->31->1344"
7584 + "default.handlebars->31->1347"
7585 ]
7586 },
7587 {
@@ -7601,12 +7601,12 @@
7601 "zh-chs": "聊天",
7602 "zh-cht": "聊天",
7603 "xloc": [
7604 - "default.handlebars->31->1824",
7605 - "default.handlebars->31->2062",
7606 - "default.handlebars->31->2063",
7607 - "default.handlebars->31->662",
7608 - "default.handlebars->31->733",
7609 - "default.handlebars->31->755"
7604 + "default.handlebars->31->1827",
7605 + "default.handlebars->31->2065",
7606 + "default.handlebars->31->2066",
7607 + "default.handlebars->31->665",
7608 + "default.handlebars->31->736",
7609 + "default.handlebars->31->758"
7610 ]
7611 },
7612 {
@@ -7628,8 +7628,8 @@
7628 "xloc": [
7629 "default-mobile.handlebars->11->533",
7630 "default-mobile.handlebars->11->553",
7631 - "default.handlebars->31->1557",
7632 - "default.handlebars->31->1593"
7631 + "default.handlebars->31->1560",
7632 + "default.handlebars->31->1596"
7633 ]
7634 },
7635 {
@@ -7638,7 +7638,7 @@
7638 "fr": "Demande de discussion, cliquez ici pour accepter.",
7639 "xloc": [
7640 "default-mobile.handlebars->11->585",
7641 - "default.handlebars->31->2177"
7641 + "default.handlebars->31->2180"
7642 ]
7643 },
7644 {
@@ -7678,7 +7678,7 @@
7678 "zh-chs": "车臣",
7679 "zh-cht": "車臣",
7680 "xloc": [
7681 - "default.handlebars->31->1178"
7681 + "default.handlebars->31->1181"
7682 ]
7683 },
7684 {
@@ -7778,8 +7778,8 @@
7778 "zh-chs": "检查...",
7779 "zh-cht": "檢查...",
7780 "xloc": [
7781 - "default.handlebars->31->1144",
7782 - "default.handlebars->31->2274"
7781 + "default.handlebars->31->1147",
7782 + "default.handlebars->31->2277"
7783 ]
7784 },
7785 {
@@ -7799,7 +7799,7 @@
7799 "zh-chs": "中文",
7800 "zh-cht": "中文",
7801 "xloc": [
7802 - "default.handlebars->31->1179"
7802 + "default.handlebars->31->1182"
7803 ]
7804 },
7805 {
@@ -7819,7 +7819,7 @@
7819 "zh-chs": "中文(香港)",
7820 "zh-cht": "中文(香港)",
7821 "xloc": [
7822 - "default.handlebars->31->1180"
7822 + "default.handlebars->31->1183"
7823 ]
7824 },
7825 {
@@ -7839,7 +7839,7 @@
7839 "zh-chs": "中文(中国)",
7840 "zh-cht": "中文(中國)",
7841 "xloc": [
7842 - "default.handlebars->31->1181"
7842 + "default.handlebars->31->1184"
7843 ]
7844 },
7845 {
@@ -7859,7 +7859,7 @@
7859 "zh-chs": "简体中文",
7860 "zh-cht": "簡體中文",
7861 "xloc": [
7862 - "default.handlebars->31->1341"
7862 + "default.handlebars->31->1344"
7863 ]
7864 },
7865 {
@@ -7879,7 +7879,7 @@
7879 "zh-chs": "中文(新加坡)",
7880 "zh-cht": "中文(新加坡)",
7881 "xloc": [
7882 - "default.handlebars->31->1182"
7882 + "default.handlebars->31->1185"
7883 ]
7884 },
7885 {
@@ -7899,7 +7899,7 @@
7899 "zh-chs": "中文(台湾)",
7900 "zh-cht": "中文(台灣)",
7901 "xloc": [
7902 - "default.handlebars->31->1183"
7902 + "default.handlebars->31->1186"
7903 ]
7904 },
7905 {
@@ -7919,7 +7919,7 @@
7919 "zh-chs": "繁体中文",
7920 "zh-cht": "繁體中文",
7921 "xloc": [
7922 - "default.handlebars->31->1342"
7922 + "default.handlebars->31->1345"
7923 ]
7924 },
7925 {
@@ -7960,7 +7960,7 @@
7960 "zh-chs": "楚瓦什",
7961 "zh-cht": "楚瓦什",
7962 "xloc": [
7963 - "default.handlebars->31->1184"
7963 + "default.handlebars->31->1187"
7964 ]
7965 },
7966 {
@@ -8004,11 +8004,11 @@
8004 "default-mobile.handlebars->11->379",
8005 "default-mobile.handlebars->11->70",
8006 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8007 - "default.handlebars->31->1000",
8008 - "default.handlebars->31->1002",
8009 - "default.handlebars->31->1004",
8010 - "default.handlebars->31->1006",
8011 - "default.handlebars->31->1681",
8007 + "default.handlebars->31->1003",
8008 + "default.handlebars->31->1005",
8009 + "default.handlebars->31->1007",
8010 + "default.handlebars->31->1009",
8011 + "default.handlebars->31->1684",
8012 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8013 "default.handlebars->container->column_l->p41->3->1",
8014 "messenger.handlebars->xbottom->1->1->0->5"
@@ -8052,7 +8052,7 @@
8052 "zh-cht": "全部清除",
8053 "xloc": [
8054 "default-mobile.handlebars->11->568",
8055 - "default.handlebars->31->2160"
8055 + "default.handlebars->31->2163"
8056 ]
8057 },
8058 {
@@ -8094,7 +8094,7 @@
8094 "zh-cht": "清除核心",
8095 "xloc": [
8096 "default-mobile.handlebars->11->487",
8097 - "default.handlebars->31->1115"
8097 + "default.handlebars->31->1118"
8098 ]
8099 },
8100 {
@@ -8135,7 +8135,7 @@
8135 "zh-cht": "清除此通知",
8136 "xloc": [
8137 "default-mobile.handlebars->11->567",
8138 - "default.handlebars->31->2159"
8138 + "default.handlebars->31->2162"
8139 ]
8140 },
8141 {
@@ -8195,8 +8195,8 @@
8195 "zh-chs": "单击此处编辑设备组名称",
8196 "zh-cht": "單擊此處編輯裝置群名稱",
8197 "xloc": [
8198 - "default.handlebars->31->1416",
8199 - "default.handlebars->31->1632"
8198 + "default.handlebars->31->1419",
8199 + "default.handlebars->31->1635"
8200 ]
8201 },
8202 {
@@ -8216,7 +8216,7 @@
8216 "zh-chs": "单击此处编辑服务器端设备名称",
8217 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
8218 "xloc": [
8219 - "default.handlebars->31->568"
8219 + "default.handlebars->31->571"
8220 ]
8221 },
8222 {
@@ -8236,7 +8236,7 @@
8236 "zh-chs": "单击此处编辑用户组名称",
8237 "zh-cht": "單擊此處編輯用戶群名稱",
8238 "xloc": [
8239 - "default.handlebars->31->1941"
8239 + "default.handlebars->31->1944"
8240 ]
8241 },
8242 {
@@ -8307,7 +8307,7 @@
8307 "zh-cht": "單擊確定將驗證電郵發送到:",
8308 "xloc": [
8309 "default-mobile.handlebars->11->90",
8310 - "default.handlebars->31->1356"
8310 + "default.handlebars->31->1359"
8311 ]
8312 },
8313 {
@@ -8369,7 +8369,7 @@
8369 "zh-cht": "客戶端控制模式(CCM)",
8370 "xloc": [
8371 "default-mobile.handlebars->11->442",
8372 - "default.handlebars->31->1069"
8372 + "default.handlebars->31->1072"
8373 ]
8374 },
8375 {
@@ -8389,7 +8389,7 @@
8389 "zh-chs": "客户编号",
8390 "zh-cht": "客戶編號",
8391 "xloc": [
8392 - "default.handlebars->31->1398"
8392 + "default.handlebars->31->1401"
8393 ]
8394 },
8395 {
@@ -8409,7 +8409,7 @@
8409 "zh-chs": "客户端启动的远程访问",
8410 "zh-cht": "客戶端啟動的遠程訪問",
8411 "xloc": [
8412 - "default.handlebars->31->1494"
8412 + "default.handlebars->31->1497"
8413 ]
8414 },
8415 {
@@ -8429,7 +8429,7 @@
8429 "zh-chs": "客户机密",
8430 "zh-cht": "客戶機密",
8431 "xloc": [
8432 - "default.handlebars->31->1399"
8432 + "default.handlebars->31->1402"
8433 ]
8434 },
8435 {
@@ -8473,8 +8473,8 @@
8473 "default-mobile.handlebars->11->68",
8474 "default.handlebars->31->152",
8475 "default.handlebars->31->160",
8476 - "default.handlebars->31->946",
8477 - "default.handlebars->31->977"
8476 + "default.handlebars->31->949",
8477 + "default.handlebars->31->980"
8478 ]
8479 },
8480 {
@@ -8494,7 +8494,7 @@
8494 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
8495 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
8496 "xloc": [
8497 - "default.handlebars->31->1692"
8497 + "default.handlebars->31->1695"
8498 ]
8499 },
8500 {
@@ -8617,9 +8617,9 @@
8617 "zh-cht": "指令",
8618 "xloc": [
8619 "default-mobile.handlebars->11->555",
8620 - "default.handlebars->31->1595",
8621 - "default.handlebars->31->735",
8622 - "default.handlebars->31->757"
8620 + "default.handlebars->31->1598",
8621 + "default.handlebars->31->738",
8622 + "default.handlebars->31->760"
8623 ]
8624 },
8625 {
@@ -8639,8 +8639,8 @@
8639 "zh-chs": "通用设备组",
8640 "zh-cht": "通用裝置群",
8641 "xloc": [
8642 - "default.handlebars->31->1972",
8643 - "default.handlebars->31->2092"
8642 + "default.handlebars->31->1975",
8643 + "default.handlebars->31->2095"
8644 ]
8645 },
8646 {
@@ -8660,8 +8660,8 @@
8660 "zh-chs": "通用设备",
8661 "zh-cht": "通用裝置",
8662 "xloc": [
8663 - "default.handlebars->31->1978",
8664 - "default.handlebars->31->2104"
8663 + "default.handlebars->31->1981",
8664 + "default.handlebars->31->2107"
8665 ]
8666 },
8667 {
@@ -8670,7 +8670,7 @@
8670 "fr": "Temps de compilation",
8671 "xloc": [
8672 "default-mobile.handlebars->11->415",
8673 - "default.handlebars->31->1032"
8673 + "default.handlebars->31->1035"
8674 ]
8675 },
8676 {
@@ -8690,7 +8690,7 @@
8690 "zh-chs": "压缩档案...",
8691 "zh-cht": "壓縮檔案...",
8692 "xloc": [
8693 - "default.handlebars->31->972"
8693 + "default.handlebars->31->975"
8694 ]
8695 },
8696 {
@@ -8712,14 +8712,14 @@
8712 "xloc": [
8713 "default-mobile.handlebars->11->306",
8714 "default-mobile.handlebars->11->509",
8715 - "default.handlebars->31->1505",
8716 - "default.handlebars->31->1852",
8717 - "default.handlebars->31->1931",
8718 - "default.handlebars->31->1992",
8719 - "default.handlebars->31->2090",
8720 - "default.handlebars->31->476",
8721 - "default.handlebars->31->833",
8722 - "default.handlebars->31->842"
8715 + "default.handlebars->31->1508",
8716 + "default.handlebars->31->1855",
8717 + "default.handlebars->31->1934",
8718 + "default.handlebars->31->1995",
8719 + "default.handlebars->31->2093",
8720 + "default.handlebars->31->477",
8721 + "default.handlebars->31->836",
8722 + "default.handlebars->31->845"
8723 ]
8724 },
8725 {
@@ -8740,7 +8740,7 @@
8740 "zh-cht": "確認將1個副本複製到此位置?",
8741 "xloc": [
8742 "default-mobile.handlebars->11->368",
8743 - "default.handlebars->31->995"
8743 + "default.handlebars->31->998"
8744 ]
8745 },
8746 {
@@ -8760,7 +8760,7 @@
8760 "zh-chs": "确认{0}个条目的复制到此位置?",
8761 "zh-cht": "確認{0}個條目的複製到此位置?",
8762 "xloc": [
8763 - "default.handlebars->31->994"
8763 + "default.handlebars->31->997"
8764 ]
8765 },
8766 {
@@ -8800,7 +8800,7 @@
8800 "zh-chs": "确认删除选定的帐户?",
8801 "zh-cht": "確認刪除所選帳戶?",
8802 "xloc": [
8803 - "default.handlebars->31->1851"
8803 + "default.handlebars->31->1854"
8804 ]
8805 },
8806 {
@@ -8820,7 +8820,7 @@
8820 "zh-chs": "确认删除选定的设备?",
8821 "zh-cht": "確認刪除所選裝置?",
8822 "xloc": [
8823 - "default.handlebars->31->475"
8823 + "default.handlebars->31->476"
8824 ]
8825 },
8826 {
@@ -8840,7 +8840,7 @@
8840 "zh-chs": "确认删除选定的用户组?",
8841 "zh-cht": "確認刪除所選用戶群?",
8842 "xloc": [
8843 - "default.handlebars->31->1930"
8843 + "default.handlebars->31->1933"
8844 ]
8845 },
8846 {
@@ -8860,7 +8860,7 @@
8860 "zh-chs": "确认删除用户{0}?",
8861 "zh-cht": "確認刪除用戶{0}?",
8862 "xloc": [
8863 - "default.handlebars->31->2089"
8863 + "default.handlebars->31->2092"
8864 ]
8865 },
8866 {
@@ -8880,7 +8880,7 @@
8880 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8881 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8882 "xloc": [
8883 - "default.handlebars->31->1995"
8883 + "default.handlebars->31->1998"
8884 ]
8885 },
8886 {
@@ -8900,7 +8900,7 @@
8900 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8901 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8902 "xloc": [
8903 - "default.handlebars->31->2121"
8903 + "default.handlebars->31->2124"
8904 ]
8905 },
8906 {
@@ -8921,7 +8921,7 @@
8921 "zh-cht": "確認將1個條目移動到此位置?",
8922 "xloc": [
8923 "default-mobile.handlebars->11->370",
8924 - "default.handlebars->31->997"
8924 + "default.handlebars->31->1000"
8925 ]
8926 },
8927 {
@@ -8941,7 +8941,7 @@
8941 "zh-chs": "确认将{0}个条目移到此位置?",
8942 "zh-cht": "確認將{0}個條目移到該位置?",
8943 "xloc": [
8944 - "default.handlebars->31->996"
8944 + "default.handlebars->31->999"
8945 ]
8946 },
8947 {
@@ -8981,7 +8981,7 @@
8981 "zh-chs": "确认覆盖?",
8982 "zh-cht": "確認覆蓋?",
8983 "xloc": [
8984 - "default.handlebars->31->1675"
8984 + "default.handlebars->31->1678"
8985 ]
8986 },
8987 {
@@ -9001,8 +9001,8 @@
9001 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
9002 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9003 "xloc": [
9004 - "default.handlebars->31->1985",
9005 - "default.handlebars->31->2112"
9004 + "default.handlebars->31->1988",
9005 + "default.handlebars->31->2115"
9006 ]
9007 },
9008 {
@@ -9022,8 +9022,8 @@
9022 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9023 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9024 "xloc": [
9025 - "default.handlebars->31->1987",
9026 - "default.handlebars->31->2125"
9025 + "default.handlebars->31->1990",
9026 + "default.handlebars->31->2128"
9027 ]
9028 },
9029 {
@@ -9043,7 +9043,7 @@
9043 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
9044 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9045 "xloc": [
9046 - "default.handlebars->31->2114"
9046 + "default.handlebars->31->2117"
9047 ]
9048 },
9049 {
@@ -9063,7 +9063,7 @@
9063 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9064 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9065 "xloc": [
9066 - "default.handlebars->31->2117"
9066 + "default.handlebars->31->2120"
9067 ]
9068 },
9069 {
@@ -9083,8 +9083,8 @@
9083 "zh-chs": "确认删除访问权限?",
9084 "zh-cht": "確認刪除訪問權限?",
9085 "xloc": [
9086 - "default.handlebars->31->2115",
9087 - "default.handlebars->31->2118"
9086 + "default.handlebars->31->2118",
9087 + "default.handlebars->31->2121"
9088 ]
9089 },
9090 {
@@ -9105,7 +9105,7 @@
9105 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
9106 "xloc": [
9107 "default-mobile.handlebars->11->89",
9108 - "default.handlebars->31->1134"
9108 + "default.handlebars->31->1137"
9109 ]
9110 },
9111 {
@@ -9142,7 +9142,7 @@
9142 "zh-chs": "确认删除设备共享“{0}”?",
9143 "zh-cht": "確認刪除設備共享“{0}”?",
9144 "xloc": [
9145 - "default.handlebars->31->2110"
9145 + "default.handlebars->31->2113"
9146 ]
9147 },
9148 {
@@ -9196,7 +9196,7 @@
9196 "zh-chs": "确认删除用户“ {0} ”的权限?",
9197 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
9198 "xloc": [
9199 - "default.handlebars->31->1604"
9199 + "default.handlebars->31->1607"
9200 ]
9201 },
9202 {
@@ -9216,7 +9216,7 @@
9216 "zh-chs": "确认删除用户组“ {0} ”的权限?",
9217 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9218 "xloc": [
9219 - "default.handlebars->31->1606"
9219 + "default.handlebars->31->1609"
9220 ]
9221 },
9222 {
@@ -9274,7 +9274,7 @@
9274 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9275 "xloc": [
9276 "default-mobile.handlebars->11->142",
9277 - "default.handlebars->31->1676"
9277 + "default.handlebars->31->1679"
9278 ]
9279 },
9280 {
@@ -9298,8 +9298,8 @@
9298 "default-mobile.handlebars->11->350",
9299 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9300 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9301 - "default.handlebars->31->1444",
9302 - "default.handlebars->31->967",
9301 + "default.handlebars->31->1447",
9302 + "default.handlebars->31->970",
9303 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9304 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9305 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9347,7 +9347,7 @@
9347 "zh-chs": "连接到服务器",
9348 "zh-cht": "連接到伺服器",
9349 "xloc": [
9350 - "default.handlebars->31->1498"
9350 + "default.handlebars->31->1501"
9351 ]
9352 },
9353 {
@@ -9469,7 +9469,7 @@
9469 "zh-chs": "已连接的英特尔&reg;AMT",
9470 "zh-cht": "已連接的Intel&reg; AMT",
9471 "xloc": [
9472 - "default.handlebars->31->2213"
9472 + "default.handlebars->31->2216"
9473 ]
9474 },
9475 {
@@ -9489,7 +9489,7 @@
9489 "zh-chs": "已连接的用户",
9490 "zh-cht": "已连接的用户",
9491 "xloc": [
9492 - "default.handlebars->31->2218"
9492 + "default.handlebars->31->2221"
9493 ]
9494 },
9495 {
@@ -9510,7 +9510,7 @@
9510 "zh-cht": "現在已連接",
9511 "xloc": [
9512 "default-mobile.handlebars->11->410",
9513 - "default.handlebars->31->1027"
9513 + "default.handlebars->31->1030"
9514 ]
9515 },
9516 {
@@ -9553,7 +9553,7 @@
9553 "default-mobile.handlebars->11->2",
9554 "default-mobile.handlebars->11->386",
9555 "default-mobile.handlebars->11->48",
9556 - "default.handlebars->31->1018",
9556 + "default.handlebars->31->1021",
9557 "default.handlebars->31->248",
9558 "default.handlebars->31->251",
9559 "default.handlebars->31->295",
@@ -9580,7 +9580,7 @@
9580 "zh-chs": "连接数量",
9581 "zh-cht": "連接數量",
9582 "xloc": [
9583 - "default.handlebars->31->2232"
9583 + "default.handlebars->31->2235"
9584 ]
9585 },
9586 {
@@ -9600,7 +9600,7 @@
9600 "zh-chs": "连接转发器",
9601 "zh-cht": "連接轉發器",
9602 "xloc": [
9603 - "default.handlebars->31->2264"
9603 + "default.handlebars->31->2267"
9604 ]
9605 },
9606 {
@@ -9661,9 +9661,9 @@
9661 "zh-cht": "連接性",
9662 "xloc": [
9663 "default-mobile.handlebars->11->270",
9664 - "default.handlebars->31->1639",
9664 + "default.handlebars->31->1642",
9665 "default.handlebars->31->239",
9666 - "default.handlebars->31->650",
9666 + "default.handlebars->31->653",
9667 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
9668 ]
9669 },
@@ -9685,8 +9685,8 @@
9685 "zh-cht": "控制台",
9686 "xloc": [
9687 "default-mobile.handlebars->11->285",
9688 - "default.handlebars->31->728",
9689 - "default.handlebars->31->750",
9688 + "default.handlebars->31->731",
9689 + "default.handlebars->31->753",
9690 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9691 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9692 "default.handlebars->contextMenu->cxconsole"
@@ -9709,7 +9709,7 @@
9709 "zh-chs": "控制台 -",
9710 "zh-cht": "控制台 -",
9711 "xloc": [
9712 - "default.handlebars->31->569"
9712 + "default.handlebars->31->572"
9713 ]
9714 },
9715 {
@@ -9729,8 +9729,8 @@
9729 "zh-chs": "控制",
9730 "zh-cht": "控制",
9731 "xloc": [
9732 - "default.handlebars->31->727",
9733 - "default.handlebars->31->749",
9732 + "default.handlebars->31->730",
9733 + "default.handlebars->31->752",
9734 "messenger.handlebars->13->2"
9735 ]
9736 },
@@ -9751,7 +9751,7 @@
9751 "zh-chs": "Cookie编码器",
9752 "zh-cht": "Cookie編碼器",
9753 "xloc": [
9754 - "default.handlebars->31->2248"
9754 + "default.handlebars->31->2251"
9755 ]
9756 },
9757 {
@@ -9908,8 +9908,8 @@
9908 "zh-chs": "复制连结到剪贴板",
9909 "zh-cht": "複製連結到剪貼板",
9910 "xloc": [
9911 - "default.handlebars->31->1644",
9912 - "default.handlebars->31->1663",
9911 + "default.handlebars->31->1647",
9912 + "default.handlebars->31->1666",
9913 "default.handlebars->31->215",
9914 "default.handlebars->31->374"
9915 ]
@@ -10012,7 +10012,7 @@
10012 "zh-chs": "复制:“{0}”到“{1}”",
10013 "zh-cht": "複製:“{0}”到“{1}”",
10014 "xloc": [
10015 - "default.handlebars->31->1735"
10015 + "default.handlebars->31->1738"
10016 ]
10017 },
10018 {
@@ -10158,7 +10158,7 @@
10158 "zh-chs": "核心服务器",
10159 "zh-cht": "核心伺服器",
10160 "xloc": [
10161 - "default.handlebars->31->2247"
10161 + "default.handlebars->31->2250"
10162 ]
10163 },
10164 {
@@ -10178,7 +10178,7 @@
10178 "zh-chs": "科西嘉文",
10179 "zh-cht": "科西嘉文",
10180 "xloc": [
10181 - "default.handlebars->31->1185"
10181 + "default.handlebars->31->1188"
10182 ]
10183 },
10184 {
@@ -10198,7 +10198,7 @@
10198 "zh-chs": "创建帐号",
10199 "zh-cht": "創建帳號",
10200 "xloc": [
10201 - "default.handlebars->31->1899",
10201 + "default.handlebars->31->1902",
10202 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10203 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10204 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10241,7 +10241,7 @@
10241 "zh-chs": "创建用户组",
10242 "zh-cht": "創建用戶群",
10243 "xloc": [
10244 - "default.handlebars->31->1938"
10244 + "default.handlebars->31->1941"
10245 ]
10246 },
10247 {
@@ -10261,7 +10261,7 @@
10261 "zh-chs": "创建连结以与访客共享此设备",
10262 "zh-cht": "創建鏈結以與訪客共享此裝置",
10263 "xloc": [
10264 - "default.handlebars->31->665"
10264 + "default.handlebars->31->668"
10265 ]
10266 },
10267 {
@@ -10281,7 +10281,7 @@
10281 "zh-chs": "使用以下选项创建一个新的设备组。",
10282 "zh-cht": "使用以下選項創建一個新的裝置群。",
10283 "xloc": [
10284 - "default.handlebars->31->1379"
10284 + "default.handlebars->31->1382"
10285 ]
10286 },
10287 {
@@ -10321,7 +10321,7 @@
10321 "zh-chs": "创建文件夹(如果不存在)?",
10322 "zh-cht": "創建文件夾(如果不存在)?",
10323 "xloc": [
10324 - "default.handlebars->31->502"
10324 + "default.handlebars->31->503"
10325 ]
10326 },
10327 {
@@ -10341,7 +10341,7 @@
10341 "zh-chs": "创建文件夹:“{0}”",
10342 "zh-cht": "創建文件夾:“{0}”",
10343 "xloc": [
10344 - "default.handlebars->31->1728"
10344 + "default.handlebars->31->1731"
10345 ]
10346 },
10347 {
@@ -10361,7 +10361,7 @@
10361 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10362 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10363 "xloc": [
10364 - "default.handlebars->31->1863"
10364 + "default.handlebars->31->1866"
10365 ]
10366 },
10367 {
@@ -10403,7 +10403,7 @@
10403 "zh-chs": "创建的设备组:{0}",
10404 "zh-cht": "創建的設備組:{0}",
10405 "xloc": [
10406 - "default.handlebars->31->1739"
10406 + "default.handlebars->31->1742"
10407 ]
10408 },
10409 {
@@ -10423,7 +10423,7 @@
10423 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
10424 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
10425 "xloc": [
10426 - "default.handlebars->31->768"
10426 + "default.handlebars->31->771"
10427 ]
10428 },
10429 {
@@ -10477,7 +10477,7 @@
10477 "zh-chs": "创建",
10478 "zh-cht": "創建",
10479 "xloc": [
10480 - "default.handlebars->31->2024"
10480 + "default.handlebars->31->2027"
10481 ]
10482 },
10483 {
@@ -10497,7 +10497,7 @@
10497 "zh-chs": "创建时间",
10498 "zh-cht": "創作時間",
10499 "xloc": [
10500 - "default.handlebars->31->1426"
10500 + "default.handlebars->31->1429"
10501 ]
10502 },
10503 {
@@ -10539,8 +10539,8 @@
10539 "zh-chs": "创建者",
10540 "zh-cht": "創作者",
10541 "xloc": [
10542 - "default.handlebars->31->1424",
10543 - "default.handlebars->31->1425"
10542 + "default.handlebars->31->1427",
10543 + "default.handlebars->31->1428"
10544 ]
10545 },
10546 {
@@ -10560,7 +10560,7 @@
10560 "zh-chs": "证书",
10561 "zh-cht": "證書",
10562 "xloc": [
10563 - "default.handlebars->31->1396"
10563 + "default.handlebars->31->1399"
10564 ]
10565 },
10566 {
@@ -10580,7 +10580,7 @@
10580 "zh-chs": "克里语",
10581 "zh-cht": "克里語",
10582 "xloc": [
10583 - "default.handlebars->31->1186"
10583 + "default.handlebars->31->1189"
10584 ]
10585 },
10586 {
@@ -10600,7 +10600,7 @@
10600 "zh-chs": "克罗地亚文",
10601 "zh-cht": "克羅地亞文",
10602 "xloc": [
10603 - "default.handlebars->31->1187"
10603 + "default.handlebars->31->1190"
10604 ]
10605 },
10606 {
@@ -10665,8 +10665,8 @@
10665 "default-mobile.handlebars->11->339",
10666 "default-mobile.handlebars->11->343",
10667 "default.handlebars->31->57",
10668 - "default.handlebars->31->922",
10669 - "default.handlebars->31->926",
10668 + "default.handlebars->31->925",
10669 + "default.handlebars->31->929",
10670 "terminal.handlebars->3->6"
10671 ]
10672 },
@@ -10775,7 +10775,7 @@
10775 "fr": "Le mot de passe actuel n'est pas correct.",
10776 "xloc": [
10777 "default-mobile.handlebars->11->595",
10778 - "default.handlebars->31->2187"
10778 + "default.handlebars->31->2190"
10779 ]
10780 },
10781 {
@@ -10834,7 +10834,7 @@
10834 "zh-chs": "捷克文",
10835 "zh-cht": "捷克文",
10836 "xloc": [
10837 - "default.handlebars->31->1188"
10837 + "default.handlebars->31->1191"
10838 ]
10839 },
10840 {
@@ -10874,7 +10874,7 @@
10874 "zh-chs": "丹麦文",
10875 "zh-cht": "丹麥文",
10876 "xloc": [
10877 - "default.handlebars->31->1189"
10877 + "default.handlebars->31->1192"
10878 ]
10879 },
10880 {
@@ -10901,7 +10901,7 @@
10901 "zh-chs": "数据通道",
10902 "zh-cht": "數據通道",
10903 "xloc": [
10904 - "default.handlebars->31->890",
10904 + "default.handlebars->31->893",
10905 "desktop.handlebars->3->11"
10906 ]
10907 },
@@ -10922,7 +10922,7 @@
10922 "zh-chs": "日期和时间",
10923 "zh-cht": "日期和時間",
10924 "xloc": [
10925 - "default.handlebars->31->1347"
10925 + "default.handlebars->31->1350"
10926 ]
10927 },
10928 {
@@ -10943,7 +10943,7 @@
10943 "zh-cht": "天",
10944 "xloc": [
10945 "default-mobile.handlebars->11->296",
10946 - "default.handlebars->31->817"
10946 + "default.handlebars->31->820"
10947 ]
10948 },
10949 {
@@ -10963,7 +10963,7 @@
10963 "zh-chs": "停用",
10964 "zh-cht": "停用",
10965 "xloc": [
10966 - "default.handlebars->31->1477"
10966 + "default.handlebars->31->1480"
10967 ]
10968 },
10969 {
@@ -10983,7 +10983,7 @@
10983 "zh-chs": "如果设置停用CCM",
10984 "zh-cht": "如果設置停用CCM",
10985 "xloc": [
10986 - "default.handlebars->31->1489"
10986 + "default.handlebars->31->1492"
10987 ]
10988 },
10989 {
@@ -11041,10 +11041,10 @@
11041 "zh-chs": "默认",
11042 "zh-cht": "默認",
11043 "xloc": [
11044 - "default.handlebars->31->1886",
11045 - "default.handlebars->31->1934",
11046 - "default.handlebars->31->1945",
11047 - "default.handlebars->31->2013"
11044 + "default.handlebars->31->1889",
11045 + "default.handlebars->31->1937",
11046 + "default.handlebars->31->1948",
11047 + "default.handlebars->31->2016"
11048 ]
11049 },
11050 {
@@ -11053,7 +11053,7 @@
11053 "nl": "Del",
11054 "xloc": [
11055 "default-mobile.handlebars->11->327",
11056 - "default.handlebars->31->910"
11056 + "default.handlebars->31->913"
11057 ]
11058 },
11059 {
@@ -11077,9 +11077,9 @@
11077 "default-mobile.handlebars->11->360",
11078 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11079 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11080 - "default.handlebars->31->1670",
11081 - "default.handlebars->31->539",
11082 - "default.handlebars->31->986",
11080 + "default.handlebars->31->1673",
11081 + "default.handlebars->31->542",
11082 + "default.handlebars->31->989",
11083 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11084 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
11085 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -11108,7 +11108,7 @@
11108 "zh-cht": "刪除帳戶",
11109 "xloc": [
11110 "default-mobile.handlebars->11->99",
11111 - "default.handlebars->31->1364"
11111 + "default.handlebars->31->1367"
11112 ]
11113 },
11114 {
@@ -11128,7 +11128,7 @@
11128 "zh-chs": "删除帐户",
11129 "zh-cht": "刪除帳戶",
11130 "xloc": [
11131 - "default.handlebars->31->1853"
11131 + "default.handlebars->31->1856"
11132 ]
11133 },
11134 {
@@ -11149,7 +11149,7 @@
11149 "zh-cht": "刪除裝置",
11150 "xloc": [
11151 "default-mobile.handlebars->11->275",
11152 - "default.handlebars->31->669"
11152 + "default.handlebars->31->672"
11153 ]
11154 },
11155 {
@@ -11171,8 +11171,8 @@
11171 "xloc": [
11172 "default-mobile.handlebars->11->507",
11173 "default-mobile.handlebars->11->510",
11174 - "default.handlebars->31->1473",
11175 - "default.handlebars->31->1506"
11174 + "default.handlebars->31->1476",
11175 + "default.handlebars->31->1509"
11176 ]
11177 },
11178 {
@@ -11193,7 +11193,7 @@
11193 "zh-cht": "刪除節點",
11194 "xloc": [
11195 "default-mobile.handlebars->11->304",
11196 - "default.handlebars->31->843"
11196 + "default.handlebars->31->846"
11197 ]
11198 },
11199 {
@@ -11213,7 +11213,7 @@
11213 "zh-chs": "删除节点",
11214 "zh-cht": "刪除節點",
11215 "xloc": [
11216 - "default.handlebars->31->477"
11216 + "default.handlebars->31->478"
11217 ]
11218 },
11219 {
@@ -11233,7 +11233,7 @@
11233 "zh-chs": "删除用户",
11234 "zh-cht": "刪除用戶",
11235 "xloc": [
11236 - "default.handlebars->31->2065"
11236 + "default.handlebars->31->2068"
11237 ]
11238 },
11239 {
@@ -11253,8 +11253,8 @@
11253 "zh-chs": "删除用户群组",
11254 "zh-cht": "刪除用戶群組",
11255 "xloc": [
11256 - "default.handlebars->31->1983",
11257 - "default.handlebars->31->1993"
11256 + "default.handlebars->31->1986",
11257 + "default.handlebars->31->1996"
11258 ]
11259 },
11260 {
@@ -11274,7 +11274,7 @@
11274 "zh-chs": "删除用户群组",
11275 "zh-cht": "刪除用戶群組",
11276 "xloc": [
11277 - "default.handlebars->31->1932"
11277 + "default.handlebars->31->1935"
11278 ]
11279 },
11280 {
@@ -11294,7 +11294,7 @@
11294 "zh-chs": "删除用户{0}",
11295 "zh-cht": "刪除用戶{0}",
11296 "xloc": [
11297 - "default.handlebars->31->2088"
11297 + "default.handlebars->31->2091"
11298 ]
11299 },
11300 {
@@ -11315,7 +11315,7 @@
11315 "zh-cht": "刪除帳戶",
11316 "xloc": [
11317 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
11318 - "default.handlebars->31->1849",
11318 + "default.handlebars->31->1852",
11319 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11320 ]
11321 },
@@ -11356,7 +11356,7 @@
11356 "zh-chs": "删除群组",
11357 "zh-cht": "刪除群組",
11358 "xloc": [
11359 - "default.handlebars->31->1928"
11359 + "default.handlebars->31->1931"
11360 ]
11361 },
11362 {
@@ -11376,7 +11376,7 @@
11376 "zh-chs": "删除项目?",
11377 "zh-cht": "刪除項目?",
11378 "xloc": [
11379 - "default.handlebars->31->540"
11379 + "default.handlebars->31->543"
11380 ]
11381 },
11382 {
@@ -11396,7 +11396,7 @@
11396 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11397 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11398 "xloc": [
11399 - "default.handlebars->31->1730"
11399 + "default.handlebars->31->1733"
11400 ]
11401 },
11402 {
@@ -11418,8 +11418,8 @@
11418 "xloc": [
11419 "default-mobile.handlebars->11->139",
11420 "default-mobile.handlebars->11->362",
11421 - "default.handlebars->31->1672",
11422 - "default.handlebars->31->988"
11421 + "default.handlebars->31->1675",
11422 + "default.handlebars->31->991"
11423 ]
11424 },
11425 {
@@ -11439,7 +11439,7 @@
11439 "zh-chs": "删除用户群组{0}?",
11440 "zh-cht": "刪除用戶群組{0}?",
11441 "xloc": [
11442 - "default.handlebars->31->1991"
11442 + "default.handlebars->31->1994"
11443 ]
11444 },
11445 {
@@ -11461,8 +11461,8 @@
11461 "xloc": [
11462 "default-mobile.handlebars->11->138",
11463 "default-mobile.handlebars->11->361",
11464 - "default.handlebars->31->1671",
11465 - "default.handlebars->31->987"
11464 + "default.handlebars->31->1674",
11465 + "default.handlebars->31->990"
11466 ]
11467 },
11468 {
@@ -11502,7 +11502,7 @@
11502 "zh-chs": "删除:“{0}”",
11503 "zh-cht": "刪除:“{0}”",
11504 "xloc": [
11505 - "default.handlebars->31->1729"
11505 + "default.handlebars->31->1732"
11506 ]
11507 },
11508 {
@@ -11522,7 +11522,7 @@
11522 "zh-chs": "删除:“{0}”,{1}个元素已删除",
11523 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11524 "xloc": [
11525 - "default.handlebars->31->1731"
11525 + "default.handlebars->31->1734"
11526 ]
11527 },
11528 {
@@ -11543,7 +11543,7 @@
11543 "zh-cht": "被拒絕",
11544 "xloc": [
11545 "default-mobile.handlebars->11->315",
11546 - "default.handlebars->31->886",
11546 + "default.handlebars->31->889",
11547 "desktop.handlebars->3->7",
11548 "terminal.handlebars->3->11"
11549 ]
@@ -11641,18 +11641,18 @@
11641 "default-mobile.handlebars->11->423",
11642 "default-mobile.handlebars->11->498",
11643 "default-mobile.handlebars->11->512",
11644 - "default.handlebars->31->1040",
11645 - "default.handlebars->31->1050",
11646 - "default.handlebars->31->1384",
11647 - "default.handlebars->31->1421",
11648 - "default.handlebars->31->1508",
11649 - "default.handlebars->31->1937",
11650 - "default.handlebars->31->1947",
11651 - "default.handlebars->31->1948",
11652 - "default.handlebars->31->1989",
11653 - "default.handlebars->31->580",
11654 - "default.handlebars->31->581",
11655 - "default.handlebars->31->881",
11644 + "default.handlebars->31->1043",
11645 + "default.handlebars->31->1053",
11646 + "default.handlebars->31->1387",
11647 + "default.handlebars->31->1424",
11648 + "default.handlebars->31->1511",
11649 + "default.handlebars->31->1940",
11650 + "default.handlebars->31->1950",
11651 + "default.handlebars->31->1951",
11652 + "default.handlebars->31->1992",
11653 + "default.handlebars->31->583",
11654 + "default.handlebars->31->584",
11655 + "default.handlebars->31->884",
11656 "default.handlebars->31->92",
11657 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
11658 ]
@@ -11692,12 +11692,12 @@
11692 "zh-cht": "桌面",
11693 "xloc": [
11694 "default-mobile.handlebars->11->282",
11695 - "default.handlebars->31->1514",
11696 - "default.handlebars->31->2137",
11697 - "default.handlebars->31->545",
11698 - "default.handlebars->31->714",
11699 - "default.handlebars->31->770",
11700 - "default.handlebars->31->952",
11695 + "default.handlebars->31->1517",
11696 + "default.handlebars->31->2140",
11697 + "default.handlebars->31->548",
11698 + "default.handlebars->31->717",
11699 + "default.handlebars->31->773",
11700 + "default.handlebars->31->955",
11701 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
11702 "default.handlebars->contextMenu->cxdesktop",
11703 "desktop.handlebars->3->23"
@@ -11740,10 +11740,10 @@
11740 "zh-chs": "桌面通知",
11741 "zh-cht": "桌面通知",
11742 "xloc": [
11743 - "default.handlebars->31->1435",
11744 - "default.handlebars->31->1952",
11745 - "default.handlebars->31->2039",
11746 - "default.handlebars->31->631"
11743 + "default.handlebars->31->1438",
11744 + "default.handlebars->31->1955",
11745 + "default.handlebars->31->2042",
11746 + "default.handlebars->31->634"
11747 ]
11748 },
11749 {
@@ -11763,10 +11763,10 @@
11763 "zh-chs": "桌面提示",
11764 "zh-cht": "桌面提示",
11765 "xloc": [
11766 - "default.handlebars->31->1434",
11767 - "default.handlebars->31->1951",
11768 - "default.handlebars->31->2038",
11769 - "default.handlebars->31->630"
11766 + "default.handlebars->31->1437",
11767 + "default.handlebars->31->1954",
11768 + "default.handlebars->31->2041",
11769 + "default.handlebars->31->633"
11770 ]
11771 },
11772 {
@@ -11786,10 +11786,10 @@
11786 "zh-chs": "桌面提示+工具栏",
11787 "zh-cht": "桌面提示+工具欄",
11788 "xloc": [
11789 - "default.handlebars->31->1432",
11790 - "default.handlebars->31->1949",
11791 - "default.handlebars->31->2036",
11792 - "default.handlebars->31->628"
11789 + "default.handlebars->31->1435",
11790 + "default.handlebars->31->1952",
11791 + "default.handlebars->31->2039",
11792 + "default.handlebars->31->631"
11793 ]
11794 },
11795 {
@@ -11851,10 +11851,10 @@
11851 "zh-chs": "桌面工具栏",
11852 "zh-cht": "桌面工具欄",
11853 "xloc": [
11854 - "default.handlebars->31->1433",
11855 - "default.handlebars->31->1950",
11856 - "default.handlebars->31->2037",
11857 - "default.handlebars->31->629"
11854 + "default.handlebars->31->1436",
11855 + "default.handlebars->31->1953",
11856 + "default.handlebars->31->2040",
11857 + "default.handlebars->31->632"
11858 ]
11859 },
11860 {
@@ -11862,7 +11862,7 @@
11862 "nl": "Desktop, Alleen kijken",
11863 "fr": "Bureau en visualisation seulement",
11864 "xloc": [
11865 - "default.handlebars->31->773"
11865 + "default.handlebars->31->776"
11866 ]
11867 },
11868 {
@@ -11882,7 +11882,7 @@
11882 "zh-chs": "桌面时段",
11883 "zh-cht": "桌面時段",
11884 "xloc": [
11885 - "default.handlebars->31->951"
11885 + "default.handlebars->31->954"
11886 ]
11887 },
11888 {
@@ -11966,10 +11966,10 @@
11966 "zh-cht": "裝置",
11967 "xloc": [
11968 "default-mobile.handlebars->11->418",
11969 - "default.handlebars->31->1035",
11970 - "default.handlebars->31->1537",
11969 + "default.handlebars->31->1038",
11970 + "default.handlebars->31->1540",
11971 "default.handlebars->31->201",
11972 - "default.handlebars->31->2107",
11972 + "default.handlebars->31->2110",
11973 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11974 ]
11975 },
@@ -11992,7 +11992,7 @@
11992 "xloc": [
11993 "default-mobile.handlebars->11->293",
11994 "default-mobile.handlebars->11->294",
11995 - "default.handlebars->31->808"
11995 + "default.handlebars->31->811"
11996 ]
11997 },
11998 {
@@ -12034,15 +12034,15 @@
12034 "xloc": [
12035 "agent-translations.json",
12036 "default-mobile.handlebars->11->573",
12037 - "default.handlebars->31->1532",
12037 "default.handlebars->31->1535",
12039 - "default.handlebars->31->1536",
12040 - "default.handlebars->31->1800",
12041 - "default.handlebars->31->1975",
12042 - "default.handlebars->31->1981",
12043 - "default.handlebars->31->2095",
12044 - "default.handlebars->31->2146",
12045 - "default.handlebars->31->2165"
12038 + "default.handlebars->31->1538",
12039 + "default.handlebars->31->1539",
12040 + "default.handlebars->31->1803",
12041 + "default.handlebars->31->1978",
12042 + "default.handlebars->31->1984",
12043 + "default.handlebars->31->2098",
12044 + "default.handlebars->31->2149",
12045 + "default.handlebars->31->2168"
12046 ]
12047 },
12048 {
@@ -12063,7 +12063,7 @@
12063 "zh-cht": "裝置群用戶",
12064 "xloc": [
12065 "default-mobile.handlebars->11->562",
12066 - "default.handlebars->31->1602"
12066 + "default.handlebars->31->1605"
12067 ]
12068 },
12069 {
@@ -12084,11 +12084,11 @@
12084 "zh-cht": "裝置群",
12085 "xloc": [
12086 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
12087 - "default.handlebars->31->1816",
12088 - "default.handlebars->31->1922",
12089 - "default.handlebars->31->1962",
12090 - "default.handlebars->31->2033",
12091 - "default.handlebars->31->2216",
12087 + "default.handlebars->31->1819",
12088 + "default.handlebars->31->1925",
12089 + "default.handlebars->31->1965",
12090 + "default.handlebars->31->2036",
12091 + "default.handlebars->31->2219",
12092 "default.handlebars->container->column_l->p2->p2info->7"
12093 ]
12094 },
@@ -12109,7 +12109,7 @@
12109 "zh-chs": "设备信息导出",
12110 "zh-cht": "裝置訊息輸出",
12111 "xloc": [
12112 - "default.handlebars->31->510"
12112 + "default.handlebars->31->513"
12113 ]
12114 },
12115 {
@@ -12129,7 +12129,7 @@
12129 "zh-chs": "设备位置",
12130 "zh-cht": "裝置位置",
12131 "xloc": [
12132 - "default.handlebars->31->844"
12132 + "default.handlebars->31->847"
12133 ]
12134 },
12135 {
@@ -12149,7 +12149,7 @@
12149 "zh-chs": "设备消息",
12150 "zh-cht": "裝置訊息",
12151 "xloc": [
12152 - "default.handlebars->31->765"
12152 + "default.handlebars->31->768"
12153 ]
12154 },
12155 {
@@ -12170,9 +12170,9 @@
12170 "zh-cht": "裝置名稱",
12171 "xloc": [
12172 "default-mobile.handlebars->11->308",
12173 - "default.handlebars->31->2145",
12173 + "default.handlebars->31->2148",
12174 "default.handlebars->31->309",
12175 - "default.handlebars->31->879",
12175 + "default.handlebars->31->882",
12176 "player.handlebars->3->9"
12177 ]
12178 },
@@ -12193,8 +12193,8 @@
12193 "zh-chs": "设备通知",
12194 "zh-cht": "裝置通知",
12195 "xloc": [
12196 - "default.handlebars->31->498",
12197 - "default.handlebars->31->767"
12196 + "default.handlebars->31->499",
12197 + "default.handlebars->31->770"
12198 ]
12199 },
12200 {
@@ -12239,7 +12239,7 @@
12239 "zh-chs": "设备共享链接",
12240 "zh-cht": "設備共享鏈接",
12241 "xloc": [
12242 - "default.handlebars->31->710"
12242 + "default.handlebars->31->713"
12243 ]
12244 },
12245 {
@@ -12279,8 +12279,8 @@
12279 "zh-chs": "设备连接。",
12280 "zh-cht": "裝置連接。",
12281 "xloc": [
12282 - "default.handlebars->31->1352",
12283 - "default.handlebars->31->1623"
12282 + "default.handlebars->31->1355",
12283 + "default.handlebars->31->1626"
12284 ]
12285 },
12286 {
@@ -12300,8 +12300,8 @@
12300 "zh-chs": "设备断开连接。",
12301 "zh-cht": "裝置斷開連接。",
12302 "xloc": [
12303 - "default.handlebars->31->1353",
12304 - "default.handlebars->31->1624"
12303 + "default.handlebars->31->1356",
12304 + "default.handlebars->31->1627"
12305 ]
12306 },
12307 {
@@ -12321,7 +12321,7 @@
12321 "zh-chs": "创建的设备组:{0}",
12322 "zh-cht": "設備組已創建:{0}",
12323 "xloc": [
12324 - "default.handlebars->31->1760"
12324 + "default.handlebars->31->1763"
12325 ]
12326 },
12327 {
@@ -12341,7 +12341,7 @@
12341 "zh-chs": "设备组已删除:{0}",
12342 "zh-cht": "設備組已刪除:{0}",
12343 "xloc": [
12344 - "default.handlebars->31->1761"
12344 + "default.handlebars->31->1764"
12345 ]
12346 },
12347 {
@@ -12361,7 +12361,7 @@
12361 "zh-chs": "设备组成员身份已更改:{0}",
12362 "zh-cht": "設備組成員身份已更改:{0}",
12363 "xloc": [
12364 - "default.handlebars->31->1762"
12364 + "default.handlebars->31->1765"
12365 ]
12366 },
12367 {
@@ -12381,7 +12381,7 @@
12381 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
12382 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
12383 "xloc": [
12384 - "default.handlebars->31->762"
12384 + "default.handlebars->31->765"
12385 ]
12386 },
12387 {
@@ -12401,7 +12401,7 @@
12401 "zh-chs": "设备组通知已更改",
12402 "zh-cht": "設備組通知已更改",
12403 "xloc": [
12404 - "default.handlebars->31->1757"
12404 + "default.handlebars->31->1760"
12405 ]
12406 },
12407 {
@@ -12421,7 +12421,7 @@
12421 "zh-chs": "未删除的设备组:{0}",
12422 "zh-cht": "未刪除的設備組:{0}",
12423 "xloc": [
12424 - "default.handlebars->31->1740"
12424 + "default.handlebars->31->1743"
12425 ]
12426 },
12427 {
@@ -12444,7 +12444,7 @@
12444 "default-mobile.handlebars->11->175",
12445 "default-mobile.handlebars->11->231",
12446 "default.handlebars->31->256",
12447 - "default.handlebars->31->566"
12447 + "default.handlebars->31->569"
12448 ]
12449 },
12450 {
@@ -12692,7 +12692,7 @@
12692 "default-mobile.handlebars->11->174",
12693 "default-mobile.handlebars->11->230",
12694 "default.handlebars->31->255",
12695 - "default.handlebars->31->565"
12695 + "default.handlebars->31->568"
12696 ]
12697 },
12698 {
@@ -12774,7 +12774,7 @@
12774 "zh-chs": "设备名称",
12775 "zh-cht": "裝置名稱",
12776 "xloc": [
12777 - "default.handlebars->31->557"
12777 + "default.handlebars->31->560"
12778 ]
12779 },
12780 {
@@ -12814,7 +12814,7 @@
12814 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
12815 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
12816 "xloc": [
12817 - "default.handlebars->31->1742"
12817 + "default.handlebars->31->1745"
12818 ]
12819 },
12820 {
@@ -12851,8 +12851,8 @@
12851 "zh-chs": "设备",
12852 "zh-cht": "裝置",
12853 "xloc": [
12854 - "default.handlebars->31->1923",
12855 - "default.handlebars->31->1963"
12854 + "default.handlebars->31->1926",
12855 + "default.handlebars->31->1966"
12856 ]
12857 },
12858 {
@@ -12873,7 +12873,7 @@
12873 "zh-cht": "已禁用",
12874 "xloc": [
12875 "default-mobile.handlebars->11->403",
12876 - "default.handlebars->31->624"
12876 + "default.handlebars->31->627"
12877 ]
12878 },
12879 {
@@ -12893,7 +12893,7 @@
12893 "zh-chs": "禁用的电子邮件两因素身份验证",
12894 "zh-cht": "禁用的電子郵件兩因素身份驗證",
12895 "xloc": [
12896 - "default.handlebars->31->1773"
12896 + "default.handlebars->31->1776"
12897 ]
12898 },
12899 {
@@ -12916,8 +12916,8 @@
12916 "agent-translations.json",
12917 "default-mobile.handlebars->11->351",
12918 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12919 - "default.handlebars->31->1445",
12920 - "default.handlebars->31->968",
12919 + "default.handlebars->31->1448",
12920 + "default.handlebars->31->971",
12921 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12922 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
12923 "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -13017,7 +13017,7 @@
13017 "zh-chs": "在远程设备上显示一个消息框。",
13018 "zh-cht": "在遠程裝置上顯示一個訊息框。",
13019 "xloc": [
13020 - "default.handlebars->31->766"
13020 + "default.handlebars->31->769"
13021 ]
13022 },
13023 {
@@ -13057,7 +13057,7 @@
13057 "zh-chs": "在远程设备上显示短信",
13058 "zh-cht": "在遠程裝置上顯示短信",
13059 "xloc": [
13060 - "default.handlebars->31->661"
13060 + "default.handlebars->31->664"
13061 ]
13062 },
13063 {
@@ -13077,7 +13077,7 @@
13077 "zh-chs": "显示设备组名称",
13078 "zh-cht": "顯示裝置群名稱",
13079 "xloc": [
13080 - "default.handlebars->31->1351"
13080 + "default.handlebars->31->1354"
13081 ]
13082 },
13083 {
@@ -13097,7 +13097,7 @@
13097 "zh-chs": "显示名称",
13098 "zh-cht": "顯示名稱",
13099 "xloc": [
13100 - "default.handlebars->31->937"
13100 + "default.handlebars->31->940"
13101 ]
13102 },
13103 {
@@ -13117,7 +13117,7 @@
13117 "zh-chs": "显示公共连结",
13118 "zh-cht": "顯示公共鏈結",
13119 "xloc": [
13120 - "default.handlebars->31->1643"
13120 + "default.handlebars->31->1646"
13121 ]
13122 },
13123 {
@@ -13137,7 +13137,7 @@
13137 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13138 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13139 "xloc": [
13140 - "default.handlebars->31->1702"
13140 + "default.handlebars->31->1705"
13141 ]
13142 },
13143 {
@@ -13157,7 +13157,7 @@
13157 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13158 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13159 "xloc": [
13160 - "default.handlebars->31->1710"
13160 + "default.handlebars->31->1713"
13161 ]
13162 },
13163 {
@@ -13177,8 +13177,8 @@
13177 "zh-chs": "什么都不做",
13178 "zh-cht": "什麼都不做",
13179 "xloc": [
13180 - "default.handlebars->31->1492",
13181 - "default.handlebars->31->1496"
13180 + "default.handlebars->31->1495",
13181 + "default.handlebars->31->1499"
13182 ]
13183 },
13184 {
@@ -13198,10 +13198,10 @@
13198 "zh-chs": "域",
13199 "zh-cht": "域",
13200 "xloc": [
13201 - "default.handlebars->31->1887",
13202 - "default.handlebars->31->1935",
13203 - "default.handlebars->31->1944",
13204 - "default.handlebars->31->2012",
13201 + "default.handlebars->31->1890",
13202 + "default.handlebars->31->1938",
13203 + "default.handlebars->31->1947",
13204 + "default.handlebars->31->2015",
13205 "mstsc.handlebars->main->1->3->1->2->1->0",
13206 "mstsc.handlebars->main->1->3->1->2->3"
13207 ]
@@ -13223,7 +13223,7 @@
13223 "zh-chs": "请勿更改,如果设置请保留CCM",
13224 "zh-cht": "請勿更改,如果設置請保留CCM",
13225 "xloc": [
13226 - "default.handlebars->31->1488"
13226 + "default.handlebars->31->1491"
13227 ]
13228 },
13229 {
@@ -13260,7 +13260,7 @@
13260 "zh-chs": "不要连接到服务器",
13261 "zh-cht": "不要連接到伺服器",
13262 "xloc": [
13263 - "default.handlebars->31->1497"
13263 + "default.handlebars->31->1500"
13264 ]
13265 },
13266 {
@@ -13325,7 +13325,7 @@
13325 "nl": "Omlaag",
13326 "xloc": [
13327 "default-mobile.handlebars->11->335",
13328 - "default.handlebars->31->918"
13328 + "default.handlebars->31->921"
13329 ]
13330 },
13331 {
@@ -13389,7 +13389,7 @@
13389 "zh-cht": "下載檔案",
13390 "xloc": [
13391 "default-mobile.handlebars->11->381",
13392 - "default.handlebars->31->1007"
13392 + "default.handlebars->31->1010"
13393 ]
13394 },
13395 {
@@ -13429,7 +13429,7 @@
13429 "zh-chs": "下载MeshCmd",
13430 "zh-cht": "下載MeshCmd",
13431 "xloc": [
13432 - "default.handlebars->31->869"
13432 + "default.handlebars->31->872"
13433 ]
13434 },
13435 {
@@ -13489,7 +13489,7 @@
13489 "zh-chs": "下载报告",
13490 "zh-cht": "下載報告",
13491 "xloc": [
13492 - "default.handlebars->31->1805",
13492 + "default.handlebars->31->1808",
13493 "default.handlebars->container->column_l->p3->3->1->0->3"
13494 ]
13495 },
@@ -13510,7 +13510,7 @@
13510 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
13511 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
13512 "xloc": [
13513 - "default.handlebars->31->862"
13513 + "default.handlebars->31->865"
13514 ]
13515 },
13516 {
@@ -13590,7 +13590,7 @@
13590 "zh-chs": "下载电源事件",
13591 "zh-cht": "下載電源事件",
13592 "xloc": [
13593 - "default.handlebars->31->818"
13593 + "default.handlebars->31->821"
13594 ]
13595 },
13596 {
@@ -13678,7 +13678,7 @@
13678 "zh-chs": "使用以下一种档案格式下载设备列表。",
13679 "zh-cht": "使用以下一種檔案格式下載裝置列表。",
13680 "xloc": [
13681 - "default.handlebars->31->505"
13681 + "default.handlebars->31->508"
13682 ]
13683 },
13684 {
@@ -13698,7 +13698,7 @@
13698 "zh-chs": "使用以下一种档案格式下载事件列表。",
13699 "zh-cht": "使用以下一種檔案格式下載事件列表。",
13700 "xloc": [
13701 - "default.handlebars->31->1806"
13701 + "default.handlebars->31->1809"
13702 ]
13703 },
13704 {
@@ -13718,7 +13718,7 @@
13718 "zh-chs": "使用以下一种档案格式下载用户列表。",
13719 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
13720 "xloc": [
13721 - "default.handlebars->31->1871"
13721 + "default.handlebars->31->1874"
13722 ]
13723 },
13724 {
@@ -13799,7 +13799,7 @@
13799 "zh-chs": "下载:“{0}”",
13800 "zh-cht": "下載:“{0}”",
13801 "xloc": [
13802 - "default.handlebars->31->1733"
13802 + "default.handlebars->31->1736"
13803 ]
13804 },
13805 {
@@ -13807,7 +13807,7 @@
13807 "nl": "Download: \\\"{0}\\\", Grootte: {1}",
13808 "fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
13809 "xloc": [
13810 - "default.handlebars->31->1790"
13810 + "default.handlebars->31->1793"
13811 ]
13812 },
13813 {
@@ -13847,7 +13847,7 @@
13847 "zh-chs": "代理重复",
13848 "zh-cht": "代理重複",
13849 "xloc": [
13850 - "default.handlebars->31->2212"
13850 + "default.handlebars->31->2215"
13851 ]
13852 },
13853 {
@@ -13887,7 +13887,7 @@
13887 "zh-chs": "复制用户组",
13888 "zh-cht": "複製用戶群",
13889 "xloc": [
13890 - "default.handlebars->31->1939"
13890 + "default.handlebars->31->1942"
13891 ]
13892 },
13893 {
@@ -13924,8 +13924,8 @@
13924 "zh-chs": "持续时间",
13925 "zh-cht": "持續時間",
13926 "xloc": [
13927 - "default.handlebars->31->2131",
13928 - "default.handlebars->31->2151",
13927 + "default.handlebars->31->2134",
13928 + "default.handlebars->31->2154",
13929 "player.handlebars->3->2"
13930 ]
13931 },
@@ -13963,7 +13963,7 @@
13963 "zh-chs": "荷兰文(比利时)",
13964 "zh-cht": "荷蘭文(比利時)",
13965 "xloc": [
13966 - "default.handlebars->31->1191"
13966 + "default.handlebars->31->1194"
13967 ]
13968 },
13969 {
@@ -13983,7 +13983,7 @@
13983 "zh-chs": "荷兰文(标准)",
13984 "zh-cht": "荷蘭文(標準)",
13985 "xloc": [
13986 - "default.handlebars->31->1190"
13986 + "default.handlebars->31->1193"
13987 ]
13988 },
13989 {
@@ -14272,7 +14272,7 @@
14272 "zh-cht": "編輯裝置",
14273 "xloc": [
14274 "default-mobile.handlebars->11->313",
14275 - "default.handlebars->31->884"
14275 + "default.handlebars->31->887"
14276 ]
14277 },
14278 {
@@ -14295,10 +14295,10 @@
14295 "default-mobile.handlebars->11->513",
14296 "default-mobile.handlebars->11->519",
14297 "default-mobile.handlebars->11->539",
14298 - "default.handlebars->31->1509",
14299 - "default.handlebars->31->1541",
14300 - "default.handlebars->31->1566",
14301 - "default.handlebars->31->1578"
14298 + "default.handlebars->31->1512",
14299 + "default.handlebars->31->1544",
14300 + "default.handlebars->31->1569",
14301 + "default.handlebars->31->1581"
14302 ]
14303 },
14304 {
@@ -14318,7 +14318,7 @@
14318 "zh-chs": "编辑设备组功能",
14319 "zh-cht": "編輯裝置群功能",
14320 "xloc": [
14321 - "default.handlebars->31->1527"
14321 + "default.handlebars->31->1530"
14322 ]
14323 },
14324 {
@@ -14338,8 +14338,8 @@
14338 "zh-chs": "编辑设备组权限",
14339 "zh-cht": "編輯裝置群權限",
14340 "xloc": [
14341 - "default.handlebars->31->1563",
14342 - "default.handlebars->31->1575"
14341 + "default.handlebars->31->1566",
14342 + "default.handlebars->31->1578"
14343 ]
14344 },
14345 {
@@ -14359,7 +14359,7 @@
14359 "zh-chs": "编辑设备组用户同意",
14360 "zh-cht": "編輯裝置群用戶同意",
14361 "xloc": [
14362 - "default.handlebars->31->1510"
14362 + "default.handlebars->31->1513"
14363 ]
14364 },
14365 {
@@ -14380,7 +14380,7 @@
14380 "zh-cht": "編輯裝置筆記",
14381 "xloc": [
14382 "default-mobile.handlebars->11->531",
14383 - "default.handlebars->31->1555"
14383 + "default.handlebars->31->1558"
14384 ]
14385 },
14386 {
@@ -14400,8 +14400,8 @@
14400 "zh-chs": "编辑设备权限",
14401 "zh-cht": "編輯裝置權限",
14402 "xloc": [
14403 - "default.handlebars->31->1568",
14404 - "default.handlebars->31->1570"
14403 + "default.handlebars->31->1571",
14404 + "default.handlebars->31->1573"
14405 ]
14406 },
14407 {
@@ -14421,7 +14421,8 @@
14421 "zh-chs": "编辑设备标签",
14422 "zh-cht": "編輯裝置標籤",
14423 "xloc": [
14424 - "default.handlebars->31->493"
14424 + "default.handlebars->31->494",
14425 + "default.handlebars->31->507"
14426 ]
14427 },
14428 {
@@ -14441,7 +14442,7 @@
14442 "zh-chs": "编辑设备用户同意",
14443 "zh-cht": "編輯裝置用戶同意",
14444 "xloc": [
14444 - "default.handlebars->31->1512"
14445 + "default.handlebars->31->1515"
14446 ]
14447 },
14448 {
@@ -14461,7 +14462,7 @@
14462 "zh-chs": "编辑群组",
14463 "zh-cht": "編輯群組",
14464 "xloc": [
14464 - "default.handlebars->31->739"
14465 + "default.handlebars->31->742"
14466 ]
14467 },
14468 {
@@ -14485,10 +14486,10 @@
14486 "default-mobile.handlebars->11->257",
14487 "default-mobile.handlebars->11->260",
14488 "default-mobile.handlebars->11->303",
14488 - "default.handlebars->31->595",
14489 "default.handlebars->31->598",
14490 "default.handlebars->31->601",
14491 - "default.handlebars->31->825"
14491 + "default.handlebars->31->604",
14492 + "default.handlebars->31->828"
14493 ]
14494 },
14495 {
@@ -14509,7 +14510,7 @@
14510 "zh-cht": "編輯筆記",
14511 "xloc": [
14512 "default-mobile.handlebars->11->546",
14512 - "default.handlebars->31->1585"
14513 + "default.handlebars->31->1588"
14514 ]
14515 },
14516 {
@@ -14529,7 +14530,7 @@
14530 "zh-chs": "编辑用户同意",
14531 "zh-cht": "編輯用戶同意",
14532 "xloc": [
14532 - "default.handlebars->31->1511"
14533 + "default.handlebars->31->1514"
14534 ]
14535 },
14536 {
@@ -14549,7 +14550,7 @@
14550 "zh-chs": "编辑用户设备组权限",
14551 "zh-cht": "編輯用戶裝置群權限",
14552 "xloc": [
14552 - "default.handlebars->31->1576"
14553 + "default.handlebars->31->1579"
14554 ]
14555 },
14556 {
@@ -14569,7 +14570,7 @@
14570 "zh-chs": "编辑用户设备权限",
14571 "zh-cht": "編輯用戶裝置權限",
14572 "xloc": [
14572 - "default.handlebars->31->1571"
14573 + "default.handlebars->31->1574"
14574 ]
14575 },
14576 {
@@ -14589,7 +14590,7 @@
14590 "zh-chs": "编辑用户组",
14591 "zh-cht": "編輯用戶群",
14592 "xloc": [
14592 - "default.handlebars->31->1990"
14593 + "default.handlebars->31->1993"
14594 ]
14595 },
14596 {
@@ -14609,7 +14610,7 @@
14610 "zh-chs": "编辑用户组设备权限",
14611 "zh-cht": "編輯用戶群裝置權限",
14612 "xloc": [
14612 - "default.handlebars->31->1573"
14613 + "default.handlebars->31->1576"
14614 ]
14615 },
14616 {
@@ -14629,7 +14630,7 @@
14630 "zh-chs": "编辑用户组用户同意",
14631 "zh-cht": "編輯用戶組用戶同意",
14632 "xloc": [
14632 - "default.handlebars->31->1513"
14633 + "default.handlebars->31->1516"
14634 ]
14635 },
14636 {
@@ -14711,11 +14712,11 @@
14712 "zh-cht": "電郵",
14713 "xloc": [
14714 "default-mobile.handlebars->11->93",
14714 - "default.handlebars->31->1889",
14715 - "default.handlebars->31->2016",
14716 - "default.handlebars->31->2018",
14717 - "default.handlebars->31->2058",
14718 - "default.handlebars->31->2076",
14715 + "default.handlebars->31->1892",
14716 + "default.handlebars->31->2019",
14717 + "default.handlebars->31->2021",
14718 + "default.handlebars->31->2061",
14719 + "default.handlebars->31->2079",
14720 "default.handlebars->31->341",
14721 "login-mobile.handlebars->5->42",
14722 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -14748,7 +14749,7 @@
14749 "zh-cht": "電郵地址變更",
14750 "xloc": [
14751 "default-mobile.handlebars->11->94",
14751 - "default.handlebars->31->1360"
14752 + "default.handlebars->31->1363"
14753 ]
14754 },
14755 {
@@ -14769,7 +14770,7 @@
14770 "zh-cht": "電郵認證",
14771 "xloc": [
14772 "default-mobile.handlebars->11->83",
14772 - "default.handlebars->31->1128"
14773 + "default.handlebars->31->1131"
14774 ]
14775 },
14776 {
@@ -14829,7 +14830,7 @@
14830 "zh-cht": "電郵驗證",
14831 "xloc": [
14832 "default-mobile.handlebars->11->92",
14832 - "default.handlebars->31->1358"
14833 + "default.handlebars->31->1361"
14834 ]
14835 },
14836 {
@@ -14869,7 +14870,7 @@
14870 "zh-chs": "电邮未验证",
14871 "zh-cht": "電郵未驗證",
14872 "xloc": [
14872 - "default.handlebars->31->1835"
14873 + "default.handlebars->31->1838"
14874 ]
14875 },
14876 {
@@ -14889,8 +14890,8 @@
14890 "zh-chs": "电子邮件已验证",
14891 "zh-cht": "電子郵件已驗證",
14892 "xloc": [
14892 - "default.handlebars->31->1836",
14893 - "default.handlebars->31->2010"
14893 + "default.handlebars->31->1839",
14894 + "default.handlebars->31->2013"
14895 ]
14896 },
14897 {
@@ -14910,7 +14911,7 @@
14911 "zh-chs": "电邮已验证。",
14912 "zh-cht": "電郵已驗證。",
14913 "xloc": [
14913 - "default.handlebars->31->1895"
14914 + "default.handlebars->31->1898"
14915 ]
14916 },
14917 {
@@ -14930,7 +14931,7 @@
14931 "zh-chs": "电邮未验证",
14932 "zh-cht": "電郵未驗證",
14933 "xloc": [
14933 - "default.handlebars->31->2011"
14934 + "default.handlebars->31->2014"
14935 ]
14936 },
14937 {
@@ -14951,7 +14952,7 @@
14952 "zh-cht": "電郵已發送。",
14953 "xloc": [
14954 "default-mobile.handlebars->11->588",
14954 - "default.handlebars->31->2180",
14955 + "default.handlebars->31->2183",
14956 "login-mobile.handlebars->5->2",
14957 "login.handlebars->5->2",
14958 "login2.handlebars->7->3"
@@ -14996,7 +14997,7 @@
14997 "zh-chs": "已通过电邮验证,并且需要重置密码。",
14998 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
14999 "xloc": [
14999 - "default.handlebars->31->1896"
15000 + "default.handlebars->31->1899"
15001 ]
15002 },
15003 {
@@ -15019,7 +15020,7 @@
15020 {
15021 "en": "Email/SMS/Push Traffic",
15022 "xloc": [
15022 - "default.handlebars->31->2256"
15023 + "default.handlebars->31->2259"
15024 ]
15025 },
15026 {
@@ -15065,7 +15066,7 @@
15066 "zh-chs": "启用邀请代码",
15067 "zh-cht": "啟用邀請代碼",
15068 "xloc": [
15068 - "default.handlebars->31->1608"
15069 + "default.handlebars->31->1611"
15070 ]
15071 },
15072 {
@@ -15106,7 +15107,7 @@
15107 "zh-cht": "啟用電郵二因子鑑別。",
15108 "xloc": [
15109 "default-mobile.handlebars->11->85",
15109 - "default.handlebars->31->1130"
15110 + "default.handlebars->31->1133"
15111 ]
15112 },
15113 {
@@ -15146,7 +15147,7 @@
15147 "zh-chs": "已启用",
15148 "zh-cht": "已啟用",
15149 "xloc": [
15149 - "default.handlebars->31->2153"
15150 + "default.handlebars->31->2156"
15151 ]
15152 },
15153 {
@@ -15166,7 +15167,7 @@
15167 "zh-chs": "启用电子邮件两因素身份验证",
15168 "zh-cht": "啟用電子郵件兩因素身份驗證",
15169 "xloc": [
15169 - "default.handlebars->31->1772"
15170 + "default.handlebars->31->1775"
15171 ]
15172 },
15173 {
@@ -15195,7 +15196,7 @@
15196 "nl": "End",
15197 "xloc": [
15198 "default-mobile.handlebars->11->329",
15198 - "default.handlebars->31->912"
15199 + "default.handlebars->31->915"
15200 ]
15201 },
15202 {
@@ -15215,7 +15216,7 @@
15216 "zh-chs": "时间结束",
15217 "zh-cht": "時間結束",
15218 "xloc": [
15218 - "default.handlebars->31->2150"
15219 + "default.handlebars->31->2153"
15220 ]
15221 },
15222 {
@@ -15235,7 +15236,7 @@
15236 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15237 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15238 "xloc": [
15238 - "default.handlebars->31->1695"
15239 + "default.handlebars->31->1698"
15240 ]
15241 },
15242 {
@@ -15255,7 +15256,7 @@
15256 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15257 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15258 "xloc": [
15258 - "default.handlebars->31->1696"
15259 + "default.handlebars->31->1699"
15260 ]
15261 },
15262 {
@@ -15275,7 +15276,7 @@
15276 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15277 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15278 "xloc": [
15278 - "default.handlebars->31->1693"
15279 + "default.handlebars->31->1696"
15280 ]
15281 },
15282 {
@@ -15295,7 +15296,7 @@
15296 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15297 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15298 "xloc": [
15298 - "default.handlebars->31->1694"
15299 + "default.handlebars->31->1697"
15300 ]
15301 },
15302 {
@@ -15315,7 +15316,7 @@
15316 "zh-chs": "英文",
15317 "zh-cht": "英文",
15318 "xloc": [
15318 - "default.handlebars->31->1192"
15319 + "default.handlebars->31->1195"
15320 ]
15321 },
15322 {
@@ -15335,7 +15336,7 @@
15336 "zh-chs": "英文(澳洲)",
15337 "zh-cht": "英文(澳洲)",
15338 "xloc": [
15338 - "default.handlebars->31->1193"
15339 + "default.handlebars->31->1196"
15340 ]
15341 },
15342 {
@@ -15355,7 +15356,7 @@
15356 "zh-chs": "英文(伯利茲)",
15357 "zh-cht": "英文(伯利茲)",
15358 "xloc": [
15358 - "default.handlebars->31->1194"
15359 + "default.handlebars->31->1197"
15360 ]
15361 },
15362 {
@@ -15375,7 +15376,7 @@
15376 "zh-chs": "英文(加拿大)",
15377 "zh-cht": "英文(加拿大)",
15378 "xloc": [
15378 - "default.handlebars->31->1195"
15379 + "default.handlebars->31->1198"
15380 ]
15381 },
15382 {
@@ -15395,7 +15396,7 @@
15396 "zh-chs": "英文(爱尔兰)",
15397 "zh-cht": "英文(愛爾蘭)",
15398 "xloc": [
15398 - "default.handlebars->31->1196"
15399 + "default.handlebars->31->1199"
15400 ]
15401 },
15402 {
@@ -15415,7 +15416,7 @@
15416 "zh-chs": "英文(牙买加)",
15417 "zh-cht": "英文(牙買加)",
15418 "xloc": [
15418 - "default.handlebars->31->1197"
15419 + "default.handlebars->31->1200"
15420 ]
15421 },
15422 {
@@ -15435,7 +15436,7 @@
15436 "zh-chs": "英文(纽西兰)",
15437 "zh-cht": "英文(紐西蘭)",
15438 "xloc": [
15438 - "default.handlebars->31->1198"
15439 + "default.handlebars->31->1201"
15440 ]
15441 },
15442 {
@@ -15455,7 +15456,7 @@
15456 "zh-chs": "英文(菲律宾)",
15457 "zh-cht": "英文(菲律賓)",
15458 "xloc": [
15458 - "default.handlebars->31->1199"
15459 + "default.handlebars->31->1202"
15460 ]
15461 },
15462 {
@@ -15475,7 +15476,7 @@
15476 "zh-chs": "英语(南非)",
15477 "zh-cht": "英語(南非)",
15478 "xloc": [
15478 - "default.handlebars->31->1200"
15479 + "default.handlebars->31->1203"
15480 ]
15481 },
15482 {
@@ -15495,7 +15496,7 @@
15496 "zh-chs": "英文(特立尼达和多巴哥)",
15497 "zh-cht": "英文(特立尼達和多巴哥)",
15498 "xloc": [
15498 - "default.handlebars->31->1201"
15499 + "default.handlebars->31->1204"
15500 ]
15501 },
15502 {
@@ -15515,7 +15516,7 @@
15516 "zh-chs": "英文(英国)",
15517 "zh-cht": "英文(英國)",
15518 "xloc": [
15518 - "default.handlebars->31->1202"
15519 + "default.handlebars->31->1205"
15520 ]
15521 },
15522 {
@@ -15535,7 +15536,7 @@
15536 "zh-chs": "美国英文",
15537 "zh-cht": "美國英語",
15538 "xloc": [
15538 - "default.handlebars->31->1203"
15539 + "default.handlebars->31->1206"
15540 ]
15541 },
15542 {
@@ -15555,7 +15556,7 @@
15556 "zh-chs": "英文(津巴布韦)",
15557 "zh-cht": "英文(津巴布韋)",
15558 "xloc": [
15558 - "default.handlebars->31->1204"
15559 + "default.handlebars->31->1207"
15560 ]
15561 },
15562 {
@@ -15576,10 +15577,10 @@
15577 "zh-cht": "輸入",
15578 "xloc": [
15579 "default-mobile.handlebars->11->324",
15579 - "default.handlebars->31->1386",
15580 - "default.handlebars->31->1387",
15581 - "default.handlebars->31->907",
15582 - "default.handlebars->31->980"
15580 + "default.handlebars->31->1389",
15581 + "default.handlebars->31->1390",
15582 + "default.handlebars->31->910",
15583 + "default.handlebars->31->983"
15584 ]
15585 },
15586 {
@@ -15599,7 +15600,7 @@
15600 "zh-chs": "输入管理领域名称的逗号分隔列表。",
15601 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
15602 "xloc": [
15602 - "default.handlebars->31->1900"
15603 + "default.handlebars->31->1903"
15604 ]
15605 },
15606 {
@@ -15659,7 +15660,7 @@
15660 "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
15661 "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
15662 "xloc": [
15662 - "default.handlebars->31->931"
15663 + "default.handlebars->31->934"
15664 ]
15665 },
15666 {
@@ -15721,7 +15722,7 @@
15722 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
15723 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
15724 "xloc": [
15724 - "default.handlebars->31->1125"
15725 + "default.handlebars->31->1128"
15726 ]
15727 },
15728 {
@@ -15750,7 +15751,7 @@
15751 "fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
15752 "xloc": [
15753 "default-mobile.handlebars->11->596",
15753 - "default.handlebars->31->2188"
15754 + "default.handlebars->31->2191"
15755 ]
15756 },
15757 {
@@ -15759,7 +15760,7 @@
15760 "fr": "Erreur, mot de passe non modifié.",
15761 "xloc": [
15762 "default-mobile.handlebars->11->593",
15762 - "default.handlebars->31->2185"
15763 + "default.handlebars->31->2188"
15764 ]
15765 },
15766 {
@@ -15768,7 +15769,7 @@
15769 "fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
15770 "xloc": [
15771 "default-mobile.handlebars->11->592",
15771 - "default.handlebars->31->2184"
15772 + "default.handlebars->31->2187"
15773 ]
15774 },
15775 {
@@ -15777,7 +15778,7 @@
15778 "fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
15779 "xloc": [
15780 "default-mobile.handlebars->11->591",
15780 - "default.handlebars->31->2183"
15781 + "default.handlebars->31->2186"
15782 ]
15783 },
15784 {
@@ -15806,7 +15807,7 @@
15807 "nl": "Escape",
15808 "xloc": [
15809 "default-mobile.handlebars->11->325",
15809 - "default.handlebars->31->908"
15810 + "default.handlebars->31->911"
15811 ]
15812 },
15813 {
@@ -15826,7 +15827,7 @@
15827 "zh-chs": "世界文",
15828 "zh-cht": "世界語",
15829 "xloc": [
15829 - "default.handlebars->31->1205"
15830 + "default.handlebars->31->1208"
15831 ]
15832 },
15833 {
@@ -15846,7 +15847,7 @@
15847 "zh-chs": "爱沙尼亚文",
15848 "zh-cht": "愛沙尼亞語",
15849 "xloc": [
15849 - "default.handlebars->31->1206"
15850 + "default.handlebars->31->1209"
15851 ]
15852 },
15853 {
@@ -15866,7 +15867,7 @@
15867 "zh-chs": "事件详情",
15868 "zh-cht": "事件詳情",
15869 "xloc": [
15869 - "default.handlebars->31->1020"
15870 + "default.handlebars->31->1023"
15871 ]
15872 },
15873 {
@@ -15886,7 +15887,7 @@
15887 "zh-chs": "事件列表输出",
15888 "zh-cht": "事件列表輸出",
15889 "xloc": [
15889 - "default.handlebars->31->1811"
15890 + "default.handlebars->31->1814"
15891 ]
15892 },
15893 {
@@ -15992,7 +15993,7 @@
15993 "zh-cht": "到期時間",
15994 "xloc": [
15995 "default.handlebars->31->207",
15995 - "default.handlebars->31->792"
15996 + "default.handlebars->31->795"
15997 ]
15998 },
15999 {
@@ -16054,7 +16055,7 @@
16055 "zh-chs": "输出设备信息",
16056 "zh-cht": "輸出裝置訊息",
16057 "xloc": [
16057 - "default.handlebars->31->473"
16058 + "default.handlebars->31->474"
16059 ]
16060 },
16061 {
@@ -16074,7 +16075,7 @@
16075 "zh-chs": "扩充式ASCII",
16076 "zh-cht": "擴充式ASCII",
16077 "xloc": [
16077 - "default.handlebars->31->959",
16078 + "default.handlebars->31->962",
16079 "terminal.handlebars->3->16"
16080 ]
16081 },
@@ -16116,7 +16117,7 @@
16117 "zh-chs": "外部",
16118 "zh-cht": "外部",
16119 "xloc": [
16119 - "default.handlebars->31->2239"
16120 + "default.handlebars->31->2242"
16121 ]
16122 },
16123 {
@@ -16156,7 +16157,7 @@
16157 "zh-chs": "FYRO马其顿语",
16158 "zh-cht": "FYRO馬其頓語",
16159 "xloc": [
16159 - "default.handlebars->31->1256"
16160 + "default.handlebars->31->1259"
16161 ]
16162 },
16163 {
@@ -16176,7 +16177,7 @@
16177 "zh-chs": "法罗语",
16178 "zh-cht": "法羅語",
16179 "xloc": [
16179 - "default.handlebars->31->1207"
16180 + "default.handlebars->31->1210"
16181 ]
16182 },
16183 {
@@ -16205,7 +16206,7 @@
16206 "fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
16207 "xloc": [
16208 "default-mobile.handlebars->11->587",
16208 - "default.handlebars->31->2179"
16209 + "default.handlebars->31->2182"
16210 ]
16211 },
16212 {
@@ -16225,7 +16226,7 @@
16226 "zh-chs": "本地用户拒绝后无法启动远程桌面",
16227 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16228 "xloc": [
16228 - "default.handlebars->31->1718"
16229 + "default.handlebars->31->1721"
16230 ]
16231 },
16232 {
@@ -16245,7 +16246,7 @@
16246 "zh-chs": "本地用户拒绝后无法启动远程文件",
16247 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16248 "xloc": [
16248 - "default.handlebars->31->1725"
16249 + "default.handlebars->31->1728"
16250 ]
16251 },
16252 {
@@ -16266,7 +16267,7 @@
16267 "zh-cht": "無法啟動遠程終端接合{0}({1})",
16268 "xloc": [
16269 "default-mobile.handlebars->11->316",
16269 - "default.handlebars->31->887",
16270 + "default.handlebars->31->890",
16271 "desktop.handlebars->3->8",
16272 "terminal.handlebars->3->12"
16273 ]
@@ -16288,7 +16289,7 @@
16289 "zh-chs": "波斯文(波斯文)",
16290 "zh-cht": "波斯語(波斯語)",
16291 "xloc": [
16291 - "default.handlebars->31->1208"
16292 + "default.handlebars->31->1211"
16293 ]
16294 },
16295 {
@@ -16330,7 +16331,7 @@
16331 "zh-chs": "功能",
16332 "zh-cht": "功能",
16333 "xloc": [
16333 - "default.handlebars->31->1431"
16334 + "default.handlebars->31->1434"
16335 ]
16336 },
16337 {
@@ -16350,7 +16351,7 @@
16351 "zh-chs": "斐济",
16352 "zh-cht": "斐濟",
16353 "xloc": [
16353 - "default.handlebars->31->1209"
16354 + "default.handlebars->31->1212"
16355 ]
16356 },
16357 {
@@ -16391,8 +16392,8 @@
16392 "zh-cht": "檔案編輯器",
16393 "xloc": [
16394 "default-mobile.handlebars->11->365",
16394 - "default.handlebars->31->537",
16395 - "default.handlebars->31->991"
16395 + "default.handlebars->31->540",
16396 + "default.handlebars->31->994"
16397 ]
16398 },
16399 {
@@ -16428,8 +16429,8 @@
16429 "zh-chs": "档案操作",
16430 "zh-cht": "檔案操作",
16431 "xloc": [
16431 - "default.handlebars->31->971",
16432 - "default.handlebars->31->973"
16432 + "default.handlebars->31->974",
16433 + "default.handlebars->31->976"
16434 ]
16435 },
16436 {
@@ -16469,7 +16470,7 @@
16470 "zh-chs": "文件系统驱动",
16471 "zh-cht": "FileSystemDriver",
16472 "xloc": [
16472 - "default.handlebars->31->940"
16473 + "default.handlebars->31->943"
16474 ]
16475 },
16476 {
@@ -16491,8 +16492,8 @@
16492 "xloc": [
16493 "default-mobile.handlebars->11->186",
16494 "default-mobile.handlebars->11->283",
16494 - "default.handlebars->31->1521",
16495 - "default.handlebars->31->2138",
16495 + "default.handlebars->31->1524",
16496 + "default.handlebars->31->2141",
16497 "default.handlebars->31->280",
16498 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
16499 "default.handlebars->contextMenu->cxfiles"
@@ -16535,10 +16536,10 @@
16536 "zh-chs": "档案通知",
16537 "zh-cht": "檔案通知",
16538 "xloc": [
16538 - "default.handlebars->31->1439",
16539 - "default.handlebars->31->1956",
16540 - "default.handlebars->31->2043",
16541 - "default.handlebars->31->635"
16539 + "default.handlebars->31->1442",
16540 + "default.handlebars->31->1959",
16541 + "default.handlebars->31->2046",
16542 + "default.handlebars->31->638"
16543 ]
16544 },
16545 {
@@ -16558,10 +16559,10 @@
16559 "zh-chs": "档案提示",
16560 "zh-cht": "檔案提示",
16561 "xloc": [
16561 - "default.handlebars->31->1438",
16562 - "default.handlebars->31->1955",
16563 - "default.handlebars->31->2042",
16564 - "default.handlebars->31->634"
16562 + "default.handlebars->31->1441",
16563 + "default.handlebars->31->1958",
16564 + "default.handlebars->31->2045",
16565 + "default.handlebars->31->637"
16566 ]
16567 },
16568 {
@@ -16582,7 +16583,7 @@
16583 "zh-cht": "過濾",
16584 "xloc": [
16585 "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
16585 - "default.handlebars->31->976",
16586 + "default.handlebars->31->979",
16587 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16588 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
16589 "default.handlebars->container->column_l->p4->3->1->0->3->3"
@@ -16625,7 +16626,7 @@
16626 "zh-chs": "查找文件",
16627 "zh-cht": "查找文件",
16628 "xloc": [
16628 - "default.handlebars->31->979"
16629 + "default.handlebars->31->982"
16630 ]
16631 },
16632 {
@@ -16645,7 +16646,7 @@
16646 "zh-chs": "录制会话已完成,{0}秒",
16647 "zh-cht": "錄製會話已完成,{0}秒",
16648 "xloc": [
16648 - "default.handlebars->31->1691"
16649 + "default.handlebars->31->1694"
16650 ]
16651 },
16652 {
@@ -16665,7 +16666,7 @@
16666 "zh-chs": "芬兰",
16667 "zh-cht": "芬蘭",
16668 "xloc": [
16668 - "default.handlebars->31->1210"
16669 + "default.handlebars->31->1213"
16670 ]
16671 },
16672 {
@@ -16675,8 +16676,8 @@
16676 "xloc": [
16677 "default-mobile.handlebars->11->398",
16678 "default-mobile.handlebars->11->400",
16678 - "default.handlebars->31->619",
16679 - "default.handlebars->31->621"
16679 + "default.handlebars->31->622",
16680 + "default.handlebars->31->624"
16681 ]
16682 },
16683 {
@@ -16826,6 +16827,18 @@
16827 "mesh-invite.txt"
16828 ]
16829 },
16830 + {
16831 + "en": "Force agent update",
16832 + "xloc": [
16833 + "default.handlebars->31->471"
16834 + ]
16835 + },
16836 + {
16837 + "en": "Force agent update on selected devices?",
16838 + "xloc": [
16839 + "default.handlebars->31->506"
16840 + ]
16841 + },
16842 {
16843 "cs": "Vynutit reset hesla při dalším přihlášení.",
16844 "de": "Passwort beim nächsten Login zurücksetzen.",
@@ -16843,8 +16856,8 @@
16856 "zh-chs": "下次登录时强制重置密码。",
16857 "zh-cht": "下次登入時強制重置密碼。",
16858 "xloc": [
16846 - "default.handlebars->31->1894",
16847 - "default.handlebars->31->2085"
16859 + "default.handlebars->31->1897",
16860 + "default.handlebars->31->2088"
16861 ]
16862 },
16863 {
@@ -16927,7 +16940,7 @@
16940 "zh-chs": "格式化",
16941 "zh-cht": "格式化",
16942 "xloc": [
16930 - "default.handlebars->31->1802"
16943 + "default.handlebars->31->1805"
16944 ]
16945 },
16946 {
@@ -16968,8 +16981,8 @@
16981 "zh-chs": "自由",
16982 "zh-cht": "自由",
16983 "xloc": [
16971 - "default.handlebars->31->2197",
16972 - "default.handlebars->31->2199"
16984 + "default.handlebars->31->2200",
16985 + "default.handlebars->31->2202"
16986 ]
16987 },
16988 {
@@ -17010,7 +17023,7 @@
17023 "zh-chs": "法文(比利时)",
17024 "zh-cht": "法語(比利時)",
17025 "xloc": [
17013 - "default.handlebars->31->1212"
17026 + "default.handlebars->31->1215"
17027 ]
17028 },
17029 {
@@ -17030,7 +17043,7 @@
17043 "zh-chs": "法文(加拿大)",
17044 "zh-cht": "法語(加拿大)",
17045 "xloc": [
17033 - "default.handlebars->31->1213"
17046 + "default.handlebars->31->1216"
17047 ]
17048 },
17049 {
@@ -17050,7 +17063,7 @@
17063 "zh-chs": "法文(法国)",
17064 "zh-cht": "法語(法國)",
17065 "xloc": [
17053 - "default.handlebars->31->1214"
17066 + "default.handlebars->31->1217"
17067 ]
17068 },
17069 {
@@ -17070,7 +17083,7 @@
17083 "zh-chs": "法文(卢森堡)",
17084 "zh-cht": "法語(盧森堡)",
17085 "xloc": [
17073 - "default.handlebars->31->1215"
17086 + "default.handlebars->31->1218"
17087 ]
17088 },
17089 {
@@ -17090,7 +17103,7 @@
17103 "zh-chs": "法文(摩纳哥)",
17104 "zh-cht": "法語(摩納哥)",
17105 "xloc": [
17093 - "default.handlebars->31->1216"
17106 + "default.handlebars->31->1219"
17107 ]
17108 },
17109 {
@@ -17110,7 +17123,7 @@
17123 "zh-chs": "法文(标准)",
17124 "zh-cht": "法語(標準)",
17125 "xloc": [
17113 - "default.handlebars->31->1211"
17126 + "default.handlebars->31->1214"
17127 ]
17128 },
17129 {
@@ -17130,7 +17143,7 @@
17143 "zh-chs": "法文(瑞士)",
17144 "zh-cht": "法語(瑞士)",
17145 "xloc": [
17133 - "default.handlebars->31->1217"
17146 + "default.handlebars->31->1220"
17147 ]
17148 },
17149 {
@@ -17150,7 +17163,7 @@
17163 "zh-chs": "弗里斯兰文",
17164 "zh-cht": "弗里斯蘭語",
17165 "xloc": [
17153 - "default.handlebars->31->1218"
17166 + "default.handlebars->31->1221"
17167 ]
17168 },
17169 {
@@ -17170,7 +17183,7 @@
17183 "zh-chs": "弗留利",
17184 "zh-cht": "弗留利",
17185 "xloc": [
17173 - "default.handlebars->31->1219"
17186 + "default.handlebars->31->1222"
17187 ]
17188 },
17189 {
@@ -17194,9 +17207,9 @@
17207 "default-mobile.handlebars->11->505",
17208 "default-mobile.handlebars->11->518",
17209 "default-mobile.handlebars->11->538",
17197 - "default.handlebars->31->1393",
17198 - "default.handlebars->31->1540",
17199 - "default.handlebars->31->1906"
17210 + "default.handlebars->31->1396",
17211 + "default.handlebars->31->1543",
17212 + "default.handlebars->31->1909"
17213 ]
17214 },
17215 {
@@ -17216,7 +17229,7 @@
17229 "zh-chs": "完整管理员(保留所有权利)",
17230 "zh-cht": "完整管理員(保留所有權利)",
17231 "xloc": [
17219 - "default.handlebars->31->1577"
17232 + "default.handlebars->31->1580"
17233 ]
17234 },
17235 {
@@ -17253,7 +17266,7 @@
17266 "zh-chs": "完整设备权限",
17267 "zh-cht": "完整裝置權限",
17268 "xloc": [
17256 - "default.handlebars->31->719"
17269 + "default.handlebars->31->722"
17270 ]
17271 },
17272 {
@@ -17273,7 +17286,7 @@
17286 "zh-chs": "全部权限",
17287 "zh-cht": "全部權限",
17288 "xloc": [
17276 - "default.handlebars->31->738"
17289 + "default.handlebars->31->741"
17290 ]
17291 },
17292 {
@@ -17335,7 +17348,7 @@
17348 "zh-chs": "完整管理员",
17349 "zh-cht": "完整管理員",
17350 "xloc": [
17338 - "default.handlebars->31->2004"
17351 + "default.handlebars->31->2007"
17352 ]
17353 },
17354 {
@@ -17355,8 +17368,8 @@
17368 "zh-chs": "全自动的",
17369 "zh-cht": "全自動的",
17370 "xloc": [
17358 - "default.handlebars->31->1456",
17359 - "default.handlebars->31->1479"
17371 + "default.handlebars->31->1459",
17372 + "default.handlebars->31->1482"
17373 ]
17374 },
17375 {
@@ -17377,7 +17390,7 @@
17390 "zh-cht": "GPU",
17391 "xloc": [
17392 "default-mobile.handlebars->11->462",
17380 - "default.handlebars->31->1089"
17393 + "default.handlebars->31->1092"
17394 ]
17395 },
17396 {
@@ -17397,7 +17410,7 @@
17410 "zh-chs": "盖尔文(爱尔兰)",
17411 "zh-cht": "蓋爾語(愛爾蘭)",
17412 "xloc": [
17400 - "default.handlebars->31->1221"
17413 + "default.handlebars->31->1224"
17414 ]
17415 },
17416 {
@@ -17417,7 +17430,7 @@
17430 "zh-chs": "盖尔文(苏格兰文)",
17431 "zh-cht": "蓋爾語(蘇格蘭語)",
17432 "xloc": [
17420 - "default.handlebars->31->1220"
17433 + "default.handlebars->31->1223"
17434 ]
17435 },
17436 {
@@ -17437,7 +17450,7 @@
17450 "zh-chs": "加拉契文",
17451 "zh-cht": "加拉契語",
17452 "xloc": [
17440 - "default.handlebars->31->1222"
17453 + "default.handlebars->31->1225"
17454 ]
17455 },
17456 {
@@ -17523,7 +17536,7 @@
17536 "zh-chs": "一般信息",
17537 "zh-cht": "一般訊息",
17538 "xloc": [
17526 - "default.handlebars->31->544"
17539 + "default.handlebars->31->547"
17540 ]
17541 },
17542 {
@@ -17563,7 +17576,7 @@
17576 "zh-chs": "格鲁吉亚文",
17577 "zh-cht": "格魯吉亞文",
17578 "xloc": [
17566 - "default.handlebars->31->1223"
17579 + "default.handlebars->31->1226"
17580 ]
17581 },
17582 {
@@ -17583,7 +17596,7 @@
17596 "zh-chs": "德文(奥地利)",
17597 "zh-cht": "德語(奧地利)",
17598 "xloc": [
17586 - "default.handlebars->31->1225"
17599 + "default.handlebars->31->1228"
17600 ]
17601 },
17602 {
@@ -17603,7 +17616,7 @@
17616 "zh-chs": "德文(德国)",
17617 "zh-cht": "德文(德國)",
17618 "xloc": [
17606 - "default.handlebars->31->1226"
17619 + "default.handlebars->31->1229"
17620 ]
17621 },
17622 {
@@ -17623,7 +17636,7 @@
17636 "zh-chs": "德文(列支敦士登)",
17637 "zh-cht": "德文(列支敦士登)",
17638 "xloc": [
17626 - "default.handlebars->31->1227"
17639 + "default.handlebars->31->1230"
17640 ]
17641 },
17642 {
@@ -17643,7 +17656,7 @@
17656 "zh-chs": "德文(卢森堡)",
17657 "zh-cht": "德語(盧森堡)",
17658 "xloc": [
17646 - "default.handlebars->31->1228"
17659 + "default.handlebars->31->1231"
17660 ]
17661 },
17662 {
@@ -17663,7 +17676,7 @@
17676 "zh-chs": "德文(标准)",
17677 "zh-cht": "德語(標準)",
17678 "xloc": [
17666 - "default.handlebars->31->1224"
17679 + "default.handlebars->31->1227"
17680 ]
17681 },
17682 {
@@ -17683,7 +17696,7 @@
17696 "zh-chs": "德文(瑞士)",
17697 "zh-cht": "德文(瑞士)",
17698 "xloc": [
17686 - "default.handlebars->31->1229"
17699 + "default.handlebars->31->1232"
17700 ]
17701 },
17702 {
@@ -17703,7 +17716,7 @@
17716 "zh-chs": "获取此设备的MQTT登录凭证。",
17717 "zh-cht": "獲取此裝置的MQTT登入憑證。",
17718 "xloc": [
17706 - "default.handlebars->31->688"
17719 + "default.handlebars->31->691"
17720 ]
17721 },
17722 {
@@ -17744,7 +17757,7 @@
17757 "zh-chs": "正在获取剪贴板内容,{0}个字节",
17758 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
17759 "xloc": [
17747 - "default.handlebars->31->1705"
17760 + "default.handlebars->31->1708"
17761 ]
17762 },
17763 {
@@ -17806,7 +17819,7 @@
17819 "zh-chs": "好",
17820 "zh-cht": "好",
17821 "xloc": [
17809 - "default.handlebars->31->1389"
17822 + "default.handlebars->31->1392"
17823 ]
17824 },
17825 {
@@ -17851,8 +17864,8 @@
17864 "zh-chs": "Google云端硬盘备份",
17865 "zh-cht": "Google雲端硬盤備份",
17866 "xloc": [
17854 - "default.handlebars->31->1400",
17867 "default.handlebars->31->1403",
17868 + "default.handlebars->31->1406",
17869 "default.handlebars->31->224"
17870 ]
17871 },
@@ -17873,7 +17886,7 @@
17886 "zh-chs": "Google云端硬盘控制台",
17887 "zh-cht": "Google雲端硬盤控制台",
17888 "xloc": [
17876 - "default.handlebars->31->1397"
17889 + "default.handlebars->31->1400"
17890 ]
17891 },
17892 {
@@ -17913,7 +17926,7 @@
17926 "zh-chs": "Google云端硬盘备份当前处于活动状态。",
17927 "zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
17928 "xloc": [
17916 - "default.handlebars->31->1401"
17929 + "default.handlebars->31->1404"
17930 ]
17931 },
17932 {
@@ -17941,7 +17954,7 @@
17954 "zh-chs": "希腊文",
17955 "zh-cht": "希臘文",
17956 "xloc": [
17944 - "default.handlebars->31->1230"
17957 + "default.handlebars->31->1233"
17958 ]
17959 },
17960 {
@@ -17962,7 +17975,7 @@
17975 "zh-cht": "群",
17976 "xloc": [
17977 "default-mobile.handlebars->11->233",
17965 - "default.handlebars->31->572",
17978 + "default.handlebars->31->575",
17979 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
17980 ]
17981 },
@@ -17983,9 +17996,9 @@
17996 "zh-chs": "集体指令",
17997 "zh-cht": "集體指令",
17998 "xloc": [
17986 - "default.handlebars->31->1850",
17987 - "default.handlebars->31->1929",
17988 - "default.handlebars->31->474",
17999 + "default.handlebars->31->1853",
18000 + "default.handlebars->31->1932",
18001 + "default.handlebars->31->475",
18002 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
18003 "default.handlebars->container->column_l->p4->3->1->0->3->3",
18004 "default.handlebars->container->column_l->p50->3->1->0->3->3"
@@ -18008,7 +18021,7 @@
18021 "zh-chs": "通过...分组",
18022 "zh-cht": "通過...分群",
18023 "xloc": [
18011 - "default.handlebars->31->1798"
18024 + "default.handlebars->31->1801"
18025 ]
18026 },
18027 {
@@ -18028,7 +18041,7 @@
18041 "zh-chs": "组标识符",
18042 "zh-cht": "群標識符",
18043 "xloc": [
18031 - "default.handlebars->31->1946"
18044 + "default.handlebars->31->1949"
18045 ]
18046 },
18047 {
@@ -18048,7 +18061,7 @@
18061 "zh-chs": "群组成员",
18062 "zh-cht": "群組成員",
18063 "xloc": [
18051 - "default.handlebars->31->1967"
18064 + "default.handlebars->31->1970"
18065 ]
18066 },
18067 {
@@ -18068,7 +18081,7 @@
18081 "zh-chs": "用户{0}的群组权限。",
18082 "zh-cht": "用戶{0}的群組權限。",

This file is too large to show in full.

views/default.handlebars
+6
@@ -4618,6 +4618,7 @@
4618 if ((rights & 4) && ((added & 64) == 0)) { added |= 64; addedOptions += '<option value=107>' + "Edit tags" + '</option>'; }
4619 if ((rights & 8) && ((added & 256) == 0)) { added |= 256; addedOptions += '<option value=109>' + "Upload files" + '</option>'; }
4620 if ((rights & 32768) && ((added & 128) == 0)) { added |= 128; addedOptions += '<option value=101>' + "Delete devices" + '</option>'; }
4621 + if ((node.agent != null) && (features2 & 0x00000010) && (rights == 0xFFFFFFFF) && ((added & 512) == 0)) { added |= 512; addedOptions += '<option value=110>' + "Force agent update" + '</option>'; }
4622 }
4623
4624 var x = "Select an operation to perform on all selected devices. Actions will be performed only with proper rights." + '<br /><br />';
@@ -4707,6 +4708,10 @@
4708 x += '<label><input type=checkbox name=overwriteFiles />' + "Overwrite if file exists?" + '</label></form>';
4709 setDialogMode(2, "Batch File Upload", 3, d2batchUploadValidateOk, x);
4710 d2batchUploadValidate();
4711 + } else if (op == 110) {
4712 + // Force agent update
4713 + var x = "Force agent update on selected devices?" + '<br /><br />';
4714 + setDialogMode(2, "Edit Device Tags", 3, d2groupActionFunctionAgentUpdateExec, x);
4715 } else {
4716 // Power operation
4717 meshserver.send({ action: 'poweraction', nodeids: getCheckedDevices(), actiontype: parseInt(op) });
@@ -4716,6 +4721,7 @@
4721
4722 function d2batchUploadValidate() { QE('idx_dlgOkButton', (Q('d2uploadinput').files.length != 0) && ((Q('d2winuploadpath') == null) || (Q('d2winuploadpath').value != '')) && ((Q('d2linuxuploadpath') == null) || (Q('d2linuxuploadpath').value != ''))); }
4723 function d2batchUploadValidateOk() { Q('d2batchUploadSubmit').click(); }
4724 + function d2groupActionFunctionAgentUpdateExec() { meshserver.send({ action: 'updateAgents', nodeids: getCheckedDevices() }); }
4725
4726 function d2groupActionFunctionNotifyExec() {
4727 var op = Q('d2deviceop').value, title = Q('dp2notifyTitle').value, msg = Q('d2notifyMsg').value, chkNodeIds = getCheckedDevices();
webserver.js
+1
@@ -2468,6 +2468,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2468 if (obj.parent.firebase != null) { features2 += 0x00000002; } // Indicates the server supports Firebase push messaging
2469 if ((obj.parent.firebase != null) && (obj.parent.firebase.pushOnly != true)) { features2 += 0x00000004; } // Indicates the server supports Firebase two-way push messaging
2470 if (obj.parent.webpush != null) { features2 += 0x00000008; } // Indicates web push is enabled
2471 + if (((obj.args.noagentupdate == 1) || (obj.args.noagentupdate == true))) { features2 += 0x00000010; } // No agent update
2472
2473 // Create a authentication cookie
2474 const authCookie = obj.parent.encodeCookie({ userid: dbGetFunc.user._id, domainid: domain.id, ip: req.clientIp }, obj.parent.loginCookieEncryptionKey);