From 7294f3b99c2bfd7fa9ec47634c262a40dc96d3e6 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 26 Jun 2020 14:43:58 -0700 Subject: [PATCH] Switched to new style network information from agent. --- agents/meshcore.js | 9 +- meshagent.js | 7 +- meshcentral.js | 2 +- meshuser.js | 4 +- public/scripts/amt-wsman-0.2.0-min.js | 2 +- public/scripts/common-0.0.1-min.js | 2 +- sample-config-advanced.json | 2 +- translate/translate.json | 3549 +++++++++++++------------ views/default.handlebars | 109 +- 9 files changed, 1902 insertions(+), 1784 deletions(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index 6d0b82b7..0aa2d7b6 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -3045,15 +3045,10 @@ function createMeshCore(agent) { break; } case 'netinfo': { // Show network interface information - //response = objToString(mesh.NetInfo, 0, ' '); var interfaces = require('os').networkInterfaces(); response = objToString(interfaces, 0, ' ', true); break; } - case 'netinfo2': { // Show network interface information - response = objToString(mesh.NetInfo, 0, ' ', true); - break; - } case 'wakeonlan': { // Send wake-on-lan if ((args['_'].length != 1) || (args['_'][0].length != 12)) { response = 'Proper usage: wakeonlan [mac], for example "wakeonlan 010203040506".'; @@ -3280,8 +3275,8 @@ function createMeshCore(agent) { sendNetworkUpdateNagleTimer = null; // Update the network interfaces information data - var netInfo = mesh.NetInfo; - if (netInfo) { + var netInfo = { netif2: require('os').networkInterfaces() }; + if (netInfo.netif2) { netInfo.action = 'netinfo'; var netInfoStr = JSON.stringify(netInfo); if ((force == true) || (clearGatewayMac(netInfoStr) != clearGatewayMac(lastNetworkInfo))) { mesh.SendCommand(netInfo); lastNetworkInfo = netInfoStr; } diff --git a/meshagent.js b/meshagent.js index 2ba1c0bd..39bd0ec5 100644 --- a/meshagent.js +++ b/meshagent.js @@ -1157,6 +1157,9 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) { } case 'netinfo': { + // Check if network information is present + if ((command.netif2 == null) && (command.netif == null)) return; + // Sent by the agent to update agent network interface information delete command.action; command.updateTime = Date.now(); @@ -1372,8 +1375,8 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) { } default: { parent.agentStats.unknownAgentActionCount++; - parent.parent.debug('agent', 'Unknown agent action (' + obj.remoteaddrport + '): ' + command.action + '.'); - console.log('Unknown agent action (' + obj.remoteaddrport + '): ' + command.action + '.'); + parent.parent.debug('agent', 'Unknown agent action (' + obj.remoteaddrport + '): ' + command + '.'); + console.log('Unknown agent action (' + obj.remoteaddrport + '): ' + command + '.'); break; } } diff --git a/meshcentral.js b/meshcentral.js index 0b8f3e30..95323f8d 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -2219,7 +2219,7 @@ function CreateMeshCentralServer(config, args) { obj.decodeCookie = function (cookie, key, timeout) { var r = obj.decodeCookieAESGCM(cookie, key, timeout); if (r == null) { r = obj.decodeCookieAESSHA(cookie, key, timeout); } - if ((r == null) && (obj.args.cookieencoding == null) && ((cookie == cookie.toLowerCase()) || (cookie == cookie.toUpperCase()))) { + if ((r == null) && (obj.args.cookieencoding == null) && (cookie.length != 64) && ((cookie == cookie.toLowerCase()) || (cookie == cookie.toUpperCase()))) { obj.debug('cookie', 'Upper/Lowercase cookie, try "CookieEncoding":"hex" in settings section of config.json.'); console.log('Upper/Lowercase cookie, try "CookieEncoding":"hex" in settings section of config.json.'); } diff --git a/meshuser.js b/meshuser.js index 8fd8afa6..f5a82532 100644 --- a/meshuser.js +++ b/meshuser.js @@ -3421,9 +3421,9 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use // Get network information about this node db.Get('if' + node._id, function (err, netinfos) { - if ((netinfos == null) || (netinfos.length != 1)) { try { ws.send(JSON.stringify({ action: 'getnetworkinfo', nodeid: node._id, netif: null })); } catch (ex) { } return; } + if ((netinfos == null) || (netinfos.length != 1)) { try { ws.send(JSON.stringify({ action: 'getnetworkinfo', nodeid: node._id, netif: null, netif2: null })); } catch (ex) { } return; } var netinfo = netinfos[0]; - try { ws.send(JSON.stringify({ action: 'getnetworkinfo', nodeid: node._id, updateTime: netinfo.updateTime, netif: netinfo.netif })); } catch (ex) { } + try { ws.send(JSON.stringify({ action: 'getnetworkinfo', nodeid: node._id, updateTime: netinfo.updateTime, netif: netinfo.netif, netif2: netinfo.netif2 })); } catch (ex) { } }); }); break; diff --git a/public/scripts/amt-wsman-0.2.0-min.js b/public/scripts/amt-wsman-0.2.0-min.js index 293387e7..389c6296 100644 --- a/public/scripts/amt-wsman-0.2.0-min.js +++ b/public/scripts/amt-wsman-0.2.0-min.js @@ -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''+e.InstanceID+"";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+""+e[r].ReferenceParameters.ResourceURI+"";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+"";else s+=""+a.Value+"";s+=""}else s+=e[r];s+=""}return s+=""}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('
"+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="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"+d+''+c+"",i=''),l=null!=l&&null!=l?""+l+"":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(n)+m+'
'+r+""+i+"PT0.000000S";p.PerformAjax(u+"
",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(o)+"";p.PerformAjax(t+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S"+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';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+=""+s[o].Address+""+s[o].ReferenceParameters.ResourceURI+"";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+"";a+=""}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+"";else a+=""+s[o].toString()+"";return a+=""}(e,s);p.PerformAjax(n+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(t)+"';for(var d in s)l+=""+s[d]+"";p.PerformAjax(l+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S'+s+"",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(s)+"";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S",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][c]+"";else l+=""+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+""+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(n)+"'+r+"",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S'+s+"99999999",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'+e.InstanceID+"";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+""+e[r].ReferenceParameters.ResourceURI+"";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+"";else s+=""+a.Value+"";s+=""}else s+=e[r];s+=""}return s+=""}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('
"+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="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"+c+''+d+"",i=''),l=null!=l&&null!=l?""+l+"":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(n)+m+'
'+r+""+i+"PT0.000000S";p.PerformAjax(u+"
",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous"+w(o)+"";p.PerformAjax(t+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S"+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';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+=""+s[o].Address+""+s[o].ReferenceParameters.ResourceURI+"";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+"";a+=""}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+"";else a+=""+s[o].toString()+"";return a+=""}(e,s);p.PerformAjax(n+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(t)+"';for(var c in s)l+=""+s[c]+"";p.PerformAjax(l+"",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"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60.000S'+s+"",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(s)+"";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S",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][d]+"";else l+=""+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+""+p.Address+""+e+""+p.NextMessageId+++"http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S"+w(n)+"'+r+"",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+""+e+""+p.NextMessageId+++'http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymousPT60S'+s+"99999999",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>8&255,255&t)}function ShortToStrX(t){return String.fromCharCode(255&t,t>>8&255)}function IntToStr(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,255&t)}function IntToStrX(t){return String.fromCharCode(255&t,t>>8&255,t>>16&255,t>>24&255)}function MakeToArray(t){return t&&null!=t&&"object"!=typeof t?[t]:t}function SplitArray(t){return t.split(",")}function Clone(t){return JSON.parse(JSON.stringify(t))}function EscapeHtml(t){return"string"==typeof t?t.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g,"  "):"boolean"==typeof t?t:"number"==typeof t?t:void 0}function ArrayElementMove(t,n,r){t.splice(r,0,t.splice(n,1)[0])}function ObjectToStringEx(t,n){var r="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)r+="
"+gap(n)+"Item #"+e+": "+ObjectToStringEx(t[e],n+1);else if(t instanceof Object)for(var e in t)r+="
"+gap(n)+e+" = "+ObjectToStringEx(t[e],n+1);else r+=EscapeHtml(t);return r}function ObjectToStringEx2(t,n){var r="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)r+="\r\n"+gap2(n)+"Item #"+e+": "+ObjectToStringEx2(t[e],n+1);else if(t instanceof Object)for(var e in t)r+="\r\n"+gap2(n)+e+" = "+ObjectToStringEx2(t[e],n+1);else r+=EscapeHtml(t);return r}function gap(t){for(var n="",r=0;r<4*t;r++)n+=" ";return n}function gap2(t){for(var n="",r=0;r<4*t;r++)n+=" ";return n}function ObjectToString(t){return ObjectToStringEx(t,0)}function ObjectToString2(t){return ObjectToStringEx2(t,0)}function hex2rstr(t){if("string"!=typeof t||0==t.length)return"";for(var n,r="",e=(""+t).match(/../g);n=e.shift();)r+=String.fromCharCode("0x"+n);return r}function char2hex(t){return(t+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(t){var n,r="";for(n=0;n")&&-1==t.indexOf("&")&&-1==t.indexOf('"')&&-1==t.indexOf("'")&&-1==t.indexOf("+")&&-1==t.indexOf("(")&&-1==t.indexOf(")")&&-1==t.indexOf("#")&&-1==t.indexOf("%")&&-1==t.indexOf(":")&&-1==t.indexOf("-")}function parseUriArgs(){var t=window.document.location.href;t.endsWith("#")&&(t=t.substring(0,t.length-1));var n,r={},e=t.split(/[\?&|\=]/);for(o in e.splice(0,1),e)switch(o%2){case 0:n=decodeURIComponent(e[o]);break;case 1:if(r[n]=decodeURIComponent(e[o]),isSafeString(r[n])){var o=parseInt(r[n]);o==r[n]&&(r[n]=o)}else delete r[n]}return r}String.prototype.startsWith||(String.prototype.startsWith=function(t){return 0===this.lastIndexOf(t,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return-1!==this.indexOf(t,this.length-t.length)}) \ No newline at end of file +function Q(t){return document.getElementById(t)}function QS(t){try{return Q(t).style}catch(t){}}function QE(t,n){try{Q(t).disabled=!n}catch(t){}}function QV(t,n){try{QS(t).display=n?"":"none"}catch(t){}}function QA(t,n){Q(t).innerHTML+=n}function QH(t,n){Q(t).innerHTML=n}function QC(t){try{return Q(t).classList}catch(t){}}function inputBoxFocus(t){Q(t).focus();var n=Q(t).value;Q(t).value="",Q(t).value=n}function ReadShort(t,n){return(t.charCodeAt(n)<<8)+t.charCodeAt(n+1)}function ReadShortX(t,n){return(t.charCodeAt(n+1)<<8)+t.charCodeAt(n)}function ReadInt(t,n){return 16777216*t.charCodeAt(n)+(t.charCodeAt(n+1)<<16)+(t.charCodeAt(n+2)<<8)+t.charCodeAt(n+3)}function ReadSInt(t,n){return(t.charCodeAt(n)<<24)+(t.charCodeAt(n+1)<<16)+(t.charCodeAt(n+2)<<8)+t.charCodeAt(n+3)}function ReadIntX(t,n){return 16777216*t.charCodeAt(n+3)+(t.charCodeAt(n+2)<<16)+(t.charCodeAt(n+1)<<8)+t.charCodeAt(n)}function ShortToStr(t){return String.fromCharCode(t>>8&255,255&t)}function ShortToStrX(t){return String.fromCharCode(255&t,t>>8&255)}function IntToStr(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,255&t)}function IntToStrX(t){return String.fromCharCode(255&t,t>>8&255,t>>16&255,t>>24&255)}function MakeToArray(t){return t&&null!=t&&"object"!=typeof t?[t]:t}function SplitArray(t){return t.split(",")}function Clone(t){return JSON.parse(JSON.stringify(t))}function EscapeHtml(t){return"string"==typeof t?t.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g,"  "):"boolean"==typeof t?t:"number"==typeof t?t:void 0}function ArrayElementMove(t,n,r){t.splice(r,0,t.splice(n,1)[0])}function ObjectToStringEx(t,n){var r="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)r+="
"+gap(n)+"Item #"+e+": "+ObjectToStringEx(t[e],n+1);else if(t instanceof Object)for(var e in t)r+="
"+gap(n)+e+" = "+ObjectToStringEx(t[e],n+1);else r+=EscapeHtml(t);return r}function ObjectToStringEx2(t,n){var r="";if(0!=t&&(!t||null==t))return"(Null)";if(t instanceof Array)for(var e in t)r+="\r\n"+gap2(n)+"Item #"+e+": "+ObjectToStringEx2(t[e],n+1);else if(t instanceof Object)for(var e in t)r+="\r\n"+gap2(n)+e+" = "+ObjectToStringEx2(t[e],n+1);else r+=EscapeHtml(t);return r}function gap(t){for(var n="",r=0;r<4*t;r++)n+=" ";return n}function gap2(t){for(var n="",r=0;r<4*t;r++)n+=" ";return n}function ObjectToString(t){return ObjectToStringEx(t,0)}function ObjectToString2(t){return ObjectToStringEx2(t,0)}function hex2rstr(t){if("string"!=typeof t||0==t.length)return"";for(var n,r="",e=(""+t).match(/../g);n=e.shift();)r+=String.fromCharCode("0x"+n);return r}function char2hex(t){return(t+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(t){var n,r="";for(n=0;n")&&-1==t.indexOf("&")&&-1==t.indexOf('"')&&-1==t.indexOf("'")&&-1==t.indexOf("+")&&-1==t.indexOf("(")&&-1==t.indexOf(")")&&-1==t.indexOf("#")&&-1==t.indexOf("%")&&-1==t.indexOf(":")}function parseUriArgs(){var t=window.document.location.href;t.endsWith("#")&&(t=t.substring(0,t.length-1));var n,r={},e=t.split(/[\?&|\=]/);for(o in e.splice(0,1),e)switch(o%2){case 0:n=decodeURIComponent(e[o]);break;case 1:if(r[n]=decodeURIComponent(e[o]),isSafeString(r[n])){var o=parseInt(r[n]);o==r[n]&&(r[n]=o)}else delete r[n]}return r}String.prototype.startsWith||(String.prototype.startsWith=function(t){return 0===this.lastIndexOf(t,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(t){return-1!==this.indexOf(t,this.length-t.length)}) \ No newline at end of file diff --git a/sample-config-advanced.json b/sample-config-advanced.json index 1154348e..c481ff08 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -23,7 +23,7 @@ }, "port": 443, "_portBind": "127.0.0.1", - "aliasPort": 444, + "_aliasPort": 444, "_redirPort": 80, "_redirPortBind": "127.0.0.1", "_redirAliasPort": 80, diff --git a/translate/translate.json b/translate/translate.json index 4838e23e..e0c89b60 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -14,8 +14,8 @@ "ru": " + CIRA", "zh-chs": " + CIRA", "xloc": [ - "default.handlebars->27->1201", - "default.handlebars->27->1203" + "default.handlebars->27->1231", + "default.handlebars->27->1233" ] }, { @@ -174,7 +174,7 @@ "ru": " Может быть использована подсказка пароля, но не рекоммендуется.", "zh-chs": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->27->1127" + "default.handlebars->27->1157" ] }, { @@ -191,8 +191,8 @@ "ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.", "zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。", "xloc": [ - "default.handlebars->27->1276", - "default.handlebars->27->1589" + "default.handlebars->27->1306", + "default.handlebars->27->1619" ] }, { @@ -209,7 +209,7 @@ "ru": " и задайте указанное ниже имя пользователя и любой пароль.", "zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。", "xloc": [ - "default.handlebars->27->277" + "default.handlebars->27->293" ] }, { @@ -226,7 +226,7 @@ "ru": " и задайте указанные ниже имя пользователя и пароль.", "zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。", "xloc": [ - "default.handlebars->27->276" + "default.handlebars->27->292" ] }, { @@ -277,7 +277,7 @@ "ru": " с TLS.", "zh-chs": " TLS。", "xloc": [ - "default.handlebars->27->154" + "default.handlebars->27->170" ] }, { @@ -294,7 +294,7 @@ "ru": " без TLS", "zh-chs": " 沒有TLS。", "xloc": [ - "default.handlebars->27->155" + "default.handlebars->27->171" ] }, { @@ -327,7 +327,7 @@ "ru": "(необязательно)", "zh-chs": "(可選的)", "xloc": [ - "default.handlebars->27->316" + "default.handlebars->27->332" ] }, { @@ -360,7 +360,7 @@ "ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".", "zh-chs": "*對於BSD,首先運行 “pkg install wget sudo bash”。", "xloc": [ - "default.handlebars->27->349" + "default.handlebars->27->365" ] }, { @@ -377,7 +377,7 @@ "ru": "* Оставьте пустым для установления случайного пароля каждому устройству.", "zh-chs": "*保留空白以為每個設備分配一個隨機密碼。", "xloc": [ - "default.handlebars->27->1248" + "default.handlebars->27->1278" ] }, { @@ -411,7 +411,7 @@ "zh-chs": ",", "xloc": [ "default-mobile.handlebars->9->435", - "default.handlebars->27->1342" + "default.handlebars->27->1372" ] }, { @@ -429,7 +429,7 @@ "zh-chs": ",僅限Intel®AMT", "xloc": [ "default-mobile.handlebars->9->147", - "default.handlebars->27->172" + "default.handlebars->27->188" ] }, { @@ -446,7 +446,7 @@ "ru": ", MQTT онлайн", "zh-chs": ",MQTT在線", "xloc": [ - "default.handlebars->27->870" + "default.handlebars->27->900" ] }, { @@ -463,7 +463,7 @@ "ru": ", Soft-KVM", "zh-chs": ",軟KVM", "xloc": [ - "default.handlebars->27->716" + "default.handlebars->27->732" ] }, { @@ -482,9 +482,9 @@ "xloc": [ "default-mobile.handlebars->9->277", "default-mobile.handlebars->9->286", - "default.handlebars->27->723", - "default.handlebars->27->754", - "default.handlebars->27->766", + "default.handlebars->27->739", + "default.handlebars->27->770", + "default.handlebars->27->782", "xterm.handlebars->9->6" ] }, @@ -565,7 +565,7 @@ "en": ", {0} watching", "nl": ", {0} kijken", "xloc": [ - "default.handlebars->27->717" + "default.handlebars->27->733" ] }, { @@ -622,9 +622,9 @@ "xloc": [ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->288", - "default.handlebars->27->1383", - "default.handlebars->27->1737", - "default.handlebars->27->768" + "default.handlebars->27->1413", + "default.handlebars->27->1767", + "default.handlebars->27->784" ] }, { @@ -673,7 +673,7 @@ "ru": "1 активная сессия", "zh-chs": "1個活動會話", "xloc": [ - "default.handlebars->27->1655" + "default.handlebars->27->1685" ] }, { @@ -692,14 +692,14 @@ "xloc": [ "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->439", - "default.handlebars->27->1402" + "default.handlebars->27->1432" ] }, { "en": "1 connection", "nl": "1 verbinding", "xloc": [ - "default.handlebars->27->719" + "default.handlebars->27->735" ] }, { @@ -716,9 +716,9 @@ "ru": "1 день", "zh-chs": "1天", "xloc": [ - "default.handlebars->27->162", - "default.handlebars->27->307", - "default.handlebars->27->321" + "default.handlebars->27->178", + "default.handlebars->27->323", + "default.handlebars->27->337" ] }, { @@ -735,7 +735,7 @@ "ru": "1 группа", "zh-chs": "1組", "xloc": [ - "default.handlebars->27->1620" + "default.handlebars->27->1650" ] }, { @@ -752,9 +752,9 @@ "ru": "1 час", "zh-chs": "1小時", "xloc": [ - "default.handlebars->27->160", - "default.handlebars->27->305", - "default.handlebars->27->319" + "default.handlebars->27->176", + "default.handlebars->27->321", + "default.handlebars->27->335" ] }, { @@ -788,9 +788,9 @@ "ru": "1 месяц", "zh-chs": "1個月", "xloc": [ - "default.handlebars->27->164", - "default.handlebars->27->309", - "default.handlebars->27->323" + "default.handlebars->27->180", + "default.handlebars->27->325", + "default.handlebars->27->339" ] }, { @@ -807,7 +807,7 @@ "ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...", "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1437" + "default.handlebars->27->1467" ] }, { @@ -824,7 +824,7 @@ "ru": "1 устройство", "zh-chs": "1個節點", "xloc": [ - "default.handlebars->27->363" + "default.handlebars->27->379" ] }, { @@ -862,11 +862,11 @@ "default-mobile.handlebars->9->162", "default-mobile.handlebars->9->165", "default-mobile.handlebars->9->168", - "default.handlebars->27->1441", - "default.handlebars->27->212", - "default.handlebars->27->215", - "default.handlebars->27->218", - "default.handlebars->27->221" + "default.handlebars->27->1471", + "default.handlebars->27->228", + "default.handlebars->27->231", + "default.handlebars->27->234", + "default.handlebars->27->237" ] }, { @@ -883,9 +883,9 @@ "ru": "1 неделя", "zh-chs": "1週", "xloc": [ - "default.handlebars->27->163", - "default.handlebars->27->308", - "default.handlebars->27->322" + "default.handlebars->27->179", + "default.handlebars->27->324", + "default.handlebars->27->338" ] }, { @@ -1044,7 +1044,7 @@ "ru": "Активация двухэтапного входа не удалась.", "zh-chs": "兩步登錄激活失敗。", "xloc": [ - "default.handlebars->27->112" + "default.handlebars->27->128" ] }, { @@ -1061,7 +1061,7 @@ "ru": "Удаление активации двухэтапного входа не удалось.", "zh-chs": "兩步登錄激活刪除失敗。", "xloc": [ - "default.handlebars->27->117" + "default.handlebars->27->133" ] }, { @@ -1141,8 +1141,8 @@ "ru": "двухфакторная аутентификация включена", "zh-chs": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->27->1454", - "default.handlebars->27->1642" + "default.handlebars->27->1484", + "default.handlebars->27->1672" ] }, { @@ -1244,8 +1244,8 @@ "ru": "32-разрядная версия MeshAgent", "zh-chs": "MeshAgent的32位版本", "xloc": [ - "default.handlebars->27->339", - "default.handlebars->27->356" + "default.handlebars->27->355", + "default.handlebars->27->372" ] }, { @@ -1458,7 +1458,7 @@ "ru": "64-битная версия MacOS Mesh Agent", "zh-chs": "64位版本的MacOS Mesh Agent", "xloc": [ - "default.handlebars->27->352" + "default.handlebars->27->368" ] }, { @@ -1475,8 +1475,8 @@ "ru": "64-разрядная версия MeshAgent", "zh-chs": "MeshAgent的64位版本", "xloc": [ - "default.handlebars->27->343", - "default.handlebars->27->359" + "default.handlebars->27->359", + "default.handlebars->27->375" ] }, { @@ -1514,7 +1514,7 @@ "ru": "7-дневная статистика работы", "zh-chs": "7天電源狀態", "xloc": [ - "default.handlebars->27->649" + "default.handlebars->27->665" ] }, { @@ -1567,8 +1567,8 @@ "ru": "8 часов", "zh-chs": "8小時", "xloc": [ - "default.handlebars->27->306", - "default.handlebars->27->320" + "default.handlebars->27->322", + "default.handlebars->27->336" ] }, { @@ -1651,7 +1651,7 @@ "ru": "Аппаратные ключи используются в качестве дополнительной аутентификации.", "zh-chs": "硬件密鑰用作輔助登錄身份驗證。", "xloc": [ - "default.handlebars->27->126" + "default.handlebars->27->142" ] }, { @@ -1754,7 +1754,7 @@ "zh-chs": "ACM", "xloc": [ "default-mobile.handlebars->9->224", - "default.handlebars->27->501" + "default.handlebars->27->517" ] }, { @@ -1771,8 +1771,8 @@ "ru": "AMT", "zh-chs": "AMT", "xloc": [ - "default.handlebars->27->183", - "default.handlebars->27->391" + "default.handlebars->27->199", + "default.handlebars->27->407" ] }, { @@ -1861,7 +1861,7 @@ "ru": "Отказано в доступе", "zh-chs": "拒絕訪問", "xloc": [ - "default.handlebars->27->871" + "default.handlebars->27->901" ] }, { @@ -1896,7 +1896,7 @@ "ru": "Доступ к файлам сервера", "zh-chs": "訪問服務器文件", "xloc": [ - "default.handlebars->27->1595" + "default.handlebars->27->1625" ] }, { @@ -1971,10 +1971,10 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->27->1136", - "default.handlebars->27->1138", - "default.handlebars->27->470", - "default.handlebars->27->472" + "default.handlebars->27->1166", + "default.handlebars->27->1168", + "default.handlebars->27->486", + "default.handlebars->27->488" ] }, { @@ -2020,8 +2020,8 @@ "ru": "Аккаунт заблокирован", "zh-chs": "帐户已被锁定", "xloc": [ - "default.handlebars->27->1456", - "default.handlebars->27->1592" + "default.handlebars->27->1486", + "default.handlebars->27->1622" ] }, { @@ -2109,7 +2109,7 @@ "ru": "Действиe", "zh-chs": "行動", "xloc": [ - "default.handlebars->27->876", + "default.handlebars->27->906", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2127,8 +2127,8 @@ "ru": "Файл действий", "zh-chs": "動作文件", "xloc": [ - "default.handlebars->27->692", - "default.handlebars->27->694" + "default.handlebars->27->708", + "default.handlebars->27->710" ] }, { @@ -2148,7 +2148,7 @@ "default-mobile.handlebars->9->241", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1", - "default.handlebars->27->546", + "default.handlebars->27->562", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1" @@ -2205,9 +2205,9 @@ "default-mobile.handlebars->9->219", "default-mobile.handlebars->9->221", "default-mobile.handlebars->9->344", - "default.handlebars->27->494", - "default.handlebars->27->496", - "default.handlebars->27->834" + "default.handlebars->27->510", + "default.handlebars->27->512", + "default.handlebars->27->864" ] }, { @@ -2224,10 +2224,10 @@ "ru": "Активация", "zh-chs": "激活", "xloc": [ - "default.handlebars->27->1214", - "default.handlebars->27->1216", - "default.handlebars->27->238", - "default.handlebars->27->240" + "default.handlebars->27->1244", + "default.handlebars->27->1246", + "default.handlebars->27->254", + "default.handlebars->27->256" ] }, { @@ -2244,7 +2244,7 @@ "ru": "Активный пользователь", "zh-chs": "活動用戶{0}", "xloc": [ - "default.handlebars->27->521" + "default.handlebars->27->537" ] }, { @@ -2261,8 +2261,8 @@ "ru": "Добавить агент", "zh-chs": "添加代理", "xloc": [ - "default.handlebars->27->1218", - "default.handlebars->27->242" + "default.handlebars->27->1248", + "default.handlebars->27->258" ] }, { @@ -2279,7 +2279,7 @@ "ru": "Добавить CIRA", "zh-chs": "添加CIRA", "xloc": [ - "default.handlebars->27->232" + "default.handlebars->27->248" ] }, { @@ -2296,8 +2296,8 @@ "ru": "Добавить устройство", "zh-chs": "添加設備", "xloc": [ - "default.handlebars->27->1569", - "default.handlebars->27->1688" + "default.handlebars->27->1599", + "default.handlebars->27->1718" ] }, { @@ -2314,7 +2314,7 @@ "ru": "Добавить событие к устройству", "zh-chs": "添加設備事件", "xloc": [ - "default.handlebars->27->630" + "default.handlebars->27->646" ] }, { @@ -2331,10 +2331,10 @@ "ru": "Добавить группу устройств", "zh-chs": "添加設備組", "xloc": [ - "default.handlebars->27->1308", - "default.handlebars->27->1563", - "default.handlebars->27->1676", - "default.handlebars->27->200" + "default.handlebars->27->1338", + "default.handlebars->27->1593", + "default.handlebars->27->1706", + "default.handlebars->27->216" ] }, { @@ -2348,7 +2348,7 @@ "nl": "Machtigingen voor apparaatgroep toevoegen", "zh-chs": "添加设备组权限", "xloc": [ - "default.handlebars->27->1305" + "default.handlebars->27->1335" ] }, { @@ -2364,8 +2364,8 @@ "ru": "Добавить разрешения для устройства", "zh-chs": "添加设备权限", "xloc": [ - "default.handlebars->27->1310", - "default.handlebars->27->1312" + "default.handlebars->27->1340", + "default.handlebars->27->1342" ] }, { @@ -2382,7 +2382,7 @@ "ru": "Добавить Intel® AMT CIRA устройство", "zh-chs": "添加英特爾®AMT CIRA設備", "xloc": [ - "default.handlebars->27->290" + "default.handlebars->27->306" ] }, { @@ -2399,7 +2399,7 @@ "ru": "Добавить Intel® AMT устройство", "zh-chs": "添加英特爾®AMT設備", "xloc": [ - "default.handlebars->27->255" + "default.handlebars->27->271" ] }, { @@ -2416,7 +2416,7 @@ "ru": "Добавить ключ", "zh-chs": "新增金鑰", "xloc": [ - "default.handlebars->27->130" + "default.handlebars->27->146" ] }, { @@ -2433,7 +2433,7 @@ "ru": "Добавить локально", "zh-chs": "添加本地", "xloc": [ - "default.handlebars->27->234" + "default.handlebars->27->250" ] }, { @@ -2450,7 +2450,7 @@ "ru": "Добавить участие", "zh-chs": "添加會員", "xloc": [ - "default.handlebars->27->1706" + "default.handlebars->27->1736" ] }, { @@ -2467,7 +2467,7 @@ "ru": "Добавить Mesh Agent", "zh-chs": "添加網格代理", "xloc": [ - "default.handlebars->27->362" + "default.handlebars->27->378" ] }, { @@ -2484,12 +2484,12 @@ "ru": "Добавить ключ безопасности", "zh-chs": "添加安全密鑰", "xloc": [ - "default.handlebars->27->133", - "default.handlebars->27->135", - "default.handlebars->27->138", - "default.handlebars->27->139", - "default.handlebars->27->904", - "default.handlebars->27->905" + "default.handlebars->27->149", + "default.handlebars->27->151", + "default.handlebars->27->154", + "default.handlebars->27->155", + "default.handlebars->27->934", + "default.handlebars->27->935" ] }, { @@ -2507,7 +2507,7 @@ "zh-chs": "添加用戶", "xloc": [ "default-mobile.handlebars->9->384", - "default.handlebars->27->587" + "default.handlebars->27->603" ] }, { @@ -2523,7 +2523,7 @@ "ru": "Добавить разрешения для пользовательских устройств", "zh-chs": "添加用户设备权限", "xloc": [ - "default.handlebars->27->1315" + "default.handlebars->27->1345" ] }, { @@ -2540,10 +2540,10 @@ "ru": "Добавить группу пользователей", "zh-chs": "添加用戶組", "xloc": [ - "default.handlebars->27->1208", - "default.handlebars->27->1307", - "default.handlebars->27->1682", - "default.handlebars->27->588" + "default.handlebars->27->1238", + "default.handlebars->27->1337", + "default.handlebars->27->1712", + "default.handlebars->27->604" ] }, { @@ -2557,7 +2557,7 @@ "nl": "Gebruikersmachtigingen voor apparaatgroep toevoegen", "zh-chs": "添加用户组设备权限", "xloc": [ - "default.handlebars->27->1317" + "default.handlebars->27->1347" ] }, { @@ -2602,8 +2602,8 @@ "ru": "Добавить пользователей", "zh-chs": "添加用戶", "xloc": [ - "default.handlebars->27->1207", - "default.handlebars->27->1558" + "default.handlebars->27->1237", + "default.handlebars->27->1588" ] }, { @@ -2620,7 +2620,7 @@ "ru": "Добавить пользователей в группу устройств", "zh-chs": "將用戶添加到設備組", "xloc": [ - "default.handlebars->27->1304" + "default.handlebars->27->1334" ] }, { @@ -2637,7 +2637,7 @@ "ru": "Добавить пользователей в группу", "zh-chs": "將用戶添加到用戶組", "xloc": [ - "default.handlebars->27->1591" + "default.handlebars->27->1621" ] }, { @@ -2654,7 +2654,7 @@ "ru": "Добавить YubiKey® OTP", "zh-chs": "添加YubiKey®OTP", "xloc": [ - "default.handlebars->27->131" + "default.handlebars->27->147" ] }, { @@ -2671,7 +2671,7 @@ "ru": "Добавить новый Intel® AMT компьютер сканированием локальной сети.", "zh-chs": "通過掃描本地網絡添加新的英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->235" + "default.handlebars->27->251" ] }, { @@ -2688,8 +2688,8 @@ "ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.", "zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->1209", - "default.handlebars->27->231" + "default.handlebars->27->1239", + "default.handlebars->27->247" ] }, { @@ -2706,8 +2706,8 @@ "ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.", "zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->1211", - "default.handlebars->27->233" + "default.handlebars->27->1241", + "default.handlebars->27->249" ] }, { @@ -2724,7 +2724,7 @@ "ru": "Добавить новое Intel® AMT устройство к группе устройств \\\"{0}\\\".", "zh-chs": "將新的英特爾®AMT設備添加到設備組“{0}”。", "xloc": [ - "default.handlebars->27->245" + "default.handlebars->27->261" ] }, { @@ -2738,8 +2738,8 @@ "nl": "Voeg een nieuwe computer toe aan deze apparaatgroep door de mesh-agent te installeren.", "zh-chs": "通过安装网状代理,将新计算机添加到该设备组。", "xloc": [ - "default.handlebars->27->1217", - "default.handlebars->27->241" + "default.handlebars->27->1247", + "default.handlebars->27->257" ] }, { @@ -2756,7 +2756,7 @@ "ru": "Адрес", "zh-chs": "地址", "xloc": [ - "default.handlebars->27->196" + "default.handlebars->27->212" ] }, { @@ -2791,7 +2791,7 @@ "zh-chs": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->9->346", - "default.handlebars->27->836" + "default.handlebars->27->866" ] }, { @@ -2809,7 +2809,7 @@ "zh-chs": "管理員憑證", "xloc": [ "default-mobile.handlebars->9->352", - "default.handlebars->27->842" + "default.handlebars->27->872" ] }, { @@ -2844,7 +2844,7 @@ "ru": "Области администратора", "zh-chs": "管理領域", "xloc": [ - "default.handlebars->27->1624" + "default.handlebars->27->1654" ] }, { @@ -2879,7 +2879,7 @@ "ru": "Административные области", "zh-chs": "行政領域", "xloc": [ - "default.handlebars->27->1509" + "default.handlebars->27->1539" ] }, { @@ -2896,7 +2896,7 @@ "ru": "Администратор", "zh-chs": "管理員", "xloc": [ - "default.handlebars->27->1448" + "default.handlebars->27->1478" ] }, { @@ -2913,7 +2913,7 @@ "ru": "Африканский", "zh-chs": "南非語", "xloc": [ - "default.handlebars->27->907" + "default.handlebars->27->937" ] }, { @@ -2933,10 +2933,10 @@ "default-mobile.handlebars->9->192", "default-mobile.handlebars->9->216", "default-mobile.handlebars->9->232", - "default.handlebars->27->1369", - "default.handlebars->27->1377", - "default.handlebars->27->179", - "default.handlebars->27->387", + "default.handlebars->27->1399", + "default.handlebars->27->1407", + "default.handlebars->27->195", + "default.handlebars->27->403", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" ] }, @@ -2954,8 +2954,8 @@ "ru": "Агент + Intel AMT", "zh-chs": "代理+英特爾AMT", "xloc": [ - "default.handlebars->27->1371", - "default.handlebars->27->1379" + "default.handlebars->27->1401", + "default.handlebars->27->1409" ] }, { @@ -2990,7 +2990,7 @@ "zh-chs": "代理控制台", "xloc": [ "default-mobile.handlebars->9->419", - "default.handlebars->27->1325" + "default.handlebars->27->1355" ] }, { @@ -3007,7 +3007,7 @@ "ru": "Счетчик ошибок агента", "zh-chs": "座席錯誤計數器", "xloc": [ - "default.handlebars->27->1747" + "default.handlebars->27->1777" ] }, { @@ -3076,7 +3076,7 @@ "ru": "Сессии агентов", "zh-chs": "座席會議", "xloc": [ - "default.handlebars->27->1763" + "default.handlebars->27->1793" ] }, { @@ -3094,7 +3094,7 @@ "zh-chs": "代理商標籤", "xloc": [ "default-mobile.handlebars->9->231", - "default.handlebars->27->514" + "default.handlebars->27->530" ] }, { @@ -3111,7 +3111,7 @@ "ru": "Типы агента", "zh-chs": "代理類型", "xloc": [ - "default.handlebars->27->1375", + "default.handlebars->27->1405", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -3129,9 +3129,9 @@ "ru": "Агент подключен", "zh-chs": "代理已連接", "xloc": [ - "default.handlebars->27->144", - "default.handlebars->27->578", - "default.handlebars->27->579" + "default.handlebars->27->160", + "default.handlebars->27->594", + "default.handlebars->27->595" ] }, { @@ -3148,7 +3148,7 @@ "ru": "Агент отключился", "zh-chs": "代理已斷開連接", "xloc": [ - "default.handlebars->27->148" + "default.handlebars->27->164" ] }, { @@ -3165,7 +3165,7 @@ "ru": "Агент оффлайн", "zh-chs": "代理離線", "xloc": [ - "default.handlebars->27->869" + "default.handlebars->27->899" ] }, { @@ -3182,7 +3182,7 @@ "ru": "Агент онлайн", "zh-chs": "代理在線", "xloc": [ - "default.handlebars->27->868" + "default.handlebars->27->898" ] }, { @@ -3199,7 +3199,7 @@ "ru": "Агенты", "zh-chs": "代理商", "xloc": [ - "default.handlebars->27->1776" + "default.handlebars->27->1806" ] }, { @@ -3216,7 +3216,7 @@ "ru": "Албанский", "zh-chs": "阿爾巴尼亞語", "xloc": [ - "default.handlebars->27->908" + "default.handlebars->27->938" ] }, { @@ -3266,9 +3266,9 @@ "ru": "Фокусирование всех", "zh-chs": "全部聚焦", "xloc": [ - "default.handlebars->27->724", - "default.handlebars->27->726", - "default.handlebars->27->727" + "default.handlebars->27->740", + "default.handlebars->27->742", + "default.handlebars->27->743" ] }, { @@ -3285,8 +3285,8 @@ "ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.", "zh-chs": "允許用戶管理此設備組和該組中的設備。", "xloc": [ - "default.handlebars->27->1274", - "default.handlebars->27->1588" + "default.handlebars->27->1304", + "default.handlebars->27->1618" ] }, { @@ -3302,7 +3302,7 @@ "ru": "Разрешить пользователям управлять этим устройством.", "zh-chs": "允许用户管理此设备。", "xloc": [ - "default.handlebars->27->1275" + "default.handlebars->27->1305" ] }, { @@ -3355,7 +3355,7 @@ "ru": "Поменять (F10 = ESC+0)", "zh-chs": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->27->759" + "default.handlebars->27->775" ] }, { @@ -3390,9 +3390,9 @@ "ru": "Всегда уведомлять", "zh-chs": "始終通知", "xloc": [ - "default.handlebars->27->1188", - "default.handlebars->27->1633", - "default.handlebars->27->530" + "default.handlebars->27->1218", + "default.handlebars->27->1663", + "default.handlebars->27->546" ] }, { @@ -3409,9 +3409,9 @@ "ru": "Всегда запрашивать", "zh-chs": "總是提示", "xloc": [ - "default.handlebars->27->1189", - "default.handlebars->27->1634", - "default.handlebars->27->531" + "default.handlebars->27->1219", + "default.handlebars->27->1664", + "default.handlebars->27->547" ] }, { @@ -3525,7 +3525,7 @@ "ru": "Антивирус", "zh-chs": "防毒軟件", "xloc": [ - "default.handlebars->27->520" + "default.handlebars->27->536" ] }, { @@ -3542,7 +3542,7 @@ "ru": "Любые поддерживаемые", "zh-chs": "任何支持", "xloc": [ - "default.handlebars->27->300" + "default.handlebars->27->316" ] }, { @@ -3559,7 +3559,7 @@ "ru": "Apple MacOS", "zh-chs": "蘋果MacOS", "xloc": [ - "default.handlebars->27->330" + "default.handlebars->27->346" ] }, { @@ -3576,7 +3576,7 @@ "ru": "Только Apple MacOS", "zh-chs": "僅限Apple MacOS", "xloc": [ - "default.handlebars->27->302" + "default.handlebars->27->318" ] }, { @@ -3610,7 +3610,7 @@ "ru": "Арабский (Алжир)", "zh-chs": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->27->910" + "default.handlebars->27->940" ] }, { @@ -3627,7 +3627,7 @@ "ru": "Арабский (Бахрейн)", "zh-chs": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->27->911" + "default.handlebars->27->941" ] }, { @@ -3644,7 +3644,7 @@ "ru": "Арабский (Египет)", "zh-chs": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->27->912" + "default.handlebars->27->942" ] }, { @@ -3661,7 +3661,7 @@ "ru": "Арабский (Ирак)", "zh-chs": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->27->913" + "default.handlebars->27->943" ] }, { @@ -3678,7 +3678,7 @@ "ru": "Арабский (Иордания)", "zh-chs": "阿拉伯語(約旦)", "xloc": [ - "default.handlebars->27->914" + "default.handlebars->27->944" ] }, { @@ -3695,7 +3695,7 @@ "ru": "Арабский (Кувейт)", "zh-chs": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->27->915" + "default.handlebars->27->945" ] }, { @@ -3712,7 +3712,7 @@ "ru": "Арабский (Ливан)", "zh-chs": "阿拉伯語(黎巴嫩)", "xloc": [ - "default.handlebars->27->916" + "default.handlebars->27->946" ] }, { @@ -3729,7 +3729,7 @@ "ru": "Арабский (Ливия)", "zh-chs": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->27->917" + "default.handlebars->27->947" ] }, { @@ -3746,7 +3746,7 @@ "ru": "Арабский (Марокко)", "zh-chs": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->27->918" + "default.handlebars->27->948" ] }, { @@ -3763,7 +3763,7 @@ "ru": "Арабский (Оман)", "zh-chs": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->27->919" + "default.handlebars->27->949" ] }, { @@ -3780,7 +3780,7 @@ "ru": "Арабский (Катар)", "zh-chs": "阿拉伯語(卡塔爾)", "xloc": [ - "default.handlebars->27->920" + "default.handlebars->27->950" ] }, { @@ -3797,7 +3797,7 @@ "ru": "Арабский (Саудовская Аравия)", "zh-chs": "阿拉伯語(沙特阿拉伯)", "xloc": [ - "default.handlebars->27->921" + "default.handlebars->27->951" ] }, { @@ -3814,7 +3814,7 @@ "ru": "Арабский (стандартный)", "zh-chs": "阿拉伯語(標準)", "xloc": [ - "default.handlebars->27->909" + "default.handlebars->27->939" ] }, { @@ -3831,7 +3831,7 @@ "ru": "Арабский (Сирия)", "zh-chs": "阿拉伯語(敘利亞)", "xloc": [ - "default.handlebars->27->922" + "default.handlebars->27->952" ] }, { @@ -3848,7 +3848,7 @@ "ru": "Арабский (Тунис)", "zh-chs": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->27->923" + "default.handlebars->27->953" ] }, { @@ -3865,7 +3865,7 @@ "ru": "Арабский (О.А.Э.)", "zh-chs": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->27->924" + "default.handlebars->27->954" ] }, { @@ -3882,7 +3882,7 @@ "ru": "Арабский (Йемен)", "zh-chs": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->27->925" + "default.handlebars->27->955" ] }, { @@ -3899,7 +3899,7 @@ "ru": "Арагонский", "zh-chs": "阿拉貢人", "xloc": [ - "default.handlebars->27->926" + "default.handlebars->27->956" ] }, { @@ -3917,7 +3917,7 @@ "zh-chs": "建築", "xloc": [ "default-mobile.handlebars->9->320", - "default.handlebars->27->810" + "default.handlebars->27->826" ] }, { @@ -3934,7 +3934,7 @@ "ru": "Вы действительно хотите подключиться к {0} устройствам?", "zh-chs": "您確定要連接到{0}設備嗎?", "xloc": [ - "default.handlebars->27->226" + "default.handlebars->27->242" ] }, { @@ -3952,7 +3952,7 @@ "zh-chs": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。", "xloc": [ "default-mobile.handlebars->9->390", - "default.handlebars->27->1252" + "default.handlebars->27->1282" ] }, { @@ -3969,7 +3969,7 @@ "ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?", "zh-chs": "您確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->27->671" + "default.handlebars->27->687" ] }, { @@ -3986,7 +3986,7 @@ "ru": "Вы действительно хотите деинсталировать выбранного агента?", "zh-chs": "您確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->27->660" + "default.handlebars->27->676" ] }, { @@ -4003,7 +4003,7 @@ "ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?", "zh-chs": "您確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->27->659" + "default.handlebars->27->675" ] }, { @@ -4020,7 +4020,7 @@ "ru": "Вы уверенны, что {0} плагин: {1}", "zh-chs": "您確定要{0}插件嗎:{1}", "xloc": [ - "default.handlebars->27->1816" + "default.handlebars->27->1846" ] }, { @@ -4037,7 +4037,7 @@ "ru": "Армянский", "zh-chs": "亞美尼亞人", "xloc": [ - "default.handlebars->27->927" + "default.handlebars->27->957" ] }, { @@ -4082,7 +4082,7 @@ "ru": "Ассамский", "zh-chs": "阿薩姆語", "xloc": [ - "default.handlebars->27->928" + "default.handlebars->27->958" ] }, { @@ -4099,7 +4099,7 @@ "ru": "Астурии", "zh-chs": "阿斯圖里亞斯人", "xloc": [ - "default.handlebars->27->929" + "default.handlebars->27->959" ] }, { @@ -4116,7 +4116,7 @@ "ru": "Приложение аутентификации", "zh-chs": "身份驗證應用", "xloc": [ - "default.handlebars->27->1637" + "default.handlebars->27->1667" ] }, { @@ -4137,10 +4137,10 @@ "default-mobile.handlebars->9->52", "default-mobile.handlebars->9->71", "default-mobile.handlebars->9->73", - "default.handlebars->27->109", - "default.handlebars->27->114", - "default.handlebars->27->893", - "default.handlebars->27->895" + "default.handlebars->27->125", + "default.handlebars->27->130", + "default.handlebars->27->923", + "default.handlebars->27->925" ] }, { @@ -4157,7 +4157,7 @@ "ru": "Приложение для аутентификации активированно успешно.", "zh-chs": "身份驗證器應用程序激活成功。", "xloc": [ - "default.handlebars->27->110" + "default.handlebars->27->126" ] }, { @@ -4174,7 +4174,7 @@ "ru": "Приложение для аутентификации удалено.", "zh-chs": "身份驗證器應用程序已刪除。", "xloc": [ - "default.handlebars->27->115" + "default.handlebars->27->131" ] }, { @@ -4208,7 +4208,7 @@ "ru": "Автоудаление", "zh-chs": "自動刪除", "xloc": [ - "default.handlebars->27->1176" + "default.handlebars->27->1206" ] }, { @@ -4262,7 +4262,7 @@ "ru": "Азербайджанский", "zh-chs": "阿塞拜疆", "xloc": [ - "default.handlebars->27->930" + "default.handlebars->27->960" ] }, { @@ -4280,7 +4280,7 @@ "zh-chs": "的BIOS", "xloc": [ "default-mobile.handlebars->9->358", - "default.handlebars->27->848" + "default.handlebars->27->878" ] }, { @@ -4360,7 +4360,7 @@ "ru": "Фоновый и интерактивный", "zh-chs": "背景與互動", "xloc": [ - "default.handlebars->27->334" + "default.handlebars->27->350" ] }, { @@ -4377,9 +4377,9 @@ "ru": "Фоновый и интерактивный", "zh-chs": "背景與互動", "xloc": [ - "default.handlebars->27->1352", - "default.handlebars->27->1359", - "default.handlebars->27->312" + "default.handlebars->27->1382", + "default.handlebars->27->1389", + "default.handlebars->27->328" ] }, { @@ -4396,10 +4396,10 @@ "ru": "Только фоновый", "zh-chs": "僅背景", "xloc": [ - "default.handlebars->27->1353", - "default.handlebars->27->1360", - "default.handlebars->27->313", - "default.handlebars->27->335" + "default.handlebars->27->1383", + "default.handlebars->27->1390", + "default.handlebars->27->329", + "default.handlebars->27->351" ] }, { @@ -4433,7 +4433,7 @@ "ru": "Резервные коды", "zh-chs": "備用碼", "xloc": [ - "default.handlebars->27->1639" + "default.handlebars->27->1669" ] }, { @@ -4450,7 +4450,7 @@ "ru": "Плохой ключ", "zh-chs": "錯誤的簽名", "xloc": [ - "default.handlebars->27->1754" + "default.handlebars->27->1784" ] }, { @@ -4467,7 +4467,7 @@ "ru": "Плохой веб-сертификат", "zh-chs": "錯誤的網絡證書", "xloc": [ - "default.handlebars->27->1753" + "default.handlebars->27->1783" ] }, { @@ -4484,7 +4484,7 @@ "ru": "Баскский", "zh-chs": "巴斯克", "xloc": [ - "default.handlebars->27->931" + "default.handlebars->27->961" ] }, { @@ -4518,7 +4518,7 @@ "ru": "Белорусский", "zh-chs": "白俄羅斯語", "xloc": [ - "default.handlebars->27->933" + "default.handlebars->27->963" ] }, { @@ -4535,7 +4535,7 @@ "ru": "Бенгальский", "zh-chs": "孟加拉", "xloc": [ - "default.handlebars->27->934" + "default.handlebars->27->964" ] }, { @@ -4571,7 +4571,7 @@ "ru": "Боснийский", "zh-chs": "波斯尼亞人", "xloc": [ - "default.handlebars->27->935" + "default.handlebars->27->965" ] }, { @@ -4588,7 +4588,7 @@ "ru": "Бретонский", "zh-chs": "布列塔尼", "xloc": [ - "default.handlebars->27->936" + "default.handlebars->27->966" ] }, { @@ -4605,7 +4605,7 @@ "ru": "Отправить сообщение", "zh-chs": "廣播", "xloc": [ - "default.handlebars->27->1556", + "default.handlebars->27->1586", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -4623,7 +4623,7 @@ "ru": "Отправить сообщение", "zh-chs": "廣播消息", "xloc": [ - "default.handlebars->27->1491" + "default.handlebars->27->1521" ] }, { @@ -4640,7 +4640,7 @@ "ru": "Отправить сообщение всем подключенным пользователям.", "zh-chs": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->27->1490" + "default.handlebars->27->1520" ] }, { @@ -4657,7 +4657,7 @@ "ru": "Болгарский", "zh-chs": "保加利亞語", "xloc": [ - "default.handlebars->27->932" + "default.handlebars->27->962" ] }, { @@ -4674,7 +4674,7 @@ "ru": "Бирманский", "zh-chs": "緬甸人", "xloc": [ - "default.handlebars->27->937" + "default.handlebars->27->967" ] }, { @@ -4692,7 +4692,7 @@ "zh-chs": "CCM", "xloc": [ "default-mobile.handlebars->9->223", - "default.handlebars->27->499" + "default.handlebars->27->515" ] }, { @@ -4710,10 +4710,10 @@ "zh-chs": "CIRA", "xloc": [ "default-mobile.handlebars->9->193", - "default.handlebars->27->1240", - "default.handlebars->27->1245", - "default.handlebars->27->181", - "default.handlebars->27->389" + "default.handlebars->27->1270", + "default.handlebars->27->1275", + "default.handlebars->27->197", + "default.handlebars->27->405" ] }, { @@ -4730,7 +4730,7 @@ "ru": "CIRA Сервер", "zh-chs": "CIRA服務器", "xloc": [ - "default.handlebars->27->1804" + "default.handlebars->27->1834" ] }, { @@ -4747,7 +4747,7 @@ "ru": "CIRA Сервер команды", "zh-chs": "CIRA服務器命令", "xloc": [ - "default.handlebars->27->1805" + "default.handlebars->27->1835" ] }, { @@ -4764,7 +4764,7 @@ "zh-chs": "CPU", "xloc": [ "default-mobile.handlebars->9->364", - "default.handlebars->27->854" + "default.handlebars->27->884" ] }, { @@ -4781,7 +4781,7 @@ "ru": "Загрузка CPU", "zh-chs": "CPU負載", "xloc": [ - "default.handlebars->27->1768" + "default.handlebars->27->1798" ] }, { @@ -4798,7 +4798,7 @@ "ru": "Загрузка CPU за последние 15 минут", "zh-chs": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1771" + "default.handlebars->27->1801" ] }, { @@ -4815,7 +4815,7 @@ "ru": "Загрузка CPU за последние 5 минут", "zh-chs": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1770" + "default.handlebars->27->1800" ] }, { @@ -4832,7 +4832,7 @@ "ru": "Загрузка CPU за последнюю минуту", "zh-chs": "最後一分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1769" + "default.handlebars->27->1799" ] }, { @@ -4849,8 +4849,8 @@ "ru": "CR+LF", "zh-chs": "CR +低頻", "xloc": [ - "default.handlebars->27->752", - "default.handlebars->27->761", + "default.handlebars->27->768", + "default.handlebars->27->777", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -4868,9 +4868,9 @@ "ru": "Формат CSV", "zh-chs": "CSV格式", "xloc": [ - "default.handlebars->27->1423", - "default.handlebars->27->1482", - "default.handlebars->27->415" + "default.handlebars->27->1453", + "default.handlebars->27->1512", + "default.handlebars->27->431" ] }, { @@ -4887,7 +4887,7 @@ "ru": "Ошибка вызова", "zh-chs": "通話錯誤", "xloc": [ - "default.handlebars->27->1817" + "default.handlebars->27->1847" ] }, { @@ -4906,7 +4906,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1157", + "default.handlebars->27->1187", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -4926,8 +4926,8 @@ "xloc": [ "default-mobile.handlebars->9->372", "default-mobile.handlebars->9->374", - "default.handlebars->27->862", - "default.handlebars->27->864" + "default.handlebars->27->892", + "default.handlebars->27->894" ] }, { @@ -4945,7 +4945,7 @@ "zh-chs": "容量/速度", "xloc": [ "default-mobile.handlebars->9->367", - "default.handlebars->27->857" + "default.handlebars->27->887" ] }, { @@ -4962,7 +4962,7 @@ "ru": "Каталонский", "zh-chs": "加泰羅尼亞語", "xloc": [ - "default.handlebars->27->938" + "default.handlebars->27->968" ] }, { @@ -4979,7 +4979,7 @@ "ru": "Установить центр карты здесь", "zh-chs": "中心地圖在這裡", "xloc": [ - "default.handlebars->27->461" + "default.handlebars->27->477" ] }, { @@ -4996,7 +4996,7 @@ "ru": "Чаморро", "zh-chs": "查莫羅", "xloc": [ - "default.handlebars->27->939" + "default.handlebars->27->969" ] }, { @@ -5027,7 +5027,7 @@ "ru": "Смена email для {0}", "zh-chs": "更改{0}的電子郵件", "xloc": [ - "default.handlebars->27->1665" + "default.handlebars->27->1695" ] }, { @@ -5044,9 +5044,9 @@ "ru": "Смена группы", "zh-chs": "變更組", "xloc": [ - "default.handlebars->27->555", - "default.handlebars->27->668", - "default.handlebars->27->669" + "default.handlebars->27->571", + "default.handlebars->27->684", + "default.handlebars->27->685" ] }, { @@ -5064,8 +5064,8 @@ "zh-chs": "更改密碼", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->27->1133", - "default.handlebars->27->1654" + "default.handlebars->27->1163", + "default.handlebars->27->1684" ] }, { @@ -5082,7 +5082,7 @@ "ru": "Смена пароля для {0}", "zh-chs": "更改{0}的密碼", "xloc": [ - "default.handlebars->27->1672" + "default.handlebars->27->1702" ] }, { @@ -5152,7 +5152,7 @@ "ru": "Изменить пароль для этого пользователя", "zh-chs": "更改該用戶的密碼", "xloc": [ - "default.handlebars->27->1653" + "default.handlebars->27->1683" ] }, { @@ -5186,7 +5186,7 @@ "ru": "Измените адрес электронной почты вашей учетной записи здесь.", "zh-chs": "在此處更改您的帳戶電子郵件地址。", "xloc": [ - "default.handlebars->27->1120" + "default.handlebars->27->1150" ] }, { @@ -5203,7 +5203,7 @@ "ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.", "zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->27->1126" + "default.handlebars->27->1156" ] }, { @@ -5220,7 +5220,7 @@ "ru": "Изменение языка потребует перезагрузить страницу.", "zh-chs": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->27->1105" + "default.handlebars->27->1135" ] }, { @@ -5237,9 +5237,9 @@ "ru": "Чат", "zh-chs": "聊天室", "xloc": [ - "default.handlebars->27->1440", - "default.handlebars->27->608", - "default.handlebars->27->627" + "default.handlebars->27->1470", + "default.handlebars->27->624", + "default.handlebars->27->643" ] }, { @@ -5258,8 +5258,8 @@ "xloc": [ "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->429", - "default.handlebars->27->1302", - "default.handlebars->27->1336" + "default.handlebars->27->1332", + "default.handlebars->27->1366" ] }, { @@ -5276,7 +5276,7 @@ "ru": "Чеченский", "zh-chs": "車臣", "xloc": [ - "default.handlebars->27->940" + "default.handlebars->27->970" ] }, { @@ -5293,7 +5293,7 @@ "ru": "Установите флажок и нажмите ОК для очищения журнала ошибок.", "zh-chs": "檢查並單擊確定以清除錯誤日誌。", "xloc": [ - "default.handlebars->27->105" + "default.handlebars->27->121" ] }, { @@ -5310,7 +5310,7 @@ "ru": "Установите флажок и нажмите ОК для начала самообновления.", "zh-chs": "檢查並單擊確定以開始服務器自我更新。", "xloc": [ - "default.handlebars->27->100" + "default.handlebars->27->116" ] }, { @@ -5340,7 +5340,7 @@ "nl": "Controleer uw telefoon en voer de verificatiecode in.", "zh-chs": "检查您的电话并输入验证码。", "xloc": [ - "default.handlebars->27->141" + "default.handlebars->27->157" ] }, { @@ -5357,8 +5357,8 @@ "ru": "Проверка...", "zh-chs": "檢查...", "xloc": [ - "default.handlebars->27->1811", - "default.handlebars->27->906" + "default.handlebars->27->1841", + "default.handlebars->27->936" ] }, { @@ -5375,7 +5375,7 @@ "ru": "Китайский", "zh-chs": "中文", "xloc": [ - "default.handlebars->27->941" + "default.handlebars->27->971" ] }, { @@ -5392,7 +5392,7 @@ "ru": "Китайский (Гонконг)", "zh-chs": "中文(香港)", "xloc": [ - "default.handlebars->27->942" + "default.handlebars->27->972" ] }, { @@ -5409,7 +5409,7 @@ "ru": "Китайский (КНР)", "zh-chs": "中文(中國)", "xloc": [ - "default.handlebars->27->943" + "default.handlebars->27->973" ] }, { @@ -5426,7 +5426,7 @@ "ru": "Упрощенный китайский)", "zh-chs": "简体中文)", "xloc": [ - "default.handlebars->27->1103" + "default.handlebars->27->1133" ] }, { @@ -5443,7 +5443,7 @@ "ru": "Китайский (Сингапур)", "zh-chs": "中文(新加坡)", "xloc": [ - "default.handlebars->27->944" + "default.handlebars->27->974" ] }, { @@ -5460,7 +5460,7 @@ "ru": "Китайский (Тайвань)", "zh-chs": "中文(台灣)", "xloc": [ - "default.handlebars->27->945" + "default.handlebars->27->975" ] }, { @@ -5495,7 +5495,7 @@ "ru": "Чувашский", "zh-chs": "楚瓦什", "xloc": [ - "default.handlebars->27->946" + "default.handlebars->27->976" ] }, { @@ -5512,7 +5512,7 @@ "ru": "Очистка CIRA", "zh-chs": "清理CIRA", "xloc": [ - "default.handlebars->27->274" + "default.handlebars->27->290" ] }, { @@ -5535,11 +5535,11 @@ "default-mobile.handlebars->9->311", "default-mobile.handlebars->9->313", "default-mobile.handlebars->9->59", - "default.handlebars->27->1417", - "default.handlebars->27->787", - "default.handlebars->27->789", - "default.handlebars->27->791", - "default.handlebars->27->793", + "default.handlebars->27->1447", + "default.handlebars->27->803", + "default.handlebars->27->805", + "default.handlebars->27->807", + "default.handlebars->27->809", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", "messenger.handlebars->xbottom" @@ -5559,7 +5559,7 @@ "ru": "Очистить токены", "zh-chs": "清除令牌", "xloc": [ - "default.handlebars->27->123" + "default.handlebars->27->139" ] }, { @@ -5573,7 +5573,7 @@ "nl": "Wis alle meldingen", "zh-chs": "全部清除", "xloc": [ - "default.handlebars->27->1741" + "default.handlebars->27->1771" ] }, { @@ -5590,7 +5590,7 @@ "ru": "Очистить ядро", "zh-chs": "清除核心", "xloc": [ - "default.handlebars->27->878" + "default.handlebars->27->908" ] }, { @@ -5607,7 +5607,7 @@ "ru": "Удалите ключ из приложения и попробуйте еще раз. У вас есть всего несколько минут, чтобы ввести правильный код.", "zh-chs": "從應用程序中清除機密,然後重試。您只有幾分鐘的時間來輸入正確的代碼。", "xloc": [ - "default.handlebars->27->113" + "default.handlebars->27->129" ] }, { @@ -5623,7 +5623,7 @@ "ru": "Очистить это уведомление", "zh-chs": "清除此通知", "xloc": [ - "default.handlebars->27->1740" + "default.handlebars->27->1770" ] }, { @@ -5668,8 +5668,8 @@ "nl": "Klik hier om de apparaatgroepsnaam te bewerken", "zh-chs": "单击此处编辑设备组名称", "xloc": [ - "default.handlebars->27->1168", - "default.handlebars->27->1373" + "default.handlebars->27->1198", + "default.handlebars->27->1403" ] }, { @@ -5686,7 +5686,7 @@ "ru": "Для изменения имени устройства на сервере нажмите сюда", "zh-chs": "單擊此處編輯服務器端設備名稱", "xloc": [ - "default.handlebars->27->477" + "default.handlebars->27->493" ] }, { @@ -5699,7 +5699,7 @@ "nl": "Klik hier om de gebruikersgroepsnaam te bewerken", "zh-chs": "单击此处编辑用户组名称", "xloc": [ - "default.handlebars->27->1545" + "default.handlebars->27->1575" ] }, { @@ -5749,7 +5749,7 @@ "zh-chs": "單擊確定將驗證郵件發送到:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->27->1117" + "default.handlebars->27->1147" ] }, { @@ -5784,7 +5784,7 @@ "zh-chs": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->9->345", - "default.handlebars->27->835" + "default.handlebars->27->865" ] }, { @@ -5801,8 +5801,8 @@ "ru": "Клиент инициировал удаленный доступ", "zh-chs": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->27->1239", - "default.handlebars->27->1244" + "default.handlebars->27->1269", + "default.handlebars->27->1274" ] }, { @@ -5837,9 +5837,9 @@ "zh-chs": "關", "xloc": [ "default-mobile.handlebars->9->57", - "default.handlebars->27->121", - "default.handlebars->27->129", - "default.handlebars->27->745" + "default.handlebars->27->137", + "default.handlebars->27->145", + "default.handlebars->27->761" ] }, { @@ -5882,8 +5882,8 @@ "ru": "Общие группы устройств", "zh-chs": "通用設備組", "xloc": [ - "default.handlebars->27->1564", - "default.handlebars->27->1677" + "default.handlebars->27->1594", + "default.handlebars->27->1707" ] }, { @@ -5900,8 +5900,8 @@ "ru": "Общие устройства", "zh-chs": "通用設備", "xloc": [ - "default.handlebars->27->1570", - "default.handlebars->27->1689" + "default.handlebars->27->1600", + "default.handlebars->27->1719" ] }, { @@ -5919,7 +5919,7 @@ "zh-chs": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->27->1412" + "default.handlebars->27->1442" ] }, { @@ -5938,14 +5938,14 @@ "xloc": [ "default-mobile.handlebars->9->269", "default-mobile.handlebars->9->391", - "default.handlebars->27->1253", - "default.handlebars->27->1466", - "default.handlebars->27->1535", - "default.handlebars->27->1584", - "default.handlebars->27->1675", - "default.handlebars->27->412", - "default.handlebars->27->663", - "default.handlebars->27->672" + "default.handlebars->27->1283", + "default.handlebars->27->1496", + "default.handlebars->27->1565", + "default.handlebars->27->1614", + "default.handlebars->27->1705", + "default.handlebars->27->428", + "default.handlebars->27->679", + "default.handlebars->27->688" ] }, { @@ -5963,7 +5963,7 @@ "zh-chs": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->9->302", - "default.handlebars->27->782" + "default.handlebars->27->798" ] }, { @@ -5981,7 +5981,7 @@ "zh-chs": "確認{0}個條目的副本到此位置?", "xloc": [ "default-mobile.handlebars->9->301", - "default.handlebars->27->781" + "default.handlebars->27->797" ] }, { @@ -5995,7 +5995,7 @@ "nl": "Bevestig verwijdering geselecteerde account(s)?", "zh-chs": "确认删除选定的帐户?", "xloc": [ - "default.handlebars->27->1465" + "default.handlebars->27->1495" ] }, { @@ -6012,7 +6012,7 @@ "ru": "Подтвердить удаление выбранных устройств?", "zh-chs": "確認刪除所選設備?", "xloc": [ - "default.handlebars->27->411" + "default.handlebars->27->427" ] }, { @@ -6026,7 +6026,7 @@ "nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?", "zh-chs": "确认删除选定的用户组?", "xloc": [ - "default.handlebars->27->1534" + "default.handlebars->27->1564" ] }, { @@ -6043,7 +6043,7 @@ "ru": "Подтвердить удаление пользователя {0}?", "zh-chs": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->27->1674" + "default.handlebars->27->1704" ] }, { @@ -6057,7 +6057,7 @@ "nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户\\“ {0} \\”的成员身份?", "xloc": [ - "default.handlebars->27->1587" + "default.handlebars->27->1617" ] }, { @@ -6071,7 +6071,7 @@ "nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组 “{0}” 的成员身份?", "xloc": [ - "default.handlebars->27->1704" + "default.handlebars->27->1734" ] }, { @@ -6089,7 +6089,7 @@ "zh-chs": "確認將1個入口移動到此位置?", "xloc": [ "default-mobile.handlebars->9->304", - "default.handlebars->27->784" + "default.handlebars->27->800" ] }, { @@ -6107,7 +6107,7 @@ "zh-chs": "確認將{0}個條目移到此位置?", "xloc": [ "default-mobile.handlebars->9->303", - "default.handlebars->27->783" + "default.handlebars->27->799" ] }, { @@ -6124,7 +6124,7 @@ "ru": "Подтвердить перезапись?", "zh-chs": "確認覆蓋?", "xloc": [ - "default.handlebars->27->1411" + "default.handlebars->27->1441" ] }, { @@ -6138,8 +6138,8 @@ "nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?", "zh-chs": "确认删除设备“ {0} ”的访问权限?", "xloc": [ - "default.handlebars->27->1577", - "default.handlebars->27->1695" + "default.handlebars->27->1607", + "default.handlebars->27->1725" ] }, { @@ -6153,8 +6153,8 @@ "nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?", "zh-chs": "是否确认删除设备组“ {0}”的访问权限?", "xloc": [ - "default.handlebars->27->1579", - "default.handlebars->27->1708" + "default.handlebars->27->1609", + "default.handlebars->27->1738" ] }, { @@ -6168,7 +6168,7 @@ "nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户\\“ {0} \\”的访问权限?", "xloc": [ - "default.handlebars->27->1697" + "default.handlebars->27->1727" ] }, { @@ -6182,7 +6182,7 @@ "nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组“ {0}”的访问权限?", "xloc": [ - "default.handlebars->27->1700" + "default.handlebars->27->1730" ] }, { @@ -6196,8 +6196,8 @@ "nl": "Verwijdering van toegangsrechten bevestigen?", "zh-chs": "确认删除访问权限?", "xloc": [ - "default.handlebars->27->1698", - "default.handlebars->27->1701" + "default.handlebars->27->1728", + "default.handlebars->27->1731" ] }, { @@ -6215,7 +6215,7 @@ "zh-chs": "確認刪除身份驗證器應用程序兩步登錄?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->27->896" + "default.handlebars->27->926" ] }, { @@ -6270,7 +6270,7 @@ "nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户“ {0} ”的权限?", "xloc": [ - "default.handlebars->27->1345" + "default.handlebars->27->1375" ] }, { @@ -6284,7 +6284,7 @@ "nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组“ {0} ”的权限?", "xloc": [ - "default.handlebars->27->1347" + "default.handlebars->27->1377" ] }, { @@ -6332,8 +6332,8 @@ "default-mobile.handlebars->9->284", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->27->1192", - "default.handlebars->27->764", + "default.handlebars->27->1222", + "default.handlebars->27->780", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", @@ -6355,7 +6355,7 @@ "ru": "Подключиться ко всем", "zh-chs": "全部連接", "xloc": [ - "default.handlebars->27->225", + "default.handlebars->27->241", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar" ] }, @@ -6373,8 +6373,8 @@ "ru": "Подключиться к серверу", "zh-chs": "連接到服務器", "xloc": [ - "default.handlebars->27->1243", - "default.handlebars->27->1247" + "default.handlebars->27->1273", + "default.handlebars->27->1277" ] }, { @@ -6445,7 +6445,7 @@ "ru": "Подключено Intel® AMT", "zh-chs": "連接的英特爾®AMT", "xloc": [ - "default.handlebars->27->1759" + "default.handlebars->27->1789" ] }, { @@ -6462,7 +6462,7 @@ "ru": "Подключенные пользователи", "zh-chs": "關聯用戶", "xloc": [ - "default.handlebars->27->1764" + "default.handlebars->27->1794" ] }, { @@ -6480,7 +6480,7 @@ "zh-chs": "現在已連接", "xloc": [ "default-mobile.handlebars->9->324", - "default.handlebars->27->814" + "default.handlebars->27->830" ] }, { @@ -6517,10 +6517,10 @@ "default-mobile.handlebars->9->2", "default-mobile.handlebars->9->317", "default-mobile.handlebars->9->37", - "default.handlebars->27->206", - "default.handlebars->27->209", - "default.handlebars->27->228", - "default.handlebars->27->805", + "default.handlebars->27->222", + "default.handlebars->27->225", + "default.handlebars->27->244", + "default.handlebars->27->821", "default.handlebars->27->9", "xterm.handlebars->9->2" ] @@ -6539,7 +6539,7 @@ "ru": "Подключений ", "zh-chs": "連接數", "xloc": [ - "default.handlebars->27->1775" + "default.handlebars->27->1805" ] }, { @@ -6556,7 +6556,7 @@ "ru": "Ретранслятор подключения", "zh-chs": "連接繼電器", "xloc": [ - "default.handlebars->27->1803" + "default.handlebars->27->1833" ] }, { @@ -6608,9 +6608,9 @@ "zh-chs": "連接性", "xloc": [ "default-mobile.handlebars->9->237", - "default.handlebars->27->1380", - "default.handlebars->27->197", - "default.handlebars->27->544", + "default.handlebars->27->1410", + "default.handlebars->27->213", + "default.handlebars->27->560", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" ] }, @@ -6628,8 +6628,8 @@ "ru": "Консоль", "zh-chs": "安慰", "xloc": [ - "default.handlebars->27->603", - "default.handlebars->27->622", + "default.handlebars->27->619", + "default.handlebars->27->638", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole" @@ -6649,7 +6649,7 @@ "ru": "Консоль - ", "zh-chs": "安慰 -", "xloc": [ - "default.handlebars->27->478" + "default.handlebars->27->494" ] }, { @@ -6665,8 +6665,8 @@ "ru": "контроль", "zh-chs": "控制", "xloc": [ - "default.handlebars->27->602", - "default.handlebars->27->621" + "default.handlebars->27->618", + "default.handlebars->27->637" ] }, { @@ -6683,7 +6683,7 @@ "ru": "Cookie-кодировщик", "zh-chs": "Cookie編碼器", "xloc": [ - "default.handlebars->27->1789" + "default.handlebars->27->1819" ] }, { @@ -6720,8 +6720,9 @@ "ru": "Скопировать МАС адрес в буфер обмена", "zh-chs": "將MAC地址複製到剪貼板", "xloc": [ - "default.handlebars->27->82", - "default.handlebars->27->90" + "default.handlebars->27->81", + "default.handlebars->27->89", + "default.handlebars->27->92" ] }, { @@ -6738,7 +6739,7 @@ "ru": "Скопировать ссылку MacOS agent в буфер обмена", "zh-chs": "將MacOS代理URL複製到剪貼板", "xloc": [ - "default.handlebars->27->353" + "default.handlebars->27->369" ] }, { @@ -6754,7 +6755,7 @@ "ru": "Скопировать URL-адрес агента Windows 32bit в буфер обмена", "zh-chs": "将Windows 32位代理URL复制到剪贴板", "xloc": [ - "default.handlebars->27->341" + "default.handlebars->27->357" ] }, { @@ -6770,7 +6771,7 @@ "ru": "Скопировать URL-адрес агента Windows 64bit в буфер обмена", "zh-chs": "将Windows 64位代理URL复制到剪贴板", "xloc": [ - "default.handlebars->27->345" + "default.handlebars->27->361" ] }, { @@ -6787,12 +6788,18 @@ "ru": "Скопировать адрес в буфер обмена", "zh-chs": "將地址複製到剪貼板", "xloc": [ - "default.handlebars->27->71", - "default.handlebars->27->73", - "default.handlebars->27->75", - "default.handlebars->27->84", - "default.handlebars->27->86", - "default.handlebars->27->88" + "default.handlebars->27->101", + "default.handlebars->27->103", + "default.handlebars->27->105", + "default.handlebars->27->70", + "default.handlebars->27->72", + "default.handlebars->27->74", + "default.handlebars->27->83", + "default.handlebars->27->85", + "default.handlebars->27->87", + "default.handlebars->27->95", + "default.handlebars->27->97", + "default.handlebars->27->99" ] }, { @@ -6809,9 +6816,9 @@ "ru": "Скопировать ссылку в буфер обмена", "zh-chs": "複製鏈接到剪貼板", "xloc": [ - "default.handlebars->27->1385", - "default.handlebars->27->1399", - "default.handlebars->27->325" + "default.handlebars->27->1415", + "default.handlebars->27->1429", + "default.handlebars->27->341" ] }, { @@ -6828,7 +6835,7 @@ "ru": "Скопировать имя в буфер обмена", "zh-chs": "將名稱複製到剪貼板", "xloc": [ - "default.handlebars->27->80" + "default.handlebars->27->79" ] }, { @@ -6863,7 +6870,7 @@ "ru": "Скопировать действительные коды в буфер обмена", "zh-chs": "將有效代碼複製到剪貼板", "xloc": [ - "default.handlebars->27->124" + "default.handlebars->27->140" ] }, { @@ -6988,7 +6995,7 @@ "ru": "Основной сервер", "zh-chs": "核心服務器", "xloc": [ - "default.handlebars->27->1788" + "default.handlebars->27->1818" ] }, { @@ -7005,7 +7012,7 @@ "ru": "Kорсиканский", "zh-chs": "科西嘉人", "xloc": [ - "default.handlebars->27->947" + "default.handlebars->27->977" ] }, { @@ -7022,7 +7029,7 @@ "ru": "Создать учетную запись", "zh-chs": "創建帳號", "xloc": [ - "default.handlebars->27->1505", + "default.handlebars->27->1535", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" ] @@ -7058,7 +7065,7 @@ "ru": "Создать группу пользователей", "zh-chs": "創建用戶組", "xloc": [ - "default.handlebars->27->1542" + "default.handlebars->27->1572" ] }, { @@ -7075,7 +7082,7 @@ "ru": "Создайте новую группу устройств, используя параметры ниже.", "zh-chs": "使用以下選項創建一個新的設備組。", "xloc": [ - "default.handlebars->27->1140" + "default.handlebars->27->1170" ] }, { @@ -7092,7 +7099,7 @@ "ru": "Создать новую группу устройств.", "zh-chs": "創建一個新的設備組。", "xloc": [ - "default.handlebars->27->199" + "default.handlebars->27->215" ] }, { @@ -7109,7 +7116,7 @@ "ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:", "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:", "xloc": [ - "default.handlebars->27->1473" + "default.handlebars->27->1503" ] }, { @@ -7144,7 +7151,7 @@ "ru": "Создано", "zh-chs": "創建", "xloc": [ - "default.handlebars->27->1613" + "default.handlebars->27->1643" ] }, { @@ -7179,7 +7186,7 @@ "ru": "Кри (Канадский язык)", "zh-chs": "克里", "xloc": [ - "default.handlebars->27->948" + "default.handlebars->27->978" ] }, { @@ -7196,7 +7203,7 @@ "ru": "Хорватский", "zh-chs": "克羅地亞語", "xloc": [ - "default.handlebars->27->949" + "default.handlebars->27->979" ] }, { @@ -7300,7 +7307,7 @@ "ru": "Текущая версия", "zh-chs": "當前版本", "xloc": [ - "default.handlebars->27->94" + "default.handlebars->27->110" ] }, { @@ -7337,7 +7344,7 @@ "ru": "Чешский", "zh-chs": "捷克文", "xloc": [ - "default.handlebars->27->950" + "default.handlebars->27->980" ] }, { @@ -7354,7 +7361,7 @@ "ru": "DNS-суффикс", "zh-chs": "DNS後綴", "xloc": [ - "default.handlebars->27->79" + "default.handlebars->27->78" ] }, { @@ -7371,7 +7378,7 @@ "ru": "Датский", "zh-chs": "丹麥文", "xloc": [ - "default.handlebars->27->951" + "default.handlebars->27->981" ] }, { @@ -7388,7 +7395,7 @@ "ru": "DataChannel", "zh-chs": "數據通道", "xloc": [ - "default.handlebars->27->715" + "default.handlebars->27->731" ] }, { @@ -7405,7 +7412,7 @@ "ru": "Дата & Время", "zh-chs": "日期和時間", "xloc": [ - "default.handlebars->27->1108" + "default.handlebars->27->1138" ] }, { @@ -7423,7 +7430,7 @@ "zh-chs": "天", "xloc": [ "default-mobile.handlebars->9->259", - "default.handlebars->27->647" + "default.handlebars->27->663" ] }, { @@ -7440,7 +7447,7 @@ "ru": "Деактивировать режим управления клиентом (CCM)", "zh-chs": "停用客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1231" + "default.handlebars->27->1261" ] }, { @@ -7458,17 +7465,17 @@ "zh-chs": "沉睡", "xloc": [ "default-mobile.handlebars->9->181", - "default.handlebars->27->372" + "default.handlebars->27->388" ] }, { "en": "Default", "nl": "Standaard", "xloc": [ - "default.handlebars->27->1492", - "default.handlebars->27->1538", - "default.handlebars->27->1549", - "default.handlebars->27->1604" + "default.handlebars->27->1522", + "default.handlebars->27->1568", + "default.handlebars->27->1579", + "default.handlebars->27->1634" ] }, { @@ -7489,9 +7496,9 @@ "default-mobile.handlebars->9->294", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->27->1406", - "default.handlebars->27->448", - "default.handlebars->27->774", + "default.handlebars->27->1436", + "default.handlebars->27->464", + "default.handlebars->27->790", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", @@ -7515,7 +7522,7 @@ "zh-chs": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->27->1125" + "default.handlebars->27->1155" ] }, { @@ -7529,7 +7536,7 @@ "nl": "Verwijder accounts", "zh-chs": "删除帐号", "xloc": [ - "default.handlebars->27->1467" + "default.handlebars->27->1497" ] }, { @@ -7547,7 +7554,7 @@ "zh-chs": "刪除裝置", "xloc": [ "default-mobile.handlebars->9->242", - "default.handlebars->27->557" + "default.handlebars->27->573" ] }, { @@ -7566,8 +7573,8 @@ "xloc": [ "default-mobile.handlebars->9->389", "default-mobile.handlebars->9->392", - "default.handlebars->27->1224", - "default.handlebars->27->1254" + "default.handlebars->27->1254", + "default.handlebars->27->1284" ] }, { @@ -7585,7 +7592,7 @@ "zh-chs": "刪除節點", "xloc": [ "default-mobile.handlebars->9->267", - "default.handlebars->27->673" + "default.handlebars->27->689" ] }, { @@ -7602,7 +7609,7 @@ "ru": "Удалить устройства", "zh-chs": "刪除節點", "xloc": [ - "default.handlebars->27->413" + "default.handlebars->27->429" ] }, { @@ -7619,7 +7626,7 @@ "ru": "Удалить пользователя", "zh-chs": "刪除用戶", "xloc": [ - "default.handlebars->27->1652" + "default.handlebars->27->1682" ] }, { @@ -7636,8 +7643,8 @@ "ru": "Удалить группу пользователей", "zh-chs": "刪除用戶組", "xloc": [ - "default.handlebars->27->1575", - "default.handlebars->27->1585" + "default.handlebars->27->1605", + "default.handlebars->27->1615" ] }, { @@ -7651,7 +7658,7 @@ "nl": "Gebruikersgroepen verwijderen", "zh-chs": "删除用户组", "xloc": [ - "default.handlebars->27->1536" + "default.handlebars->27->1566" ] }, { @@ -7668,7 +7675,7 @@ "ru": "Удалить пользователя {0}", "zh-chs": "刪除用戶{0}", "xloc": [ - "default.handlebars->27->1673" + "default.handlebars->27->1703" ] }, { @@ -7686,7 +7693,7 @@ "zh-chs": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->27->1463", + "default.handlebars->27->1493", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -7704,7 +7711,7 @@ "ru": "Удалить устройства", "zh-chs": "刪除設備", "xloc": [ - "default.handlebars->27->409" + "default.handlebars->27->425" ] }, { @@ -7718,7 +7725,7 @@ "nl": "Verwijder groep", "zh-chs": "删除群组", "xloc": [ - "default.handlebars->27->1532" + "default.handlebars->27->1562" ] }, { @@ -7735,7 +7742,7 @@ "ru": "Удалить пункт?", "zh-chs": "刪除項目?", "xloc": [ - "default.handlebars->27->449" + "default.handlebars->27->465" ] }, { @@ -7754,8 +7761,8 @@ "xloc": [ "default-mobile.handlebars->9->124", "default-mobile.handlebars->9->296", - "default.handlebars->27->1408", - "default.handlebars->27->776" + "default.handlebars->27->1438", + "default.handlebars->27->792" ] }, { @@ -7772,7 +7779,7 @@ "ru": "Удалить группу пользователей {0}?", "zh-chs": "刪除用戶組{0}?", "xloc": [ - "default.handlebars->27->1583" + "default.handlebars->27->1613" ] }, { @@ -7791,8 +7798,8 @@ "xloc": [ "default-mobile.handlebars->9->123", "default-mobile.handlebars->9->295", - "default.handlebars->27->1407", - "default.handlebars->27->775" + "default.handlebars->27->1437", + "default.handlebars->27->791" ] }, { @@ -7822,7 +7829,7 @@ "ko": "거부", "zh-chs": "被拒绝", "xloc": [ - "default.handlebars->27->711" + "default.handlebars->27->727" ] }, { @@ -7906,18 +7913,19 @@ "default-mobile.handlebars->9->330", "default-mobile.handlebars->9->381", "default-mobile.handlebars->9->394", - "default.handlebars->27->1145", - "default.handlebars->27->1173", - "default.handlebars->27->1256", - "default.handlebars->27->1541", - "default.handlebars->27->1551", - "default.handlebars->27->1552", + "default.handlebars->27->1175", + "default.handlebars->27->1203", + "default.handlebars->27->1286", + "default.handlebars->27->1571", "default.handlebars->27->1581", - "default.handlebars->27->489", - "default.handlebars->27->490", - "default.handlebars->27->706", - "default.handlebars->27->78", - "default.handlebars->27->820", + "default.handlebars->27->1582", + "default.handlebars->27->1611", + "default.handlebars->27->505", + "default.handlebars->27->506", + "default.handlebars->27->722", + "default.handlebars->27->77", + "default.handlebars->27->836", + "default.handlebars->27->846", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -7950,9 +7958,9 @@ "zh-chs": "桌面", "xloc": [ "default-mobile.handlebars->9->249", - "default.handlebars->27->1261", - "default.handlebars->27->1718", - "default.handlebars->27->454", + "default.handlebars->27->1291", + "default.handlebars->27->1748", + "default.handlebars->27->470", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop" ] @@ -7988,9 +7996,9 @@ "ru": "Уведомление на рабочем столе", "zh-chs": "桌面通知", "xloc": [ - "default.handlebars->27->1183", - "default.handlebars->27->1628", - "default.handlebars->27->525" + "default.handlebars->27->1213", + "default.handlebars->27->1658", + "default.handlebars->27->541" ] }, { @@ -8007,9 +8015,9 @@ "ru": "Запрос рабочего стола", "zh-chs": "桌面提示", "xloc": [ - "default.handlebars->27->1182", - "default.handlebars->27->1627", - "default.handlebars->27->524" + "default.handlebars->27->1212", + "default.handlebars->27->1657", + "default.handlebars->27->540" ] }, { @@ -8026,9 +8034,9 @@ "ru": "Запрос рабочего стола + панель инструментов", "zh-chs": "桌面提示+工具欄", "xloc": [ - "default.handlebars->27->1180", - "default.handlebars->27->1625", - "default.handlebars->27->522" + "default.handlebars->27->1210", + "default.handlebars->27->1655", + "default.handlebars->27->538" ] }, { @@ -8059,9 +8067,9 @@ "ru": "Панель инструментов рабочего стола", "zh-chs": "桌面工具欄", "xloc": [ - "default.handlebars->27->1181", - "default.handlebars->27->1626", - "default.handlebars->27->523" + "default.handlebars->27->1211", + "default.handlebars->27->1656", + "default.handlebars->27->539" ] }, { @@ -8132,8 +8140,8 @@ "ru": "Устройство", "zh-chs": "設備", "xloc": [ - "default.handlebars->27->1283", - "default.handlebars->27->1692", + "default.handlebars->27->1313", + "default.handlebars->27->1722", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -8152,7 +8160,7 @@ "zh-chs": "設備動作", "xloc": [ "default-mobile.handlebars->9->258", - "default.handlebars->27->646" + "default.handlebars->27->662" ] }, { @@ -8169,13 +8177,13 @@ "ru": "Группа устройства", "zh-chs": "設備組", "xloc": [ - "default.handlebars->27->1278", - "default.handlebars->27->1281", - "default.handlebars->27->1282", - "default.handlebars->27->1567", - "default.handlebars->27->1573", - "default.handlebars->27->1680", - "default.handlebars->27->1727" + "default.handlebars->27->1308", + "default.handlebars->27->1311", + "default.handlebars->27->1312", + "default.handlebars->27->1597", + "default.handlebars->27->1603", + "default.handlebars->27->1710", + "default.handlebars->27->1757" ] }, { @@ -8193,7 +8201,7 @@ "zh-chs": "設備組用戶", "xloc": [ "default-mobile.handlebars->9->436", - "default.handlebars->27->1343" + "default.handlebars->27->1373" ] }, { @@ -8211,11 +8219,11 @@ "zh-chs": "設備組", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->27->1432", - "default.handlebars->27->1526", - "default.handlebars->27->1554", - "default.handlebars->27->1622", - "default.handlebars->27->1762", + "default.handlebars->27->1462", + "default.handlebars->27->1556", + "default.handlebars->27->1584", + "default.handlebars->27->1652", + "default.handlebars->27->1792", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -8233,7 +8241,7 @@ "ru": "Экспорт информации об устройстве", "zh-chs": "設備信息導出", "xloc": [ - "default.handlebars->27->419" + "default.handlebars->27->435" ] }, { @@ -8250,7 +8258,7 @@ "ru": "Местонахождение устройства", "zh-chs": "設備位置", "xloc": [ - "default.handlebars->27->674" + "default.handlebars->27->690" ] }, { @@ -8258,7 +8266,7 @@ "nl": "Apparaatbericht", "fr": "Message de Service", "xloc": [ - "default.handlebars->27->635" + "default.handlebars->27->651" ] }, { @@ -8276,9 +8284,9 @@ "zh-chs": "設備名稱", "xloc": [ "default-mobile.handlebars->9->271", - "default.handlebars->27->1726", - "default.handlebars->27->246", - "default.handlebars->27->704", + "default.handlebars->27->1756", + "default.handlebars->27->262", + "default.handlebars->27->720", "player.handlebars->3->9" ] }, @@ -8296,7 +8304,7 @@ "ru": "Уведомление устройства", "zh-chs": "設備通知", "xloc": [ - "default.handlebars->27->637" + "default.handlebars->27->653" ] }, { @@ -8330,8 +8338,8 @@ "ru": "Подключения устройств.", "zh-chs": "設備連接。", "xloc": [ - "default.handlebars->27->1113", - "default.handlebars->27->1364" + "default.handlebars->27->1143", + "default.handlebars->27->1394" ] }, { @@ -8348,8 +8356,8 @@ "ru": "Отключения устройств.", "zh-chs": "設備斷開連接。", "xloc": [ - "default.handlebars->27->1114", - "default.handlebars->27->1365" + "default.handlebars->27->1144", + "default.handlebars->27->1395" ] }, { @@ -8366,7 +8374,7 @@ "ru": "Примечания могут быть просмотрены и изменены другими администраторами.", "zh-chs": "其他設備組管理員可以查看和更改設備組註釋。", "xloc": [ - "default.handlebars->27->633" + "default.handlebars->27->649" ] }, { @@ -8375,8 +8383,8 @@ "xloc": [ "default-mobile.handlebars->9->152", "default-mobile.handlebars->9->205", - "default.handlebars->27->177", - "default.handlebars->27->475" + "default.handlebars->27->193", + "default.handlebars->27->491" ] }, { @@ -8393,7 +8401,7 @@ "ru": "Устройство обнаружено, но состояние питания не может быть получено.", "zh-chs": "檢測到設備,但無法獲得電源狀態。", "xloc": [ - "default.handlebars->27->377" + "default.handlebars->27->393" ] }, { @@ -8411,7 +8419,7 @@ "zh-chs": "設備正在休眠(S4)", "xloc": [ "default-mobile.handlebars->9->189", - "default.handlebars->27->383" + "default.handlebars->27->399" ] }, { @@ -8429,7 +8437,7 @@ "zh-chs": "設備處於深度睡眠狀態(S3)", "xloc": [ "default-mobile.handlebars->9->188", - "default.handlebars->27->382" + "default.handlebars->27->398" ] }, { @@ -8446,7 +8454,7 @@ "ru": "Устройство находится в состоянии глубокого сна (S3).", "zh-chs": "設備處於深度睡眠狀態(S3)。", "xloc": [ - "default.handlebars->27->371" + "default.handlebars->27->387" ] }, { @@ -8463,7 +8471,7 @@ "ru": "Устройство находится в режиме гибернации (S4).", "zh-chs": "設備處於休眠狀態(S4)。", "xloc": [ - "default.handlebars->27->373" + "default.handlebars->27->389" ] }, { @@ -8480,7 +8488,7 @@ "ru": "Устройство находится в выключенном состоянии (S5).", "zh-chs": "設備處於關機狀態(S5)。", "xloc": [ - "default.handlebars->27->375" + "default.handlebars->27->391" ] }, { @@ -8498,7 +8506,7 @@ "zh-chs": "設備處於睡眠狀態(S1)", "xloc": [ "default-mobile.handlebars->9->186", - "default.handlebars->27->380" + "default.handlebars->27->396" ] }, { @@ -8515,7 +8523,7 @@ "ru": "Устройство находится в спящем режиме (S1).", "zh-chs": "設備處於睡眠狀態(S1)。", "xloc": [ - "default.handlebars->27->367" + "default.handlebars->27->383" ] }, { @@ -8533,7 +8541,7 @@ "zh-chs": "設備處於睡眠狀態(S2)", "xloc": [ "default-mobile.handlebars->9->187", - "default.handlebars->27->381" + "default.handlebars->27->397" ] }, { @@ -8550,7 +8558,7 @@ "ru": "Устройство находится в спящем режиме (S2).", "zh-chs": "設備處於睡眠狀態(S2)。", "xloc": [ - "default.handlebars->27->369" + "default.handlebars->27->385" ] }, { @@ -8568,7 +8576,7 @@ "zh-chs": "設備處於軟斷開狀態(S5)", "xloc": [ "default-mobile.handlebars->9->190", - "default.handlebars->27->384" + "default.handlebars->27->400" ] }, { @@ -8577,8 +8585,8 @@ "xloc": [ "default-mobile.handlebars->9->151", "default-mobile.handlebars->9->204", - "default.handlebars->27->176", - "default.handlebars->27->474" + "default.handlebars->27->192", + "default.handlebars->27->490" ] }, { @@ -8596,7 +8604,7 @@ "zh-chs": "設備已上電", "xloc": [ "default-mobile.handlebars->9->185", - "default.handlebars->27->379" + "default.handlebars->27->395" ] }, { @@ -8613,7 +8621,7 @@ "ru": "Устройство включено.", "zh-chs": "設備上電。", "xloc": [ - "default.handlebars->27->365" + "default.handlebars->27->381" ] }, { @@ -8631,7 +8639,7 @@ "zh-chs": "設備存在,但無法確定電源狀態", "xloc": [ "default-mobile.handlebars->9->191", - "default.handlebars->27->385" + "default.handlebars->27->401" ] }, { @@ -8648,7 +8656,7 @@ "ru": "Имя устройства", "zh-chs": "設備名稱", "xloc": [ - "default.handlebars->27->466" + "default.handlebars->27->482" ] }, { @@ -8676,8 +8684,8 @@ "nl": "Apparaten", "zh-chs": "设备", "xloc": [ - "default.handlebars->27->1527", - "default.handlebars->27->1555" + "default.handlebars->27->1557", + "default.handlebars->27->1585" ] }, { @@ -8694,7 +8702,7 @@ "ru": "Отключено", "zh-chs": "殘障人士", "xloc": [ - "default.handlebars->27->517" + "default.handlebars->27->533" ] }, { @@ -8713,8 +8721,8 @@ "xloc": [ "default-mobile.handlebars->9->285", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->27->1193", - "default.handlebars->27->765", + "default.handlebars->27->1223", + "default.handlebars->27->781", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "xterm.handlebars->p11->deskarea0->deskarea1->3" @@ -8754,10 +8762,10 @@ "default-mobile.handlebars->9->1", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status", - "default.handlebars->27->188", - "default.handlebars->27->205", - "default.handlebars->27->208", - "default.handlebars->27->227", + "default.handlebars->27->204", + "default.handlebars->27->221", + "default.handlebars->27->224", + "default.handlebars->27->243", "default.handlebars->27->8", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus", @@ -8770,7 +8778,7 @@ "nl": "Geef een berichtvenster weer op het externe apparaat.", "fr": "Afficher un message sur le poste distant", "xloc": [ - "default.handlebars->27->636" + "default.handlebars->27->652" ] }, { @@ -8795,7 +8803,7 @@ "nl": "Geef een tekstbericht weer op het externe apparaat", "fr": "Afficher un message sur le poste distant", "xloc": [ - "default.handlebars->27->553" + "default.handlebars->27->569" ] }, { @@ -8812,7 +8820,7 @@ "ru": "Отобразить имя группы устройств", "zh-chs": "顯示設備組名稱", "xloc": [ - "default.handlebars->27->1112" + "default.handlebars->27->1142" ] }, { @@ -8829,7 +8837,7 @@ "ru": "Отображаемое имя", "zh-chs": "顯示名稱", "xloc": [ - "default.handlebars->27->736" + "default.handlebars->27->752" ] }, { @@ -8845,7 +8853,7 @@ "ru": "Показать публичную ссылку", "zh-chs": "显示公共链接", "xloc": [ - "default.handlebars->27->1384" + "default.handlebars->27->1414" ] }, { @@ -8862,17 +8870,17 @@ "ru": "Ничего не делать", "zh-chs": "沒做什麼", "xloc": [ - "default.handlebars->27->1237" + "default.handlebars->27->1267" ] }, { "en": "Domain", "nl": "Domein", "xloc": [ - "default.handlebars->27->1493", - "default.handlebars->27->1539", - "default.handlebars->27->1548", - "default.handlebars->27->1603", + "default.handlebars->27->1523", + "default.handlebars->27->1569", + "default.handlebars->27->1578", + "default.handlebars->27->1633", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -8887,8 +8895,8 @@ "nl": "Niet configureren", "zh-chs": "不要配置", "xloc": [ - "default.handlebars->27->1241", - "default.handlebars->27->1246" + "default.handlebars->27->1271", + "default.handlebars->27->1276" ] }, { @@ -8901,7 +8909,7 @@ "nl": "Maak geen verbinding met de server", "zh-chs": "不要连接到服务器", "xloc": [ - "default.handlebars->27->1242" + "default.handlebars->27->1272" ] }, { @@ -9001,7 +9009,7 @@ "zh-chs": "下載文件", "xloc": [ "default-mobile.handlebars->9->315", - "default.handlebars->27->794" + "default.handlebars->27->810" ] }, { @@ -9018,7 +9026,7 @@ "ru": "Скачать MeshCentral Router, инструмент сопоставления TCP портов.", "zh-chs": "下載MeshCentral Router,一個TCP端口映射工具。", "xloc": [ - "default.handlebars->27->203" + "default.handlebars->27->219" ] }, { @@ -9035,7 +9043,7 @@ "ru": "Скачать MeshCmd", "zh-chs": "下載MeshCmd", "xloc": [ - "default.handlebars->27->696" + "default.handlebars->27->712" ] }, { @@ -9052,7 +9060,7 @@ "ru": "Скачать MeshCmd, инструмент командной строки, выполняющий множество функций.", "zh-chs": "下載MeshCmd,這是一個執行許多功能的命令行工具。", "xloc": [ - "default.handlebars->27->201" + "default.handlebars->27->217" ] }, { @@ -9086,7 +9094,7 @@ "ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.", "zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->27->689" + "default.handlebars->27->705" ] }, { @@ -9137,7 +9145,7 @@ "ru": "Скачать журнал ошибок", "zh-chs": "下載錯誤日誌", "xloc": [ - "default.handlebars->27->104" + "default.handlebars->27->120" ] }, { @@ -9154,7 +9162,7 @@ "ru": "Скачать события состояния питания", "zh-chs": "下載電源事件", "xloc": [ - "default.handlebars->27->648" + "default.handlebars->27->664" ] }, { @@ -9205,7 +9213,7 @@ "ru": "Загрузите список устройств с одним из форматов файлов ниже.", "zh-chs": "使用以下一種文件格式下載設備列表。", "xloc": [ - "default.handlebars->27->414" + "default.handlebars->27->430" ] }, { @@ -9222,7 +9230,7 @@ "ru": "Скачать список событий в одном из форматов ниже.", "zh-chs": "使用以下一種文件格式下載事件列表。", "xloc": [ - "default.handlebars->27->1422" + "default.handlebars->27->1452" ] }, { @@ -9239,7 +9247,7 @@ "ru": "Скачать список пользователей в одном из форматов ниже.", "zh-chs": "使用以下一種文件格式下載用戶列表。", "xloc": [ - "default.handlebars->27->1481" + "default.handlebars->27->1511" ] }, { @@ -9322,7 +9330,7 @@ "nl": "Dubbele agent", "zh-chs": "代理重复", "xloc": [ - "default.handlebars->27->1758" + "default.handlebars->27->1788" ] }, { @@ -9356,7 +9364,7 @@ "ru": "Скопировать группу пользователей", "zh-chs": "重複的用戶組", "xloc": [ - "default.handlebars->27->1543" + "default.handlebars->27->1573" ] }, { @@ -9387,8 +9395,8 @@ "ru": "Длительность", "zh-chs": "持續時間", "xloc": [ - "default.handlebars->27->1712", - "default.handlebars->27->1732", + "default.handlebars->27->1742", + "default.handlebars->27->1762", "player.handlebars->3->2" ] }, @@ -9406,7 +9414,7 @@ "ru": "Во время активации агент будет иметь доступ к паролю администратора.", "zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。", "xloc": [ - "default.handlebars->27->1251" + "default.handlebars->27->1281" ] }, { @@ -9423,7 +9431,7 @@ "ru": "Голландский (Бельгийский)", "zh-chs": "荷蘭語(比利時)", "xloc": [ - "default.handlebars->27->953" + "default.handlebars->27->983" ] }, { @@ -9440,7 +9448,7 @@ "ru": "Голландский (Стандартный)", "zh-chs": "荷蘭語(標準)", "xloc": [ - "default.handlebars->27->952" + "default.handlebars->27->982" ] }, { @@ -9496,7 +9504,7 @@ "ru": "ОШИБКА:", "zh-chs": "錯誤:", "xloc": [ - "default.handlebars->27->140" + "default.handlebars->27->156" ] }, { @@ -9578,7 +9586,7 @@ "ru": "ОШИБКА: Невозможно добавить ключ.", "zh-chs": "錯誤:無法添加密鑰。", "xloc": [ - "default.handlebars->27->136" + "default.handlebars->27->152" ] }, { @@ -9631,7 +9639,7 @@ "zh-chs": "編輯裝置", "xloc": [ "default-mobile.handlebars->9->276", - "default.handlebars->27->709" + "default.handlebars->27->725" ] }, { @@ -9651,10 +9659,10 @@ "default-mobile.handlebars->9->395", "default-mobile.handlebars->9->397", "default-mobile.handlebars->9->415", - "default.handlebars->27->1257", "default.handlebars->27->1287", - "default.handlebars->27->1309", - "default.handlebars->27->1321" + "default.handlebars->27->1317", + "default.handlebars->27->1339", + "default.handlebars->27->1351" ] }, { @@ -9671,7 +9679,7 @@ "ru": "Редактировать функции группы устройств", "zh-chs": "編輯設備組功能", "xloc": [ - "default.handlebars->27->1273" + "default.handlebars->27->1303" ] }, { @@ -9688,8 +9696,8 @@ "ru": "Редактировать права группы устройств", "zh-chs": "編輯設備組權限", "xloc": [ - "default.handlebars->27->1306", - "default.handlebars->27->1318" + "default.handlebars->27->1336", + "default.handlebars->27->1348" ] }, { @@ -9706,7 +9714,7 @@ "ru": "Редактировать согласие пользователя группы устройств", "zh-chs": "編輯設備組用戶同意", "xloc": [ - "default.handlebars->27->1258" + "default.handlebars->27->1288" ] }, { @@ -9724,7 +9732,7 @@ "zh-chs": "編輯設備說明", "xloc": [ "default-mobile.handlebars->9->409", - "default.handlebars->27->1300" + "default.handlebars->27->1330" ] }, { @@ -9740,8 +9748,8 @@ "ru": "Изменить разрешения устройства", "zh-chs": "编辑设备权限", "xloc": [ - "default.handlebars->27->1311", - "default.handlebars->27->1313" + "default.handlebars->27->1341", + "default.handlebars->27->1343" ] }, { @@ -9755,7 +9763,7 @@ "nl": "Gebruikerstoestemming apparaat bewerken", "zh-chs": "编辑设备用户同意", "xloc": [ - "default.handlebars->27->1260" + "default.handlebars->27->1290" ] }, { @@ -9771,7 +9779,7 @@ "ru": "Редактировать группу", "zh-chs": "编辑组", "xloc": [ - "default.handlebars->27->612" + "default.handlebars->27->628" ] }, { @@ -9789,9 +9797,9 @@ "zh-chs": "編輯英特爾®AMT憑據", "xloc": [ "default-mobile.handlebars->9->266", - "default.handlebars->27->504", - "default.handlebars->27->507", - "default.handlebars->27->655" + "default.handlebars->27->520", + "default.handlebars->27->523", + "default.handlebars->27->671" ] }, { @@ -9809,7 +9817,7 @@ "zh-chs": "編輯筆記", "xloc": [ "default-mobile.handlebars->9->422", - "default.handlebars->27->1328" + "default.handlebars->27->1358" ] }, { @@ -9823,7 +9831,7 @@ "nl": "Gebruikerstoestemming bewerken", "zh-chs": "编辑用户同意", "xloc": [ - "default.handlebars->27->1259" + "default.handlebars->27->1289" ] }, { @@ -9840,7 +9848,7 @@ "ru": "Редактировать права пользователя для группы устройств", "zh-chs": "編輯用戶設備組權限", "xloc": [ - "default.handlebars->27->1319" + "default.handlebars->27->1349" ] }, { @@ -9856,7 +9864,7 @@ "ru": "Изменить разрешения для пользовательских устройств", "zh-chs": "编辑用户设备权限", "xloc": [ - "default.handlebars->27->1314" + "default.handlebars->27->1344" ] }, { @@ -9873,7 +9881,7 @@ "ru": "Редактировать группу пользователей", "zh-chs": "編輯用戶組", "xloc": [ - "default.handlebars->27->1582" + "default.handlebars->27->1612" ] }, { @@ -9887,7 +9895,7 @@ "nl": "Gebruikersmachtigingen voor apparaatgroep bewerken", "zh-chs": "编辑用户组设备权限", "xloc": [ - "default.handlebars->27->1316" + "default.handlebars->27->1346" ] }, { @@ -9922,12 +9930,12 @@ "zh-chs": "電子郵件", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->27->1495", - "default.handlebars->27->1607", - "default.handlebars->27->1608", - "default.handlebars->27->1647", - "default.handlebars->27->1661", - "default.handlebars->27->296", + "default.handlebars->27->1525", + "default.handlebars->27->1637", + "default.handlebars->27->1638", + "default.handlebars->27->1677", + "default.handlebars->27->1691", + "default.handlebars->27->312", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->5->43", @@ -9949,7 +9957,7 @@ "zh-chs": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->27->1121" + "default.handlebars->27->1151" ] }, { @@ -9967,7 +9975,7 @@ "zh-chs": "郵件認證", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->27->890" + "default.handlebars->27->920" ] }, { @@ -10012,7 +10020,7 @@ "zh-chs": "電子郵件驗證", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->27->1119" + "default.handlebars->27->1149" ] }, { @@ -10026,7 +10034,7 @@ "nl": "E-mail uitnodiging", "zh-chs": "电子邮件邀请", "xloc": [ - "default.handlebars->27->293" + "default.handlebars->27->309" ] }, { @@ -10042,7 +10050,7 @@ "ru": "Электронная почта не подтверждена", "zh-chs": "邮件未验证", "xloc": [ - "default.handlebars->27->1451" + "default.handlebars->27->1481" ] }, { @@ -10059,8 +10067,8 @@ "ru": "Email подтвержден", "zh-chs": "電子郵件已驗證", "xloc": [ - "default.handlebars->27->1452", - "default.handlebars->27->1601" + "default.handlebars->27->1482", + "default.handlebars->27->1631" ] }, { @@ -10077,7 +10085,7 @@ "ru": "Email подтвержден.", "zh-chs": "電子郵件已驗證。", "xloc": [ - "default.handlebars->27->1501" + "default.handlebars->27->1531" ] }, { @@ -10094,7 +10102,7 @@ "ru": "Email не подтвержден", "zh-chs": "電子郵件未驗證", "xloc": [ - "default.handlebars->27->1602" + "default.handlebars->27->1632" ] }, { @@ -10133,7 +10141,7 @@ "en": "Email verified and forced password reset required.", "nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.", "xloc": [ - "default.handlebars->27->1502" + "default.handlebars->27->1532" ] }, { @@ -10146,7 +10154,7 @@ "nl": "Email/SMS verkeer", "zh-chs": "电子邮件/短信流量", "xloc": [ - "default.handlebars->27->1797" + "default.handlebars->27->1827" ] }, { @@ -10185,7 +10193,7 @@ "ru": "Включить коды приглашения", "zh-chs": "啟用邀請代碼", "xloc": [ - "default.handlebars->27->1349" + "default.handlebars->27->1379" ] }, { @@ -10220,7 +10228,7 @@ "zh-chs": "啟用電子郵件兩因素驗證。", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->27->892" + "default.handlebars->27->922" ] }, { @@ -10244,7 +10252,7 @@ "en": "Enabled", "nl": "Ingeschakeld", "xloc": [ - "default.handlebars->27->1734" + "default.handlebars->27->1764" ] }, { @@ -10268,7 +10276,7 @@ "en": "End Time", "nl": "Eindtijd", "xloc": [ - "default.handlebars->27->1731" + "default.handlebars->27->1761" ] }, { @@ -10285,7 +10293,7 @@ "ru": "Английский", "zh-chs": "英語", "xloc": [ - "default.handlebars->27->954" + "default.handlebars->27->984" ] }, { @@ -10302,7 +10310,7 @@ "ru": "Английский (Австралия)", "zh-chs": "英文(澳洲)", "xloc": [ - "default.handlebars->27->955" + "default.handlebars->27->985" ] }, { @@ -10319,7 +10327,7 @@ "ru": "Английский (Белиз)", "zh-chs": "英語(伯利茲)", "xloc": [ - "default.handlebars->27->956" + "default.handlebars->27->986" ] }, { @@ -10336,7 +10344,7 @@ "ru": "Английский (Канада)", "zh-chs": "英文(加拿大)", "xloc": [ - "default.handlebars->27->957" + "default.handlebars->27->987" ] }, { @@ -10353,7 +10361,7 @@ "ru": "Английский (Ирландия)", "zh-chs": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->27->958" + "default.handlebars->27->988" ] }, { @@ -10370,7 +10378,7 @@ "ru": "Английский (Ямайка)", "zh-chs": "英文(牙買加)", "xloc": [ - "default.handlebars->27->959" + "default.handlebars->27->989" ] }, { @@ -10387,7 +10395,7 @@ "ru": "Английский (Новая Зеландия)", "zh-chs": "英文(紐西蘭)", "xloc": [ - "default.handlebars->27->960" + "default.handlebars->27->990" ] }, { @@ -10404,7 +10412,7 @@ "ru": "Английский (Филиппины)", "zh-chs": "英文(菲律賓)", "xloc": [ - "default.handlebars->27->961" + "default.handlebars->27->991" ] }, { @@ -10421,7 +10429,7 @@ "ru": "Английский (Южная Африка)", "zh-chs": "英語(南非)", "xloc": [ - "default.handlebars->27->962" + "default.handlebars->27->992" ] }, { @@ -10438,7 +10446,7 @@ "ru": "Английский (Тринидад и Тобаго)", "zh-chs": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->27->963" + "default.handlebars->27->993" ] }, { @@ -10455,7 +10463,7 @@ "ru": "Английский (Великобритания)", "zh-chs": "英文(英國)", "xloc": [ - "default.handlebars->27->964" + "default.handlebars->27->994" ] }, { @@ -10472,7 +10480,7 @@ "ru": "Английский (Соединенные Штаты)", "zh-chs": "美國英語)", "xloc": [ - "default.handlebars->27->965" + "default.handlebars->27->995" ] }, { @@ -10489,7 +10497,7 @@ "ru": "Английский (Зимбабве)", "zh-chs": "英文(津巴布韋)", "xloc": [ - "default.handlebars->27->966" + "default.handlebars->27->996" ] }, { @@ -10506,8 +10514,8 @@ "ru": "Ввод", "zh-chs": "輸入", "xloc": [ - "default.handlebars->27->1147", - "default.handlebars->27->1148" + "default.handlebars->27->1177", + "default.handlebars->27->1178" ] }, { @@ -10524,7 +10532,7 @@ "ru": "Введите разделенный запятыми список имен административных областей.", "zh-chs": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->27->1506" + "default.handlebars->27->1536" ] }, { @@ -10541,7 +10549,7 @@ "ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.", "zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。", "xloc": [ - "default.handlebars->27->261" + "default.handlebars->27->277" ] }, { @@ -10558,7 +10566,7 @@ "ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.", "zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->27->730" + "default.handlebars->27->746" ] }, { @@ -10593,7 +10601,7 @@ "ru": "Для двухэтапного входа введите токен здесь:", "zh-chs": "在此處輸入令牌以進行兩步登錄:", "xloc": [ - "default.handlebars->27->108" + "default.handlebars->27->124" ] }, { @@ -10606,7 +10614,7 @@ "nl": "Voer uw telefoonnummer in dat geschikt is voor SMS. Na verificatie kan het nummer worden gebruikt voor inlogverificatie en andere meldingen.", "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "xloc": [ - "default.handlebars->27->887" + "default.handlebars->27->917" ] }, { @@ -10623,7 +10631,7 @@ "ru": "Ошибка, Невозможно добавить код.", "zh-chs": "錯誤,無法添加密鑰。", "xloc": [ - "default.handlebars->27->134" + "default.handlebars->27->150" ] }, { @@ -10657,7 +10665,7 @@ "ru": "Эсперанто", "zh-chs": "世界語", "xloc": [ - "default.handlebars->27->967" + "default.handlebars->27->997" ] }, { @@ -10674,7 +10682,7 @@ "ru": "Эстонский", "zh-chs": "愛沙尼亞語", "xloc": [ - "default.handlebars->27->968" + "default.handlebars->27->998" ] }, { @@ -10691,7 +10699,7 @@ "ru": "Детали события", "zh-chs": "活動詳情", "xloc": [ - "default.handlebars->27->807" + "default.handlebars->27->823" ] }, { @@ -10708,7 +10716,7 @@ "ru": "Экспорт списка событий", "zh-chs": "活動列表導出", "xloc": [ - "default.handlebars->27->1427" + "default.handlebars->27->1457" ] }, { @@ -10780,7 +10788,7 @@ "ru": "Экспорт информации об устройстве", "zh-chs": "導出設備信息", "xloc": [ - "default.handlebars->27->407" + "default.handlebars->27->423" ] }, { @@ -10797,7 +10805,7 @@ "ru": "Расширенный ASCII", "zh-chs": "擴展ASCII", "xloc": [ - "default.handlebars->27->756" + "default.handlebars->27->772" ] }, { @@ -10831,7 +10839,13 @@ "ru": "Внешний", "zh-chs": "外部", "xloc": [ - "default.handlebars->27->1782" + "default.handlebars->27->1812" + ] + }, + { + "en": "FQDN", + "xloc": [ + "default.handlebars->27->93" ] }, { @@ -10848,7 +10862,7 @@ "ru": "Mакедонский (БЮР)", "zh-chs": "FYRO馬其頓語", "xloc": [ - "default.handlebars->27->1018" + "default.handlebars->27->1048" ] }, { @@ -10865,7 +10879,7 @@ "ru": "Фарерский", "zh-chs": "法羅語", "xloc": [ - "default.handlebars->27->969" + "default.handlebars->27->999" ] }, { @@ -10895,7 +10909,7 @@ "ko": "원격 터미널 세션을 시작하지 못했습니다 : {0} ({1})", "zh-chs": "无法启动远程终端会话{0}({1})", "xloc": [ - "default.handlebars->27->712" + "default.handlebars->27->728" ] }, { @@ -10912,7 +10926,7 @@ "ru": "Фарси (Персидский)", "zh-chs": "波斯語(波斯語)", "xloc": [ - "default.handlebars->27->970" + "default.handlebars->27->1000" ] }, { @@ -10947,7 +10961,7 @@ "ru": "Функции", "zh-chs": "特徵", "xloc": [ - "default.handlebars->27->1179" + "default.handlebars->27->1209" ] }, { @@ -10964,7 +10978,7 @@ "ru": "Фиджи", "zh-chs": "斐濟", "xloc": [ - "default.handlebars->27->971" + "default.handlebars->27->1001" ] }, { @@ -10982,8 +10996,8 @@ "zh-chs": "文件編輯器", "xloc": [ "default-mobile.handlebars->9->299", - "default.handlebars->27->446", - "default.handlebars->27->779" + "default.handlebars->27->462", + "default.handlebars->27->795" ] }, { @@ -11017,7 +11031,7 @@ "ru": "Драйвер файловой системы", "zh-chs": "FileSystemDriver", "xloc": [ - "default.handlebars->27->739" + "default.handlebars->27->755" ] }, { @@ -11036,9 +11050,9 @@ "xloc": [ "default-mobile.handlebars->9->167", "default-mobile.handlebars->9->250", - "default.handlebars->27->1268", - "default.handlebars->27->1719", - "default.handlebars->27->220", + "default.handlebars->27->1298", + "default.handlebars->27->1749", + "default.handlebars->27->236", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" ] @@ -11074,9 +11088,9 @@ "ru": "Уведомление файлов", "zh-chs": "文件通知", "xloc": [ - "default.handlebars->27->1187", - "default.handlebars->27->1632", - "default.handlebars->27->529" + "default.handlebars->27->1217", + "default.handlebars->27->1662", + "default.handlebars->27->545" ] }, { @@ -11093,9 +11107,9 @@ "ru": "Запрос файлов", "zh-chs": "文件提示", "xloc": [ - "default.handlebars->27->1186", - "default.handlebars->27->1631", - "default.handlebars->27->528" + "default.handlebars->27->1216", + "default.handlebars->27->1661", + "default.handlebars->27->544" ] }, { @@ -11132,7 +11146,7 @@ "ru": "Финский", "zh-chs": "芬蘭", "xloc": [ - "default.handlebars->27->972" + "default.handlebars->27->1002" ] }, { @@ -11255,8 +11269,8 @@ "ru": "Принудительно сбросить пароль при следующем входе в систему.", "zh-chs": "下次登錄時強制重置密碼。", "xloc": [ - "default.handlebars->27->1500", - "default.handlebars->27->1670" + "default.handlebars->27->1530", + "default.handlebars->27->1700" ] }, { @@ -11342,8 +11356,8 @@ "ru": "Свободно", "zh-chs": "自由", "xloc": [ - "default.handlebars->27->1743", - "default.handlebars->27->1745" + "default.handlebars->27->1773", + "default.handlebars->27->1775" ] }, { @@ -11378,7 +11392,7 @@ "ru": "Французский (Бельгия)", "zh-chs": "法語(比利時)", "xloc": [ - "default.handlebars->27->974" + "default.handlebars->27->1004" ] }, { @@ -11395,7 +11409,7 @@ "ru": "Французский (Канада)", "zh-chs": "法語(加拿大)", "xloc": [ - "default.handlebars->27->975" + "default.handlebars->27->1005" ] }, { @@ -11412,7 +11426,7 @@ "ru": "Французский (Франция)", "zh-chs": "法語(法國)", "xloc": [ - "default.handlebars->27->976" + "default.handlebars->27->1006" ] }, { @@ -11429,7 +11443,7 @@ "ru": "Французский (Люксембург)", "zh-chs": "法語(盧森堡)", "xloc": [ - "default.handlebars->27->977" + "default.handlebars->27->1007" ] }, { @@ -11446,7 +11460,7 @@ "ru": "Французский (Монако)", "zh-chs": "法語(摩納哥)", "xloc": [ - "default.handlebars->27->978" + "default.handlebars->27->1008" ] }, { @@ -11463,7 +11477,7 @@ "ru": "Французский (Стандартный)", "zh-chs": "法語(標準)", "xloc": [ - "default.handlebars->27->973" + "default.handlebars->27->1003" ] }, { @@ -11480,7 +11494,7 @@ "ru": "Французский (Швейцария)", "zh-chs": "法語(瑞士)", "xloc": [ - "default.handlebars->27->979" + "default.handlebars->27->1009" ] }, { @@ -11497,7 +11511,7 @@ "ru": "Фризский", "zh-chs": "弗里斯蘭語", "xloc": [ - "default.handlebars->27->980" + "default.handlebars->27->1010" ] }, { @@ -11514,7 +11528,7 @@ "ru": "Фриульский", "zh-chs": "弗留利", "xloc": [ - "default.handlebars->27->981" + "default.handlebars->27->1011" ] }, { @@ -11535,9 +11549,9 @@ "default-mobile.handlebars->9->387", "default-mobile.handlebars->9->396", "default-mobile.handlebars->9->414", - "default.handlebars->27->1154", - "default.handlebars->27->1286", - "default.handlebars->27->1512" + "default.handlebars->27->1184", + "default.handlebars->27->1316", + "default.handlebars->27->1542" ] }, { @@ -11554,7 +11568,7 @@ "ru": "Администратор с полным доступом (все права)", "zh-chs": "正式管理員(保留所有權利)", "xloc": [ - "default.handlebars->27->1320" + "default.handlebars->27->1350" ] }, { @@ -11585,7 +11599,7 @@ "ru": "Полные права на устройство", "zh-chs": "完整的設備權限", "xloc": [ - "default.handlebars->27->595" + "default.handlebars->27->611" ] }, { @@ -11601,7 +11615,7 @@ "ru": "Полные права", "zh-chs": "完全权利", "xloc": [ - "default.handlebars->27->611" + "default.handlebars->27->627" ] }, { @@ -11637,7 +11651,7 @@ "ru": "Администратор с полным доступом", "zh-chs": "正式管理員", "xloc": [ - "default.handlebars->27->1596" + "default.handlebars->27->1626" ] }, { @@ -11651,7 +11665,7 @@ "zh-chs": "显卡", "xloc": [ "default-mobile.handlebars->9->365", - "default.handlebars->27->855" + "default.handlebars->27->885" ] }, { @@ -11668,7 +11682,7 @@ "ru": "Гэльский (Ирландский)", "zh-chs": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->27->983" + "default.handlebars->27->1013" ] }, { @@ -11685,7 +11699,7 @@ "ru": "Гэльский (Шотландия)", "zh-chs": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->27->982" + "default.handlebars->27->1012" ] }, { @@ -11702,7 +11716,7 @@ "ru": "Галицкий", "zh-chs": "加拉契人", "xloc": [ - "default.handlebars->27->984" + "default.handlebars->27->1014" ] }, { @@ -11719,7 +11733,7 @@ "ru": "MAC шлюза", "zh-chs": "網關MAC", "xloc": [ - "default.handlebars->27->89" + "default.handlebars->27->88" ] }, { @@ -11776,7 +11790,7 @@ "ru": "Общая информация", "zh-chs": "一般信息", "xloc": [ - "default.handlebars->27->453" + "default.handlebars->27->469" ] }, { @@ -11793,7 +11807,7 @@ "ru": "Генерация новых токенов", "zh-chs": "生成新令牌", "xloc": [ - "default.handlebars->27->122" + "default.handlebars->27->138" ] }, { @@ -11810,7 +11824,7 @@ "ru": "Грузинский", "zh-chs": "格魯吉亞人", "xloc": [ - "default.handlebars->27->985" + "default.handlebars->27->1015" ] }, { @@ -11827,7 +11841,7 @@ "ru": "Немецкий (Австрия)", "zh-chs": "德語(奧地利)", "xloc": [ - "default.handlebars->27->987" + "default.handlebars->27->1017" ] }, { @@ -11844,7 +11858,7 @@ "ru": "Немецкий (Германия)", "zh-chs": "德文(德國)", "xloc": [ - "default.handlebars->27->988" + "default.handlebars->27->1018" ] }, { @@ -11861,7 +11875,7 @@ "ru": "Немецкий (Лихтенштейн)", "zh-chs": "德文(列支敦士登)", "xloc": [ - "default.handlebars->27->989" + "default.handlebars->27->1019" ] }, { @@ -11878,7 +11892,7 @@ "ru": "Немецкий (Люксембург)", "zh-chs": "德語(盧森堡)", "xloc": [ - "default.handlebars->27->990" + "default.handlebars->27->1020" ] }, { @@ -11895,7 +11909,7 @@ "ru": "Немецкий (Стандартный)", "zh-chs": "德語(標準)", "xloc": [ - "default.handlebars->27->986" + "default.handlebars->27->1016" ] }, { @@ -11912,7 +11926,7 @@ "ru": "Немецкий (Швейцария)", "zh-chs": "德語(瑞士)", "xloc": [ - "default.handlebars->27->991" + "default.handlebars->27->1021" ] }, { @@ -11929,7 +11943,7 @@ "ru": "Получить учетные данные MQTT для этого устройства.", "zh-chs": "獲取此設備的MQTT登錄憑據。", "xloc": [ - "default.handlebars->27->576" + "default.handlebars->27->592" ] }, { @@ -11995,7 +12009,7 @@ "ru": "Хорошо", "zh-chs": "好", "xloc": [ - "default.handlebars->27->1150" + "default.handlebars->27->1180" ] }, { @@ -12032,7 +12046,7 @@ "ru": "Греческий", "zh-chs": "希臘語", "xloc": [ - "default.handlebars->27->992" + "default.handlebars->27->1022" ] }, { @@ -12050,7 +12064,7 @@ "zh-chs": "組", "xloc": [ "default-mobile.handlebars->9->207", - "default.handlebars->27->481", + "default.handlebars->27->497", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] }, @@ -12068,9 +12082,9 @@ "ru": "Групповое действие", "zh-chs": "集體行動", "xloc": [ - "default.handlebars->27->1464", - "default.handlebars->27->1533", - "default.handlebars->27->410", + "default.handlebars->27->1494", + "default.handlebars->27->1563", + "default.handlebars->27->426", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", "default.handlebars->container->column_l->p50->3->1->0->3->3" @@ -12080,7 +12094,7 @@ "en": "Group Identifier", "nl": "Groepsidentificatie", "xloc": [ - "default.handlebars->27->1550" + "default.handlebars->27->1580" ] }, { @@ -12097,7 +12111,7 @@ "ru": "Члены группы", "zh-chs": "小組成員", "xloc": [ - "default.handlebars->27->1559" + "default.handlebars->27->1589" ] }, { @@ -12114,7 +12128,7 @@ "ru": "Права на группу для пользователя {0}.", "zh-chs": "用戶{0}的組權限。", "xloc": [ - "default.handlebars->27->1285" + "default.handlebars->27->1315" ] }, { @@ -12131,7 +12145,7 @@ "ru": "Права на группу для {0}.", "zh-chs": "{0}的組權限。", "xloc": [ - "default.handlebars->27->1284" + "default.handlebars->27->1314" ] }, { @@ -12182,7 +12196,7 @@ "ru": "Гуджарати", "zh-chs": "古久拉提", "xloc": [ - "default.handlebars->27->993" + "default.handlebars->27->1023" ] }, { @@ -12218,7 +12232,7 @@ "ru": "Гаитянский", "zh-chs": "海地", "xloc": [ - "default.handlebars->27->994" + "default.handlebars->27->1024" ] }, { @@ -12252,7 +12266,7 @@ "ru": "Жесткое отключение агента", "zh-chs": "硬斷開劑", "xloc": [ - "default.handlebars->27->882" + "default.handlebars->27->912" ] }, { @@ -12269,7 +12283,7 @@ "ru": "Всего кучи", "zh-chs": "堆總數", "xloc": [ - "default.handlebars->27->1784" + "default.handlebars->27->1814" ] }, { @@ -12286,7 +12300,7 @@ "ru": "Куча используется", "zh-chs": "堆使用", "xloc": [ - "default.handlebars->27->1783" + "default.handlebars->27->1813" ] }, { @@ -12303,7 +12317,7 @@ "ru": "Иврит", "zh-chs": "希伯來語", "xloc": [ - "default.handlebars->27->995" + "default.handlebars->27->1025" ] }, { @@ -12337,7 +12351,7 @@ "ru": "Помочь перевести MeshCentral", "zh-chs": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->27->1109" + "default.handlebars->27->1139" ] }, { @@ -12405,7 +12419,7 @@ "xloc": [ "default-mobile.handlebars->9->175", "default-mobile.handlebars->9->182", - "default.handlebars->27->374", + "default.handlebars->27->390", "default.handlebars->27->5" ] }, @@ -12423,7 +12437,7 @@ "ru": "Хинди", "zh-chs": "印地語", "xloc": [ - "default.handlebars->27->996" + "default.handlebars->27->1026" ] }, { @@ -12459,7 +12473,7 @@ "zh-chs": "持有1份副本", "xloc": [ "default-mobile.handlebars->9->308", - "default.handlebars->27->788" + "default.handlebars->27->804" ] }, { @@ -12477,7 +12491,7 @@ "zh-chs": "持有1個搬家公司", "xloc": [ "default-mobile.handlebars->9->312", - "default.handlebars->27->792" + "default.handlebars->27->808" ] }, { @@ -12495,7 +12509,7 @@ "zh-chs": "保留{0}個條目進行複制", "xloc": [ "default-mobile.handlebars->9->306", - "default.handlebars->27->786" + "default.handlebars->27->802" ] }, { @@ -12513,7 +12527,7 @@ "zh-chs": "保留{0}個條目以進行移動", "xloc": [ "default-mobile.handlebars->9->310", - "default.handlebars->27->790" + "default.handlebars->27->806" ] }, { @@ -12531,7 +12545,7 @@ "zh-chs": "保持{2}的{0}入口{1}", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->27->1414" + "default.handlebars->27->1444" ] }, { @@ -12552,9 +12566,9 @@ "default-mobile.handlebars->9->210", "default-mobile.handlebars->9->212", "default-mobile.handlebars->9->272", - "default.handlebars->27->247", - "default.handlebars->27->486", - "default.handlebars->27->705" + "default.handlebars->27->263", + "default.handlebars->27->502", + "default.handlebars->27->721" ] }, { @@ -12571,7 +12585,7 @@ "ru": "Синхронизация имени хоста", "zh-chs": "主機名同步", "xloc": [ - "default.handlebars->27->1177" + "default.handlebars->27->1207" ] }, { @@ -12588,7 +12602,7 @@ "ru": "Венгерский", "zh-chs": "匈牙利", "xloc": [ - "default.handlebars->27->997" + "default.handlebars->27->1027" ] }, { @@ -12605,8 +12619,8 @@ "ru": "Диапазон IP", "zh-chs": "IP範圍", "xloc": [ - "default.handlebars->27->262", - "default.handlebars->27->264" + "default.handlebars->27->278", + "default.handlebars->27->280" ] }, { @@ -12642,7 +12656,9 @@ "zh-chs": "IP:{0}", "xloc": [ "default-mobile.handlebars->9->338", - "default.handlebars->27->828" + "default.handlebars->27->844", + "default.handlebars->27->854", + "default.handlebars->27->858" ] }, { @@ -12660,7 +12676,9 @@ "zh-chs": "IP:{0},掩碼:{1},網關:{2}", "xloc": [ "default-mobile.handlebars->9->336", - "default.handlebars->27->826" + "default.handlebars->27->842", + "default.handlebars->27->852", + "default.handlebars->27->856" ] }, { @@ -12679,8 +12697,10 @@ "xloc": [ "default-mobile.handlebars->9->335", "default-mobile.handlebars->9->337", - "default.handlebars->27->825", - "default.handlebars->27->827" + "default.handlebars->27->841", + "default.handlebars->27->843", + "default.handlebars->27->851", + "default.handlebars->27->853" ] }, { @@ -12697,7 +12717,8 @@ "ru": "IPv4 адрес", "zh-chs": "IPv4地址", "xloc": [ - "default.handlebars->27->83" + "default.handlebars->27->100", + "default.handlebars->27->82" ] }, { @@ -12714,7 +12735,8 @@ "ru": "IPv4 шлюз", "zh-chs": "IPv4網關", "xloc": [ - "default.handlebars->27->87" + "default.handlebars->27->104", + "default.handlebars->27->86" ] }, { @@ -12731,7 +12753,33 @@ "ru": "IPv4 маска", "zh-chs": "IPv4掩碼", "xloc": [ - "default.handlebars->27->85" + "default.handlebars->27->102", + "default.handlebars->27->84" + ] + }, + { + "en": "IPv6 Layer", + "xloc": [ + "default.handlebars->27->855", + "default.handlebars->27->857" + ] + }, + { + "en": "IPv6 address", + "xloc": [ + "default.handlebars->27->94" + ] + }, + { + "en": "IPv6 gateway", + "xloc": [ + "default.handlebars->27->98" + ] + }, + { + "en": "IPv6 mask", + "xloc": [ + "default.handlebars->27->96" ] }, { @@ -12748,7 +12796,7 @@ "ru": "Исландский", "zh-chs": "冰島的", "xloc": [ - "default.handlebars->27->998" + "default.handlebars->27->1028" ] }, { @@ -12766,7 +12814,7 @@ "zh-chs": "圖標選擇", "xloc": [ "default-mobile.handlebars->9->270", - "default.handlebars->27->703" + "default.handlebars->27->719" ] }, { @@ -12784,7 +12832,7 @@ "zh-chs": "識別碼", "xloc": [ "default-mobile.handlebars->9->363", - "default.handlebars->27->853" + "default.handlebars->27->883" ] }, { @@ -12870,7 +12918,7 @@ "zh-chs": "个别装置", "xloc": [ "default-mobile.handlebars->9->148", - "default.handlebars->27->173" + "default.handlebars->27->189" ] }, { @@ -12887,7 +12935,7 @@ "ru": "Индонезийский", "zh-chs": "印度尼西亞", "xloc": [ - "default.handlebars->27->999" + "default.handlebars->27->1029" ] }, { @@ -12970,7 +13018,7 @@ "ru": "Установите Google Authenticator или совместимое приложение и отсканируйте штрих-код, используйте эту ссылку или введите код. Затем введите ниже текущий токен из 6 цифр для активации двухшаговой авторизации.", "zh-chs": "安裝 Google身份驗證器或兼容的應用程序並掃描條形碼,使用此鏈接或輸入密碼。然後,在下面輸入當前的6位數令牌以激活兩步登錄。", "xloc": [ - "default.handlebars->27->107" + "default.handlebars->27->123" ] }, { @@ -13004,7 +13052,7 @@ "ru": "Установка CIRA", "zh-chs": "安裝CIRA", "xloc": [ - "default.handlebars->27->1210" + "default.handlebars->27->1240" ] }, { @@ -13021,7 +13069,7 @@ "ru": "Локальная установка", "zh-chs": "安裝本地", "xloc": [ - "default.handlebars->27->1212" + "default.handlebars->27->1242" ] }, { @@ -13038,10 +13086,10 @@ "ru": "Тип установки", "zh-chs": "安裝類型", "xloc": [ - "default.handlebars->27->1351", - "default.handlebars->27->1358", - "default.handlebars->27->311", - "default.handlebars->27->333" + "default.handlebars->27->1381", + "default.handlebars->27->1388", + "default.handlebars->27->327", + "default.handlebars->27->349" ] }, { @@ -13058,7 +13106,7 @@ "ru": "Intel (F10 = ESC+[OM)", "zh-chs": "英特爾(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->27->758", + "default.handlebars->27->774", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -13076,10 +13124,10 @@ "ru": "Intel AMT", "zh-chs": "英特爾AMT", "xloc": [ - "default.handlebars->27->1370", - "default.handlebars->27->1378", - "default.handlebars->27->1780", - "default.handlebars->27->1802" + "default.handlebars->27->1400", + "default.handlebars->27->1408", + "default.handlebars->27->1810", + "default.handlebars->27->1832" ] }, { @@ -13096,7 +13144,7 @@ "ru": "Подключен Intel AMT CIRA", "zh-chs": "英特爾AMT CIRA已連接", "xloc": [ - "default.handlebars->27->146" + "default.handlebars->27->162" ] }, { @@ -13113,21 +13161,21 @@ "ru": "Отключен Intel AMT CIRA", "zh-chs": "英特爾AMT CIRA斷開連接", "xloc": [ - "default.handlebars->27->150" + "default.handlebars->27->166" ] }, { "en": "Intel AMT Redirection", "nl": "Intel AMT omleiding", "xloc": [ - "default.handlebars->27->1721" + "default.handlebars->27->1751" ] }, { "en": "Intel AMT WSMAN", "nl": "Intel AMT WSMAN", "xloc": [ - "default.handlebars->27->1720" + "default.handlebars->27->1750" ] }, { @@ -13144,7 +13192,7 @@ "ru": "Обнаружен Intel AMT", "zh-chs": "檢測到英特爾AMT", "xloc": [ - "default.handlebars->27->145" + "default.handlebars->27->161" ] }, { @@ -13161,7 +13209,7 @@ "ru": "Intel AMT активирован в режиме администратора", "zh-chs": "在管理控制模式下激活了Intel AMT", "xloc": [ - "default.handlebars->27->500" + "default.handlebars->27->516" ] }, { @@ -13178,7 +13226,7 @@ "ru": "Intel AMT активирован в режиме клиента", "zh-chs": "英特爾AMT在客戶端控制模式下被激活", "xloc": [ - "default.handlebars->27->498" + "default.handlebars->27->514" ] }, { @@ -13195,7 +13243,7 @@ "ru": "Intel AMT настроен с TLS безопасностью сети", "zh-chs": "英特爾AMT已設置TLS網絡安全性", "xloc": [ - "default.handlebars->27->502" + "default.handlebars->27->518" ] }, { @@ -13212,7 +13260,7 @@ "ru": "Intel AMT не обнаружен", "zh-chs": "未檢測到英特爾AMT", "xloc": [ - "default.handlebars->27->149" + "default.handlebars->27->165" ] }, { @@ -13229,7 +13277,7 @@ "ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:", "zh-chs": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:", "xloc": [ - "default.handlebars->27->259" + "default.handlebars->27->275" ] }, { @@ -13246,7 +13294,7 @@ "ru": "Intel ASCII", "zh-chs": "英特爾ASCII", "xloc": [ - "default.handlebars->27->757" + "default.handlebars->27->773" ] }, { @@ -13266,11 +13314,11 @@ "default-mobile.handlebars->9->194", "default-mobile.handlebars->9->229", "default-mobile.handlebars->9->234", - "default.handlebars->27->1194", - "default.handlebars->27->1204", - "default.handlebars->27->456", - "default.handlebars->27->511", - "default.handlebars->27->539" + "default.handlebars->27->1224", + "default.handlebars->27->1234", + "default.handlebars->27->472", + "default.handlebars->27->527", + "default.handlebars->27->555" ] }, { @@ -13288,7 +13336,7 @@ "zh-chs": "英特爾®AMT CIRA", "xloc": [ "default-mobile.handlebars->9->233", - "default.handlebars->27->537" + "default.handlebars->27->553" ] }, { @@ -13305,9 +13353,9 @@ "ru": "Intel® AMT CIRA подключен и готов к использованию.", "zh-chs": "英特爾®AMT CIRA已連接並可以使用。", "xloc": [ - "default.handlebars->27->180", - "default.handlebars->27->388", - "default.handlebars->27->536" + "default.handlebars->27->196", + "default.handlebars->27->404", + "default.handlebars->27->552" ] }, { @@ -13356,7 +13404,7 @@ "ru": "Политика Intel® AMT", "zh-chs": "英特爾®AMT政策", "xloc": [ - "default.handlebars->27->1233" + "default.handlebars->27->1263" ] }, { @@ -13390,7 +13438,7 @@ "ru": "Intel® AMT Тег", "zh-chs": "英特爾®AMT標籤", "xloc": [ - "default.handlebars->27->515" + "default.handlebars->27->531" ] }, { @@ -13424,8 +13472,8 @@ "ru": "Активация Intel® AMT", "zh-chs": "英特爾®AMT激活", "xloc": [ - "default.handlebars->27->257", - "default.handlebars->27->260" + "default.handlebars->27->273", + "default.handlebars->27->276" ] }, { @@ -13443,8 +13491,8 @@ "zh-chs": "英特爾®AMT已連接", "xloc": [ "default-mobile.handlebars->9->244", - "default.handlebars->27->580", - "default.handlebars->27->581" + "default.handlebars->27->596", + "default.handlebars->27->597" ] }, { @@ -13461,8 +13509,8 @@ "ru": "События Intel® AMT desktop или serial.", "zh-chs": "英特爾®AMT桌面和串行事件。", "xloc": [ - "default.handlebars->27->1115", - "default.handlebars->27->1366" + "default.handlebars->27->1145", + "default.handlebars->27->1396" ] }, { @@ -13480,8 +13528,8 @@ "zh-chs": "檢測到英特爾®AMT", "xloc": [ "default-mobile.handlebars->9->245", - "default.handlebars->27->582", - "default.handlebars->27->583" + "default.handlebars->27->598", + "default.handlebars->27->599" ] }, { @@ -13498,7 +13546,7 @@ "ru": "Intel® AMT маршрутизируется и готов к использованию.", "zh-chs": "英特爾®AMT可路由並可以使用。", "xloc": [ - "default.handlebars->27->538" + "default.handlebars->27->554" ] }, { @@ -13515,8 +13563,8 @@ "ru": "Intel® AMT маршрутизируется.", "zh-chs": "英特爾®AMT是可路由的。", "xloc": [ - "default.handlebars->27->182", - "default.handlebars->27->390" + "default.handlebars->27->198", + "default.handlebars->27->406" ] }, { @@ -13551,8 +13599,8 @@ "zh-chs": "僅限英特爾®AMT,無代理", "xloc": [ "default-mobile.handlebars->9->378", - "default.handlebars->27->1144", - "default.handlebars->27->1170" + "default.handlebars->27->1174", + "default.handlebars->27->1200" ] }, { @@ -13569,7 +13617,7 @@ "ru": "Технология Intel® Active Management", "zh-chs": "英特爾®主動管理技術", "xloc": [ - "default.handlebars->27->510" + "default.handlebars->27->526" ] }, { @@ -13587,7 +13635,7 @@ "zh-chs": "英特爾®主動管理技術(英特爾®AMT)", "xloc": [ "default-mobile.handlebars->9->355", - "default.handlebars->27->845" + "default.handlebars->27->875" ] }, { @@ -13605,7 +13653,7 @@ "zh-chs": "英特爾®ME", "xloc": [ "default-mobile.handlebars->9->228", - "default.handlebars->27->509" + "default.handlebars->27->525" ] }, { @@ -13618,7 +13666,7 @@ "nl": "Intel® Manageability Engine", "zh-chs": "英特尔®可管理性引擎", "xloc": [ - "default.handlebars->27->508" + "default.handlebars->27->524" ] }, { @@ -13636,7 +13684,7 @@ "zh-chs": "英特爾®SM", "xloc": [ "default-mobile.handlebars->9->230", - "default.handlebars->27->513" + "default.handlebars->27->529" ] }, { @@ -13653,7 +13701,7 @@ "ru": "Intel® Standard Manageability", "zh-chs": "英特爾®標準可管理性", "xloc": [ - "default.handlebars->27->512" + "default.handlebars->27->528" ] }, { @@ -13754,7 +13802,7 @@ "ru": "Интерактивный", "zh-chs": "互動", "xloc": [ - "default.handlebars->27->740" + "default.handlebars->27->756" ] }, { @@ -13771,10 +13819,10 @@ "ru": "Только интерактивный режим", "zh-chs": "僅限互動", "xloc": [ - "default.handlebars->27->1354", - "default.handlebars->27->1361", - "default.handlebars->27->314", - "default.handlebars->27->336" + "default.handlebars->27->1384", + "default.handlebars->27->1391", + "default.handlebars->27->330", + "default.handlebars->27->352" ] }, { @@ -13791,7 +13839,7 @@ "ru": "Интерфейсы", "zh-chs": "介面", "xloc": [ - "default.handlebars->27->559" + "default.handlebars->27->575" ] }, { @@ -13808,7 +13856,7 @@ "ru": "Инуктитут", "zh-chs": "因紐特人", "xloc": [ - "default.handlebars->27->1000" + "default.handlebars->27->1030" ] }, { @@ -13825,7 +13873,7 @@ "ru": "Некорректный тип группы устройств", "zh-chs": "無效的設備組類型", "xloc": [ - "default.handlebars->27->1757" + "default.handlebars->27->1787" ] }, { @@ -13842,7 +13890,7 @@ "ru": "Некорректный JSON", "zh-chs": "無效的JSON", "xloc": [ - "default.handlebars->27->1751" + "default.handlebars->27->1781" ] }, { @@ -13859,8 +13907,8 @@ "ru": "Некорректный формат файла JSON.", "zh-chs": "無效的JSON文件格式。", "xloc": [ - "default.handlebars->27->1478", - "default.handlebars->27->1480" + "default.handlebars->27->1508", + "default.handlebars->27->1510" ] }, { @@ -13877,7 +13925,7 @@ "ru": "Некорректный файл JSON: {0}.", "zh-chs": "無效的JSON文件:{0}。", "xloc": [ - "default.handlebars->27->1476" + "default.handlebars->27->1506" ] }, { @@ -13894,7 +13942,7 @@ "ru": "Некорректная сигнатура PKCS", "zh-chs": "無效的PKCS簽名", "xloc": [ - "default.handlebars->27->1749" + "default.handlebars->27->1779" ] }, { @@ -13911,7 +13959,7 @@ "ru": "Некорректная сигнатура RSA", "zh-chs": "無效的RSA密碼", "xloc": [ - "default.handlebars->27->1750" + "default.handlebars->27->1780" ] }, { @@ -14013,7 +14061,7 @@ "ru": "Ссылка для приглашения ({0})", "zh-chs": "邀請鏈接({0})", "xloc": [ - "default.handlebars->27->166" + "default.handlebars->27->182" ] }, { @@ -14030,7 +14078,7 @@ "ru": "Тип приглашения", "zh-chs": "邀請類型", "xloc": [ - "default.handlebars->27->291" + "default.handlebars->27->307" ] }, { @@ -14047,7 +14095,7 @@ "ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1356" + "default.handlebars->27->1386" ] }, { @@ -14080,9 +14128,9 @@ "ru": "Пригласить", "zh-chs": "邀請", "xloc": [ - "default.handlebars->27->1220", - "default.handlebars->27->244", - "default.handlebars->27->326" + "default.handlebars->27->1250", + "default.handlebars->27->260", + "default.handlebars->27->342" ] }, { @@ -14099,11 +14147,11 @@ "ru": "Пригласительные коды", "zh-chs": "邀請碼", "xloc": [ - "default.handlebars->27->1198", - "default.handlebars->27->1350", - "default.handlebars->27->1355", - "default.handlebars->27->1357", - "default.handlebars->27->1362" + "default.handlebars->27->1228", + "default.handlebars->27->1380", + "default.handlebars->27->1385", + "default.handlebars->27->1387", + "default.handlebars->27->1392" ] }, { @@ -14120,7 +14168,7 @@ "ru": "Пригласите установить Mesh Agent поделившись ссылкой. Эта ссылка ведет на инструкции для установки для группы устройств \\\"{0}\\\". Ссылка общедоступна и не требует наличия учетной записи на сервере.", "zh-chs": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接為用戶提供 “{0}” 設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。", "xloc": [ - "default.handlebars->27->317" + "default.handlebars->27->333" ] }, { @@ -14134,8 +14182,8 @@ "nl": "Nodig iemand uit om de mesh-agent in deze apparaatgroep te installeren.", "zh-chs": "邀请某人在该设备组上安装网状代理。", "xloc": [ - "default.handlebars->27->1219", - "default.handlebars->27->243" + "default.handlebars->27->1249", + "default.handlebars->27->259" ] }, { @@ -14152,7 +14200,7 @@ "ru": "Пригласите установить Mesh Agent. Ссылка на установку для группы \\\"{0}\\\" будет отправлена по электронной почте.", "zh-chs": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向 “{0}” 設備組的網狀代理安裝的鏈接。", "xloc": [ - "default.handlebars->27->294" + "default.handlebars->27->310" ] }, { @@ -14169,7 +14217,7 @@ "ru": "Ирландский", "zh-chs": "愛爾蘭人", "xloc": [ - "default.handlebars->27->1001" + "default.handlebars->27->1031" ] }, { @@ -14186,7 +14234,7 @@ "ru": "Итальянский (Стандартный)", "zh-chs": "意大利語(標準)", "xloc": [ - "default.handlebars->27->1002" + "default.handlebars->27->1032" ] }, { @@ -14203,7 +14251,7 @@ "ru": "Итальянский (Швейцария)", "zh-chs": "義大利文(瑞士)", "xloc": [ - "default.handlebars->27->1003" + "default.handlebars->27->1033" ] }, { @@ -14220,9 +14268,9 @@ "ru": "Формат JSON", "zh-chs": "JSON格式", "xloc": [ - "default.handlebars->27->1425", - "default.handlebars->27->1484", - "default.handlebars->27->417" + "default.handlebars->27->1455", + "default.handlebars->27->1514", + "default.handlebars->27->433" ] }, { @@ -14239,7 +14287,7 @@ "ru": "Японский", "zh-chs": "日本", "xloc": [ - "default.handlebars->27->1004" + "default.handlebars->27->1034" ] }, { @@ -14256,7 +14304,7 @@ "ru": "Каннада", "zh-chs": "卡納達語", "xloc": [ - "default.handlebars->27->1005" + "default.handlebars->27->1035" ] }, { @@ -14273,7 +14321,7 @@ "ru": "Кашмирский", "zh-chs": "克什米爾語", "xloc": [ - "default.handlebars->27->1006" + "default.handlebars->27->1036" ] }, { @@ -14290,7 +14338,7 @@ "ru": "Казахский", "zh-chs": "哈薩克語", "xloc": [ - "default.handlebars->27->1007" + "default.handlebars->27->1037" ] }, { @@ -14307,7 +14355,7 @@ "ru": "Драйвер ядра", "zh-chs": "內核驅動程序", "xloc": [ - "default.handlebars->27->741" + "default.handlebars->27->757" ] }, { @@ -14324,8 +14372,8 @@ "ru": "Имя ключа", "zh-chs": "鍵名", "xloc": [ - "default.handlebars->27->898", - "default.handlebars->27->901" + "default.handlebars->27->928", + "default.handlebars->27->931" ] }, { @@ -14366,7 +14414,7 @@ "ru": "Кхмерский", "zh-chs": "高棉語", "xloc": [ - "default.handlebars->27->1008" + "default.handlebars->27->1038" ] }, { @@ -14383,7 +14431,7 @@ "ru": "Киргизский", "zh-chs": "吉爾吉斯", "xloc": [ - "default.handlebars->27->1009" + "default.handlebars->27->1039" ] }, { @@ -14400,7 +14448,7 @@ "ru": "Клингонский", "zh-chs": "克林貢", "xloc": [ - "default.handlebars->27->1010" + "default.handlebars->27->1040" ] }, { @@ -14418,7 +14466,7 @@ "zh-chs": "已知的", "xloc": [ "default-mobile.handlebars->9->354", - "default.handlebars->27->844" + "default.handlebars->27->874" ] }, { @@ -14435,7 +14483,7 @@ "ru": "Korean", "zh-chs": "韓語", "xloc": [ - "default.handlebars->27->1011" + "default.handlebars->27->1041" ] }, { @@ -14452,7 +14500,7 @@ "ru": "Корейский (Северная Корея)", "zh-chs": "韓語(朝鮮)", "xloc": [ - "default.handlebars->27->1012" + "default.handlebars->27->1042" ] }, { @@ -14469,7 +14517,7 @@ "ru": "Корейский (Южная Корея)", "zh-chs": "韓語(韓國)", "xloc": [ - "default.handlebars->27->1013" + "default.handlebars->27->1043" ] }, { @@ -14486,8 +14534,8 @@ "ru": "LF", "zh-chs": "如果", "xloc": [ - "default.handlebars->27->753", - "default.handlebars->27->762" + "default.handlebars->27->769", + "default.handlebars->27->778" ] }, { @@ -14504,7 +14552,7 @@ "ru": "Язык", "zh-chs": "語言", "xloc": [ - "default.handlebars->27->1107" + "default.handlebars->27->1137" ] }, { @@ -14538,7 +14586,7 @@ "ru": "Большой Фокус", "zh-chs": "大焦點", "xloc": [ - "default.handlebars->27->729" + "default.handlebars->27->745" ] }, { @@ -14721,7 +14769,7 @@ "ru": "Последний доступ", "zh-chs": "最後訪問", "xloc": [ - "default.handlebars->27->1433" + "default.handlebars->27->1463" ] }, { @@ -14738,7 +14786,7 @@ "ru": "Последний вход в систему", "zh-chs": "上次登錄", "xloc": [ - "default.handlebars->27->1614" + "default.handlebars->27->1644" ] }, { @@ -14758,12 +14806,12 @@ "default-mobile.handlebars->9->326", "default-mobile.handlebars->9->327", "default-mobile.handlebars->9->328", - "default.handlebars->27->70", - "default.handlebars->27->72", - "default.handlebars->27->74", - "default.handlebars->27->816", - "default.handlebars->27->817", - "default.handlebars->27->818" + "default.handlebars->27->69", + "default.handlebars->27->71", + "default.handlebars->27->73", + "default.handlebars->27->832", + "default.handlebars->27->833", + "default.handlebars->27->834" ] }, { @@ -14782,9 +14830,9 @@ "xloc": [ "default-mobile.handlebars->9->323", "default-mobile.handlebars->9->325", - "default.handlebars->27->69", - "default.handlebars->27->813", - "default.handlebars->27->815" + "default.handlebars->27->68", + "default.handlebars->27->829", + "default.handlebars->27->831" ] }, { @@ -14801,7 +14849,7 @@ "ru": "Последнее изменение: {0}", "zh-chs": "上次更改:{0}", "xloc": [ - "default.handlebars->27->1618" + "default.handlebars->27->1648" ] }, { @@ -14835,7 +14883,7 @@ "ru": "Последнее обновление интерфейсов", "zh-chs": "最後接口更新", "xloc": [ - "default.handlebars->27->76" + "default.handlebars->27->75" ] }, { @@ -14852,7 +14900,7 @@ "ru": "Последний вход в систему: {0}", "zh-chs": "上次登錄:{0}", "xloc": [ - "default.handlebars->27->1443" + "default.handlebars->27->1473" ] }, { @@ -14869,7 +14917,7 @@ "ru": "Последнее посещение:", "zh-chs": "最後一次露面:", "xloc": [ - "default.handlebars->27->586", + "default.handlebars->27->602", "default.handlebars->27->65" ] }, @@ -14921,7 +14969,7 @@ "ru": "Последняя версия", "zh-chs": "最新版本", "xloc": [ - "default.handlebars->27->98" + "default.handlebars->27->114" ] }, { @@ -14938,7 +14986,7 @@ "ru": "Латинский", "zh-chs": "拉丁", "xloc": [ - "default.handlebars->27->1014" + "default.handlebars->27->1044" ] }, { @@ -14955,28 +15003,28 @@ "ru": "Латышский", "zh-chs": "拉脫維亞語", "xloc": [ - "default.handlebars->27->1015" + "default.handlebars->27->1045" ] }, { "en": "Launch MeshCentral Router", "nl": "Start MeshCentral Router", "xloc": [ - "default.handlebars->27->680" + "default.handlebars->27->696" ] }, { "en": "Launch noVNC session to this device", "nl": "Start een noVNC-sessie op dit apparaat", "xloc": [ - "default.handlebars->27->572" + "default.handlebars->27->588" ] }, { "en": "Launch web-based RDP session to this device", "nl": "Start een webgebaseerde RDP-sessie op dit apparaat", "xloc": [ - "default.handlebars->27->574" + "default.handlebars->27->590" ] }, { @@ -14989,7 +15037,7 @@ "nl": "Leeg laten voor geen.", "zh-chs": "一无所有。", "xloc": [ - "default.handlebars->27->1658" + "default.handlebars->27->1688" ] }, { @@ -15028,7 +15076,7 @@ "ru": "Меньше", "zh-chs": "減", "xloc": [ - "default.handlebars->27->1819" + "default.handlebars->27->1849" ] }, { @@ -15044,8 +15092,8 @@ "ru": "Предельные события", "zh-chs": "极限赛事", "xloc": [ - "default.handlebars->27->607", - "default.handlebars->27->626" + "default.handlebars->27->623", + "default.handlebars->27->642" ] }, { @@ -15081,9 +15129,9 @@ "zh-chs": "有限輸入", "xloc": [ "default-mobile.handlebars->9->427", - "default.handlebars->27->1334", - "default.handlebars->27->600", - "default.handlebars->27->619" + "default.handlebars->27->1364", + "default.handlebars->27->616", + "default.handlebars->27->635" ] }, { @@ -15101,7 +15149,7 @@ "zh-chs": "僅限於輸入", "xloc": [ "default-mobile.handlebars->9->402", - "default.handlebars->27->1292" + "default.handlebars->27->1322" ] }, { @@ -15136,8 +15184,8 @@ "ru": "Срок действия ссылки", "zh-chs": "鏈接過期", "xloc": [ - "default.handlebars->27->304", - "default.handlebars->27->318" + "default.handlebars->27->320", + "default.handlebars->27->334" ] }, { @@ -15151,7 +15199,7 @@ "nl": "Uitnodigingslink", "zh-chs": "链接邀请", "xloc": [ - "default.handlebars->27->292" + "default.handlebars->27->308" ] }, { @@ -15186,7 +15234,7 @@ "ru": "Linux / BSD", "zh-chs": "Linux / BSD", "xloc": [ - "default.handlebars->27->329" + "default.handlebars->27->345" ] }, { @@ -15203,7 +15251,7 @@ "ru": "Linux / BSD (Удаление)", "zh-chs": "Linux / BSD(卸載)", "xloc": [ - "default.handlebars->27->332" + "default.handlebars->27->348" ] }, { @@ -15274,7 +15322,7 @@ "ru": "Linux ARM, Raspberry Pi (32bit)", "zh-chs": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->27->687" + "default.handlebars->27->703" ] }, { @@ -15363,7 +15411,7 @@ "ru": "Только Linux", "zh-chs": "僅Linux", "xloc": [ - "default.handlebars->27->303" + "default.handlebars->27->319" ] }, { @@ -15380,7 +15428,7 @@ "ru": "Linux x86 (32bit)", "zh-chs": "Linux x86(32位)", "xloc": [ - "default.handlebars->27->684" + "default.handlebars->27->700" ] }, { @@ -15397,7 +15445,7 @@ "ru": "Linux x86 (64bit)", "zh-chs": "Linux x86(64位)", "xloc": [ - "default.handlebars->27->685" + "default.handlebars->27->701" ] }, { @@ -15432,7 +15480,7 @@ "ru": "Литовский", "zh-chs": "立陶宛語", "xloc": [ - "default.handlebars->27->1016" + "default.handlebars->27->1046" ] }, { @@ -15450,10 +15498,10 @@ "zh-chs": "載入中...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->27->1161", - "default.handlebars->27->1165", - "default.handlebars->27->676", - "default.handlebars->27->894" + "default.handlebars->27->1191", + "default.handlebars->27->1195", + "default.handlebars->27->692", + "default.handlebars->27->924" ] }, { @@ -15521,7 +15569,7 @@ "ru": "Настройки локализации", "zh-chs": "本地化設置", "xloc": [ - "default.handlebars->27->1110", + "default.handlebars->27->1140", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -15539,7 +15587,7 @@ "ru": "Местонахождение", "zh-chs": "位置", "xloc": [ - "default.handlebars->27->561" + "default.handlebars->27->577" ] }, { @@ -15573,7 +15621,7 @@ "ru": "Заблокировать учетную запись", "zh-chs": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1519" + "default.handlebars->27->1549" ] }, { @@ -15590,7 +15638,7 @@ "ru": "Заблокировать учетную запись", "zh-chs": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1461" + "default.handlebars->27->1491" ] }, { @@ -15607,7 +15655,7 @@ "ru": "Заблокирован", "zh-chs": "已鎖定", "xloc": [ - "default.handlebars->27->1444" + "default.handlebars->27->1474" ] }, { @@ -15624,7 +15672,7 @@ "ru": "Заблокированная учетная запись", "zh-chs": "賬戶鎖定", "xloc": [ - "default.handlebars->27->1593" + "default.handlebars->27->1623" ] }, { @@ -15641,7 +15689,7 @@ "ru": "Добавить событие", "zh-chs": "記錄事件", "xloc": [ - "default.handlebars->27->550" + "default.handlebars->27->566" ] }, { @@ -15811,7 +15859,7 @@ "ru": "Люксембургский", "zh-chs": "盧森堡語", "xloc": [ - "default.handlebars->27->1017" + "default.handlebars->27->1047" ] }, { @@ -15830,8 +15878,10 @@ "xloc": [ "default-mobile.handlebars->9->331", "default-mobile.handlebars->9->333", - "default.handlebars->27->821", - "default.handlebars->27->823" + "default.handlebars->27->837", + "default.handlebars->27->839", + "default.handlebars->27->847", + "default.handlebars->27->849" ] }, { @@ -15848,7 +15898,8 @@ "ru": "MAC адрес", "zh-chs": "MAC地址", "xloc": [ - "default.handlebars->27->81" + "default.handlebars->27->80", + "default.handlebars->27->91" ] }, { @@ -15866,7 +15917,8 @@ "zh-chs": "MAC:{0}", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->27->824" + "default.handlebars->27->840", + "default.handlebars->27->850" ] }, { @@ -15884,7 +15936,8 @@ "zh-chs": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->9->332", - "default.handlebars->27->822" + "default.handlebars->27->838", + "default.handlebars->27->848" ] }, { @@ -15919,8 +15972,8 @@ "ru": "MPS Сервер", "zh-chs": "MPS服務器", "xloc": [ - "default.handlebars->27->283", - "default.handlebars->27->289" + "default.handlebars->27->299", + "default.handlebars->27->305" ] }, { @@ -15939,11 +15992,11 @@ "xloc": [ "default-mobile.handlebars->9->196", "default-mobile.handlebars->9->236", - "default.handlebars->27->187", - "default.handlebars->27->395", - "default.handlebars->27->543", - "default.handlebars->27->872", - "default.handlebars->27->873", + "default.handlebars->27->203", + "default.handlebars->27->411", + "default.handlebars->27->559", + "default.handlebars->27->902", + "default.handlebars->27->903", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -15961,7 +16014,7 @@ "ru": "MQTT Учетные данные", "zh-chs": "MQTT憑證", "xloc": [ - "default.handlebars->27->168" + "default.handlebars->27->184" ] }, { @@ -15978,7 +16031,7 @@ "ru": "MQTT Вход", "zh-chs": "MQTT登錄", "xloc": [ - "default.handlebars->27->577" + "default.handlebars->27->593" ] }, { @@ -15996,7 +16049,7 @@ "zh-chs": "MQTT通道已連接", "xloc": [ "default-mobile.handlebars->9->246", - "default.handlebars->27->585" + "default.handlebars->27->601" ] }, { @@ -16013,8 +16066,8 @@ "ru": "Подключен MQTT", "zh-chs": "MQTT已連接", "xloc": [ - "default.handlebars->27->147", - "default.handlebars->27->584" + "default.handlebars->27->163", + "default.handlebars->27->600" ] }, { @@ -16031,9 +16084,9 @@ "ru": "MQTT подключение к устройству активно.", "zh-chs": "與設備的MQTT連接已激活。", "xloc": [ - "default.handlebars->27->186", - "default.handlebars->27->394", - "default.handlebars->27->542" + "default.handlebars->27->202", + "default.handlebars->27->410", + "default.handlebars->27->558" ] }, { @@ -16050,7 +16103,7 @@ "ru": "MQTT отключено", "zh-chs": "MQTT已斷開連接", "xloc": [ - "default.handlebars->27->151" + "default.handlebars->27->167" ] }, { @@ -16084,7 +16137,7 @@ "ru": "MacOS (64bit)", "zh-chs": "MacOS(64位)", "xloc": [ - "default.handlebars->27->686" + "default.handlebars->27->702" ] }, { @@ -16137,7 +16190,7 @@ "ru": "Сообщения главного сервера", "zh-chs": "主服務器消息", "xloc": [ - "default.handlebars->27->1791" + "default.handlebars->27->1821" ] }, { @@ -16154,7 +16207,7 @@ "ru": "Малайский", "zh-chs": "馬來語", "xloc": [ - "default.handlebars->27->1019" + "default.handlebars->27->1049" ] }, { @@ -16171,7 +16224,7 @@ "ru": "Малаяламский", "zh-chs": "馬拉雅拉姆語", "xloc": [ - "default.handlebars->27->1020" + "default.handlebars->27->1050" ] }, { @@ -16188,7 +16241,7 @@ "ru": "Мальтийский", "zh-chs": "馬耳他語", "xloc": [ - "default.handlebars->27->1021" + "default.handlebars->27->1051" ] }, { @@ -16206,7 +16259,7 @@ "zh-chs": "管理備用碼", "xloc": [ "default-mobile.handlebars->9->60", - "default.handlebars->27->125" + "default.handlebars->27->141" ] }, { @@ -16225,8 +16278,8 @@ "xloc": [ "default-mobile.handlebars->9->399", "default-mobile.handlebars->9->417", - "default.handlebars->27->1289", - "default.handlebars->27->1323" + "default.handlebars->27->1319", + "default.handlebars->27->1353" ] }, { @@ -16245,8 +16298,8 @@ "xloc": [ "default-mobile.handlebars->9->398", "default-mobile.handlebars->9->416", - "default.handlebars->27->1288", - "default.handlebars->27->1322" + "default.handlebars->27->1318", + "default.handlebars->27->1352" ] }, { @@ -16262,14 +16315,14 @@ "ru": "Управление устройствами", "zh-chs": "管理设备", "xloc": [ - "default.handlebars->27->614" + "default.handlebars->27->630" ] }, { "en": "Manage Recordings", "nl": "Beheeer opnames", "xloc": [ - "default.handlebars->27->1518" + "default.handlebars->27->1548" ] }, { @@ -16286,7 +16339,7 @@ "ru": "Управление ключами безопасности", "zh-chs": "管理安全金鑰", "xloc": [ - "default.handlebars->27->132" + "default.handlebars->27->148" ] }, { @@ -16303,7 +16356,7 @@ "ru": "Управление группами пользователя", "zh-chs": "管理用戶組", "xloc": [ - "default.handlebars->27->1517" + "default.handlebars->27->1547" ] }, { @@ -16320,8 +16373,8 @@ "ru": "Управление пользователями", "zh-chs": "管理用戶", "xloc": [ - "default.handlebars->27->1516", - "default.handlebars->27->613" + "default.handlebars->27->1546", + "default.handlebars->27->629" ] }, { @@ -16425,7 +16478,7 @@ "ru": "Управление с помощью программного агента", "zh-chs": "使用軟件代理進行管理", "xloc": [ - "default.handlebars->27->1143" + "default.handlebars->27->1173" ] }, { @@ -16443,7 +16496,7 @@ "zh-chs": "使用軟件代理進行管理", "xloc": [ "default-mobile.handlebars->9->379", - "default.handlebars->27->1171" + "default.handlebars->27->1201" ] }, { @@ -16460,7 +16513,7 @@ "ru": "Менеджер", "zh-chs": "經理", "xloc": [ - "default.handlebars->27->1449" + "default.handlebars->27->1479" ] }, { @@ -16477,7 +16530,7 @@ "ru": "Ручной Сертификат", "zh-chs": "手動證書", "xloc": [ - "default.handlebars->27->270" + "default.handlebars->27->286" ] }, { @@ -16494,7 +16547,7 @@ "ru": "Ручной Имя пользователя/Пароль", "zh-chs": "手動用戶名/密碼", "xloc": [ - "default.handlebars->27->269" + "default.handlebars->27->285" ] }, { @@ -16511,7 +16564,7 @@ "ru": "Маори", "zh-chs": "毛利人", "xloc": [ - "default.handlebars->27->1022" + "default.handlebars->27->1052" ] }, { @@ -16546,7 +16599,7 @@ "ru": "Маратхи", "zh-chs": "馬拉地語", "xloc": [ - "default.handlebars->27->1023" + "default.handlebars->27->1053" ] }, { @@ -16563,7 +16616,7 @@ "ru": "Достигнуто максимальное число сессий", "zh-chs": "達到的會話數上限", "xloc": [ - "default.handlebars->27->1755" + "default.handlebars->27->1785" ] }, { @@ -16617,7 +16670,7 @@ "ru": "Мегабайт", "zh-chs": "兆字節", "xloc": [ - "default.handlebars->27->1781" + "default.handlebars->27->1811" ] }, { @@ -16635,8 +16688,8 @@ "zh-chs": "記憶", "xloc": [ "default-mobile.handlebars->9->370", - "default.handlebars->27->1772", - "default.handlebars->27->860", + "default.handlebars->27->1802", + "default.handlebars->27->890", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -16657,15 +16710,15 @@ "default-mobile.handlebars->9->243", "default-mobile.handlebars->9->322", "default-mobile.handlebars->9->329", - "default.handlebars->27->338", - "default.handlebars->27->342", - "default.handlebars->27->351", - "default.handlebars->27->355", + "default.handlebars->27->354", "default.handlebars->27->358", - "default.handlebars->27->491", - "default.handlebars->27->535", - "default.handlebars->27->812", - "default.handlebars->27->819" + "default.handlebars->27->367", + "default.handlebars->27->371", + "default.handlebars->27->374", + "default.handlebars->27->507", + "default.handlebars->27->551", + "default.handlebars->27->828", + "default.handlebars->27->835" ] }, { @@ -16683,7 +16736,7 @@ "zh-chs": "網格代理控制台", "xloc": [ "default-mobile.handlebars->9->406", - "default.handlebars->27->1297" + "default.handlebars->27->1327" ] }, { @@ -16700,7 +16753,7 @@ "ru": "Ретранслятор Mesh", "zh-chs": "網狀中繼", "xloc": [ - "default.handlebars->27->541" + "default.handlebars->27->557" ] }, { @@ -16717,9 +16770,9 @@ "ru": "Mesh Agent подключен и готов к использованию.", "zh-chs": "已連接網狀代理並準備使用。", "xloc": [ - "default.handlebars->27->178", - "default.handlebars->27->386", - "default.handlebars->27->534" + "default.handlebars->27->194", + "default.handlebars->27->402", + "default.handlebars->27->550" ] }, { @@ -16736,9 +16789,9 @@ "ru": "Mesh Agent доступен с использованием другого агента в качестве ретранслятора.", "zh-chs": "使用其他代理作為中繼可以訪問網狀代理。", "xloc": [ - "default.handlebars->27->184", - "default.handlebars->27->392", - "default.handlebars->27->540" + "default.handlebars->27->200", + "default.handlebars->27->408", + "default.handlebars->27->556" ] }, { @@ -16755,8 +16808,8 @@ "ru": "MeshAction (.txt)", "zh-chs": "MeshAction(.txt)", "xloc": [ - "default.handlebars->27->693", - "default.handlebars->27->695" + "default.handlebars->27->709", + "default.handlebars->27->711" ] }, { @@ -16773,7 +16826,7 @@ "ru": "Трафик MeshAgent", "zh-chs": "MeshAgent流量", "xloc": [ - "default.handlebars->27->1793" + "default.handlebars->27->1823" ] }, { @@ -16790,7 +16843,7 @@ "ru": "Обновление MeshAgent", "zh-chs": "MeshAgent更新", "xloc": [ - "default.handlebars->27->1794" + "default.handlebars->27->1824" ] }, { @@ -16824,7 +16877,7 @@ "ru": "Ошибки MeshCentral", "zh-chs": "網格中心錯誤", "xloc": [ - "default.handlebars->27->1164" + "default.handlebars->27->1194" ] }, { @@ -16841,7 +16894,7 @@ "ru": "MeshCentral Router ", "zh-chs": "MeshCentral路由器", "xloc": [ - "default.handlebars->27->681" + "default.handlebars->27->697" ] }, { @@ -16858,7 +16911,7 @@ "ru": "MeshCentral Router это инструмент Windows для сопоставления портов TCP. Например, через этот сервер можно установить подключение по RDP к удаленному устройству.", "zh-chs": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。", "xloc": [ - "default.handlebars->27->677" + "default.handlebars->27->693" ] }, { @@ -16875,8 +16928,8 @@ "ru": "Ошибки сервера MeshCentral", "zh-chs": "MeshCentral服務器錯誤", "xloc": [ - "default.handlebars->27->102", - "default.handlebars->27->106" + "default.handlebars->27->118", + "default.handlebars->27->122" ] }, { @@ -16893,7 +16946,7 @@ "ru": "Соединения сервера MeshCentral", "zh-chs": "MeshCentral服務器對等", "xloc": [ - "default.handlebars->27->1792" + "default.handlebars->27->1822" ] }, { @@ -16927,9 +16980,9 @@ "ru": "Версия MeshCentral", "zh-chs": "MeshCentral版本", "xloc": [ - "default.handlebars->27->101", - "default.handlebars->27->1160", - "default.handlebars->27->99" + "default.handlebars->27->115", + "default.handlebars->27->117", + "default.handlebars->27->1190" ] }, { @@ -16946,9 +16999,9 @@ "ru": "MeshCmd", "zh-chs": "MeshCmd", "xloc": [ - "default.handlebars->27->202", - "default.handlebars->27->563", - "default.handlebars->27->691" + "default.handlebars->27->218", + "default.handlebars->27->579", + "default.handlebars->27->707" ] }, { @@ -16965,7 +17018,7 @@ "ru": "MeshCmd (Linux ARM, 32bit)", "zh-chs": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->27->702" + "default.handlebars->27->718" ] }, { @@ -16982,7 +17035,7 @@ "ru": "MeshCmd (Linux x86, 32bit)", "zh-chs": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->27->699" + "default.handlebars->27->715" ] }, { @@ -16999,7 +17052,7 @@ "ru": "MeshCmd (Linux x86, 64bit)", "zh-chs": "MeshCmd(Linux x86,64bit)", "xloc": [ - "default.handlebars->27->700" + "default.handlebars->27->716" ] }, { @@ -17016,7 +17069,7 @@ "ru": "MeshCmd (MacOS, 64bit)", "zh-chs": "MeshCmd(MacOS,64位)", "xloc": [ - "default.handlebars->27->701" + "default.handlebars->27->717" ] }, { @@ -17033,7 +17086,7 @@ "ru": "MeshCmd (приложение Win32)", "zh-chs": "MeshCmd(Win32可執行文件)", "xloc": [ - "default.handlebars->27->697" + "default.handlebars->27->713" ] }, { @@ -17050,7 +17103,7 @@ "ru": "MeshCmd (приложение Win64)", "zh-chs": "MeshCmd(Win64可執行文件)", "xloc": [ - "default.handlebars->27->698" + "default.handlebars->27->714" ] }, { @@ -17067,7 +17120,7 @@ "ru": "MeshCmd это утилита с командной строкой, которая позволяет выполнить множество операций. Файл с командами может быть опционально скачан и отредактирован для указания информации о сервере и учетных данных.", "zh-chs": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。", "xloc": [ - "default.handlebars->27->688" + "default.handlebars->27->704" ] }, { @@ -17084,7 +17137,7 @@ "ru": "MeshCommander Script", "zh-chs": "MeshCommander腳本", "xloc": [ - "default.handlebars->27->268" + "default.handlebars->27->284" ] }, { @@ -17120,8 +17173,8 @@ "ru": "MeshServerRootCert.cer", "zh-chs": "MeshServerRootCert.cer", "xloc": [ - "default.handlebars->27->279", - "default.handlebars->27->286" + "default.handlebars->27->295", + "default.handlebars->27->302" ] }, { @@ -17138,9 +17191,9 @@ "ru": "Сообщение", "zh-chs": "信息", "xloc": [ - "default.handlebars->27->315", - "default.handlebars->27->552", - "default.handlebars->27->657" + "default.handlebars->27->331", + "default.handlebars->27->568", + "default.handlebars->27->673" ] }, { @@ -17157,7 +17210,7 @@ "ru": "Диспетчер сообщения", "zh-chs": "郵件調度程序", "xloc": [ - "default.handlebars->27->1790" + "default.handlebars->27->1820" ] }, { @@ -17255,7 +17308,7 @@ "zh-chs": "模型", "xloc": [ "default-mobile.handlebars->9->371", - "default.handlebars->27->861" + "default.handlebars->27->891" ] }, { @@ -17272,7 +17325,7 @@ "ru": "Изменить позицию узла", "zh-chs": "修改節點位置", "xloc": [ - "default.handlebars->27->450" + "default.handlebars->27->466" ] }, { @@ -17289,7 +17342,7 @@ "ru": "Молдавский", "zh-chs": "摩爾達維亞人", "xloc": [ - "default.handlebars->27->1024" + "default.handlebars->27->1054" ] }, { @@ -17306,7 +17359,7 @@ "ru": "Еще", "zh-chs": "更多", "xloc": [ - "default.handlebars->27->1818" + "default.handlebars->27->1848" ] }, { @@ -17324,7 +17377,7 @@ "zh-chs": "母板", "xloc": [ "default-mobile.handlebars->9->366", - "default.handlebars->27->856" + "default.handlebars->27->886" ] }, { @@ -17341,7 +17394,7 @@ "ru": "Переместить это устройство в другую группу устройств", "zh-chs": "將此設備移到其他設備組", "xloc": [ - "default.handlebars->27->554" + "default.handlebars->27->570" ] }, { @@ -17358,7 +17411,7 @@ "ru": "Переместить в группу устройств", "zh-chs": "移至設備組", "xloc": [ - "default.handlebars->27->408" + "default.handlebars->27->424" ] }, { @@ -17382,7 +17435,7 @@ "en": "Multiplexor", "nl": "Multiplexor", "xloc": [ - "default.handlebars->27->1733" + "default.handlebars->27->1763" ] }, { @@ -17497,7 +17550,7 @@ "ru": "Консоль моего сервера", "zh-chs": "我的服務器控制台", "xloc": [ - "default.handlebars->27->867" + "default.handlebars->27->897" ] }, { @@ -17625,8 +17678,8 @@ "ru": "Мой ключ", "zh-chs": "我的鑰匙", "xloc": [ - "default.handlebars->27->899", - "default.handlebars->27->902" + "default.handlebars->27->929", + "default.handlebars->27->932" ] }, { @@ -17650,20 +17703,21 @@ "default-mobile.handlebars->9->393", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->27->1141", - "default.handlebars->27->1172", - "default.handlebars->27->1255", - "default.handlebars->27->1431", - "default.handlebars->27->1524", - "default.handlebars->27->1540", - "default.handlebars->27->1547", - "default.handlebars->27->1580", - "default.handlebars->27->1599", - "default.handlebars->27->479", - "default.handlebars->27->735", - "default.handlebars->27->77", - "default.handlebars->27->808", - "default.handlebars->27->850", + "default.handlebars->27->1171", + "default.handlebars->27->1202", + "default.handlebars->27->1285", + "default.handlebars->27->1461", + "default.handlebars->27->1554", + "default.handlebars->27->1570", + "default.handlebars->27->1577", + "default.handlebars->27->1610", + "default.handlebars->27->1629", + "default.handlebars->27->495", + "default.handlebars->27->751", + "default.handlebars->27->76", + "default.handlebars->27->824", + "default.handlebars->27->880", + "default.handlebars->27->90", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -17683,7 +17737,7 @@ "ru": "Имя (не обязательно)", "zh-chs": "名稱(可選)", "xloc": [ - "default.handlebars->27->295" + "default.handlebars->27->311" ] }, { @@ -17700,7 +17754,7 @@ "ru": "Имя1, Имя2, Имя3", "zh-chs": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->27->1508" + "default.handlebars->27->1538" ] }, { @@ -17717,7 +17771,7 @@ "ru": "Навахо", "zh-chs": "納瓦霍人", "xloc": [ - "default.handlebars->27->1025" + "default.handlebars->27->1055" ] }, { @@ -17734,7 +17788,7 @@ "ru": "Ндонга", "zh-chs": "恩東加", "xloc": [ - "default.handlebars->27->1026" + "default.handlebars->27->1056" ] }, { @@ -17751,7 +17805,7 @@ "ru": "Непальский", "zh-chs": "尼泊爾文", "xloc": [ - "default.handlebars->27->1027" + "default.handlebars->27->1057" ] }, { @@ -17768,7 +17822,7 @@ "ru": "Сетевые интерфейсы", "zh-chs": "網絡接口", "xloc": [ - "default.handlebars->27->675" + "default.handlebars->27->691" ] }, { @@ -17800,7 +17854,8 @@ "zh-chs": "聯網", "xloc": [ "default-mobile.handlebars->9->339", - "default.handlebars->27->829" + "default.handlebars->27->845", + "default.handlebars->27->859" ] }, { @@ -17853,9 +17908,9 @@ "zh-chs": "新設備組", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->27->1134", - "default.handlebars->27->1146", - "default.handlebars->27->667" + "default.handlebars->27->1164", + "default.handlebars->27->1176", + "default.handlebars->27->683" ] }, { @@ -17874,8 +17929,8 @@ "xloc": [ "default-mobile.handlebars->9->120", "default-mobile.handlebars->9->292", - "default.handlebars->27->1404", - "default.handlebars->27->772", + "default.handlebars->27->1434", + "default.handlebars->27->788", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -17930,8 +17985,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->27->1129", - "default.handlebars->27->1130" + "default.handlebars->27->1159", + "default.handlebars->27->1160" ] }, { @@ -17948,8 +18003,8 @@ "ru": "Нет AMT", "zh-chs": "没有AMT", "xloc": [ - "default.handlebars->27->599", - "default.handlebars->27->618" + "default.handlebars->27->615", + "default.handlebars->27->634" ] }, { @@ -17967,7 +18022,7 @@ "zh-chs": "沒有有效令牌", "xloc": [ "default-mobile.handlebars->9->56", - "default.handlebars->27->120" + "default.handlebars->27->136" ] }, { @@ -17999,8 +18054,8 @@ "xloc": [ "default-mobile.handlebars->9->226", "default-mobile.handlebars->9->227", - "default.handlebars->27->505", - "default.handlebars->27->506" + "default.handlebars->27->521", + "default.handlebars->27->522" ] }, { @@ -18017,9 +18072,9 @@ "ru": "Нет рабочего стола", "zh-chs": "沒有桌面", "xloc": [ - "default.handlebars->27->1330", - "default.handlebars->27->601", - "default.handlebars->27->620" + "default.handlebars->27->1360", + "default.handlebars->27->617", + "default.handlebars->27->636" ] }, { @@ -18036,7 +18091,7 @@ "ru": "Нет доступа к рабочему столу", "zh-chs": "沒有桌面訪問", "xloc": [ - "default.handlebars->27->1293" + "default.handlebars->27->1323" ] }, { @@ -18053,9 +18108,9 @@ "ru": "События не найдены", "zh-chs": "找不到活動", "xloc": [ - "default.handlebars->27->1421", - "default.handlebars->27->1709", - "default.handlebars->27->806" + "default.handlebars->27->1451", + "default.handlebars->27->1739", + "default.handlebars->27->822" ] }, { @@ -18073,7 +18128,7 @@ "zh-chs": "沒有文件訪問", "xloc": [ "default-mobile.handlebars->9->404", - "default.handlebars->27->1295" + "default.handlebars->27->1325" ] }, { @@ -18091,9 +18146,9 @@ "zh-chs": "沒有文件", "xloc": [ "default-mobile.handlebars->9->425", - "default.handlebars->27->1332", - "default.handlebars->27->598", - "default.handlebars->27->617" + "default.handlebars->27->1362", + "default.handlebars->27->614", + "default.handlebars->27->633" ] }, { @@ -18109,8 +18164,8 @@ "ru": "Нет ввода", "zh-chs": "无输入", "xloc": [ - "default.handlebars->27->596", - "default.handlebars->27->615" + "default.handlebars->27->612", + "default.handlebars->27->631" ] }, { @@ -18129,8 +18184,8 @@ "xloc": [ "default-mobile.handlebars->9->405", "default-mobile.handlebars->9->426", - "default.handlebars->27->1296", - "default.handlebars->27->1333" + "default.handlebars->27->1326", + "default.handlebars->27->1363" ] }, { @@ -18164,7 +18219,7 @@ "ru": "Intel® AMT устройств в этой сети нет", "zh-chs": "此網格中沒有英特爾®AMT設備", "xloc": [ - "default.handlebars->27->191" + "default.handlebars->27->207" ] }, { @@ -18181,7 +18236,7 @@ "ru": "Ключи не настроены", "zh-chs": "未配置任何鍵", "xloc": [ - "default.handlebars->27->128" + "default.handlebars->27->144" ] }, { @@ -18198,7 +18253,7 @@ "ru": "Нет членов", "zh-chs": "沒有會員", "xloc": [ - "default.handlebars->27->1562" + "default.handlebars->27->1592" ] }, { @@ -18215,7 +18270,7 @@ "ru": "Запретить создание групп устройств", "zh-chs": "沒有新的設備組", "xloc": [ - "default.handlebars->27->1520" + "default.handlebars->27->1550" ] }, { @@ -18232,9 +18287,9 @@ "ru": "Политик нет", "zh-chs": "沒有政策", "xloc": [ - "default.handlebars->27->1199", - "default.handlebars->27->1227", - "default.handlebars->27->1230" + "default.handlebars->27->1229", + "default.handlebars->27->1257", + "default.handlebars->27->1260" ] }, { @@ -18254,10 +18309,10 @@ "default-mobile.handlebars->9->106", "default-mobile.handlebars->9->388", "default-mobile.handlebars->9->431", - "default.handlebars->27->1155", - "default.handlebars->27->1338", - "default.handlebars->27->610", - "default.handlebars->27->629" + "default.handlebars->27->1185", + "default.handlebars->27->1368", + "default.handlebars->27->626", + "default.handlebars->27->645" ] }, { @@ -18275,8 +18330,8 @@ "zh-chs": "沒有TLS安全性", "xloc": [ "default-mobile.handlebars->9->264", - "default.handlebars->27->253", - "default.handlebars->27->653" + "default.handlebars->27->269", + "default.handlebars->27->669" ] }, { @@ -18294,9 +18349,9 @@ "zh-chs": "沒有終端", "xloc": [ "default-mobile.handlebars->9->424", - "default.handlebars->27->1331", - "default.handlebars->27->597", - "default.handlebars->27->616" + "default.handlebars->27->1361", + "default.handlebars->27->613", + "default.handlebars->27->632" ] }, { @@ -18314,7 +18369,7 @@ "zh-chs": "沒有終端訪問", "xloc": [ "default-mobile.handlebars->9->403", - "default.handlebars->27->1294" + "default.handlebars->27->1324" ] }, { @@ -18331,7 +18386,7 @@ "ru": "Нет инструментов (MeshCmd/Router)", "zh-chs": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->27->1521" + "default.handlebars->27->1551" ] }, { @@ -18348,8 +18403,8 @@ "ru": "Нет общих групп устройств", "zh-chs": "沒有共同的設備組", "xloc": [ - "default.handlebars->27->1568", - "default.handlebars->27->1681" + "default.handlebars->27->1598", + "default.handlebars->27->1711" ] }, { @@ -18397,7 +18452,7 @@ "nl": "Er zijn geen apparaten opgenomen in groepen, klik op het apparaat \\\"Groups\\\" om het aan een groep toe te voegen.", "zh-chs": "任何组中均不包含任何设备,请单击设备的“组”以添加到组中。", "xloc": [ - "default.handlebars->27->189" + "default.handlebars->27->205" ] }, { @@ -18428,7 +18483,7 @@ "ru": "Устройства не найдены.", "zh-chs": "找不到設備。", "xloc": [ - "default.handlebars->27->467" + "default.handlebars->27->483" ] }, { @@ -18445,8 +18500,8 @@ "ru": "Нет общих устройств", "zh-chs": "沒有共同的設備", "xloc": [ - "default.handlebars->27->1574", - "default.handlebars->27->1693" + "default.handlebars->27->1604", + "default.handlebars->27->1723" ] }, { @@ -18463,7 +18518,7 @@ "ru": "В группе нет устройств.", "zh-chs": "該設備組中沒有設備。", "xloc": [ - "default.handlebars->27->1381" + "default.handlebars->27->1411" ] }, { @@ -18481,7 +18536,7 @@ "zh-chs": "該組中沒有設備", "xloc": [ "default-mobile.handlebars->9->155", - "default.handlebars->27->193" + "default.handlebars->27->209" ] }, { @@ -18499,7 +18554,7 @@ "zh-chs": "沒有與此搜索匹配的設備。", "xloc": [ "default-mobile.handlebars->9->153", - "default.handlebars->27->190" + "default.handlebars->27->206" ] }, { @@ -18516,7 +18571,7 @@ "ru": "Не найдено устройств с тегом.", "zh-chs": "找不到帶有標籤的設備。", "xloc": [ - "default.handlebars->27->198" + "default.handlebars->27->214" ] }, { @@ -18533,7 +18588,7 @@ "ru": "Группы не найдены.", "zh-chs": "找不到群組。", "xloc": [ - "default.handlebars->27->1523" + "default.handlebars->27->1553" ] }, { @@ -18551,7 +18606,7 @@ "zh-chs": "沒有此設備的信息。", "xloc": [ "default-mobile.handlebars->9->376", - "default.handlebars->27->866" + "default.handlebars->27->896" ] }, { @@ -18568,7 +18623,7 @@ "ru": "Местоположение не найдено.", "zh-chs": "找不到位置。", "xloc": [ - "default.handlebars->27->469" + "default.handlebars->27->485" ] }, { @@ -18585,7 +18640,7 @@ "ru": "Информации о сетевых интерфейсах этого устройства нет.", "zh-chs": "沒有適用於此設備的網絡接口信息。", "xloc": [ - "default.handlebars->27->68" + "default.handlebars->27->106" ] }, { @@ -18602,7 +18657,7 @@ "ru": "Других групп устройств такого же типа не существует.", "zh-chs": "沒有其他相同類型的設備組。", "xloc": [ - "default.handlebars->27->670" + "default.handlebars->27->686" ] }, { @@ -18636,7 +18691,7 @@ "ru": "Нет серверных прав", "zh-chs": "沒有服務器權限", "xloc": [ - "default.handlebars->27->1594" + "default.handlebars->27->1624" ] }, { @@ -18653,7 +18708,7 @@ "ru": "Нет членства в группах пользователей", "zh-chs": "沒有用戶組成員身份", "xloc": [ - "default.handlebars->27->1687" + "default.handlebars->27->1717" ] }, { @@ -18670,7 +18725,7 @@ "ru": "Пользователи не найдены.", "zh-chs": "未找到相應的用戶。", "xloc": [ - "default.handlebars->27->1439" + "default.handlebars->27->1469" ] }, { @@ -18686,7 +18741,7 @@ "ru": "Нет пользователей со специальными правами доступа к устройству", "zh-chs": "没有拥有特殊设备权限的用户", "xloc": [ - "default.handlebars->27->594" + "default.handlebars->27->610" ] }, { @@ -18747,28 +18802,28 @@ "default-mobile.handlebars->9->238", "default-mobile.handlebars->9->290", "default-mobile.handlebars->9->382", - "default.handlebars->27->1167", - "default.handlebars->27->1174", - "default.handlebars->27->1178", - "default.handlebars->27->1190", - "default.handlebars->27->1195", "default.handlebars->27->1197", - "default.handlebars->27->1372", - "default.handlebars->27->1391", - "default.handlebars->27->1544", - "default.handlebars->27->1546", - "default.handlebars->27->158", - "default.handlebars->27->1610", - "default.handlebars->27->1619", - "default.handlebars->27->1623", - "default.handlebars->27->1635", + "default.handlebars->27->1204", + "default.handlebars->27->1208", + "default.handlebars->27->1220", + "default.handlebars->27->1225", + "default.handlebars->27->1227", + "default.handlebars->27->1402", + "default.handlebars->27->1421", + "default.handlebars->27->1574", + "default.handlebars->27->1576", + "default.handlebars->27->1640", + "default.handlebars->27->1649", + "default.handlebars->27->1653", + "default.handlebars->27->1665", "default.handlebars->27->174", - "default.handlebars->27->175", - "default.handlebars->27->476", - "default.handlebars->27->487", - "default.handlebars->27->488", - "default.handlebars->27->532", - "default.handlebars->27->545", + "default.handlebars->27->190", + "default.handlebars->27->191", + "default.handlebars->27->492", + "default.handlebars->27->503", + "default.handlebars->27->504", + "default.handlebars->27->548", + "default.handlebars->27->561", "default.handlebars->27->63", "default.handlebars->container->column_l->p41->3->3->p41traceStatus" ] @@ -18804,7 +18859,7 @@ "ru": "Норвежский", "zh-chs": "挪威", "xloc": [ - "default.handlebars->27->1028" + "default.handlebars->27->1058" ] }, { @@ -18821,7 +18876,7 @@ "ru": "Норвежский (Букмол)", "zh-chs": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->27->1029" + "default.handlebars->27->1059" ] }, { @@ -18838,7 +18893,7 @@ "ru": "Норвежский (Нюнорск)", "zh-chs": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->27->1030" + "default.handlebars->27->1060" ] }, { @@ -18857,8 +18912,8 @@ "xloc": [ "default-mobile.handlebars->9->218", "default-mobile.handlebars->9->343", - "default.handlebars->27->493", - "default.handlebars->27->833" + "default.handlebars->27->509", + "default.handlebars->27->863" ] }, { @@ -18877,8 +18932,8 @@ "xloc": [ "default-mobile.handlebars->9->217", "default-mobile.handlebars->9->342", - "default.handlebars->27->492", - "default.handlebars->27->832" + "default.handlebars->27->508", + "default.handlebars->27->862" ] }, { @@ -18895,8 +18950,8 @@ "ru": "Не подключен", "zh-chs": "未連接", "xloc": [ - "default.handlebars->27->1368", - "default.handlebars->27->1376" + "default.handlebars->27->1398", + "default.handlebars->27->1406" ] }, { @@ -18914,14 +18969,14 @@ "zh-chs": "未知", "xloc": [ "default-mobile.handlebars->9->353", - "default.handlebars->27->843" + "default.handlebars->27->873" ] }, { "en": "Not on server", "nl": "Niet op de server", "xloc": [ - "default.handlebars->27->1725" + "default.handlebars->27->1755" ] }, { @@ -18938,7 +18993,7 @@ "ru": "Не задано", "zh-chs": "沒有設置", "xloc": [ - "default.handlebars->27->1600" + "default.handlebars->27->1630" ] }, { @@ -18955,7 +19010,7 @@ "ru": "не подтверждено", "zh-chs": "未經審核的", "xloc": [ - "default.handlebars->27->1663" + "default.handlebars->27->1693" ] }, { @@ -18972,12 +19027,12 @@ "ru": "Примечания", "zh-chs": "筆記", "xloc": [ - "default.handlebars->27->1205", - "default.handlebars->27->1643", - "default.handlebars->27->548", - "default.handlebars->27->606", - "default.handlebars->27->625", - "default.handlebars->27->632" + "default.handlebars->27->1235", + "default.handlebars->27->1673", + "default.handlebars->27->564", + "default.handlebars->27->622", + "default.handlebars->27->641", + "default.handlebars->27->648" ] }, { @@ -19011,8 +19066,8 @@ "ru": "Настройки уведомлений", "zh-chs": "通知設置", "xloc": [ - "default.handlebars->27->1116", - "default.handlebars->27->1367", + "default.handlebars->27->1146", + "default.handlebars->27->1397", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -19030,7 +19085,7 @@ "ru": "Уведомления также должны быть включены в настройках учетной записи.", "zh-chs": "通知設置還必須在帳戶設置中啟用。", "xloc": [ - "default.handlebars->27->1363" + "default.handlebars->27->1393" ] }, { @@ -19047,7 +19102,7 @@ "ru": "Звук уведомления", "zh-chs": "通知聲音。", "xloc": [ - "default.handlebars->27->1111" + "default.handlebars->27->1141" ] }, { @@ -19064,7 +19119,7 @@ "ru": "Уведомления", "zh-chs": "通知事項", "xloc": [ - "default.handlebars->27->1196" + "default.handlebars->27->1226" ] }, { @@ -19081,7 +19136,7 @@ "ru": "Уведомить", "zh-chs": "通知", "xloc": [ - "default.handlebars->27->1649" + "default.handlebars->27->1679" ] }, { @@ -19098,9 +19153,9 @@ "ru": "Уведомить пользователя", "zh-chs": "通知使用者", "xloc": [ - "default.handlebars->27->1262", - "default.handlebars->27->1266", - "default.handlebars->27->1269" + "default.handlebars->27->1292", + "default.handlebars->27->1296", + "default.handlebars->27->1299" ] }, { @@ -19117,7 +19172,7 @@ "ru": "Уведомить {0}", "zh-chs": "通知{0}", "xloc": [ - "default.handlebars->27->1471" + "default.handlebars->27->1501" ] }, { @@ -19136,8 +19191,8 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1158", - "default.handlebars->27->519", + "default.handlebars->27->1188", + "default.handlebars->27->535", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -19160,7 +19215,7 @@ "zh-chs": "操作系統名稱", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1->5", - "default.handlebars->27->484", + "default.handlebars->27->500", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7->1" ] }, @@ -19178,7 +19233,7 @@ "ru": "Окситанский", "zh-chs": "歐舒丹", "xloc": [ - "default.handlebars->27->1031" + "default.handlebars->27->1061" ] }, { @@ -19195,7 +19250,7 @@ "ru": "Произошло в {0}", "zh-chs": "發生在{0}", "xloc": [ - "default.handlebars->27->1739" + "default.handlebars->27->1769" ] }, { @@ -19212,7 +19267,7 @@ "ru": "Оффлайн пользователи", "zh-chs": "離線用戶", "xloc": [ - "default.handlebars->27->1436" + "default.handlebars->27->1466" ] }, { @@ -19230,7 +19285,7 @@ "zh-chs": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->27->1128" + "default.handlebars->27->1158" ] }, { @@ -19248,7 +19303,7 @@ "zh-chs": "一次性令牌可以用作輔助身份驗證。生成一組,打印並保存在安全的地方。", "xloc": [ "default-mobile.handlebars->9->55", - "default.handlebars->27->119" + "default.handlebars->27->135" ] }, { @@ -19273,7 +19328,7 @@ "ru": "Онлайн пользователи", "zh-chs": "在線用戶", "xloc": [ - "default.handlebars->27->1435" + "default.handlebars->27->1465" ] }, { @@ -19291,8 +19346,8 @@ "zh-chs": "只能編輯小於200k的文件。", "xloc": [ "default-mobile.handlebars->9->300", - "default.handlebars->27->447", - "default.handlebars->27->780" + "default.handlebars->27->463", + "default.handlebars->27->796" ] }, { @@ -19334,7 +19389,7 @@ "ru": "Открыть страницу на устройстве", "zh-chs": "在設備上打開頁面", "xloc": [ - "default.handlebars->27->634" + "default.handlebars->27->650" ] }, { @@ -19365,7 +19420,7 @@ "ru": "Открыть терминал XTerm", "zh-chs": "打開XTerm終端", "xloc": [ - "default.handlebars->27->564" + "default.handlebars->27->580" ] }, { @@ -19417,11 +19472,11 @@ "zh-chs": "操作系統", "xloc": [ "default-mobile.handlebars->9->321", - "default.handlebars->27->298", - "default.handlebars->27->327", - "default.handlebars->27->516", - "default.handlebars->27->690", - "default.handlebars->27->811" + "default.handlebars->27->314", + "default.handlebars->27->343", + "default.handlebars->27->532", + "default.handlebars->27->706", + "default.handlebars->27->827" ] }, { @@ -19439,10 +19494,10 @@ "zh-chs": "運作方式", "xloc": [ "default-mobile.handlebars->9->257", - "default.handlebars->27->1460", - "default.handlebars->27->1531", - "default.handlebars->27->402", - "default.handlebars->27->645" + "default.handlebars->27->1490", + "default.handlebars->27->1561", + "default.handlebars->27->418", + "default.handlebars->27->661" ] }, { @@ -19459,7 +19514,7 @@ "ru": "Организация", "zh-chs": "組織", "xloc": [ - "default.handlebars->27->288" + "default.handlebars->27->304" ] }, { @@ -19476,7 +19531,7 @@ "ru": "Ория", "zh-chs": "奧里亞", "xloc": [ - "default.handlebars->27->1032" + "default.handlebars->27->1062" ] }, { @@ -19493,7 +19548,7 @@ "ru": "Оромо", "zh-chs": "奧羅莫", "xloc": [ - "default.handlebars->27->1033" + "default.handlebars->27->1063" ] }, { @@ -19544,7 +19599,7 @@ "ru": "Устаревший", "zh-chs": "過時的", "xloc": [ - "default.handlebars->27->518" + "default.handlebars->27->534" ] }, { @@ -19561,7 +19616,7 @@ "ru": "Собственный процесс", "zh-chs": "自己的過程", "xloc": [ - "default.handlebars->27->742" + "default.handlebars->27->758" ] }, { @@ -19579,7 +19634,7 @@ "zh-chs": "PID", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0", - "default.handlebars->27->738", + "default.handlebars->27->754", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -19598,7 +19653,7 @@ "zh-chs": "零件號", "xloc": [ "default-mobile.handlebars->9->369", - "default.handlebars->27->859" + "default.handlebars->27->889" ] }, { @@ -19615,7 +19670,7 @@ "ru": "Частично", "zh-chs": "部分的", "xloc": [ - "default.handlebars->27->1450" + "default.handlebars->27->1480" ] }, { @@ -19662,7 +19717,7 @@ "xloc": [ "default-mobile.handlebars->9->104", "default-mobile.handlebars->9->386", - "default.handlebars->27->1153" + "default.handlebars->27->1183" ] }, { @@ -19679,7 +19734,7 @@ "ru": "Частичные права", "zh-chs": "部分權利", "xloc": [ - "default.handlebars->27->1597" + "default.handlebars->27->1627" ] }, { @@ -19714,15 +19769,15 @@ "zh-chs": "密碼", "xloc": [ "default-mobile.handlebars->9->262", - "default.handlebars->27->1496", - "default.handlebars->27->1497", - "default.handlebars->27->1615", - "default.handlebars->27->1617", - "default.handlebars->27->1666", - "default.handlebars->27->1667", - "default.handlebars->27->251", - "default.handlebars->27->282", - "default.handlebars->27->651", + "default.handlebars->27->1526", + "default.handlebars->27->1527", + "default.handlebars->27->1645", + "default.handlebars->27->1647", + "default.handlebars->27->1696", + "default.handlebars->27->1697", + "default.handlebars->27->267", + "default.handlebars->27->298", + "default.handlebars->27->667", "mstsc.handlebars->main->1->3->1->6->1->0", "mstsc.handlebars->main->1->3->1->6->3" ] @@ -19830,7 +19885,7 @@ "ru": "Подсказка пароля", "zh-chs": "密碼提示", "xloc": [ - "default.handlebars->27->1668" + "default.handlebars->27->1698" ] }, { @@ -19848,7 +19903,7 @@ "zh-chs": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->27->1131" + "default.handlebars->27->1161" ] }, { @@ -19865,7 +19920,7 @@ "ru": "Пароль не совпадает", "zh-chs": "密碼不符合", "xloc": [ - "default.handlebars->27->1236" + "default.handlebars->27->1266" ] }, { @@ -19900,8 +19955,8 @@ "ru": "Пароль*", "zh-chs": "密碼*", "xloc": [ - "default.handlebars->27->1234", - "default.handlebars->27->1235" + "default.handlebars->27->1264", + "default.handlebars->27->1265" ] }, { @@ -19921,8 +19976,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->27->1123", - "default.handlebars->27->1124", + "default.handlebars->27->1153", + "default.handlebars->27->1154", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -19953,9 +20008,9 @@ "default-mobile.handlebars->9->305", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->27->1413", - "default.handlebars->27->763", - "default.handlebars->27->785", + "default.handlebars->27->1443", + "default.handlebars->27->779", + "default.handlebars->27->801", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" @@ -20009,7 +20064,7 @@ "ru": "Произвести действие агента", "zh-chs": "執行代理動作", "xloc": [ - "default.handlebars->27->875" + "default.handlebars->27->905" ] }, { @@ -20026,7 +20081,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:", "zh-chs": "通過下載MeshCMD工具並像下面這樣運行它,以執行Intel AMT管理員控制模式(ACM)激活以將 “{0}” 組:", "xloc": [ - "default.handlebars->27->258" + "default.handlebars->27->274" ] }, { @@ -20043,8 +20098,8 @@ "ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).", "zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。", "xloc": [ - "default.handlebars->27->1215", - "default.handlebars->27->239" + "default.handlebars->27->1245", + "default.handlebars->27->255" ] }, { @@ -20061,7 +20116,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:", "zh-chs": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT客戶端控制模式(CCM)激活以將\\“{0}\\”分組:", "xloc": [ - "default.handlebars->27->256" + "default.handlebars->27->272" ] }, { @@ -20078,8 +20133,8 @@ "ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).", "zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。", "xloc": [ - "default.handlebars->27->1213", - "default.handlebars->27->237" + "default.handlebars->27->1243", + "default.handlebars->27->253" ] }, { @@ -20096,7 +20151,7 @@ "ru": "Управление питанием устройства", "zh-chs": "在設備上執行電源操作", "xloc": [ - "default.handlebars->27->547", + "default.handlebars->27->563", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1" @@ -20117,8 +20172,8 @@ "zh-chs": "權限", "xloc": [ "default-mobile.handlebars->9->434", - "default.handlebars->27->1341", - "default.handlebars->27->1434" + "default.handlebars->27->1371", + "default.handlebars->27->1464" ] }, { @@ -20135,7 +20190,7 @@ "ru": "Персидский/Иран", "zh-chs": "波斯/伊朗", "xloc": [ - "default.handlebars->27->1034" + "default.handlebars->27->1064" ] }, { @@ -20151,10 +20206,10 @@ "default-mobile.handlebars->9->62", "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", - "default.handlebars->27->143", - "default.handlebars->27->1660", - "default.handlebars->27->886", - "default.handlebars->27->889" + "default.handlebars->27->159", + "default.handlebars->27->1690", + "default.handlebars->27->916", + "default.handlebars->27->919" ] }, { @@ -20167,7 +20222,7 @@ "nl": "Telefoonnummer", "zh-chs": "电话号码", "xloc": [ - "default.handlebars->27->1609" + "default.handlebars->27->1639" ] }, { @@ -20181,8 +20236,8 @@ "zh-chs": "电话号码:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->27->1659", - "default.handlebars->27->888" + "default.handlebars->27->1689", + "default.handlebars->27->918" ] }, { @@ -20213,7 +20268,7 @@ "ru": "Поместить узел сюда", "zh-chs": "將節點放在這裡", "xloc": [ - "default.handlebars->27->462" + "default.handlebars->27->478" ] }, { @@ -20264,7 +20319,7 @@ "ru": "Внимание, понижение версии не рекомендуется. Делайте это только в том случае, если недавнее обновление что-то сломало.", "zh-chs": "請注意,不建議降級。請僅在最近的升級損壞了某些情況時才這樣做。", "xloc": [ - "default.handlebars->27->170" + "default.handlebars->27->186" ] }, { @@ -20300,7 +20355,7 @@ "zh-chs": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->27->1118" + "default.handlebars->27->1148" ] }, { @@ -20317,8 +20372,8 @@ "ru": "Действие плагина", "zh-chs": "插件動作", "xloc": [ - "default.handlebars->27->169", - "default.handlebars->27->1815" + "default.handlebars->27->1845", + "default.handlebars->27->185" ] }, { @@ -20335,7 +20390,7 @@ "ru": "Ошибка плагина", "zh-chs": "插件錯誤", "xloc": [ - "default.handlebars->27->171" + "default.handlebars->27->187" ] }, { @@ -20352,7 +20407,7 @@ "ru": "PluginHandler не смог сообщение о событии:", "zh-chs": "PluginHandler無法事件消息:", "xloc": [ - "default.handlebars->27->159" + "default.handlebars->27->175" ] }, { @@ -20441,7 +20496,7 @@ "zh-chs": "政策", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->27->1152" + "default.handlebars->27->1182" ] }, { @@ -20458,7 +20513,7 @@ "ru": "Польский", "zh-chs": "拋光", "xloc": [ - "default.handlebars->27->1035" + "default.handlebars->27->1065" ] }, { @@ -20475,7 +20530,7 @@ "ru": "Португальский", "zh-chs": "葡萄牙語", "xloc": [ - "default.handlebars->27->1036" + "default.handlebars->27->1066" ] }, { @@ -20492,7 +20547,7 @@ "ru": "Португальский (Бразилия)", "zh-chs": "葡萄牙語(巴西)", "xloc": [ - "default.handlebars->27->1037" + "default.handlebars->27->1067" ] }, { @@ -20551,7 +20606,7 @@ "ru": "Состояния питания", "zh-chs": "電力國", "xloc": [ - "default.handlebars->27->1374", + "default.handlebars->27->1404", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -20572,7 +20627,7 @@ "default-mobile.handlebars->9->176", "default-mobile.handlebars->9->256", "default.handlebars->27->6", - "default.handlebars->27->642" + "default.handlebars->27->658" ] }, { @@ -20589,7 +20644,7 @@ "ru": "Выключить устройства", "zh-chs": "關閉設備電源", "xloc": [ - "default.handlebars->27->406" + "default.handlebars->27->422" ] }, { @@ -20609,7 +20664,7 @@ "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->178", "default.handlebars->27->1", - "default.handlebars->27->366" + "default.handlebars->27->382" ] }, { @@ -20628,7 +20683,7 @@ "xloc": [ "default-mobile.handlebars->9->177", "default-mobile.handlebars->9->184", - "default.handlebars->27->378", + "default.handlebars->27->394", "default.handlebars->27->7" ] }, @@ -20636,7 +20691,7 @@ "en": "Present on server", "nl": "Aanwezig op de server", "xloc": [ - "default.handlebars->27->1724" + "default.handlebars->27->1754" ] }, { @@ -20673,7 +20728,7 @@ "ru": "Нажмите кнопку ключа сейчас.", "zh-chs": "現在按下按鍵。", "xloc": [ - "default.handlebars->27->137" + "default.handlebars->27->153" ] }, { @@ -20698,7 +20753,7 @@ "zh-chs": "過程控制", "xloc": [ "default-mobile.handlebars->9->282", - "default.handlebars->27->750" + "default.handlebars->27->766" ] }, { @@ -20733,9 +20788,9 @@ "ru": "Запрос согласия пользователя", "zh-chs": "提示用戶同意", "xloc": [ - "default.handlebars->27->1263", - "default.handlebars->27->1267", - "default.handlebars->27->1270" + "default.handlebars->27->1293", + "default.handlebars->27->1297", + "default.handlebars->27->1300" ] }, { @@ -20752,7 +20807,7 @@ "ru": "Протокол", "zh-chs": "協議", "xloc": [ - "default.handlebars->27->1722", + "default.handlebars->27->1752", "player.handlebars->3->16" ] }, @@ -20785,7 +20840,7 @@ "zh-chs": "供應國", "xloc": [ "default-mobile.handlebars->9->347", - "default.handlebars->27->837" + "default.handlebars->27->867" ] }, { @@ -20803,7 +20858,7 @@ "zh-chs": "公開連結", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->27->1398" + "default.handlebars->27->1428" ] }, { @@ -20820,7 +20875,7 @@ "ru": "Пенджаби", "zh-chs": "旁遮普語", "xloc": [ - "default.handlebars->27->1038" + "default.handlebars->27->1068" ] }, { @@ -20837,7 +20892,7 @@ "ru": "Пенджаби (Индия)", "zh-chs": "旁遮普(印度)", "xloc": [ - "default.handlebars->27->1039" + "default.handlebars->27->1069" ] }, { @@ -20854,7 +20909,7 @@ "ru": "Пенджаби (Пакистан)", "zh-chs": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->27->1040" + "default.handlebars->27->1070" ] }, { @@ -20871,7 +20926,7 @@ "ru": "Putty", "zh-chs": "油灰", "xloc": [ - "default.handlebars->27->569" + "default.handlebars->27->585" ] }, { @@ -20906,7 +20961,7 @@ "ru": "Кечуа", "zh-chs": "蓋丘亞族", "xloc": [ - "default.handlebars->27->1041" + "default.handlebars->27->1071" ] }, { @@ -20959,7 +21014,7 @@ "ru": "RDP", "zh-chs": "RDP", "xloc": [ - "default.handlebars->27->567" + "default.handlebars->27->583" ] }, { @@ -20976,7 +21031,7 @@ "ru": "Подключение RDP", "zh-chs": "RDP連接", "xloc": [ - "default.handlebars->27->442" + "default.handlebars->27->458" ] }, { @@ -20993,7 +21048,7 @@ "ru": "Порт RDP:", "zh-chs": "RDP遠程連接端口:", "xloc": [ - "default.handlebars->27->441" + "default.handlebars->27->457" ] }, { @@ -21060,7 +21115,7 @@ "ru": "RSS", "zh-chs": "的RSS", "xloc": [ - "default.handlebars->27->1785" + "default.handlebars->27->1815" ] }, { @@ -21077,7 +21132,7 @@ "ru": "Случайный пароль.", "zh-chs": "隨機化密碼。", "xloc": [ - "default.handlebars->27->1498" + "default.handlebars->27->1528" ] }, { @@ -21111,7 +21166,7 @@ "ru": "Реактивировать Intel® AMT", "zh-chs": "重新激活英特爾®AMT", "xloc": [ - "default.handlebars->27->1238" + "default.handlebars->27->1268" ] }, { @@ -21128,14 +21183,14 @@ "ru": "Области", "zh-chs": "境界", "xloc": [ - "default.handlebars->27->1507" + "default.handlebars->27->1537" ] }, { "en": "Received invalid network data", "nl": "Ongeldige netwerkgegevens ontvangen", "xloc": [ - "default.handlebars->27->714" + "default.handlebars->27->730" ] }, { @@ -21155,7 +21210,7 @@ "en": "Recording Details", "nl": "Opname details", "xloc": [ - "default.handlebars->27->1736" + "default.handlebars->27->1766" ] }, { @@ -21181,8 +21236,8 @@ "xloc": [ "default-mobile.handlebars->9->121", "default-mobile.handlebars->9->293", - "default.handlebars->27->1405", - "default.handlebars->27->773" + "default.handlebars->27->1435", + "default.handlebars->27->789" ] }, { @@ -21222,7 +21277,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->DeskToolsRefreshButton", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->27->459", + "default.handlebars->27->475", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->DeskToolsRefreshButton", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p40->3->3", @@ -21261,8 +21316,8 @@ "zh-chs": "中繼", "xloc": [ "default-mobile.handlebars->9->195", - "default.handlebars->27->185", - "default.handlebars->27->393" + "default.handlebars->27->201", + "default.handlebars->27->409" ] }, { @@ -21279,7 +21334,7 @@ "ru": "Число ретрансляций", "zh-chs": "中繼計數", "xloc": [ - "default.handlebars->27->1767" + "default.handlebars->27->1797" ] }, { @@ -21296,7 +21351,7 @@ "ru": "Ошибки ретранслятора", "zh-chs": "中繼錯誤", "xloc": [ - "default.handlebars->27->1760" + "default.handlebars->27->1790" ] }, { @@ -21313,8 +21368,8 @@ "ru": "Сессии ретранслятора", "zh-chs": "接力會議", "xloc": [ - "default.handlebars->27->1766", - "default.handlebars->27->1779" + "default.handlebars->27->1796", + "default.handlebars->27->1809" ] }, { @@ -21424,7 +21479,7 @@ "ru": "Удаленный буфер обмена", "zh-chs": "遠程剪貼板", "xloc": [ - "default.handlebars->27->733" + "default.handlebars->27->749" ] }, { @@ -21443,8 +21498,8 @@ "xloc": [ "default-mobile.handlebars->9->400", "default-mobile.handlebars->9->418", - "default.handlebars->27->1290", - "default.handlebars->27->1324" + "default.handlebars->27->1320", + "default.handlebars->27->1354" ] }, { @@ -21453,8 +21508,8 @@ "xloc": [ "default-mobile.handlebars->9->158", "default-mobile.handlebars->9->161", - "default.handlebars->27->211", - "default.handlebars->27->214" + "default.handlebars->27->227", + "default.handlebars->27->230" ] }, { @@ -21472,8 +21527,8 @@ "zh-chs": "遠程桌面設置", "xloc": [ "default-mobile.handlebars->9->278", - "default.handlebars->27->230", - "default.handlebars->27->725" + "default.handlebars->27->246", + "default.handlebars->27->741" ] }, { @@ -21490,7 +21545,7 @@ "ru": "Ввод с удаленной клавиатуры", "zh-chs": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->27->731" + "default.handlebars->27->747" ] }, { @@ -21540,8 +21595,8 @@ "xloc": [ "default-mobile.handlebars->9->401", "default-mobile.handlebars->9->423", - "default.handlebars->27->1291", - "default.handlebars->27->1329" + "default.handlebars->27->1321", + "default.handlebars->27->1359" ] }, { @@ -21558,7 +21613,7 @@ "ru": "Удаленный буфер обмена действителен в течении 60 секунд.", "zh-chs": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->27->732" + "default.handlebars->27->748" ] }, { @@ -21593,7 +21648,7 @@ "ru": "Удалить", "zh-chs": "去掉", "xloc": [ - "default.handlebars->27->127" + "default.handlebars->27->143" ] }, { @@ -21634,8 +21689,8 @@ "nl": "Apparaatgroepmachtigingen verwijderen", "zh-chs": "删除设备组权限", "xloc": [ - "default.handlebars->27->1578", - "default.handlebars->27->1707" + "default.handlebars->27->1608", + "default.handlebars->27->1737" ] }, { @@ -21649,8 +21704,8 @@ "nl": "Apparaatmachtigingen verwijderen", "zh-chs": "删除设备权限", "xloc": [ - "default.handlebars->27->1576", - "default.handlebars->27->1694" + "default.handlebars->27->1606", + "default.handlebars->27->1724" ] }, { @@ -21678,7 +21733,7 @@ "nl": "Lidmaatschap van gebruikersgroep verwijderen", "zh-chs": "删除用户组成员身份", "xloc": [ - "default.handlebars->27->1703" + "default.handlebars->27->1733" ] }, { @@ -21692,8 +21747,8 @@ "nl": "Gebruikersgroepmachtigingen verwijderen", "zh-chs": "删除用户组权限", "xloc": [ - "default.handlebars->27->1346", - "default.handlebars->27->1699" + "default.handlebars->27->1376", + "default.handlebars->27->1729" ] }, { @@ -21707,7 +21762,7 @@ "nl": "Gebruikerslidmaatschap verwijderen", "zh-chs": "删除用户成员资格", "xloc": [ - "default.handlebars->27->1586" + "default.handlebars->27->1616" ] }, { @@ -21721,8 +21776,8 @@ "nl": "Gebruikersmachtigingen verwijderen", "zh-chs": "删除用户权限", "xloc": [ - "default.handlebars->27->1344", - "default.handlebars->27->1696" + "default.handlebars->27->1374", + "default.handlebars->27->1726" ] }, { @@ -21739,7 +21794,7 @@ "ru": "Удалить все двухфакторные аутентификации.", "zh-chs": "刪除所有第二因素驗證。", "xloc": [ - "default.handlebars->27->1671" + "default.handlebars->27->1701" ] }, { @@ -21756,7 +21811,7 @@ "ru": "Удалить все прошлые события для этого userid.", "zh-chs": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->27->1499" + "default.handlebars->27->1529" ] }, { @@ -21773,7 +21828,7 @@ "ru": "Удалить устройство при отключении", "zh-chs": "斷開連接後移除設備", "xloc": [ - "default.handlebars->27->1271" + "default.handlebars->27->1301" ] }, { @@ -21790,7 +21845,7 @@ "ru": "Удалить местоположение узла", "zh-chs": "刪除節點位置", "xloc": [ - "default.handlebars->27->451" + "default.handlebars->27->467" ] }, { @@ -21804,7 +21859,7 @@ "zh-chs": "删除电话号码", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->27->885" + "default.handlebars->27->915" ] }, { @@ -21821,7 +21876,7 @@ "ru": "Удалить это устройство", "zh-chs": "刪除此設備", "xloc": [ - "default.handlebars->27->556" + "default.handlebars->27->572" ] }, { @@ -21837,7 +21892,7 @@ "ru": "Удалить этого пользователя", "zh-chs": "删除该用户", "xloc": [ - "default.handlebars->27->1651" + "default.handlebars->27->1681" ] }, { @@ -21854,7 +21909,7 @@ "ru": "Удалить членство пользователя в группе", "zh-chs": "刪除用戶組成員身份", "xloc": [ - "default.handlebars->27->1685" + "default.handlebars->27->1715" ] }, { @@ -21868,7 +21923,7 @@ "nl": "Gebruikersrechten voor dit apparaat verwijderen", "zh-chs": "删除此设备的用户组权限", "xloc": [ - "default.handlebars->27->1572" + "default.handlebars->27->1602" ] }, { @@ -21885,8 +21940,8 @@ "ru": "Удалить права группы пользователей для этой группы устройств", "zh-chs": "刪除該設備組的用戶組權限", "xloc": [ - "default.handlebars->27->1566", - "default.handlebars->27->590" + "default.handlebars->27->1596", + "default.handlebars->27->606" ] }, { @@ -21903,11 +21958,11 @@ "ru": "Удалить права пользователя для этой группы устройств", "zh-chs": "刪除此設備組的用戶權限", "xloc": [ - "default.handlebars->27->1222", - "default.handlebars->27->1560", - "default.handlebars->27->1679", - "default.handlebars->27->1691", - "default.handlebars->27->591" + "default.handlebars->27->1252", + "default.handlebars->27->1590", + "default.handlebars->27->1709", + "default.handlebars->27->1721", + "default.handlebars->27->607" ] }, { @@ -21928,9 +21983,9 @@ "default-mobile.handlebars->9->297", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->27->1409", - "default.handlebars->27->445", - "default.handlebars->27->777", + "default.handlebars->27->1439", + "default.handlebars->27->461", + "default.handlebars->27->793", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1" @@ -21950,7 +22005,7 @@ "ru": "Требования: ", "zh-chs": "要求:", "xloc": [ - "default.handlebars->27->1132" + "default.handlebars->27->1162" ] }, { @@ -21968,8 +22023,8 @@ "zh-chs": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->27->1504", - "default.handlebars->27->1669" + "default.handlebars->27->1534", + "default.handlebars->27->1699" ] }, { @@ -21986,7 +22041,7 @@ "ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере", "zh-chs": "需要瀏覽器中的Microsoft ClickOnce支持", "xloc": [ - "default.handlebars->27->566" + "default.handlebars->27->582" ] }, { @@ -22003,8 +22058,8 @@ "ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере.", "zh-chs": "在瀏覽器中需要Microsoft ClickOnce支持。", "xloc": [ - "default.handlebars->27->568", - "default.handlebars->27->570" + "default.handlebars->27->584", + "default.handlebars->27->586" ] }, { @@ -22036,7 +22091,7 @@ "zh-chs": "重啟", "xloc": [ "default-mobile.handlebars->9->255", - "default.handlebars->27->641", + "default.handlebars->27->657", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -22108,7 +22163,7 @@ "ru": "Отправить в перезагрузку", "zh-chs": "重置設備", "xloc": [ - "default.handlebars->27->405" + "default.handlebars->27->421" ] }, { @@ -22142,7 +22197,7 @@ "ru": "Перезапуск", "zh-chs": "重新開始", "xloc": [ - "default.handlebars->27->748", + "default.handlebars->27->764", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -22160,7 +22215,7 @@ "ru": "Восстановить сервер", "zh-chs": "還原伺服器", "xloc": [ - "default.handlebars->27->1159" + "default.handlebars->27->1189" ] }, { @@ -22194,7 +22249,7 @@ "ru": "Восстановить сервер из резервной копии, это удалит существующие данные сервера . Продолжайте дальше только если знаете, что делаете.", "zh-chs": "使用備份還原服務器,這將刪除現有服務器數據。僅當您知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->27->1156" + "default.handlebars->27->1186" ] }, { @@ -22211,7 +22266,7 @@ "ru": "Ограничения", "zh-chs": "限制條件", "xloc": [ - "default.handlebars->27->1598" + "default.handlebars->27->1628" ] }, { @@ -22228,7 +22283,7 @@ "ru": "Ретороманский", "zh-chs": "修羅羅馬式", "xloc": [ - "default.handlebars->27->1042" + "default.handlebars->27->1072" ] }, { @@ -22245,7 +22300,7 @@ "ru": "Румынский", "zh-chs": "羅馬尼亞語", "xloc": [ - "default.handlebars->27->1043" + "default.handlebars->27->1073" ] }, { @@ -22262,7 +22317,7 @@ "ru": "Румынский (Молдавия)", "zh-chs": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1044" + "default.handlebars->27->1074" ] }, { @@ -22281,8 +22336,8 @@ "xloc": [ "default-mobile.handlebars->9->107", "default-mobile.handlebars->9->287", - "default.handlebars->27->1382", - "default.handlebars->27->767" + "default.handlebars->27->1412", + "default.handlebars->27->783" ] }, { @@ -22299,8 +22354,8 @@ "ru": "Корневой сертификат", "zh-chs": "根證書", "xloc": [ - "default.handlebars->27->278", - "default.handlebars->27->285" + "default.handlebars->27->294", + "default.handlebars->27->301" ] }, { @@ -22317,8 +22372,8 @@ "ru": "Файл корневого сертификата", "zh-chs": "根證書文件", "xloc": [ - "default.handlebars->27->280", - "default.handlebars->27->287" + "default.handlebars->27->296", + "default.handlebars->27->303" ] }, { @@ -22387,14 +22442,14 @@ "ru": "Router", "zh-chs": "路由器", "xloc": [ - "default.handlebars->27->204" + "default.handlebars->27->220" ] }, { "en": "Run MeshCentral Router and click \\\"install\\\" to make it launchable from the browser.", "nl": "Start MeshCentral Router en klik \\\"install\\\" om het startbaar te maken vanuit de browser.", "xloc": [ - "default.handlebars->27->679" + "default.handlebars->27->695" ] }, { @@ -22411,7 +22466,7 @@ "ru": "Русский", "zh-chs": "俄語", "xloc": [ - "default.handlebars->27->1045" + "default.handlebars->27->1075" ] }, { @@ -22428,7 +22483,7 @@ "ru": "Русский (Молдавия)", "zh-chs": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1046" + "default.handlebars->27->1076" ] }, { @@ -22441,8 +22496,8 @@ "nl": "SMS", "zh-chs": "短信", "xloc": [ - "default.handlebars->27->1640", - "default.handlebars->27->1645", + "default.handlebars->27->1670", + "default.handlebars->27->1675", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3" ] @@ -22457,7 +22512,7 @@ "nl": "SMS geschikt telefoonnummer voor deze gebruiker.", "zh-chs": "此用户的短信功能电话号码。", "xloc": [ - "default.handlebars->27->1657" + "default.handlebars->27->1687" ] }, { @@ -22488,7 +22543,7 @@ "ru": "Такое же как имя устройства", "zh-chs": "與設備名稱相同", "xloc": [ - "default.handlebars->27->248" + "default.handlebars->27->264" ] }, { @@ -22505,7 +22560,7 @@ "ru": "Саамский", "zh-chs": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->27->1047" + "default.handlebars->27->1077" ] }, { @@ -22518,8 +22573,8 @@ "nl": "Voorbeeld IP bereikwaarden", "zh-chs": "IP范围值样本", "xloc": [ - "default.handlebars->27->153", - "default.handlebars->27->157" + "default.handlebars->27->169", + "default.handlebars->27->173" ] }, { @@ -22550,7 +22605,7 @@ "ru": "Санго", "zh-chs": "三鄉", "xloc": [ - "default.handlebars->27->1048" + "default.handlebars->27->1078" ] }, { @@ -22567,7 +22622,7 @@ "ru": "Санскритский", "zh-chs": "梵文", "xloc": [ - "default.handlebars->27->1049" + "default.handlebars->27->1079" ] }, { @@ -22584,7 +22639,7 @@ "ru": "Сардинский", "zh-chs": "撒丁島", "xloc": [ - "default.handlebars->27->1050" + "default.handlebars->27->1080" ] }, { @@ -22618,7 +22673,7 @@ "ru": "Сохранить расположение узла", "zh-chs": "保存節點位置", "xloc": [ - "default.handlebars->27->452" + "default.handlebars->27->468" ] }, { @@ -22667,8 +22722,8 @@ "ru": "Сканировать", "zh-chs": "掃瞄", "xloc": [ - "default.handlebars->27->263", - "default.handlebars->27->265" + "default.handlebars->27->279", + "default.handlebars->27->281" ] }, { @@ -22685,7 +22740,7 @@ "ru": "Сканировать сеть", "zh-chs": "掃描網絡", "xloc": [ - "default.handlebars->27->236" + "default.handlebars->27->252" ] }, { @@ -22702,7 +22757,7 @@ "ru": "Сканировать на наличие Intel® AMT устройств", "zh-chs": "掃描英特爾®AMT設備", "xloc": [ - "default.handlebars->27->266" + "default.handlebars->27->282" ] }, { @@ -22715,7 +22770,7 @@ "nl": "Scan leverde geen resultaten op.", "zh-chs": "扫描未返回任何结果。", "xloc": [ - "default.handlebars->27->156" + "default.handlebars->27->172" ] }, { @@ -22732,7 +22787,7 @@ "ru": "Сканирование...", "zh-chs": "掃描...", "xloc": [ - "default.handlebars->27->267" + "default.handlebars->27->283" ] }, { @@ -22770,7 +22825,7 @@ "ru": "Поиск", "zh-chs": "搜索", "xloc": [ - "default.handlebars->27->465", + "default.handlebars->27->481", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -22843,7 +22898,7 @@ "zh-chs": "使用TLS保護", "xloc": [ "default-mobile.handlebars->9->350", - "default.handlebars->27->840" + "default.handlebars->27->870" ] }, { @@ -22862,10 +22917,10 @@ "xloc": [ "default-mobile.handlebars->9->263", "default-mobile.handlebars->9->349", - "default.handlebars->27->1641", - "default.handlebars->27->252", - "default.handlebars->27->652", - "default.handlebars->27->839" + "default.handlebars->27->1671", + "default.handlebars->27->268", + "default.handlebars->27->668", + "default.handlebars->27->869" ] }, { @@ -22882,7 +22937,7 @@ "ru": "Ключ безопасности", "zh-chs": "安全密鑰", "xloc": [ - "default.handlebars->27->1638" + "default.handlebars->27->1668" ] }, { @@ -22916,12 +22971,12 @@ "ru": "Выбрать все", "zh-chs": "全選", "xloc": [ - "default.handlebars->27->1401", - "default.handlebars->27->1458", - "default.handlebars->27->1529", - "default.handlebars->27->398", - "default.handlebars->27->769", - "default.handlebars->27->771", + "default.handlebars->27->1431", + "default.handlebars->27->1488", + "default.handlebars->27->1559", + "default.handlebars->27->414", + "default.handlebars->27->785", + "default.handlebars->27->787", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -22944,11 +22999,11 @@ "ru": "Очистить все", "zh-chs": "選擇無", "xloc": [ - "default.handlebars->27->1400", - "default.handlebars->27->1457", - "default.handlebars->27->1528", - "default.handlebars->27->397", - "default.handlebars->27->770", + "default.handlebars->27->1430", + "default.handlebars->27->1487", + "default.handlebars->27->1558", + "default.handlebars->27->413", + "default.handlebars->27->786", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -22966,7 +23021,7 @@ "ru": "Выберите новую группу для выбранных устройств", "zh-chs": "為所選設備選擇一個新組", "xloc": [ - "default.handlebars->27->666" + "default.handlebars->27->682" ] }, { @@ -22983,7 +23038,7 @@ "ru": "Выберите новую группу для этого устройства", "zh-chs": "選擇此設備的新組", "xloc": [ - "default.handlebars->27->665" + "default.handlebars->27->681" ] }, { @@ -23000,7 +23055,7 @@ "ru": "Выберите узел для размещения", "zh-chs": "選擇要放置的節點", "xloc": [ - "default.handlebars->27->468" + "default.handlebars->27->484" ] }, { @@ -23017,7 +23072,7 @@ "ru": "Выберите действие для осуществления на всех выбранных устройствах. Действия будут выполнены только при наличии соответствующих прав.", "zh-chs": "選擇要在所有選定設備上執行的操作。僅在擁有適當權限的情況下才能執行操作。", "xloc": [ - "default.handlebars->27->401" + "default.handlebars->27->417" ] }, { @@ -23031,8 +23086,8 @@ "nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.", "zh-chs": "选择要对所有选定用户执行的操作。", "xloc": [ - "default.handlebars->27->1459", - "default.handlebars->27->1530" + "default.handlebars->27->1489", + "default.handlebars->27->1560" ] }, { @@ -23050,7 +23105,7 @@ "zh-chs": "選擇要在此設備上執行的操作。", "xloc": [ "default-mobile.handlebars->9->252", - "default.handlebars->27->638" + "default.handlebars->27->654" ] }, { @@ -23086,7 +23141,7 @@ "zh-chs": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->428", - "default.handlebars->27->1335" + "default.handlebars->27->1365" ] }, { @@ -23112,7 +23167,7 @@ "en": "Send Email", "nl": "E-mail verzenden", "xloc": [ - "default.handlebars->27->1470" + "default.handlebars->27->1500" ] }, { @@ -23129,8 +23184,8 @@ "ru": "Отправить MQTT сообщение", "zh-chs": "發送MQTT消息", "xloc": [ - "default.handlebars->27->399", - "default.handlebars->27->643" + "default.handlebars->27->415", + "default.handlebars->27->659" ] }, { @@ -23147,7 +23202,7 @@ "ru": "Отправить MQTT сообщение", "zh-chs": "發送MQTT消息", "xloc": [ - "default.handlebars->27->658" + "default.handlebars->27->674" ] }, { @@ -23160,7 +23215,7 @@ "nl": "verstuur SMS", "zh-chs": "发送短信", "xloc": [ - "default.handlebars->27->1468" + "default.handlebars->27->1498" ] }, { @@ -23173,7 +23228,7 @@ "nl": "Stuur een SMS bericht naar deze gebruiker", "zh-chs": "发送短信给该用户", "xloc": [ - "default.handlebars->27->1646" + "default.handlebars->27->1676" ] }, { @@ -23181,7 +23236,7 @@ "nl": "Stuur een e-mailbericht naar deze gebruiker", "fr": "Envoyer un Mail à cet utilisateur", "xloc": [ - "default.handlebars->27->1648" + "default.handlebars->27->1678" ] }, { @@ -23198,7 +23253,7 @@ "ru": "Отправить уведомление всем пользователям этой группы.", "zh-chs": "向該組中的所有用戶發送通知。", "xloc": [ - "default.handlebars->27->1557" + "default.handlebars->27->1587" ] }, { @@ -23215,7 +23270,7 @@ "ru": "Отправить текстовое уведомление этому пользователю.", "zh-chs": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->27->1472" + "default.handlebars->27->1502" ] }, { @@ -23231,7 +23286,7 @@ "ru": "Отправить письмо пользователю", "zh-chs": "发送电子邮件给用户", "xloc": [ - "default.handlebars->27->1453" + "default.handlebars->27->1483" ] }, { @@ -23248,7 +23303,7 @@ "ru": "Отправить ссылку для установки", "zh-chs": "發送安裝鏈接", "xloc": [ - "default.handlebars->27->299" + "default.handlebars->27->315" ] }, { @@ -23265,7 +23320,7 @@ "ru": "Отправить приглашение по email.", "zh-chs": "發送邀請電子郵件。", "xloc": [ - "default.handlebars->27->1503" + "default.handlebars->27->1533" ] }, { @@ -23331,7 +23386,7 @@ "ru": "Отправить уведомление пользователю", "zh-chs": "發送用戶通知", "xloc": [ - "default.handlebars->27->1650" + "default.handlebars->27->1680" ] }, { @@ -23348,7 +23403,7 @@ "ru": "Сербский", "zh-chs": "塞爾維亞", "xloc": [ - "default.handlebars->27->1053" + "default.handlebars->27->1083" ] }, { @@ -23366,7 +23421,7 @@ "zh-chs": "序列號", "xloc": [ "default-mobile.handlebars->9->361", - "default.handlebars->27->851" + "default.handlebars->27->881" ] }, { @@ -23383,7 +23438,7 @@ "ru": "Резервное копирование сервера", "zh-chs": "服務器備份", "xloc": [ - "default.handlebars->27->1513" + "default.handlebars->27->1543" ] }, { @@ -23400,7 +23455,7 @@ "ru": "Сертификат сервера", "zh-chs": "服務器證書", "xloc": [ - "default.handlebars->27->1795" + "default.handlebars->27->1825" ] }, { @@ -23417,7 +23472,7 @@ "ru": "База данных сервера", "zh-chs": "服務器數據庫", "xloc": [ - "default.handlebars->27->1796" + "default.handlebars->27->1826" ] }, { @@ -23436,11 +23491,11 @@ "xloc": [ "default-mobile.handlebars->9->407", "default-mobile.handlebars->9->420", - "default.handlebars->27->1298", - "default.handlebars->27->1326", - "default.handlebars->27->1510", - "default.handlebars->27->604", - "default.handlebars->27->623" + "default.handlebars->27->1328", + "default.handlebars->27->1356", + "default.handlebars->27->1540", + "default.handlebars->27->620", + "default.handlebars->27->639" ] }, { @@ -23457,8 +23512,8 @@ "ru": "Разрешения сервера", "zh-chs": "服務器權限", "xloc": [ - "default.handlebars->27->1445", - "default.handlebars->27->1522" + "default.handlebars->27->1475", + "default.handlebars->27->1552" ] }, { @@ -23475,7 +23530,7 @@ "ru": "Квота сервера", "zh-chs": "服務器配額", "xloc": [ - "default.handlebars->27->1612" + "default.handlebars->27->1642" ] }, { @@ -23492,7 +23547,7 @@ "ru": "Восстановление сервера", "zh-chs": "服務器還原", "xloc": [ - "default.handlebars->27->1514" + "default.handlebars->27->1544" ] }, { @@ -23509,7 +23564,7 @@ "ru": "Права", "zh-chs": "服務器權限", "xloc": [ - "default.handlebars->27->1611" + "default.handlebars->27->1641" ] }, { @@ -23526,7 +23581,7 @@ "ru": "Состояние сервера", "zh-chs": "服務器狀態", "xloc": [ - "default.handlebars->27->1746" + "default.handlebars->27->1776" ] }, { @@ -23560,7 +23615,7 @@ "ru": "Трассировка сервера", "zh-chs": "服務器跟踪", "xloc": [ - "default.handlebars->27->1806" + "default.handlebars->27->1836" ] }, { @@ -23577,7 +23632,7 @@ "ru": "Обновление сервера", "zh-chs": "服務器更新", "xloc": [ - "default.handlebars->27->1515" + "default.handlebars->27->1545" ] }, { @@ -23663,7 +23718,7 @@ "ru": "На сервере нет журнала ошибок.", "zh-chs": "服務器沒有錯誤日誌。", "xloc": [ - "default.handlebars->27->103" + "default.handlebars->27->119" ] }, { @@ -23699,7 +23754,7 @@ "ru": "ServerStats.csv", "zh-chs": "ServerStats.csv", "xloc": [ - "default.handlebars->27->1787" + "default.handlebars->27->1817" ] }, { @@ -23716,7 +23771,7 @@ "ru": "Детали службы", "zh-chs": "服務詳情", "xloc": [ - "default.handlebars->27->749" + "default.handlebars->27->765" ] }, { @@ -23740,14 +23795,14 @@ "en": "Session", "nl": "Sessie", "xloc": [ - "default.handlebars->27->1710" + "default.handlebars->27->1740" ] }, { "en": "Session Information", "nl": "Sessie informatie", "xloc": [ - "default.handlebars->27->722" + "default.handlebars->27->738" ] }, { @@ -23790,7 +23845,7 @@ "nl": "Sessies", "xloc": [ "default-mobile.handlebars->9->170", - "default.handlebars->27->223" + "default.handlebars->27->239" ] }, { @@ -23825,7 +23880,7 @@ "ru": "Файл с настройками", "zh-chs": "設定文件", "xloc": [ - "default.handlebars->27->346" + "default.handlebars->27->362" ] }, { @@ -23859,7 +23914,7 @@ "ru": "Установить CIRA", "zh-chs": "設置CIRA", "xloc": [ - "default.handlebars->27->273" + "default.handlebars->27->289" ] }, { @@ -23876,7 +23931,7 @@ "ru": "Метод установки", "zh-chs": "設定方法", "xloc": [ - "default.handlebars->27->271" + "default.handlebars->27->287" ] }, { @@ -23895,9 +23950,9 @@ "xloc": [ "default-mobile.handlebars->9->3", "default.handlebars->27->10", - "default.handlebars->27->207", - "default.handlebars->27->210", - "default.handlebars->27->229", + "default.handlebars->27->223", + "default.handlebars->27->226", + "default.handlebars->27->245", "xterm.handlebars->9->3" ] }, @@ -23932,7 +23987,7 @@ "ru": "Общий процесс", "zh-chs": "共享過程", "xloc": [ - "default.handlebars->27->743" + "default.handlebars->27->759" ] }, { @@ -24042,7 +24097,7 @@ "zh-chs": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->410", - "default.handlebars->27->1301" + "default.handlebars->27->1331" ] }, { @@ -24059,7 +24114,7 @@ "ru": "Показывать панель-уведомление", "zh-chs": "顯示連接工具欄", "xloc": [ - "default.handlebars->27->1264" + "default.handlebars->27->1294" ] }, { @@ -24076,7 +24131,7 @@ "ru": "Показать информацию о расположении устройства", "zh-chs": "顯示設備位置信息", "xloc": [ - "default.handlebars->27->560" + "default.handlebars->27->576" ] }, { @@ -24093,7 +24148,7 @@ "ru": "Показать информацию о сетевом интерфейсе устройства", "zh-chs": "顯示設備網絡接口信息", "xloc": [ - "default.handlebars->27->558" + "default.handlebars->27->574" ] }, { @@ -24200,8 +24255,8 @@ "ru": "Простой режим управления администратора (ACM)", "zh-chs": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->27->1202", - "default.handlebars->27->1225" + "default.handlebars->27->1232", + "default.handlebars->27->1255" ] }, { @@ -24218,9 +24273,9 @@ "ru": "Простой режим управления клиента (CCM)", "zh-chs": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1200", - "default.handlebars->27->1228", - "default.handlebars->27->1232" + "default.handlebars->27->1230", + "default.handlebars->27->1258", + "default.handlebars->27->1262" ] }, { @@ -24237,7 +24292,7 @@ "ru": "Синдхи", "zh-chs": "信地", "xloc": [ - "default.handlebars->27->1051" + "default.handlebars->27->1081" ] }, { @@ -24254,7 +24309,7 @@ "ru": "Сингальский", "zh-chs": "僧伽羅語", "xloc": [ - "default.handlebars->27->1052" + "default.handlebars->27->1082" ] }, { @@ -24279,8 +24334,8 @@ "ru": "Размер", "zh-chs": "尺寸", "xloc": [ - "default.handlebars->27->1713", - "default.handlebars->27->1728", + "default.handlebars->27->1743", + "default.handlebars->27->1758", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -24298,7 +24353,7 @@ "ru": "Размер: 100%", "zh-chs": "尺寸:100%", "xloc": [ - "default.handlebars->27->797" + "default.handlebars->27->813" ] }, { @@ -24315,7 +24370,7 @@ "ru": "Размер: 125%", "zh-chs": "尺寸:125%", "xloc": [ - "default.handlebars->27->798" + "default.handlebars->27->814" ] }, { @@ -24332,7 +24387,7 @@ "ru": "Размер: 150%", "zh-chs": "尺寸:150%", "xloc": [ - "default.handlebars->27->799" + "default.handlebars->27->815" ] }, { @@ -24349,7 +24404,7 @@ "ru": "Размер: 200%", "zh-chs": "尺寸:200%", "xloc": [ - "default.handlebars->27->800" + "default.handlebars->27->816" ] }, { @@ -24373,7 +24428,7 @@ "default.handlebars->27->2", "default.handlebars->27->3", "default.handlebars->27->4", - "default.handlebars->27->640" + "default.handlebars->27->656" ] }, { @@ -24390,7 +24445,7 @@ "ru": "Отправить в сон", "zh-chs": "睡眠裝置", "xloc": [ - "default.handlebars->27->404" + "default.handlebars->27->420" ] }, { @@ -24409,8 +24464,8 @@ "xloc": [ "default-mobile.handlebars->9->179", "default-mobile.handlebars->9->180", - "default.handlebars->27->368", - "default.handlebars->27->370" + "default.handlebars->27->384", + "default.handlebars->27->386" ] }, { @@ -24427,7 +24482,7 @@ "ru": "Словацкий", "zh-chs": "斯洛伐克文", "xloc": [ - "default.handlebars->27->1054" + "default.handlebars->27->1084" ] }, { @@ -24444,7 +24499,7 @@ "ru": "Словенский", "zh-chs": "斯洛文尼亞文", "xloc": [ - "default.handlebars->27->1055" + "default.handlebars->27->1085" ] }, { @@ -24497,7 +24552,7 @@ "ru": "Малая фокусировка", "zh-chs": "小焦點", "xloc": [ - "default.handlebars->27->728" + "default.handlebars->27->744" ] }, { @@ -24514,7 +24569,7 @@ "ru": "Програмное отключение агента", "zh-chs": "軟斷開劑", "xloc": [ - "default.handlebars->27->881" + "default.handlebars->27->911" ] }, { @@ -24532,7 +24587,7 @@ "zh-chs": "軟關", "xloc": [ "default-mobile.handlebars->9->183", - "default.handlebars->27->376" + "default.handlebars->27->392" ] }, { @@ -24566,7 +24621,7 @@ "ru": "Сомани", "zh-chs": "索馬尼", "xloc": [ - "default.handlebars->27->1056" + "default.handlebars->27->1086" ] }, { @@ -24583,7 +24638,7 @@ "ru": "Сорбский", "zh-chs": "索比亞人", "xloc": [ - "default.handlebars->27->1057" + "default.handlebars->27->1087" ] }, { @@ -24713,7 +24768,7 @@ "ru": "Испанский", "zh-chs": "西班牙文", "xloc": [ - "default.handlebars->27->1058" + "default.handlebars->27->1088" ] }, { @@ -24730,7 +24785,7 @@ "ru": "Испанский (Аргентина)", "zh-chs": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->27->1059" + "default.handlebars->27->1089" ] }, { @@ -24747,7 +24802,7 @@ "ru": "Испанский (Боливия)", "zh-chs": "西班牙語(玻利維亞)", "xloc": [ - "default.handlebars->27->1060" + "default.handlebars->27->1090" ] }, { @@ -24764,7 +24819,7 @@ "ru": "Испанский (Чили)", "zh-chs": "西班牙語(智利)", "xloc": [ - "default.handlebars->27->1061" + "default.handlebars->27->1091" ] }, { @@ -24781,7 +24836,7 @@ "ru": "Испанский (Колумбия)", "zh-chs": "西班牙語(哥倫比亞)", "xloc": [ - "default.handlebars->27->1062" + "default.handlebars->27->1092" ] }, { @@ -24798,7 +24853,7 @@ "ru": "Испанский (Коста-Рика)", "zh-chs": "西班牙語(哥斯達黎加)", "xloc": [ - "default.handlebars->27->1063" + "default.handlebars->27->1093" ] }, { @@ -24815,7 +24870,7 @@ "ru": "Испанский (Доминиканская Республика)", "zh-chs": "西班牙語(多米尼加共和國)", "xloc": [ - "default.handlebars->27->1064" + "default.handlebars->27->1094" ] }, { @@ -24832,7 +24887,7 @@ "ru": "Испанский (Эквадор)", "zh-chs": "西班牙語(厄瓜多爾)", "xloc": [ - "default.handlebars->27->1065" + "default.handlebars->27->1095" ] }, { @@ -24849,7 +24904,7 @@ "ru": "Испанский (Сальвадор)", "zh-chs": "西班牙語(薩爾瓦多)", "xloc": [ - "default.handlebars->27->1066" + "default.handlebars->27->1096" ] }, { @@ -24866,7 +24921,7 @@ "ru": "Испанский (Гватемала)", "zh-chs": "西班牙語(危地馬拉)", "xloc": [ - "default.handlebars->27->1067" + "default.handlebars->27->1097" ] }, { @@ -24883,7 +24938,7 @@ "ru": "Испанский (Гондурас)", "zh-chs": "西班牙語(洪都拉斯)", "xloc": [ - "default.handlebars->27->1068" + "default.handlebars->27->1098" ] }, { @@ -24900,7 +24955,7 @@ "ru": "Испанский (Мексика)", "zh-chs": "西班牙語(墨西哥)", "xloc": [ - "default.handlebars->27->1069" + "default.handlebars->27->1099" ] }, { @@ -24917,7 +24972,7 @@ "ru": "Испанский (Никарагуа)", "zh-chs": "西班牙語(尼加拉瓜)", "xloc": [ - "default.handlebars->27->1070" + "default.handlebars->27->1100" ] }, { @@ -24934,7 +24989,7 @@ "ru": "Испанский (Панама)", "zh-chs": "西班牙語(巴拿馬)", "xloc": [ - "default.handlebars->27->1071" + "default.handlebars->27->1101" ] }, { @@ -24951,7 +25006,7 @@ "ru": "Испанский (Парагвай)", "zh-chs": "西班牙語(巴拉圭)", "xloc": [ - "default.handlebars->27->1072" + "default.handlebars->27->1102" ] }, { @@ -24968,7 +25023,7 @@ "ru": "Испанский (Перу)", "zh-chs": "西班牙語(秘魯)", "xloc": [ - "default.handlebars->27->1073" + "default.handlebars->27->1103" ] }, { @@ -24985,7 +25040,7 @@ "ru": "Испанский (Пуэрто-Рико)", "zh-chs": "西班牙語(波多黎各)", "xloc": [ - "default.handlebars->27->1074" + "default.handlebars->27->1104" ] }, { @@ -25002,7 +25057,7 @@ "ru": "Испанский (Испания)", "zh-chs": "西班牙語(西班牙)", "xloc": [ - "default.handlebars->27->1075" + "default.handlebars->27->1105" ] }, { @@ -25019,7 +25074,7 @@ "ru": "Испанский (Уругвай)", "zh-chs": "西班牙語(烏拉圭)", "xloc": [ - "default.handlebars->27->1076" + "default.handlebars->27->1106" ] }, { @@ -25036,7 +25091,7 @@ "ru": "Испанский (Венесуэла)", "zh-chs": "西班牙語(委內瑞拉)", "xloc": [ - "default.handlebars->27->1077" + "default.handlebars->27->1107" ] }, { @@ -25067,7 +25122,7 @@ "nl": "Stabiele versie", "zh-chs": "稳定版", "xloc": [ - "default.handlebars->27->96" + "default.handlebars->27->112" ] }, { @@ -25084,7 +25139,7 @@ "ru": "Старт", "zh-chs": "開始", "xloc": [ - "default.handlebars->27->746" + "default.handlebars->27->762" ] }, { @@ -25095,9 +25150,9 @@ "en": "Start Time", "nl": "Start tijd", "xloc": [ - "default.handlebars->27->1711", - "default.handlebars->27->1730", - "default.handlebars->27->718" + "default.handlebars->27->1741", + "default.handlebars->27->1760", + "default.handlebars->27->734" ] }, { @@ -25114,7 +25169,7 @@ "ru": "Состояние", "zh-chs": "州", "xloc": [ - "default.handlebars->27->737", + "default.handlebars->27->753", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -25149,8 +25204,8 @@ "ru": "Статус", "zh-chs": "狀態", "xloc": [ - "default.handlebars->27->1662", - "default.handlebars->27->1723", + "default.handlebars->27->1692", + "default.handlebars->27->1753", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -25168,7 +25223,7 @@ "ru": "Стоп", "zh-chs": "停止", "xloc": [ - "default.handlebars->27->747" + "default.handlebars->27->763" ] }, { @@ -25184,7 +25239,7 @@ "ru": "Остановить процесс", "zh-chs": "停止程序", "xloc": [ - "default.handlebars->27->734" + "default.handlebars->27->750" ] }, { @@ -25202,7 +25257,7 @@ "zh-chs": "停止進程#{0} \\“ {1} \\”?", "xloc": [ "default-mobile.handlebars->9->283", - "default.handlebars->27->751" + "default.handlebars->27->767" ] }, { @@ -25216,7 +25271,7 @@ "zh-chs": "存储", "xloc": [ "default-mobile.handlebars->9->375", - "default.handlebars->27->865" + "default.handlebars->27->895" ] }, { @@ -25250,7 +25305,7 @@ "ru": "Превышен лимит места для хранения", "zh-chs": "儲存空間超過", "xloc": [ - "default.handlebars->27->1386" + "default.handlebars->27->1416" ] }, { @@ -25267,7 +25322,7 @@ "ru": "Надежный", "zh-chs": "強大", "xloc": [ - "default.handlebars->27->1149" + "default.handlebars->27->1179" ] }, { @@ -25294,7 +25349,7 @@ "en": "Subject", "nl": "Onderwerp", "xloc": [ - "default.handlebars->27->1469" + "default.handlebars->27->1499" ] }, { @@ -25379,7 +25434,7 @@ "ru": "Суту", "zh-chs": "蘇圖", "xloc": [ - "default.handlebars->27->1078" + "default.handlebars->27->1108" ] }, { @@ -25396,7 +25451,7 @@ "ru": "Суахили", "zh-chs": "斯瓦希里語", "xloc": [ - "default.handlebars->27->1079" + "default.handlebars->27->1109" ] }, { @@ -25413,7 +25468,7 @@ "ru": "Шведский", "zh-chs": "瑞典", "xloc": [ - "default.handlebars->27->1080" + "default.handlebars->27->1110" ] }, { @@ -25430,7 +25485,7 @@ "ru": "Шведский (Финляндия)", "zh-chs": "瑞典語(芬蘭)", "xloc": [ - "default.handlebars->27->1081" + "default.handlebars->27->1111" ] }, { @@ -25447,7 +25502,7 @@ "ru": "Шведский (Швеция)", "zh-chs": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->27->1082" + "default.handlebars->27->1112" ] }, { @@ -25464,7 +25519,7 @@ "ru": "Синхронизировать имя устройства на сервере с именем хоста", "zh-chs": "將服務器設備名稱同步到主機名", "xloc": [ - "default.handlebars->27->1272" + "default.handlebars->27->1302" ] }, { @@ -25540,7 +25595,7 @@ "zh-chs": "TLS", "xloc": [ "default-mobile.handlebars->9->225", - "default.handlebars->27->503" + "default.handlebars->27->519" ] }, { @@ -25558,7 +25613,7 @@ "zh-chs": "未設置TLS", "xloc": [ "default-mobile.handlebars->9->351", - "default.handlebars->27->841" + "default.handlebars->27->871" ] }, { @@ -25576,8 +25631,8 @@ "zh-chs": "需要TLS安全", "xloc": [ "default-mobile.handlebars->9->265", - "default.handlebars->27->254", - "default.handlebars->27->654" + "default.handlebars->27->270", + "default.handlebars->27->670" ] }, { @@ -25611,7 +25666,7 @@ "ru": "Тег1, Тег2, Тег3", "zh-chs": "標籤1,標籤2,標籤3", "xloc": [ - "default.handlebars->27->708" + "default.handlebars->27->724" ] }, { @@ -25631,7 +25686,7 @@ "default-mobile.handlebars->9->239", "default-mobile.handlebars->9->240", "default-mobile.handlebars->9->274", - "default.handlebars->27->707", + "default.handlebars->27->723", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7" ] }, @@ -25649,7 +25704,7 @@ "ru": "Тамильский", "zh-chs": "泰米爾語", "xloc": [ - "default.handlebars->27->1083" + "default.handlebars->27->1113" ] }, { @@ -25666,7 +25721,7 @@ "ru": "Татарский", "zh-chs": "塔塔爾族", "xloc": [ - "default.handlebars->27->1084" + "default.handlebars->27->1114" ] }, { @@ -25683,7 +25738,7 @@ "ru": "Телугу", "zh-chs": "泰盧加", "xloc": [ - "default.handlebars->27->1085" + "default.handlebars->27->1115" ] }, { @@ -25701,10 +25756,10 @@ "zh-chs": "終奌站", "xloc": [ "default-mobile.handlebars->9->164", - "default.handlebars->27->1265", - "default.handlebars->27->1717", - "default.handlebars->27->217", - "default.handlebars->27->455", + "default.handlebars->27->1295", + "default.handlebars->27->1747", + "default.handlebars->27->233", + "default.handlebars->27->471", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", "default.handlebars->contextMenu->cxterminal" ] @@ -25740,9 +25795,9 @@ "ru": "Терминал уведомление", "zh-chs": "終端通知", "xloc": [ - "default.handlebars->27->1185", - "default.handlebars->27->1630", - "default.handlebars->27->527" + "default.handlebars->27->1215", + "default.handlebars->27->1660", + "default.handlebars->27->543" ] }, { @@ -25759,9 +25814,9 @@ "ru": "Запрос терминала", "zh-chs": "終端提示", "xloc": [ - "default.handlebars->27->1184", - "default.handlebars->27->1629", - "default.handlebars->27->526" + "default.handlebars->27->1214", + "default.handlebars->27->1659", + "default.handlebars->27->542" ] }, { @@ -25817,7 +25872,7 @@ "ru": "Тайский", "zh-chs": "泰國", "xloc": [ - "default.handlebars->27->1086" + "default.handlebars->27->1116" ] }, { @@ -25852,7 +25907,7 @@ "ru": "Имя группы устройств, к которой принадлежит этот компьютер", "zh-chs": "該計算機所屬的設備組的名稱", "xloc": [ - "default.handlebars->27->482" + "default.handlebars->27->498" ] }, { @@ -25869,7 +25924,7 @@ "ru": "Имя группы устройств, к которой принадлежит этот компьютер.", "zh-chs": "該計算機所屬的設備組的名稱。", "xloc": [ - "default.handlebars->27->480" + "default.handlebars->27->496" ] }, { @@ -25886,8 +25941,8 @@ "ru": "Имя этого компьютера, указанное в операционной системе", "zh-chs": "在操作系統中設置的此計算機的名稱", "xloc": [ - "default.handlebars->27->483", - "default.handlebars->27->485" + "default.handlebars->27->499", + "default.handlebars->27->501" ] }, { @@ -25904,7 +25959,7 @@ "ru": "На данный момент уведомлений нет", "zh-chs": "目前沒有任何通知", "xloc": [ - "default.handlebars->27->1738" + "default.handlebars->27->1768" ] }, { @@ -25938,7 +25993,7 @@ "ru": "Эти настройки можно использовать для подключения MQTT для этого устройства.", "zh-chs": "這些設置可用於連接該設備的MQTT。", "xloc": [ - "default.handlebars->27->167" + "default.handlebars->27->183" ] }, { @@ -25956,7 +26011,7 @@ "zh-chs": "該帳戶無權創建新的設備組。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->27->1135" + "default.handlebars->27->1165" ] }, { @@ -25990,7 +26045,7 @@ "ru": "Это не безопасная политика, так как агенты будут выполнять активацию.", "zh-chs": "這不是安全的策略,因為代理將執行激活。", "xloc": [ - "default.handlebars->27->1250" + "default.handlebars->27->1280" ] }, { @@ -26025,7 +26080,7 @@ "ru": "Эта политика не повлияет на устройства с Intel® AMT в режиме ACM.", "zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。", "xloc": [ - "default.handlebars->27->1249" + "default.handlebars->27->1279" ] }, { @@ -26091,7 +26146,7 @@ "nl": "Hiermee wordt een vermelding toegevoegd aan het gebeurtenislogboek van dit apparaat.", "zh-chs": "这会将条目添加到该设备的事件日志中。", "xloc": [ - "default.handlebars->27->631" + "default.handlebars->27->647" ] }, { @@ -26122,7 +26177,7 @@ "ru": "Это не приведет к удалению устройств с сервера, но они больше не смогут подключаться к серверу. Весь удаленный доступ к устройствам будет потерян. Устройства должны быть подключены, чтобы эта команда работала.", "zh-chs": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->27->661" + "default.handlebars->27->677" ] }, { @@ -26139,7 +26194,7 @@ "ru": "Это не приведет к удалению этого устройства с сервера, но оно больше не сможет подключаться к серверу. Весь удаленный доступ к устройству будет потерян. Для работы этой команды устройство должно быть подключено.", "zh-chs": "這不會將該設備從服務器上刪除,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->27->662" + "default.handlebars->27->678" ] }, { @@ -26156,7 +26211,7 @@ "ru": "Тигровый", "zh-chs": "蒂格雷", "xloc": [ - "default.handlebars->27->1087" + "default.handlebars->27->1117" ] }, { @@ -26180,7 +26235,7 @@ "en": "Timeout", "nl": "Time-out", "xloc": [ - "default.handlebars->27->713" + "default.handlebars->27->729" ] }, { @@ -26197,7 +26252,7 @@ "ru": "Чтобы добавить компьютер в группу \\\"{0}\\\", выполните следующую команду. Потребуются права root.", "zh-chs": "要將計算機添加到{0},請運行以下命令。需要根憑證。", "xloc": [ - "default.handlebars->27->348" + "default.handlebars->27->364" ] }, { @@ -26214,7 +26269,7 @@ "ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующие файлы со скриптами и используйте MeshCommander, чтобы запустить скрипт для настройки компьютеров.", "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”中,請下載以下腳本文件,並使用 MeshCommander 來運行腳本來配置計算機。", "xloc": [ - "default.handlebars->27->272" + "default.handlebars->27->288" ] }, { @@ -26231,7 +26286,7 @@ "ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT", "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”,請在英特爾AMT中將以下證書作為受信任的根加載", "xloc": [ - "default.handlebars->27->275" + "default.handlebars->27->291" ] }, { @@ -26248,7 +26303,7 @@ "ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT, выполните аутентификацию с использованием сертификата клиента со следующим общим именем и подключитесь к серверу.", "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“{0}”中,請將以下證書作為受信任的根加載到英特爾AMT中,使用具有以下通用名稱的客戶端證書進行身份驗證並連接到以下服務器。", "xloc": [ - "default.handlebars->27->284" + "default.handlebars->27->300" ] }, { @@ -26265,7 +26320,7 @@ "ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот агент встроена информация о текущем сервере и группе устройств.", "zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理中嵌入了服務器和設備組信息。", "xloc": [ - "default.handlebars->27->337" + "default.handlebars->27->353" ] }, { @@ -26282,7 +26337,7 @@ "ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот установщик агента встроена информация о текущем сервере и группе устройств.", "zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理安裝程序中嵌入了服務器和設備組信息。", "xloc": [ - "default.handlebars->27->350" + "default.handlebars->27->366" ] }, { @@ -26299,7 +26354,7 @@ "ru": "Чтобы удалить эту учетную запись, введите пароль учетной записи в оба поля и нажмите ОК.", "zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->27->1122" + "default.handlebars->27->1152" ] }, { @@ -26382,7 +26437,7 @@ "ru": "Для удаления Mesh Agent скачайте файл ниже, запустите его и нажмите \\\"удалить\\\".", "zh-chs": "要刪除網格代理,請下載以下文件,運行並單擊\\“卸載\\”。", "xloc": [ - "default.handlebars->27->354" + "default.handlebars->27->370" ] }, { @@ -26399,7 +26454,7 @@ "ru": "Для удаления Mesh Agent выполните следующую команду. Потребуются учетные данные root.", "zh-chs": "要刪除網格代理,請運行以下命令。需要根憑證。", "xloc": [ - "default.handlebars->27->361" + "default.handlebars->27->377" ] }, { @@ -26648,7 +26703,7 @@ "ru": "Тема", "zh-chs": "話題", "xloc": [ - "default.handlebars->27->656" + "default.handlebars->27->672" ] }, { @@ -26699,7 +26754,7 @@ "ru": "Router используется для подключения к различным портам устройства через этот сервер", "zh-chs": "用於通過此服務器連接到設備的流量路由器", "xloc": [ - "default.handlebars->27->562" + "default.handlebars->27->578" ] }, { @@ -26716,7 +26771,7 @@ "ru": "Попытайтесь снова.", "zh-chs": "再試一次。", "xloc": [ - "default.handlebars->27->118" + "default.handlebars->27->134" ] }, { @@ -26733,7 +26788,7 @@ "ru": "Тсонга", "zh-chs": "特松加", "xloc": [ - "default.handlebars->27->1088" + "default.handlebars->27->1118" ] }, { @@ -26750,7 +26805,7 @@ "ru": "Тсвана", "zh-chs": "茨瓦納", "xloc": [ - "default.handlebars->27->1089" + "default.handlebars->27->1119" ] }, { @@ -26767,7 +26822,7 @@ "ru": "Турецкий", "zh-chs": "土耳其", "xloc": [ - "default.handlebars->27->1090" + "default.handlebars->27->1120" ] }, { @@ -26784,7 +26839,7 @@ "ru": "Туркменский", "zh-chs": "土庫曼人", "xloc": [ - "default.handlebars->27->1091" + "default.handlebars->27->1121" ] }, { @@ -26820,11 +26875,11 @@ "xloc": [ "default-mobile.handlebars->9->383", "default-mobile.handlebars->9->98", - "default.handlebars->27->1142", - "default.handlebars->27->1175", - "default.handlebars->27->1226", - "default.handlebars->27->1229", - "default.handlebars->27->744", + "default.handlebars->27->1172", + "default.handlebars->27->1205", + "default.handlebars->27->1256", + "default.handlebars->27->1259", + "default.handlebars->27->760", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3" ] }, @@ -26842,7 +26897,7 @@ "ru": "Введите имя ключа, выберите поле OTP и нажмите кнопку на YubiKey™.", "zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->27->900" + "default.handlebars->27->930" ] }, { @@ -26859,7 +26914,7 @@ "ru": "Введите имя ключа для добавления.", "zh-chs": "輸入要添加的密鑰的名稱。", "xloc": [ - "default.handlebars->27->897" + "default.handlebars->27->927" ] }, { @@ -26876,7 +26931,7 @@ "ru": "Терминал UTF8", "zh-chs": "UTF8終端", "xloc": [ - "default.handlebars->27->755" + "default.handlebars->27->771" ] }, { @@ -26893,7 +26948,7 @@ "ru": "Украинский", "zh-chs": "烏克蘭", "xloc": [ - "default.handlebars->27->1092" + "default.handlebars->27->1122" ] }, { @@ -26910,8 +26965,8 @@ "ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите на вкладку \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.", "zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->27->1137", - "default.handlebars->27->471" + "default.handlebars->27->1167", + "default.handlebars->27->487" ] }, { @@ -26964,8 +27019,8 @@ "ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите на вкладку \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".", "zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->27->1139", - "default.handlebars->27->473" + "default.handlebars->27->1169", + "default.handlebars->27->489" ] }, { @@ -27036,7 +27091,7 @@ "ru": "Невозможно отсканировать этот диапазон адресов.", "zh-chs": "無法掃描該地址範圍。", "xloc": [ - "default.handlebars->27->152" + "default.handlebars->27->168" ] }, { @@ -27072,9 +27127,9 @@ "zh-chs": "卸載", "xloc": [ "default-mobile.handlebars->9->430", - "default.handlebars->27->1337", - "default.handlebars->27->609", - "default.handlebars->27->628" + "default.handlebars->27->1367", + "default.handlebars->27->625", + "default.handlebars->27->644" ] }, { @@ -27092,9 +27147,9 @@ "zh-chs": "卸載代理", "xloc": [ "default-mobile.handlebars->9->412", - "default.handlebars->27->1303", - "default.handlebars->27->400", - "default.handlebars->27->644" + "default.handlebars->27->1333", + "default.handlebars->27->416", + "default.handlebars->27->660" ] }, { @@ -27111,7 +27166,7 @@ "ru": "Удалить агент", "zh-chs": "卸載代理", "xloc": [ - "default.handlebars->27->664" + "default.handlebars->27->680" ] }, { @@ -27134,22 +27189,22 @@ "default-mobile.handlebars->9->348", "default-mobile.handlebars->9->35", "default-mobile.handlebars->9->6", - "default.handlebars->27->1162", - "default.handlebars->27->1163", + "default.handlebars->27->107", + "default.handlebars->27->108", + "default.handlebars->27->109", + "default.handlebars->27->111", + "default.handlebars->27->113", + "default.handlebars->27->1192", + "default.handlebars->27->1193", "default.handlebars->27->13", - "default.handlebars->27->1702", - "default.handlebars->27->1715", - "default.handlebars->27->1716", - "default.handlebars->27->396", + "default.handlebars->27->1732", + "default.handlebars->27->1745", + "default.handlebars->27->1746", "default.handlebars->27->41", + "default.handlebars->27->412", "default.handlebars->27->42", - "default.handlebars->27->831", - "default.handlebars->27->838", - "default.handlebars->27->91", - "default.handlebars->27->92", - "default.handlebars->27->93", - "default.handlebars->27->95", - "default.handlebars->27->97" + "default.handlebars->27->861", + "default.handlebars->27->868" ] }, { @@ -27167,7 +27222,7 @@ "zh-chs": "未知#{0}", "xloc": [ "default-mobile.handlebars->9->377", - "default.handlebars->27->1169" + "default.handlebars->27->1199" ] }, { @@ -27184,7 +27239,7 @@ "ru": "Неизвестное действие", "zh-chs": "未知動作", "xloc": [ - "default.handlebars->27->1752" + "default.handlebars->27->1782" ] }, { @@ -27201,8 +27256,8 @@ "ru": "Неизвестное устройство", "zh-chs": "未知設備", "xloc": [ - "default.handlebars->27->1571", - "default.handlebars->27->1690" + "default.handlebars->27->1601", + "default.handlebars->27->1720" ] }, { @@ -27219,9 +27274,9 @@ "ru": "Неизвестная группа устройств", "zh-chs": "未知設備組", "xloc": [ - "default.handlebars->27->1565", - "default.handlebars->27->1678", - "default.handlebars->27->1756" + "default.handlebars->27->1595", + "default.handlebars->27->1708", + "default.handlebars->27->1786" ] }, { @@ -27238,7 +27293,7 @@ "ru": "Неизвестная группа", "zh-chs": "未知群組", "xloc": [ - "default.handlebars->27->1748" + "default.handlebars->27->1778" ] }, { @@ -27256,7 +27311,7 @@ "zh-chs": "未知狀態", "xloc": [ "default-mobile.handlebars->9->220", - "default.handlebars->27->495" + "default.handlebars->27->511" ] }, { @@ -27273,7 +27328,7 @@ "ru": "Неизвестная группа пользователей", "zh-chs": "未知用戶組", "xloc": [ - "default.handlebars->27->1684" + "default.handlebars->27->1714" ] }, { @@ -27291,7 +27346,7 @@ "zh-chs": "未知版本和狀態", "xloc": [ "default-mobile.handlebars->9->222", - "default.handlebars->27->497" + "default.handlebars->27->513" ] }, { @@ -27308,9 +27363,9 @@ "ru": "Неограниченно", "zh-chs": "無限", "xloc": [ - "default.handlebars->27->165", - "default.handlebars->27->310", - "default.handlebars->27->324" + "default.handlebars->27->181", + "default.handlebars->27->326", + "default.handlebars->27->340" ] }, { @@ -27324,7 +27379,7 @@ "nl": "Account ontgrendelen", "zh-chs": "解锁帐号", "xloc": [ - "default.handlebars->27->1462" + "default.handlebars->27->1492" ] }, { @@ -27362,7 +27417,7 @@ "ru": "Актуально", "zh-chs": "最新", "xloc": [ - "default.handlebars->27->1813" + "default.handlebars->27->1843" ] }, { @@ -27402,11 +27457,11 @@ "default-mobile.handlebars->9->126", "default-mobile.handlebars->9->298", "default-mobile.handlebars->9->316", - "default.handlebars->27->1410", - "default.handlebars->27->1418", - "default.handlebars->27->778", - "default.handlebars->27->801", - "default.handlebars->27->804", + "default.handlebars->27->1440", + "default.handlebars->27->1448", + "default.handlebars->27->794", + "default.handlebars->27->817", + "default.handlebars->27->820", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -27424,7 +27479,7 @@ "ru": "Загрузить ядро Mesh Agent", "zh-chs": "上傳網格代理核心", "xloc": [ - "default.handlebars->27->883" + "default.handlebars->27->913" ] }, { @@ -27441,7 +27496,7 @@ "ru": "Загрузить файл ядра", "zh-chs": "上載核心文件", "xloc": [ - "default.handlebars->27->880" + "default.handlebars->27->910" ] }, { @@ -27458,7 +27513,7 @@ "ru": "Загрузить ядро по умолчанию с сервера ", "zh-chs": "上載默認服務器核心", "xloc": [ - "default.handlebars->27->877" + "default.handlebars->27->907" ] }, { @@ -27475,7 +27530,7 @@ "ru": "Загрузить ядро восстановления", "zh-chs": "上傳恢復核心", "xloc": [ - "default.handlebars->27->879" + "default.handlebars->27->909" ] }, { @@ -27492,8 +27547,8 @@ "ru": "Загрузка перезапишет 1 файл. Продолжить?", "zh-chs": "上傳將覆蓋1個文件。繼續?", "xloc": [ - "default.handlebars->27->1419", - "default.handlebars->27->802" + "default.handlebars->27->1449", + "default.handlebars->27->818" ] }, { @@ -27510,8 +27565,8 @@ "ru": "Загрузка перезапишет {0} файлов. Продолжить?", "zh-chs": "上傳將覆蓋{0}個文件。繼續?", "xloc": [ - "default.handlebars->27->1420", - "default.handlebars->27->803" + "default.handlebars->27->1450", + "default.handlebars->27->819" ] }, { @@ -27542,7 +27597,7 @@ "ru": "Верхний Сорбский", "zh-chs": "上索布族", "xloc": [ - "default.handlebars->27->1093" + "default.handlebars->27->1123" ] }, { @@ -27559,7 +27614,7 @@ "ru": "Урду", "zh-chs": "烏爾都語", "xloc": [ - "default.handlebars->27->1094" + "default.handlebars->27->1124" ] }, { @@ -27611,8 +27666,8 @@ "ru": "Использовано", "zh-chs": "用過的", "xloc": [ - "default.handlebars->27->1742", - "default.handlebars->27->1744" + "default.handlebars->27->1772", + "default.handlebars->27->1774" ] }, { @@ -27629,12 +27684,12 @@ "ru": "Пользователь", "zh-chs": "用戶", "xloc": [ - "default.handlebars->27->1223", - "default.handlebars->27->1446", - "default.handlebars->27->1561", - "default.handlebars->27->1735", - "default.handlebars->27->195", - "default.handlebars->27->593" + "default.handlebars->27->1253", + "default.handlebars->27->1476", + "default.handlebars->27->1591", + "default.handlebars->27->1765", + "default.handlebars->27->211", + "default.handlebars->27->609" ] }, { @@ -27651,7 +27706,7 @@ "ru": "Пользователь + Файлы", "zh-chs": "用戶+文件", "xloc": [ - "default.handlebars->27->1447" + "default.handlebars->27->1477" ] }, { @@ -27668,10 +27723,10 @@ "ru": "Импорт учетной записи пользователя", "zh-chs": "用戶帳戶導入", "xloc": [ - "default.handlebars->27->1474", - "default.handlebars->27->1475", - "default.handlebars->27->1477", - "default.handlebars->27->1479" + "default.handlebars->27->1504", + "default.handlebars->27->1505", + "default.handlebars->27->1507", + "default.handlebars->27->1509" ] }, { @@ -27688,7 +27743,7 @@ "ru": "Учетные записи пользователей", "zh-chs": "用戶帳號", "xloc": [ - "default.handlebars->27->1761" + "default.handlebars->27->1791" ] }, { @@ -27706,8 +27761,8 @@ "zh-chs": "用戶授權", "xloc": [ "default-mobile.handlebars->9->385", - "default.handlebars->27->1221", - "default.handlebars->27->589" + "default.handlebars->27->1251", + "default.handlebars->27->605" ] }, { @@ -27724,9 +27779,9 @@ "ru": "Согласие пользователя", "zh-chs": "用戶同意", "xloc": [ - "default.handlebars->27->1191", - "default.handlebars->27->1636", - "default.handlebars->27->533" + "default.handlebars->27->1221", + "default.handlebars->27->1666", + "default.handlebars->27->549" ] }, { @@ -27743,12 +27798,12 @@ "ru": "Группа пользователей", "zh-chs": "用戶組", "xloc": [ - "default.handlebars->27->1279", - "default.handlebars->27->1280", - "default.handlebars->27->1537", - "default.handlebars->27->1686", - "default.handlebars->27->1705", - "default.handlebars->27->592" + "default.handlebars->27->1309", + "default.handlebars->27->1310", + "default.handlebars->27->1567", + "default.handlebars->27->1716", + "default.handlebars->27->1735", + "default.handlebars->27->608" ] }, { @@ -27782,7 +27837,7 @@ "ru": "Членство в группах пользователей", "zh-chs": "用戶組成員資格", "xloc": [ - "default.handlebars->27->1683" + "default.handlebars->27->1713" ] }, { @@ -27806,17 +27861,17 @@ "ru": "Идентификатор пользователя", "zh-chs": "用戶標識", "xloc": [ - "default.handlebars->27->1340", - "default.handlebars->27->1605", - "default.handlebars->27->1606" + "default.handlebars->27->1370", + "default.handlebars->27->1635", + "default.handlebars->27->1636" ] }, { "en": "User Identifiers", "nl": "Gebruikers-ID's", "xloc": [ - "default.handlebars->27->1277", - "default.handlebars->27->1590" + "default.handlebars->27->1307", + "default.handlebars->27->1620" ] }, { @@ -27833,7 +27888,7 @@ "ru": "Экспортировать список пользователей", "zh-chs": "用戶列表導出", "xloc": [ - "default.handlebars->27->1486" + "default.handlebars->27->1516" ] }, { @@ -27851,7 +27906,7 @@ "zh-chs": "用戶名", "xloc": [ "default-mobile.handlebars->9->432", - "default.handlebars->27->1339" + "default.handlebars->27->1369" ] }, { @@ -27913,7 +27968,7 @@ "ru": "Сессии пользователя", "zh-chs": "用戶會話", "xloc": [ - "default.handlebars->27->1778" + "default.handlebars->27->1808" ] }, { @@ -27972,7 +28027,7 @@ "en": "User \\\"{0}\\\"", "nl": "Gebuiker \\\"{0}\\\"", "xloc": [ - "default.handlebars->27->721" + "default.handlebars->27->737" ] }, { @@ -27989,8 +28044,8 @@ "ru": "Использовать настройки браузера", "zh-chs": "用戶瀏覽器價值", "xloc": [ - "default.handlebars->27->1104", - "default.handlebars->27->1106" + "default.handlebars->27->1134", + "default.handlebars->27->1136" ] }, { @@ -28047,10 +28102,10 @@ "zh-chs": "用戶名", "xloc": [ "default-mobile.handlebars->9->261", - "default.handlebars->27->1494", - "default.handlebars->27->249", - "default.handlebars->27->281", - "default.handlebars->27->650", + "default.handlebars->27->1524", + "default.handlebars->27->265", + "default.handlebars->27->297", + "default.handlebars->27->666", "mstsc.handlebars->main->1->3->1->4->1->0", "mstsc.handlebars->main->1->3->1->4->3", "player.handlebars->3->4" @@ -28109,9 +28164,9 @@ "ru": "Пользователи", "zh-chs": "用戶數", "xloc": [ - "default.handlebars->27->1525", - "default.handlebars->27->1553", - "default.handlebars->27->1777", + "default.handlebars->27->1555", + "default.handlebars->27->1583", + "default.handlebars->27->1807", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -28129,7 +28184,7 @@ "ru": "Сессии пользователей", "zh-chs": "用戶會話", "xloc": [ - "default.handlebars->27->1765" + "default.handlebars->27->1795" ] }, { @@ -28146,7 +28201,7 @@ "ru": "VT100+ (F10 = ESC+[OY)", "zh-chs": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->27->760" + "default.handlebars->27->776" ] }, { @@ -28163,7 +28218,7 @@ "ru": "Венда", "zh-chs": "文達", "xloc": [ - "default.handlebars->27->1095" + "default.handlebars->27->1125" ] }, { @@ -28182,8 +28237,8 @@ "xloc": [ "default-mobile.handlebars->9->356", "default-mobile.handlebars->9->359", - "default.handlebars->27->846", - "default.handlebars->27->849" + "default.handlebars->27->876", + "default.handlebars->27->879" ] }, { @@ -28197,7 +28252,7 @@ "zh-chs": "验证码:", "xloc": [ "default-mobile.handlebars->9->61", - "default.handlebars->27->142" + "default.handlebars->27->158" ] }, { @@ -28214,7 +28269,7 @@ "ru": "Проверенный", "zh-chs": "已驗證", "xloc": [ - "default.handlebars->27->1664" + "default.handlebars->27->1694" ] }, { @@ -28241,8 +28296,8 @@ "zh-chs": "验证电话号码", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->27->1455", - "default.handlebars->27->884" + "default.handlebars->27->1485", + "default.handlebars->27->914" ] }, { @@ -28298,10 +28353,10 @@ "default-mobile.handlebars->9->340", "default-mobile.handlebars->9->357", "default-mobile.handlebars->9->362", - "default.handlebars->27->809", - "default.handlebars->27->830", - "default.handlebars->27->847", - "default.handlebars->27->852", + "default.handlebars->27->825", + "default.handlebars->27->860", + "default.handlebars->27->877", + "default.handlebars->27->882", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -28318,7 +28373,7 @@ "ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral", "zh-chs": "版本不兼容,请先升级您的MeshCentral安装", "xloc": [ - "default.handlebars->27->1809" + "default.handlebars->27->1839" ] }, { @@ -28353,7 +28408,7 @@ "ru": "Вьетнамский", "zh-chs": "越南文", "xloc": [ - "default.handlebars->27->1096" + "default.handlebars->27->1126" ] }, { @@ -28386,8 +28441,8 @@ "ru": "Просмотр журнала изменений", "zh-chs": "查看变更日志", "xloc": [ - "default.handlebars->27->1812", - "default.handlebars->27->1814" + "default.handlebars->27->1842", + "default.handlebars->27->1844" ] }, { @@ -28404,7 +28459,7 @@ "ru": "Посмотреть примечания этого устройства", "zh-chs": "查看有關此設備的註釋", "xloc": [ - "default.handlebars->27->549" + "default.handlebars->27->565" ] }, { @@ -28421,7 +28476,7 @@ "ru": "Посмотреть примечания этой группы устройств", "zh-chs": "查看有關此設備組的註釋", "xloc": [ - "default.handlebars->27->1206" + "default.handlebars->27->1236" ] }, { @@ -28438,7 +28493,7 @@ "ru": "Посмотреть примечания об этом пользователе", "zh-chs": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->27->1644" + "default.handlebars->27->1674" ] }, { @@ -28455,7 +28510,7 @@ "ru": "Волапукский", "zh-chs": "沃拉普克", "xloc": [ - "default.handlebars->27->1097" + "default.handlebars->27->1127" ] }, { @@ -28502,7 +28557,7 @@ "ko": "사용자가 액세스 권한을 부여하기를 기다리는 중 ...", "zh-chs": "正在等待用户授予访问权限...", "xloc": [ - "default.handlebars->27->710" + "default.handlebars->27->726" ] }, { @@ -28518,8 +28573,8 @@ "ru": "Услуга", "zh-chs": "唤醒", "xloc": [ - "default.handlebars->27->605", - "default.handlebars->27->624" + "default.handlebars->27->621", + "default.handlebars->27->640" ] }, { @@ -28538,8 +28593,8 @@ "xloc": [ "default-mobile.handlebars->9->408", "default-mobile.handlebars->9->421", - "default.handlebars->27->1299", - "default.handlebars->27->1327" + "default.handlebars->27->1329", + "default.handlebars->27->1357" ] }, { @@ -28557,7 +28612,7 @@ "zh-chs": "醒來", "xloc": [ "default-mobile.handlebars->9->253", - "default.handlebars->27->639" + "default.handlebars->27->655" ] }, { @@ -28574,7 +28629,7 @@ "ru": "Разбудить устройства", "zh-chs": "喚醒設備", "xloc": [ - "default.handlebars->27->403" + "default.handlebars->27->419" ] }, { @@ -28591,7 +28646,7 @@ "ru": "Валлонский", "zh-chs": "瓦隆", "xloc": [ - "default.handlebars->27->1098" + "default.handlebars->27->1128" ] }, { @@ -28608,7 +28663,7 @@ "ru": "Слабый", "zh-chs": "弱", "xloc": [ - "default.handlebars->27->1151" + "default.handlebars->27->1181" ] }, { @@ -28645,8 +28700,8 @@ "ru": "Веб-сервер", "zh-chs": "網絡服務器", "xloc": [ - "default.handlebars->27->1798", - "default.handlebars->27->1799" + "default.handlebars->27->1828", + "default.handlebars->27->1829" ] }, { @@ -28663,7 +28718,7 @@ "ru": "Запросы веб-сервера", "zh-chs": "Web服務器請求", "xloc": [ - "default.handlebars->27->1800" + "default.handlebars->27->1830" ] }, { @@ -28680,14 +28735,14 @@ "ru": "Ретранслятор Web Socket", "zh-chs": "Web套接字中繼", "xloc": [ - "default.handlebars->27->1801" + "default.handlebars->27->1831" ] }, { "en": "Web-RDP", "nl": "Web-RDP", "xloc": [ - "default.handlebars->27->575" + "default.handlebars->27->591" ] }, { @@ -28740,7 +28795,7 @@ "ru": "Уэльский", "zh-chs": "威爾士語", "xloc": [ - "default.handlebars->27->1099" + "default.handlebars->27->1129" ] }, { @@ -28757,7 +28812,7 @@ "ru": "Когда этот параметр включен, коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1348" + "default.handlebars->27->1378" ] }, { @@ -28775,7 +28830,7 @@ "zh-chs": "啟用後,每次登錄時,您都可以選擇向電子郵件帳戶接收登錄令牌,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->27->891" + "default.handlebars->27->921" ] }, { @@ -28792,7 +28847,7 @@ "ru": "Будет изменено при следующем входе в систему.", "zh-chs": "下次登錄時將更改。", "xloc": [ - "default.handlebars->27->1616" + "default.handlebars->27->1646" ] }, { @@ -28951,7 +29006,7 @@ "ru": "Исполняемый файл Win32", "zh-chs": "Win32可執行文件", "xloc": [ - "default.handlebars->27->678" + "default.handlebars->27->694" ] }, { @@ -28968,7 +29023,7 @@ "ru": "WinSCP", "zh-chs": "WinSCP", "xloc": [ - "default.handlebars->27->571" + "default.handlebars->27->587" ] }, { @@ -28985,7 +29040,7 @@ "ru": "Windows", "zh-chs": "視窗", "xloc": [ - "default.handlebars->27->328" + "default.handlebars->27->344" ] }, { @@ -29002,8 +29057,8 @@ "ru": "Windows (.exe)", "zh-chs": "Windows(.exe)", "xloc": [ - "default.handlebars->27->340", - "default.handlebars->27->357" + "default.handlebars->27->356", + "default.handlebars->27->373" ] }, { @@ -29020,7 +29075,7 @@ "ru": "Windows (32bit)", "zh-chs": "Windows(32位)", "xloc": [ - "default.handlebars->27->682" + "default.handlebars->27->698" ] }, { @@ -29037,7 +29092,7 @@ "ru": "Windows (64bit)", "zh-chs": "Windows(64位)", "xloc": [ - "default.handlebars->27->683" + "default.handlebars->27->699" ] }, { @@ -29054,7 +29109,7 @@ "ru": "Windows (Удаление)", "zh-chs": "Windows(卸載)", "xloc": [ - "default.handlebars->27->331" + "default.handlebars->27->347" ] }, { @@ -29213,7 +29268,7 @@ "ru": "Только Windows", "zh-chs": "僅Windows", "xloc": [ - "default.handlebars->27->301" + "default.handlebars->27->317" ] }, { @@ -29230,8 +29285,8 @@ "ru": "Windows x64 (.exe)", "zh-chs": "Windows x64(.exe)", "xloc": [ - "default.handlebars->27->344", - "default.handlebars->27->360" + "default.handlebars->27->360", + "default.handlebars->27->376" ] }, { @@ -29265,7 +29320,7 @@ "ru": "Перенос строк: ВЫКЛ", "zh-chs": "包裝:關閉", "xloc": [ - "default.handlebars->27->796" + "default.handlebars->27->812" ] }, { @@ -29282,7 +29337,7 @@ "ru": "Перенос строк: ВКЛ", "zh-chs": "包裝:開", "xloc": [ - "default.handlebars->27->795" + "default.handlebars->27->811" ] }, { @@ -29299,7 +29354,7 @@ "ru": "Записать событие к этому устройству", "zh-chs": "為此設備寫一個事件", "xloc": [ - "default.handlebars->27->551" + "default.handlebars->27->567" ] }, { @@ -29353,7 +29408,7 @@ "ru": "XTerm", "zh-chs": "XTerm", "xloc": [ - "default.handlebars->27->565" + "default.handlebars->27->581" ] }, { @@ -29370,7 +29425,7 @@ "ru": "Кос", "zh-chs": "科薩", "xloc": [ - "default.handlebars->27->1100" + "default.handlebars->27->1130" ] }, { @@ -29387,7 +29442,7 @@ "ru": "Идиш", "zh-chs": "意第緒語", "xloc": [ - "default.handlebars->27->1101" + "default.handlebars->27->1131" ] }, { @@ -29404,7 +29459,7 @@ "ru": "Вы можете возобновить эту функцию в любое время.", "zh-chs": "您可以隨時重新激活此功能。", "xloc": [ - "default.handlebars->27->116" + "default.handlebars->27->132" ] }, { @@ -29428,7 +29483,7 @@ "ru": "Теперь вам понадобится действительный токен, чтобы снова войти в систему.", "zh-chs": "您現在需要一個有效的令牌才能再次登錄。", "xloc": [ - "default.handlebars->27->111" + "default.handlebars->27->127" ] }, { @@ -29462,7 +29517,7 @@ "ru": "YubiKey™ OTP", "zh-chs": "YubiKey™ OTP", "xloc": [ - "default.handlebars->27->903" + "default.handlebars->27->933" ] }, { @@ -29479,7 +29534,7 @@ "ru": "Масштабирование по размеру", "zh-chs": "縮放至適合範圍", "xloc": [ - "default.handlebars->27->460" + "default.handlebars->27->476" ] }, { @@ -29496,8 +29551,8 @@ "ru": "Масштабирование +", "zh-chs": "放大到一定程度", "xloc": [ - "default.handlebars->27->457", - "default.handlebars->27->463" + "default.handlebars->27->473", + "default.handlebars->27->479" ] }, { @@ -29514,8 +29569,8 @@ "ru": "Масштабирование -", "zh-chs": "縮小到一定程度", "xloc": [ - "default.handlebars->27->458", - "default.handlebars->27->464" + "default.handlebars->27->474", + "default.handlebars->27->480" ] }, { @@ -29532,7 +29587,7 @@ "ru": "Зулусский", "zh-chs": "祖魯族", "xloc": [ - "default.handlebars->27->1102" + "default.handlebars->27->1132" ] }, { @@ -29745,14 +29800,14 @@ "ru": "\\\\'", "zh-chs": "\\\\'", "xloc": [ - "default.handlebars->27->1810" + "default.handlebars->27->1840" ] }, { "en": "a:", "xloc": [ - "default.handlebars->27->439", - "default.handlebars->27->440" + "default.handlebars->27->455", + "default.handlebars->27->456" ] }, { @@ -29769,8 +29824,8 @@ "ru": "добавить", "zh-chs": "加一", "xloc": [ - "default.handlebars->27->192", - "default.handlebars->27->194" + "default.handlebars->27->208", + "default.handlebars->27->210" ] }, { @@ -29787,7 +29842,7 @@ "ru": "админ", "zh-chs": "管理員", "xloc": [ - "default.handlebars->27->250" + "default.handlebars->27->266" ] }, { @@ -29827,8 +29882,8 @@ { "en": "atag:", "xloc": [ - "default.handlebars->27->437", - "default.handlebars->27->438" + "default.handlebars->27->453", + "default.handlebars->27->454" ] }, { @@ -29896,7 +29951,7 @@ "ru": "console.txt", "zh-chs": "console.txt", "xloc": [ - "default.handlebars->27->874" + "default.handlebars->27->904" ] }, { @@ -29914,7 +29969,7 @@ "zh-chs": "複製", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->27->1415" + "default.handlebars->27->1445" ] }, { @@ -29937,8 +29992,8 @@ "ru": "devicelist.csv", "zh-chs": "devicelist.csv", "xloc": [ - "default.handlebars->27->416", - "default.handlebars->27->421" + "default.handlebars->27->432", + "default.handlebars->27->437" ] }, { @@ -29955,8 +30010,8 @@ "ru": "devicelist.json", "zh-chs": "devicelist.json", "xloc": [ - "default.handlebars->27->418", - "default.handlebars->27->422" + "default.handlebars->27->434", + "default.handlebars->27->438" ] }, { @@ -29987,8 +30042,8 @@ "ru": "eventslist.csv", "zh-chs": "eventslist.csv", "xloc": [ - "default.handlebars->27->1424", - "default.handlebars->27->1429" + "default.handlebars->27->1454", + "default.handlebars->27->1459" ] }, { @@ -30005,8 +30060,8 @@ "ru": "eventslist.json", "zh-chs": "eventslist.json", "xloc": [ - "default.handlebars->27->1426", - "default.handlebars->27->1430" + "default.handlebars->27->1456", + "default.handlebars->27->1460" ] }, { @@ -30023,7 +30078,7 @@ "ru": "example@email.com", "zh-chs": "example@email.com", "xloc": [ - "default.handlebars->27->297" + "default.handlebars->27->313" ] }, { @@ -30040,7 +30095,7 @@ "ru": "свободно", "zh-chs": "自由", "xloc": [ - "default.handlebars->27->1773" + "default.handlebars->27->1803" ] }, { @@ -30059,8 +30114,8 @@ "xloc": [ "default-mobile.handlebars->9->141", "default-mobile.handlebars->9->142", - "default.handlebars->27->431", - "default.handlebars->27->432" + "default.handlebars->27->447", + "default.handlebars->27->448" ] }, { @@ -30079,8 +30134,8 @@ "xloc": [ "default-mobile.handlebars->9->139", "default-mobile.handlebars->9->140", - "default.handlebars->27->429", - "default.handlebars->27->430" + "default.handlebars->27->445", + "default.handlebars->27->446" ] }, { @@ -30225,7 +30280,7 @@ "ru": "id, name, email, creation, lastlogin, groups, authfactors", "zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors", "xloc": [ - "default.handlebars->27->1487" + "default.handlebars->27->1517" ] }, { @@ -30242,7 +30297,7 @@ "ru": "идентификатор, имя, имя, хост, значок, ip, osdesc, состояние, имя группы, conn, pwr", "zh-chs": "id,名稱,rname,主機,圖標,ip,osdesc,狀態,組名,conn,pwr", "xloc": [ - "default.handlebars->27->420" + "default.handlebars->27->436" ] }, { @@ -30261,8 +30316,8 @@ "xloc": [ "default-mobile.handlebars->9->137", "default-mobile.handlebars->9->138", - "default.handlebars->27->427", - "default.handlebars->27->428" + "default.handlebars->27->443", + "default.handlebars->27->444" ] }, { @@ -30326,7 +30381,7 @@ "ru": "k max, пусто по умолчанию", "zh-chs": "k max,默认为空白", "xloc": [ - "default.handlebars->27->1511" + "default.handlebars->27->1541" ] }, { @@ -30362,28 +30417,28 @@ "zh-chs": "移動", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->27->1416" + "default.handlebars->27->1446" ] }, { "en": "noVNC", "nl": "noVNC", "xloc": [ - "default.handlebars->27->573" + "default.handlebars->27->589" ] }, { "en": "noVNC Connection", "nl": "noVNC verbinding", "xloc": [ - "default.handlebars->27->444" + "default.handlebars->27->460" ] }, { "en": "noVNC remote connection port:", "nl": "noVNC externe verbindingspoort:", "xloc": [ - "default.handlebars->27->443" + "default.handlebars->27->459" ] }, { @@ -30414,7 +30469,7 @@ "ru": "servererrors.txt", "zh-chs": "servererrors.txt", "xloc": [ - "default.handlebars->27->1166" + "default.handlebars->27->1196" ] }, { @@ -30431,7 +30486,7 @@ "ru": "servertrace.csv", "zh-chs": "servertrace.csv", "xloc": [ - "default.handlebars->27->1808" + "default.handlebars->27->1838" ] }, { @@ -30450,8 +30505,8 @@ "xloc": [ "default-mobile.handlebars->9->145", "default-mobile.handlebars->9->146", - "default.handlebars->27->435", - "default.handlebars->27->436" + "default.handlebars->27->451", + "default.handlebars->27->452" ] }, { @@ -30470,8 +30525,8 @@ "xloc": [ "default-mobile.handlebars->9->143", "default-mobile.handlebars->9->144", - "default.handlebars->27->433", - "default.handlebars->27->434" + "default.handlebars->27->449", + "default.handlebars->27->450" ] }, { @@ -30488,7 +30543,7 @@ "ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss", "xloc": [ - "default.handlebars->27->1786" + "default.handlebars->27->1816" ] }, { @@ -30505,7 +30560,7 @@ "ru": "time, source, message", "zh-chs": "時間,來源,訊息", "xloc": [ - "default.handlebars->27->1807" + "default.handlebars->27->1837" ] }, { @@ -30536,7 +30591,7 @@ "ru": "всего", "zh-chs": "總", "xloc": [ - "default.handlebars->27->1774" + "default.handlebars->27->1804" ] }, { @@ -30555,8 +30610,8 @@ "xloc": [ "default-mobile.handlebars->9->135", "default-mobile.handlebars->9->136", - "default.handlebars->27->425", - "default.handlebars->27->426" + "default.handlebars->27->441", + "default.handlebars->27->442" ] }, { @@ -30589,8 +30644,8 @@ "xloc": [ "default-mobile.handlebars->9->133", "default-mobile.handlebars->9->134", - "default.handlebars->27->423", - "default.handlebars->27->424" + "default.handlebars->27->439", + "default.handlebars->27->440" ] }, { @@ -30607,8 +30662,8 @@ "ru": "userlist.csv", "zh-chs": "userlist.csv", "xloc": [ - "default.handlebars->27->1483", - "default.handlebars->27->1488" + "default.handlebars->27->1513", + "default.handlebars->27->1518" ] }, { @@ -30625,8 +30680,8 @@ "ru": "userlist.json", "zh-chs": "userlist.json", "xloc": [ - "default.handlebars->27->1485", - "default.handlebars->27->1489" + "default.handlebars->27->1515", + "default.handlebars->27->1519" ] }, { @@ -30643,7 +30698,7 @@ "ru": "utc, время, тип, действие, пользователь, устройство, сообщение", "zh-chs": "utc,時間,類型,操作,用戶,設備,消息", "xloc": [ - "default.handlebars->27->1428" + "default.handlebars->27->1458" ] }, { @@ -30677,7 +30732,7 @@ "ru": "{0} Гб", "zh-chs": "{0} Gb", "xloc": [ - "default.handlebars->27->1395" + "default.handlebars->27->1425" ] }, { @@ -30694,8 +30749,8 @@ "ru": "{0} Kб", "zh-chs": "{0} Kb", "xloc": [ - "default.handlebars->27->1393", - "default.handlebars->27->1714" + "default.handlebars->27->1423", + "default.handlebars->27->1744" ] }, { @@ -30713,8 +30768,8 @@ "zh-chs": "{0} Mb", "xloc": [ "default-mobile.handlebars->9->373", - "default.handlebars->27->1394", - "default.handlebars->27->863" + "default.handlebars->27->1424", + "default.handlebars->27->893" ] }, { @@ -30732,7 +30787,7 @@ "zh-chs": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->9->368", - "default.handlebars->27->858" + "default.handlebars->27->888" ] }, { @@ -30749,7 +30804,7 @@ "ru": "{0} активных сессий", "zh-chs": "{0}個活動會話", "xloc": [ - "default.handlebars->27->1656" + "default.handlebars->27->1686" ] }, { @@ -30766,7 +30821,7 @@ "ru": "{0} байт", "zh-chs": "{0} b", "xloc": [ - "default.handlebars->27->1392" + "default.handlebars->27->1422" ] }, { @@ -30784,8 +30839,8 @@ "zh-chs": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->27->1403", - "default.handlebars->27->1729" + "default.handlebars->27->1433", + "default.handlebars->27->1759" ] }, { @@ -30802,14 +30857,14 @@ "ru": "{0} байт осталось", "zh-chs": "剩餘{0}個字節", "xloc": [ - "default.handlebars->27->1387" + "default.handlebars->27->1417" ] }, { "en": "{0} connections", "nl": "{0} verbindingen", "xloc": [ - "default.handlebars->27->720" + "default.handlebars->27->736" ] }, { @@ -30826,7 +30881,7 @@ "ru": "{0} гигабайт осталось", "zh-chs": "剩餘{0} GB", "xloc": [ - "default.handlebars->27->1390" + "default.handlebars->27->1420" ] }, { @@ -30843,7 +30898,7 @@ "ru": "{0} групп", "zh-chs": "{0}個群組", "xloc": [ - "default.handlebars->27->1621" + "default.handlebars->27->1651" ] }, { @@ -30860,7 +30915,7 @@ "ru": "{0} часов", "zh-chs": "{0}小時", "xloc": [ - "default.handlebars->27->161" + "default.handlebars->27->177" ] }, { @@ -30891,7 +30946,7 @@ "ru": "{0} килобайт осталось", "zh-chs": "剩餘{0}千字節", "xloc": [ - "default.handlebars->27->1388" + "default.handlebars->27->1418" ] }, { @@ -30926,7 +30981,7 @@ "ru": "{0} мегабайт осталось", "zh-chs": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->27->1389" + "default.handlebars->27->1419" ] }, { @@ -30960,7 +31015,7 @@ "ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...", "zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1438" + "default.handlebars->27->1468" ] }, { @@ -30977,7 +31032,7 @@ "ru": "{0} устройств", "zh-chs": "{0}個節點", "xloc": [ - "default.handlebars->27->364" + "default.handlebars->27->380" ] }, { @@ -31096,11 +31151,11 @@ "default-mobile.handlebars->9->163", "default-mobile.handlebars->9->166", "default-mobile.handlebars->9->169", - "default.handlebars->27->1442", - "default.handlebars->27->213", - "default.handlebars->27->216", - "default.handlebars->27->219", - "default.handlebars->27->222" + "default.handlebars->27->1472", + "default.handlebars->27->229", + "default.handlebars->27->232", + "default.handlebars->27->235", + "default.handlebars->27->238" ] }, { @@ -31117,7 +31172,7 @@ "ru": "{0} настройки (.msh)", "zh-chs": "{0}設置(.msh)", "xloc": [ - "default.handlebars->27->347" + "default.handlebars->27->363" ] }, { @@ -31169,7 +31224,7 @@ "ru": "{0} пользователей", "zh-chs": "{0}個用戶", "xloc": [ - "default.handlebars->27->224" + "default.handlebars->27->240" ] }, { @@ -31220,7 +31275,7 @@ "ru": "{0}k в 1 файле. {1}k максимум", "zh-chs": "{0} k合1檔案。最多{1} k", "xloc": [ - "default.handlebars->27->1397" + "default.handlebars->27->1427" ] }, { @@ -31237,7 +31292,7 @@ "ru": "{0}k в {1} файлах. {2}k максимум", "zh-chs": "{1}個文件中有{0}個。最多{2} k", "xloc": [ - "default.handlebars->27->1396" + "default.handlebars->27->1426" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index c5d68cfc..f3c57409 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -2135,28 +2135,26 @@ if (currentNode._id != message.nodeid) return; updateDeviceDetails(getNodeFromId(message.nodeid), null, message); if ((xxdialogMode == 2) && (xxdialogTag == 'if' + message.nodeid)) { - if (message.netif == null) { - QH('d2netinfo', "No network interface information available for this device."); - } else { - var x = '
'; - - if (currentNode.lastconnect) { x += addHtmlValue2("Last agent connection", printDateTime(new Date(currentNode.lastconnect))); } - if (currentNode.lastaddr) { - var splitip = currentNode.lastaddr.split(':'); - if (splitip.length > 2) { - // IPv6 - x += addHtmlValue2("Last agent address", currentNode.lastaddr + ' '); + var x = '
'; + if (currentNode.lastconnect) { x += addHtmlValue2("Last agent connection", printDateTime(new Date(currentNode.lastconnect))); } + if (currentNode.lastaddr) { + var splitip = currentNode.lastaddr.split(':'); + if (splitip.length > 2) { + // IPv6 + x += addHtmlValue2("Last agent address", currentNode.lastaddr + ' '); + } else { + // IPv4 + if (isPrivateIP(currentNode.lastaddr)) { + x += addHtmlValue2("Last agent address", splitip[0] + ' '); } else { - // IPv4 - if (isPrivateIP(currentNode.lastaddr)) { - x += addHtmlValue2("Last agent address", splitip[0] + ' '); - } else { - x += addHtmlValue2("Last agent address", '' + splitip[0] + ' '); - } + x += addHtmlValue2("Last agent address", '' + splitip[0] + ' '); } } - - x += addHtmlValue2("Last interfaces update", printDateTime(new Date(message.updateTime))); + } + x += addHtmlValue2("Last interfaces update", printDateTime(new Date(message.updateTime))); + + if (message.netif != null) { + // Old style for (var i in message.netif) { var net = message.netif[i]; x += '
' @@ -2169,9 +2167,34 @@ if (net.v4gateway) { x += addHtmlValue2("IPv4 gateway", EscapeHtml(net.v4gateway) + ' '); } if (net.gatewaymac) { x += addHtmlValue2("Gateway MAC", '' + EscapeHtml(net.gatewaymac.toLowerCase()) + ' '); } } - x += '
'; - QH('d2netinfo', x); + } else if (message.netif2 != null) { + // New style + for (var i in message.netif2) { + var net = message.netif2[i]; + if ((net.length < 1) || (net[0].mac.startsWith('00:00:00:00'))) continue; + x += '
' + x += addHtmlValue2("Name", '' + EscapeHtml(i) + ''); + if (net[0].mac) { x += addHtmlValue2("MAC address", '' + EscapeHtml(net[0].mac.toLowerCase()) + ' '); } + if (net[0].fqdn) { x += addHtmlValue2("FQDN", net[0].fqdn); } + for (var j = 0; j < net.length; j++) { + var netif = net[j]; + if (netif.family == 'IPv6') { + if (netif.address) { x += addHtmlValue2("IPv6 address", EscapeHtml(netif.address) + ' '); } + if (netif.netmask) { x += addHtmlValue2("IPv6 mask", EscapeHtml(netif.netmask) + ' '); } + if (netif.gateway) { x += addHtmlValue2("IPv6 gateway", EscapeHtml(netif.gateway) + ' '); } + } else if (netif.family == 'IPv4') { + if (netif.address) { x += addHtmlValue2("IPv4 address", EscapeHtml(netif.address) + ' '); } + if (netif.netmask) { x += addHtmlValue2("IPv4 mask", EscapeHtml(netif.netmask) + ' '); } + if (netif.gateway) { x += addHtmlValue2("IPv4 gateway", EscapeHtml(netif.gateway) + ' '); } + } + } + } + } else { + x += '
' + x += "No network interface information available for this device."; } + x += '
'; + QH('d2netinfo', x); } break; } @@ -8089,7 +8112,7 @@ if (x != '') { sections.push({ name: "Mesh Agent", html: x, img: 'meshagent64.png'}); } } - // Networking + // Networking (old style) if (network.netif != null) { // Compact interfaces that have the same MAC addresses var macInterfaces = {} @@ -8134,6 +8157,48 @@ if (x != '') { sections.push({ name: "Networking", html: x, img: 'networking64.png'}); } } + // Networking + if (network.netif2 != null) { + // Display one network interface for each MAC address + var x = ''; + x += ''; + for (var i in network.netif2) { + var m = network.netif2[i]; + if ((m.length < 1) || (m[0].mac.startsWith('00:00:00:00'))) continue; + x += '
'; + x += '
' + EscapeHtml(i + (m[0].fqdn?(', ' + m[0].fqdn):'')) + '
'; + if (m.desc) { x += addDetailItem("Description", EscapeHtml(m.desc).split('(R)').join('®')); } + //if (m.dnssuffix) { x += addDetailItem("DNS Suffix", m.dnssuffix); } + if (m[0].mac) { + if (m[0].gatewaymac) { + x += addDetailItem("MAC Layer", format("MAC: {0}, Gateway: {1}", EscapeHtml(m[0].mac), EscapeHtml(m[0].gatewaymac))); + } else { + x += addDetailItem("MAC Layer", format("MAC: {0}", m[0].mac)); + } + } + for (var j = 0; j < m.length; j++) { + var iplayer = m[j]; + if (iplayer.family == 'IPv4') { + if (iplayer.gateway && iplayer.netmask) { + x += addDetailItem("IPv4 Layer", format("IP: {0}, Mask: {1}, Gateway: {2}", EscapeHtml(iplayer.address), EscapeHtml(iplayer.netmask), EscapeHtml(iplayer.gateway))); + } else { + x += addDetailItem("IPv4 Layer", format("IP: {0}", EscapeHtml(iplayer.address))); + } + } + if (iplayer.family == 'IPv6') { + if (iplayer.gateway && iplayer.netmask) { + x += addDetailItem("IPv6 Layer", format("IP: {0}, Mask: {1}, Gateway: {2}", EscapeHtml(iplayer.address), EscapeHtml(iplayer.netmask), EscapeHtml(iplayer.gateway))); + } else { + x += addDetailItem("IPv6 Layer", format("IP: {0}", EscapeHtml(iplayer.address))); + } + } + } + x += '
'; + } + x += '
'; + if (x != '') { sections.push({ name: "Networking", html: x, img: 'networking64.png'}); } + } + // Attribute: Intel AMT if (node.intelamt != null) { var x = '';