From ae0be0b8d333f41e247855ab389b578704a6db1e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Wed, 7 Oct 2020 18:02:02 -0700 Subject: [PATCH] Improved event logs when running remote commands. --- agents/meshcore.js | 1 - meshuser.js | 8 + public/scripts/amt-wsman-0.2.0-min.js | 2 +- translate/translate.json | 896 +++++++++++++------------- views/default.handlebars | 4 +- 5 files changed, 466 insertions(+), 445 deletions(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index 3681e419..ae37219e 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -959,7 +959,6 @@ function createMeshCore(agent) { } case 'runcommands': { if (mesh.cmdchild != null) { sendConsoleText("Run commands can't execute, already busy."); break; } - MeshServerLogEx(24, null, "Running commands", data); sendConsoleText("Run commands (" + data.runAsUser + "): " + data.cmds); // data.runAsUser: 0=Agent,1=UserOrAgent,2=UserOnly diff --git a/meshuser.js b/meshuser.js index 3b239560..0e07dfa5 100644 --- a/meshuser.js +++ b/meshuser.js @@ -3642,6 +3642,14 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use // Send the commands to the agent try { agent.send(JSON.stringify({ action: 'runcommands', type: command.type, cmds: command.cmds, runAsUser: command.runAsUser })); } catch (ex) { } if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'runcommands', responseid: command.responseid, result: 'OK' })); } catch (ex) { } } + + // Send out an event that these commands where run on this device + var targets = parent.CreateNodeDispatchTargets(node.meshid, node._id, ['server-users', user._id]); + var msgid = 24; // "Running commands" + if (command.type == 1) { msgid = 99; } // "Running commands as user" + if (command.type == 2) { msgid = 100; } // "Running commands as user if possible" + var event = { etype: 'node', userid: user._id, username: user.name, nodeid: node._id, action: 'runcommands', msg: 'Running commands', msgid: msgid, cmds: command.cmds, cmdType: command.type, runAsUser: command.runAsUser, domain: domain.id }; + parent.parent.DispatchEvent(targets, obj, event); } else { if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'runcommands', responseid: command.responseid, result: 'Invalid command type' })); } catch (ex) { } } } diff --git a/public/scripts/amt-wsman-0.2.0-min.js b/public/scripts/amt-wsman-0.2.0-min.js index 86d1ae50..a8eb3bca 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,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'+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;o27->1431", - "default.handlebars->27->1889" + "default.handlebars->27->1891" ] }, { @@ -769,7 +769,7 @@ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->300", "default.handlebars->27->1542", - "default.handlebars->27->2044", + "default.handlebars->27->2046", "default.handlebars->27->890" ] }, @@ -826,7 +826,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->27->1958" + "default.handlebars->27->1960" ] }, { @@ -913,7 +913,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->27->1923" + "default.handlebars->27->1925" ] }, { @@ -1017,7 +1017,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->27->1713" + "default.handlebars->27->1715" ] }, { @@ -1083,7 +1083,7 @@ "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", "default-mobile.handlebars->9->178", - "default.handlebars->27->1717", + "default.handlebars->27->1719", "default.handlebars->27->248", "default.handlebars->27->251", "default.handlebars->27->254", @@ -1520,8 +1520,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->27->1730", - "default.handlebars->27->1945" + "default.handlebars->27->1732", + "default.handlebars->27->1947" ] }, { @@ -2503,7 +2503,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->27->1895" + "default.handlebars->27->1897" ] }, { @@ -2716,8 +2716,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->27->1732", - "default.handlebars->27->1892" + "default.handlebars->27->1734", + "default.handlebars->27->1894" ] }, { @@ -3121,8 +3121,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->27->1869", - "default.handlebars->27->1993" + "default.handlebars->27->1871", + "default.handlebars->27->1995" ] }, { @@ -3163,8 +3163,8 @@ "zh-cht": "新增裝置群", "xloc": [ "default.handlebars->27->1465", - "default.handlebars->27->1863", - "default.handlebars->27->1981", + "default.handlebars->27->1865", + "default.handlebars->27->1983", "default.handlebars->27->235" ] }, @@ -3306,7 +3306,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->27->2011" + "default.handlebars->27->2013" ] }, { @@ -3414,7 +3414,7 @@ "xloc": [ "default.handlebars->27->1361", "default.handlebars->27->1464", - "default.handlebars->27->1987", + "default.handlebars->27->1989", "default.handlebars->27->669" ] }, @@ -3493,7 +3493,7 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->27->1360", - "default.handlebars->27->1858" + "default.handlebars->27->1860" ] }, { @@ -3533,7 +3533,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->27->1891" + "default.handlebars->27->1893" ] }, { @@ -3901,7 +3901,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->27->1927" + "default.handlebars->27->1929" ] }, { @@ -3942,7 +3942,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->27->1795" + "default.handlebars->27->1797" ] }, { @@ -3962,7 +3962,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->27->1724" + "default.handlebars->27->1726" ] }, { @@ -4091,7 +4091,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->27->2054" + "default.handlebars->27->2056" ] }, { @@ -4194,7 +4194,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->27->2070" + "default.handlebars->27->2072" ] }, { @@ -4358,7 +4358,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->27->2086" + "default.handlebars->27->2088" ] }, { @@ -4421,7 +4421,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->27->1687" + "default.handlebars->27->1689" ] }, { @@ -4458,7 +4458,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->27->1685" + "default.handlebars->27->1687" ] }, { @@ -4501,7 +4501,7 @@ "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ "default.handlebars->27->1429", - "default.handlebars->27->1888" + "default.handlebars->27->1890" ] }, { @@ -4627,8 +4627,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->27->1341", - "default.handlebars->27->1849", - "default.handlebars->27->1936", + "default.handlebars->27->1851", + "default.handlebars->27->1938", "default.handlebars->27->609" ] }, @@ -4650,8 +4650,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->27->1342", - "default.handlebars->27->1850", - "default.handlebars->27->1937", + "default.handlebars->27->1852", + "default.handlebars->27->1939", "default.handlebars->27->610" ] }, @@ -5357,7 +5357,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->27->2126" + "default.handlebars->27->2128" ] }, { @@ -5497,7 +5497,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->27->1940" + "default.handlebars->27->1942" ] }, { @@ -5668,7 +5668,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->27->2079" + "default.handlebars->27->2081" ] }, { @@ -5891,7 +5891,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->27->1942" + "default.handlebars->27->1944" ] }, { @@ -5911,7 +5911,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->27->2061" + "default.handlebars->27->2063" ] }, { @@ -5931,7 +5931,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->27->2060" + "default.handlebars->27->2062" ] }, { @@ -6094,7 +6094,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->27->1856", + "default.handlebars->27->1858", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -6115,7 +6115,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->27->1777" + "default.handlebars->27->1779" ] }, { @@ -6135,7 +6135,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->27->1772" + "default.handlebars->27->1774" ] }, { @@ -6240,7 +6240,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->27->2114" + "default.handlebars->27->2116" ] }, { @@ -6260,7 +6260,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->27->2115" + "default.handlebars->27->2117" ] }, { @@ -6301,7 +6301,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->27->2075" + "default.handlebars->27->2077" ] }, { @@ -6321,7 +6321,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2078" + "default.handlebars->27->2080" ] }, { @@ -6341,7 +6341,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2077" + "default.handlebars->27->2079" ] }, { @@ -6361,7 +6361,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->27->2076" + "default.handlebars->27->2078" ] }, { @@ -6403,7 +6403,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->27->1695" + "default.handlebars->27->1697" ] }, { @@ -6423,8 +6423,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->27->1699", - "default.handlebars->27->1764", + "default.handlebars->27->1701", + "default.handlebars->27->1766", "default.handlebars->27->494" ] }, @@ -6445,7 +6445,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->27->2127" + "default.handlebars->27->2129" ] }, { @@ -6622,7 +6622,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->27->1970" + "default.handlebars->27->1972" ] }, { @@ -6666,7 +6666,7 @@ "xloc": [ "default-mobile.handlebars->9->90", "default.handlebars->27->1273", - "default.handlebars->27->1957" + "default.handlebars->27->1959" ] }, { @@ -6686,7 +6686,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->27->1977" + "default.handlebars->27->1979" ] }, { @@ -6706,7 +6706,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->27->1965" + "default.handlebars->27->1967" ] }, { @@ -6788,7 +6788,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->27->1956" + "default.handlebars->27->1958" ] }, { @@ -6969,7 +6969,7 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->27->1716", + "default.handlebars->27->1718", "default.handlebars->27->689", "default.handlebars->27->710" ] @@ -7135,7 +7135,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->27->1045", - "default.handlebars->27->2121" + "default.handlebars->27->2123" ] }, { @@ -7409,7 +7409,7 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default.handlebars->27->2048" + "default.handlebars->27->2050" ] }, { @@ -7477,7 +7477,7 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default.handlebars->27->2047" + "default.handlebars->27->2049" ] }, { @@ -7578,7 +7578,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->27->1833" + "default.handlebars->27->1835" ] }, { @@ -7904,8 +7904,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->27->1864", - "default.handlebars->27->1982" + "default.handlebars->27->1866", + "default.handlebars->27->1984" ] }, { @@ -7925,8 +7925,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->27->1870", - "default.handlebars->27->1994" + "default.handlebars->27->1872", + "default.handlebars->27->1996" ] }, { @@ -7990,10 +7990,10 @@ "default-mobile.handlebars->9->281", "default-mobile.handlebars->9->412", "default.handlebars->27->1406", - "default.handlebars->27->1744", - "default.handlebars->27->1823", - "default.handlebars->27->1884", - "default.handlebars->27->1980", + "default.handlebars->27->1746", + "default.handlebars->27->1825", + "default.handlebars->27->1886", + "default.handlebars->27->1982", "default.handlebars->27->470", "default.handlebars->27->780", "default.handlebars->27->789" @@ -8077,7 +8077,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->27->1743" + "default.handlebars->27->1745" ] }, { @@ -8117,7 +8117,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->27->1822" + "default.handlebars->27->1824" ] }, { @@ -8137,7 +8137,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->27->1979" + "default.handlebars->27->1981" ] }, { @@ -8157,7 +8157,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->1887" + "default.handlebars->27->1889" ] }, { @@ -8177,7 +8177,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->2009" + "default.handlebars->27->2011" ] }, { @@ -8278,8 +8278,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1877", - "default.handlebars->27->2000" + "default.handlebars->27->1879", + "default.handlebars->27->2002" ] }, { @@ -8299,8 +8299,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1879", - "default.handlebars->27->2013" + "default.handlebars->27->1881", + "default.handlebars->27->2015" ] }, { @@ -8320,7 +8320,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->2002" + "default.handlebars->27->2004" ] }, { @@ -8340,7 +8340,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->2005" + "default.handlebars->27->2007" ] }, { @@ -8360,8 +8360,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->27->2003", - "default.handlebars->27->2006" + "default.handlebars->27->2005", + "default.handlebars->27->2008" ] }, { @@ -8703,7 +8703,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->27->2066" + "default.handlebars->27->2068" ] }, { @@ -8723,7 +8723,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->27->2071" + "default.handlebars->27->2073" ] }, { @@ -8813,7 +8813,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->27->2085" + "default.handlebars->27->2087" ] }, { @@ -8833,7 +8833,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->27->2113" + "default.handlebars->27->2115" ] }, { @@ -8983,7 +8983,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->27->2099" + "default.handlebars->27->2101" ] }, { @@ -9390,7 +9390,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->27->2098" + "default.handlebars->27->2100" ] }, { @@ -9430,7 +9430,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->27->1791", + "default.handlebars->27->1793", "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", "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" @@ -9473,7 +9473,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->27->1830" + "default.handlebars->27->1832" ] }, { @@ -9573,7 +9573,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->27->1755" + "default.handlebars->27->1757" ] }, { @@ -9655,7 +9655,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->27->1916" + "default.handlebars->27->1918" ] }, { @@ -10108,10 +10108,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->27->1778", - "default.handlebars->27->1826", - "default.handlebars->27->1837", - "default.handlebars->27->1905" + "default.handlebars->27->1780", + "default.handlebars->27->1828", + "default.handlebars->27->1839", + "default.handlebars->27->1907" ] }, { @@ -10185,7 +10185,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->27->1745" + "default.handlebars->27->1747" ] }, { @@ -10290,7 +10290,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->27->1955" + "default.handlebars->27->1957" ] }, { @@ -10310,8 +10310,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->27->1875", - "default.handlebars->27->1885" + "default.handlebars->27->1877", + "default.handlebars->27->1887" ] }, { @@ -10331,7 +10331,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->27->1824" + "default.handlebars->27->1826" ] }, { @@ -10351,7 +10351,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->27->1978" + "default.handlebars->27->1980" ] }, { @@ -10372,7 +10372,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->27->1741", + "default.handlebars->27->1743", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -10413,7 +10413,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->27->1820" + "default.handlebars->27->1822" ] }, { @@ -10496,7 +10496,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->27->1883" + "default.handlebars->27->1885" ] }, { @@ -10699,10 +10699,10 @@ "default.handlebars->27->1285", "default.handlebars->27->1322", "default.handlebars->27->1409", - "default.handlebars->27->1829", - "default.handlebars->27->1839", - "default.handlebars->27->1840", - "default.handlebars->27->1881", + "default.handlebars->27->1831", + "default.handlebars->27->1841", + "default.handlebars->27->1842", + "default.handlebars->27->1883", "default.handlebars->27->568", "default.handlebars->27->569", "default.handlebars->27->77", @@ -10748,7 +10748,7 @@ "xloc": [ "default-mobile.handlebars->9->260", "default.handlebars->27->1415", - "default.handlebars->27->2025", + "default.handlebars->27->2027", "default.handlebars->27->533", "default.handlebars->27->868", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -10794,8 +10794,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->27->1336", - "default.handlebars->27->1844", - "default.handlebars->27->1931", + "default.handlebars->27->1846", + "default.handlebars->27->1933", "default.handlebars->27->604" ] }, @@ -10817,8 +10817,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->27->1335", - "default.handlebars->27->1843", - "default.handlebars->27->1930", + "default.handlebars->27->1845", + "default.handlebars->27->1932", "default.handlebars->27->603" ] }, @@ -10840,8 +10840,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->27->1333", - "default.handlebars->27->1841", - "default.handlebars->27->1928", + "default.handlebars->27->1843", + "default.handlebars->27->1930", "default.handlebars->27->601" ] }, @@ -10884,8 +10884,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->27->1334", - "default.handlebars->27->1842", - "default.handlebars->27->1929", + "default.handlebars->27->1844", + "default.handlebars->27->1931", "default.handlebars->27->602" ] }, @@ -10991,7 +10991,7 @@ "xloc": [ "default.handlebars->27->1438", "default.handlebars->27->184", - "default.handlebars->27->1997", + "default.handlebars->27->1999", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -11043,11 +11043,11 @@ "default.handlebars->27->1433", "default.handlebars->27->1436", "default.handlebars->27->1437", - "default.handlebars->27->1692", - "default.handlebars->27->1867", - "default.handlebars->27->1873", - "default.handlebars->27->1985", - "default.handlebars->27->2034" + "default.handlebars->27->1694", + "default.handlebars->27->1869", + "default.handlebars->27->1875", + "default.handlebars->27->1987", + "default.handlebars->27->2036" ] }, { @@ -11089,11 +11089,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->27->1708", - "default.handlebars->27->1814", - "default.handlebars->27->1854", - "default.handlebars->27->1925", - "default.handlebars->27->2069", + "default.handlebars->27->1710", + "default.handlebars->27->1816", + "default.handlebars->27->1856", + "default.handlebars->27->1927", + "default.handlebars->27->2071", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -11175,7 +11175,7 @@ "zh-cht": "裝置名稱", "xloc": [ "default-mobile.handlebars->9->283", - "default.handlebars->27->2033", + "default.handlebars->27->2035", "default.handlebars->27->289", "default.handlebars->27->821", "player.handlebars->3->9" @@ -11811,8 +11811,8 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->27->1815", - "default.handlebars->27->1855" + "default.handlebars->27->1817", + "default.handlebars->27->1857" ] }, { @@ -12132,10 +12132,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->27->1779", - "default.handlebars->27->1827", - "default.handlebars->27->1836", - "default.handlebars->27->1904", + "default.handlebars->27->1781", + "default.handlebars->27->1829", + "default.handlebars->27->1838", + "default.handlebars->27->1906", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -12398,7 +12398,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->27->1697", + "default.handlebars->27->1699", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -12599,7 +12599,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->27->1698" + "default.handlebars->27->1700" ] }, { @@ -12619,7 +12619,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->27->1763" + "default.handlebars->27->1765" ] }, { @@ -12740,7 +12740,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->27->2065" + "default.handlebars->27->2067" ] }, { @@ -12780,7 +12780,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->27->1831" + "default.handlebars->27->1833" ] }, { @@ -12817,8 +12817,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->27->2019", - "default.handlebars->27->2039", + "default.handlebars->27->2021", + "default.handlebars->27->2041", "player.handlebars->3->2" ] }, @@ -13462,7 +13462,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->27->1882" + "default.handlebars->27->1884" ] }, { @@ -13551,11 +13551,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->27->1781", - "default.handlebars->27->1908", + "default.handlebars->27->1783", "default.handlebars->27->1910", - "default.handlebars->27->1950", - "default.handlebars->27->1966", + "default.handlebars->27->1912", + "default.handlebars->27->1952", + "default.handlebars->27->1968", "default.handlebars->27->339", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -13709,7 +13709,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->27->1727" + "default.handlebars->27->1729" ] }, { @@ -13729,8 +13729,8 @@ "zh-chs": "电邮已验证", "zh-cht": "電郵已驗證", "xloc": [ - "default.handlebars->27->1728", - "default.handlebars->27->1902" + "default.handlebars->27->1730", + "default.handlebars->27->1904" ] }, { @@ -13750,7 +13750,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->27->1787" + "default.handlebars->27->1789" ] }, { @@ -13770,7 +13770,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->27->1903" + "default.handlebars->27->1905" ] }, { @@ -13834,7 +13834,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->27->1788" + "default.handlebars->27->1790" ] }, { @@ -13854,7 +13854,7 @@ "zh-chs": "电邮/短信流量", "zh-cht": "電郵/短信流量", "xloc": [ - "default.handlebars->27->2107" + "default.handlebars->27->2109" ] }, { @@ -13981,7 +13981,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->27->2041" + "default.handlebars->27->2043" ] }, { @@ -14041,7 +14041,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->27->2038" + "default.handlebars->27->2040" ] }, { @@ -14422,7 +14422,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->27->1792" + "default.handlebars->27->1794" ] }, { @@ -14645,7 +14645,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->27->1703" + "default.handlebars->27->1705" ] }, { @@ -14831,7 +14831,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->27->2092" + "default.handlebars->27->2094" ] }, { @@ -15180,7 +15180,7 @@ "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->261", "default.handlebars->27->1422", - "default.handlebars->27->2026", + "default.handlebars->27->2028", "default.handlebars->27->256", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -15224,8 +15224,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->27->1340", - "default.handlebars->27->1848", - "default.handlebars->27->1935", + "default.handlebars->27->1850", + "default.handlebars->27->1937", "default.handlebars->27->608" ] }, @@ -15247,8 +15247,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->27->1339", - "default.handlebars->27->1847", - "default.handlebars->27->1934", + "default.handlebars->27->1849", + "default.handlebars->27->1936", "default.handlebars->27->607" ] }, @@ -15459,8 +15459,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->27->1786", - "default.handlebars->27->1975" + "default.handlebars->27->1788", + "default.handlebars->27->1977" ] }, { @@ -15543,7 +15543,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->27->1694" + "default.handlebars->27->1696" ] }, { @@ -15584,8 +15584,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->27->2050", - "default.handlebars->27->2052" + "default.handlebars->27->2052", + "default.handlebars->27->2054" ] }, { @@ -15812,7 +15812,7 @@ "default-mobile.handlebars->9->437", "default.handlebars->27->1294", "default.handlebars->27->1441", - "default.handlebars->27->1798" + "default.handlebars->27->1800" ] }, { @@ -15931,7 +15931,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->27->1896" + "default.handlebars->27->1898" ] }, { @@ -16550,8 +16550,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->27->1742", - "default.handlebars->27->1821", + "default.handlebars->27->1744", + "default.handlebars->27->1823", "default.handlebars->27->468", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -16575,7 +16575,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->27->1690" + "default.handlebars->27->1692" ] }, { @@ -16595,7 +16595,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->27->1838" + "default.handlebars->27->1840" ] }, { @@ -16615,7 +16615,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->27->1859" + "default.handlebars->27->1861" ] }, { @@ -16846,7 +16846,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->27->2094" + "default.handlebars->27->2096" ] }, { @@ -16866,7 +16866,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->27->2093" + "default.handlebars->27->2095" ] }, { @@ -17944,7 +17944,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->27->2090" + "default.handlebars->27->2092" ] }, { @@ -17991,7 +17991,7 @@ "default.handlebars->27->1357", "default.handlebars->27->1529", "default.handlebars->27->1537", - "default.handlebars->27->2112", + "default.handlebars->27->2114", "default.handlebars->27->535", "default.handlebars->27->590", "default.handlebars->27->618" @@ -18160,7 +18160,7 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->27->2028", + "default.handlebars->27->2030", "player.handlebars->3->14" ] }, @@ -18201,7 +18201,7 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->27->2027", + "default.handlebars->27->2029", "player.handlebars->3->13" ] }, @@ -18802,7 +18802,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->27->2064" + "default.handlebars->27->2066" ] }, { @@ -18822,7 +18822,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->27->2058" + "default.handlebars->27->2060" ] }, { @@ -18842,8 +18842,8 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->27->1760", - "default.handlebars->27->1762" + "default.handlebars->27->1762", + "default.handlebars->27->1764" ] }, { @@ -18863,7 +18863,7 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->27->1758" + "default.handlebars->27->1760" ] }, { @@ -18883,7 +18883,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->27->2056" + "default.handlebars->27->2058" ] }, { @@ -18903,7 +18903,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->27->2057" + "default.handlebars->27->2059" ] }, { @@ -19030,7 +19030,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->27->1736" + "default.handlebars->27->1738" ] }, { @@ -19314,7 +19314,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->27->1696" + "default.handlebars->27->1698" ] }, { @@ -19334,8 +19334,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->27->1701", - "default.handlebars->27->1766", + "default.handlebars->27->1703", + "default.handlebars->27->1768", "default.handlebars->27->496" ] }, @@ -19972,7 +19972,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->27->1709" + "default.handlebars->27->1711" ] }, { @@ -19992,7 +19992,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->27->1917" + "default.handlebars->27->1919" ] }, { @@ -20064,7 +20064,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->27->1921" + "default.handlebars->27->1923" ] }, { @@ -20124,7 +20124,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->27->1719" + "default.handlebars->27->1721" ] }, { @@ -20325,7 +20325,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->27->1961" + "default.handlebars->27->1963" ] }, { @@ -20390,7 +20390,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->27->2129" + "default.handlebars->27->2131" ] }, { @@ -20949,7 +20949,7 @@ "default.handlebars->27->1033", "default.handlebars->27->1310", "default.handlebars->27->1314", - "default.handlebars->27->2015", + "default.handlebars->27->2017", "default.handlebars->27->793" ] }, @@ -21133,7 +21133,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1806" + "default.handlebars->27->1808" ] }, { @@ -21153,7 +21153,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->27->1809" + "default.handlebars->27->1811" ] }, { @@ -21173,7 +21173,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1739" + "default.handlebars->27->1741" ] }, { @@ -21193,7 +21193,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->27->1720" + "default.handlebars->27->1722" ] }, { @@ -21213,7 +21213,7 @@ "zh-chs": "被锁定账户", "zh-cht": "被鎖定賬戶", "xloc": [ - "default.handlebars->27->1893" + "default.handlebars->27->1895" ] }, { @@ -21857,7 +21857,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->27->2101" + "default.handlebars->27->2103" ] }, { @@ -22024,7 +22024,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->27->1804" + "default.handlebars->27->1806" ] }, { @@ -22064,7 +22064,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->27->1803" + "default.handlebars->27->1805" ] }, { @@ -22084,7 +22084,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->27->1802", + "default.handlebars->27->1804", "default.handlebars->27->696" ] }, @@ -22252,7 +22252,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->27->1725" + "default.handlebars->27->1727" ] }, { @@ -22373,7 +22373,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->27->2062" + "default.handlebars->27->2064" ] }, { @@ -22438,7 +22438,7 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->27->2091" + "default.handlebars->27->2093" ] }, { @@ -22459,7 +22459,7 @@ "zh-cht": "記憶體", "xloc": [ "default-mobile.handlebars->9->391", - "default.handlebars->27->2082", + "default.handlebars->27->2084", "default.handlebars->27->999", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] @@ -22619,7 +22619,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->27->2103" + "default.handlebars->27->2105" ] }, { @@ -22639,7 +22639,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->27->2104" + "default.handlebars->27->2106" ] }, { @@ -22760,7 +22760,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->27->2102" + "default.handlebars->27->2104" ] }, { @@ -23089,7 +23089,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->27->2100" + "default.handlebars->27->2102" ] }, { @@ -23272,7 +23272,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->27->2128" + "default.handlebars->27->2130" ] }, { @@ -23413,7 +23413,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->27->2040" + "default.handlebars->27->2042" ] }, { @@ -23767,12 +23767,12 @@ "default.handlebars->27->1281", "default.handlebars->27->1321", "default.handlebars->27->1408", - "default.handlebars->27->1707", - "default.handlebars->27->1812", - "default.handlebars->27->1828", - "default.handlebars->27->1835", - "default.handlebars->27->1880", - "default.handlebars->27->1899", + "default.handlebars->27->1709", + "default.handlebars->27->1814", + "default.handlebars->27->1830", + "default.handlebars->27->1837", + "default.handlebars->27->1882", + "default.handlebars->27->1901", "default.handlebars->27->558", "default.handlebars->27->76", "default.handlebars->27->852", @@ -23821,7 +23821,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->27->1794" + "default.handlebars->27->1796" ] }, { @@ -24256,8 +24256,8 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->27->1683", - "default.handlebars->27->2014", + "default.handlebars->27->1685", + "default.handlebars->27->2016", "default.handlebars->27->929" ] }, @@ -24426,7 +24426,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->27->1862" + "default.handlebars->27->1864" ] }, { @@ -24446,7 +24446,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->27->1807" + "default.handlebars->27->1809" ] }, { @@ -24580,7 +24580,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->27->1808" + "default.handlebars->27->1810" ] }, { @@ -24608,8 +24608,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->27->1868", - "default.handlebars->27->1986" + "default.handlebars->27->1870", + "default.handlebars->27->1988" ] }, { @@ -24729,8 +24729,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->27->1874", - "default.handlebars->27->1998" + "default.handlebars->27->1876", + "default.handlebars->27->2000" ] }, { @@ -24833,7 +24833,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->27->1811" + "default.handlebars->27->1813" ] }, { @@ -24954,7 +24954,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->27->2016" + "default.handlebars->27->2018" ] }, { @@ -24974,7 +24974,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->27->1894" + "default.handlebars->27->1896" ] }, { @@ -24994,7 +24994,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->27->1992" + "default.handlebars->27->1994" ] }, { @@ -25014,7 +25014,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->27->1715" + "default.handlebars->27->1717" ] }, { @@ -25113,16 +25113,16 @@ "default.handlebars->27->1531", "default.handlebars->27->1550", "default.handlebars->27->1555", - "default.handlebars->27->1691", + "default.handlebars->27->1693", "default.handlebars->27->175", - "default.handlebars->27->1832", "default.handlebars->27->1834", - "default.handlebars->27->1851", + "default.handlebars->27->1836", + "default.handlebars->27->1853", "default.handlebars->27->190", - "default.handlebars->27->1913", - "default.handlebars->27->1922", - "default.handlebars->27->1926", - "default.handlebars->27->1938", + "default.handlebars->27->1915", + "default.handlebars->27->1924", + "default.handlebars->27->1928", + "default.handlebars->27->1940", "default.handlebars->27->206", "default.handlebars->27->207", "default.handlebars->27->555", @@ -25319,7 +25319,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->27->2032" + "default.handlebars->27->2034" ] }, { @@ -25339,8 +25339,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->27->1900", - "default.handlebars->27->1901" + "default.handlebars->27->1902", + "default.handlebars->27->1903" ] }, { @@ -25360,7 +25360,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->27->1968" + "default.handlebars->27->1970" ] }, { @@ -25381,7 +25381,7 @@ "zh-cht": "筆記", "xloc": [ "default.handlebars->27->1358", - "default.handlebars->27->1946", + "default.handlebars->27->1948", "default.handlebars->27->627", "default.handlebars->27->687", "default.handlebars->27->708", @@ -25508,7 +25508,7 @@ "zh-cht": "通知", "xloc": [ "default.handlebars->27->187", - "default.handlebars->27->1952" + "default.handlebars->27->1954" ] }, { @@ -25570,7 +25570,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->27->1754" + "default.handlebars->27->1756" ] }, { @@ -25662,7 +25662,7 @@ "zh-chs": "发生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default.handlebars->27->2046" + "default.handlebars->27->2048" ] }, { @@ -25689,7 +25689,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->27->1712" + "default.handlebars->27->1714" ] }, { @@ -25730,7 +25730,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->27->1688" + "default.handlebars->27->1690" ] }, { @@ -25793,7 +25793,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->27->1711" + "default.handlebars->27->1713" ] }, { @@ -26023,8 +26023,8 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->9->268", - "default.handlebars->27->1738", - "default.handlebars->27->1819", + "default.handlebars->27->1740", + "default.handlebars->27->1821", "default.handlebars->27->466", "default.handlebars->27->481", "default.handlebars->27->753" @@ -26232,7 +26232,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->27->1726" + "default.handlebars->27->1728" ] }, { @@ -26308,7 +26308,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->27->1897" + "default.handlebars->27->1899" ] }, { @@ -26349,12 +26349,12 @@ "zh-cht": "密碼", "xloc": [ "default-mobile.handlebars->9->274", - "default.handlebars->27->1782", - "default.handlebars->27->1783", - "default.handlebars->27->1918", + "default.handlebars->27->1784", + "default.handlebars->27->1785", "default.handlebars->27->1920", - "default.handlebars->27->1971", - "default.handlebars->27->1972", + "default.handlebars->27->1922", + "default.handlebars->27->1973", + "default.handlebars->27->1974", "default.handlebars->27->294", "default.handlebars->27->325", "default.handlebars->27->768", @@ -26498,7 +26498,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->27->1973" + "default.handlebars->27->1975" ] }, { @@ -26930,7 +26930,7 @@ "xloc": [ "default-mobile.handlebars->9->459", "default.handlebars->27->1500", - "default.handlebars->27->1710" + "default.handlebars->27->1712" ] }, { @@ -26976,7 +26976,7 @@ "default.handlebars->27->1025", "default.handlebars->27->1028", "default.handlebars->27->159", - "default.handlebars->27->1963" + "default.handlebars->27->1965" ] }, { @@ -26996,7 +26996,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->27->1912" + "default.handlebars->27->1914" ] }, { @@ -27018,7 +27018,7 @@ "xloc": [ "default-mobile.handlebars->9->66", "default.handlebars->27->1027", - "default.handlebars->27->1962" + "default.handlebars->27->1964" ] }, { @@ -27178,7 +27178,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->27->197", - "default.handlebars->27->2125" + "default.handlebars->27->2127" ] }, { @@ -27573,7 +27573,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->27->2031" + "default.handlebars->27->2033" ] }, { @@ -27801,7 +27801,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->27->2029", + "default.handlebars->27->2031", "player.handlebars->3->16" ] }, @@ -28168,7 +28168,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->27->2095" + "default.handlebars->27->2097" ] }, { @@ -28188,7 +28188,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->27->1784" + "default.handlebars->27->1786" ] }, { @@ -28248,9 +28248,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->27->1909", "default.handlebars->27->1911", - "default.handlebars->27->1964" + "default.handlebars->27->1913", + "default.handlebars->27->1966" ] }, { @@ -28270,7 +28270,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->27->1793" + "default.handlebars->27->1795" ] }, { @@ -28345,7 +28345,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->27->2043" + "default.handlebars->27->2045" ] }, { @@ -28500,7 +28500,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->27->2074" + "default.handlebars->27->2076" ] }, { @@ -28520,7 +28520,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->27->2067" + "default.handlebars->27->2069" ] }, { @@ -28540,8 +28540,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->27->2073", - "default.handlebars->27->2089" + "default.handlebars->27->2075", + "default.handlebars->27->2091" ] }, { @@ -29074,8 +29074,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->27->1878", - "default.handlebars->27->2012" + "default.handlebars->27->1880", + "default.handlebars->27->2014" ] }, { @@ -29095,8 +29095,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->27->1876", - "default.handlebars->27->1999" + "default.handlebars->27->1878", + "default.handlebars->27->2001" ] }, { @@ -29133,7 +29133,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->27->2008" + "default.handlebars->27->2010" ] }, { @@ -29154,7 +29154,7 @@ "zh-cht": "刪除用戶群權限", "xloc": [ "default.handlebars->27->1505", - "default.handlebars->27->2004" + "default.handlebars->27->2006" ] }, { @@ -29174,7 +29174,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->27->1886" + "default.handlebars->27->1888" ] }, { @@ -29195,7 +29195,7 @@ "zh-cht": "刪除用戶權限", "xloc": [ "default.handlebars->27->1503", - "default.handlebars->27->2001" + "default.handlebars->27->2003" ] }, { @@ -29215,7 +29215,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->27->1976" + "default.handlebars->27->1978" ] }, { @@ -29235,7 +29235,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->27->1785" + "default.handlebars->27->1787" ] }, { @@ -29356,7 +29356,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->27->1954" + "default.handlebars->27->1956" ] }, { @@ -29376,7 +29376,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->27->1990" + "default.handlebars->27->1992" ] }, { @@ -29396,7 +29396,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->27->1872" + "default.handlebars->27->1874" ] }, { @@ -29416,7 +29416,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->27->1866", + "default.handlebars->27->1868", "default.handlebars->27->671" ] }, @@ -29438,9 +29438,9 @@ "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ "default.handlebars->27->1375", - "default.handlebars->27->1860", - "default.handlebars->27->1984", - "default.handlebars->27->1996", + "default.handlebars->27->1862", + "default.handlebars->27->1986", + "default.handlebars->27->1998", "default.handlebars->27->672" ] }, @@ -29673,7 +29673,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->27->1689" + "default.handlebars->27->1691" ] }, { @@ -29693,7 +29693,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->27->1684" + "default.handlebars->27->1686" ] }, { @@ -29734,8 +29734,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->27->1790", - "default.handlebars->27->1974" + "default.handlebars->27->1792", + "default.handlebars->27->1976" ] }, { @@ -30045,7 +30045,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->27->1898" + "default.handlebars->27->1900" ] }, { @@ -30392,6 +30392,18 @@ "default.handlebars->27->1608" ] }, + { + "en": "Running commands as user", + "xloc": [ + "default.handlebars->27->1683" + ] + }, + { + "en": "Running commands as user if possible", + "xloc": [ + "default.handlebars->27->1684" + ] + }, { "cs": "ruština", "de": "Russisch", @@ -30449,8 +30461,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->27->1943", - "default.handlebars->27->1948", + "default.handlebars->27->1945", + "default.handlebars->27->1950", "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->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -30475,7 +30487,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->27->1960" + "default.handlebars->27->1962" ] }, { @@ -31025,7 +31037,7 @@ "xloc": [ "default-mobile.handlebars->9->275", "default-mobile.handlebars->9->368", - "default.handlebars->27->1944", + "default.handlebars->27->1946", "default.handlebars->27->295", "default.handlebars->27->769", "default.handlebars->27->976" @@ -31048,7 +31060,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->27->1941" + "default.handlebars->27->1943" ] }, { @@ -31089,8 +31101,8 @@ "zh-cht": "全選", "xloc": [ "default.handlebars->27->1565", - "default.handlebars->27->1734", - "default.handlebars->27->1817", + "default.handlebars->27->1736", + "default.handlebars->27->1819", "default.handlebars->27->453", "default.handlebars->27->891", "default.handlebars->27->893", @@ -31120,8 +31132,8 @@ "zh-cht": "選擇無", "xloc": [ "default.handlebars->27->1564", - "default.handlebars->27->1733", - "default.handlebars->27->1816", + "default.handlebars->27->1735", + "default.handlebars->27->1818", "default.handlebars->27->452", "default.handlebars->27->892", "default.handlebars->meshContextMenu->cxselectnone" @@ -31224,8 +31236,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->27->1737", - "default.handlebars->27->1818" + "default.handlebars->27->1739", + "default.handlebars->27->1820" ] }, { @@ -31331,7 +31343,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->27->1748" + "default.handlebars->27->1750" ] }, { @@ -31392,7 +31404,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->27->1746" + "default.handlebars->27->1748" ] }, { @@ -31412,7 +31424,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->27->1949" + "default.handlebars->27->1951" ] }, { @@ -31432,7 +31444,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->27->1951" + "default.handlebars->27->1953" ] }, { @@ -31452,7 +31464,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->27->1857" + "default.handlebars->27->1859" ] }, { @@ -31472,7 +31484,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->27->1749" + "default.handlebars->27->1751" ] }, { @@ -31492,7 +31504,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->27->1729" + "default.handlebars->27->1731" ] }, { @@ -31532,7 +31544,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->27->1789" + "default.handlebars->27->1791" ] }, { @@ -31654,7 +31666,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->27->1953" + "default.handlebars->27->1955" ] }, { @@ -31715,7 +31727,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->27->1799" + "default.handlebars->27->1801" ] }, { @@ -31735,7 +31747,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->27->2105" + "default.handlebars->27->2107" ] }, { @@ -31755,7 +31767,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->27->2106" + "default.handlebars->27->2108" ] }, { @@ -31779,7 +31791,7 @@ "default-mobile.handlebars->9->443", "default.handlebars->27->1453", "default.handlebars->27->1483", - "default.handlebars->27->1796", + "default.handlebars->27->1798", "default.handlebars->27->685", "default.handlebars->27->706" ] @@ -31801,8 +31813,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->27->1721", - "default.handlebars->27->1810" + "default.handlebars->27->1723", + "default.handlebars->27->1812" ] }, { @@ -31822,7 +31834,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->27->1915" + "default.handlebars->27->1917" ] }, { @@ -31842,7 +31854,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->27->1800" + "default.handlebars->27->1802" ] }, { @@ -31862,7 +31874,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->27->1914" + "default.handlebars->27->1916" ] }, { @@ -31882,7 +31894,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->27->2053" + "default.handlebars->27->2055" ] }, { @@ -31922,7 +31934,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->27->2116" + "default.handlebars->27->2118" ] }, { @@ -31942,7 +31954,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->27->1801" + "default.handlebars->27->1803" ] }, { @@ -32085,7 +32097,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->27->2097" + "default.handlebars->27->2099" ] }, { @@ -32145,7 +32157,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->27->2017" + "default.handlebars->27->2019" ] }, { @@ -32751,8 +32763,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->27->1752", - "default.handlebars->27->1775" + "default.handlebars->27->1754", + "default.handlebars->27->1777" ] }, { @@ -32772,8 +32784,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->27->1751", - "default.handlebars->27->1774" + "default.handlebars->27->1753", + "default.handlebars->27->1776" ] }, { @@ -32793,8 +32805,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->27->1753", - "default.handlebars->27->1776" + "default.handlebars->27->1755", + "default.handlebars->27->1778" ] }, { @@ -32814,8 +32826,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->27->1750", - "default.handlebars->27->1773" + "default.handlebars->27->1752", + "default.handlebars->27->1775" ] }, { @@ -33114,8 +33126,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->27->2020", - "default.handlebars->27->2035", + "default.handlebars->27->2022", + "default.handlebars->27->2037", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -34105,8 +34117,8 @@ "zh-chs": "开始时间", "zh-cht": "開始時間", "xloc": [ - "default.handlebars->27->2018", - "default.handlebars->27->2037", + "default.handlebars->27->2020", + "default.handlebars->27->2039", "default.handlebars->27->835", "desktop.handlebars->3->15" ] @@ -34389,8 +34401,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->27->1967", - "default.handlebars->27->2030", + "default.handlebars->27->1969", + "default.handlebars->27->2032", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -34583,7 +34595,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->27->1747" + "default.handlebars->27->1749" ] }, { @@ -35110,7 +35122,7 @@ "xloc": [ "default-mobile.handlebars->9->168", "default.handlebars->27->1419", - "default.handlebars->27->2024", + "default.handlebars->27->2026", "default.handlebars->27->253", "default.handlebars->27->534", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -35155,8 +35167,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->27->1338", - "default.handlebars->27->1846", - "default.handlebars->27->1933", + "default.handlebars->27->1848", + "default.handlebars->27->1935", "default.handlebars->27->606" ] }, @@ -35178,8 +35190,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->27->1337", - "default.handlebars->27->1845", - "default.handlebars->27->1932", + "default.handlebars->27->1847", + "default.handlebars->27->1934", "default.handlebars->27->605" ] }, @@ -35350,7 +35362,7 @@ "zh-chs": "目前没有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default.handlebars->27->2045" + "default.handlebars->27->2047" ] }, { @@ -35729,7 +35741,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->27->1686" + "default.handlebars->27->1688" ] }, { @@ -37003,9 +37015,9 @@ "default.handlebars->27->13", "default.handlebars->27->1311", "default.handlebars->27->1312", - "default.handlebars->27->2007", - "default.handlebars->27->2022", - "default.handlebars->27->2023", + "default.handlebars->27->2009", + "default.handlebars->27->2024", + "default.handlebars->27->2025", "default.handlebars->27->42", "default.handlebars->27->451", "default.handlebars->27->968", @@ -37050,7 +37062,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->27->2059" + "default.handlebars->27->2061" ] }, { @@ -37070,8 +37082,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->27->1871", - "default.handlebars->27->1995" + "default.handlebars->27->1873", + "default.handlebars->27->1997" ] }, { @@ -37091,9 +37103,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->27->1865", - "default.handlebars->27->1983", - "default.handlebars->27->2063" + "default.handlebars->27->1867", + "default.handlebars->27->1985", + "default.handlebars->27->2065" ] }, { @@ -37113,7 +37125,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->27->2055" + "default.handlebars->27->2057" ] }, { @@ -37154,7 +37166,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->27->1989" + "default.handlebars->27->1991" ] }, { @@ -37217,7 +37229,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->27->1740" + "default.handlebars->27->1742" ] }, { @@ -37261,7 +37273,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->27->2123" + "default.handlebars->27->2125" ] }, { @@ -37599,8 +37611,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->27->2049", - "default.handlebars->27->2051" + "default.handlebars->27->2051", + "default.handlebars->27->2053" ] }, { @@ -37621,10 +37633,10 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->27->1376", - "default.handlebars->27->1693", - "default.handlebars->27->1722", - "default.handlebars->27->1861", - "default.handlebars->27->2042", + "default.handlebars->27->1695", + "default.handlebars->27->1724", + "default.handlebars->27->1863", + "default.handlebars->27->2044", "default.handlebars->27->230", "default.handlebars->27->674" ] @@ -37646,7 +37658,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->27->1723" + "default.handlebars->27->1725" ] }, { @@ -37666,10 +37678,10 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->27->1756", - "default.handlebars->27->1757", + "default.handlebars->27->1758", "default.handlebars->27->1759", - "default.handlebars->27->1761" + "default.handlebars->27->1761", + "default.handlebars->27->1763" ] }, { @@ -37689,7 +37701,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->27->2068" + "default.handlebars->27->2070" ] }, { @@ -37732,9 +37744,9 @@ "zh-cht": "用戶同意", "xloc": [ "default.handlebars->27->1344", - "default.handlebars->27->1852", + "default.handlebars->27->1854", "default.handlebars->27->191", - "default.handlebars->27->1939", + "default.handlebars->27->1941", "default.handlebars->27->612", "default.handlebars->27->741" ] @@ -37758,9 +37770,9 @@ "xloc": [ "default.handlebars->27->1434", "default.handlebars->27->1435", - "default.handlebars->27->1825", - "default.handlebars->27->1991", - "default.handlebars->27->2010", + "default.handlebars->27->1827", + "default.handlebars->27->1993", + "default.handlebars->27->2012", "default.handlebars->27->673" ] }, @@ -37801,7 +37813,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->27->1988" + "default.handlebars->27->1990" ] }, { @@ -37842,8 +37854,8 @@ "zh-cht": "用戶識別碼", "xloc": [ "default.handlebars->27->1499", - "default.handlebars->27->1906", - "default.handlebars->27->1907" + "default.handlebars->27->1908", + "default.handlebars->27->1909" ] }, { @@ -37864,7 +37876,7 @@ "zh-cht": "用戶標識符", "xloc": [ "default.handlebars->27->1432", - "default.handlebars->27->1890" + "default.handlebars->27->1892" ] }, { @@ -37884,7 +37896,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->27->1768" + "default.handlebars->27->1770" ] }, { @@ -37980,7 +37992,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->27->2088" + "default.handlebars->27->2090" ] }, { @@ -38211,7 +38223,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->273", - "default.handlebars->27->1780", + "default.handlebars->27->1782", "default.handlebars->27->292", "default.handlebars->27->324", "default.handlebars->27->767", @@ -38286,9 +38298,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->27->1813", - "default.handlebars->27->1853", - "default.handlebars->27->2087", + "default.handlebars->27->1815", + "default.handlebars->27->1855", + "default.handlebars->27->2089", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -38309,7 +38321,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->27->2072" + "default.handlebars->27->2074" ] }, { @@ -38349,7 +38361,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->27->1735" + "default.handlebars->27->1737" ] }, { @@ -38433,7 +38445,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->27->1969" + "default.handlebars->27->1971" ] }, { @@ -38476,7 +38488,7 @@ "xloc": [ "default-mobile.handlebars->9->63", "default.handlebars->27->1023", - "default.handlebars->27->1731" + "default.handlebars->27->1733" ] }, { @@ -38585,7 +38597,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->27->2119" + "default.handlebars->27->2121" ] }, { @@ -38667,7 +38679,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->27->1805" + "default.handlebars->27->1807" ] }, { @@ -38687,8 +38699,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->27->2122", - "default.handlebars->27->2124" + "default.handlebars->27->2124", + "default.handlebars->27->2126" ] }, { @@ -38748,7 +38760,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->27->1947" + "default.handlebars->27->1949" ] }, { @@ -38999,8 +39011,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->27->2108", - "default.handlebars->27->2109" + "default.handlebars->27->2110", + "default.handlebars->27->2111" ] }, { @@ -39020,7 +39032,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->27->2110" + "default.handlebars->27->2112" ] }, { @@ -39040,7 +39052,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->27->2111" + "default.handlebars->27->2113" ] }, { @@ -39183,7 +39195,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->27->1919" + "default.handlebars->27->1921" ] }, { @@ -40436,7 +40448,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->27->2120" + "default.handlebars->27->2122" ] }, { @@ -40782,8 +40794,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->27->1700", - "default.handlebars->27->1705" + "default.handlebars->27->1702", + "default.handlebars->27->1707" ] }, { @@ -40803,8 +40815,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->27->1702", - "default.handlebars->27->1706" + "default.handlebars->27->1704", + "default.handlebars->27->1708" ] }, { @@ -40844,8 +40856,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->27->2080", - "default.handlebars->27->2083" + "default.handlebars->27->2082", + "default.handlebars->27->2085" ] }, { @@ -41060,7 +41072,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->27->1769" + "default.handlebars->27->1771" ] }, { @@ -41183,7 +41195,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->27->1797" + "default.handlebars->27->1799" ] }, { @@ -41442,7 +41454,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->27->2118" + "default.handlebars->27->2120" ] }, { @@ -41508,7 +41520,7 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->27->2096" + "default.handlebars->27->2098" ] }, { @@ -41528,7 +41540,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->27->2117" + "default.handlebars->27->2119" ] }, { @@ -41565,8 +41577,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->27->2081", - "default.handlebars->27->2084" + "default.handlebars->27->2083", + "default.handlebars->27->2086" ] }, { @@ -41649,8 +41661,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->27->1765", - "default.handlebars->27->1770" + "default.handlebars->27->1767", + "default.handlebars->27->1772" ] }, { @@ -41670,8 +41682,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->27->1767", - "default.handlebars->27->1771" + "default.handlebars->27->1769", + "default.handlebars->27->1773" ] }, { @@ -41691,7 +41703,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->27->1704" + "default.handlebars->27->1706" ] }, { @@ -41754,7 +41766,7 @@ "xloc": [ "default.handlebars->27->1552", "default.handlebars->27->1557", - "default.handlebars->27->2021" + "default.handlebars->27->2023" ] }, { @@ -41820,7 +41832,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->27->1959" + "default.handlebars->27->1961" ] }, { @@ -41863,7 +41875,7 @@ "xloc": [ "default-mobile.handlebars->9->119", "default.handlebars->27->1567", - "default.handlebars->27->2036", + "default.handlebars->27->2038", "download.handlebars->3->2", "download2.handlebars->5->2" ] @@ -41946,7 +41958,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->27->1924" + "default.handlebars->27->1926" ] }, { @@ -42085,7 +42097,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1714" + "default.handlebars->27->1716" ] }, { @@ -42249,7 +42261,7 @@ "default-mobile.handlebars->9->173", "default-mobile.handlebars->9->176", "default-mobile.handlebars->9->179", - "default.handlebars->27->1718", + "default.handlebars->27->1720", "default.handlebars->27->249", "default.handlebars->27->252", "default.handlebars->27->255", diff --git a/views/default.handlebars b/views/default.handlebars index 2e4da2f9..24e18248 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -10777,7 +10777,9 @@ 95: "Added security key", 96: "Verified phone number of user {0}", 97: "Removed phone number of user {0}", - 98: "Help Requested, user: {0}, details: {1}" + 98: "Help Requested, user: {0}, details: {1}", + 99: "Running commands as user", + 100: "Running commands as user if possible" }; // Highlights the device being hovered