From 7e042930fa9cf0d5fc4b65a6b53f112d2567737e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 14 Jul 2022 16:07:41 -0700 Subject: [PATCH] Version 1.0.53 --- package.json | 2 +- public/scripts/agent-rdp-0.0.1-min.js | 2 +- translate/translate.json | 1601 +++++++++++++------------ 3 files changed, 804 insertions(+), 801 deletions(-) diff --git a/package.json b/package.json index 00502120..c12b047a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "1.0.52", + "version": "1.0.53", "keywords": [ "Remote Device Management", "Remote Device Monitoring", diff --git a/public/scripts/agent-rdp-0.0.1-min.js b/public/scripts/agent-rdp-0.0.1-min.js index 55aecf87..ccb2502e 100644 --- a/public/scripts/agent-rdp-0.0.1-min.js +++ b/public/scripts/agent-rdp-0.0.1-min.js @@ -1 +1 @@ -var CreateRDPDesktop=function(e){var a={m:{KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},State:0};a.canvas=Q(e),"string"==typeof(a.CanvasId=e)&&(a.CanvasId=Q(e)),a.Canvas=a.CanvasId.getContext("2d"),a.ScreenWidth=a.width=1280,a.ScreenHeight=a.height=1024,a.m.onClipboardChanged=null;var o=!(a.onConsoleMessageChange=null),i="default";function n(e){return(!0===a.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function r(e){a.State!=e&&(a.State=e,null!=a.onStateChanged&&a.onStateChanged(a,a.State))}function s(e){var t=a.Canvas.canvas.height/a.CanvasId.clientHeight,n=a.Canvas.canvas.width/a.CanvasId.clientWidth,s=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(a.Canvas.canvas),n=(e.pageX-s[0])*n,t=(e.pageY-s[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}a.mouseCursorActive=function(e){o!=e&&(o=e,a.CanvasId.style.cursor=1==e?i:"default")},a.Start=function(e,t,n){r(1),a.nodeid=e,a.port=t;var s={savepass:(a.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(s.width=a.ScreenWidth=a.width=n.width,s.height=a.ScreenHeight=a.height=n.height,delete n.width,delete n.height),a.render=new Mstsc.Canvas.create(a.canvas),a.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),a.socket.binaryType="arraybuffer",a.socket.onopen=function(){r(2),a.socket.send(JSON.stringify(["infos",{ip:a.nodeid,port:a.port,screen:{width:a.width,height:a.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},a.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":r(3),a.rotation=0,a.Canvas.setTransform(1,0,0,1,0,0),a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.m.onScreenSizeChange&&a.m.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);break;case"rdp-bitmap":if(null==a.bitmapData)break;var n=t[1];n.data=a.bitmapData,delete a.bitmapData,a.render.update(n);break;case"rdp-pointer":n=t[1];i=n,o&&(a.CanvasId.style.cursor=n);break;case"rdp-close":a.Stop();break;case"rdp-error":switch(a.consoleMessageTimeout=5,a.consoleMessage=t[1],delete a.consoleMessageArgs,2a.ScreenWidth||t.y>a.ScreenHeight))return a.mouseNagleData=["mouse",t.x,t.y,0,!1],null==a.mouseNagleTimer&&(a.mouseNagleTimer=setTimeout(function(){a.socket.send(JSON.stringify(a.mouseNagleData)),a.mouseNagleTimer=null},50)),e.preventDefault(),!1}},a.m.mouseup=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},a.m.mousedown=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},a.m.handleKeyUp=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},a.m.handleKeyDown=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},a.m.mousewheel=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight)){null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),a.m.ReverseMouseWheel&&(n*=-1),0!=n&&a.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},a.m.SendStringUnicode=function(e){a.socket&&3==a.State&&a.socket.send(JSON.stringify(["utype",e]))},a.m.SendKeyMsgKC=function(e,t,n){if(3==a.State)if("object"==typeof e)for(var s in e)a.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=c[t];null!=t&&a.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},a.m.mousedblclick=function(){},a.m.handleKeyPress=function(){},a.m.setRotation=function(){},a.m.sendcad=function(){a.socket.send(JSON.stringify(["scancode",29,!0])),a.socket.send(JSON.stringify(["scancode",56,!0])),a.socket.send(JSON.stringify(["scancode",57427,!0])),a.socket.send(JSON.stringify(["scancode",57427,!1])),a.socket.send(JSON.stringify(["scancode",56,!1])),a.socket.send(JSON.stringify(["scancode",29,!1]))};var c={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return a} \ No newline at end of file +var CreateRDPDesktop=function(e,a){var o={m:{KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},State:0};o.canvas=Q(e),"string"==typeof(o.CanvasId=e)&&(o.CanvasId=Q(e)),o.Canvas=o.CanvasId.getContext("2d"),o.ScreenWidth=o.width=1280,o.ScreenHeight=o.height=1024,o.m.onClipboardChanged=null;var i=!(o.onConsoleMessageChange=null),r="default";function n(e){return(!0===o.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function c(e){o.State!=e&&(o.State=e,null!=o.onStateChanged&&o.onStateChanged(o,o.State))}function s(e){var t=o.Canvas.canvas.height/o.CanvasId.clientHeight,n=o.Canvas.canvas.width/o.CanvasId.clientWidth,s=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(o.Canvas.canvas),n=(e.pageX-s[0])*n,t=(e.pageY-s[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}o.mouseCursorActive=function(e){i!=e&&(i=e,o.CanvasId.style.cursor=1==e?r:"default")},o.Start=function(e,t,n){c(1),o.nodeid=e,o.port=t;var s={savepass:(o.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(s.width=o.ScreenWidth=o.width=n.width,s.height=o.ScreenHeight=o.height=n.height,delete n.width,delete n.height),o.render=new Mstsc.Canvas.create(o.canvas),o.socket=new WebSocket("wss://"+window.location.host+a+"mstscrelay.ashx"),o.socket.binaryType="arraybuffer",o.socket.onopen=function(){c(2),o.socket.send(JSON.stringify(["infos",{ip:o.nodeid,port:o.port,screen:{width:o.width,height:o.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},o.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":c(3),o.rotation=0,o.Canvas.setTransform(1,0,0,1,0,0),o.Canvas.canvas.width=o.ScreenWidth,o.Canvas.canvas.height=o.ScreenHeight,o.Canvas.fillRect(0,0,o.ScreenWidth,o.ScreenHeight),null!=o.m.onScreenSizeChange&&o.m.onScreenSizeChange(o,o.ScreenWidth,o.ScreenHeight,o.CanvasId);break;case"rdp-bitmap":if(null==o.bitmapData)break;var n=t[1];n.data=o.bitmapData,delete o.bitmapData,o.render.update(n);break;case"rdp-pointer":n=t[1];r=n,i&&(o.CanvasId.style.cursor=n);break;case"rdp-close":o.Stop();break;case"rdp-error":switch(o.consoleMessageTimeout=5,o.consoleMessage=t[1],delete o.consoleMessageArgs,2o.ScreenWidth||t.y>o.ScreenHeight))return o.mouseNagleData=["mouse",t.x,t.y,0,!1],null==o.mouseNagleTimer&&(o.mouseNagleTimer=setTimeout(function(){o.socket.send(JSON.stringify(o.mouseNagleData)),o.mouseNagleTimer=null},50)),e.preventDefault(),!1}},o.m.mouseup=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight))return null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null),o.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},o.m.mousedown=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight))return null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null),o.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},o.m.handleKeyUp=function(e){if(o.socket&&3==o.State)return o.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},o.m.handleKeyDown=function(e){if(o.socket&&3==o.State)return o.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},o.m.mousewheel=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight)){null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),o.m.ReverseMouseWheel&&(n*=-1),0!=n&&o.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},o.m.SendStringUnicode=function(e){o.socket&&3==o.State&&o.socket.send(JSON.stringify(["utype",e]))},o.m.SendKeyMsgKC=function(e,t,n){if(3==o.State)if("object"==typeof e)for(var s in e)o.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=d[t];null!=t&&o.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},o.m.mousedblclick=function(){},o.m.handleKeyPress=function(){},o.m.setRotation=function(){},o.m.sendcad=function(){o.socket.send(JSON.stringify(["scancode",29,!0])),o.socket.send(JSON.stringify(["scancode",56,!0])),o.socket.send(JSON.stringify(["scancode",57427,!0])),o.socket.send(JSON.stringify(["scancode",57427,!1])),o.socket.send(JSON.stringify(["scancode",56,!1])),o.socket.send(JSON.stringify(["scancode",29,!1]))};var d={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return o} \ No newline at end of file diff --git a/translate/translate.json b/translate/translate.json index adac7ff0..e9f2ba2c 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -326,7 +326,7 @@ "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ "default.handlebars->45->2034", - "default.handlebars->45->2589" + "default.handlebars->45->2591" ] }, { @@ -947,7 +947,7 @@ "default.handlebars->45->1455", "default.handlebars->45->1457", "default.handlebars->45->2108", - "default.handlebars->45->2372", + "default.handlebars->45->2374", "default.handlebars->45->900" ] }, @@ -1761,7 +1761,7 @@ "default-mobile.handlebars->11->475", "default.handlebars->45->1363", "default.handlebars->45->2169", - "default.handlebars->45->2787", + "default.handlebars->45->2789", "sharing.handlebars->11->50" ] }, @@ -1926,7 +1926,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->45->2677" + "default.handlebars->45->2679" ] }, { @@ -2059,7 +2059,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->45->2636" + "default.handlebars->45->2638" ] }, { @@ -2189,7 +2189,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->45->2404" + "default.handlebars->45->2406" ] }, { @@ -2391,7 +2391,7 @@ "default-mobile.handlebars->11->218", "default-mobile.handlebars->11->222", "default-mobile.handlebars->11->226", - "default.handlebars->45->2408", + "default.handlebars->45->2410", "default.handlebars->45->402", "default.handlebars->45->405", "default.handlebars->45->409", @@ -3467,7 +3467,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->45->2304" + "default.handlebars->45->2306" ] }, { @@ -3518,7 +3518,7 @@ "zh-chs": "第二个因素", "zh-cht": "第二個因素", "xloc": [ - "default.handlebars->45->2823" + "default.handlebars->45->2825" ] }, { @@ -3543,8 +3543,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->45->2422", - "default.handlebars->45->2660" + "default.handlebars->45->2424", + "default.handlebars->45->2662" ] }, { @@ -4964,7 +4964,7 @@ "zh-chs": "操作系统", "zh-cht": "AMT操作系統", "xloc": [ - "default.handlebars->45->2945" + "default.handlebars->45->2947" ] }, { @@ -4989,7 +4989,7 @@ "zh-chs": "AMT-Redir", "zh-cht": "AMT-Redir", "xloc": [ - "default.handlebars->45->2830" + "default.handlebars->45->2832" ] }, { @@ -5014,7 +5014,7 @@ "zh-chs": "AMT-WSMAN", "zh-cht": "AMT-WSMAN", "xloc": [ - "default.handlebars->45->2829" + "default.handlebars->45->2831" ] }, { @@ -5275,7 +5275,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->45->2595" + "default.handlebars->45->2597" ] }, { @@ -5386,7 +5386,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->45->1802", "default.handlebars->45->1804", - "default.handlebars->45->2998", + "default.handlebars->45->3000", "default.handlebars->45->778", "default.handlebars->45->780" ] @@ -5414,7 +5414,7 @@ "zh-cht": "帳號設定", "xloc": [ "default-mobile.handlebars->11->711", - "default.handlebars->45->2874" + "default.handlebars->45->2876" ] }, { @@ -5490,7 +5490,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->45->2277" + "default.handlebars->45->2279" ] }, { @@ -5515,7 +5515,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->45->2276" + "default.handlebars->45->2278" ] }, { @@ -5540,7 +5540,7 @@ "zh-chs": "已创建帐户,名称为 {0}。", "zh-cht": "已創建帳戶,名稱為 {0}。", "xloc": [ - "default.handlebars->45->2339" + "default.handlebars->45->2341" ] }, { @@ -5565,7 +5565,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->45->2275" + "default.handlebars->45->2277" ] }, { @@ -5592,8 +5592,8 @@ "xloc": [ "default-mobile.handlebars->11->64", "default.handlebars->45->199", - "default.handlebars->45->2424", - "default.handlebars->45->2592" + "default.handlebars->45->2426", + "default.handlebars->45->2594" ] }, { @@ -5619,7 +5619,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->723", - "default.handlebars->45->2886", + "default.handlebars->45->2888", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -5674,7 +5674,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->45->2212" + "default.handlebars->45->2214" ] }, { @@ -5699,7 +5699,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "zh-cht": "從 {0}、{1}、{2} 登錄帳戶", "xloc": [ - "default.handlebars->45->2318" + "default.handlebars->45->2320" ] }, { @@ -5724,7 +5724,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->45->2213" + "default.handlebars->45->2215" ] }, { @@ -5776,7 +5776,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->45->2285" + "default.handlebars->45->2287" ] }, { @@ -5801,7 +5801,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->45->2274" + "default.handlebars->45->2276" ] }, { @@ -6334,8 +6334,8 @@ "zh-cht": "新增裝置", "xloc": [ "default.handlebars->45->1930", - "default.handlebars->45->2567", - "default.handlebars->45->2726", + "default.handlebars->45->2569", + "default.handlebars->45->2728", "default.handlebars->45->447" ] }, @@ -6387,8 +6387,8 @@ "zh-cht": "新增裝置群", "xloc": [ "default.handlebars->45->2070", - "default.handlebars->45->2561", - "default.handlebars->45->2714", + "default.handlebars->45->2563", + "default.handlebars->45->2716", "default.handlebars->45->357" ] }, @@ -6584,7 +6584,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->45->2746" + "default.handlebars->45->2748" ] }, { @@ -6739,7 +6739,7 @@ "xloc": [ "default.handlebars->45->1922", "default.handlebars->45->2069", - "default.handlebars->45->2720", + "default.handlebars->45->2722", "default.handlebars->45->968" ] }, @@ -6838,7 +6838,7 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->45->1921", - "default.handlebars->45->2556" + "default.handlebars->45->2558" ] }, { @@ -6888,7 +6888,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->45->2591" + "default.handlebars->45->2593" ] }, { @@ -7187,7 +7187,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->45->2301" + "default.handlebars->45->2303" ] }, { @@ -7212,7 +7212,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->45->2312" + "default.handlebars->45->2314" ] }, { @@ -7237,7 +7237,7 @@ "zh-chs": "添加了每天重复的设备共享 {0}。", "zh-cht": "添加了每天重複的設備共享 {0}。", "xloc": [ - "default.handlebars->45->2349" + "default.handlebars->45->2351" ] }, { @@ -7262,7 +7262,7 @@ "zh-chs": "添加了每周重复的设备共享 {0}。", "zh-cht": "添加了每週重複的設備共享 {0}。", "xloc": [ - "default.handlebars->45->2350" + "default.handlebars->45->2352" ] }, { @@ -7287,7 +7287,7 @@ "zh-chs": "添加了无限时间的设备共享 {0}。", "zh-cht": "添加了無限時間的設備共享 {0}。", "xloc": [ - "default.handlebars->45->2342" + "default.handlebars->45->2344" ] }, { @@ -7312,8 +7312,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->45->2268", - "default.handlebars->45->2295" + "default.handlebars->45->2270", + "default.handlebars->45->2297" ] }, { @@ -7338,7 +7338,7 @@ "zh-chs": "添加登录令牌", "zh-cht": "添加了登錄令牌", "xloc": [ - "default.handlebars->45->2326" + "default.handlebars->45->2328" ] }, { @@ -7363,7 +7363,7 @@ "zh-chs": "新增推送通知认证装置", "zh-cht": "增加推送通知認證設備", "xloc": [ - "default.handlebars->45->2324" + "default.handlebars->45->2326" ] }, { @@ -7388,7 +7388,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->45->2306" + "default.handlebars->45->2308" ] }, { @@ -7413,7 +7413,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->45->2279" + "default.handlebars->45->2281" ] }, { @@ -7438,8 +7438,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->45->2282", - "default.handlebars->45->2291" + "default.handlebars->45->2284", + "default.handlebars->45->2293" ] }, { @@ -7592,7 +7592,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->45->2640" + "default.handlebars->45->2642" ] }, { @@ -7643,7 +7643,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->45->2489" + "default.handlebars->45->2491" ] }, { @@ -7668,7 +7668,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->45->2416" + "default.handlebars->45->2418" ] }, { @@ -7724,7 +7724,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->45->2144", "default.handlebars->45->2157", - "default.handlebars->45->2943", + "default.handlebars->45->2945", "default.handlebars->45->377", "default.handlebars->45->631", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -7831,7 +7831,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->45->2912" + "default.handlebars->45->2914" ] }, { @@ -8031,7 +8031,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->45->2928" + "default.handlebars->45->2930" ] }, { @@ -8182,7 +8182,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->45->2265" + "default.handlebars->45->2267" ] }, { @@ -8607,7 +8607,7 @@ "zh-cht": "代理", "xloc": [ "default.handlebars->45->2117", - "default.handlebars->45->2956", + "default.handlebars->45->2958", "default.handlebars->45->524" ] }, @@ -8661,7 +8661,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->476", "default-mobile.handlebars->11->478", - "default.handlebars->45->2799", + "default.handlebars->45->2801", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -8687,7 +8687,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->45->2378" + "default.handlebars->45->2380" ] }, { @@ -8763,7 +8763,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->45->2376" + "default.handlebars->45->2378" ] }, { @@ -8841,7 +8841,7 @@ "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ "default.handlebars->45->2032", - "default.handlebars->45->2588" + "default.handlebars->45->2590" ] }, { @@ -9147,8 +9147,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->45->1898", - "default.handlebars->45->2547", - "default.handlebars->45->2649", + "default.handlebars->45->2549", + "default.handlebars->45->2651", "default.handlebars->45->864" ] }, @@ -9175,8 +9175,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->45->1899", - "default.handlebars->45->2548", - "default.handlebars->45->2650", + "default.handlebars->45->2550", + "default.handlebars->45->2652", "default.handlebars->45->865" ] }, @@ -10373,7 +10373,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->45->3007" + "default.handlebars->45->3009" ] }, { @@ -10775,7 +10775,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->45->2234" + "default.handlebars->45->2236" ] }, { @@ -10856,7 +10856,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->45->2653" + "default.handlebars->45->2655" ] }, { @@ -11069,7 +11069,7 @@ "zh-cht": "自動刪除", "xloc": [ "default.handlebars->45->1883", - "default.handlebars->45->2369" + "default.handlebars->45->2371" ] }, { @@ -11123,7 +11123,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->45->2315" + "default.handlebars->45->2317" ] }, { @@ -11246,7 +11246,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->45->2937" + "default.handlebars->45->2939" ] }, { @@ -11572,8 +11572,8 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->45->2656", - "default.handlebars->45->2847" + "default.handlebars->45->2658", + "default.handlebars->45->2849" ] }, { @@ -11649,7 +11649,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->45->2919" + "default.handlebars->45->2921" ] }, { @@ -11674,7 +11674,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->45->2918" + "default.handlebars->45->2920" ] }, { @@ -11774,7 +11774,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->45->2314" + "default.handlebars->45->2316" ] }, { @@ -11975,7 +11975,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->45->2554", + "default.handlebars->45->2556", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -12001,7 +12001,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->45->2471" + "default.handlebars->45->2473" ] }, { @@ -12026,7 +12026,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->45->2466" + "default.handlebars->45->2468" ] }, { @@ -12051,7 +12051,7 @@ "zh-chs": "浏览器", "zh-cht": "瀏覽器", "xloc": [ - "default.handlebars->45->2821" + "default.handlebars->45->2823" ] }, { @@ -12227,7 +12227,7 @@ "zh-chs": "字节输入", "zh-cht": "字節輸入", "xloc": [ - "default.handlebars->45->2817" + "default.handlebars->45->2819" ] }, { @@ -12252,7 +12252,7 @@ "zh-chs": "字节输出", "zh-cht": "字節輸出", "xloc": [ - "default.handlebars->45->2818" + "default.handlebars->45->2820" ] }, { @@ -12363,7 +12363,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->257", - "default.handlebars->45->2944", + "default.handlebars->45->2946", "default.handlebars->45->379", "default.handlebars->45->633" ] @@ -12390,7 +12390,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->45->2991" + "default.handlebars->45->2993" ] }, { @@ -12415,7 +12415,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->45->2992" + "default.handlebars->45->2994" ] }, { @@ -12492,7 +12492,7 @@ "xloc": [ "default-mobile.handlebars->11->587", "default.handlebars->45->1484", - "default.handlebars->45->2968", + "default.handlebars->45->2970", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -12518,7 +12518,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->45->2933" + "default.handlebars->45->2935" ] }, { @@ -12543,7 +12543,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->45->2936" + "default.handlebars->45->2938" ] }, { @@ -12568,7 +12568,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->45->2935" + "default.handlebars->45->2937" ] }, { @@ -12593,7 +12593,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->45->2934" + "default.handlebars->45->2936" ] }, { @@ -12648,7 +12648,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->45->2386" + "default.handlebars->45->2388" ] }, { @@ -12673,8 +12673,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->45->2390", - "default.handlebars->45->2458", + "default.handlebars->45->2392", + "default.handlebars->45->2460", "default.handlebars->45->705" ] }, @@ -12722,7 +12722,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->45->3008" + "default.handlebars->45->3010" ] }, { @@ -12776,7 +12776,7 @@ "default-mobile.handlebars->11->113", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->45->1853", - "default.handlebars->45->2997", + "default.handlebars->45->2999", "default.handlebars->45->484", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -13086,7 +13086,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->45->2701" + "default.handlebars->45->2703" ] }, { @@ -13140,7 +13140,7 @@ "xloc": [ "default-mobile.handlebars->11->121", "default.handlebars->45->1799", - "default.handlebars->45->2674" + "default.handlebars->45->2676" ] }, { @@ -13165,7 +13165,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->45->2710" + "default.handlebars->45->2712" ] }, { @@ -13190,7 +13190,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->45->2696" + "default.handlebars->45->2698" ] }, { @@ -13339,7 +13339,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->45->2673" + "default.handlebars->45->2675" ] }, { @@ -13439,7 +13439,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->45->2286" + "default.handlebars->45->2288" ] }, { @@ -13464,7 +13464,7 @@ "zh-chs": "将帐户显示名称更改为 {0}。", "zh-cht": "將帳戶顯示名稱更改為 {0}。", "xloc": [ - "default.handlebars->45->2338" + "default.handlebars->45->2340" ] }, { @@ -13489,8 +13489,8 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->45->2270", - "default.handlebars->45->2351" + "default.handlebars->45->2272", + "default.handlebars->45->2353" ] }, { @@ -13515,7 +13515,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->45->2214" + "default.handlebars->45->2216" ] }, { @@ -13540,8 +13540,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->45->2272", - "default.handlebars->45->2293" + "default.handlebars->45->2274", + "default.handlebars->45->2295" ] }, { @@ -13615,9 +13615,9 @@ "xloc": [ "default.handlebars->45->1021", "default.handlebars->45->1043", - "default.handlebars->45->2407", - "default.handlebars->45->2669", - "default.handlebars->45->2670", + "default.handlebars->45->2409", + "default.handlebars->45->2671", + "default.handlebars->45->2672", "default.handlebars->45->909" ] }, @@ -13672,7 +13672,7 @@ "zh-cht": "聊天請求,點擊這裡接受。", "xloc": [ "default-mobile.handlebars->11->724", - "default.handlebars->45->2887" + "default.handlebars->45->2889" ] }, { @@ -13848,7 +13848,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->45->1550", - "default.handlebars->45->3002" + "default.handlebars->45->3004" ] }, { @@ -14132,7 +14132,7 @@ "default.handlebars->45->1391", "default.handlebars->45->1393", "default.handlebars->45->1395", - "default.handlebars->45->2208", + "default.handlebars->45->2210", "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->1->1->0->5", @@ -14293,7 +14293,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->707", - "default.handlebars->45->2870" + "default.handlebars->45->2872" ] }, { @@ -14396,7 +14396,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->706", - "default.handlebars->45->2869" + "default.handlebars->45->2871" ] }, { @@ -14547,7 +14547,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->45->2528" + "default.handlebars->45->2530" ] }, { @@ -14903,7 +14903,7 @@ "default.handlebars->45->1365", "default.handlebars->45->217", "default.handlebars->45->225", - "default.handlebars->45->2996", + "default.handlebars->45->2998", "sharing.handlebars->11->52" ] }, @@ -14929,7 +14929,7 @@ "zh-chs": "已关闭桌面多路复用会话 \\\"{0}\\\",{1} 秒", "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒", "xloc": [ - "default.handlebars->45->2358" + "default.handlebars->45->2360" ] }, { @@ -14954,7 +14954,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->45->2219" + "default.handlebars->45->2221" ] }, { @@ -15157,8 +15157,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->45->2562", - "default.handlebars->45->2715" + "default.handlebars->45->2564", + "default.handlebars->45->2717" ] }, { @@ -15183,8 +15183,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->45->2568", - "default.handlebars->45->2727" + "default.handlebars->45->2570", + "default.handlebars->45->2729" ] }, { @@ -15310,10 +15310,10 @@ "default.handlebars->45->1156", "default.handlebars->45->1165", "default.handlebars->45->2000", - "default.handlebars->45->2436", - "default.handlebars->45->2518", - "default.handlebars->45->2584", - "default.handlebars->45->2713", + "default.handlebars->45->2438", + "default.handlebars->45->2520", + "default.handlebars->45->2586", + "default.handlebars->45->2715", "default.handlebars->45->668" ] }, @@ -15439,7 +15439,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->45->2435" + "default.handlebars->45->2437" ] }, { @@ -15486,7 +15486,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->45->2517" + "default.handlebars->45->2519" ] }, { @@ -15511,7 +15511,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->45->2712" + "default.handlebars->45->2714" ] }, { @@ -15536,7 +15536,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->45->2587" + "default.handlebars->45->2589" ] }, { @@ -15561,7 +15561,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->45->2744" + "default.handlebars->45->2746" ] }, { @@ -15689,8 +15689,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->45->2577", - "default.handlebars->45->2735" + "default.handlebars->45->2579", + "default.handlebars->45->2737" ] }, { @@ -15715,8 +15715,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->45->2579", - "default.handlebars->45->2748" + "default.handlebars->45->2581", + "default.handlebars->45->2750" ] }, { @@ -15741,7 +15741,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->45->2737" + "default.handlebars->45->2739" ] }, { @@ -15766,7 +15766,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->45->2740" + "default.handlebars->45->2742" ] }, { @@ -15791,8 +15791,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->45->2738", - "default.handlebars->45->2741" + "default.handlebars->45->2740", + "default.handlebars->45->2743" ] }, { @@ -15865,7 +15865,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->45->2733" + "default.handlebars->45->2735" ] }, { @@ -16132,7 +16132,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->158", - "default.handlebars->45->2203" + "default.handlebars->45->2205" ] }, { @@ -16471,7 +16471,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->45->2924" + "default.handlebars->45->2926" ] }, { @@ -16496,7 +16496,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->45->2929" + "default.handlebars->45->2931" ] }, { @@ -16725,7 +16725,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->45->2955" + "default.handlebars->45->2957" ] }, { @@ -16778,7 +16778,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->45->2990" + "default.handlebars->45->2992" ] }, { @@ -16882,7 +16882,7 @@ "zh-chs": "同意", "zh-cht": "同意", "xloc": [ - "default.handlebars->45->2368" + "default.handlebars->45->2370" ] }, { @@ -17015,7 +17015,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->45->2974" + "default.handlebars->45->2976" ] }, { @@ -17368,7 +17368,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->45->2262" + "default.handlebars->45->2264" ] }, { @@ -17549,7 +17549,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->45->2973" + "default.handlebars->45->2975" ] }, { @@ -17621,7 +17621,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->45->2485", + "default.handlebars->45->2487", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1" @@ -17722,7 +17722,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->45->2525" + "default.handlebars->45->2527" ] }, { @@ -17872,7 +17872,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->45->2255" + "default.handlebars->45->2257" ] }, { @@ -17922,7 +17922,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->45->2449" + "default.handlebars->45->2451" ] }, { @@ -17974,7 +17974,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->45->2266" + "default.handlebars->45->2268" ] }, { @@ -18068,7 +18068,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->45->2629" + "default.handlebars->45->2631" ] }, { @@ -18481,7 +18481,7 @@ "zh-cht": "當前密碼不正確。", "xloc": [ "default-mobile.handlebars->11->734", - "default.handlebars->45->2897" + "default.handlebars->45->2899" ] }, { @@ -18765,8 +18765,8 @@ "xloc": [ "default-mobile.handlebars->11->384", "default.handlebars->45->1140", - "default.handlebars->45->2794", - "default.handlebars->45->2797" + "default.handlebars->45->2796", + "default.handlebars->45->2799" ] }, { @@ -18890,10 +18890,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->45->2472", - "default.handlebars->45->2521", - "default.handlebars->45->2532", - "default.handlebars->45->2605" + "default.handlebars->45->2474", + "default.handlebars->45->2523", + "default.handlebars->45->2534", + "default.handlebars->45->2607" ] }, { @@ -19012,7 +19012,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->45->2437" + "default.handlebars->45->2439" ] }, { @@ -19164,7 +19164,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->45->2672" + "default.handlebars->45->2674" ] }, { @@ -19189,8 +19189,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->45->2573", - "default.handlebars->45->2585" + "default.handlebars->45->2575", + "default.handlebars->45->2587" ] }, { @@ -19215,7 +19215,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->45->2519" + "default.handlebars->45->2521" ] }, { @@ -19240,7 +19240,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->45->2711" + "default.handlebars->45->2713" ] }, { @@ -19266,7 +19266,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->45->2433", + "default.handlebars->45->2435", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -19317,7 +19317,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->45->2515" + "default.handlebars->45->2517" ] }, { @@ -19367,7 +19367,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->45->2257" + "default.handlebars->45->2259" ] }, { @@ -19421,7 +19421,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->45->2583" + "default.handlebars->45->2585" ] }, { @@ -19500,7 +19500,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->45->2256" + "default.handlebars->45->2258" ] }, { @@ -19525,7 +19525,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->45->2258" + "default.handlebars->45->2260" ] }, { @@ -19704,11 +19704,11 @@ "default.handlebars->45->1816", "default.handlebars->45->1873", "default.handlebars->45->2007", - "default.handlebars->45->2366", - "default.handlebars->45->2524", - "default.handlebars->45->2534", - "default.handlebars->45->2535", - "default.handlebars->45->2581", + "default.handlebars->45->2368", + "default.handlebars->45->2526", + "default.handlebars->45->2536", + "default.handlebars->45->2537", + "default.handlebars->45->2583", "default.handlebars->45->797", "default.handlebars->45->798", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -19763,10 +19763,10 @@ "default.handlebars->45->1312", "default.handlebars->45->1940", "default.handlebars->45->2013", - "default.handlebars->45->2768", - "default.handlebars->45->2827", - "default.handlebars->45->2858", - "default.handlebars->45->2949", + "default.handlebars->45->2770", + "default.handlebars->45->2829", + "default.handlebars->45->2860", + "default.handlebars->45->2951", "default.handlebars->45->762", "default.handlebars->45->979", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -19902,7 +19902,7 @@ "zh-chs": "桌面复用", "zh-cht": "桌面多路復用", "xloc": [ - "default.handlebars->45->2954" + "default.handlebars->45->2956" ] }, { @@ -19928,8 +19928,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->45->1893", - "default.handlebars->45->2542", - "default.handlebars->45->2644", + "default.handlebars->45->2544", + "default.handlebars->45->2646", "default.handlebars->45->859" ] }, @@ -19956,8 +19956,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->45->1892", - "default.handlebars->45->2541", - "default.handlebars->45->2643", + "default.handlebars->45->2543", + "default.handlebars->45->2645", "default.handlebars->45->858" ] }, @@ -19984,8 +19984,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->45->1890", - "default.handlebars->45->2539", - "default.handlebars->45->2641", + "default.handlebars->45->2541", + "default.handlebars->45->2643", "default.handlebars->45->856" ] }, @@ -20011,7 +20011,7 @@ "zh-chs": "桌面会话", "zh-cht": "桌面會話", "xloc": [ - "default.handlebars->45->2761" + "default.handlebars->45->2763" ] }, { @@ -20111,8 +20111,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->45->1891", - "default.handlebars->45->2540", - "default.handlebars->45->2642", + "default.handlebars->45->2542", + "default.handlebars->45->2644", "default.handlebars->45->857" ] }, @@ -20138,7 +20138,7 @@ "zh-chs": "仅桌面视图", "zh-cht": "僅桌面視圖", "xloc": [ - "default.handlebars->45->2617" + "default.handlebars->45->2619" ] }, { @@ -20323,9 +20323,9 @@ "default.handlebars->45->1539", "default.handlebars->45->2041", "default.handlebars->45->267", - "default.handlebars->45->2730", - "default.handlebars->45->2793", - "default.handlebars->45->2811", + "default.handlebars->45->2732", + "default.handlebars->45->2795", + "default.handlebars->45->2813", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -20484,14 +20484,14 @@ "default.handlebars->45->2036", "default.handlebars->45->2039", "default.handlebars->45->2040", - "default.handlebars->45->2383", - "default.handlebars->45->2565", - "default.handlebars->45->2571", - "default.handlebars->45->2718", - "default.handlebars->45->2777", - "default.handlebars->45->2800", - "default.handlebars->45->2814", - "default.handlebars->45->2875" + "default.handlebars->45->2385", + "default.handlebars->45->2567", + "default.handlebars->45->2573", + "default.handlebars->45->2720", + "default.handlebars->45->2779", + "default.handlebars->45->2802", + "default.handlebars->45->2816", + "default.handlebars->45->2877" ] }, { @@ -20543,11 +20543,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->45->2399", - "default.handlebars->45->2509", - "default.handlebars->45->2552", - "default.handlebars->45->2638", - "default.handlebars->45->2927", + "default.handlebars->45->2401", + "default.handlebars->45->2511", + "default.handlebars->45->2554", + "default.handlebars->45->2640", + "default.handlebars->45->2929", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -20650,7 +20650,7 @@ "xloc": [ "default-mobile.handlebars->11->400", "default.handlebars->45->1206", - "default.handlebars->45->2776", + "default.handlebars->45->2778", "default.handlebars->45->449", "default.handlebars->45->458", "player.handlebars->3->25" @@ -20729,7 +20729,7 @@ "zh-chs": "设备推送", "zh-cht": "設備推送", "xloc": [ - "default.handlebars->45->2657" + "default.handlebars->45->2659" ] }, { @@ -20984,7 +20984,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->45->2287" + "default.handlebars->45->2289" ] }, { @@ -21009,7 +21009,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->45->2288" + "default.handlebars->45->2290" ] }, { @@ -21034,7 +21034,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->45->2289" + "default.handlebars->45->2291" ] }, { @@ -21085,7 +21085,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->45->2284" + "default.handlebars->45->2286" ] }, { @@ -21110,7 +21110,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->45->2267" + "default.handlebars->45->2269" ] }, { @@ -21135,7 +21135,7 @@ "zh-chs": "设备组 {0} 已更改:{1}", "zh-cht": "設備組 {0} 已更改:{1}", "xloc": [ - "default.handlebars->45->2353" + "default.handlebars->45->2355" ] }, { @@ -21699,7 +21699,7 @@ "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ - "default.handlebars->45->2322" + "default.handlebars->45->2324" ] }, { @@ -21724,7 +21724,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->45->2269" + "default.handlebars->45->2271" ] }, { @@ -21772,8 +21772,8 @@ "zh-cht": "裝置", "xloc": [ "default.handlebars->45->1958", - "default.handlebars->45->2510", - "default.handlebars->45->2553" + "default.handlebars->45->2512", + "default.handlebars->45->2555" ] }, { @@ -21997,7 +21997,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->45->2300" + "default.handlebars->45->2302" ] }, { @@ -22484,7 +22484,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->45->2229" + "default.handlebars->45->2231" ] }, { @@ -22509,7 +22509,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->45->2237" + "default.handlebars->45->2239" ] }, { @@ -22562,10 +22562,10 @@ "xloc": [ "default.handlebars->45->118", "default.handlebars->45->1231", - "default.handlebars->45->2473", - "default.handlebars->45->2522", - "default.handlebars->45->2531", - "default.handlebars->45->2604", + "default.handlebars->45->2475", + "default.handlebars->45->2524", + "default.handlebars->45->2533", + "default.handlebars->45->2606", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -23010,7 +23010,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->45->2388", + "default.handlebars->45->2390", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -23312,7 +23312,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->45->2389" + "default.handlebars->45->2391" ] }, { @@ -23337,7 +23337,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->45->2457" + "default.handlebars->45->2459" ] }, { @@ -23438,7 +23438,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->45->2260" + "default.handlebars->45->2262" ] }, { @@ -23463,7 +23463,7 @@ "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "zh-cht": "下載:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->45->2317" + "default.handlebars->45->2319" ] }, { @@ -23513,7 +23513,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->45->2923" + "default.handlebars->45->2925" ] }, { @@ -23563,7 +23563,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->45->2526" + "default.handlebars->45->2528" ] }, { @@ -23613,8 +23613,8 @@ "default.handlebars->45->1098", "default.handlebars->45->273", "default.handlebars->45->275", - "default.handlebars->45->2756", - "default.handlebars->45->2782", + "default.handlebars->45->2758", + "default.handlebars->45->2784", "player.handlebars->3->18" ] }, @@ -24043,6 +24043,7 @@ "zh-cht": "編輯", "xloc": [ "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->3", "sharing.handlebars->p13->p13toolbar->fileArea2->3" ] @@ -24470,7 +24471,7 @@ "zh-chs": "编辑用户特征", "zh-cht": "編輯用戶特徵", "xloc": [ - "default.handlebars->45->2694" + "default.handlebars->45->2696" ] }, { @@ -24495,7 +24496,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->45->2582" + "default.handlebars->45->2584" ] }, { @@ -24545,7 +24546,7 @@ "zh-chs": "编辑用户组功能", "zh-cht": "編輯用戶組功能", "xloc": [ - "default.handlebars->45->2575" + "default.handlebars->45->2577" ] }, { @@ -24694,12 +24695,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->45->2475", - "default.handlebars->45->2608", + "default.handlebars->45->2477", "default.handlebars->45->2610", - "default.handlebars->45->2655", - "default.handlebars->45->2665", - "default.handlebars->45->2697", + "default.handlebars->45->2612", + "default.handlebars->45->2657", + "default.handlebars->45->2667", + "default.handlebars->45->2699", "default.handlebars->45->494", "login-mobile.handlebars->5->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -24942,7 +24943,7 @@ "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})", "xloc": [ "default-mobile.handlebars->11->743", - "default.handlebars->45->2906" + "default.handlebars->45->2908" ] }, { @@ -24992,7 +24993,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->45->2419" + "default.handlebars->45->2421" ] }, { @@ -25017,8 +25018,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->45->2420", - "default.handlebars->45->2602" + "default.handlebars->45->2422", + "default.handlebars->45->2604" ] }, { @@ -25043,7 +25044,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->45->2481" + "default.handlebars->45->2483" ] }, { @@ -25068,7 +25069,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->45->2603" + "default.handlebars->45->2605" ] }, { @@ -25116,7 +25117,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->727", - "default.handlebars->45->2890", + "default.handlebars->45->2892", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -25193,7 +25194,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->45->2482" + "default.handlebars->45->2484" ] }, { @@ -25240,7 +25241,7 @@ "zh-chs": "电子邮件/短信/推送流量", "zh-cht": "電子郵件/短信/推送流量", "xloc": [ - "default.handlebars->45->2982" + "default.handlebars->45->2984" ] }, { @@ -25448,7 +25449,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->45->121", - "default.handlebars->45->2784" + "default.handlebars->45->2786" ] }, { @@ -25473,7 +25474,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->45->2299" + "default.handlebars->45->2301" ] }, { @@ -25624,7 +25625,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->45->2781" + "default.handlebars->45->2783" ] }, { @@ -25649,7 +25650,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->45->2222" + "default.handlebars->45->2224" ] }, { @@ -25674,7 +25675,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->45->2223" + "default.handlebars->45->2225" ] }, { @@ -25699,7 +25700,7 @@ "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒", "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒", "xloc": [ - "default.handlebars->45->2332" + "default.handlebars->45->2334" ] }, { @@ -25724,7 +25725,7 @@ "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"", "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒", "xloc": [ - "default.handlebars->45->2323" + "default.handlebars->45->2325" ] }, { @@ -25749,7 +25750,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->45->2220" + "default.handlebars->45->2222" ] }, { @@ -25774,7 +25775,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->45->2221" + "default.handlebars->45->2223" ] }, { @@ -26176,7 +26177,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->45->2486" + "default.handlebars->45->2488" ] }, { @@ -26537,7 +26538,7 @@ "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。", "xloc": [ "default-mobile.handlebars->11->735", - "default.handlebars->45->2898" + "default.handlebars->45->2900" ] }, { @@ -26563,7 +26564,7 @@ "zh-cht": "錯誤,密碼未更改。", "xloc": [ "default-mobile.handlebars->11->732", - "default.handlebars->45->2895" + "default.handlebars->45->2897" ] }, { @@ -26589,7 +26590,7 @@ "zh-cht": "錯誤,無法更改為常用密碼。", "xloc": [ "default-mobile.handlebars->11->731", - "default.handlebars->45->2894" + "default.handlebars->45->2896" ] }, { @@ -26615,7 +26616,7 @@ "zh-cht": "錯誤,無法更改為以前使用的密碼。", "xloc": [ "default-mobile.handlebars->11->730", - "default.handlebars->45->2893" + "default.handlebars->45->2895" ] }, { @@ -26810,7 +26811,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->45->2394" + "default.handlebars->45->2396" ] }, { @@ -27145,7 +27146,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->45->2962" + "default.handlebars->45->2964" ] }, { @@ -27170,7 +27171,7 @@ "zh-chs": "FIDO 密钥", "zh-cht": "FIDO 密鑰", "xloc": [ - "default.handlebars->45->2848" + "default.handlebars->45->2850" ] }, { @@ -27296,7 +27297,7 @@ "zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->726", - "default.handlebars->45->2889" + "default.handlebars->45->2891" ] }, { @@ -27370,7 +27371,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->45->2245" + "default.handlebars->45->2247" ] }, { @@ -27417,7 +27418,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->45->2252" + "default.handlebars->45->2254" ] }, { @@ -27545,8 +27546,8 @@ "zh-cht": "功能", "xloc": [ "default.handlebars->45->1889", - "default.handlebars->45->2538", - "default.handlebars->45->2626" + "default.handlebars->45->2540", + "default.handlebars->45->2628" ] }, { @@ -27623,6 +27624,7 @@ "xloc": [ "default-mobile.handlebars->11->487", "default.handlebars->45->1380", + "default.handlebars->45->2203", "default.handlebars->45->754", "sharing.handlebars->11->66" ] @@ -27724,7 +27726,7 @@ "zh-chs": "文件传输", "zh-cht": "文件傳輸", "xloc": [ - "default.handlebars->45->2762" + "default.handlebars->45->2764" ] }, { @@ -27779,10 +27781,10 @@ "default.handlebars->45->1066", "default.handlebars->45->1942", "default.handlebars->45->2020", - "default.handlebars->45->2769", - "default.handlebars->45->2828", - "default.handlebars->45->2859", - "default.handlebars->45->2950", + "default.handlebars->45->2771", + "default.handlebars->45->2830", + "default.handlebars->45->2861", + "default.handlebars->45->2952", "default.handlebars->45->415", "default.handlebars->45->981", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", @@ -27838,8 +27840,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->45->1897", - "default.handlebars->45->2546", - "default.handlebars->45->2648", + "default.handlebars->45->2548", + "default.handlebars->45->2650", "default.handlebars->45->863" ] }, @@ -27866,8 +27868,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->45->1896", - "default.handlebars->45->2545", - "default.handlebars->45->2647", + "default.handlebars->45->2547", + "default.handlebars->45->2649", "default.handlebars->45->862" ] }, @@ -28000,7 +28002,7 @@ "zh-chs": "已完成录制会话 \\\"{0}\\\",{1} 秒", "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒", "xloc": [ - "default.handlebars->45->2357" + "default.handlebars->45->2359" ] }, { @@ -28025,7 +28027,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->45->2218" + "default.handlebars->45->2220" ] }, { @@ -28159,7 +28161,7 @@ "zh-chs": "标志", "zh-cht": "標誌", "xloc": [ - "default.handlebars->45->2367" + "default.handlebars->45->2369" ] }, { @@ -28462,8 +28464,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->45->2480", - "default.handlebars->45->2708" + "default.handlebars->45->2482", + "default.handlebars->45->2710" ] }, { @@ -28488,7 +28490,7 @@ "zh-chs": "强行断开用户 {0} 的桌面会话", "zh-cht": "強行斷開用戶 {0} 的桌面會話", "xloc": [ - "default.handlebars->45->2345" + "default.handlebars->45->2347" ] }, { @@ -28513,7 +28515,7 @@ "zh-chs": "强制断开用户 {0} 的文件会话", "zh-cht": "強制斷開用戶 {0} 的文件會話", "xloc": [ - "default.handlebars->45->2347" + "default.handlebars->45->2349" ] }, { @@ -28538,7 +28540,7 @@ "zh-chs": "强制断开用户 {0} 的路由会话", "zh-cht": "強制斷開用戶 {0} 的路由會話", "xloc": [ - "default.handlebars->45->2348" + "default.handlebars->45->2350" ] }, { @@ -28563,7 +28565,7 @@ "zh-chs": "强制断开用户 {0} 的终端会话", "zh-cht": "強制斷開用戶 {0} 的終端會話", "xloc": [ - "default.handlebars->45->2346" + "default.handlebars->45->2348" ] }, { @@ -28666,7 +28668,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->45->2385" + "default.handlebars->45->2387" ] }, { @@ -28740,8 +28742,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->45->2908", - "default.handlebars->45->2910" + "default.handlebars->45->2910", + "default.handlebars->45->2912" ] }, { @@ -29023,7 +29025,7 @@ "default-mobile.handlebars->11->677", "default.handlebars->45->1831", "default.handlebars->45->2044", - "default.handlebars->45->2492" + "default.handlebars->45->2494" ] }, { @@ -29198,7 +29200,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->45->2596" + "default.handlebars->45->2598" ] }, { @@ -29506,7 +29508,7 @@ "zh-chs": "生成报告", "zh-cht": "生成報告", "xloc": [ - "default.handlebars->45->2809" + "default.handlebars->45->2811" ] }, { @@ -29807,7 +29809,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->45->2232" + "default.handlebars->45->2234" ] }, { @@ -30092,7 +30094,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->271", - "default.handlebars->45->2825", + "default.handlebars->45->2827", "default.handlebars->45->789", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -30119,8 +30121,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->45->2434", - "default.handlebars->45->2516", + "default.handlebars->45->2436", + "default.handlebars->45->2518", "default.handlebars->45->661", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -30149,7 +30151,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->45->2381" + "default.handlebars->45->2383" ] }, { @@ -30175,7 +30177,7 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->45->2533" + "default.handlebars->45->2535" ] }, { @@ -30200,7 +30202,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->45->2557" + "default.handlebars->45->2559" ] }, { @@ -30250,8 +30252,8 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->45->2795", - "default.handlebars->45->2798" + "default.handlebars->45->2797", + "default.handlebars->45->2800" ] }, { @@ -30276,7 +30278,7 @@ "zh-chs": "团队名字", "zh-cht": "團隊名字", "xloc": [ - "default.handlebars->45->2365" + "default.handlebars->45->2367" ] }, { @@ -30426,7 +30428,7 @@ "zh-chs": "来宾", "zh-cht": "來賓", "xloc": [ - "default.handlebars->45->2815" + "default.handlebars->45->2817" ] }, { @@ -30553,7 +30555,7 @@ "zh-chs": "HTTP", "zh-cht": "HTTP", "xloc": [ - "default.handlebars->45->2946", + "default.handlebars->45->2948", "default.handlebars->45->392", "default.handlebars->45->931" ] @@ -30831,7 +30833,7 @@ "zh-chs": "硬件一次性密码", "zh-cht": "硬件一次性密碼", "xloc": [ - "default.handlebars->45->2850" + "default.handlebars->45->2852" ] }, { @@ -30856,7 +30858,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->45->2964" + "default.handlebars->45->2966" ] }, { @@ -30881,7 +30883,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->45->2963" + "default.handlebars->45->2965" ] }, { @@ -31004,7 +31006,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->45->2309" + "default.handlebars->45->2311" ] }, { @@ -31365,7 +31367,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->160", - "default.handlebars->45->2205" + "default.handlebars->45->2207" ] }, { @@ -31528,8 +31530,8 @@ "zh-chs": "IP地址", "zh-cht": "IP地址", "xloc": [ - "default.handlebars->45->2820", - "default.handlebars->45->2855" + "default.handlebars->45->2822", + "default.handlebars->45->2857" ] }, { @@ -32620,8 +32622,8 @@ "zh-chs": "第二个因素不正确", "zh-cht": "第二個因素不正確", "xloc": [ - "default.handlebars->45->2843", - "default.handlebars->45->2863" + "default.handlebars->45->2845", + "default.handlebars->45->2865" ] }, { @@ -33098,7 +33100,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->45->2960" + "default.handlebars->45->2962" ] }, { @@ -33198,7 +33200,7 @@ "zh-chs": "英特尔 AMT 经理", "zh-cht": "英特爾 AMT 經理", "xloc": [ - "default.handlebars->45->2989" + "default.handlebars->45->2991" ] }, { @@ -33281,7 +33283,7 @@ "default.handlebars->45->1918", "default.handlebars->45->2145", "default.handlebars->45->2158", - "default.handlebars->45->2988", + "default.handlebars->45->2990", "default.handlebars->45->764", "default.handlebars->45->831", "default.handlebars->45->870", @@ -33644,8 +33646,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->45->2764", - "default.handlebars->45->2771", + "default.handlebars->45->2766", + "default.handlebars->45->2773", "player.handlebars->3->30" ] }, @@ -33722,8 +33724,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->45->2763", - "default.handlebars->45->2770", + "default.handlebars->45->2765", + "default.handlebars->45->2772", "player.handlebars->3->29" ] }, @@ -34329,7 +34331,7 @@ "zh-chs": "英特尔(r) AMT 政策变更", "zh-cht": "英特爾(r) AMT 政策變更", "xloc": [ - "default.handlebars->45->2352" + "default.handlebars->45->2354" ] }, { @@ -34726,7 +34728,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->45->2922" + "default.handlebars->45->2924" ] }, { @@ -34751,7 +34753,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->45->2916" + "default.handlebars->45->2918" ] }, { @@ -34777,8 +34779,8 @@ "zh-cht": "無效的JSON檔案格式。", "xloc": [ "default.handlebars->45->1968", - "default.handlebars->45->2454", - "default.handlebars->45->2456" + "default.handlebars->45->2456", + "default.handlebars->45->2458" ] }, { @@ -34804,7 +34806,7 @@ "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ "default.handlebars->45->1964", - "default.handlebars->45->2452" + "default.handlebars->45->2454" ] }, { @@ -34929,7 +34931,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->45->2914" + "default.handlebars->45->2916" ] }, { @@ -34954,7 +34956,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->45->2915" + "default.handlebars->45->2917" ] }, { @@ -34980,7 +34982,7 @@ "zh-cht": "短信無效", "xloc": [ "default-mobile.handlebars->11->738", - "default.handlebars->45->2901" + "default.handlebars->45->2903" ] }, { @@ -35058,7 +35060,7 @@ "zh-cht": "無效域", "xloc": [ "default-mobile.handlebars->11->718", - "default.handlebars->45->2881" + "default.handlebars->45->2883" ] }, { @@ -35106,7 +35108,7 @@ "zh-cht": "不合規電郵", "xloc": [ "default-mobile.handlebars->11->717", - "default.handlebars->45->2880" + "default.handlebars->45->2882" ] }, { @@ -35209,8 +35211,8 @@ "zh-chs": "无效的登录尝试", "zh-cht": "無效的登錄嘗試", "xloc": [ - "default.handlebars->45->2845", - "default.handlebars->45->2865" + "default.handlebars->45->2847", + "default.handlebars->45->2867" ] }, { @@ -35237,7 +35239,7 @@ "xloc": [ "default-mobile.handlebars->11->716", "default-mobile.handlebars->11->85", - "default.handlebars->45->2879", + "default.handlebars->45->2881", "default.handlebars->45->310" ] }, @@ -35273,7 +35275,7 @@ "zh-cht": "無效的網站權限", "xloc": [ "default-mobile.handlebars->11->719", - "default.handlebars->45->2882" + "default.handlebars->45->2884" ] }, { @@ -35325,7 +35327,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效", "xloc": [ - "default.handlebars->45->2321" + "default.handlebars->45->2323" ] }, { @@ -35351,7 +35353,7 @@ "zh-cht": "無效的用戶名", "xloc": [ "default-mobile.handlebars->11->715", - "default.handlebars->45->2878" + "default.handlebars->45->2880" ] }, { @@ -35398,7 +35400,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->45->2428" + "default.handlebars->45->2430" ] }, { @@ -35578,7 +35580,7 @@ "default.handlebars->45->2127", "default.handlebars->45->2129", "default.handlebars->45->2134", - "default.handlebars->45->2876" + "default.handlebars->45->2878" ] }, { @@ -35603,7 +35605,7 @@ "zh-chs": "邀请代码", "zh-cht": "邀請代碼", "xloc": [ - "default.handlebars->45->2370" + "default.handlebars->45->2372" ] }, { @@ -35729,7 +35731,7 @@ "zh-chs": "是 \\\"{0}\\\" 的中继。", "zh-cht": "是 \\\"{0}\\\" 的中繼。", "xloc": [ - "default.handlebars->45->2364" + "default.handlebars->45->2366" ] }, { @@ -35826,7 +35828,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->45->2387" + "default.handlebars->45->2389" ] }, { @@ -35851,8 +35853,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->45->2392", - "default.handlebars->45->2460", + "default.handlebars->45->2394", + "default.handlebars->45->2462", "default.handlebars->45->707" ] }, @@ -35903,7 +35905,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->45->2215" + "default.handlebars->45->2217" ] }, { @@ -35928,7 +35930,7 @@ "zh-chs": "已加入桌面多路复用会话 \\\"{0}\\\"", "zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"", "xloc": [ - "default.handlebars->45->2354" + "default.handlebars->45->2356" ] }, { @@ -36305,7 +36307,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->45->2230" + "default.handlebars->45->2232" ] }, { @@ -36739,7 +36741,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->45->2803", + "default.handlebars->45->2805", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -36820,7 +36822,7 @@ "zh-chs": "过去 7 天", "zh-cht": "過去 7 天", "xloc": [ - "default.handlebars->45->2802" + "default.handlebars->45->2804" ] }, { @@ -36870,7 +36872,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->45->2400" + "default.handlebars->45->2402" ] }, { @@ -36895,7 +36897,7 @@ "zh-chs": "最后一天", "zh-cht": "最後一天", "xloc": [ - "default.handlebars->45->2801" + "default.handlebars->45->2803" ] }, { @@ -36920,7 +36922,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->45->2630" + "default.handlebars->45->2632" ] }, { @@ -36972,7 +36974,7 @@ "zh-chs": "上次访问:{0}", "zh-cht": "上次訪問:{0}", "xloc": [ - "default.handlebars->45->2410" + "default.handlebars->45->2412" ] }, { @@ -37059,7 +37061,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->45->2634" + "default.handlebars->45->2636" ] }, { @@ -37134,7 +37136,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->45->2411" + "default.handlebars->45->2413" ] }, { @@ -37454,7 +37456,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->45->2680" + "default.handlebars->45->2682" ] }, { @@ -37505,7 +37507,7 @@ "zh-chs": "{0} 秒后离开 Web-RDP 会话 \\\"{1}\\\"。", "zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。", "xloc": [ - "default.handlebars->45->2336" + "default.handlebars->45->2338" ] }, { @@ -37552,7 +37554,7 @@ "zh-chs": "{0} 秒后离开 Web-SFTP 会话 \\\"{1}\\\"。", "zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。", "xloc": [ - "default.handlebars->45->2335" + "default.handlebars->45->2337" ] }, { @@ -37599,7 +37601,7 @@ "zh-chs": "{0} 秒后离开 Web-SSH 会话 \\\"{1}\\\"。", "zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。", "xloc": [ - "default.handlebars->45->2334" + "default.handlebars->45->2336" ] }, { @@ -37646,7 +37648,7 @@ "zh-chs": "{0} 秒后离开 Web-VNC 会话。", "zh-cht": "{0} 秒後離開 Web-VNC 會話。", "xloc": [ - "default.handlebars->45->2337" + "default.handlebars->45->2339" ] }, { @@ -37701,7 +37703,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->45->2216" + "default.handlebars->45->2218" ] }, { @@ -37726,7 +37728,7 @@ "zh-chs": "{1} 秒后离开桌面多路复用会话 \\\"{0}\\\"。", "zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。", "xloc": [ - "default.handlebars->45->2355" + "default.handlebars->45->2357" ] }, { @@ -37751,7 +37753,7 @@ "zh-chs": "{0} 秒后离开桌面多路复用会话。", "zh-cht": "{0} 秒後離開桌面多路復用會話。", "xloc": [ - "default.handlebars->45->2333" + "default.handlebars->45->2335" ] }, { @@ -37776,7 +37778,7 @@ "zh-chs": "长度", "zh-cht": "長度", "xloc": [ - "default.handlebars->45->2816" + "default.handlebars->45->2818" ] }, { @@ -38723,8 +38725,8 @@ "default.handlebars->45->1531", "default.handlebars->45->1857", "default.handlebars->45->1861", - "default.handlebars->45->2703", - "default.handlebars->45->2752" + "default.handlebars->45->2705", + "default.handlebars->45->2754" ] }, { @@ -38948,7 +38950,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->45->2238" + "default.handlebars->45->2240" ] }, { @@ -38973,7 +38975,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->45->2239" + "default.handlebars->45->2241" ] }, { @@ -39074,7 +39076,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->45->2500" + "default.handlebars->45->2502" ] }, { @@ -39099,7 +39101,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->45->2504" + "default.handlebars->45->2506" ] }, { @@ -39149,7 +39151,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->45->2431" + "default.handlebars->45->2433" ] }, { @@ -39275,7 +39277,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->45->2412" + "default.handlebars->45->2414" ] }, { @@ -39301,9 +39303,9 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->84", - "default.handlebars->45->2593", - "default.handlebars->45->2844", - "default.handlebars->45->2864", + "default.handlebars->45->2595", + "default.handlebars->45->2846", + "default.handlebars->45->2866", "default.handlebars->45->309" ] }, @@ -39329,7 +39331,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->45->2264" + "default.handlebars->45->2266" ] }, { @@ -39563,7 +39565,7 @@ "zh-chs": "登录令牌", "zh-cht": "登錄令牌", "xloc": [ - "default.handlebars->45->2854" + "default.handlebars->45->2856" ] }, { @@ -40341,7 +40343,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->45->2976" + "default.handlebars->45->2978" ] }, { @@ -40574,7 +40576,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->45->2498" + "default.handlebars->45->2500" ] }, { @@ -40624,7 +40626,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->45->2497" + "default.handlebars->45->2499" ] }, { @@ -40650,7 +40652,7 @@ "zh-cht": "管理用戶", "xloc": [ "default.handlebars->45->1028", - "default.handlebars->45->2496" + "default.handlebars->45->2498" ] }, { @@ -40882,7 +40884,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->45->2417" + "default.handlebars->45->2419" ] }, { @@ -41096,7 +41098,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->45->2920" + "default.handlebars->45->2922" ] }, { @@ -41201,8 +41203,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->45->2961", - "default.handlebars->45->2966" + "default.handlebars->45->2963", + "default.handlebars->45->2968" ] }, { @@ -41229,7 +41231,7 @@ "xloc": [ "default-mobile.handlebars->11->595", "default.handlebars->45->1492", - "default.handlebars->45->2940", + "default.handlebars->45->2942", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -41468,7 +41470,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->45->2978" + "default.handlebars->45->2980" ] }, { @@ -41493,7 +41495,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->45->2979" + "default.handlebars->45->2981" ] }, { @@ -41937,7 +41939,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->45->2977" + "default.handlebars->45->2979" ] }, { @@ -42358,7 +42360,7 @@ "zh-cht": "訊息", "xloc": [ "default.handlebars->45->1150", - "default.handlebars->45->2822", + "default.handlebars->45->2824", "default.handlebars->45->514", "default.handlebars->45->907" ] @@ -42410,7 +42412,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->45->2975" + "default.handlebars->45->2977" ] }, { @@ -42485,8 +42487,8 @@ "zh-chs": "信使", "zh-cht": "信使", "xloc": [ - "default.handlebars->45->2765", - "default.handlebars->45->2831" + "default.handlebars->45->2767", + "default.handlebars->45->2833" ] }, { @@ -42866,7 +42868,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->45->2263" + "default.handlebars->45->2265" ] }, { @@ -42891,7 +42893,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->45->2296" + "default.handlebars->45->2298" ] }, { @@ -42989,7 +42991,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->45->2783" + "default.handlebars->45->2785" ] }, { @@ -43573,12 +43575,12 @@ "default.handlebars->45->1840", "default.handlebars->45->1872", "default.handlebars->45->2006", - "default.handlebars->45->2398", - "default.handlebars->45->2507", - "default.handlebars->45->2523", - "default.handlebars->45->2530", - "default.handlebars->45->2580", - "default.handlebars->45->2599", + "default.handlebars->45->2400", + "default.handlebars->45->2509", + "default.handlebars->45->2525", + "default.handlebars->45->2532", + "default.handlebars->45->2582", + "default.handlebars->45->2601", "default.handlebars->45->314", "default.handlebars->45->787", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -43633,7 +43635,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->45->2488" + "default.handlebars->45->2490" ] }, { @@ -43834,7 +43836,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->45->2303" + "default.handlebars->45->2305" ] }, { @@ -43860,7 +43862,7 @@ "zh-cht": "新賬戶", "xloc": [ "default-mobile.handlebars->11->708", - "default.handlebars->45->2871" + "default.handlebars->45->2873" ] }, { @@ -44269,7 +44271,7 @@ "zh-chs": "无座席控制台", "zh-cht": "無代理控制台", "xloc": [ - "default.handlebars->45->2689" + "default.handlebars->45->2691" ] }, { @@ -44294,7 +44296,7 @@ "zh-chs": "没有控制台", "zh-cht": "沒有控制台", "xloc": [ - "default.handlebars->45->2620" + "default.handlebars->45->2622" ] }, { @@ -44350,7 +44352,7 @@ "default.handlebars->45->1013", "default.handlebars->45->1035", "default.handlebars->45->2092", - "default.handlebars->45->2616" + "default.handlebars->45->2618" ] }, { @@ -44376,7 +44378,7 @@ "zh-cht": "不能訪問桌面", "xloc": [ "default.handlebars->45->2052", - "default.handlebars->45->2685" + "default.handlebars->45->2687" ] }, { @@ -44424,8 +44426,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->45->1411", - "default.handlebars->45->2374", - "default.handlebars->45->2751" + "default.handlebars->45->2376", + "default.handlebars->45->2753" ] }, { @@ -44452,7 +44454,7 @@ "xloc": [ "default-mobile.handlebars->11->665", "default.handlebars->45->2054", - "default.handlebars->45->2688" + "default.handlebars->45->2690" ] }, { @@ -44481,7 +44483,7 @@ "default.handlebars->45->1010", "default.handlebars->45->1032", "default.handlebars->45->2094", - "default.handlebars->45->2619" + "default.handlebars->45->2621" ] }, { @@ -44657,7 +44659,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->45->2560" + "default.handlebars->45->2562" ] }, { @@ -44682,7 +44684,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->45->2501" + "default.handlebars->45->2503" ] }, { @@ -44707,7 +44709,7 @@ "zh-chs": "没有新设备", "zh-cht": "沒有新設備", "xloc": [ - "default.handlebars->45->2502" + "default.handlebars->45->2504" ] }, { @@ -44780,8 +44782,8 @@ "zh-chs": "没有遥控器", "zh-cht": "沒有遙控器", "xloc": [ - "default.handlebars->45->2622", - "default.handlebars->45->2691" + "default.handlebars->45->2624", + "default.handlebars->45->2693" ] }, { @@ -44806,8 +44808,8 @@ "zh-chs": "没有遥控器", "zh-cht": "沒有遙控器", "xloc": [ - "default.handlebars->45->2615", - "default.handlebars->45->2684" + "default.handlebars->45->2617", + "default.handlebars->45->2686" ] }, { @@ -44832,8 +44834,8 @@ "zh-chs": "无重置/关闭", "zh-cht": "無重置/關閉", "xloc": [ - "default.handlebars->45->2624", - "default.handlebars->45->2693" + "default.handlebars->45->2626", + "default.handlebars->45->2695" ] }, { @@ -44942,7 +44944,7 @@ "default.handlebars->45->1009", "default.handlebars->45->1031", "default.handlebars->45->2093", - "default.handlebars->45->2618" + "default.handlebars->45->2620" ] }, { @@ -44969,7 +44971,7 @@ "xloc": [ "default-mobile.handlebars->11->664", "default.handlebars->45->2053", - "default.handlebars->45->2687" + "default.handlebars->45->2689" ] }, { @@ -44994,7 +44996,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->45->2503" + "default.handlebars->45->2505" ] }, { @@ -45019,8 +45021,8 @@ "zh-chs": "无卸载", "zh-cht": "無卸載", "xloc": [ - "default.handlebars->45->2621", - "default.handlebars->45->2690" + "default.handlebars->45->2623", + "default.handlebars->45->2692" ] }, { @@ -45045,8 +45047,8 @@ "zh-chs": "没有唤醒", "zh-cht": "沒有喚醒", "xloc": [ - "default.handlebars->45->2623", - "default.handlebars->45->2692" + "default.handlebars->45->2625", + "default.handlebars->45->2694" ] }, { @@ -45172,8 +45174,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->45->2566", - "default.handlebars->45->2719" + "default.handlebars->45->2568", + "default.handlebars->45->2721" ] }, { @@ -45323,8 +45325,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->45->2572", - "default.handlebars->45->2731" + "default.handlebars->45->2574", + "default.handlebars->45->2733" ] }, { @@ -45503,7 +45505,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->45->2506" + "default.handlebars->45->2508" ] }, { @@ -45706,7 +45708,7 @@ "zh-chs": "不再是“{0}”的中继。", "zh-cht": "不再是“{0}”的中繼。", "xloc": [ - "default.handlebars->45->2363" + "default.handlebars->45->2365" ] }, { @@ -45782,7 +45784,7 @@ "zh-cht": "沒有此用戶的電話號碼", "xloc": [ "default-mobile.handlebars->11->739", - "default.handlebars->45->2902" + "default.handlebars->45->2904" ] }, { @@ -45832,7 +45834,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->45->2753" + "default.handlebars->45->2755" ] }, { @@ -45905,7 +45907,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->45->2594" + "default.handlebars->45->2596" ] }, { @@ -45952,7 +45954,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->45->2725" + "default.handlebars->45->2727" ] }, { @@ -45978,7 +45980,7 @@ "zh-cht": "沒有用戶管理權限", "xloc": [ "default-mobile.handlebars->11->737", - "default.handlebars->45->2900" + "default.handlebars->45->2902" ] }, { @@ -46003,7 +46005,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->45->2406" + "default.handlebars->45->2408" ] }, { @@ -46150,18 +46152,18 @@ "default.handlebars->45->2152", "default.handlebars->45->2177", "default.handlebars->45->2182", - "default.handlebars->45->2382", - "default.handlebars->45->2527", + "default.handlebars->45->2384", "default.handlebars->45->2529", - "default.handlebars->45->2537", - "default.handlebars->45->2549", + "default.handlebars->45->2531", + "default.handlebars->45->2539", + "default.handlebars->45->2551", "default.handlebars->45->258", - "default.handlebars->45->2613", - "default.handlebars->45->2625", - "default.handlebars->45->2635", - "default.handlebars->45->2639", - "default.handlebars->45->2651", - "default.handlebars->45->2846", + "default.handlebars->45->2615", + "default.handlebars->45->2627", + "default.handlebars->45->2637", + "default.handlebars->45->2641", + "default.handlebars->45->2653", + "default.handlebars->45->2848", "default.handlebars->45->286", "default.handlebars->45->368", "default.handlebars->45->369", @@ -46475,7 +46477,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->45->2775" + "default.handlebars->45->2777" ] }, { @@ -46500,8 +46502,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->45->2600", - "default.handlebars->45->2601" + "default.handlebars->45->2602", + "default.handlebars->45->2603" ] }, { @@ -46526,7 +46528,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->45->2699" + "default.handlebars->45->2701" ] }, { @@ -46558,7 +46560,7 @@ "default.handlebars->45->1041", "default.handlebars->45->1051", "default.handlebars->45->1919", - "default.handlebars->45->2661", + "default.handlebars->45->2663", "default.handlebars->45->903" ] }, @@ -46732,7 +46734,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->45->2667", + "default.handlebars->45->2669", "default.handlebars->45->283" ] }, @@ -46810,7 +46812,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->45->2446" + "default.handlebars->45->2448" ] }, { @@ -46835,7 +46837,7 @@ "zh-chs": "空值", "zh-cht": "無效的", "xloc": [ - "default.handlebars->45->2969" + "default.handlebars->45->2971" ] }, { @@ -47032,7 +47034,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->705", - "default.handlebars->45->2868" + "default.handlebars->45->2870" ] }, { @@ -47109,7 +47111,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->45->2403" + "default.handlebars->45->2405" ] }, { @@ -47185,7 +47187,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->45->2379" + "default.handlebars->45->2381" ] }, { @@ -47236,7 +47238,7 @@ "zh-chs": "一次性密码", "zh-cht": "一次性密碼", "xloc": [ - "default.handlebars->45->2852" + "default.handlebars->45->2854" ] }, { @@ -47288,7 +47290,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->45->2402" + "default.handlebars->45->2404" ] }, { @@ -47313,7 +47315,7 @@ "zh-chs": "只显示前 100 个用户", "zh-cht": "僅顯示前 100 個用戶", "xloc": [ - "default.handlebars->45->2447" + "default.handlebars->45->2449" ] }, { @@ -47340,6 +47342,7 @@ "xloc": [ "default-mobile.handlebars->11->488", "default.handlebars->45->1381", + "default.handlebars->45->2204", "default.handlebars->45->755", "sharing.handlebars->11->67" ] @@ -47684,7 +47687,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->45->2231" + "default.handlebars->45->2233" ] }, { @@ -47712,7 +47715,7 @@ "default-mobile.handlebars->11->533", "default.handlebars->45->1186", "default.handlebars->45->1420", - "default.handlebars->45->2819", + "default.handlebars->45->2821", "default.handlebars->45->324", "default.handlebars->45->496", "default.handlebars->45->544", @@ -47743,8 +47746,8 @@ "xloc": [ "default-mobile.handlebars->11->371", "default.handlebars->45->1121", - "default.handlebars->45->2430", - "default.handlebars->45->2514", + "default.handlebars->45->2432", + "default.handlebars->45->2516", "default.handlebars->45->660", "default.handlebars->45->679" ] @@ -48262,7 +48265,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->45->2418" + "default.handlebars->45->2420" ] }, { @@ -48358,7 +48361,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->45->2597" + "default.handlebars->45->2599" ] }, { @@ -48417,12 +48420,12 @@ "default.handlebars->45->1337", "default.handlebars->45->1822", "default.handlebars->45->1977", - "default.handlebars->45->2476", - "default.handlebars->45->2477", - "default.handlebars->45->2631", + "default.handlebars->45->2478", + "default.handlebars->45->2479", "default.handlebars->45->2633", - "default.handlebars->45->2704", - "default.handlebars->45->2705", + "default.handlebars->45->2635", + "default.handlebars->45->2706", + "default.handlebars->45->2707", "default.handlebars->45->318", "default.handlebars->45->463", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -48572,7 +48575,7 @@ "zh-cht": "密碼已更改。", "xloc": [ "default-mobile.handlebars->11->733", - "default.handlebars->45->2896" + "default.handlebars->45->2898" ] }, { @@ -48623,7 +48626,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->45->2706" + "default.handlebars->45->2708" ] }, { @@ -48794,7 +48797,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->45->1351", "default.handlebars->45->1387", - "default.handlebars->45->2204", + "default.handlebars->45->2206", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -49367,7 +49370,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->45->2236" + "default.handlebars->45->2238" ] }, { @@ -49393,7 +49396,7 @@ "zh-cht": "沒有權限", "xloc": [ "default-mobile.handlebars->11->714", - "default.handlebars->45->2877" + "default.handlebars->45->2879" ] }, { @@ -49420,7 +49423,7 @@ "xloc": [ "default-mobile.handlebars->11->699", "default.handlebars->45->2107", - "default.handlebars->45->2401" + "default.handlebars->45->2403" ] }, { @@ -49526,7 +49529,7 @@ "default.handlebars->45->1523", "default.handlebars->45->1526", "default.handlebars->45->241", - "default.handlebars->45->2682" + "default.handlebars->45->2684" ] }, { @@ -49551,7 +49554,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->45->2612" + "default.handlebars->45->2614" ] }, { @@ -49578,7 +49581,7 @@ "xloc": [ "default-mobile.handlebars->11->97", "default.handlebars->45->1525", - "default.handlebars->45->2681" + "default.handlebars->45->2683" ] }, { @@ -49803,7 +49806,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->45->299", - "default.handlebars->45->3006" + "default.handlebars->45->3008" ] }, { @@ -50536,7 +50539,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->45->2774" + "default.handlebars->45->2776" ] }, { @@ -50667,8 +50670,8 @@ "default-mobile.handlebars->11->86", "default-mobile.handlebars->11->87", "default.handlebars->45->1518", - "default.handlebars->45->2676", - "default.handlebars->45->2702", + "default.handlebars->45->2678", + "default.handlebars->45->2704", "default.handlebars->45->311" ] }, @@ -50967,7 +50970,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->45->2228" + "default.handlebars->45->2230" ] }, { @@ -51069,7 +51072,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->45->2772", + "default.handlebars->45->2774", "player.handlebars->3->32" ] }, @@ -51339,7 +51342,7 @@ "zh-chs": "推送通知", "zh-cht": "推送通知", "xloc": [ - "default.handlebars->45->2851" + "default.handlebars->45->2853" ] }, { @@ -51791,7 +51794,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->45->2965" + "default.handlebars->45->2967" ] }, { @@ -51866,7 +51869,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->45->2478" + "default.handlebars->45->2480" ] }, { @@ -51988,9 +51991,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->45->2609", "default.handlebars->45->2611", - "default.handlebars->45->2695" + "default.handlebars->45->2613", + "default.handlebars->45->2697" ] }, { @@ -52015,7 +52018,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->45->2487" + "default.handlebars->45->2489" ] }, { @@ -52069,8 +52072,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->45->1886", - "default.handlebars->45->2536", - "default.handlebars->45->2614" + "default.handlebars->45->2538", + "default.handlebars->45->2616" ] }, { @@ -52121,8 +52124,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->45->2023", - "default.handlebars->45->2574", - "default.handlebars->45->2683" + "default.handlebars->45->2576", + "default.handlebars->45->2685" ] }, { @@ -52147,7 +52150,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->45->2786" + "default.handlebars->45->2788" ] }, { @@ -52460,7 +52463,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->259", - "default.handlebars->45->2947", + "default.handlebars->45->2949", "default.handlebars->45->383", "default.handlebars->45->387", "default.handlebars->45->637" @@ -52488,7 +52491,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->45->2932" + "default.handlebars->45->2934" ] }, { @@ -52542,7 +52545,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->45->2925" + "default.handlebars->45->2927" ] }, { @@ -52589,8 +52592,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->45->2931", - "default.handlebars->45->2959" + "default.handlebars->45->2933", + "default.handlebars->45->2961" ] }, { @@ -52615,7 +52618,7 @@ "zh-chs": "继电器装置", "zh-cht": "繼電器裝置", "xloc": [ - "default.handlebars->45->2371" + "default.handlebars->45->2373" ] }, { @@ -52687,7 +52690,7 @@ "zh-chs": "记住设备", "zh-cht": "記住設備", "xloc": [ - "default.handlebars->45->2853" + "default.handlebars->45->2855" ] }, { @@ -53151,8 +53154,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->45->2242", - "default.handlebars->45->2248" + "default.handlebars->45->2244", + "default.handlebars->45->2250" ] }, { @@ -53177,7 +53180,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->45->2243" + "default.handlebars->45->2245" ] }, { @@ -53202,7 +53205,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->45->2249" + "default.handlebars->45->2251" ] }, { @@ -53227,9 +53230,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->45->2240", - "default.handlebars->45->2244", - "default.handlebars->45->2250" + "default.handlebars->45->2242", + "default.handlebars->45->2246", + "default.handlebars->45->2252" ] }, { @@ -53584,7 +53587,7 @@ "zh-chs": "远程会话", "zh-cht": "遠程會話", "xloc": [ - "default.handlebars->45->2788" + "default.handlebars->45->2790" ] }, { @@ -53729,7 +53732,7 @@ "default-mobile.handlebars->11->686", "default.handlebars->45->2049", "default.handlebars->45->2091", - "default.handlebars->45->2686" + "default.handlebars->45->2688" ] }, { @@ -53994,8 +53997,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->45->2578", - "default.handlebars->45->2747" + "default.handlebars->45->2580", + "default.handlebars->45->2749" ] }, { @@ -54020,8 +54023,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->45->2576", - "default.handlebars->45->2734" + "default.handlebars->45->2578", + "default.handlebars->45->2736" ] }, { @@ -54046,7 +54049,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->45->2732" + "default.handlebars->45->2734" ] }, { @@ -54118,7 +54121,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->45->2743" + "default.handlebars->45->2745" ] }, { @@ -54144,7 +54147,7 @@ "zh-cht": "刪除用戶群權限", "xloc": [ "default.handlebars->45->2112", - "default.handlebars->45->2739" + "default.handlebars->45->2741" ] }, { @@ -54169,7 +54172,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->45->2586" + "default.handlebars->45->2588" ] }, { @@ -54195,7 +54198,7 @@ "zh-cht": "刪除用戶權限", "xloc": [ "default.handlebars->45->2110", - "default.handlebars->45->2736" + "default.handlebars->45->2738" ] }, { @@ -54220,7 +54223,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->45->2709" + "default.handlebars->45->2711" ] }, { @@ -54245,7 +54248,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->45->2479" + "default.handlebars->45->2481" ] }, { @@ -54472,7 +54475,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->45->2671" + "default.handlebars->45->2673" ] }, { @@ -54497,7 +54500,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->45->2723" + "default.handlebars->45->2725" ] }, { @@ -54522,7 +54525,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->45->2570" + "default.handlebars->45->2572" ] }, { @@ -54547,7 +54550,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->45->2564", + "default.handlebars->45->2566", "default.handlebars->45->970" ] }, @@ -54574,9 +54577,9 @@ "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ "default.handlebars->45->1934", - "default.handlebars->45->2558", - "default.handlebars->45->2717", - "default.handlebars->45->2729", + "default.handlebars->45->2560", + "default.handlebars->45->2719", + "default.handlebars->45->2731", "default.handlebars->45->971" ] }, @@ -54624,7 +54627,7 @@ "zh-chs": "删除了帐户显示名称。", "zh-cht": "刪除了帳戶顯示名稱。", "xloc": [ - "default.handlebars->45->2340" + "default.handlebars->45->2342" ] }, { @@ -54649,7 +54652,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->45->2302" + "default.handlebars->45->2304" ] }, { @@ -54674,7 +54677,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->45->2313" + "default.handlebars->45->2315" ] }, { @@ -54699,7 +54702,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->45->2298" + "default.handlebars->45->2300" ] }, { @@ -54724,7 +54727,7 @@ "zh-chs": "删除了登录令牌", "zh-cht": "刪除了登錄令牌", "xloc": [ - "default.handlebars->45->2327" + "default.handlebars->45->2329" ] }, { @@ -54749,7 +54752,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->45->2308" + "default.handlebars->45->2310" ] }, { @@ -54774,7 +54777,7 @@ "zh-chs": "删除了推送通知身份验证设备", "zh-cht": "移除推送通知認證設備", "xloc": [ - "default.handlebars->45->2325" + "default.handlebars->45->2327" ] }, { @@ -54799,7 +54802,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->45->2305" + "default.handlebars->45->2307" ] }, { @@ -54824,9 +54827,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->45->2271", - "default.handlebars->45->2292", - "default.handlebars->45->2297" + "default.handlebars->45->2273", + "default.handlebars->45->2294", + "default.handlebars->45->2299" ] }, { @@ -54851,7 +54854,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->45->2281" + "default.handlebars->45->2283" ] }, { @@ -54876,7 +54879,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->45->2294" + "default.handlebars->45->2296" ] }, { @@ -54901,8 +54904,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->45->2273", - "default.handlebars->45->2283" + "default.handlebars->45->2275", + "default.handlebars->45->2285" ] }, { @@ -54985,7 +54988,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->45->2259" + "default.handlebars->45->2261" ] }, { @@ -55010,7 +55013,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->45->2380" + "default.handlebars->45->2382" ] }, { @@ -55035,7 +55038,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->45->2375" + "default.handlebars->45->2377" ] }, { @@ -55060,7 +55063,7 @@ "zh-chs": "报告未返回任何内容。", "zh-cht": "報告未返回任何內容。", "xloc": [ - "default.handlebars->45->2824" + "default.handlebars->45->2826" ] }, { @@ -55085,7 +55088,7 @@ "zh-chs": "报告.csv", "zh-cht": "報告.csv", "xloc": [ - "default.handlebars->45->2866" + "default.handlebars->45->2868" ] }, { @@ -55280,8 +55283,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->120", - "default.handlebars->45->2484", - "default.handlebars->45->2707" + "default.handlebars->45->2486", + "default.handlebars->45->2709" ] }, { @@ -55725,7 +55728,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->45->2598" + "default.handlebars->45->2600" ] }, { @@ -56300,7 +56303,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->45->2235" + "default.handlebars->45->2237" ] }, { @@ -56325,7 +56328,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->45->2310" + "default.handlebars->45->2312" ] }, { @@ -56350,7 +56353,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->45->2311" + "default.handlebars->45->2313" ] }, { @@ -56546,8 +56549,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->45->2658", - "default.handlebars->45->2663", + "default.handlebars->45->2660", + "default.handlebars->45->2665", "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", @@ -56577,7 +56580,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->45->2679" + "default.handlebars->45->2681" ] }, { @@ -56603,7 +56606,7 @@ "zh-cht": "短信錯誤", "xloc": [ "default-mobile.handlebars->11->741", - "default.handlebars->45->2904" + "default.handlebars->45->2906" ] }, { @@ -56629,7 +56632,7 @@ "zh-cht": "短信錯誤:{0}", "xloc": [ "default-mobile.handlebars->11->742", - "default.handlebars->45->2905" + "default.handlebars->45->2907" ] }, { @@ -56680,7 +56683,7 @@ "zh-cht": "短信網關未啟用", "xloc": [ "default-mobile.handlebars->11->736", - "default.handlebars->45->2899" + "default.handlebars->45->2901" ] }, { @@ -56705,7 +56708,7 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->45->2849" + "default.handlebars->45->2851" ] }, { @@ -56780,7 +56783,7 @@ "zh-cht": "短信成功發送。", "xloc": [ "default-mobile.handlebars->11->740", - "default.handlebars->45->2903" + "default.handlebars->45->2905" ] }, { @@ -57880,7 +57883,7 @@ "default.handlebars->45->1145", "default.handlebars->45->1468", "default.handlebars->45->2166", - "default.handlebars->45->2659", + "default.handlebars->45->2661", "default.handlebars->45->464", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -57916,7 +57919,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->45->2654" + "default.handlebars->45->2656" ] }, { @@ -57942,7 +57945,7 @@ "zh-cht": "安全警告", "xloc": [ "default-mobile.handlebars->11->710", - "default.handlebars->45->2873" + "default.handlebars->45->2875" ] }, { @@ -58026,8 +58029,8 @@ "default.handlebars->45->1369", "default.handlebars->45->1371", "default.handlebars->45->2192", - "default.handlebars->45->2426", - "default.handlebars->45->2512", + "default.handlebars->45->2428", + "default.handlebars->45->2514", "default.handlebars->45->485", "default.handlebars->45->642", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -58065,7 +58068,7 @@ "xloc": [ "default.handlebars->45->1095", "default.handlebars->45->1097", - "default.handlebars->45->2807" + "default.handlebars->45->2809" ] }, { @@ -58092,8 +58095,8 @@ "xloc": [ "default.handlebars->45->1370", "default.handlebars->45->2191", - "default.handlebars->45->2425", - "default.handlebars->45->2511", + "default.handlebars->45->2427", + "default.handlebars->45->2513", "default.handlebars->45->641", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -58246,8 +58249,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->45->2429", - "default.handlebars->45->2513" + "default.handlebars->45->2431", + "default.handlebars->45->2515" ] }, { @@ -58426,7 +58429,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->45->2440" + "default.handlebars->45->2442" ] }, { @@ -58502,7 +58505,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->45->2438" + "default.handlebars->45->2440" ] }, { @@ -58527,7 +58530,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->45->2664" + "default.handlebars->45->2666" ] }, { @@ -58552,7 +58555,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->45->2666" + "default.handlebars->45->2668" ] }, { @@ -58577,7 +58580,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->45->2555" + "default.handlebars->45->2557" ] }, { @@ -58602,7 +58605,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->45->2441" + "default.handlebars->45->2443" ] }, { @@ -58627,7 +58630,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->45->2421" + "default.handlebars->45->2423" ] }, { @@ -58677,7 +58680,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->45->2483" + "default.handlebars->45->2485" ] }, { @@ -58830,7 +58833,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->45->2668" + "default.handlebars->45->2670" ] }, { @@ -59003,7 +59006,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->45->2493" + "default.handlebars->45->2495" ] }, { @@ -59028,7 +59031,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->45->2980" + "default.handlebars->45->2982" ] }, { @@ -59078,7 +59081,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->45->2981" + "default.handlebars->45->2983" ] }, { @@ -59109,7 +59112,7 @@ "default.handlebars->45->1039", "default.handlebars->45->2057", "default.handlebars->45->2088", - "default.handlebars->45->2490" + "default.handlebars->45->2492" ] }, { @@ -59160,7 +59163,7 @@ "zh-cht": "服務器限制", "xloc": [ "default-mobile.handlebars->11->709", - "default.handlebars->45->2872" + "default.handlebars->45->2874" ] }, { @@ -59210,8 +59213,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->45->2413", - "default.handlebars->45->2505" + "default.handlebars->45->2415", + "default.handlebars->45->2507" ] }, { @@ -59236,7 +59239,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->45->2628" + "default.handlebars->45->2630" ] }, { @@ -59261,7 +59264,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->45->2494" + "default.handlebars->45->2496" ] }, { @@ -59286,7 +59289,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->45->2627" + "default.handlebars->45->2629" ] }, { @@ -59311,7 +59314,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->45->2911" + "default.handlebars->45->2913" ] }, { @@ -59361,7 +59364,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->45->2993" + "default.handlebars->45->2995" ] }, { @@ -59386,7 +59389,7 @@ "zh-chs": "服务器跟踪事件", "zh-cht": "服務器跟踪事件", "xloc": [ - "default.handlebars->45->2972" + "default.handlebars->45->2974" ] }, { @@ -59462,7 +59465,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->45->2495" + "default.handlebars->45->2497" ] }, { @@ -59715,7 +59718,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->45->2971" + "default.handlebars->45->2973" ] }, { @@ -59790,8 +59793,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->45->2754", - "default.handlebars->45->2812", + "default.handlebars->45->2756", + "default.handlebars->45->2814", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -60152,7 +60155,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->45->2233" + "default.handlebars->45->2235" ] }, { @@ -60976,7 +60979,7 @@ "zh-chs": "显示流量", "zh-cht": "顯示流量", "xloc": [ - "default.handlebars->45->2808" + "default.handlebars->45->2810" ] }, { @@ -61126,8 +61129,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->45->2444", - "default.handlebars->45->2469" + "default.handlebars->45->2446", + "default.handlebars->45->2471" ] }, { @@ -61152,8 +61155,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->45->2443", - "default.handlebars->45->2468" + "default.handlebars->45->2445", + "default.handlebars->45->2470" ] }, { @@ -61178,8 +61181,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->45->2445", - "default.handlebars->45->2470" + "default.handlebars->45->2447", + "default.handlebars->45->2472" ] }, { @@ -61204,8 +61207,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->45->2442", - "default.handlebars->45->2467" + "default.handlebars->45->2444", + "default.handlebars->45->2469" ] }, { @@ -61622,7 +61625,7 @@ "zh-chs": "单点登录", "zh-cht": "單點登錄", "xloc": [ - "default.handlebars->45->2856" + "default.handlebars->45->2858" ] }, { @@ -61669,8 +61672,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->45->2757", - "default.handlebars->45->2778", + "default.handlebars->45->2759", + "default.handlebars->45->2780", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -62974,9 +62977,9 @@ "default.handlebars->45->119", "default.handlebars->45->1239", "default.handlebars->45->272", - "default.handlebars->45->2755", + "default.handlebars->45->2757", "default.handlebars->45->277", - "default.handlebars->45->2780", + "default.handlebars->45->2782", "sharing.handlebars->11->14" ] }, @@ -63052,7 +63055,7 @@ "zh-chs": "已启动 Web-RDP 会话 \\\"{0}\\\"。", "zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。", "xloc": [ - "default.handlebars->45->2361" + "default.handlebars->45->2363" ] }, { @@ -63077,7 +63080,7 @@ "zh-chs": "已启动 Web-SFTP 会话 \\\"{0}\\\"。", "zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。", "xloc": [ - "default.handlebars->45->2360" + "default.handlebars->45->2362" ] }, { @@ -63102,7 +63105,7 @@ "zh-chs": "已启动 Web-SSH 会话 \\\"{0}\\\"。", "zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。", "xloc": [ - "default.handlebars->45->2359" + "default.handlebars->45->2361" ] }, { @@ -63127,7 +63130,7 @@ "zh-chs": "已启动 Web-VNC 会话 \\\"{0}\\\"。", "zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。", "xloc": [ - "default.handlebars->45->2362" + "default.handlebars->45->2364" ] }, { @@ -63152,7 +63155,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->45->2217" + "default.handlebars->45->2219" ] }, { @@ -63177,7 +63180,7 @@ "zh-chs": "已启动桌面多路复用会话 \\\"{0}\\\"", "zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"", "xloc": [ - "default.handlebars->45->2356" + "default.handlebars->45->2358" ] }, { @@ -63202,7 +63205,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->45->2226" + "default.handlebars->45->2228" ] }, { @@ -63227,7 +63230,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->45->2227" + "default.handlebars->45->2229" ] }, { @@ -63252,7 +63255,7 @@ "zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}", "zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}", "xloc": [ - "default.handlebars->45->2331" + "default.handlebars->45->2333" ] }, { @@ -63277,7 +63280,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->45->2224" + "default.handlebars->45->2226" ] }, { @@ -63302,7 +63305,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->45->2246" + "default.handlebars->45->2248" ] }, { @@ -63327,7 +63330,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->45->2247" + "default.handlebars->45->2249" ] }, { @@ -63352,7 +63355,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->45->2253" + "default.handlebars->45->2255" ] }, { @@ -63377,7 +63380,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->45->2254" + "default.handlebars->45->2256" ] }, { @@ -63402,7 +63405,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->45->2225" + "default.handlebars->45->2227" ] }, { @@ -63452,7 +63455,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->45->2241" + "default.handlebars->45->2243" ] }, { @@ -63477,7 +63480,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->45->2251" + "default.handlebars->45->2253" ] }, { @@ -63597,8 +63600,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->45->2698", - "default.handlebars->45->2773", + "default.handlebars->45->2700", + "default.handlebars->45->2775", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -63927,7 +63930,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->45->2439" + "default.handlebars->45->2441" ] }, { @@ -63977,8 +63980,8 @@ "zh-chs": "成功登录", "zh-cht": "成功登錄", "xloc": [ - "default.handlebars->45->2842", - "default.handlebars->45->2862" + "default.handlebars->45->2844", + "default.handlebars->45->2864" ] }, { @@ -64953,10 +64956,10 @@ "default.handlebars->45->1065", "default.handlebars->45->1939", "default.handlebars->45->2017", - "default.handlebars->45->2767", - "default.handlebars->45->2826", - "default.handlebars->45->2857", - "default.handlebars->45->2948", + "default.handlebars->45->2769", + "default.handlebars->45->2828", + "default.handlebars->45->2859", + "default.handlebars->45->2950", "default.handlebars->45->411", "default.handlebars->45->763", "default.handlebars->45->978", @@ -65040,8 +65043,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->45->1895", - "default.handlebars->45->2544", - "default.handlebars->45->2646", + "default.handlebars->45->2546", + "default.handlebars->45->2648", "default.handlebars->45->861" ] }, @@ -65068,8 +65071,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->45->1894", - "default.handlebars->45->2543", - "default.handlebars->45->2645", + "default.handlebars->45->2545", + "default.handlebars->45->2647", "default.handlebars->45->860" ] }, @@ -65095,7 +65098,7 @@ "zh-chs": "终端会话", "zh-cht": "終端會話", "xloc": [ - "default.handlebars->45->2760" + "default.handlebars->45->2762" ] }, { @@ -65478,7 +65481,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->704", - "default.handlebars->45->2867" + "default.handlebars->45->2869" ] }, { @@ -65504,7 +65507,7 @@ "zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。", "xloc": [ "default-mobile.handlebars->11->725", - "default.handlebars->45->2888" + "default.handlebars->45->2890" ] }, { @@ -65627,7 +65630,7 @@ "zh-chs": "此代理具有过时的证书验证机制,请考虑更新。", "zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。", "xloc": [ - "default.handlebars->45->2329" + "default.handlebars->45->2331" ] }, { @@ -65652,7 +65655,7 @@ "zh-chs": "此代理正在使用不安全的隧道,请考虑更新。", "zh-cht": "此代理正在使用不安全的隧道,請考慮更新。", "xloc": [ - "default.handlebars->45->2330" + "default.handlebars->45->2332" ] }, { @@ -65725,9 +65728,9 @@ "zh-cht": "這是一個嘉賓分享會", "xloc": [ "default.handlebars->45->1410", - "default.handlebars->45->2373", - "default.handlebars->45->2749", - "default.handlebars->45->2750" + "default.handlebars->45->2375", + "default.handlebars->45->2751", + "default.handlebars->45->2752" ] }, { @@ -65777,7 +65780,7 @@ "zh-chs": "这是一个旧的代理版本,考虑更新。", "zh-cht": "這是舊代理版本,請考慮更新。", "xloc": [ - "default.handlebars->45->2328" + "default.handlebars->45->2330" ] }, { @@ -66124,8 +66127,8 @@ "xloc": [ "default-mobile.handlebars->11->360", "default.handlebars->45->1106", - "default.handlebars->45->2805", - "default.handlebars->45->2810", + "default.handlebars->45->2807", + "default.handlebars->45->2812", "player.handlebars->3->17" ] }, @@ -66152,7 +66155,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->45->1094", - "default.handlebars->45->2806" + "default.handlebars->45->2808" ] }, { @@ -66177,7 +66180,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->45->2377" + "default.handlebars->45->2379" ] }, { @@ -66203,7 +66206,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->45->1090", - "default.handlebars->45->2804" + "default.handlebars->45->2806" ] }, { @@ -67606,7 +67609,7 @@ "zh-chs": "关掉。", "zh-cht": "關掉。", "xloc": [ - "default.handlebars->45->2344" + "default.handlebars->45->2346" ] }, { @@ -67659,7 +67662,7 @@ "zh-chs": "打开。", "zh-cht": "打開。", "xloc": [ - "default.handlebars->45->2343" + "default.handlebars->45->2345" ] }, { @@ -67738,7 +67741,7 @@ "default.handlebars->45->1812", "default.handlebars->45->1875", "default.handlebars->45->1970", - "default.handlebars->45->2791", + "default.handlebars->45->2793", "default.handlebars->45->452", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -68060,7 +68063,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->45->1805", - "default.handlebars->45->2999", + "default.handlebars->45->3001", "default.handlebars->45->781" ] }, @@ -68087,7 +68090,7 @@ "zh-cht": "此模式下無法添加用戶", "xloc": [ "default-mobile.handlebars->11->721", - "default.handlebars->45->2884" + "default.handlebars->45->2886" ] }, { @@ -68684,15 +68687,15 @@ "default.handlebars->45->1858", "default.handlebars->45->1859", "default.handlebars->45->1876", - "default.handlebars->45->2742", - "default.handlebars->45->2759", - "default.handlebars->45->2766", - "default.handlebars->45->2836", - "default.handlebars->45->2837", + "default.handlebars->45->2744", + "default.handlebars->45->2761", + "default.handlebars->45->2768", "default.handlebars->45->2838", "default.handlebars->45->2839", "default.handlebars->45->2840", - "default.handlebars->45->2860", + "default.handlebars->45->2841", + "default.handlebars->45->2842", + "default.handlebars->45->2862", "default.handlebars->45->44", "default.handlebars->45->51", "default.handlebars->45->52", @@ -68747,7 +68750,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->45->2917" + "default.handlebars->45->2919" ] }, { @@ -68772,8 +68775,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->45->2569", - "default.handlebars->45->2728" + "default.handlebars->45->2571", + "default.handlebars->45->2730" ] }, { @@ -68798,9 +68801,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->45->2563", - "default.handlebars->45->2716", - "default.handlebars->45->2921" + "default.handlebars->45->2565", + "default.handlebars->45->2718", + "default.handlebars->45->2923" ] }, { @@ -68825,7 +68828,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->45->2913" + "default.handlebars->45->2915" ] }, { @@ -68876,8 +68879,8 @@ "zh-chs": "未知用户", "zh-cht": "未知用戶", "xloc": [ - "default.handlebars->45->2841", - "default.handlebars->45->2861" + "default.handlebars->45->2843", + "default.handlebars->45->2863" ] }, { @@ -68902,7 +68905,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->45->2722" + "default.handlebars->45->2724" ] }, { @@ -69007,7 +69010,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->45->2432" + "default.handlebars->45->2434" ] }, { @@ -69139,7 +69142,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->45->3004" + "default.handlebars->45->3006" ] }, { @@ -69253,7 +69256,7 @@ "default.handlebars->45->1405", "default.handlebars->45->1408", "default.handlebars->45->2201", - "default.handlebars->45->2209", + "default.handlebars->45->2211", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -69516,7 +69519,7 @@ "xloc": [ "default-mobile.handlebars->11->505", "default.handlebars->45->1406", - "default.handlebars->45->2210", + "default.handlebars->45->2212", "sharing.handlebars->11->90" ] }, @@ -69544,7 +69547,7 @@ "xloc": [ "default-mobile.handlebars->11->506", "default.handlebars->45->1407", - "default.handlebars->45->2211", + "default.handlebars->45->2213", "sharing.handlebars->11->91" ] }, @@ -69592,7 +69595,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->45->2261" + "default.handlebars->45->2263" ] }, { @@ -69617,7 +69620,7 @@ "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "zh-cht": "上傳:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->45->2316" + "default.handlebars->45->2318" ] }, { @@ -69692,7 +69695,7 @@ "zh-chs": "用法", "zh-cht": "用法", "xloc": [ - "default.handlebars->45->2967" + "default.handlebars->45->2969" ] }, { @@ -69896,8 +69899,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->45->2907", - "default.handlebars->45->2909" + "default.handlebars->45->2909", + "default.handlebars->45->2911" ] }, { @@ -69924,13 +69927,13 @@ "xloc": [ "default.handlebars->45->117", "default.handlebars->45->1935", - "default.handlebars->45->2384", - "default.handlebars->45->2414", - "default.handlebars->45->2559", - "default.handlebars->45->2785", - "default.handlebars->45->2792", - "default.handlebars->45->2796", - "default.handlebars->45->2813", + "default.handlebars->45->2386", + "default.handlebars->45->2416", + "default.handlebars->45->2561", + "default.handlebars->45->2787", + "default.handlebars->45->2794", + "default.handlebars->45->2798", + "default.handlebars->45->2815", "default.handlebars->45->351", "default.handlebars->45->973" ] @@ -69957,7 +69960,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->45->2415" + "default.handlebars->45->2417" ] }, { @@ -69983,10 +69986,10 @@ "zh-cht": "用戶帳戶導入", "xloc": [ "default.handlebars->45->1965", - "default.handlebars->45->2450", - "default.handlebars->45->2451", + "default.handlebars->45->2452", "default.handlebars->45->2453", - "default.handlebars->45->2455" + "default.handlebars->45->2455", + "default.handlebars->45->2457" ] }, { @@ -70011,7 +70014,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->45->2926" + "default.handlebars->45->2928" ] }, { @@ -70065,8 +70068,8 @@ "xloc": [ "default.handlebars->45->1099", "default.handlebars->45->1901", - "default.handlebars->45->2550", - "default.handlebars->45->2652", + "default.handlebars->45->2552", + "default.handlebars->45->2654", "default.handlebars->45->287", "default.handlebars->45->867" ] @@ -70095,9 +70098,9 @@ "xloc": [ "default.handlebars->45->2037", "default.handlebars->45->2038", - "default.handlebars->45->2520", - "default.handlebars->45->2724", - "default.handlebars->45->2745", + "default.handlebars->45->2522", + "default.handlebars->45->2726", + "default.handlebars->45->2747", "default.handlebars->45->972" ] }, @@ -70148,7 +70151,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->45->2721" + "default.handlebars->45->2723" ] }, { @@ -70199,8 +70202,8 @@ "zh-cht": "用戶識別碼", "xloc": [ "default.handlebars->45->2106", - "default.handlebars->45->2606", - "default.handlebars->45->2607" + "default.handlebars->45->2608", + "default.handlebars->45->2609" ] }, { @@ -70226,7 +70229,7 @@ "zh-cht": "用戶標識符", "xloc": [ "default.handlebars->45->2035", - "default.handlebars->45->2590" + "default.handlebars->45->2592" ] }, { @@ -70276,7 +70279,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->45->2462" + "default.handlebars->45->2464" ] }, { @@ -70301,7 +70304,7 @@ "zh-chs": "用户登录", "zh-cht": "用戶登錄", "xloc": [ - "default.handlebars->45->2790" + "default.handlebars->45->2792" ] }, { @@ -70448,7 +70451,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->45->2958" + "default.handlebars->45->2960" ] }, { @@ -70502,7 +70505,7 @@ "zh-chs": "用户流量使用", "zh-cht": "用戶流量使用", "xloc": [ - "default.handlebars->45->2789" + "default.handlebars->45->2791" ] }, { @@ -70603,7 +70606,7 @@ "zh-cht": "用戶已存在", "xloc": [ "default-mobile.handlebars->11->720", - "default.handlebars->45->2883" + "default.handlebars->45->2885" ] }, { @@ -70654,7 +70657,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->45->2290" + "default.handlebars->45->2292" ] }, { @@ -70679,7 +70682,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->45->2280" + "default.handlebars->45->2282" ] }, { @@ -70704,7 +70707,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->45->2278" + "default.handlebars->45->2280" ] }, { @@ -70759,7 +70762,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "zh-cht": "用戶從 {0}、{1}、{2} 嘗試登錄鎖定帳戶", "xloc": [ - "default.handlebars->45->2320" + "default.handlebars->45->2322" ] }, { @@ -70784,7 +70787,7 @@ "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "zh-cht": "使用來自 {0}、{1}、{2} 的錯誤第二因素的用戶登錄嘗試", "xloc": [ - "default.handlebars->45->2319" + "default.handlebars->45->2321" ] }, { @@ -70809,7 +70812,7 @@ "zh-chs": "用户通知已更改", "zh-cht": "用戶通知已更改", "xloc": [ - "default.handlebars->45->2341" + "default.handlebars->45->2343" ] }, { @@ -70835,7 +70838,7 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->728", - "default.handlebars->45->2891" + "default.handlebars->45->2893" ] }, { @@ -70895,7 +70898,7 @@ "default.handlebars->45->1836", "default.handlebars->45->1841", "default.handlebars->45->1879", - "default.handlebars->45->2474", + "default.handlebars->45->2476", "default.handlebars->45->316", "default.handlebars->45->461", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -71045,9 +71048,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->45->2508", - "default.handlebars->45->2551", - "default.handlebars->45->2957", + "default.handlebars->45->2510", + "default.handlebars->45->2553", + "default.handlebars->45->2959", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -71073,7 +71076,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->45->2930" + "default.handlebars->45->2932" ] }, { @@ -71098,7 +71101,7 @@ "zh-chs": "用户视图", "zh-cht": "用戶視圖", "xloc": [ - "default.handlebars->45->2448" + "default.handlebars->45->2450" ] }, { @@ -71124,7 +71127,7 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->729", - "default.handlebars->45->2892" + "default.handlebars->45->2894" ] }, { @@ -71251,7 +71254,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->45->2427" + "default.handlebars->45->2429" ] }, { @@ -71277,7 +71280,7 @@ "zh-cht": "驗證異常", "xloc": [ "default-mobile.handlebars->11->722", - "default.handlebars->45->2885" + "default.handlebars->45->2887" ] }, { @@ -71431,7 +71434,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->45->2700" + "default.handlebars->45->2702" ] }, { @@ -71484,7 +71487,7 @@ "xloc": [ "default-mobile.handlebars->11->94", "default.handlebars->45->1521", - "default.handlebars->45->2423" + "default.handlebars->45->2425" ] }, { @@ -71509,7 +71512,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->45->2307" + "default.handlebars->45->2309" ] }, { @@ -71618,7 +71621,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->45->3000" + "default.handlebars->45->3002" ] }, { @@ -71768,7 +71771,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->45->2499" + "default.handlebars->45->2501" ] }, { @@ -71815,8 +71818,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->45->3003", - "default.handlebars->45->3005" + "default.handlebars->45->3005", + "default.handlebars->45->3007" ] }, { @@ -71891,7 +71894,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->45->2662" + "default.handlebars->45->2664" ] }, { @@ -71942,7 +71945,7 @@ "zh-chs": "查看此用户以前的登录", "zh-cht": "查看此用戶以前的登錄信息", "xloc": [ - "default.handlebars->45->2675" + "default.handlebars->45->2677" ] }, { @@ -72465,8 +72468,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->45->2983", - "default.handlebars->45->2984" + "default.handlebars->45->2985", + "default.handlebars->45->2986" ] }, { @@ -72491,7 +72494,7 @@ "zh-chs": "Web 服务器 HTTP 标头", "zh-cht": "Web 服務器 HTTP 標頭", "xloc": [ - "default.handlebars->45->2987" + "default.handlebars->45->2989" ] }, { @@ -72516,7 +72519,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->45->2985" + "default.handlebars->45->2987" ] }, { @@ -72541,7 +72544,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->45->2986" + "default.handlebars->45->2988" ] }, { @@ -72566,7 +72569,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->45->2832", + "default.handlebars->45->2834", "default.handlebars->45->943", "default.handlebars->contextMenu->cxwebrdp" ] @@ -72593,7 +72596,7 @@ "zh-chs": "网络SFTP", "zh-cht": "網絡SFTP", "xloc": [ - "default.handlebars->45->2834" + "default.handlebars->45->2836" ] }, { @@ -72618,7 +72621,7 @@ "zh-chs": "网络SSH", "zh-cht": "網絡SSH", "xloc": [ - "default.handlebars->45->2833", + "default.handlebars->45->2835", "default.handlebars->45->945", "default.handlebars->contextMenu->cxwebssh" ] @@ -72645,7 +72648,7 @@ "zh-chs": "网络VNC", "zh-cht": "網絡-VNC", "xloc": [ - "default.handlebars->45->2835", + "default.handlebars->45->2837", "default.handlebars->45->941", "default.handlebars->contextMenu->cxwebvnc" ] @@ -72672,7 +72675,7 @@ "zh-chs": "网络RDP", "zh-cht": "WebRDP", "xloc": [ - "default.handlebars->45->2951" + "default.handlebars->45->2953" ] }, { @@ -72697,7 +72700,7 @@ "zh-chs": "网络SSH", "zh-cht": "網絡SSH", "xloc": [ - "default.handlebars->45->2952" + "default.handlebars->45->2954" ] }, { @@ -72747,7 +72750,7 @@ "zh-chs": "网络VNC", "zh-cht": "網絡VNC", "xloc": [ - "default.handlebars->45->2953" + "default.handlebars->45->2955" ] }, { @@ -72997,7 +73000,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->45->2632" + "default.handlebars->45->2634" ] }, { @@ -74881,7 +74884,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->45->3001" + "default.handlebars->45->3003" ] }, { @@ -75375,7 +75378,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->161", - "default.handlebars->45->2206" + "default.handlebars->45->2208" ] }, { @@ -75600,8 +75603,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->45->2391", - "default.handlebars->45->2396" + "default.handlebars->45->2393", + "default.handlebars->45->2398" ] }, { @@ -75626,8 +75629,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->45->2393", - "default.handlebars->45->2397" + "default.handlebars->45->2395", + "default.handlebars->45->2399" ] }, { @@ -75703,8 +75706,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->45->2938", - "default.handlebars->45->2941" + "default.handlebars->45->2940", + "default.handlebars->45->2943" ] }, { @@ -75991,7 +75994,7 @@ "zh-chs": "ID、姓名、电子邮件、创建、lastlogin、组、authfactors、siteadmin、useradmin、锁定", "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "xloc": [ - "default.handlebars->45->2463" + "default.handlebars->45->2465" ] }, { @@ -76210,7 +76213,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->45->2491" + "default.handlebars->45->2493" ] }, { @@ -76553,7 +76556,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->162", - "default.handlebars->45->2207" + "default.handlebars->45->2209" ] }, { @@ -76870,7 +76873,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->45->2995" + "default.handlebars->45->2997" ] }, { @@ -76973,7 +76976,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->45->2970" + "default.handlebars->45->2972" ] }, { @@ -76998,7 +77001,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->45->2994" + "default.handlebars->45->2996" ] }, { @@ -77045,8 +77048,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->45->2939", - "default.handlebars->45->2942" + "default.handlebars->45->2941", + "default.handlebars->45->2944" ] }, { @@ -77174,8 +77177,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->45->2459", - "default.handlebars->45->2464" + "default.handlebars->45->2461", + "default.handlebars->45->2466" ] }, { @@ -77200,8 +77203,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->45->2461", - "default.handlebars->45->2465" + "default.handlebars->45->2463", + "default.handlebars->45->2467" ] }, { @@ -77226,7 +77229,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->45->2395" + "default.handlebars->45->2397" ] }, { @@ -77498,7 +77501,7 @@ "xloc": [ "default.handlebars->45->2179", "default.handlebars->45->2184", - "default.handlebars->45->2758" + "default.handlebars->45->2760" ] }, { @@ -77623,7 +77626,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->45->2678" + "default.handlebars->45->2680" ] }, { @@ -77676,7 +77679,7 @@ "xloc": [ "default-mobile.handlebars->11->150", "default.handlebars->45->2194", - "default.handlebars->45->2779", + "default.handlebars->45->2781", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -77827,7 +77830,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->45->2637" + "default.handlebars->45->2639" ] }, { @@ -78073,7 +78076,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->45->2405" + "default.handlebars->45->2407" ] }, { @@ -78496,7 +78499,7 @@ "default-mobile.handlebars->11->219", "default-mobile.handlebars->11->223", "default-mobile.handlebars->11->227", - "default.handlebars->45->2409", + "default.handlebars->45->2411", "default.handlebars->45->403", "default.handlebars->45->406", "default.handlebars->45->410", @@ -79214,4 +79217,4 @@ ] } ] -} +} \ No newline at end of file