diff --git a/agents/agent-translations.json b/agents/agent-translations.json index e4a88318..a7f60eeb 100644 --- a/agents/agent-translations.json +++ b/agents/agent-translations.json @@ -179,7 +179,7 @@ "status": [ "PAS INSTALLÉ", "FONCTIONNEMENT", - "NE PAS COURRIR" + "PAS EN FONCTIONNEMENT" ], "statusDescription": "Statut actuel de l'agent", "agentVersion": "Nouvelle version", diff --git a/meshcentral.js b/meshcentral.js index 3feb74a2..dff623bf 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -2693,8 +2693,8 @@ function CreateMeshCentralServer(config, args) { // List of possible mesh agent install scripts const meshToolsList = { 'MeshCentralRouter': { localname: 'MeshCentralRouter.exe', dlname: 'winrouter' }, - 'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant', winhash: true } - //'MeshCentralRouterMacOS': { localname: 'MeshCentralRouter.dmg', dlname: 'MeshCentralRouter.dmg' } + 'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant', winhash: true }, + 'MeshCentralRouterMacOS': { localname: 'MeshCentralRouter.dmg', dlname: 'MeshCentralRouter.dmg' } }; // Update the list of available mesh agents diff --git a/public/scripts/agent-rdp-0.0.1-min.js b/public/scripts/agent-rdp-0.0.1-min.js index 8315e68f..1e5ba679 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 s={};function n(e){return(!0===s.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function i(e){s.State!=e&&(s.State=e,null!=s.onStateChanged&&s.onStateChanged(s,s.State))}function a(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,n=s.Canvas.canvas.width/s.CanvasId.clientWidth,a=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}(s.Canvas.canvas),n=(e.pageX-a[0])*n,t=(e.pageY-a[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}s.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.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&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return console.log("handleKeyUp",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},s.m.handleKeyDown=function(e){if(s.socket&&3==s.State)return console.log("handleKeyDown",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},s.m.mousewheel=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight)){null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&s.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},s.m.SendStringUnicode=function(e){s.socket&&3==s.State&&s.socket.send(JSON.stringify(["utype",e]))},s.m.SendKeyMsgKC=function(e,t,n){if(3==s.State)if("object"==typeof e)for(var a in e)s.m.SendKeyMsgKC(e[a][0],e[a][1],e[a][2]);else{t=o[t];null!=t&&s.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},s.m.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s.m.sendcad=function(){s.socket.send(JSON.stringify(["scancode",29,!0])),s.socket.send(JSON.stringify(["scancode",56,!0])),s.socket.send(JSON.stringify(["scancode",57427,!0])),s.socket.send(JSON.stringify(["scancode",57427,!1])),s.socket.send(JSON.stringify(["scancode",56,!1])),s.socket.send(JSON.stringify(["scancode",29,!1]))};var o={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 s} \ No newline at end of file +var CreateRDPDesktop=function(e){var s={};function n(e){return(!0===s.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function i(e){s.State!=e&&(s.State=e,null!=s.onStateChanged&&s.onStateChanged(s,s.State))}function a(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,n=s.Canvas.canvas.width/s.CanvasId.clientWidth,a=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}(s.Canvas.canvas),n=(e.pageX-a[0])*n,t=(e.pageY-a[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}s.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.m.onClipboardChanged=null,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.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&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"rdp-clipboard":s.lastClipboardContent=t[1],s.m.onClipboardChanged&&s.m.onClipboardChanged(t[1]);break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.setClipboard=function(e){s.socket&&s.socket.send(JSON.stringify(["clipboard",e]))},s.m.getClipboard=function(){return s.lastClipboardContent},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},s.m.handleKeyDown=function(e){if(s.socket&&3==s.State)return s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},s.m.mousewheel=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight)){null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&s.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},s.m.SendStringUnicode=function(e){s.socket&&3==s.State&&s.socket.send(JSON.stringify(["utype",e]))},s.m.SendKeyMsgKC=function(e,t,n){if(3==s.State)if("object"==typeof e)for(var a in e)s.m.SendKeyMsgKC(e[a][0],e[a][1],e[a][2]);else{t=o[t];null!=t&&s.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},s.m.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s.m.sendcad=function(){s.socket.send(JSON.stringify(["scancode",29,!0])),s.socket.send(JSON.stringify(["scancode",56,!0])),s.socket.send(JSON.stringify(["scancode",57427,!0])),s.socket.send(JSON.stringify(["scancode",57427,!1])),s.socket.send(JSON.stringify(["scancode",56,!1])),s.socket.send(JSON.stringify(["scancode",29,!1]))};var o={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 s} \ No newline at end of file diff --git a/translate/translate.json b/translate/translate.json index 29022d86..2a520a5e 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -324,8 +324,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->39->2004", - "default.handlebars->39->2559" + "default.handlebars->39->2006", + "default.handlebars->39->2561" ] }, { @@ -834,7 +834,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->39->1964", + "default.handlebars->39->1966", "default.handlebars->39->469" ] }, @@ -929,8 +929,8 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->700", - "default.handlebars->39->2078", - "default.handlebars->39->2342", + "default.handlebars->39->2080", + "default.handlebars->39->2344", "default.handlebars->39->887" ] }, @@ -1072,7 +1072,7 @@ "tr": ", İzin Yok", "zh-chs": ", 不同意", "xloc": [ - "default.handlebars->39->1922", + "default.handlebars->39->1924", "default.handlebars->39->972" ] }, @@ -1098,7 +1098,7 @@ "zh-chs": ",提示同意", "zh-cht": ",提示同意", "xloc": [ - "default.handlebars->39->1923", + "default.handlebars->39->1925", "default.handlebars->39->973" ] }, @@ -1127,7 +1127,7 @@ "ru": ", Ежедневно", "tr": ", Günlük yinelenen", "xloc": [ - "default.handlebars->39->1919", + "default.handlebars->39->1921", "default.handlebars->39->969" ] }, @@ -1148,7 +1148,7 @@ "ru": ", Еженедельно", "tr": ", Haftalık yinelenen", "xloc": [ - "default.handlebars->39->1920", + "default.handlebars->39->1922", "default.handlebars->39->970" ] }, @@ -1241,7 +1241,7 @@ "tr": ", Araç Çubuğu", "zh-chs": ", 工具栏", "xloc": [ - "default.handlebars->39->1924", + "default.handlebars->39->1926", "default.handlebars->39->974" ] }, @@ -1283,7 +1283,7 @@ "ru": ", Только просмотр рабочего стола", "tr": ", Yalnızca masaüstünü görüntüle", "xloc": [ - "default.handlebars->39->1921", + "default.handlebars->39->1923", "default.handlebars->39->971" ] }, @@ -1617,8 +1617,8 @@ "default-mobile.handlebars->11->139", "default-mobile.handlebars->11->475", "default.handlebars->39->1335", - "default.handlebars->39->2139", - "default.handlebars->39->2757", + "default.handlebars->39->2141", + "default.handlebars->39->2759", "sharing.handlebars->11->50" ] }, @@ -1780,7 +1780,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->39->2647" + "default.handlebars->39->2649" ] }, { @@ -1807,7 +1807,7 @@ "xloc": [ "default-mobile.handlebars->11->149", "default-mobile.handlebars->11->744", - "default.handlebars->39->2163", + "default.handlebars->39->2165", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1899,7 +1899,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->39->2606" + "default.handlebars->39->2608" ] }, { @@ -2029,7 +2029,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->39->2374" + "default.handlebars->39->2376" ] }, { @@ -2226,7 +2226,7 @@ "default-mobile.handlebars->11->218", "default-mobile.handlebars->11->222", "default-mobile.handlebars->11->226", - "default.handlebars->39->2378", + "default.handlebars->39->2380", "default.handlebars->39->394", "default.handlebars->39->397", "default.handlebars->39->401", @@ -3224,7 +3224,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->39->2274" + "default.handlebars->39->2276" ] }, { @@ -3242,7 +3242,7 @@ "pl": "dwuetapowe", "pt-br": "2ª Etapa", "xloc": [ - "default.handlebars->39->2793" + "default.handlebars->39->2795" ] }, { @@ -3267,8 +3267,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->39->2392", - "default.handlebars->39->2630" + "default.handlebars->39->2394", + "default.handlebars->39->2632" ] }, { @@ -4562,7 +4562,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->297", - "default.handlebars->39->1902", + "default.handlebars->39->1904", "default.handlebars->39->805" ] }, @@ -4657,7 +4657,7 @@ "tr": "AMT-OS", "zh-chs": "操作系统", "xloc": [ - "default.handlebars->39->2915" + "default.handlebars->39->2917" ] }, { @@ -4676,7 +4676,7 @@ "ru": "AMT-Redir", "tr": "AMT-Yönlendirme", "xloc": [ - "default.handlebars->39->2800" + "default.handlebars->39->2802" ] }, { @@ -4695,7 +4695,7 @@ "ru": "AMT-WSMAN", "tr": "AMT-WSMAN", "xloc": [ - "default.handlebars->39->2799" + "default.handlebars->39->2801" ] }, { @@ -4954,7 +4954,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->39->2565" + "default.handlebars->39->2567" ] }, { @@ -5065,7 +5065,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->39->1774", "default.handlebars->39->1776", - "default.handlebars->39->2968", + "default.handlebars->39->2970", "default.handlebars->39->765", "default.handlebars->39->767" ] @@ -5092,7 +5092,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->711", - "default.handlebars->39->2844" + "default.handlebars->39->2846" ] }, { @@ -5168,7 +5168,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->39->2247" + "default.handlebars->39->2249" ] }, { @@ -5193,7 +5193,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->39->2246" + "default.handlebars->39->2248" ] }, { @@ -5213,7 +5213,7 @@ "ru": "Аккаунт создан, имя {0}.", "tr": "Hesap oluşturuldu, ad {0}.", "xloc": [ - "default.handlebars->39->2309" + "default.handlebars->39->2311" ] }, { @@ -5238,7 +5238,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->39->2245" + "default.handlebars->39->2247" ] }, { @@ -5265,8 +5265,8 @@ "xloc": [ "default-mobile.handlebars->11->64", "default.handlebars->39->198", - "default.handlebars->39->2394", - "default.handlebars->39->2562" + "default.handlebars->39->2396", + "default.handlebars->39->2564" ] }, { @@ -5292,7 +5292,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->723", - "default.handlebars->39->2856", + "default.handlebars->39->2858", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -5347,7 +5347,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->39->2182" + "default.handlebars->39->2184" ] }, { @@ -5371,7 +5371,7 @@ "tr": "{0}, {1}, {2} adresinden hesap girişi", "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "xloc": [ - "default.handlebars->39->2288" + "default.handlebars->39->2290" ] }, { @@ -5396,7 +5396,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->39->2183" + "default.handlebars->39->2185" ] }, { @@ -5448,7 +5448,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->39->2255" + "default.handlebars->39->2257" ] }, { @@ -5473,7 +5473,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->39->2244" + "default.handlebars->39->2246" ] }, { @@ -5683,7 +5683,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->39->1955" + "default.handlebars->39->1957" ] }, { @@ -5763,7 +5763,7 @@ "zh-chs": "主动设备共享", "zh-cht": "主動設備共享", "xloc": [ - "default.handlebars->39->1906", + "default.handlebars->39->1908", "default.handlebars->39->956" ] }, @@ -5991,8 +5991,9 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->39->2537", - "default.handlebars->39->2696", + "default.handlebars->39->1902", + "default.handlebars->39->2539", + "default.handlebars->39->2698", "default.handlebars->39->439" ] }, @@ -6043,9 +6044,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->39->2040", - "default.handlebars->39->2531", - "default.handlebars->39->2684", + "default.handlebars->39->2042", + "default.handlebars->39->2533", + "default.handlebars->39->2686", "default.handlebars->39->355" ] }, @@ -6071,7 +6072,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->39->2037" + "default.handlebars->39->2039" ] }, { @@ -6096,8 +6097,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->39->2042", - "default.handlebars->39->2044" + "default.handlebars->39->2044", + "default.handlebars->39->2046" ] }, { @@ -6240,7 +6241,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->39->2716" + "default.handlebars->39->2718" ] }, { @@ -6367,7 +6368,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->39->2047" + "default.handlebars->39->2049" ] }, { @@ -6393,8 +6394,8 @@ "zh-cht": "新增用戶群", "xloc": [ "default.handlebars->39->1894", - "default.handlebars->39->2039", - "default.handlebars->39->2690", + "default.handlebars->39->2041", + "default.handlebars->39->2692", "default.handlebars->39->949" ] }, @@ -6420,7 +6421,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->39->2049" + "default.handlebars->39->2051" ] }, { @@ -6493,7 +6494,7 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->39->1893", - "default.handlebars->39->2526" + "default.handlebars->39->2528" ] }, { @@ -6518,7 +6519,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->39->2036" + "default.handlebars->39->2038" ] }, { @@ -6543,7 +6544,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->39->2561" + "default.handlebars->39->2563" ] }, { @@ -6739,6 +6740,7 @@ "tr": "Yerel ağda bulunan cihazı ekleyin.", "zh-chs": "添加位于本地网络上的设备。", "xloc": [ + "default.handlebars->39->1901", "default.handlebars->39->438" ] }, @@ -6838,7 +6840,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->39->2271" + "default.handlebars->39->2273" ] }, { @@ -6863,7 +6865,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->39->2282" + "default.handlebars->39->2284" ] }, { @@ -6883,7 +6885,7 @@ "ru": "Добавлен ежедневный общий доступ к устройству {0}.", "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.", "xloc": [ - "default.handlebars->39->2319" + "default.handlebars->39->2321" ] }, { @@ -6903,7 +6905,7 @@ "ru": "Добавлен еженедельный общий доступ к устройству {0}.", "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.", "xloc": [ - "default.handlebars->39->2320" + "default.handlebars->39->2322" ] }, { @@ -6923,7 +6925,7 @@ "ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.", "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.", "xloc": [ - "default.handlebars->39->2312" + "default.handlebars->39->2314" ] }, { @@ -6948,8 +6950,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2238", - "default.handlebars->39->2265" + "default.handlebars->39->2240", + "default.handlebars->39->2267" ] }, { @@ -6973,7 +6975,7 @@ "tr": "Giriş anahtarı eklendi", "zh-chs": "添加登录令牌", "xloc": [ - "default.handlebars->39->2296" + "default.handlebars->39->2298" ] }, { @@ -6997,7 +6999,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi", "zh-chs": "新增推送通知认证装置", "xloc": [ - "default.handlebars->39->2294" + "default.handlebars->39->2296" ] }, { @@ -7022,7 +7024,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->39->2276" + "default.handlebars->39->2278" ] }, { @@ -7047,7 +7049,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2249" + "default.handlebars->39->2251" ] }, { @@ -7072,8 +7074,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->39->2252", - "default.handlebars->39->2261" + "default.handlebars->39->2254", + "default.handlebars->39->2263" ] }, { @@ -7226,7 +7228,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2610" + "default.handlebars->39->2612" ] }, { @@ -7277,7 +7279,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2459" + "default.handlebars->39->2461" ] }, { @@ -7302,7 +7304,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->39->2386" + "default.handlebars->39->2388" ] }, { @@ -7356,9 +7358,9 @@ "default-mobile.handlebars->11->256", "default-mobile.handlebars->11->313", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->39->2114", - "default.handlebars->39->2127", - "default.handlebars->39->2913", + "default.handlebars->39->2116", + "default.handlebars->39->2129", + "default.handlebars->39->2915", "default.handlebars->39->375", "default.handlebars->39->623", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -7387,8 +7389,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->39->2116", - "default.handlebars->39->2129" + "default.handlebars->39->2118", + "default.handlebars->39->2131" ] }, { @@ -7440,7 +7442,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->682", - "default.handlebars->39->2057" + "default.handlebars->39->2059" ] }, { @@ -7465,7 +7467,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->39->2882" + "default.handlebars->39->2884" ] }, { @@ -7632,7 +7634,7 @@ "ru": "Общий доступ из Агента", "tr": "Agent Kendisinin-Paylaşımı", "xloc": [ - "default.handlebars->39->1925", + "default.handlebars->39->1927", "default.handlebars->39->975" ] }, @@ -7658,7 +7660,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->39->2898" + "default.handlebars->39->2900" ] }, { @@ -7755,7 +7757,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->39->2125", + "default.handlebars->39->2127", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -7806,7 +7808,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->39->2235" + "default.handlebars->39->2237" ] }, { @@ -8210,8 +8212,8 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->39->2087", - "default.handlebars->39->2926", + "default.handlebars->39->2089", + "default.handlebars->39->2928", "default.handlebars->39->516" ] }, @@ -8265,7 +8267,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->476", "default-mobile.handlebars->11->478", - "default.handlebars->39->2769", + "default.handlebars->39->2771", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -8291,7 +8293,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->39->2348" + "default.handlebars->39->2350" ] }, { @@ -8301,7 +8303,7 @@ "pl": "Wszyscy Dostępni Agenci", "pt-br": "Todos agentes disponíveis", "xloc": [ - "default.handlebars->39->2088", + "default.handlebars->39->2090", "default.handlebars->39->517" ] }, @@ -8352,7 +8354,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->39->2346" + "default.handlebars->39->2348" ] }, { @@ -8428,8 +8430,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->39->2002", - "default.handlebars->39->2558" + "default.handlebars->39->2004", + "default.handlebars->39->2560" ] }, { @@ -8454,7 +8456,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->39->2003" + "default.handlebars->39->2005" ] }, { @@ -8712,8 +8714,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->39->1870", - "default.handlebars->39->2517", - "default.handlebars->39->2619", + "default.handlebars->39->2519", + "default.handlebars->39->2621", "default.handlebars->39->851" ] }, @@ -8740,8 +8742,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->39->1871", - "default.handlebars->39->2518", - "default.handlebars->39->2620", + "default.handlebars->39->2520", + "default.handlebars->39->2622", "default.handlebars->39->852" ] }, @@ -8987,8 +8989,8 @@ "tr": "Anti-virüs etkin değil", "zh-chs": "杀毒软件未激活", "xloc": [ - "default.handlebars->39->2118", - "default.handlebars->39->2132" + "default.handlebars->39->2120", + "default.handlebars->39->2134" ] }, { @@ -9811,7 +9813,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->643", - "default.handlebars->39->1969" + "default.handlebars->39->1971" ] }, { @@ -9911,7 +9913,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->39->2977" + "default.handlebars->39->2979" ] }, { @@ -10206,7 +10208,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->39->2204" + "default.handlebars->39->2206" ] }, { @@ -10285,7 +10287,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->39->2623" + "default.handlebars->39->2625" ] }, { @@ -10491,7 +10493,7 @@ "zh-cht": "自動刪除", "xloc": [ "default.handlebars->39->1855", - "default.handlebars->39->2339" + "default.handlebars->39->2341" ] }, { @@ -10545,7 +10547,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->39->2285" + "default.handlebars->39->2287" ] }, { @@ -10569,7 +10571,8 @@ "tr": "Otomatik Pano", "zh-chs": "自动剪贴板", "xloc": [ - "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel" + "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel", + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17" ] }, { @@ -10639,7 +10642,7 @@ "tr": "Etkin olmayan cihazları otomatik olarak kaldırın", "zh-chs": "自动移除非活动设备", "xloc": [ - "default.handlebars->39->1997" + "default.handlebars->39->1999" ] }, { @@ -10664,7 +10667,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->39->2907" + "default.handlebars->39->2909" ] }, { @@ -10905,8 +10908,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->39->2094", - "default.handlebars->39->2101", + "default.handlebars->39->2096", + "default.handlebars->39->2103", "default.handlebars->39->503", "default.handlebars->39->523" ] @@ -10933,8 +10936,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->39->2095", - "default.handlebars->39->2102", + "default.handlebars->39->2097", + "default.handlebars->39->2104", "default.handlebars->39->504", "default.handlebars->39->524", "default.handlebars->39->540" @@ -10988,8 +10991,8 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->39->2626", - "default.handlebars->39->2817" + "default.handlebars->39->2628", + "default.handlebars->39->2819" ] }, { @@ -11043,7 +11046,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->39->2889" + "default.handlebars->39->2891" ] }, { @@ -11068,7 +11071,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->39->2888" + "default.handlebars->39->2890" ] }, { @@ -11168,7 +11171,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->39->2284" + "default.handlebars->39->2286" ] }, { @@ -11367,7 +11370,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->39->2524", + "default.handlebars->39->2526", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -11393,7 +11396,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->39->2441" + "default.handlebars->39->2443" ] }, { @@ -11418,7 +11421,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->39->2436" + "default.handlebars->39->2438" ] }, { @@ -11428,7 +11431,7 @@ "pl": "Przeglądarka", "pt-br": "Navegador", "xloc": [ - "default.handlebars->39->2791" + "default.handlebars->39->2793" ] }, { @@ -11535,7 +11538,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。", "xloc": [ - "default.handlebars->39->1999" + "default.handlebars->39->2001" ] }, { @@ -11559,7 +11562,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。", "xloc": [ - "default.handlebars->39->2000" + "default.handlebars->39->2002" ] }, { @@ -11579,7 +11582,7 @@ "ru": "Входящих байт", "tr": "Bayt Girişi", "xloc": [ - "default.handlebars->39->2787" + "default.handlebars->39->2789" ] }, { @@ -11599,7 +11602,7 @@ "ru": "Исходящих байт", "tr": "Bayt Bitti", "xloc": [ - "default.handlebars->39->2788" + "default.handlebars->39->2790" ] }, { @@ -11659,7 +11662,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->39->1952" + "default.handlebars->39->1954" ] }, { @@ -11685,7 +11688,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->257", - "default.handlebars->39->2914", + "default.handlebars->39->2916", "default.handlebars->39->377", "default.handlebars->39->625" ] @@ -11712,7 +11715,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->39->2961" + "default.handlebars->39->2963" ] }, { @@ -11737,7 +11740,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->39->2962" + "default.handlebars->39->2964" ] }, { @@ -11782,7 +11785,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->39->1960" + "default.handlebars->39->1962" ] }, { @@ -11809,7 +11812,7 @@ "xloc": [ "default-mobile.handlebars->11->587", "default.handlebars->39->1456", - "default.handlebars->39->2938", + "default.handlebars->39->2940", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -11835,7 +11838,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->39->2903" + "default.handlebars->39->2905" ] }, { @@ -11860,7 +11863,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2906" + "default.handlebars->39->2908" ] }, { @@ -11885,7 +11888,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2905" + "default.handlebars->39->2907" ] }, { @@ -11910,7 +11913,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2904" + "default.handlebars->39->2906" ] }, { @@ -11965,7 +11968,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->39->2356" + "default.handlebars->39->2358" ] }, { @@ -11990,8 +11993,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->39->2360", - "default.handlebars->39->2428", + "default.handlebars->39->2362", + "default.handlebars->39->2430", "default.handlebars->39->696" ] }, @@ -12039,7 +12042,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->39->2978" + "default.handlebars->39->2980" ] }, { @@ -12088,7 +12091,7 @@ "default-mobile.handlebars->11->113", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->39->1825", - "default.handlebars->39->2967", + "default.handlebars->39->2969", "default.handlebars->39->476", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -12377,7 +12380,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->39->2671" + "default.handlebars->39->2673" ] }, { @@ -12431,7 +12434,7 @@ "xloc": [ "default-mobile.handlebars->11->121", "default.handlebars->39->1771", - "default.handlebars->39->2644" + "default.handlebars->39->2646" ] }, { @@ -12456,7 +12459,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->39->2680" + "default.handlebars->39->2682" ] }, { @@ -12481,7 +12484,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->39->2666" + "default.handlebars->39->2668" ] }, { @@ -12628,7 +12631,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->39->2643" + "default.handlebars->39->2645" ] }, { @@ -12728,7 +12731,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->39->2256" + "default.handlebars->39->2258" ] }, { @@ -12748,7 +12751,7 @@ "ru": "Изменено отображаемое имя учетной записи на {0}.", "tr": "Hesap görünen adı {0} olarak değiştirildi.", "xloc": [ - "default.handlebars->39->2308" + "default.handlebars->39->2310" ] }, { @@ -12773,8 +12776,8 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->39->2240", - "default.handlebars->39->2321" + "default.handlebars->39->2242", + "default.handlebars->39->2323" ] }, { @@ -12799,7 +12802,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->39->2184" + "default.handlebars->39->2186" ] }, { @@ -12824,8 +12827,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2242", - "default.handlebars->39->2263" + "default.handlebars->39->2244", + "default.handlebars->39->2265" ] }, { @@ -12898,9 +12901,9 @@ "xloc": [ "default.handlebars->39->1002", "default.handlebars->39->1024", - "default.handlebars->39->2377", - "default.handlebars->39->2639", - "default.handlebars->39->2640", + "default.handlebars->39->2379", + "default.handlebars->39->2641", + "default.handlebars->39->2642", "default.handlebars->39->896" ] }, @@ -12928,8 +12931,8 @@ "xloc": [ "default-mobile.handlebars->11->672", "default-mobile.handlebars->11->692", - "default.handlebars->39->2031", - "default.handlebars->39->2068" + "default.handlebars->39->2033", + "default.handlebars->39->2070" ] }, { @@ -12954,7 +12957,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->724", - "default.handlebars->39->2857" + "default.handlebars->39->2859" ] }, { @@ -13130,7 +13133,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->39->1522", - "default.handlebars->39->2972" + "default.handlebars->39->2974" ] }, { @@ -13414,7 +13417,7 @@ "default.handlebars->39->1363", "default.handlebars->39->1365", "default.handlebars->39->1367", - "default.handlebars->39->2178", + "default.handlebars->39->2180", "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", @@ -13571,7 +13574,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->707", - "default.handlebars->39->2840" + "default.handlebars->39->2842" ] }, { @@ -13674,7 +13677,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->706", - "default.handlebars->39->2839" + "default.handlebars->39->2841" ] }, { @@ -13760,7 +13763,7 @@ "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ "default.handlebars->39->1836", - "default.handlebars->39->2123" + "default.handlebars->39->2125" ] }, { @@ -13810,7 +13813,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->39->2498" + "default.handlebars->39->2500" ] }, { @@ -14077,7 +14080,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->39->1959" + "default.handlebars->39->1961" ] }, { @@ -14159,7 +14162,7 @@ "default.handlebars->39->1337", "default.handlebars->39->216", "default.handlebars->39->224", - "default.handlebars->39->2966", + "default.handlebars->39->2968", "sharing.handlebars->11->52" ] }, @@ -14170,7 +14173,7 @@ "pl": "Zamknięta sesja pulpitu wielokrotnego \\\"{0}\\\", {1} sekund(a)", "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2328" + "default.handlebars->39->2330" ] }, { @@ -14195,7 +14198,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->39->2189" + "default.handlebars->39->2191" ] }, { @@ -14372,7 +14375,7 @@ "default-mobile.handlebars->11->694", "default.handlebars->39->1004", "default.handlebars->39->1026", - "default.handlebars->39->2070" + "default.handlebars->39->2072" ] }, { @@ -14397,8 +14400,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->39->2532", - "default.handlebars->39->2685" + "default.handlebars->39->2534", + "default.handlebars->39->2687" ] }, { @@ -14423,8 +14426,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->39->2538", - "default.handlebars->39->2697" + "default.handlebars->39->2540", + "default.handlebars->39->2699" ] }, { @@ -14546,11 +14549,11 @@ "default-mobile.handlebars->11->644", "default.handlebars->39->1136", "default.handlebars->39->1145", - "default.handlebars->39->1970", - "default.handlebars->39->2406", - "default.handlebars->39->2488", - "default.handlebars->39->2554", - "default.handlebars->39->2683", + "default.handlebars->39->1972", + "default.handlebars->39->2408", + "default.handlebars->39->2490", + "default.handlebars->39->2556", + "default.handlebars->39->2685", "default.handlebars->39->660" ] }, @@ -14675,7 +14678,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->39->2405" + "default.handlebars->39->2407" ] }, { @@ -14722,7 +14725,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->39->2487" + "default.handlebars->39->2489" ] }, { @@ -14747,7 +14750,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->39->2682" + "default.handlebars->39->2684" ] }, { @@ -14772,7 +14775,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2557" + "default.handlebars->39->2559" ] }, { @@ -14797,7 +14800,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2714" + "default.handlebars->39->2716" ] }, { @@ -14900,7 +14903,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->39->2172" + "default.handlebars->39->2174" ] }, { @@ -14925,8 +14928,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2547", - "default.handlebars->39->2705" + "default.handlebars->39->2549", + "default.handlebars->39->2707" ] }, { @@ -14951,8 +14954,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2549", - "default.handlebars->39->2718" + "default.handlebars->39->2551", + "default.handlebars->39->2720" ] }, { @@ -14977,7 +14980,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2707" + "default.handlebars->39->2709" ] }, { @@ -15002,7 +15005,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2710" + "default.handlebars->39->2712" ] }, { @@ -15027,8 +15030,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->39->2708", - "default.handlebars->39->2711" + "default.handlebars->39->2710", + "default.handlebars->39->2713" ] }, { @@ -15101,7 +15104,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->39->2703" + "default.handlebars->39->2705" ] }, { @@ -15194,7 +15197,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2081" + "default.handlebars->39->2083" ] }, { @@ -15219,7 +15222,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2083" + "default.handlebars->39->2085" ] }, { @@ -15364,7 +15367,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->158", - "default.handlebars->39->2173" + "default.handlebars->39->2175" ] }, { @@ -15476,7 +15479,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->39->1963" + "default.handlebars->39->1965" ] }, { @@ -15645,7 +15648,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->39->2894" + "default.handlebars->39->2896" ] }, { @@ -15670,7 +15673,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->39->2899" + "default.handlebars->39->2901" ] }, { @@ -15886,7 +15889,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->39->2925" + "default.handlebars->39->2927" ] }, { @@ -15938,7 +15941,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->39->2960" + "default.handlebars->39->2962" ] }, { @@ -16014,7 +16017,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->318", - "default.handlebars->39->2130", + "default.handlebars->39->2132", "default.handlebars->39->351", "default.handlebars->39->872", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -16037,7 +16040,7 @@ "ru": "Согласие", "tr": "Onay", "xloc": [ - "default.handlebars->39->2338" + "default.handlebars->39->2340" ] }, { @@ -16169,7 +16172,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->39->2944" + "default.handlebars->39->2946" ] }, { @@ -16388,8 +16391,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->39->2141", - "default.handlebars->39->2160", + "default.handlebars->39->2143", + "default.handlebars->39->2162", "default.handlebars->39->293", "default.handlebars->39->315", "default.handlebars->39->317", @@ -16521,7 +16524,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2232" + "default.handlebars->39->2234" ] }, { @@ -16702,7 +16705,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->39->2943" + "default.handlebars->39->2945" ] }, { @@ -16773,7 +16776,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->39->2455", + "default.handlebars->39->2457", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1" @@ -16872,7 +16875,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->39->2495" + "default.handlebars->39->2497" ] }, { @@ -17021,7 +17024,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->39->2225" + "default.handlebars->39->2227" ] }, { @@ -17070,7 +17073,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->39->2419" + "default.handlebars->39->2421" ] }, { @@ -17122,7 +17125,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->39->2236" + "default.handlebars->39->2238" ] }, { @@ -17216,7 +17219,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->39->2599" + "default.handlebars->39->2601" ] }, { @@ -17627,7 +17630,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->734", - "default.handlebars->39->2867" + "default.handlebars->39->2869" ] }, { @@ -17903,8 +17906,8 @@ "xloc": [ "default-mobile.handlebars->11->384", "default.handlebars->39->1120", - "default.handlebars->39->2764", - "default.handlebars->39->2767" + "default.handlebars->39->2766", + "default.handlebars->39->2769" ] }, { @@ -17930,7 +17933,7 @@ "zh-cht": "停用", "xloc": [ "default.handlebars->39->1884", - "default.handlebars->39->1942" + "default.handlebars->39->1944" ] }, { @@ -17955,7 +17958,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->39->1954" + "default.handlebars->39->1956" ] }, { @@ -18028,10 +18031,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->39->2442", - "default.handlebars->39->2491", - "default.handlebars->39->2502", - "default.handlebars->39->2575" + "default.handlebars->39->2444", + "default.handlebars->39->2493", + "default.handlebars->39->2504", + "default.handlebars->39->2577" ] }, { @@ -18087,7 +18090,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default-mobile.handlebars->dialog->idx_dlgButtonBar->5", "default.handlebars->39->1347", - "default.handlebars->39->2167", + "default.handlebars->39->2169", "default.handlebars->39->743", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -18149,7 +18152,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->39->2407" + "default.handlebars->39->2409" ] }, { @@ -18226,8 +18229,8 @@ "xloc": [ "default-mobile.handlebars->11->642", "default-mobile.handlebars->11->645", - "default.handlebars->39->1930", - "default.handlebars->39->1971" + "default.handlebars->39->1932", + "default.handlebars->39->1973" ] }, { @@ -18300,7 +18303,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->39->2642" + "default.handlebars->39->2644" ] }, { @@ -18325,8 +18328,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2543", - "default.handlebars->39->2555" + "default.handlebars->39->2545", + "default.handlebars->39->2557" ] }, { @@ -18351,7 +18354,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2489" + "default.handlebars->39->2491" ] }, { @@ -18376,7 +18379,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->39->2681" + "default.handlebars->39->2683" ] }, { @@ -18402,7 +18405,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->39->2403", + "default.handlebars->39->2405", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -18453,7 +18456,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->39->2485" + "default.handlebars->39->2487" ] }, { @@ -18503,7 +18506,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->39->2227" + "default.handlebars->39->2229" ] }, { @@ -18531,7 +18534,7 @@ "default-mobile.handlebars->11->155", "default-mobile.handlebars->11->484", "default.handlebars->39->1349", - "default.handlebars->39->2169", + "default.handlebars->39->2171", "sharing.handlebars->11->63" ] }, @@ -18557,7 +18560,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->39->2553" + "default.handlebars->39->2555" ] }, { @@ -18585,7 +18588,7 @@ "default-mobile.handlebars->11->154", "default-mobile.handlebars->11->483", "default.handlebars->39->1348", - "default.handlebars->39->2168", + "default.handlebars->39->2170", "sharing.handlebars->11->62" ] }, @@ -18636,7 +18639,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->39->2226" + "default.handlebars->39->2228" ] }, { @@ -18661,7 +18664,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->39->2228" + "default.handlebars->39->2230" ] }, { @@ -18838,12 +18841,12 @@ "default.handlebars->39->148", "default.handlebars->39->1788", "default.handlebars->39->1845", - "default.handlebars->39->1977", - "default.handlebars->39->2336", - "default.handlebars->39->2494", - "default.handlebars->39->2504", - "default.handlebars->39->2505", - "default.handlebars->39->2551", + "default.handlebars->39->1979", + "default.handlebars->39->2338", + "default.handlebars->39->2496", + "default.handlebars->39->2506", + "default.handlebars->39->2507", + "default.handlebars->39->2553", "default.handlebars->39->784", "default.handlebars->39->785", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -18896,12 +18899,12 @@ "default-mobile.handlebars->11->352", "default.handlebars->39->1044", "default.handlebars->39->1284", - "default.handlebars->39->1910", - "default.handlebars->39->1983", - "default.handlebars->39->2738", - "default.handlebars->39->2797", - "default.handlebars->39->2828", - "default.handlebars->39->2919", + "default.handlebars->39->1912", + "default.handlebars->39->1985", + "default.handlebars->39->2740", + "default.handlebars->39->2799", + "default.handlebars->39->2830", + "default.handlebars->39->2921", "default.handlebars->39->749", "default.handlebars->39->960", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -18932,7 +18935,7 @@ "zh-chs": "桌面 + 文件", "xloc": [ "default.handlebars->39->1047", - "default.handlebars->39->1914", + "default.handlebars->39->1916", "default.handlebars->39->964" ] }, @@ -18957,7 +18960,7 @@ "tr": "Masaüstü + Terminal", "zh-chs": "桌面 + 终端", "xloc": [ - "default.handlebars->39->1911", + "default.handlebars->39->1913", "default.handlebars->39->961" ] }, @@ -18983,7 +18986,7 @@ "zh-chs": "桌面 + 终端 + 文件", "xloc": [ "default.handlebars->39->1049", - "default.handlebars->39->1915", + "default.handlebars->39->1917", "default.handlebars->39->965" ] }, @@ -19033,7 +19036,7 @@ "tr": "Masaüstü Multiplex", "zh-chs": "桌面复用", "xloc": [ - "default.handlebars->39->2924" + "default.handlebars->39->2926" ] }, { @@ -19059,8 +19062,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->39->1865", - "default.handlebars->39->2512", - "default.handlebars->39->2614", + "default.handlebars->39->2514", + "default.handlebars->39->2616", "default.handlebars->39->846" ] }, @@ -19087,8 +19090,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->39->1864", - "default.handlebars->39->2511", - "default.handlebars->39->2613", + "default.handlebars->39->2513", + "default.handlebars->39->2615", "default.handlebars->39->845" ] }, @@ -19115,8 +19118,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->39->1862", - "default.handlebars->39->2509", - "default.handlebars->39->2611", + "default.handlebars->39->2511", + "default.handlebars->39->2613", "default.handlebars->39->843" ] }, @@ -19141,7 +19144,7 @@ "tr": "Masaüstü Oturumu", "zh-chs": "桌面会话", "xloc": [ - "default.handlebars->39->2731" + "default.handlebars->39->2733" ] }, { @@ -19240,8 +19243,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->39->1863", - "default.handlebars->39->2510", - "default.handlebars->39->2612", + "default.handlebars->39->2512", + "default.handlebars->39->2614", "default.handlebars->39->844" ] }, @@ -19266,7 +19269,7 @@ "tr": "Yalnızca Masaüstü Görünümü", "zh-chs": "仅桌面视图", "xloc": [ - "default.handlebars->39->2587" + "default.handlebars->39->2589" ] }, { @@ -19392,7 +19395,7 @@ "zh-cht": "細節", "xloc": [ "default-mobile.handlebars->11->355", - "default.handlebars->39->2073", + "default.handlebars->39->2075", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -19447,11 +19450,11 @@ "default-mobile.handlebars->11->544", "default.handlebars->39->1403", "default.handlebars->39->1511", - "default.handlebars->39->2011", + "default.handlebars->39->2013", "default.handlebars->39->265", - "default.handlebars->39->2700", - "default.handlebars->39->2763", - "default.handlebars->39->2781", + "default.handlebars->39->2702", + "default.handlebars->39->2765", + "default.handlebars->39->2783", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -19552,7 +19555,7 @@ "tr": "Cihaz Ayrıntıları", "zh-chs": "设备详情", "xloc": [ - "default.handlebars->39->2035" + "default.handlebars->39->2037" ] }, { @@ -19604,17 +19607,17 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->712", - "default.handlebars->39->2006", - "default.handlebars->39->2009", - "default.handlebars->39->2010", - "default.handlebars->39->2353", - "default.handlebars->39->2535", - "default.handlebars->39->2541", - "default.handlebars->39->2688", - "default.handlebars->39->2747", - "default.handlebars->39->2770", - "default.handlebars->39->2784", - "default.handlebars->39->2845" + "default.handlebars->39->2008", + "default.handlebars->39->2011", + "default.handlebars->39->2012", + "default.handlebars->39->2355", + "default.handlebars->39->2537", + "default.handlebars->39->2543", + "default.handlebars->39->2690", + "default.handlebars->39->2749", + "default.handlebars->39->2772", + "default.handlebars->39->2786", + "default.handlebars->39->2847" ] }, { @@ -19640,7 +19643,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->701", - "default.handlebars->39->2079" + "default.handlebars->39->2081" ] }, { @@ -19666,11 +19669,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->39->2369", - "default.handlebars->39->2479", - "default.handlebars->39->2522", - "default.handlebars->39->2608", - "default.handlebars->39->2897", + "default.handlebars->39->2371", + "default.handlebars->39->2481", + "default.handlebars->39->2524", + "default.handlebars->39->2610", + "default.handlebars->39->2899", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -19773,7 +19776,7 @@ "xloc": [ "default-mobile.handlebars->11->400", "default.handlebars->39->1186", - "default.handlebars->39->2746", + "default.handlebars->39->2748", "default.handlebars->39->441", "default.handlebars->39->450", "player.handlebars->3->25" @@ -19850,7 +19853,7 @@ "tr": "Cihaz İtme", "zh-chs": "设备推送", "xloc": [ - "default.handlebars->39->2627" + "default.handlebars->39->2629" ] }, { @@ -19918,7 +19921,7 @@ "zh-chs": "设备共享链接", "zh-cht": "設備共享鏈接", "xloc": [ - "default.handlebars->39->1907", + "default.handlebars->39->1909", "default.handlebars->39->957" ] }, @@ -20044,8 +20047,8 @@ "zh-cht": "裝置連接。", "xloc": [ "default.handlebars->39->1751", - "default.handlebars->39->2106", - "default.handlebars->39->2110", + "default.handlebars->39->2108", + "default.handlebars->39->2112", "default.handlebars->39->981", "default.handlebars->39->985" ] @@ -20073,8 +20076,8 @@ "zh-cht": "裝置斷開連接。", "xloc": [ "default.handlebars->39->1752", - "default.handlebars->39->2107", - "default.handlebars->39->2111", + "default.handlebars->39->2109", + "default.handlebars->39->2113", "default.handlebars->39->982", "default.handlebars->39->986" ] @@ -20101,7 +20104,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->39->2257" + "default.handlebars->39->2259" ] }, { @@ -20126,7 +20129,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->39->2258" + "default.handlebars->39->2260" ] }, { @@ -20151,7 +20154,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2259" + "default.handlebars->39->2261" ] }, { @@ -20202,7 +20205,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->39->2254" + "default.handlebars->39->2256" ] }, { @@ -20227,7 +20230,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->39->2237" + "default.handlebars->39->2239" ] }, { @@ -20247,7 +20250,7 @@ "ru": "Группа устройств {0} изменена: {1}", "tr": "{0} cihaz grubu değiştirildi: {1}", "xloc": [ - "default.handlebars->39->2323" + "default.handlebars->39->2325" ] }, { @@ -20783,7 +20786,7 @@ "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}", "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ - "default.handlebars->39->2292" + "default.handlebars->39->2294" ] }, { @@ -20808,7 +20811,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->39->2239" + "default.handlebars->39->2241" ] }, { @@ -20855,9 +20858,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->39->1928", - "default.handlebars->39->2480", - "default.handlebars->39->2523" + "default.handlebars->39->1930", + "default.handlebars->39->2482", + "default.handlebars->39->2525" ] }, { @@ -20978,7 +20981,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2270" + "default.handlebars->39->2272" ] }, { @@ -21381,7 +21384,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->39->2140" + "default.handlebars->39->2142" ] }, { @@ -21430,7 +21433,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2199" + "default.handlebars->39->2201" ] }, { @@ -21455,7 +21458,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2207" + "default.handlebars->39->2209" ] }, { @@ -21480,8 +21483,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->39->1957", - "default.handlebars->39->1961" + "default.handlebars->39->1959", + "default.handlebars->39->1963" ] }, { @@ -21508,10 +21511,10 @@ "xloc": [ "default.handlebars->39->117", "default.handlebars->39->1203", - "default.handlebars->39->2443", - "default.handlebars->39->2492", - "default.handlebars->39->2501", - "default.handlebars->39->2574", + "default.handlebars->39->2445", + "default.handlebars->39->2494", + "default.handlebars->39->2503", + "default.handlebars->39->2576", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -21559,7 +21562,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->39->1953" + "default.handlebars->39->1955" ] }, { @@ -21606,7 +21609,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->39->1962" + "default.handlebars->39->1964" ] }, { @@ -21952,7 +21955,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->39->2358", + "default.handlebars->39->2360", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -22053,7 +22056,7 @@ "tr": "Cihaz listesini indir", "zh-chs": "下载设备列表", "xloc": [ - "default.handlebars->39->1926" + "default.handlebars->39->1928" ] }, { @@ -22252,7 +22255,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->39->2359" + "default.handlebars->39->2361" ] }, { @@ -22277,7 +22280,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->39->2427" + "default.handlebars->39->2429" ] }, { @@ -22378,7 +22381,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->39->2230" + "default.handlebars->39->2232" ] }, { @@ -22402,7 +22405,7 @@ "tr": "İndirme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2287" + "default.handlebars->39->2289" ] }, { @@ -22452,7 +22455,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->39->2893" + "default.handlebars->39->2895" ] }, { @@ -22502,7 +22505,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->39->2496" + "default.handlebars->39->2498" ] }, { @@ -22551,9 +22554,9 @@ "xloc": [ "default.handlebars->39->1078", "default.handlebars->39->271", - "default.handlebars->39->2726", + "default.handlebars->39->2728", "default.handlebars->39->273", - "default.handlebars->39->2752", + "default.handlebars->39->2754", "player.handlebars->3->18" ] }, @@ -23041,12 +23044,12 @@ "default-mobile.handlebars->11->652", "default-mobile.handlebars->11->658", "default-mobile.handlebars->11->678", - "default.handlebars->39->1972", - "default.handlebars->39->1975", - "default.handlebars->39->1978", - "default.handlebars->39->2015", - "default.handlebars->39->2041", - "default.handlebars->39->2053" + "default.handlebars->39->1974", + "default.handlebars->39->1977", + "default.handlebars->39->1980", + "default.handlebars->39->2017", + "default.handlebars->39->2043", + "default.handlebars->39->2055" ] }, { @@ -23071,7 +23074,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->39->2001" + "default.handlebars->39->2003" ] }, { @@ -23096,8 +23099,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->39->2038", - "default.handlebars->39->2050" + "default.handlebars->39->2040", + "default.handlebars->39->2052" ] }, { @@ -23122,7 +23125,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->39->1979" + "default.handlebars->39->1981" ] }, { @@ -23148,7 +23151,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->670", - "default.handlebars->39->2029" + "default.handlebars->39->2031" ] }, { @@ -23173,8 +23176,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->39->2043", - "default.handlebars->39->2045" + "default.handlebars->39->2045", + "default.handlebars->39->2047" ] }, { @@ -23224,7 +23227,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->39->1981" + "default.handlebars->39->1983" ] }, { @@ -23307,7 +23310,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->685", - "default.handlebars->39->2060" + "default.handlebars->39->2062" ] }, { @@ -23332,7 +23335,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->39->1980" + "default.handlebars->39->1982" ] }, { @@ -23357,7 +23360,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->39->2051" + "default.handlebars->39->2053" ] }, { @@ -23382,7 +23385,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->39->2046" + "default.handlebars->39->2048" ] }, { @@ -23406,7 +23409,7 @@ "tr": "Kullanıcı Özelliklerini Düzenle", "zh-chs": "编辑用户特征", "xloc": [ - "default.handlebars->39->2664" + "default.handlebars->39->2666" ] }, { @@ -23431,7 +23434,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->39->2552" + "default.handlebars->39->2554" ] }, { @@ -23456,7 +23459,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->39->2048" + "default.handlebars->39->2050" ] }, { @@ -23476,7 +23479,7 @@ "ru": "Редактировать функции групп пользователей", "tr": "Kullanıcı Grubu Özelliklerini Düzenle", "xloc": [ - "default.handlebars->39->2545" + "default.handlebars->39->2547" ] }, { @@ -23501,7 +23504,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->39->1982" + "default.handlebars->39->1984" ] }, { @@ -23620,12 +23623,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->39->2445", - "default.handlebars->39->2578", + "default.handlebars->39->2447", "default.handlebars->39->2580", - "default.handlebars->39->2625", - "default.handlebars->39->2635", - "default.handlebars->39->2667", + "default.handlebars->39->2582", + "default.handlebars->39->2627", + "default.handlebars->39->2637", + "default.handlebars->39->2669", "default.handlebars->39->486", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -23778,7 +23781,7 @@ "ru": "Уведомления по электронной почте", "tr": "E-posta Bildirimleri", "xloc": [ - "default.handlebars->39->2109", + "default.handlebars->39->2111", "default.handlebars->39->984" ] }, @@ -23837,7 +23840,7 @@ "pt-br": "O domínio de e-mail \\\"{0}\\\" não é permitido. Somente ({1}) são permitidos", "xloc": [ "default-mobile.handlebars->11->743", - "default.handlebars->39->2876" + "default.handlebars->39->2878" ] }, { @@ -23887,7 +23890,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2389" + "default.handlebars->39->2391" ] }, { @@ -23912,8 +23915,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->39->2390", - "default.handlebars->39->2572" + "default.handlebars->39->2392", + "default.handlebars->39->2574" ] }, { @@ -23938,7 +23941,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->39->2451" + "default.handlebars->39->2453" ] }, { @@ -23963,7 +23966,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2573" + "default.handlebars->39->2575" ] }, { @@ -24010,7 +24013,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->727", - "default.handlebars->39->2860", + "default.handlebars->39->2862", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -24086,7 +24089,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->39->2452" + "default.handlebars->39->2454" ] }, { @@ -24132,7 +24135,7 @@ "tr": "E-posta/SMS/Push Trafiği", "zh-chs": "电子邮件/短信/推送流量", "xloc": [ - "default.handlebars->39->2952" + "default.handlebars->39->2954" ] }, { @@ -24204,7 +24207,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->39->2085" + "default.handlebars->39->2087" ] }, { @@ -24306,7 +24309,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->39->120", - "default.handlebars->39->2754" + "default.handlebars->39->2756" ] }, { @@ -24331,7 +24334,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2269" + "default.handlebars->39->2271" ] }, { @@ -24457,7 +24460,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->39->2751" + "default.handlebars->39->2753" ] }, { @@ -24482,7 +24485,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2192" + "default.handlebars->39->2194" ] }, { @@ -24507,7 +24510,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2193" + "default.handlebars->39->2195" ] }, { @@ -24531,7 +24534,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi", "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒", "xloc": [ - "default.handlebars->39->2302" + "default.handlebars->39->2304" ] }, { @@ -24555,7 +24558,7 @@ "tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye", "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"", "xloc": [ - "default.handlebars->39->2293" + "default.handlebars->39->2295" ] }, { @@ -24580,7 +24583,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2190" + "default.handlebars->39->2192" ] }, { @@ -24605,7 +24608,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2191" + "default.handlebars->39->2193" ] }, { @@ -25006,7 +25009,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->39->2456" + "default.handlebars->39->2458" ] }, { @@ -25343,7 +25346,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->735", - "default.handlebars->39->2868" + "default.handlebars->39->2870" ] }, { @@ -25368,7 +25371,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->732", - "default.handlebars->39->2865" + "default.handlebars->39->2867" ] }, { @@ -25393,7 +25396,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->731", - "default.handlebars->39->2864" + "default.handlebars->39->2866" ] }, { @@ -25418,7 +25421,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->730", - "default.handlebars->39->2863" + "default.handlebars->39->2865" ] }, { @@ -25610,7 +25613,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->39->2364" + "default.handlebars->39->2366" ] }, { @@ -25943,7 +25946,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->39->2932" + "default.handlebars->39->2934" ] }, { @@ -25952,7 +25955,7 @@ "pl": "Klucz FIDO", "pt-br": "Chave FIDO", "xloc": [ - "default.handlebars->39->2818" + "default.handlebars->39->2820" ] }, { @@ -26077,7 +26080,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->726", - "default.handlebars->39->2859" + "default.handlebars->39->2861" ] }, { @@ -26126,7 +26129,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->39->2215" + "default.handlebars->39->2217" ] }, { @@ -26172,7 +26175,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->39->2222" + "default.handlebars->39->2224" ] }, { @@ -26299,8 +26302,8 @@ "zh-cht": "功能", "xloc": [ "default.handlebars->39->1861", - "default.handlebars->39->2508", - "default.handlebars->39->2596" + "default.handlebars->39->2510", + "default.handlebars->39->2598" ] }, { @@ -26477,7 +26480,7 @@ "tr": "Dosya transferi", "zh-chs": "文件传输", "xloc": [ - "default.handlebars->39->2732" + "default.handlebars->39->2734" ] }, { @@ -26530,12 +26533,12 @@ "default-mobile.handlebars->11->216", "default-mobile.handlebars->11->354", "default.handlebars->39->1046", - "default.handlebars->39->1912", - "default.handlebars->39->1990", - "default.handlebars->39->2739", - "default.handlebars->39->2798", - "default.handlebars->39->2829", - "default.handlebars->39->2920", + "default.handlebars->39->1914", + "default.handlebars->39->1992", + "default.handlebars->39->2741", + "default.handlebars->39->2800", + "default.handlebars->39->2831", + "default.handlebars->39->2922", "default.handlebars->39->407", "default.handlebars->39->962", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", @@ -26591,8 +26594,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->39->1869", - "default.handlebars->39->2516", - "default.handlebars->39->2618", + "default.handlebars->39->2518", + "default.handlebars->39->2620", "default.handlebars->39->850" ] }, @@ -26619,8 +26622,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->39->1868", - "default.handlebars->39->2515", - "default.handlebars->39->2617", + "default.handlebars->39->2517", + "default.handlebars->39->2619", "default.handlebars->39->849" ] }, @@ -26733,7 +26736,7 @@ "pl": "Zakończono sesję nagrywania, \\\"{0}\\\", {1} sekund(a)", "pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2327" + "default.handlebars->39->2329" ] }, { @@ -26758,7 +26761,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->39->2188" + "default.handlebars->39->2190" ] }, { @@ -26834,8 +26837,8 @@ "tr": "Güvenlik duvarı etkin değil", "zh-chs": "防火墙未激活", "xloc": [ - "default.handlebars->39->2120", - "default.handlebars->39->2134" + "default.handlebars->39->2122", + "default.handlebars->39->2136" ] }, { @@ -26885,7 +26888,7 @@ "ru": "Флаги", "tr": "Bayraklar", "xloc": [ - "default.handlebars->39->2337" + "default.handlebars->39->2339" ] }, { @@ -27169,8 +27172,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->39->2450", - "default.handlebars->39->2678" + "default.handlebars->39->2452", + "default.handlebars->39->2680" ] }, { @@ -27190,7 +27193,7 @@ "ru": "Принудительно отключен сеанс рабочего стола пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu", "xloc": [ - "default.handlebars->39->2315" + "default.handlebars->39->2317" ] }, { @@ -27210,7 +27213,7 @@ "ru": "Принудительно отключен файловый сеанс пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu", "xloc": [ - "default.handlebars->39->2317" + "default.handlebars->39->2319" ] }, { @@ -27230,7 +27233,7 @@ "ru": "Принудительно отключен сеанс маршрутизации пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu", "xloc": [ - "default.handlebars->39->2318" + "default.handlebars->39->2320" ] }, { @@ -27250,7 +27253,7 @@ "ru": "Принудительно отключен терминальный сеанс пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu", "xloc": [ - "default.handlebars->39->2316" + "default.handlebars->39->2318" ] }, { @@ -27353,7 +27356,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->39->2355" + "default.handlebars->39->2357" ] }, { @@ -27426,8 +27429,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->39->2878", - "default.handlebars->39->2880" + "default.handlebars->39->2880", + "default.handlebars->39->2882" ] }, { @@ -27708,8 +27711,8 @@ "default-mobile.handlebars->11->657", "default-mobile.handlebars->11->677", "default.handlebars->39->1803", - "default.handlebars->39->2014", - "default.handlebars->39->2462" + "default.handlebars->39->2016", + "default.handlebars->39->2464" ] }, { @@ -27734,7 +27737,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->39->2052" + "default.handlebars->39->2054" ] }, { @@ -27884,7 +27887,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->39->2566" + "default.handlebars->39->2568" ] }, { @@ -27910,7 +27913,7 @@ "zh-cht": "全自動的", "xloc": [ "default.handlebars->39->1889", - "default.handlebars->39->1944" + "default.handlebars->39->1946" ] }, { @@ -28162,7 +28165,7 @@ "ru": "Создать отчет", "tr": "Rapor oluştur", "xloc": [ - "default.handlebars->39->2779" + "default.handlebars->39->2781" ] }, { @@ -28453,7 +28456,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2202" + "default.handlebars->39->2204" ] }, { @@ -28737,7 +28740,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->271", - "default.handlebars->39->2795", + "default.handlebars->39->2797", "default.handlebars->39->776", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -28764,8 +28767,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->39->2404", - "default.handlebars->39->2486", + "default.handlebars->39->2406", + "default.handlebars->39->2488", "default.handlebars->39->653", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -28794,7 +28797,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2351" + "default.handlebars->39->2353" ] }, { @@ -28820,7 +28823,7 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->39->2503" + "default.handlebars->39->2505" ] }, { @@ -28845,7 +28848,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->39->2527" + "default.handlebars->39->2529" ] }, { @@ -28880,8 +28883,8 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2765", - "default.handlebars->39->2768" + "default.handlebars->39->2767", + "default.handlebars->39->2770" ] }, { @@ -28901,7 +28904,7 @@ "ru": "Название группы", "tr": "Grup ismi", "xloc": [ - "default.handlebars->39->2335" + "default.handlebars->39->2337" ] }, { @@ -28926,7 +28929,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->39->2013" + "default.handlebars->39->2015" ] }, { @@ -28951,7 +28954,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->39->2012" + "default.handlebars->39->2014" ] }, { @@ -29046,7 +29049,7 @@ "ru": "Гость", "tr": "Misafir", "xloc": [ - "default.handlebars->39->2785" + "default.handlebars->39->2787" ] }, { @@ -29121,7 +29124,7 @@ "tr": "Misafir Paylaşımı", "zh-chs": "嘉宾分享", "xloc": [ - "default.handlebars->39->2021" + "default.handlebars->39->2023" ] }, { @@ -29170,7 +29173,7 @@ "tr": "HTTP", "zh-chs": "HTTP", "xloc": [ - "default.handlebars->39->2916" + "default.handlebars->39->2918" ] }, { @@ -29327,7 +29330,7 @@ "nl": "Hardware OTP", "pl": "Sprzętowe OTP", "xloc": [ - "default.handlebars->39->2820" + "default.handlebars->39->2822" ] }, { @@ -29352,7 +29355,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->39->2934" + "default.handlebars->39->2936" ] }, { @@ -29377,7 +29380,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->39->2933" + "default.handlebars->39->2935" ] }, { @@ -29499,7 +29502,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->39->2279" + "default.handlebars->39->2281" ] }, { @@ -29860,7 +29863,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->160", - "default.handlebars->39->2175" + "default.handlebars->39->2177" ] }, { @@ -29982,8 +29985,8 @@ "pl": "Adres IP", "pt-br": "Endereço IP", "xloc": [ - "default.handlebars->39->2790", - "default.handlebars->39->2825" + "default.handlebars->39->2792", + "default.handlebars->39->2827" ] }, { @@ -30581,7 +30584,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->39->1958" + "default.handlebars->39->1960" ] }, { @@ -30757,9 +30760,9 @@ "tr": "Intel® AMT Cihazlarını İçe Aktarın", "zh-chs": "导入英特尔® AMT 设备", "xloc": [ - "default.handlebars->39->1932", - "default.handlebars->39->1933", - "default.handlebars->39->1937" + "default.handlebars->39->1934", + "default.handlebars->39->1935", + "default.handlebars->39->1939" ] }, { @@ -30783,7 +30786,7 @@ "tr": "MeshCommander JSON formatında yerel Intel® AMT cihazlarının bir listesini içe aktarın.", "zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。", "xloc": [ - "default.handlebars->39->1931" + "default.handlebars->39->1933" ] }, { @@ -30807,7 +30810,7 @@ "tr": "Cihaz listesini içe aktar", "zh-chs": "导入设备列表", "xloc": [ - "default.handlebars->39->1927" + "default.handlebars->39->1929" ] }, { @@ -30855,7 +30858,7 @@ "tr": "Kaldırılana kadar günleri devre dışı bırak", "zh-chs": "停用天数直到移除", "xloc": [ - "default.handlebars->39->1998" + "default.handlebars->39->2000" ] }, { @@ -30955,8 +30958,8 @@ "pl": "Dwuskładnikowe logowanie nieprawidłowe", "pt-br": "2ª etapa incorreta", "xloc": [ - "default.handlebars->39->2813", - "default.handlebars->39->2833" + "default.handlebars->39->2815", + "default.handlebars->39->2835" ] }, { @@ -31370,8 +31373,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->39->2093", - "default.handlebars->39->2100", + "default.handlebars->39->2095", + "default.handlebars->39->2102", "default.handlebars->39->502", "default.handlebars->39->522", "default.handlebars->39->538", @@ -31428,7 +31431,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->39->2930" + "default.handlebars->39->2932" ] }, { @@ -31512,7 +31515,7 @@ "tr": "Intel AMT yöneticisi", "zh-chs": "英特尔 AMT 经理", "xloc": [ - "default.handlebars->39->2959" + "default.handlebars->39->2961" ] }, { @@ -31588,9 +31591,9 @@ "default-mobile.handlebars->11->315", "default.handlebars->39->1876", "default.handlebars->39->1890", - "default.handlebars->39->2115", - "default.handlebars->39->2128", - "default.handlebars->39->2958", + "default.handlebars->39->2117", + "default.handlebars->39->2130", + "default.handlebars->39->2960", "default.handlebars->39->751", "default.handlebars->39->818", "default.handlebars->39->857", @@ -31843,7 +31846,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->39->1945" + "default.handlebars->39->1947" ] }, { @@ -31947,8 +31950,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->39->2734", - "default.handlebars->39->2741", + "default.handlebars->39->2736", + "default.handlebars->39->2743", "player.handlebars->3->30" ] }, @@ -32024,8 +32027,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->39->2733", - "default.handlebars->39->2740", + "default.handlebars->39->2735", + "default.handlebars->39->2742", "player.handlebars->3->29" ] }, @@ -32101,7 +32104,7 @@ "zh-cht": "Intel® AMT桌面和串行事件", "xloc": [ "default.handlebars->39->1753", - "default.handlebars->39->2108", + "default.handlebars->39->2110", "default.handlebars->39->983" ] }, @@ -32550,7 +32553,7 @@ "ru": "Изменение политик Intel(r) AMT", "tr": "Intel(r) AMT ilke değişikliği", "xloc": [ - "default.handlebars->39->2322" + "default.handlebars->39->2324" ] }, { @@ -32792,8 +32795,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->39->2096", - "default.handlebars->39->2103", + "default.handlebars->39->2098", + "default.handlebars->39->2105", "default.handlebars->39->505", "default.handlebars->39->525", "default.handlebars->39->541" @@ -32946,7 +32949,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->39->2892" + "default.handlebars->39->2894" ] }, { @@ -32971,7 +32974,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->39->2886" + "default.handlebars->39->2888" ] }, { @@ -32996,9 +32999,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->39->1938", - "default.handlebars->39->2424", - "default.handlebars->39->2426" + "default.handlebars->39->1940", + "default.handlebars->39->2426", + "default.handlebars->39->2428" ] }, { @@ -33023,8 +33026,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->39->1934", - "default.handlebars->39->2422" + "default.handlebars->39->1936", + "default.handlebars->39->2424" ] }, { @@ -33129,7 +33132,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->39->2884" + "default.handlebars->39->2886" ] }, { @@ -33154,7 +33157,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->39->2885" + "default.handlebars->39->2887" ] }, { @@ -33179,7 +33182,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->738", - "default.handlebars->39->2871" + "default.handlebars->39->2873" ] }, { @@ -33251,7 +33254,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->718", - "default.handlebars->39->2851" + "default.handlebars->39->2853" ] }, { @@ -33297,7 +33300,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->717", - "default.handlebars->39->2850" + "default.handlebars->39->2852" ] }, { @@ -33385,8 +33388,8 @@ "pl": "Nieprawidłowa próba logowania", "pt-br": "Tentativa de login inválida", "xloc": [ - "default.handlebars->39->2815", - "default.handlebars->39->2835" + "default.handlebars->39->2817", + "default.handlebars->39->2837" ] }, { @@ -33412,7 +33415,7 @@ "xloc": [ "default-mobile.handlebars->11->716", "default-mobile.handlebars->11->85", - "default.handlebars->39->2849", + "default.handlebars->39->2851", "default.handlebars->39->308" ] }, @@ -33438,7 +33441,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->719", - "default.handlebars->39->2852" + "default.handlebars->39->2854" ] }, { @@ -33489,7 +33492,7 @@ "tr": "{0}, {1}, {2}'den geçersiz kullanıcı giriş denemesi", "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "xloc": [ - "default.handlebars->39->2291" + "default.handlebars->39->2293" ] }, { @@ -33514,7 +33517,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->715", - "default.handlebars->39->2848" + "default.handlebars->39->2850" ] }, { @@ -33560,7 +33563,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->39->2398" + "default.handlebars->39->2400" ] }, { @@ -33657,7 +33660,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2098" + "default.handlebars->39->2100" ] }, { @@ -33736,11 +33739,11 @@ "xloc": [ "default-mobile.handlebars->11->713", "default.handlebars->39->1882", - "default.handlebars->39->2086", - "default.handlebars->39->2097", + "default.handlebars->39->2088", "default.handlebars->39->2099", - "default.handlebars->39->2104", - "default.handlebars->39->2846" + "default.handlebars->39->2101", + "default.handlebars->39->2106", + "default.handlebars->39->2848" ] }, { @@ -33760,7 +33763,7 @@ "ru": "Код приглашения", "tr": "Davet kodu", "xloc": [ - "default.handlebars->39->2340" + "default.handlebars->39->2342" ] }, { @@ -33869,7 +33872,7 @@ "nl": "Is een relay voor \\\"{0}\\\".", "pl": "Jest bramką dla \\\"{0}\\\".", "xloc": [ - "default.handlebars->39->2334" + "default.handlebars->39->2336" ] }, { @@ -33965,7 +33968,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->39->2357" + "default.handlebars->39->2359" ] }, { @@ -33990,8 +33993,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->39->2362", - "default.handlebars->39->2430", + "default.handlebars->39->2364", + "default.handlebars->39->2432", "default.handlebars->39->698" ] }, @@ -34042,7 +34045,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->39->2185" + "default.handlebars->39->2187" ] }, { @@ -34052,7 +34055,7 @@ "pl": "Dołączył do sesji multipleksu pulpitów \\\"{0}\\\"", "pt-br": "Entrou na sessão \\\"{0}\\\" multiplex de área de trabalho", "xloc": [ - "default.handlebars->39->2324" + "default.handlebars->39->2326" ] }, { @@ -34152,7 +34155,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->39->1946" + "default.handlebars->39->1948" ] }, { @@ -34420,7 +34423,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->39->2200" + "default.handlebars->39->2202" ] }, { @@ -34853,7 +34856,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->39->2773", + "default.handlebars->39->2775", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -34929,7 +34932,7 @@ "ru": "Последние 7 дней", "tr": "Son 7 gün", "xloc": [ - "default.handlebars->39->2772" + "default.handlebars->39->2774" ] }, { @@ -34979,7 +34982,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->39->2370" + "default.handlebars->39->2372" ] }, { @@ -34999,7 +35002,7 @@ "ru": "Последний день", "tr": "Son gun", "xloc": [ - "default.handlebars->39->2771" + "default.handlebars->39->2773" ] }, { @@ -35024,7 +35027,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->39->2600" + "default.handlebars->39->2602" ] }, { @@ -35070,7 +35073,7 @@ "ru": "Последний доступ: {0}", "tr": "Son erişim: {0}", "xloc": [ - "default.handlebars->39->2380" + "default.handlebars->39->2382" ] }, { @@ -35157,7 +35160,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->39->2604" + "default.handlebars->39->2606" ] }, { @@ -35232,7 +35235,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->39->2381" + "default.handlebars->39->2383" ] }, { @@ -35549,7 +35552,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->39->2650" + "default.handlebars->39->2652" ] }, { @@ -35584,7 +35587,7 @@ "pl": "Opuścił sesję Web-RDP \\\"{1}\\\" po {0} sekundach(sekundzie).", "pt-br": "Deixar a sessão WEB-RDP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2306" + "default.handlebars->39->2308" ] }, { @@ -35611,7 +35614,7 @@ "pl": "Opuścił sesję Web-SFTP \\\"{1}\\\" po {0} sekundach(sekundzie).", "pt-br": "Deixar a sessão WEB-SFTP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2305" + "default.handlebars->39->2307" ] }, { @@ -35638,7 +35641,7 @@ "pl": "Opuścił sesję Web-SSH \\\"{1}\\\" po {0} sekundach(sekundzie).", "pt-br": "Deixar a sessão WEB-SSH \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2304" + "default.handlebars->39->2306" ] }, { @@ -35675,7 +35678,7 @@ "ru": "Покинул сеанс Web-VNC через {0} с.", "tr": "{0} saniye sonra Web-VNC oturumundan ayrıldı.", "xloc": [ - "default.handlebars->39->2307" + "default.handlebars->39->2309" ] }, { @@ -35730,7 +35733,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->39->2186" + "default.handlebars->39->2188" ] }, { @@ -35740,7 +35743,7 @@ "pl": "Opuścił sesję multiplex pulpitów \\\"{0}\\\" po {1} sekundach(sekundzie).", "pt-br": "Deixar a sessão \\\"{0}\\\" de área de trabalho multiplex depois de {1} segundo(s)", "xloc": [ - "default.handlebars->39->2325" + "default.handlebars->39->2327" ] }, { @@ -35760,7 +35763,7 @@ "ru": "Покинул сеанс мультиплексного режима рабочего стола через {0} с.", "tr": "{0} saniye sonra masaüstü multipleks oturumundan ayrıldı.", "xloc": [ - "default.handlebars->39->2303" + "default.handlebars->39->2305" ] }, { @@ -35780,7 +35783,7 @@ "ru": "Продолжительность", "tr": "Uzunluk", "xloc": [ - "default.handlebars->39->2786" + "default.handlebars->39->2788" ] }, { @@ -35906,7 +35909,7 @@ "xloc": [ "default-mobile.handlebars->11->690", "default.handlebars->39->1015", - "default.handlebars->39->2066", + "default.handlebars->39->2068", "default.handlebars->39->993" ] }, @@ -35933,7 +35936,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->663", - "default.handlebars->39->2020" + "default.handlebars->39->2022" ] }, { @@ -36326,7 +36329,7 @@ "pl": "MeshAgent dla Linuksa", "pt-br": "MeshAgent Linux", "xloc": [ - "default.handlebars->39->2090", + "default.handlebars->39->2092", "default.handlebars->39->519" ] }, @@ -36708,8 +36711,8 @@ "default.handlebars->39->1503", "default.handlebars->39->1829", "default.handlebars->39->1833", - "default.handlebars->39->2673", - "default.handlebars->39->2722" + "default.handlebars->39->2675", + "default.handlebars->39->2724" ] }, { @@ -36879,7 +36882,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->39->2208" + "default.handlebars->39->2210" ] }, { @@ -36904,7 +36907,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->39->2209" + "default.handlebars->39->2211" ] }, { @@ -37005,7 +37008,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2470" + "default.handlebars->39->2472" ] }, { @@ -37030,7 +37033,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->39->2474" + "default.handlebars->39->2476" ] }, { @@ -37079,7 +37082,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2401" + "default.handlebars->39->2403" ] }, { @@ -37197,7 +37200,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->39->2382" + "default.handlebars->39->2384" ] }, { @@ -37223,9 +37226,9 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->84", - "default.handlebars->39->2563", - "default.handlebars->39->2814", - "default.handlebars->39->2834", + "default.handlebars->39->2565", + "default.handlebars->39->2816", + "default.handlebars->39->2836", "default.handlebars->39->307" ] }, @@ -37251,7 +37254,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->39->2234" + "default.handlebars->39->2236" ] }, { @@ -37467,7 +37470,7 @@ "pl": "Token Logowania", "pt-br": "Token de Login", "xloc": [ - "default.handlebars->39->2824" + "default.handlebars->39->2826" ] }, { @@ -38158,7 +38161,7 @@ "pl": "MeshAgent dla MacOS", "pt-br": "MeshAgent MacOS", "xloc": [ - "default.handlebars->39->2091", + "default.handlebars->39->2093", "default.handlebars->39->520" ] }, @@ -38208,7 +38211,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->39->2946" + "default.handlebars->39->2948" ] }, { @@ -38361,8 +38364,8 @@ "xloc": [ "default-mobile.handlebars->11->660", "default-mobile.handlebars->11->680", - "default.handlebars->39->2017", - "default.handlebars->39->2055" + "default.handlebars->39->2019", + "default.handlebars->39->2057" ] }, { @@ -38389,8 +38392,8 @@ "xloc": [ "default-mobile.handlebars->11->659", "default-mobile.handlebars->11->679", - "default.handlebars->39->2016", - "default.handlebars->39->2054" + "default.handlebars->39->2018", + "default.handlebars->39->2056" ] }, { @@ -38440,7 +38443,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->39->2468" + "default.handlebars->39->2470" ] }, { @@ -38490,7 +38493,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->39->2467" + "default.handlebars->39->2469" ] }, { @@ -38516,7 +38519,7 @@ "zh-cht": "管理用戶", "xloc": [ "default.handlebars->39->1009", - "default.handlebars->39->2466" + "default.handlebars->39->2468" ] }, { @@ -38747,7 +38750,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->39->2387" + "default.handlebars->39->2389" ] }, { @@ -38934,7 +38937,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->39->2890" + "default.handlebars->39->2892" ] }, { @@ -39024,8 +39027,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->39->2931", - "default.handlebars->39->2936" + "default.handlebars->39->2933", + "default.handlebars->39->2938" ] }, { @@ -39052,7 +39055,7 @@ "xloc": [ "default-mobile.handlebars->11->595", "default.handlebars->39->1464", - "default.handlebars->39->2910", + "default.handlebars->39->2912", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -39117,7 +39120,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->667", - "default.handlebars->39->2026" + "default.handlebars->39->2028" ] }, { @@ -39291,7 +39294,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->39->2948" + "default.handlebars->39->2950" ] }, { @@ -39316,7 +39319,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->39->2949" + "default.handlebars->39->2951" ] }, { @@ -39385,7 +39388,7 @@ "tr": "MeshCentral Yardımcısı", "zh-chs": "MeshCentral 助手", "xloc": [ - "default.handlebars->39->2092", + "default.handlebars->39->2094", "default.handlebars->39->494", "default.handlebars->39->521", "default.handlebars->39->533" @@ -39740,7 +39743,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->39->2947" + "default.handlebars->39->2949" ] }, { @@ -40161,7 +40164,7 @@ "zh-cht": "訊息", "xloc": [ "default.handlebars->39->1130", - "default.handlebars->39->2792", + "default.handlebars->39->2794", "default.handlebars->39->506", "default.handlebars->39->894" ] @@ -40213,7 +40216,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->39->2945" + "default.handlebars->39->2947" ] }, { @@ -40287,8 +40290,8 @@ "tr": "haberci", "zh-chs": "信使", "xloc": [ - "default.handlebars->39->2735", - "default.handlebars->39->2801" + "default.handlebars->39->2737", + "default.handlebars->39->2803" ] }, { @@ -40656,7 +40659,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2233" + "default.handlebars->39->2235" ] }, { @@ -40681,7 +40684,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->39->2266" + "default.handlebars->39->2268" ] }, { @@ -40730,8 +40733,8 @@ "tr": "Birden Çok Sorun", "zh-chs": "多个问题", "xloc": [ - "default.handlebars->39->2121", - "default.handlebars->39->2135" + "default.handlebars->39->2123", + "default.handlebars->39->2137" ] }, { @@ -40777,7 +40780,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->39->2753" + "default.handlebars->39->2755" ] }, { @@ -41313,13 +41316,13 @@ "default.handlebars->39->1807", "default.handlebars->39->1812", "default.handlebars->39->1844", - "default.handlebars->39->1976", - "default.handlebars->39->2368", - "default.handlebars->39->2477", - "default.handlebars->39->2493", - "default.handlebars->39->2500", - "default.handlebars->39->2550", - "default.handlebars->39->2569", + "default.handlebars->39->1978", + "default.handlebars->39->2370", + "default.handlebars->39->2479", + "default.handlebars->39->2495", + "default.handlebars->39->2502", + "default.handlebars->39->2552", + "default.handlebars->39->2571", "default.handlebars->39->312", "default.handlebars->39->774", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -41374,7 +41377,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->39->2458" + "default.handlebars->39->2460" ] }, { @@ -41575,7 +41578,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->39->2273" + "default.handlebars->39->2275" ] }, { @@ -41600,7 +41603,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->708", - "default.handlebars->39->2841" + "default.handlebars->39->2843" ] }, { @@ -41703,7 +41706,7 @@ "default-mobile.handlebars->11->151", "default-mobile.handlebars->11->480", "default.handlebars->39->1345", - "default.handlebars->39->2165", + "default.handlebars->39->2167", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing.handlebars->11->59", @@ -41828,8 +41831,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->39->1950", - "default.handlebars->39->1951" + "default.handlebars->39->1952", + "default.handlebars->39->1953" ] }, { @@ -42001,7 +42004,7 @@ "tr": "Aracı Konsolu Yok", "zh-chs": "无座席控制台", "xloc": [ - "default.handlebars->39->2659" + "default.handlebars->39->2661" ] }, { @@ -42025,7 +42028,7 @@ "tr": "Konsol Yok", "zh-chs": "没有控制台", "xloc": [ - "default.handlebars->39->2590" + "default.handlebars->39->2592" ] }, { @@ -42079,8 +42082,8 @@ "zh-cht": "沒有桌面", "xloc": [ "default.handlebars->39->1016", - "default.handlebars->39->2062", - "default.handlebars->39->2586", + "default.handlebars->39->2064", + "default.handlebars->39->2588", "default.handlebars->39->994" ] }, @@ -42106,8 +42109,8 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->39->2022", - "default.handlebars->39->2655" + "default.handlebars->39->2024", + "default.handlebars->39->2657" ] }, { @@ -42154,8 +42157,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->39->1383", - "default.handlebars->39->2344", - "default.handlebars->39->2721" + "default.handlebars->39->2346", + "default.handlebars->39->2723" ] }, { @@ -42181,8 +42184,8 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->665", - "default.handlebars->39->2024", - "default.handlebars->39->2658" + "default.handlebars->39->2026", + "default.handlebars->39->2660" ] }, { @@ -42209,8 +42212,8 @@ "xloc": [ "default-mobile.handlebars->11->688", "default.handlebars->39->1013", - "default.handlebars->39->2064", - "default.handlebars->39->2589", + "default.handlebars->39->2066", + "default.handlebars->39->2591", "default.handlebars->39->991" ] }, @@ -42264,8 +42267,8 @@ "xloc": [ "default-mobile.handlebars->11->666", "default-mobile.handlebars->11->689", - "default.handlebars->39->2025", - "default.handlebars->39->2065" + "default.handlebars->39->2027", + "default.handlebars->39->2067" ] }, { @@ -42386,7 +42389,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->39->2530" + "default.handlebars->39->2532" ] }, { @@ -42411,7 +42414,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->39->2471" + "default.handlebars->39->2473" ] }, { @@ -42431,7 +42434,7 @@ "ru": "Запретить добавление новых устройств", "tr": "Yeni Cihaz Yok", "xloc": [ - "default.handlebars->39->2472" + "default.handlebars->39->2474" ] }, { @@ -42457,7 +42460,7 @@ "zh-cht": "沒有政策", "xloc": [ "default.handlebars->39->1883", - "default.handlebars->39->1941" + "default.handlebars->39->1943" ] }, { @@ -42498,8 +42501,8 @@ "ru": "Нет доступа к выполнению команд", "tr": "Uzaktan Komut Yok", "xloc": [ - "default.handlebars->39->2592", - "default.handlebars->39->2661" + "default.handlebars->39->2594", + "default.handlebars->39->2663" ] }, { @@ -42519,8 +42522,8 @@ "ru": "Нет доступа к удаленному управлению", "tr": "Uzaktan Kumanda Yok", "xloc": [ - "default.handlebars->39->2585", - "default.handlebars->39->2654" + "default.handlebars->39->2587", + "default.handlebars->39->2656" ] }, { @@ -42540,8 +42543,8 @@ "ru": "Нет доступа к перезагрузке/выключению", "tr": "Sıfırlama/Kapatma Yok", "xloc": [ - "default.handlebars->39->2594", - "default.handlebars->39->2663" + "default.handlebars->39->2596", + "default.handlebars->39->2665" ] }, { @@ -42572,7 +42575,7 @@ "default.handlebars->39->1006", "default.handlebars->39->1028", "default.handlebars->39->1804", - "default.handlebars->39->2074" + "default.handlebars->39->2076" ] }, { @@ -42647,8 +42650,8 @@ "xloc": [ "default-mobile.handlebars->11->687", "default.handlebars->39->1012", - "default.handlebars->39->2063", - "default.handlebars->39->2588", + "default.handlebars->39->2065", + "default.handlebars->39->2590", "default.handlebars->39->990" ] }, @@ -42675,8 +42678,8 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->664", - "default.handlebars->39->2023", - "default.handlebars->39->2657" + "default.handlebars->39->2025", + "default.handlebars->39->2659" ] }, { @@ -42701,7 +42704,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->39->2473" + "default.handlebars->39->2475" ] }, { @@ -42721,8 +42724,8 @@ "ru": "Нет доступа к удалению", "tr": "Kaldırma Yok", "xloc": [ - "default.handlebars->39->2591", - "default.handlebars->39->2660" + "default.handlebars->39->2593", + "default.handlebars->39->2662" ] }, { @@ -42742,8 +42745,8 @@ "ru": "Нет доступа к пробуждению", "tr": "Uyanmak yok", "xloc": [ - "default.handlebars->39->2593", - "default.handlebars->39->2662" + "default.handlebars->39->2595", + "default.handlebars->39->2664" ] }, { @@ -42824,8 +42827,8 @@ "tr": "Otomatik güncelleme yok", "zh-chs": "没有自动更新", "xloc": [ - "default.handlebars->39->2119", - "default.handlebars->39->2133" + "default.handlebars->39->2121", + "default.handlebars->39->2135" ] }, { @@ -42850,8 +42853,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->39->2536", - "default.handlebars->39->2689" + "default.handlebars->39->2538", + "default.handlebars->39->2691" ] }, { @@ -43001,8 +43004,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->39->2542", - "default.handlebars->39->2701" + "default.handlebars->39->2544", + "default.handlebars->39->2703" ] }, { @@ -43052,7 +43055,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->39->2137" + "default.handlebars->39->2139" ] }, { @@ -43180,7 +43183,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->39->2476" + "default.handlebars->39->2478" ] }, { @@ -43357,7 +43360,7 @@ "nl": "Niet langer een relay voor \\\"{0}\\\".", "pl": "Nie jest już bramką dla \\\"{0}\\\".", "xloc": [ - "default.handlebars->39->2333" + "default.handlebars->39->2335" ] }, { @@ -43432,7 +43435,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->739", - "default.handlebars->39->2872" + "default.handlebars->39->2874" ] }, { @@ -43482,7 +43485,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->39->2723" + "default.handlebars->39->2725" ] }, { @@ -43491,7 +43494,7 @@ "pl": "Brak urządzeń do przekierowań.", "xloc": [ "default-mobile.handlebars->11->647", - "default.handlebars->39->1973" + "default.handlebars->39->1975" ] }, { @@ -43537,7 +43540,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->39->2564" + "default.handlebars->39->2566" ] }, { @@ -43583,7 +43586,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->39->2695" + "default.handlebars->39->2697" ] }, { @@ -43608,7 +43611,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->737", - "default.handlebars->39->2870" + "default.handlebars->39->2872" ] }, { @@ -43633,7 +43636,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->39->2376" + "default.handlebars->39->2378" ] }, { @@ -43775,22 +43778,22 @@ "default.handlebars->39->1872", "default.handlebars->39->1879", "default.handlebars->39->1881", - "default.handlebars->39->1929", - "default.handlebars->39->2122", - "default.handlebars->39->2147", - "default.handlebars->39->2152", - "default.handlebars->39->2352", - "default.handlebars->39->2497", + "default.handlebars->39->1931", + "default.handlebars->39->2124", + "default.handlebars->39->2149", + "default.handlebars->39->2154", + "default.handlebars->39->2354", "default.handlebars->39->2499", - "default.handlebars->39->2507", - "default.handlebars->39->2519", + "default.handlebars->39->2501", + "default.handlebars->39->2509", + "default.handlebars->39->2521", "default.handlebars->39->256", - "default.handlebars->39->2583", - "default.handlebars->39->2595", - "default.handlebars->39->2605", - "default.handlebars->39->2609", - "default.handlebars->39->2621", - "default.handlebars->39->2816", + "default.handlebars->39->2585", + "default.handlebars->39->2597", + "default.handlebars->39->2607", + "default.handlebars->39->2611", + "default.handlebars->39->2623", + "default.handlebars->39->2818", "default.handlebars->39->284", "default.handlebars->39->366", "default.handlebars->39->367", @@ -44026,8 +44029,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->39->2113", - "default.handlebars->39->2126" + "default.handlebars->39->2115", + "default.handlebars->39->2128" ] }, { @@ -44102,7 +44105,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->39->2745" + "default.handlebars->39->2747" ] }, { @@ -44127,8 +44130,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->39->2570", - "default.handlebars->39->2571" + "default.handlebars->39->2572", + "default.handlebars->39->2573" ] }, { @@ -44153,7 +44156,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->39->2669" + "default.handlebars->39->2671" ] }, { @@ -44185,7 +44188,7 @@ "default.handlebars->39->1022", "default.handlebars->39->1032", "default.handlebars->39->1891", - "default.handlebars->39->2631", + "default.handlebars->39->2633", "default.handlebars->39->890" ] }, @@ -44237,7 +44240,7 @@ "zh-cht": "通知設定", "xloc": [ "default.handlebars->39->1754", - "default.handlebars->39->2112", + "default.handlebars->39->2114", "default.handlebars->39->987", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] @@ -44358,7 +44361,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->2637", + "default.handlebars->39->2639", "default.handlebars->39->281" ] }, @@ -44409,9 +44412,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->39->1984", - "default.handlebars->39->1988", - "default.handlebars->39->1991" + "default.handlebars->39->1986", + "default.handlebars->39->1990", + "default.handlebars->39->1993" ] }, { @@ -44436,7 +44439,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->39->2416" + "default.handlebars->39->2418" ] }, { @@ -44460,7 +44463,7 @@ "tr": "Boş", "zh-chs": "空值", "xloc": [ - "default.handlebars->39->2939" + "default.handlebars->39->2941" ] }, { @@ -44514,8 +44517,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->39->1826", - "default.handlebars->39->2117", - "default.handlebars->39->2131", + "default.handlebars->39->2119", + "default.handlebars->39->2133", "default.handlebars->39->825", "default.handlebars->39->829", "default.handlebars->39->833", @@ -44638,7 +44641,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->705", - "default.handlebars->39->2838" + "default.handlebars->39->2840" ] }, { @@ -44709,7 +44712,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->39->2373" + "default.handlebars->39->2375" ] }, { @@ -44785,7 +44788,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->39->2349" + "default.handlebars->39->2351" ] }, { @@ -44820,7 +44823,7 @@ "pl": "Hasło Jednorazowe", "pt-br": "One-Time Password (Senha de único acesso)", "xloc": [ - "default.handlebars->39->2822" + "default.handlebars->39->2824" ] }, { @@ -44872,7 +44875,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->39->2372" + "default.handlebars->39->2374" ] }, { @@ -44896,7 +44899,7 @@ "tr": "Yalnızca ilk 100 kullanıcıyı göster", "zh-chs": "只显示前 100 个用户", "xloc": [ - "default.handlebars->39->2417" + "default.handlebars->39->2419" ] }, { @@ -45253,7 +45256,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->39->2201" + "default.handlebars->39->2203" ] }, { @@ -45281,7 +45284,7 @@ "default-mobile.handlebars->11->533", "default.handlebars->39->1166", "default.handlebars->39->1392", - "default.handlebars->39->2789", + "default.handlebars->39->2791", "default.handlebars->39->322", "default.handlebars->39->488", "default.handlebars->39->536", @@ -45312,8 +45315,8 @@ "xloc": [ "default-mobile.handlebars->11->371", "default.handlebars->39->1101", - "default.handlebars->39->2400", - "default.handlebars->39->2484", + "default.handlebars->39->2402", + "default.handlebars->39->2486", "default.handlebars->39->652", "default.handlebars->39->671" ] @@ -45805,7 +45808,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->39->2388" + "default.handlebars->39->2390" ] }, { @@ -45901,7 +45904,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->39->2567" + "default.handlebars->39->2569" ] }, { @@ -45959,13 +45962,13 @@ "default.handlebars->39->1302", "default.handlebars->39->1309", "default.handlebars->39->1794", - "default.handlebars->39->1947", - "default.handlebars->39->2446", - "default.handlebars->39->2447", - "default.handlebars->39->2601", + "default.handlebars->39->1949", + "default.handlebars->39->2448", + "default.handlebars->39->2449", "default.handlebars->39->2603", - "default.handlebars->39->2674", - "default.handlebars->39->2675", + "default.handlebars->39->2605", + "default.handlebars->39->2676", + "default.handlebars->39->2677", "default.handlebars->39->316", "default.handlebars->39->455", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -46114,7 +46117,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->733", - "default.handlebars->39->2866" + "default.handlebars->39->2868" ] }, { @@ -46165,7 +46168,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->39->2676" + "default.handlebars->39->2678" ] }, { @@ -46336,7 +46339,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->39->1323", "default.handlebars->39->1359", - "default.handlebars->39->2174", + "default.handlebars->39->2176", "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", @@ -46892,7 +46895,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->39->2206" + "default.handlebars->39->2208" ] }, { @@ -46917,7 +46920,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->714", - "default.handlebars->39->2847" + "default.handlebars->39->2849" ] }, { @@ -46943,8 +46946,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->699", - "default.handlebars->39->2077", - "default.handlebars->39->2371" + "default.handlebars->39->2079", + "default.handlebars->39->2373" ] }, { @@ -47048,7 +47051,7 @@ "default.handlebars->39->1495", "default.handlebars->39->1498", "default.handlebars->39->239", - "default.handlebars->39->2652" + "default.handlebars->39->2654" ] }, { @@ -47073,7 +47076,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->39->2582" + "default.handlebars->39->2584" ] }, { @@ -47100,7 +47103,7 @@ "xloc": [ "default-mobile.handlebars->11->97", "default.handlebars->39->1497", - "default.handlebars->39->2651" + "default.handlebars->39->2653" ] }, { @@ -47325,7 +47328,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->39->297", - "default.handlebars->39->2976" + "default.handlebars->39->2978" ] }, { @@ -47849,7 +47852,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->39->2124", + "default.handlebars->39->2126", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -48029,7 +48032,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->39->2744" + "default.handlebars->39->2746" ] }, { @@ -48159,8 +48162,8 @@ "default-mobile.handlebars->11->86", "default-mobile.handlebars->11->87", "default.handlebars->39->1490", - "default.handlebars->39->2646", - "default.handlebars->39->2672", + "default.handlebars->39->2648", + "default.handlebars->39->2674", "default.handlebars->39->309" ] }, @@ -48452,7 +48455,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->39->2198" + "default.handlebars->39->2200" ] }, { @@ -48527,9 +48530,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->39->1985", - "default.handlebars->39->1989", - "default.handlebars->39->1992" + "default.handlebars->39->1987", + "default.handlebars->39->1991", + "default.handlebars->39->1994" ] }, { @@ -48554,7 +48557,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->39->2742", + "default.handlebars->39->2744", "player.handlebars->3->32" ] }, @@ -48650,7 +48653,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->146", - "default.handlebars->39->2159" + "default.handlebars->39->2161" ] }, { @@ -48780,7 +48783,7 @@ "pl": "Powiadomianie Push", "pt-br": "Notificação de Push", "xloc": [ - "default.handlebars->39->2821" + "default.handlebars->39->2823" ] }, { @@ -49194,7 +49197,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->39->2935" + "default.handlebars->39->2937" ] }, { @@ -49244,7 +49247,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->39->1948" + "default.handlebars->39->1950" ] }, { @@ -49269,7 +49272,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->39->2448" + "default.handlebars->39->2450" ] }, { @@ -49379,9 +49382,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->39->2579", "default.handlebars->39->2581", - "default.handlebars->39->2665" + "default.handlebars->39->2583", + "default.handlebars->39->2667" ] }, { @@ -49406,7 +49409,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->39->2457" + "default.handlebars->39->2459" ] }, { @@ -49460,8 +49463,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->39->1858", - "default.handlebars->39->2506", - "default.handlebars->39->2584" + "default.handlebars->39->2508", + "default.handlebars->39->2586" ] }, { @@ -49511,9 +49514,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1993", - "default.handlebars->39->2544", - "default.handlebars->39->2653" + "default.handlebars->39->1995", + "default.handlebars->39->2546", + "default.handlebars->39->2655" ] }, { @@ -49538,7 +49541,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->39->2756" + "default.handlebars->39->2758" ] }, { @@ -49673,7 +49676,7 @@ "default-mobile.handlebars->11->152", "default-mobile.handlebars->11->481", "default.handlebars->39->1346", - "default.handlebars->39->2166", + "default.handlebars->39->2168", "sharing.handlebars->11->60" ] }, @@ -49810,7 +49813,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->259", - "default.handlebars->39->2917", + "default.handlebars->39->2919", "default.handlebars->39->381", "default.handlebars->39->629" ] @@ -49837,7 +49840,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->39->2902" + "default.handlebars->39->2904" ] }, { @@ -49865,7 +49868,7 @@ "default-mobile.handlebars->11->648", "default.handlebars->39->1787", "default.handlebars->39->1849", - "default.handlebars->39->1974" + "default.handlebars->39->1976" ] }, { @@ -49890,7 +49893,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->39->2895" + "default.handlebars->39->2897" ] }, { @@ -49936,8 +49939,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->39->2901", - "default.handlebars->39->2929" + "default.handlebars->39->2903", + "default.handlebars->39->2931" ] }, { @@ -49945,7 +49948,7 @@ "nl": "Doorstuur apparaat", "pl": "Bramka przekierowująca", "xloc": [ - "default.handlebars->39->2341" + "default.handlebars->39->2343" ] }, { @@ -49984,7 +49987,7 @@ "pl": "Pamiętaj Urządzenie", "pt-br": "Lembrar dispositivo", "xloc": [ - "default.handlebars->39->2823" + "default.handlebars->39->2825" ] }, { @@ -50249,7 +50252,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->674", - "default.handlebars->39->2033" + "default.handlebars->39->2035" ] }, { @@ -50278,8 +50281,8 @@ "default-mobile.handlebars->11->338", "default-mobile.handlebars->11->661", "default-mobile.handlebars->11->681", - "default.handlebars->39->2018", - "default.handlebars->39->2056", + "default.handlebars->39->2020", + "default.handlebars->39->2058", "default.handlebars->39->904", "default.handlebars->39->905" ] @@ -50406,8 +50409,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->39->2212", - "default.handlebars->39->2218" + "default.handlebars->39->2214", + "default.handlebars->39->2220" ] }, { @@ -50432,7 +50435,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2213" + "default.handlebars->39->2215" ] }, { @@ -50457,7 +50460,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2219" + "default.handlebars->39->2221" ] }, { @@ -50482,9 +50485,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->39->2210", - "default.handlebars->39->2214", - "default.handlebars->39->2220" + "default.handlebars->39->2212", + "default.handlebars->39->2216", + "default.handlebars->39->2222" ] }, { @@ -50828,7 +50831,7 @@ "tr": "Uzak Oturumlar", "zh-chs": "远程会话", "xloc": [ - "default.handlebars->39->2758" + "default.handlebars->39->2760" ] }, { @@ -50968,9 +50971,9 @@ "xloc": [ "default-mobile.handlebars->11->662", "default-mobile.handlebars->11->686", - "default.handlebars->39->2019", - "default.handlebars->39->2061", - "default.handlebars->39->2656" + "default.handlebars->39->2021", + "default.handlebars->39->2063", + "default.handlebars->39->2658" ] }, { @@ -51231,8 +51234,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->39->2548", - "default.handlebars->39->2717" + "default.handlebars->39->2550", + "default.handlebars->39->2719" ] }, { @@ -51257,8 +51260,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->39->2546", - "default.handlebars->39->2704" + "default.handlebars->39->2548", + "default.handlebars->39->2706" ] }, { @@ -51283,7 +51286,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->2702" + "default.handlebars->39->2704" ] }, { @@ -51354,7 +51357,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2713" + "default.handlebars->39->2715" ] }, { @@ -51379,8 +51382,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->39->2082", - "default.handlebars->39->2709" + "default.handlebars->39->2084", + "default.handlebars->39->2711" ] }, { @@ -51405,7 +51408,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->39->2556" + "default.handlebars->39->2558" ] }, { @@ -51430,8 +51433,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->39->2080", - "default.handlebars->39->2706" + "default.handlebars->39->2082", + "default.handlebars->39->2708" ] }, { @@ -51456,7 +51459,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->39->2679" + "default.handlebars->39->2681" ] }, { @@ -51481,7 +51484,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->39->2449" + "default.handlebars->39->2451" ] }, { @@ -51506,7 +51509,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->39->1996" + "default.handlebars->39->1998" ] }, { @@ -51531,7 +51534,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->1908", + "default.handlebars->39->1910", "default.handlebars->39->958" ] }, @@ -51706,7 +51709,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->39->2641" + "default.handlebars->39->2643" ] }, { @@ -51731,7 +51734,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2693" + "default.handlebars->39->2695" ] }, { @@ -51756,7 +51759,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->39->2540" + "default.handlebars->39->2542" ] }, { @@ -51781,7 +51784,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->39->2534", + "default.handlebars->39->2536", "default.handlebars->39->951" ] }, @@ -51807,10 +51810,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->39->1904", - "default.handlebars->39->2528", - "default.handlebars->39->2687", - "default.handlebars->39->2699", + "default.handlebars->39->1906", + "default.handlebars->39->2530", + "default.handlebars->39->2689", + "default.handlebars->39->2701", "default.handlebars->39->952" ] }, @@ -51852,7 +51855,7 @@ "ru": "Удалено отображаемое имя учетной записи.", "tr": "Hesabın görünen adı kaldırıldı.", "xloc": [ - "default.handlebars->39->2310" + "default.handlebars->39->2312" ] }, { @@ -51877,7 +51880,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->39->2272" + "default.handlebars->39->2274" ] }, { @@ -51902,7 +51905,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->39->2283" + "default.handlebars->39->2285" ] }, { @@ -51927,7 +51930,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->39->2268" + "default.handlebars->39->2270" ] }, { @@ -51951,7 +51954,7 @@ "tr": "Kaldırılan giriş belirteci", "zh-chs": "删除了登录令牌", "xloc": [ - "default.handlebars->39->2297" + "default.handlebars->39->2299" ] }, { @@ -51976,7 +51979,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->39->2278" + "default.handlebars->39->2280" ] }, { @@ -52000,7 +52003,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı kaldırıldı", "zh-chs": "删除了推送通知身份验证设备", "xloc": [ - "default.handlebars->39->2295" + "default.handlebars->39->2297" ] }, { @@ -52025,7 +52028,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->39->2275" + "default.handlebars->39->2277" ] }, { @@ -52050,9 +52053,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2241", - "default.handlebars->39->2262", - "default.handlebars->39->2267" + "default.handlebars->39->2243", + "default.handlebars->39->2264", + "default.handlebars->39->2269" ] }, { @@ -52077,7 +52080,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->39->2251" + "default.handlebars->39->2253" ] }, { @@ -52102,7 +52105,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->39->2264" + "default.handlebars->39->2266" ] }, { @@ -52127,8 +52130,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->39->2243", - "default.handlebars->39->2253" + "default.handlebars->39->2245", + "default.handlebars->39->2255" ] }, { @@ -52158,7 +52161,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default.handlebars->39->1350", - "default.handlebars->39->2170", + "default.handlebars->39->2172", "default.handlebars->39->740", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -52210,7 +52213,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->39->2229" + "default.handlebars->39->2231" ] }, { @@ -52235,7 +52238,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->39->2350" + "default.handlebars->39->2352" ] }, { @@ -52260,7 +52263,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->39->2345" + "default.handlebars->39->2347" ] }, { @@ -52280,7 +52283,7 @@ "ru": "Отчет не вернул данных", "tr": "Rapor hiçbir bütün döndürmedi.", "xloc": [ - "default.handlebars->39->2794" + "default.handlebars->39->2796" ] }, { @@ -52302,7 +52305,7 @@ "sv": "Report.csv", "tr": "Report.csv", "xloc": [ - "default.handlebars->39->2836" + "default.handlebars->39->2838" ] }, { @@ -52487,8 +52490,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->120", - "default.handlebars->39->2454", - "default.handlebars->39->2677" + "default.handlebars->39->2456", + "default.handlebars->39->2679" ] }, { @@ -52620,7 +52623,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->675", - "default.handlebars->39->2034" + "default.handlebars->39->2036" ] }, { @@ -52779,7 +52782,7 @@ "default-mobile.handlebars->11->695", "default.handlebars->39->1005", "default.handlebars->39->1027", - "default.handlebars->39->2071" + "default.handlebars->39->2073" ] }, { @@ -52932,7 +52935,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->39->2568" + "default.handlebars->39->2570" ] }, { @@ -53060,7 +53063,7 @@ "default-mobile.handlebars->11->138", "default-mobile.handlebars->11->474", "default.handlebars->39->1334", - "default.handlebars->39->2138", + "default.handlebars->39->2140", "sharing.handlebars->11->49" ] }, @@ -53473,7 +53476,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->39->2205" + "default.handlebars->39->2207" ] }, { @@ -53498,7 +53501,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2280" + "default.handlebars->39->2282" ] }, { @@ -53523,7 +53526,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2281" + "default.handlebars->39->2283" ] }, { @@ -53681,8 +53684,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->39->2628", - "default.handlebars->39->2633", + "default.handlebars->39->2630", + "default.handlebars->39->2635", "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", @@ -53712,7 +53715,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->39->2649" + "default.handlebars->39->2651" ] }, { @@ -53737,7 +53740,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->741", - "default.handlebars->39->2874" + "default.handlebars->39->2876" ] }, { @@ -53762,7 +53765,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->742", - "default.handlebars->39->2875" + "default.handlebars->39->2877" ] }, { @@ -53807,7 +53810,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->736", - "default.handlebars->39->2869" + "default.handlebars->39->2871" ] }, { @@ -53816,7 +53819,7 @@ "pl": "Wiadomość SMS", "pt-br": "Mensagem SMS", "xloc": [ - "default.handlebars->39->2819" + "default.handlebars->39->2821" ] }, { @@ -53889,7 +53892,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->740", - "default.handlebars->39->2873" + "default.handlebars->39->2875" ] }, { @@ -54782,8 +54785,8 @@ "default-mobile.handlebars->11->572", "default.handlebars->39->1125", "default.handlebars->39->1441", - "default.handlebars->39->2136", - "default.handlebars->39->2629", + "default.handlebars->39->2138", + "default.handlebars->39->2631", "default.handlebars->39->456", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -54810,7 +54813,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->39->2624" + "default.handlebars->39->2626" ] }, { @@ -54835,7 +54838,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->710", - "default.handlebars->39->2843" + "default.handlebars->39->2845" ] }, { @@ -54908,9 +54911,9 @@ "xloc": [ "default.handlebars->39->1341", "default.handlebars->39->1343", - "default.handlebars->39->2162", - "default.handlebars->39->2396", - "default.handlebars->39->2482", + "default.handlebars->39->2164", + "default.handlebars->39->2398", + "default.handlebars->39->2484", "default.handlebars->39->477", "default.handlebars->39->634", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -54943,7 +54946,7 @@ "xloc": [ "default.handlebars->39->1075", "default.handlebars->39->1077", - "default.handlebars->39->2777" + "default.handlebars->39->2779" ] }, { @@ -54969,9 +54972,9 @@ "zh-cht": "選擇無", "xloc": [ "default.handlebars->39->1342", - "default.handlebars->39->2161", - "default.handlebars->39->2395", - "default.handlebars->39->2481", + "default.handlebars->39->2163", + "default.handlebars->39->2397", + "default.handlebars->39->2483", "default.handlebars->39->633", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -55123,8 +55126,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->39->2399", - "default.handlebars->39->2483" + "default.handlebars->39->2401", + "default.handlebars->39->2485" ] }, { @@ -55175,7 +55178,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->39->1949" + "default.handlebars->39->1951" ] }, { @@ -55227,7 +55230,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->691", - "default.handlebars->39->2067" + "default.handlebars->39->2069" ] }, { @@ -55302,7 +55305,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->39->2410" + "default.handlebars->39->2412" ] }, { @@ -55378,7 +55381,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->39->2408" + "default.handlebars->39->2410" ] }, { @@ -55403,7 +55406,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->39->2634" + "default.handlebars->39->2636" ] }, { @@ -55428,7 +55431,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->39->2636" + "default.handlebars->39->2638" ] }, { @@ -55453,7 +55456,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->39->2525" + "default.handlebars->39->2527" ] }, { @@ -55478,7 +55481,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->39->2411" + "default.handlebars->39->2413" ] }, { @@ -55503,7 +55506,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->39->2391" + "default.handlebars->39->2393" ] }, { @@ -55553,7 +55556,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->39->2453" + "default.handlebars->39->2455" ] }, { @@ -55706,7 +55709,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->39->2638" + "default.handlebars->39->2640" ] }, { @@ -55871,7 +55874,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->39->2463" + "default.handlebars->39->2465" ] }, { @@ -55896,7 +55899,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->39->2950" + "default.handlebars->39->2952" ] }, { @@ -55945,7 +55948,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->39->2951" + "default.handlebars->39->2953" ] }, { @@ -55973,9 +55976,9 @@ "default-mobile.handlebars->11->668", "default-mobile.handlebars->11->683", "default.handlebars->39->1020", - "default.handlebars->39->2027", - "default.handlebars->39->2058", - "default.handlebars->39->2460", + "default.handlebars->39->2029", + "default.handlebars->39->2060", + "default.handlebars->39->2462", "default.handlebars->39->998" ] }, @@ -56026,7 +56029,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->709", - "default.handlebars->39->2842" + "default.handlebars->39->2844" ] }, { @@ -56075,8 +56078,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2383", - "default.handlebars->39->2475" + "default.handlebars->39->2385", + "default.handlebars->39->2477" ] }, { @@ -56101,7 +56104,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->39->2598" + "default.handlebars->39->2600" ] }, { @@ -56126,7 +56129,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->39->2464" + "default.handlebars->39->2466" ] }, { @@ -56151,7 +56154,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2597" + "default.handlebars->39->2599" ] }, { @@ -56176,7 +56179,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->39->2881" + "default.handlebars->39->2883" ] }, { @@ -56226,7 +56229,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->39->2963" + "default.handlebars->39->2965" ] }, { @@ -56250,7 +56253,7 @@ "tr": "Sunucu İzleme Etkinliği", "zh-chs": "服务器跟踪事件", "xloc": [ - "default.handlebars->39->2942" + "default.handlebars->39->2944" ] }, { @@ -56326,7 +56329,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->39->2465" + "default.handlebars->39->2467" ] }, { @@ -56576,7 +56579,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->39->2941" + "default.handlebars->39->2943" ] }, { @@ -56651,8 +56654,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->39->2724", - "default.handlebars->39->2782", + "default.handlebars->39->2726", + "default.handlebars->39->2784", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -56997,7 +57000,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2203" + "default.handlebars->39->2205" ] }, { @@ -57347,7 +57350,7 @@ "tr": "Paylaşım", "zh-chs": "分享", "xloc": [ - "default.handlebars->39->2072" + "default.handlebars->39->2074" ] }, { @@ -57754,7 +57757,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->671", - "default.handlebars->39->2030" + "default.handlebars->39->2032" ] }, { @@ -57795,7 +57798,7 @@ "ru": "Показать трафик", "tr": "Trafiği Göster", "xloc": [ - "default.handlebars->39->2778" + "default.handlebars->39->2780" ] }, { @@ -57820,7 +57823,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->39->1986" + "default.handlebars->39->1988" ] }, { @@ -57945,8 +57948,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->39->2414", - "default.handlebars->39->2439" + "default.handlebars->39->2416", + "default.handlebars->39->2441" ] }, { @@ -57971,8 +57974,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->39->2413", - "default.handlebars->39->2438" + "default.handlebars->39->2415", + "default.handlebars->39->2440" ] }, { @@ -57997,8 +58000,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->39->2415", - "default.handlebars->39->2440" + "default.handlebars->39->2417", + "default.handlebars->39->2442" ] }, { @@ -58023,8 +58026,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->39->2412", - "default.handlebars->39->2437" + "default.handlebars->39->2414", + "default.handlebars->39->2439" ] }, { @@ -58295,7 +58298,7 @@ "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ "default.handlebars->39->1887", - "default.handlebars->39->1939" + "default.handlebars->39->1941" ] }, { @@ -58321,7 +58324,7 @@ "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ "default.handlebars->39->1885", - "default.handlebars->39->1943" + "default.handlebars->39->1945" ] }, { @@ -58407,7 +58410,7 @@ "pl": "Pojedyncze Logowanie", "pt-br": "Single Sign-on (Login único)", "xloc": [ - "default.handlebars->39->2826" + "default.handlebars->39->2828" ] }, { @@ -58453,8 +58456,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->39->2727", - "default.handlebars->39->2748", + "default.handlebars->39->2729", + "default.handlebars->39->2750", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -59756,9 +59759,9 @@ "default.handlebars->39->118", "default.handlebars->39->1211", "default.handlebars->39->270", - "default.handlebars->39->2725", + "default.handlebars->39->2727", "default.handlebars->39->275", - "default.handlebars->39->2750", + "default.handlebars->39->2752", "sharing.handlebars->11->14" ] }, @@ -59818,7 +59821,7 @@ "pl": "Uruchomiono sesję Web-RDP \\\"{0}\\\".", "pt-br": "Sessão Web-RDP \\\"{0}\\\" iniciada.", "xloc": [ - "default.handlebars->39->2331" + "default.handlebars->39->2333" ] }, { @@ -59828,7 +59831,7 @@ "pl": "Uruchomiono sesję Web-SFTP \\\"{0}\\\".", "pt-br": "Sessão Web-SFTP \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2330" + "default.handlebars->39->2332" ] }, { @@ -59838,7 +59841,7 @@ "pl": "Uruchomiono sesję Web-SSH \\\"{0}\\\".", "pt-br": "Sessão Web-SSH \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2329" + "default.handlebars->39->2331" ] }, { @@ -59848,7 +59851,7 @@ "pl": "Uruchomiono sesję Web-VNC \\\"{0}\\\".", "pt-br": "Sessão Web-VNC \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2332" + "default.handlebars->39->2334" ] }, { @@ -59873,7 +59876,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->39->2187" + "default.handlebars->39->2189" ] }, { @@ -59883,7 +59886,7 @@ "pl": "Uruchomienie sesji multiplex pulpitów \\\"{0}\\\"", "pt-br": "Sessão de área de trabalho multiplex \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2326" + "default.handlebars->39->2328" ] }, { @@ -59908,7 +59911,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2196" + "default.handlebars->39->2198" ] }, { @@ -59933,7 +59936,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2197" + "default.handlebars->39->2199" ] }, { @@ -59957,7 +59960,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü başlatıldı", "zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}", "xloc": [ - "default.handlebars->39->2301" + "default.handlebars->39->2303" ] }, { @@ -59982,7 +59985,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2194" + "default.handlebars->39->2196" ] }, { @@ -60007,7 +60010,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->39->2216" + "default.handlebars->39->2218" ] }, { @@ -60032,7 +60035,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->39->2217" + "default.handlebars->39->2219" ] }, { @@ -60057,7 +60060,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->39->2223" + "default.handlebars->39->2225" ] }, { @@ -60082,7 +60085,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->39->2224" + "default.handlebars->39->2226" ] }, { @@ -60107,7 +60110,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2195" + "default.handlebars->39->2197" ] }, { @@ -60157,7 +60160,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->39->2211" + "default.handlebars->39->2213" ] }, { @@ -60182,7 +60185,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->39->2221" + "default.handlebars->39->2223" ] }, { @@ -60300,8 +60303,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->2668", - "default.handlebars->39->2743", + "default.handlebars->39->2670", + "default.handlebars->39->2745", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -60520,7 +60523,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->39->2142" + "default.handlebars->39->2144" ] }, { @@ -60609,7 +60612,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->2409" + "default.handlebars->39->2411" ] }, { @@ -60644,8 +60647,8 @@ "pl": "Poprawne logowanie", "pt-br": "Login realizado com sucesso", "xloc": [ - "default.handlebars->39->2812", - "default.handlebars->39->2832" + "default.handlebars->39->2814", + "default.handlebars->39->2834" ] }, { @@ -60796,7 +60799,7 @@ "zh-cht": "交換鼠標按鈕", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1", - "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17", + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->19", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1" ] }, @@ -60920,7 +60923,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->39->1901" + "default.handlebars->39->1903" ] }, { @@ -60986,7 +60989,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->39->1995" + "default.handlebars->39->1997" ] }, { @@ -61006,7 +61009,7 @@ "ru": "Синхронизировать имя устройства сервера с именем порта", "tr": "Sunucu cihaz adını bağlantı noktası adıyla senkronize et", "xloc": [ - "default.handlebars->39->1994" + "default.handlebars->39->1996" ] }, { @@ -61591,12 +61594,12 @@ "default-mobile.handlebars->11->212", "default-mobile.handlebars->11->353", "default.handlebars->39->1045", - "default.handlebars->39->1909", - "default.handlebars->39->1987", - "default.handlebars->39->2737", - "default.handlebars->39->2796", - "default.handlebars->39->2827", - "default.handlebars->39->2918", + "default.handlebars->39->1911", + "default.handlebars->39->1989", + "default.handlebars->39->2739", + "default.handlebars->39->2798", + "default.handlebars->39->2829", + "default.handlebars->39->2920", "default.handlebars->39->403", "default.handlebars->39->750", "default.handlebars->39->959", @@ -61627,7 +61630,7 @@ "zh-chs": "终端 + 文件", "xloc": [ "default.handlebars->39->1048", - "default.handlebars->39->1913", + "default.handlebars->39->1915", "default.handlebars->39->963" ] }, @@ -61679,8 +61682,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->39->1867", - "default.handlebars->39->2514", - "default.handlebars->39->2616", + "default.handlebars->39->2516", + "default.handlebars->39->2618", "default.handlebars->39->848" ] }, @@ -61707,8 +61710,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->39->1866", - "default.handlebars->39->2513", - "default.handlebars->39->2615", + "default.handlebars->39->2515", + "default.handlebars->39->2617", "default.handlebars->39->847" ] }, @@ -61733,7 +61736,7 @@ "tr": "Terminal Oturumu", "zh-chs": "终端会话", "xloc": [ - "default.handlebars->39->2730" + "default.handlebars->39->2732" ] }, { @@ -62101,7 +62104,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->704", - "default.handlebars->39->2837" + "default.handlebars->39->2839" ] }, { @@ -62126,7 +62129,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->725", - "default.handlebars->39->2858" + "default.handlebars->39->2860" ] }, { @@ -62247,7 +62250,7 @@ "tr": "Bu aracının eski bir sertifika doğrulama mekanizması var, güncellemeyi düşünün.", "zh-chs": "此代理具有过时的证书验证机制,请考虑更新。", "xloc": [ - "default.handlebars->39->2299" + "default.handlebars->39->2301" ] }, { @@ -62271,7 +62274,7 @@ "tr": "Bu aracı güvenli olmayan tüneller kullanıyor, güncellemeyi düşünün.", "zh-chs": "此代理正在使用不安全的隧道,请考虑更新。", "xloc": [ - "default.handlebars->39->2300" + "default.handlebars->39->2302" ] }, { @@ -62343,9 +62346,9 @@ "zh-chs": "这是嘉宾分享环节", "xloc": [ "default.handlebars->39->1382", - "default.handlebars->39->2343", - "default.handlebars->39->2719", - "default.handlebars->39->2720" + "default.handlebars->39->2345", + "default.handlebars->39->2721", + "default.handlebars->39->2722" ] }, { @@ -62394,7 +62397,7 @@ "tr": "Bu eski bir aracı sürümüdür, güncellemeyi düşünün.", "zh-chs": "这是一个旧的代理版本,考虑更新。", "xloc": [ - "default.handlebars->39->2298" + "default.handlebars->39->2300" ] }, { @@ -62441,7 +62444,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->39->1968" + "default.handlebars->39->1970" ] }, { @@ -62492,7 +62495,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->39->1965" + "default.handlebars->39->1967" ] }, { @@ -62740,8 +62743,8 @@ "xloc": [ "default-mobile.handlebars->11->360", "default.handlebars->39->1086", - "default.handlebars->39->2775", - "default.handlebars->39->2780", + "default.handlebars->39->2777", + "default.handlebars->39->2782", "player.handlebars->3->17" ] }, @@ -62768,7 +62771,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1074", - "default.handlebars->39->2776" + "default.handlebars->39->2778" ] }, { @@ -62793,7 +62796,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->39->2347" + "default.handlebars->39->2349" ] }, { @@ -62819,7 +62822,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1070", - "default.handlebars->39->2774" + "default.handlebars->39->2776" ] }, { @@ -64175,7 +64178,7 @@ "ru": "Выключить.", "tr": "Kapat.", "xloc": [ - "default.handlebars->39->2314" + "default.handlebars->39->2316" ] }, { @@ -64218,7 +64221,7 @@ "ru": "Включить.", "tr": "Aç.", "xloc": [ - "default.handlebars->39->2313" + "default.handlebars->39->2315" ] }, { @@ -64295,8 +64298,8 @@ "default.handlebars->39->1277", "default.handlebars->39->1784", "default.handlebars->39->1847", - "default.handlebars->39->1940", - "default.handlebars->39->2761", + "default.handlebars->39->1942", + "default.handlebars->39->2763", "default.handlebars->39->444", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -64616,7 +64619,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->39->1777", - "default.handlebars->39->2969", + "default.handlebars->39->2971", "default.handlebars->39->768" ] }, @@ -64642,7 +64645,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->721", - "default.handlebars->39->2854" + "default.handlebars->39->2856" ] }, { @@ -64809,7 +64812,7 @@ "tr": "Herhangi bir cihaz içe aktarılamıyor.", "zh-chs": "无法导入任何设备。", "xloc": [ - "default.handlebars->39->1936" + "default.handlebars->39->1938" ] }, { @@ -65071,7 +65074,7 @@ "default-mobile.handlebars->11->693", "default.handlebars->39->1003", "default.handlebars->39->1025", - "default.handlebars->39->2069" + "default.handlebars->39->2071" ] }, { @@ -65123,7 +65126,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->39->2032" + "default.handlebars->39->2034" ] }, { @@ -65192,15 +65195,15 @@ "default.handlebars->39->1831", "default.handlebars->39->184", "default.handlebars->39->1848", - "default.handlebars->39->2712", - "default.handlebars->39->2729", - "default.handlebars->39->2736", - "default.handlebars->39->2806", - "default.handlebars->39->2807", + "default.handlebars->39->2714", + "default.handlebars->39->2731", + "default.handlebars->39->2738", "default.handlebars->39->2808", "default.handlebars->39->2809", "default.handlebars->39->2810", - "default.handlebars->39->2830", + "default.handlebars->39->2811", + "default.handlebars->39->2812", + "default.handlebars->39->2832", "default.handlebars->39->44", "default.handlebars->39->51", "default.handlebars->39->52", @@ -65255,7 +65258,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->39->2887" + "default.handlebars->39->2889" ] }, { @@ -65280,8 +65283,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->39->2539", - "default.handlebars->39->2698" + "default.handlebars->39->2541", + "default.handlebars->39->2700" ] }, { @@ -65306,9 +65309,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->39->2533", - "default.handlebars->39->2686", - "default.handlebars->39->2891" + "default.handlebars->39->2535", + "default.handlebars->39->2688", + "default.handlebars->39->2893" ] }, { @@ -65333,7 +65336,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->39->2883" + "default.handlebars->39->2885" ] }, { @@ -65379,8 +65382,8 @@ "ru": "Неизвестный пользователь", "tr": "Bilinmeyen kullanıcı", "xloc": [ - "default.handlebars->39->2811", - "default.handlebars->39->2831" + "default.handlebars->39->2813", + "default.handlebars->39->2833" ] }, { @@ -65405,7 +65408,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->39->2692" + "default.handlebars->39->2694" ] }, { @@ -65456,7 +65459,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->39->1956" + "default.handlebars->39->1958" ] }, { @@ -65510,7 +65513,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->39->2402" + "default.handlebars->39->2404" ] }, { @@ -65636,7 +65639,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->39->2974" + "default.handlebars->39->2976" ] }, { @@ -65748,8 +65751,8 @@ "default.handlebars->39->1351", "default.handlebars->39->1377", "default.handlebars->39->1380", - "default.handlebars->39->2171", - "default.handlebars->39->2179", + "default.handlebars->39->2173", + "default.handlebars->39->2181", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -66010,7 +66013,7 @@ "xloc": [ "default-mobile.handlebars->11->505", "default.handlebars->39->1378", - "default.handlebars->39->2180", + "default.handlebars->39->2182", "sharing.handlebars->11->90" ] }, @@ -66038,7 +66041,7 @@ "xloc": [ "default-mobile.handlebars->11->506", "default.handlebars->39->1379", - "default.handlebars->39->2181", + "default.handlebars->39->2183", "sharing.handlebars->11->91" ] }, @@ -66086,7 +66089,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->39->2231" + "default.handlebars->39->2233" ] }, { @@ -66110,7 +66113,7 @@ "tr": "Yükleme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2286" + "default.handlebars->39->2288" ] }, { @@ -66184,7 +66187,7 @@ "tr": "kullanım", "zh-chs": "用法", "xloc": [ - "default.handlebars->39->2937" + "default.handlebars->39->2939" ] }, { @@ -66384,8 +66387,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->39->2877", - "default.handlebars->39->2879" + "default.handlebars->39->2879", + "default.handlebars->39->2881" ] }, { @@ -66411,14 +66414,14 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->39->116", - "default.handlebars->39->1905", - "default.handlebars->39->2354", - "default.handlebars->39->2384", - "default.handlebars->39->2529", - "default.handlebars->39->2755", - "default.handlebars->39->2762", - "default.handlebars->39->2766", - "default.handlebars->39->2783", + "default.handlebars->39->1907", + "default.handlebars->39->2356", + "default.handlebars->39->2386", + "default.handlebars->39->2531", + "default.handlebars->39->2757", + "default.handlebars->39->2764", + "default.handlebars->39->2768", + "default.handlebars->39->2785", "default.handlebars->39->349", "default.handlebars->39->954" ] @@ -66445,7 +66448,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->39->2385" + "default.handlebars->39->2387" ] }, { @@ -66470,11 +66473,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->39->1935", - "default.handlebars->39->2420", - "default.handlebars->39->2421", + "default.handlebars->39->1937", + "default.handlebars->39->2422", "default.handlebars->39->2423", - "default.handlebars->39->2425" + "default.handlebars->39->2425", + "default.handlebars->39->2427" ] }, { @@ -66499,7 +66502,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->39->2896" + "default.handlebars->39->2898" ] }, { @@ -66525,7 +66528,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->11->638", - "default.handlebars->39->1903", + "default.handlebars->39->1905", "default.handlebars->39->950" ] }, @@ -66553,8 +66556,8 @@ "xloc": [ "default.handlebars->39->1079", "default.handlebars->39->1873", - "default.handlebars->39->2520", - "default.handlebars->39->2622", + "default.handlebars->39->2522", + "default.handlebars->39->2624", "default.handlebars->39->285", "default.handlebars->39->854" ] @@ -66581,11 +66584,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->39->2007", - "default.handlebars->39->2008", - "default.handlebars->39->2490", - "default.handlebars->39->2694", - "default.handlebars->39->2715", + "default.handlebars->39->2009", + "default.handlebars->39->2010", + "default.handlebars->39->2492", + "default.handlebars->39->2696", + "default.handlebars->39->2717", "default.handlebars->39->953" ] }, @@ -66636,7 +66639,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->39->2691" + "default.handlebars->39->2693" ] }, { @@ -66686,9 +66689,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->39->2076", - "default.handlebars->39->2576", - "default.handlebars->39->2577" + "default.handlebars->39->2078", + "default.handlebars->39->2578", + "default.handlebars->39->2579" ] }, { @@ -66713,8 +66716,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->39->2005", - "default.handlebars->39->2560" + "default.handlebars->39->2007", + "default.handlebars->39->2562" ] }, { @@ -66763,7 +66766,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->39->2432" + "default.handlebars->39->2434" ] }, { @@ -66773,7 +66776,7 @@ "pl": "Logowania Użytkownika", "pt-br": "Logins de usuários", "xloc": [ - "default.handlebars->39->2760" + "default.handlebars->39->2762" ] }, { @@ -66799,7 +66802,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->697", - "default.handlebars->39->2075" + "default.handlebars->39->2077" ] }, { @@ -66919,7 +66922,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2928" + "default.handlebars->39->2930" ] }, { @@ -66968,7 +66971,7 @@ "ru": "Расход трафика пользователями", "tr": "Kullanıcı Trafiği Kullanımı", "xloc": [ - "default.handlebars->39->2759" + "default.handlebars->39->2761" ] }, { @@ -67068,7 +67071,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->720", - "default.handlebars->39->2853" + "default.handlebars->39->2855" ] }, { @@ -67119,7 +67122,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->39->2260" + "default.handlebars->39->2262" ] }, { @@ -67144,7 +67147,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->39->2250" + "default.handlebars->39->2252" ] }, { @@ -67169,7 +67172,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2248" + "default.handlebars->39->2250" ] }, { @@ -67223,7 +67226,7 @@ "tr": "{0}, {1}, {2}'den kilitli hesapta kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "xloc": [ - "default.handlebars->39->2290" + "default.handlebars->39->2292" ] }, { @@ -67247,7 +67250,7 @@ "tr": "{0}, {1}, {2}'den yanlış 2. faktörle kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "xloc": [ - "default.handlebars->39->2289" + "default.handlebars->39->2291" ] }, { @@ -67267,7 +67270,7 @@ "ru": "Уведомления пользователей изменены", "tr": "Kullanıcı bildirimleri değişti", "xloc": [ - "default.handlebars->39->2311" + "default.handlebars->39->2313" ] }, { @@ -67292,7 +67295,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->728", - "default.handlebars->39->2861" + "default.handlebars->39->2863" ] }, { @@ -67352,7 +67355,7 @@ "default.handlebars->39->1808", "default.handlebars->39->1813", "default.handlebars->39->1851", - "default.handlebars->39->2444", + "default.handlebars->39->2446", "default.handlebars->39->314", "default.handlebars->39->453", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -67500,9 +67503,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->39->2478", - "default.handlebars->39->2521", - "default.handlebars->39->2927", + "default.handlebars->39->2480", + "default.handlebars->39->2523", + "default.handlebars->39->2929", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -67528,7 +67531,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2900" + "default.handlebars->39->2902" ] }, { @@ -67552,7 +67555,7 @@ "tr": "Kullanıcılar Görünümü", "zh-chs": "用户视图", "xloc": [ - "default.handlebars->39->2418" + "default.handlebars->39->2420" ] }, { @@ -67577,7 +67580,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->729", - "default.handlebars->39->2862" + "default.handlebars->39->2864" ] }, { @@ -67701,7 +67704,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->39->2397" + "default.handlebars->39->2399" ] }, { @@ -67726,7 +67729,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->722", - "default.handlebars->39->2855" + "default.handlebars->39->2857" ] }, { @@ -67879,7 +67882,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->39->2670" + "default.handlebars->39->2672" ] }, { @@ -67932,7 +67935,7 @@ "xloc": [ "default-mobile.handlebars->11->94", "default.handlebars->39->1493", - "default.handlebars->39->2393" + "default.handlebars->39->2395" ] }, { @@ -67957,7 +67960,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->39->2277" + "default.handlebars->39->2279" ] }, { @@ -68066,7 +68069,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->39->2970" + "default.handlebars->39->2972" ] }, { @@ -68214,7 +68217,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->39->2469" + "default.handlebars->39->2471" ] }, { @@ -68260,8 +68263,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->39->2973", - "default.handlebars->39->2975" + "default.handlebars->39->2975", + "default.handlebars->39->2977" ] }, { @@ -68336,7 +68339,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->39->2632" + "default.handlebars->39->2634" ] }, { @@ -68385,7 +68388,7 @@ "tr": "Bu kullanıcı için önceki girişleri görüntüle", "zh-chs": "查看此用户以前的登录", "xloc": [ - "default.handlebars->39->2645" + "default.handlebars->39->2647" ] }, { @@ -68698,8 +68701,8 @@ "xloc": [ "default-mobile.handlebars->11->669", "default-mobile.handlebars->11->684", - "default.handlebars->39->2028", - "default.handlebars->39->2059" + "default.handlebars->39->2030", + "default.handlebars->39->2061" ] }, { @@ -68850,7 +68853,7 @@ "ru": "Веб Push-уведомления", "tr": "Web Sayfası Bildirimleri", "xloc": [ - "default.handlebars->39->2105", + "default.handlebars->39->2107", "default.handlebars->39->980" ] }, @@ -68895,8 +68898,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->39->2953", - "default.handlebars->39->2954" + "default.handlebars->39->2955", + "default.handlebars->39->2956" ] }, { @@ -68920,7 +68923,7 @@ "tr": "Web Sunucusu HTTP Başlıkları", "zh-chs": "Web 服务器 HTTP 标头", "xloc": [ - "default.handlebars->39->2957" + "default.handlebars->39->2959" ] }, { @@ -68945,7 +68948,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->39->2955" + "default.handlebars->39->2957" ] }, { @@ -68970,7 +68973,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->39->2956" + "default.handlebars->39->2958" ] }, { @@ -68995,7 +68998,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->39->2802", + "default.handlebars->39->2804", "default.handlebars->39->928", "default.handlebars->contextMenu->cxwebrdp" ] @@ -69016,7 +69019,7 @@ "ru": "Web-SFTP", "tr": "Web-SFTP", "xloc": [ - "default.handlebars->39->2804" + "default.handlebars->39->2806" ] }, { @@ -69040,7 +69043,7 @@ "tr": "Web-SSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2803", + "default.handlebars->39->2805", "default.handlebars->39->930", "default.handlebars->contextMenu->cxwebssh" ] @@ -69066,7 +69069,7 @@ "tr": "Web-VNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2805", + "default.handlebars->39->2807", "default.handlebars->39->926", "default.handlebars->contextMenu->cxwebvnc" ] @@ -69092,7 +69095,7 @@ "tr": "WebRDP", "zh-chs": "网络RDP", "xloc": [ - "default.handlebars->39->2921" + "default.handlebars->39->2923" ] }, { @@ -69116,7 +69119,7 @@ "tr": "WebSSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2922" + "default.handlebars->39->2924" ] }, { @@ -69160,7 +69163,7 @@ "tr": "WebVNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2923" + "default.handlebars->39->2925" ] }, { @@ -69282,7 +69285,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2084" + "default.handlebars->39->2086" ] }, { @@ -69333,7 +69336,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->39->1966" + "default.handlebars->39->1968" ] }, { @@ -69380,7 +69383,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->39->1967" + "default.handlebars->39->1969" ] }, { @@ -69405,7 +69408,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->39->2602" + "default.handlebars->39->2604" ] }, { @@ -70050,7 +70053,7 @@ "pl": "MeshAgent dla Windows", "pt-br": "MeshAgent Windows", "xloc": [ - "default.handlebars->39->2089", + "default.handlebars->39->2091", "default.handlebars->39->518" ] }, @@ -71234,7 +71237,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->39->2971" + "default.handlebars->39->2973" ] }, { @@ -71691,7 +71694,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->161", - "default.handlebars->39->2176" + "default.handlebars->39->2178" ] }, { @@ -71912,8 +71915,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->39->2361", - "default.handlebars->39->2366" + "default.handlebars->39->2363", + "default.handlebars->39->2368" ] }, { @@ -71938,8 +71941,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->39->2363", - "default.handlebars->39->2367" + "default.handlebars->39->2365", + "default.handlebars->39->2369" ] }, { @@ -72014,8 +72017,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->39->2908", - "default.handlebars->39->2911" + "default.handlebars->39->2910", + "default.handlebars->39->2913" ] }, { @@ -72285,7 +72288,7 @@ "nl": "id, naam, email, aangemaakt, laaste login, groeps, authfactors, siteadmin, useradmin, geblokkeerd", "pl": "id, nazwa, e-mail, tworzenie, ostatnie logowanie, grupy, opcje autentykacji, administrator, uużytkownik, blokada", "xloc": [ - "default.handlebars->39->2433" + "default.handlebars->39->2435" ] }, { @@ -72501,7 +72504,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->39->2461" + "default.handlebars->39->2463" ] }, { @@ -72842,7 +72845,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->162", - "default.handlebars->39->2177" + "default.handlebars->39->2179" ] }, { @@ -73136,7 +73139,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->39->2965" + "default.handlebars->39->2967" ] }, { @@ -73238,7 +73241,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->39->2940" + "default.handlebars->39->2942" ] }, { @@ -73263,7 +73266,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->39->2964" + "default.handlebars->39->2966" ] }, { @@ -73310,8 +73313,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->39->2909", - "default.handlebars->39->2912" + "default.handlebars->39->2911", + "default.handlebars->39->2914" ] }, { @@ -73438,8 +73441,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->39->2429", - "default.handlebars->39->2434" + "default.handlebars->39->2431", + "default.handlebars->39->2436" ] }, { @@ -73464,8 +73467,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->39->2431", - "default.handlebars->39->2435" + "default.handlebars->39->2433", + "default.handlebars->39->2437" ] }, { @@ -73490,7 +73493,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->39->2365" + "default.handlebars->39->2367" ] }, { @@ -73707,8 +73710,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->39->2151", - "default.handlebars->39->2156" + "default.handlebars->39->2153", + "default.handlebars->39->2158" ] }, { @@ -73754,9 +73757,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->39->2149", - "default.handlebars->39->2154", - "default.handlebars->39->2728" + "default.handlebars->39->2151", + "default.handlebars->39->2156", + "default.handlebars->39->2730" ] }, { @@ -73806,8 +73809,8 @@ "default-mobile.handlebars->11->598", "default.handlebars->39->1462", "default.handlebars->39->1467", - "default.handlebars->39->2150", - "default.handlebars->39->2155" + "default.handlebars->39->2152", + "default.handlebars->39->2157" ] }, { @@ -73879,7 +73882,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->39->2648" + "default.handlebars->39->2650" ] }, { @@ -73904,8 +73907,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->39->2148", - "default.handlebars->39->2153" + "default.handlebars->39->2150", + "default.handlebars->39->2155" ] }, { @@ -73931,8 +73934,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->150", - "default.handlebars->39->2164", - "default.handlebars->39->2749", + "default.handlebars->39->2166", + "default.handlebars->39->2751", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -73960,7 +73963,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->39->2143" + "default.handlebars->39->2145" ] }, { @@ -74056,7 +74059,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->39->2146" + "default.handlebars->39->2148" ] }, { @@ -74081,7 +74084,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->39->2607" + "default.handlebars->39->2609" ] }, { @@ -74153,7 +74156,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->39->2144" + "default.handlebars->39->2146" ] }, { @@ -74205,7 +74208,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->39->2145" + "default.handlebars->39->2147" ] }, { @@ -74316,7 +74319,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->39->2375" + "default.handlebars->39->2377" ] }, { @@ -74718,7 +74721,7 @@ "default-mobile.handlebars->11->219", "default-mobile.handlebars->11->223", "default-mobile.handlebars->11->227", - "default.handlebars->39->2379", + "default.handlebars->39->2381", "default.handlebars->39->395", "default.handlebars->39->398", "default.handlebars->39->402", @@ -74953,7 +74956,7 @@ "ru": "{0}, {1} на {2} мин.", "tr": "{0}, {1} için {2} dakika", "xloc": [ - "default.handlebars->39->1917", + "default.handlebars->39->1919", "default.handlebars->39->967" ] }, @@ -74974,7 +74977,7 @@ "ru": "{0}, {1} на {2} мин.", "tr": "{0}, {1} için {2} dakika", "xloc": [ - "default.handlebars->39->1918", + "default.handlebars->39->1920", "default.handlebars->39->968" ] }, @@ -75000,7 +75003,7 @@ "zh-chs": "{0},{1}至{2}", "zh-cht": "{0},{1}至{2}", "xloc": [ - "default.handlebars->39->1916", + "default.handlebars->39->1918", "default.handlebars->39->966" ] }, @@ -75076,7 +75079,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->39->2158" + "default.handlebars->39->2160" ] }, { @@ -75101,7 +75104,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->39->2157" + "default.handlebars->39->2159" ] }, { diff --git a/webserver.js b/webserver.js index 91cf04b3..810c8d61 100644 --- a/webserver.js +++ b/webserver.js @@ -5115,21 +5115,27 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF // Download tools using a cookie if (c.download == req.query.meshaction) { if (req.query.meshaction == 'winrouter') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); + var p = null; + if (obj.meshToolsBinaries['MeshCentralRouter']) { p = obj.meshToolsBinaries['MeshCentralRouter'].path; } + if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.exe', null, 'MeshCentralRouter.exe'); try { res.sendFile(p); } catch (ex) { } } else { try { res.sendStatus(404); } catch (ex) { } } return; } else if (req.query.meshaction == 'winassistant') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); + var p = null; + if (obj.meshToolsBinaries['MeshCentralAssistant']) { p = obj.meshToolsBinaries['MeshCentralAssistant'].path; } + if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralAssistant.exe', null, 'MeshCentralAssistant.exe'); try { res.sendFile(p); } catch (ex) { } } else { try { res.sendStatus(404); } catch (ex) { } } return; } else if (req.query.meshaction == 'macrouter') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); + var p = null; + if (obj.meshToolsBinaries['MeshCentralRouterMacOS']) { p = obj.meshToolsBinaries['MeshCentralRouterMacOS'].path; } + if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.dmg', null, 'MeshCentralRouter.dmg'); try { res.sendFile(p); } catch (ex) { } @@ -5190,21 +5196,27 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF res.send(JSON.stringify(meshaction, null, ' ')); return; } else if (req.query.meshaction == 'winrouter') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); + var p = null; + if (parent.meshToolsBinaries['MeshCentralRouter']) { p = parent.meshToolsBinaries['MeshCentralRouter'].path; } + if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.exe', null, 'MeshCentralRouter.exe'); try { res.sendFile(p); } catch (ex) { } } else { try { res.sendStatus(404); } catch (ex) { } } return; } else if (req.query.meshaction == 'winassistant') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); + var p = null; + if (parent.meshToolsBinaries['MeshCentralAssistant']) { p = parent.meshToolsBinaries['MeshCentralAssistant'].path; } + if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralAssistant.exe', null, 'MeshCentralAssistant.exe'); try { res.sendFile(p); } catch (ex) { } } else { try { res.sendStatus(404); } catch (ex) { } } return; } else if (req.query.meshaction == 'macrouter') { - var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); + var p = null; + if (parent.meshToolsBinaries['MeshCentralRouterMacOS']) { p = parent.meshToolsBinaries['MeshCentralRouterMacOS'].path; } + if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); } if (obj.fs.existsSync(p)) { setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.dmg', null, 'MeshCentralRouter.dmg'); try { res.sendFile(p); } catch (ex) { }