diff --git a/package.json b/package.json index 19b97be4..e9176338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "1.0.18", + "version": "1.0.19", "keywords": [ "Remote Device Management", "Remote Device Monitoring", diff --git a/public/scripts/agent-rdp-0.0.1-min.js b/public/scripts/agent-rdp-0.0.1-min.js index 5dbb0e99..8315e68f 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}}return s.m={},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};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 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.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},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.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 diff --git a/translate/translate.json b/translate/translate.json index d53e7768..27c6e934 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -46,8 +46,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->39->1884", - "default.handlebars->39->1886" + "default.handlebars->39->1886", + "default.handlebars->39->1888" ] }, { @@ -299,7 +299,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->39->1763" + "default.handlebars->39->1765" ] }, { @@ -324,8 +324,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->39->2002", - "default.handlebars->39->2557" + "default.handlebars->39->2004", + "default.handlebars->39->2559" ] }, { @@ -834,7 +834,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->39->1962", + "default.handlebars->39->1964", "default.handlebars->39->469" ] }, @@ -929,8 +929,8 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->702", - "default.handlebars->39->2076", - "default.handlebars->39->2340", + "default.handlebars->39->2078", + "default.handlebars->39->2342", "default.handlebars->39->885" ] }, @@ -1048,7 +1048,7 @@ "zh-cht": ",MQTT在線", "xloc": [ "default-mobile.handlebars->11->606", - "default.handlebars->39->1472" + "default.handlebars->39->1474" ] }, { @@ -1072,7 +1072,7 @@ "tr": ", İzin Yok", "zh-chs": ", 不同意", "xloc": [ - "default.handlebars->39->1920", + "default.handlebars->39->1922", "default.handlebars->39->970" ] }, @@ -1098,7 +1098,7 @@ "zh-chs": ",提示同意", "zh-cht": ",提示同意", "xloc": [ - "default.handlebars->39->1921", + "default.handlebars->39->1923", "default.handlebars->39->971" ] }, @@ -1106,7 +1106,7 @@ "en": ", RDP", "nl": ", RDP", "xloc": [ - "default.handlebars->39->1212" + "default.handlebars->39->1214" ] }, { @@ -1126,7 +1126,7 @@ "tr": ", Günlük yinelenen", "pt-br": ", Recorrente diariamente", "xloc": [ - "default.handlebars->39->1917", + "default.handlebars->39->1919", "default.handlebars->39->967" ] }, @@ -1147,7 +1147,7 @@ "tr": ", Haftalık yinelenen", "pt-br": ", Recorrente semanalmente", "xloc": [ - "default.handlebars->39->1918", + "default.handlebars->39->1920", "default.handlebars->39->968" ] }, @@ -1227,7 +1227,7 @@ "tr": ", Araç Çubuğu", "zh-chs": ", 工具栏", "xloc": [ - "default.handlebars->39->1922", + "default.handlebars->39->1924", "default.handlebars->39->972" ] }, @@ -1269,7 +1269,7 @@ "tr": ", Yalnızca masaüstünü görüntüle", "pt-br": ", Ver apenas área de trabalho", "xloc": [ - "default.handlebars->39->1919", + "default.handlebars->39->1921", "default.handlebars->39->969" ] }, @@ -1298,9 +1298,9 @@ "default-mobile.handlebars->11->409", "default-mobile.handlebars->11->444", "default-mobile.handlebars->11->461", - "default.handlebars->39->1211", - "default.handlebars->39->1288", - "default.handlebars->39->1314", + "default.handlebars->39->1213", + "default.handlebars->39->1290", + "default.handlebars->39->1316", "sharing.handlebars->11->19", "sharing.handlebars->11->27", "sharing.handlebars->11->44", @@ -1496,7 +1496,7 @@ "zh-chs": ",{0}观看", "zh-cht": ",{0}觀看", "xloc": [ - "default.handlebars->39->1206", + "default.handlebars->39->1208", "sharing.handlebars->11->13" ] }, @@ -1602,9 +1602,9 @@ "xloc": [ "default-mobile.handlebars->11->139", "default-mobile.handlebars->11->477", - "default.handlebars->39->1333", - "default.handlebars->39->2137", - "default.handlebars->39->2755", + "default.handlebars->39->1335", + "default.handlebars->39->2139", + "default.handlebars->39->2757", "sharing.handlebars->11->50" ] }, @@ -1766,7 +1766,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->39->2645" + "default.handlebars->39->2647" ] }, { @@ -1793,7 +1793,7 @@ "xloc": [ "default-mobile.handlebars->11->149", "default-mobile.handlebars->11->746", - "default.handlebars->39->2161", + "default.handlebars->39->2163", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1832,7 +1832,7 @@ "zh-chs": "1条连接", "zh-cht": "1位聯絡文", "xloc": [ - "default.handlebars->39->1208", + "default.handlebars->39->1210", "sharing.handlebars->11->15" ] }, @@ -1885,7 +1885,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->39->2604" + "default.handlebars->39->2606" ] }, { @@ -1938,7 +1938,7 @@ "zh-cht": "1分鐘", "xloc": [ "default.handlebars->39->1050", - "default.handlebars->39->1728" + "default.handlebars->39->1730" ] }, { @@ -2015,7 +2015,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->39->2372" + "default.handlebars->39->2374" ] }, { @@ -2212,7 +2212,7 @@ "default-mobile.handlebars->11->218", "default-mobile.handlebars->11->222", "default-mobile.handlebars->11->226", - "default.handlebars->39->2376", + "default.handlebars->39->2378", "default.handlebars->39->394", "default.handlebars->39->397", "default.handlebars->39->401", @@ -2400,7 +2400,7 @@ "zh-cht": "10分鐘", "xloc": [ "default.handlebars->39->1052", - "default.handlebars->39->1730" + "default.handlebars->39->1732" ] }, { @@ -2594,7 +2594,7 @@ "zh-cht": "12小時", "xloc": [ "default.handlebars->39->1060", - "default.handlebars->39->1738" + "default.handlebars->39->1740" ] }, { @@ -2748,7 +2748,7 @@ "zh-cht": "15分鐘", "xloc": [ "default.handlebars->39->1053", - "default.handlebars->39->1731" + "default.handlebars->39->1733" ] }, { @@ -2774,7 +2774,7 @@ "zh-cht": "16小時", "xloc": [ "default.handlebars->39->1061", - "default.handlebars->39->1739" + "default.handlebars->39->1741" ] }, { @@ -2931,7 +2931,7 @@ "zh-cht": "2天", "xloc": [ "default.handlebars->39->1063", - "default.handlebars->39->1741" + "default.handlebars->39->1743" ] }, { @@ -2957,7 +2957,7 @@ "zh-cht": "2小時", "xloc": [ "default.handlebars->39->1057", - "default.handlebars->39->1735" + "default.handlebars->39->1737" ] }, { @@ -3136,7 +3136,7 @@ "zh-cht": "24小時", "xloc": [ "default.handlebars->39->1062", - "default.handlebars->39->1740" + "default.handlebars->39->1742" ] }, { @@ -3210,7 +3210,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->39->2272" + "default.handlebars->39->2274" ] }, { @@ -3228,7 +3228,7 @@ "pt-br": "2ª Etapa", "pl": "dwuetapowe", "xloc": [ - "default.handlebars->39->2791" + "default.handlebars->39->2793" ] }, { @@ -3253,8 +3253,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->39->2390", - "default.handlebars->39->2628" + "default.handlebars->39->2392", + "default.handlebars->39->2630" ] }, { @@ -3404,7 +3404,7 @@ "zh-cht": "30分鐘", "xloc": [ "default.handlebars->39->1054", - "default.handlebars->39->1732" + "default.handlebars->39->1734" ] }, { @@ -3429,7 +3429,7 @@ "zh-chs": "32 位", "xloc": [ "default-mobile.handlebars->11->514", - "default.handlebars->39->1386" + "default.handlebars->39->1388" ] }, { @@ -3508,7 +3508,7 @@ "zh-cht": "4天", "xloc": [ "default.handlebars->39->1064", - "default.handlebars->39->1742" + "default.handlebars->39->1744" ] }, { @@ -3534,7 +3534,7 @@ "zh-cht": "4個小時", "xloc": [ "default.handlebars->39->1058", - "default.handlebars->39->1736" + "default.handlebars->39->1738" ] }, { @@ -3663,7 +3663,7 @@ "zh-cht": "45分鐘", "xloc": [ "default.handlebars->39->1055", - "default.handlebars->39->1733" + "default.handlebars->39->1735" ] }, { @@ -3714,7 +3714,7 @@ "zh-cht": "5分鐘", "xloc": [ "default.handlebars->39->1051", - "default.handlebars->39->1729" + "default.handlebars->39->1731" ] }, { @@ -3896,7 +3896,7 @@ "zh-cht": "60分鐘", "xloc": [ "default.handlebars->39->1056", - "default.handlebars->39->1734" + "default.handlebars->39->1736" ] }, { @@ -3973,7 +3973,7 @@ "zh-chs": "64 位", "xloc": [ "default-mobile.handlebars->11->516", - "default.handlebars->39->1388" + "default.handlebars->39->1390" ] }, { @@ -4142,7 +4142,7 @@ "pt-br": "7 dias", "pl": "7 dni", "xloc": [ - "default.handlebars->39->1743" + "default.handlebars->39->1745" ] }, { @@ -4221,7 +4221,7 @@ "zh-cht": "8小時", "xloc": [ "default.handlebars->39->1059", - "default.handlebars->39->1737", + "default.handlebars->39->1739", "default.handlebars->39->497", "default.handlebars->39->511" ] @@ -4548,7 +4548,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->297", - "default.handlebars->39->1900", + "default.handlebars->39->1902", "default.handlebars->39->805" ] }, @@ -4643,7 +4643,7 @@ "tr": "AMT-OS", "zh-chs": "操作系统", "xloc": [ - "default.handlebars->39->2913" + "default.handlebars->39->2915" ] }, { @@ -4662,7 +4662,7 @@ "ru": "AMT-Redir", "tr": "AMT-Yönlendirme", "xloc": [ - "default.handlebars->39->2798" + "default.handlebars->39->2800" ] }, { @@ -4681,7 +4681,7 @@ "ru": "AMT-WSMAN", "tr": "AMT-WSMAN", "xloc": [ - "default.handlebars->39->2797" + "default.handlebars->39->2799" ] }, { @@ -4864,7 +4864,7 @@ "zh-cht": "拒絕存取", "xloc": [ "default-mobile.handlebars->11->607", - "default.handlebars->39->1473" + "default.handlebars->39->1475" ] }, { @@ -4940,7 +4940,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->39->2563" + "default.handlebars->39->2565" ] }, { @@ -5049,9 +5049,9 @@ "default-mobile.handlebars->11->264", "default-mobile.handlebars->11->266", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->39->1772", "default.handlebars->39->1774", - "default.handlebars->39->2966", + "default.handlebars->39->1776", + "default.handlebars->39->2968", "default.handlebars->39->765", "default.handlebars->39->767" ] @@ -5078,7 +5078,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->713", - "default.handlebars->39->2842" + "default.handlebars->39->2844" ] }, { @@ -5154,7 +5154,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->39->2245" + "default.handlebars->39->2247" ] }, { @@ -5179,7 +5179,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->39->2244" + "default.handlebars->39->2246" ] }, { @@ -5199,7 +5199,7 @@ "tr": "Hesap oluşturuldu, ad {0}.", "pt-br": "Conta criada, o nome é {0}", "xloc": [ - "default.handlebars->39->2307" + "default.handlebars->39->2309" ] }, { @@ -5224,7 +5224,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->39->2243" + "default.handlebars->39->2245" ] }, { @@ -5251,8 +5251,8 @@ "xloc": [ "default-mobile.handlebars->11->64", "default.handlebars->39->198", - "default.handlebars->39->2392", - "default.handlebars->39->2560" + "default.handlebars->39->2394", + "default.handlebars->39->2562" ] }, { @@ -5278,7 +5278,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->725", - "default.handlebars->39->2854", + "default.handlebars->39->2856", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -5333,7 +5333,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->39->2180" + "default.handlebars->39->2182" ] }, { @@ -5357,7 +5357,7 @@ "tr": "{0}, {1}, {2} adresinden hesap girişi", "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "xloc": [ - "default.handlebars->39->2286" + "default.handlebars->39->2288" ] }, { @@ -5382,7 +5382,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->39->2181" + "default.handlebars->39->2183" ] }, { @@ -5434,7 +5434,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->39->2253" + "default.handlebars->39->2255" ] }, { @@ -5459,7 +5459,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->39->2242" + "default.handlebars->39->2244" ] }, { @@ -5510,7 +5510,7 @@ "zh-cht": "指令", "xloc": [ "default-mobile.handlebars->11->613", - "default.handlebars->39->1479", + "default.handlebars->39->1481", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -5669,7 +5669,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->39->1953" + "default.handlebars->39->1955" ] }, { @@ -5697,7 +5697,7 @@ "default-mobile.handlebars->11->292", "default-mobile.handlebars->11->294", "default-mobile.handlebars->11->569", - "default.handlebars->39->1434", + "default.handlebars->39->1436", "default.handlebars->39->798", "default.handlebars->39->800" ] @@ -5749,7 +5749,7 @@ "zh-chs": "主动设备共享", "zh-cht": "主動設備共享", "xloc": [ - "default.handlebars->39->1904", + "default.handlebars->39->1906", "default.handlebars->39->954" ] }, @@ -5774,7 +5774,7 @@ "tr": "Aktif Giriş Anahtarları", "zh-chs": "活动登录令牌", "xloc": [ - "default.handlebars->39->1803" + "default.handlebars->39->1805" ] }, { @@ -5861,8 +5861,8 @@ "zh-chs": "添加", "xloc": [ "default-mobile.handlebars->11->436", - "default.handlebars->39->1243", - "default.handlebars->39->1248" + "default.handlebars->39->1245", + "default.handlebars->39->1250" ] }, { @@ -5929,7 +5929,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->39->1896", + "default.handlebars->39->1898", "default.handlebars->39->435" ] }, @@ -5977,8 +5977,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->39->2535", - "default.handlebars->39->2694", + "default.handlebars->39->2537", + "default.handlebars->39->2696", "default.handlebars->39->439" ] }, @@ -6029,9 +6029,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->39->2038", - "default.handlebars->39->2529", - "default.handlebars->39->2682", + "default.handlebars->39->2040", + "default.handlebars->39->2531", + "default.handlebars->39->2684", "default.handlebars->39->355" ] }, @@ -6057,7 +6057,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->39->2035" + "default.handlebars->39->2037" ] }, { @@ -6082,8 +6082,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->39->2040", - "default.handlebars->39->2042" + "default.handlebars->39->2042", + "default.handlebars->39->2044" ] }, { @@ -6226,7 +6226,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->39->2714" + "default.handlebars->39->2716" ] }, { @@ -6297,8 +6297,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->39->1518", - "default.handlebars->39->1519", + "default.handlebars->39->1520", + "default.handlebars->39->1521", "default.handlebars->39->229", "default.handlebars->39->231", "default.handlebars->39->234", @@ -6353,7 +6353,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->39->2045" + "default.handlebars->39->2047" ] }, { @@ -6378,9 +6378,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->39->1892", - "default.handlebars->39->2037", - "default.handlebars->39->2688", + "default.handlebars->39->1894", + "default.handlebars->39->2039", + "default.handlebars->39->2690", "default.handlebars->39->947" ] }, @@ -6406,7 +6406,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->39->2047" + "default.handlebars->39->2049" ] }, { @@ -6478,8 +6478,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->39->1891", - "default.handlebars->39->2524" + "default.handlebars->39->1893", + "default.handlebars->39->2526" ] }, { @@ -6504,7 +6504,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->39->2034" + "default.handlebars->39->2036" ] }, { @@ -6529,7 +6529,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->39->2559" + "default.handlebars->39->2561" ] }, { @@ -6700,7 +6700,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->39->1895", + "default.handlebars->39->1897", "default.handlebars->39->434" ] }, @@ -6824,7 +6824,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->39->2269" + "default.handlebars->39->2271" ] }, { @@ -6849,7 +6849,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->39->2280" + "default.handlebars->39->2282" ] }, { @@ -6869,7 +6869,7 @@ "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.", "pt-br": "Compartilhamento diário do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2317" + "default.handlebars->39->2319" ] }, { @@ -6889,7 +6889,7 @@ "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.", "pt-br": "Compartilhamento Semanal do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2318" + "default.handlebars->39->2320" ] }, { @@ -6909,7 +6909,7 @@ "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.", "pt-br": "Compartilhamento Ilimitado do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2310" + "default.handlebars->39->2312" ] }, { @@ -6934,8 +6934,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2236", - "default.handlebars->39->2263" + "default.handlebars->39->2238", + "default.handlebars->39->2265" ] }, { @@ -6959,7 +6959,7 @@ "tr": "Giriş anahtarı eklendi", "zh-chs": "添加登录令牌", "xloc": [ - "default.handlebars->39->2294" + "default.handlebars->39->2296" ] }, { @@ -6983,7 +6983,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi", "zh-chs": "新增推送通知认证装置", "xloc": [ - "default.handlebars->39->2292" + "default.handlebars->39->2294" ] }, { @@ -7008,7 +7008,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->39->2274" + "default.handlebars->39->2276" ] }, { @@ -7033,7 +7033,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2247" + "default.handlebars->39->2249" ] }, { @@ -7058,8 +7058,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->39->2250", - "default.handlebars->39->2259" + "default.handlebars->39->2252", + "default.handlebars->39->2261" ] }, { @@ -7135,7 +7135,7 @@ "zh-cht": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->11->571", - "default.handlebars->39->1436" + "default.handlebars->39->1438" ] }, { @@ -7161,7 +7161,7 @@ "zh-cht": "管理員憑證", "xloc": [ "default-mobile.handlebars->11->577", - "default.handlebars->39->1442" + "default.handlebars->39->1444" ] }, { @@ -7212,7 +7212,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2608" + "default.handlebars->39->2610" ] }, { @@ -7263,7 +7263,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2457" + "default.handlebars->39->2459" ] }, { @@ -7288,7 +7288,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->39->2384" + "default.handlebars->39->2386" ] }, { @@ -7313,7 +7313,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->39->1521" + "default.handlebars->39->1523" ] }, { @@ -7342,9 +7342,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->2112", - "default.handlebars->39->2125", - "default.handlebars->39->2911", + "default.handlebars->39->2114", + "default.handlebars->39->2127", + "default.handlebars->39->2913", "default.handlebars->39->375", "default.handlebars->39->623", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -7373,8 +7373,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->39->2114", - "default.handlebars->39->2127" + "default.handlebars->39->2116", + "default.handlebars->39->2129" ] }, { @@ -7426,7 +7426,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->684", - "default.handlebars->39->2055" + "default.handlebars->39->2057" ] }, { @@ -7451,7 +7451,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->39->2880" + "default.handlebars->39->2882" ] }, { @@ -7618,7 +7618,7 @@ "tr": "Agent Kendisinin-Paylaşımı", "pt-br": "Auto compartilhamento de Agente", "xloc": [ - "default.handlebars->39->1923", + "default.handlebars->39->1925", "default.handlebars->39->973" ] }, @@ -7644,7 +7644,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->39->2896" + "default.handlebars->39->2898" ] }, { @@ -7741,7 +7741,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->39->2123", + "default.handlebars->39->2125", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -7792,7 +7792,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->39->2233" + "default.handlebars->39->2235" ] }, { @@ -7973,7 +7973,7 @@ "zh-cht": "代理離線", "xloc": [ "default-mobile.handlebars->11->605", - "default.handlebars->39->1471" + "default.handlebars->39->1473" ] }, { @@ -7999,7 +7999,7 @@ "zh-cht": "代理在線", "xloc": [ "default-mobile.handlebars->11->604", - "default.handlebars->39->1470" + "default.handlebars->39->1472" ] }, { @@ -8196,8 +8196,8 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->39->2085", - "default.handlebars->39->2924", + "default.handlebars->39->2087", + "default.handlebars->39->2926", "default.handlebars->39->516" ] }, @@ -8223,7 +8223,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->39->1522" + "default.handlebars->39->1524" ] }, { @@ -8251,7 +8251,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->478", "default-mobile.handlebars->11->480", - "default.handlebars->39->2767", + "default.handlebars->39->2769", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -8277,7 +8277,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->39->2346" + "default.handlebars->39->2348" ] }, { @@ -8287,7 +8287,7 @@ "fr": "Tous les agents disponsibles", "pt-br": "Todos agentes disponíveis", "xloc": [ - "default.handlebars->39->2086", + "default.handlebars->39->2088", "default.handlebars->39->517" ] }, @@ -8313,7 +8313,7 @@ "zh-chs": "所有显示", "zh-cht": "所有顯示", "xloc": [ - "default.handlebars->39->1281" + "default.handlebars->39->1283" ] }, { @@ -8338,7 +8338,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->39->2344" + "default.handlebars->39->2346" ] }, { @@ -8363,9 +8363,9 @@ "zh-chs": "全部聚焦", "zh-cht": "全部聚焦", "xloc": [ - "default.handlebars->39->1213", "default.handlebars->39->1215", - "default.handlebars->39->1216" + "default.handlebars->39->1217", + "default.handlebars->39->1218" ] }, { @@ -8414,8 +8414,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->39->2000", - "default.handlebars->39->2556" + "default.handlebars->39->2002", + "default.handlebars->39->2558" ] }, { @@ -8440,7 +8440,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->39->2001" + "default.handlebars->39->2003" ] }, { @@ -8537,8 +8537,14 @@ "xloc": [ "default-mobile.handlebars->11->429", "default-mobile.handlebars->11->433", - "default.handlebars->39->1236", - "default.handlebars->39->1240" + "default.handlebars->39->1238", + "default.handlebars->39->1242" + ] + }, + { + "en": "Alt Shell", + "xloc": [ + "default.handlebars->39->1205" ] }, { @@ -8615,7 +8621,7 @@ "zh-chs": "备用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->39->1307", + "default.handlebars->39->1309", "sharing.handlebars->11->37" ] }, @@ -8689,9 +8695,9 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->39->1868", - "default.handlebars->39->2515", - "default.handlebars->39->2617", + "default.handlebars->39->1870", + "default.handlebars->39->2517", + "default.handlebars->39->2619", "default.handlebars->39->851" ] }, @@ -8717,9 +8723,9 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->39->1869", - "default.handlebars->39->2516", - "default.handlebars->39->2618", + "default.handlebars->39->1871", + "default.handlebars->39->2518", + "default.handlebars->39->2620", "default.handlebars->39->852" ] }, @@ -8965,8 +8971,8 @@ "tr": "Anti-virüs etkin değil", "zh-chs": "杀毒软件未激活", "xloc": [ - "default.handlebars->39->2116", - "default.handlebars->39->2130" + "default.handlebars->39->2118", + "default.handlebars->39->2132" ] }, { @@ -9283,7 +9289,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->39->1524" + "default.handlebars->39->1526" ] }, { @@ -9308,7 +9314,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->39->1525" + "default.handlebars->39->1527" ] }, { @@ -9333,7 +9339,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->39->1526" + "default.handlebars->39->1528" ] }, { @@ -9358,7 +9364,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->39->1527" + "default.handlebars->39->1529" ] }, { @@ -9383,7 +9389,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->39->1528" + "default.handlebars->39->1530" ] }, { @@ -9408,7 +9414,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->39->1529" + "default.handlebars->39->1531" ] }, { @@ -9433,7 +9439,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->39->1530" + "default.handlebars->39->1532" ] }, { @@ -9458,7 +9464,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->39->1531" + "default.handlebars->39->1533" ] }, { @@ -9483,7 +9489,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->39->1532" + "default.handlebars->39->1534" ] }, { @@ -9508,7 +9514,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->39->1533" + "default.handlebars->39->1535" ] }, { @@ -9533,7 +9539,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->39->1534" + "default.handlebars->39->1536" ] }, { @@ -9558,7 +9564,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->39->1535" + "default.handlebars->39->1537" ] }, { @@ -9583,7 +9589,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->39->1523" + "default.handlebars->39->1525" ] }, { @@ -9608,7 +9614,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->39->1536" + "default.handlebars->39->1538" ] }, { @@ -9633,7 +9639,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->39->1537" + "default.handlebars->39->1539" ] }, { @@ -9658,7 +9664,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->39->1538" + "default.handlebars->39->1540" ] }, { @@ -9683,7 +9689,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->39->1539" + "default.handlebars->39->1541" ] }, { @@ -9708,7 +9714,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->39->1540" + "default.handlebars->39->1542" ] }, { @@ -9736,9 +9742,9 @@ "default-mobile.handlebars->11->513", "default-mobile.handlebars->11->515", "default-mobile.handlebars->11->517", - "default.handlebars->39->1385", "default.handlebars->39->1387", - "default.handlebars->39->1389" + "default.handlebars->39->1389", + "default.handlebars->39->1391" ] }, { @@ -9789,7 +9795,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->645", - "default.handlebars->39->1967" + "default.handlebars->39->1969" ] }, { @@ -9889,7 +9895,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->39->2975" + "default.handlebars->39->2977" ] }, { @@ -9939,7 +9945,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->39->1541" + "default.handlebars->39->1543" ] }, { @@ -10014,7 +10020,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->39->1542" + "default.handlebars->39->1544" ] }, { @@ -10159,7 +10165,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->39->1543" + "default.handlebars->39->1545" ] }, { @@ -10184,7 +10190,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->39->2202" + "default.handlebars->39->2204" ] }, { @@ -10233,10 +10239,10 @@ "default-mobile.handlebars->11->454", "default-mobile.handlebars->11->462", "default-mobile.handlebars->11->471", - "default.handlebars->39->1289", - "default.handlebars->39->1298", - "default.handlebars->39->1316", - "default.handlebars->39->1324", + "default.handlebars->39->1291", + "default.handlebars->39->1300", + "default.handlebars->39->1318", + "default.handlebars->39->1326", "ssh.handlebars->3->14", "ssh.handlebars->3->15", "ssh.handlebars->3->5" @@ -10264,7 +10270,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->39->2621" + "default.handlebars->39->2623" ] }, { @@ -10288,9 +10294,9 @@ "tr": "Kimlik Doğrulama Cihazı", "zh-chs": "认证设备", "xloc": [ - "default.handlebars->39->1504", "default.handlebars->39->1506", - "default.handlebars->39->1510" + "default.handlebars->39->1508", + "default.handlebars->39->1512" ] }, { @@ -10316,8 +10322,8 @@ "xloc": [ "default-mobile.handlebars->11->455", "default-mobile.handlebars->11->472", - "default.handlebars->39->1300", - "default.handlebars->39->1325" + "default.handlebars->39->1302", + "default.handlebars->39->1327" ] }, { @@ -10346,8 +10352,8 @@ "default-mobile.handlebars->11->104", "default-mobile.handlebars->11->68", "default-mobile.handlebars->11->71", - "default.handlebars->39->1500", "default.handlebars->39->1502", + "default.handlebars->39->1504", "default.handlebars->39->204", "default.handlebars->39->209" ] @@ -10469,8 +10475,8 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->39->1853", - "default.handlebars->39->2337" + "default.handlebars->39->1855", + "default.handlebars->39->2339" ] }, { @@ -10524,7 +10530,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->39->2283" + "default.handlebars->39->2285" ] }, { @@ -10618,7 +10624,7 @@ "tr": "Etkin olmayan cihazları otomatik olarak kaldırın", "zh-chs": "自动移除非活动设备", "xloc": [ - "default.handlebars->39->1995" + "default.handlebars->39->1997" ] }, { @@ -10643,7 +10649,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->39->2905" + "default.handlebars->39->2907" ] }, { @@ -10668,7 +10674,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->39->1544" + "default.handlebars->39->1546" ] }, { @@ -10723,7 +10729,7 @@ "zh-cht": "的BIOS", "xloc": [ "default-mobile.handlebars->11->583", - "default.handlebars->39->1448" + "default.handlebars->39->1450" ] }, { @@ -10834,7 +10840,7 @@ "zh-chs": "退格", "xloc": [ "default-mobile.handlebars->11->412", - "default.handlebars->39->1219" + "default.handlebars->39->1221" ] }, { @@ -10884,8 +10890,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->39->2092", - "default.handlebars->39->2099", + "default.handlebars->39->2094", + "default.handlebars->39->2101", "default.handlebars->39->503", "default.handlebars->39->523" ] @@ -10912,8 +10918,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->504", "default.handlebars->39->524", "default.handlebars->39->540" @@ -10967,8 +10973,8 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->39->2624", - "default.handlebars->39->2815" + "default.handlebars->39->2626", + "default.handlebars->39->2817" ] }, { @@ -11022,7 +11028,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->39->2887" + "default.handlebars->39->2889" ] }, { @@ -11047,7 +11053,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->39->2886" + "default.handlebars->39->2888" ] }, { @@ -11072,7 +11078,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->39->1545" + "default.handlebars->39->1547" ] }, { @@ -11147,7 +11153,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->39->2282" + "default.handlebars->39->2284" ] }, { @@ -11172,7 +11178,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->39->1547" + "default.handlebars->39->1549" ] }, { @@ -11197,7 +11203,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->39->1548" + "default.handlebars->39->1550" ] }, { @@ -11271,7 +11277,7 @@ "zh-chs": "引导加载程序", "xloc": [ "default-mobile.handlebars->11->547", - "default.handlebars->39->1402" + "default.handlebars->39->1404" ] }, { @@ -11296,7 +11302,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->39->1549" + "default.handlebars->39->1551" ] }, { @@ -11321,7 +11327,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->39->1550" + "default.handlebars->39->1552" ] }, { @@ -11346,7 +11352,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->39->2522", + "default.handlebars->39->2524", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -11372,7 +11378,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->39->2439" + "default.handlebars->39->2441" ] }, { @@ -11397,7 +11403,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->39->2434" + "default.handlebars->39->2436" ] }, { @@ -11407,7 +11413,7 @@ "fr": "Navigateur", "pt-br": "Navegador", "xloc": [ - "default.handlebars->39->2789" + "default.handlebars->39->2791" ] }, { @@ -11464,7 +11470,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->39->1546" + "default.handlebars->39->1548" ] }, { @@ -11489,7 +11495,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->39->1551" + "default.handlebars->39->1553" ] }, { @@ -11513,7 +11519,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。", "xloc": [ - "default.handlebars->39->1997" + "default.handlebars->39->1999" ] }, { @@ -11537,7 +11543,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。", "xloc": [ - "default.handlebars->39->1998" + "default.handlebars->39->2000" ] }, { @@ -11557,7 +11563,7 @@ "tr": "Bayt Girişi", "pt-br": "Entrada de Bytes", "xloc": [ - "default.handlebars->39->2785" + "default.handlebars->39->2787" ] }, { @@ -11577,7 +11583,7 @@ "tr": "Bayt Bitti", "pt-br": "Saída de Bytes", "xloc": [ - "default.handlebars->39->2786" + "default.handlebars->39->2788" ] }, { @@ -11637,7 +11643,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->39->1950" + "default.handlebars->39->1952" ] }, { @@ -11663,7 +11669,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->257", - "default.handlebars->39->2912", + "default.handlebars->39->2914", "default.handlebars->39->377", "default.handlebars->39->625" ] @@ -11690,7 +11696,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->39->2959" + "default.handlebars->39->2961" ] }, { @@ -11715,7 +11721,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->39->2960" + "default.handlebars->39->2962" ] }, { @@ -11760,7 +11766,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->39->1958" + "default.handlebars->39->1960" ] }, { @@ -11786,8 +11792,8 @@ "zh-cht": "CPU", "xloc": [ "default-mobile.handlebars->11->589", - "default.handlebars->39->1454", - "default.handlebars->39->2936", + "default.handlebars->39->1456", + "default.handlebars->39->2938", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -11813,7 +11819,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->39->2901" + "default.handlebars->39->2903" ] }, { @@ -11838,7 +11844,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2904" + "default.handlebars->39->2906" ] }, { @@ -11863,7 +11869,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2903" + "default.handlebars->39->2905" ] }, { @@ -11888,7 +11894,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2902" + "default.handlebars->39->2904" ] }, { @@ -11913,8 +11919,8 @@ "zh-chs": "CR+LF", "zh-cht": "CR+LF", "xloc": [ - "default.handlebars->39->1286", - "default.handlebars->39->1309", + "default.handlebars->39->1288", + "default.handlebars->39->1311", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", "sharing.handlebars->11->25", "sharing.handlebars->11->39", @@ -11943,7 +11949,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->39->2354" + "default.handlebars->39->2356" ] }, { @@ -11968,8 +11974,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->39->2358", - "default.handlebars->39->2426", + "default.handlebars->39->2360", + "default.handlebars->39->2428", "default.handlebars->39->696" ] }, @@ -12017,7 +12023,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->39->2976" + "default.handlebars->39->2978" ] }, { @@ -12065,8 +12071,8 @@ "agent-translations.json", "default-mobile.handlebars->11->113", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->39->1823", - "default.handlebars->39->2965", + "default.handlebars->39->1825", + "default.handlebars->39->2967", "default.handlebars->39->476", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -12152,9 +12158,9 @@ "default-mobile.handlebars->11->594", "default-mobile.handlebars->11->599", "default-mobile.handlebars->11->601", - "default.handlebars->39->1459", - "default.handlebars->39->1464", - "default.handlebars->39->1466" + "default.handlebars->39->1461", + "default.handlebars->39->1466", + "default.handlebars->39->1468" ] }, { @@ -12180,7 +12186,7 @@ "zh-cht": "容量/速度", "xloc": [ "default-mobile.handlebars->11->592", - "default.handlebars->39->1457" + "default.handlebars->39->1459" ] }, { @@ -12205,7 +12211,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->39->1552" + "default.handlebars->39->1554" ] }, { @@ -12302,7 +12308,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->39->1553" + "default.handlebars->39->1555" ] }, { @@ -12354,7 +12360,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->39->2669" + "default.handlebars->39->2671" ] }, { @@ -12407,8 +12413,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->11->121", - "default.handlebars->39->1769", - "default.handlebars->39->2642" + "default.handlebars->39->1771", + "default.handlebars->39->2644" ] }, { @@ -12433,7 +12439,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->39->2678" + "default.handlebars->39->2680" ] }, { @@ -12458,7 +12464,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->39->2664" + "default.handlebars->39->2666" ] }, { @@ -12605,7 +12611,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->39->2641" + "default.handlebars->39->2643" ] }, { @@ -12655,7 +12661,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->39->1756" + "default.handlebars->39->1758" ] }, { @@ -12680,7 +12686,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->39->1762" + "default.handlebars->39->1764" ] }, { @@ -12705,7 +12711,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->39->2254" + "default.handlebars->39->2256" ] }, { @@ -12725,7 +12731,7 @@ "tr": "Hesap görünen adı {0} olarak değiştirildi.", "pt-br": "Nome de exibição da conta alterado para {0}", "xloc": [ - "default.handlebars->39->2306" + "default.handlebars->39->2308" ] }, { @@ -12750,8 +12756,8 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->39->2238", - "default.handlebars->39->2319" + "default.handlebars->39->2240", + "default.handlebars->39->2321" ] }, { @@ -12776,7 +12782,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->39->2182" + "default.handlebars->39->2184" ] }, { @@ -12801,8 +12807,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2240", - "default.handlebars->39->2261" + "default.handlebars->39->2242", + "default.handlebars->39->2263" ] }, { @@ -12848,7 +12854,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->39->1720" + "default.handlebars->39->1722" ] }, { @@ -12875,9 +12881,9 @@ "xloc": [ "default.handlebars->39->1000", "default.handlebars->39->1022", - "default.handlebars->39->2375", - "default.handlebars->39->2637", - "default.handlebars->39->2638", + "default.handlebars->39->2377", + "default.handlebars->39->2639", + "default.handlebars->39->2640", "default.handlebars->39->894" ] }, @@ -12905,8 +12911,8 @@ "xloc": [ "default-mobile.handlebars->11->674", "default-mobile.handlebars->11->694", - "default.handlebars->39->2029", - "default.handlebars->39->2066" + "default.handlebars->39->2031", + "default.handlebars->39->2068" ] }, { @@ -12931,7 +12937,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->726", - "default.handlebars->39->2855" + "default.handlebars->39->2857" ] }, { @@ -12981,7 +12987,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->39->1554" + "default.handlebars->39->1556" ] }, { @@ -13106,8 +13112,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->39->1520", - "default.handlebars->39->2970" + "default.handlebars->39->1522", + "default.handlebars->39->2972" ] }, { @@ -13132,7 +13138,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->39->1555" + "default.handlebars->39->1557" ] }, { @@ -13157,7 +13163,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->39->1556" + "default.handlebars->39->1558" ] }, { @@ -13182,7 +13188,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->39->1557" + "default.handlebars->39->1559" ] }, { @@ -13207,7 +13213,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->39->1717" + "default.handlebars->39->1719" ] }, { @@ -13232,7 +13238,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->39->1558" + "default.handlebars->39->1560" ] }, { @@ -13257,7 +13263,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->39->1559" + "default.handlebars->39->1561" ] }, { @@ -13282,7 +13288,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->39->1718" + "default.handlebars->39->1720" ] }, { @@ -13333,7 +13339,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->39->1560" + "default.handlebars->39->1562" ] }, { @@ -13387,11 +13393,11 @@ "default-mobile.handlebars->11->503", "default-mobile.handlebars->11->78", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5", - "default.handlebars->39->1359", "default.handlebars->39->1361", "default.handlebars->39->1363", "default.handlebars->39->1365", - "default.handlebars->39->2176", + "default.handlebars->39->1367", + "default.handlebars->39->2178", "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", @@ -13548,7 +13554,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->709", - "default.handlebars->39->2838" + "default.handlebars->39->2840" ] }, { @@ -13600,7 +13606,7 @@ "zh-cht": "清除核心", "xloc": [ "default-mobile.handlebars->11->615", - "default.handlebars->39->1481" + "default.handlebars->39->1483" ] }, { @@ -13651,7 +13657,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->708", - "default.handlebars->39->2837" + "default.handlebars->39->2839" ] }, { @@ -13736,8 +13742,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->39->1834", - "default.handlebars->39->2121" + "default.handlebars->39->1836", + "default.handlebars->39->2123" ] }, { @@ -13787,7 +13793,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->39->2496" + "default.handlebars->39->2498" ] }, { @@ -13910,7 +13916,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->11->106", - "default.handlebars->39->1753" + "default.handlebars->39->1755" ] }, { @@ -14004,7 +14010,7 @@ "zh-cht": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->11->570", - "default.handlebars->39->1435" + "default.handlebars->39->1437" ] }, { @@ -14029,7 +14035,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->39->1816" + "default.handlebars->39->1818" ] }, { @@ -14054,7 +14060,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->39->1957" + "default.handlebars->39->1959" ] }, { @@ -14079,7 +14085,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->39->1817" + "default.handlebars->39->1819" ] }, { @@ -14132,11 +14138,11 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->76", - "default.handlebars->39->1274", - "default.handlebars->39->1335", + "default.handlebars->39->1276", + "default.handlebars->39->1337", "default.handlebars->39->216", "default.handlebars->39->224", - "default.handlebars->39->2964", + "default.handlebars->39->2966", "sharing.handlebars->11->52" ] }, @@ -14147,7 +14153,7 @@ "fr": "Session de bureau multiplexée fermée \\\"{0}\\\", {1} seconde(s)", "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2326" + "default.handlebars->39->2328" ] }, { @@ -14172,7 +14178,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->39->2187" + "default.handlebars->39->2189" ] }, { @@ -14349,7 +14355,7 @@ "default-mobile.handlebars->11->696", "default.handlebars->39->1002", "default.handlebars->39->1024", - "default.handlebars->39->2068" + "default.handlebars->39->2070" ] }, { @@ -14374,8 +14380,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->39->2530", - "default.handlebars->39->2683" + "default.handlebars->39->2532", + "default.handlebars->39->2685" ] }, { @@ -14400,8 +14406,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->39->2536", - "default.handlebars->39->2695" + "default.handlebars->39->2538", + "default.handlebars->39->2697" ] }, { @@ -14426,7 +14432,7 @@ "zh-chs": "编译时间", "xloc": [ "default-mobile.handlebars->11->543", - "default.handlebars->39->1398" + "default.handlebars->39->1400" ] }, { @@ -14472,7 +14478,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->39->1330", + "default.handlebars->39->1332", "sharing.handlebars->11->47" ] }, @@ -14523,11 +14529,11 @@ "default-mobile.handlebars->11->646", "default.handlebars->39->1134", "default.handlebars->39->1143", - "default.handlebars->39->1968", - "default.handlebars->39->2404", - "default.handlebars->39->2486", - "default.handlebars->39->2552", - "default.handlebars->39->2681", + "default.handlebars->39->1970", + "default.handlebars->39->2406", + "default.handlebars->39->2488", + "default.handlebars->39->2554", + "default.handlebars->39->2683", "default.handlebars->39->660" ] }, @@ -14575,7 +14581,7 @@ "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->11->492", - "default.handlebars->39->1354", + "default.handlebars->39->1356", "sharing.handlebars->11->70" ] }, @@ -14601,7 +14607,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->39->1353", + "default.handlebars->39->1355", "sharing.handlebars->11->69" ] }, @@ -14652,7 +14658,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->39->2403" + "default.handlebars->39->2405" ] }, { @@ -14699,7 +14705,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->39->2485" + "default.handlebars->39->2487" ] }, { @@ -14724,7 +14730,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->39->2680" + "default.handlebars->39->2682" ] }, { @@ -14749,7 +14755,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2555" + "default.handlebars->39->2557" ] }, { @@ -14774,7 +14780,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2712" + "default.handlebars->39->2714" ] }, { @@ -14800,7 +14806,7 @@ "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ "default-mobile.handlebars->11->494", - "default.handlebars->39->1356", + "default.handlebars->39->1358", "sharing.handlebars->11->72" ] }, @@ -14826,7 +14832,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->39->1355", + "default.handlebars->39->1357", "sharing.handlebars->11->71" ] }, @@ -14877,7 +14883,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->39->2170" + "default.handlebars->39->2172" ] }, { @@ -14902,8 +14908,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2545", - "default.handlebars->39->2703" + "default.handlebars->39->2547", + "default.handlebars->39->2705" ] }, { @@ -14928,8 +14934,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2547", - "default.handlebars->39->2716" + "default.handlebars->39->2549", + "default.handlebars->39->2718" ] }, { @@ -14954,7 +14960,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2705" + "default.handlebars->39->2707" ] }, { @@ -14979,7 +14985,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2708" + "default.handlebars->39->2710" ] }, { @@ -15004,8 +15010,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->39->2706", - "default.handlebars->39->2709" + "default.handlebars->39->2708", + "default.handlebars->39->2711" ] }, { @@ -15031,7 +15037,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->11->105", - "default.handlebars->39->1503" + "default.handlebars->39->1505" ] }, { @@ -15078,7 +15084,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->39->2701" + "default.handlebars->39->2703" ] }, { @@ -15146,7 +15152,7 @@ "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?", "zh-chs": "确认移除推送认证设备?", "xloc": [ - "default.handlebars->39->1505" + "default.handlebars->39->1507" ] }, { @@ -15171,7 +15177,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2079" + "default.handlebars->39->2081" ] }, { @@ -15196,7 +15202,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2081" + "default.handlebars->39->2083" ] }, { @@ -15244,7 +15250,7 @@ "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?", "zh-chs": "确认删除此登录令牌?", "xloc": [ - "default.handlebars->39->1809" + "default.handlebars->39->1811" ] }, { @@ -15341,7 +15347,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->158", - "default.handlebars->39->2171" + "default.handlebars->39->2173" ] }, { @@ -15371,8 +15377,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span", - "default.handlebars->39->1312", - "default.handlebars->39->1872", + "default.handlebars->39->1314", + "default.handlebars->39->1874", "default.handlebars->39->855", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -15455,7 +15461,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->39->1961" + "default.handlebars->39->1963" ] }, { @@ -15622,7 +15628,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->39->2892" + "default.handlebars->39->2894" ] }, { @@ -15647,7 +15653,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->39->2897" + "default.handlebars->39->2899" ] }, { @@ -15694,7 +15700,7 @@ "zh-cht": "現在已連接", "xloc": [ "default-mobile.handlebars->11->538", - "default.handlebars->39->1393" + "default.handlebars->39->1395" ] }, { @@ -15809,7 +15815,7 @@ "default-mobile.handlebars->11->2", "default-mobile.handlebars->11->48", "default-mobile.handlebars->11->510", - "default.handlebars->39->1379", + "default.handlebars->39->1381", "default.handlebars->39->361", "default.handlebars->39->364", "default.handlebars->39->425", @@ -15863,7 +15869,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->39->2923" + "default.handlebars->39->2925" ] }, { @@ -15888,8 +15894,8 @@ "zh-chs": "连接错误", "xloc": [ "default-mobile.handlebars->11->473", - "default.handlebars->39->1299", - "default.handlebars->39->1326", + "default.handlebars->39->1301", + "default.handlebars->39->1328", "login2.handlebars->7->32" ] }, @@ -15915,7 +15921,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->39->2958" + "default.handlebars->39->2960" ] }, { @@ -15991,7 +15997,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->318", - "default.handlebars->39->2128", + "default.handlebars->39->2130", "default.handlebars->39->351", "default.handlebars->39->872", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -16014,7 +16020,7 @@ "tr": "Onay", "pt-br": "Permitir", "xloc": [ - "default.handlebars->39->2336" + "default.handlebars->39->2338" ] }, { @@ -16146,7 +16152,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->39->2942" + "default.handlebars->39->2944" ] }, { @@ -16365,8 +16371,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->39->2139", - "default.handlebars->39->2158", + "default.handlebars->39->2141", + "default.handlebars->39->2160", "default.handlebars->39->293", "default.handlebars->39->315", "default.handlebars->39->317", @@ -16498,7 +16504,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2230" + "default.handlebars->39->2232" ] }, { @@ -16679,7 +16685,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->39->2941" + "default.handlebars->39->2943" ] }, { @@ -16704,7 +16710,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->39->1561" + "default.handlebars->39->1563" ] }, { @@ -16750,7 +16756,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->39->2453", + "default.handlebars->39->2455", "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" @@ -16823,7 +16829,7 @@ "tr": "Giriş Simgesi Oluştur", "zh-chs": "创建登录令牌", "xloc": [ - "default.handlebars->39->1746", + "default.handlebars->39->1748", "default.handlebars->39->318" ] }, @@ -16849,7 +16855,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->39->2493" + "default.handlebars->39->2495" ] }, { @@ -16899,7 +16905,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->39->1776" + "default.handlebars->39->1778" ] }, { @@ -16948,7 +16954,7 @@ "tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.", "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。", "xloc": [ - "default.handlebars->39->1726" + "default.handlebars->39->1728" ] }, { @@ -16998,7 +17004,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->39->2223" + "default.handlebars->39->2225" ] }, { @@ -17047,7 +17053,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->39->2417" + "default.handlebars->39->2419" ] }, { @@ -17099,7 +17105,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->39->2234" + "default.handlebars->39->2236" ] }, { @@ -17193,7 +17199,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->39->2597" + "default.handlebars->39->2599" ] }, { @@ -17218,7 +17224,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->39->1852" + "default.handlebars->39->1854" ] }, { @@ -17270,8 +17276,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->39->1850", - "default.handlebars->39->1851" + "default.handlebars->39->1852", + "default.handlebars->39->1853" ] }, { @@ -17298,7 +17304,7 @@ "xloc": [ "default-mobile.handlebars->11->328", "default.handlebars->39->1198", - "default.handlebars->39->1814", + "default.handlebars->39->1816", "default.handlebars->39->882" ] }, @@ -17324,7 +17330,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->39->1562" + "default.handlebars->39->1564" ] }, { @@ -17349,7 +17355,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->39->1563" + "default.handlebars->39->1565" ] }, { @@ -17428,8 +17434,8 @@ "xloc": [ "default-mobile.handlebars->11->430", "default-mobile.handlebars->11->434", - "default.handlebars->39->1237", - "default.handlebars->39->1241", + "default.handlebars->39->1239", + "default.handlebars->39->1243", "default.handlebars->39->60", "sharing.handlebars->11->24" ] @@ -17604,7 +17610,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->736", - "default.handlebars->39->2865" + "default.handlebars->39->2867" ] }, { @@ -17707,7 +17713,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->39->1564" + "default.handlebars->39->1566" ] }, { @@ -17777,7 +17783,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->39->1565" + "default.handlebars->39->1567" ] }, { @@ -17853,7 +17859,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->39->1723" + "default.handlebars->39->1725" ] }, { @@ -17880,8 +17886,8 @@ "xloc": [ "default-mobile.handlebars->11->382", "default.handlebars->39->1118", - "default.handlebars->39->2762", - "default.handlebars->39->2765" + "default.handlebars->39->2764", + "default.handlebars->39->2767" ] }, { @@ -17906,8 +17912,8 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->39->1882", - "default.handlebars->39->1940" + "default.handlebars->39->1884", + "default.handlebars->39->1942" ] }, { @@ -17932,7 +17938,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->39->1952" + "default.handlebars->39->1954" ] }, { @@ -18005,10 +18011,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->39->2440", - "default.handlebars->39->2489", - "default.handlebars->39->2500", - "default.handlebars->39->2573" + "default.handlebars->39->2442", + "default.handlebars->39->2491", + "default.handlebars->39->2502", + "default.handlebars->39->2575" ] }, { @@ -18033,7 +18039,7 @@ "zh-chs": "德尔", "xloc": [ "default-mobile.handlebars->11->418", - "default.handlebars->39->1225" + "default.handlebars->39->1227" ] }, { @@ -18063,8 +18069,8 @@ "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-mobile.handlebars->dialog->idx_dlgButtonBar->5", - "default.handlebars->39->1345", - "default.handlebars->39->2165", + "default.handlebars->39->1347", + "default.handlebars->39->2167", "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", @@ -18101,7 +18107,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->11->115", - "default.handlebars->39->1761" + "default.handlebars->39->1763" ] }, { @@ -18126,7 +18132,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->39->2405" + "default.handlebars->39->2407" ] }, { @@ -18203,8 +18209,8 @@ "xloc": [ "default-mobile.handlebars->11->644", "default-mobile.handlebars->11->647", - "default.handlebars->39->1928", - "default.handlebars->39->1969" + "default.handlebars->39->1930", + "default.handlebars->39->1971" ] }, { @@ -18277,7 +18283,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->39->2640" + "default.handlebars->39->2642" ] }, { @@ -18302,8 +18308,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2541", - "default.handlebars->39->2553" + "default.handlebars->39->2543", + "default.handlebars->39->2555" ] }, { @@ -18328,7 +18334,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2487" + "default.handlebars->39->2489" ] }, { @@ -18353,7 +18359,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->39->2679" + "default.handlebars->39->2681" ] }, { @@ -18379,7 +18385,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->39->2401", + "default.handlebars->39->2403", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -18430,7 +18436,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->39->2483" + "default.handlebars->39->2485" ] }, { @@ -18480,7 +18486,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->39->2225" + "default.handlebars->39->2227" ] }, { @@ -18507,8 +18513,8 @@ "xloc": [ "default-mobile.handlebars->11->155", "default-mobile.handlebars->11->486", - "default.handlebars->39->1347", - "default.handlebars->39->2167", + "default.handlebars->39->1349", + "default.handlebars->39->2169", "sharing.handlebars->11->63" ] }, @@ -18534,7 +18540,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->39->2551" + "default.handlebars->39->2553" ] }, { @@ -18561,8 +18567,8 @@ "xloc": [ "default-mobile.handlebars->11->154", "default-mobile.handlebars->11->485", - "default.handlebars->39->1346", - "default.handlebars->39->2166", + "default.handlebars->39->1348", + "default.handlebars->39->2168", "sharing.handlebars->11->62" ] }, @@ -18613,7 +18619,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->39->2224" + "default.handlebars->39->2226" ] }, { @@ -18638,7 +18644,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->39->2226" + "default.handlebars->39->2228" ] }, { @@ -18810,17 +18816,17 @@ "default-mobile.handlebars->11->630", "default-mobile.handlebars->11->653", "default.handlebars->39->1186", - "default.handlebars->39->1406", - "default.handlebars->39->1416", + "default.handlebars->39->1408", + "default.handlebars->39->1418", "default.handlebars->39->148", - "default.handlebars->39->1786", - "default.handlebars->39->1843", - "default.handlebars->39->1975", - "default.handlebars->39->2334", - "default.handlebars->39->2492", - "default.handlebars->39->2502", - "default.handlebars->39->2503", - "default.handlebars->39->2549", + "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->784", "default.handlebars->39->785", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -18872,13 +18878,13 @@ "xloc": [ "default-mobile.handlebars->11->350", "default.handlebars->39->1042", - "default.handlebars->39->1280", - "default.handlebars->39->1908", - "default.handlebars->39->1981", - "default.handlebars->39->2736", - "default.handlebars->39->2795", - "default.handlebars->39->2826", - "default.handlebars->39->2917", + "default.handlebars->39->1282", + "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->749", "default.handlebars->39->958", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -18909,7 +18915,7 @@ "zh-chs": "桌面 + 文件", "xloc": [ "default.handlebars->39->1045", - "default.handlebars->39->1912", + "default.handlebars->39->1914", "default.handlebars->39->962" ] }, @@ -18934,7 +18940,7 @@ "tr": "Masaüstü + Terminal", "zh-chs": "桌面 + 终端", "xloc": [ - "default.handlebars->39->1909", + "default.handlebars->39->1911", "default.handlebars->39->959" ] }, @@ -18960,7 +18966,7 @@ "zh-chs": "桌面 + 终端 + 文件", "xloc": [ "default.handlebars->39->1047", - "default.handlebars->39->1913", + "default.handlebars->39->1915", "default.handlebars->39->963" ] }, @@ -19010,7 +19016,7 @@ "tr": "Masaüstü Multiplex", "zh-chs": "桌面复用", "xloc": [ - "default.handlebars->39->2922" + "default.handlebars->39->2924" ] }, { @@ -19035,9 +19041,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->39->1863", - "default.handlebars->39->2510", - "default.handlebars->39->2612", + "default.handlebars->39->1865", + "default.handlebars->39->2512", + "default.handlebars->39->2614", "default.handlebars->39->846" ] }, @@ -19063,9 +19069,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->39->1862", - "default.handlebars->39->2509", - "default.handlebars->39->2611", + "default.handlebars->39->1864", + "default.handlebars->39->2511", + "default.handlebars->39->2613", "default.handlebars->39->845" ] }, @@ -19091,9 +19097,9 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->39->1860", - "default.handlebars->39->2507", - "default.handlebars->39->2609", + "default.handlebars->39->1862", + "default.handlebars->39->2509", + "default.handlebars->39->2611", "default.handlebars->39->843" ] }, @@ -19118,7 +19124,7 @@ "tr": "Masaüstü Oturumu", "zh-chs": "桌面会话", "xloc": [ - "default.handlebars->39->2729" + "default.handlebars->39->2731" ] }, { @@ -19216,9 +19222,9 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->39->1861", - "default.handlebars->39->2508", - "default.handlebars->39->2610", + "default.handlebars->39->1863", + "default.handlebars->39->2510", + "default.handlebars->39->2612", "default.handlebars->39->844" ] }, @@ -19243,7 +19249,7 @@ "tr": "Yalnızca Masaüstü Görünümü", "zh-chs": "仅桌面视图", "xloc": [ - "default.handlebars->39->2585" + "default.handlebars->39->2587" ] }, { @@ -19292,7 +19298,7 @@ "zh-chs": "桌面时段", "zh-cht": "桌面時段", "xloc": [ - "default.handlebars->39->1279" + "default.handlebars->39->1281" ] }, { @@ -19369,7 +19375,7 @@ "zh-cht": "細節", "xloc": [ "default-mobile.handlebars->11->353", - "default.handlebars->39->2071", + "default.handlebars->39->2073", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -19422,13 +19428,13 @@ "zh-cht": "裝置", "xloc": [ "default-mobile.handlebars->11->546", - "default.handlebars->39->1401", - "default.handlebars->39->1509", - "default.handlebars->39->2009", + "default.handlebars->39->1403", + "default.handlebars->39->1511", + "default.handlebars->39->2011", "default.handlebars->39->265", - "default.handlebars->39->2698", - "default.handlebars->39->2761", - "default.handlebars->39->2779", + "default.handlebars->39->2700", + "default.handlebars->39->2763", + "default.handlebars->39->2781", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -19529,7 +19535,7 @@ "tr": "Cihaz Ayrıntıları", "zh-chs": "设备详情", "xloc": [ - "default.handlebars->39->2033" + "default.handlebars->39->2035" ] }, { @@ -19581,17 +19587,17 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->714", - "default.handlebars->39->2004", - "default.handlebars->39->2007", - "default.handlebars->39->2008", - "default.handlebars->39->2351", - "default.handlebars->39->2533", - "default.handlebars->39->2539", - "default.handlebars->39->2686", - "default.handlebars->39->2745", - "default.handlebars->39->2768", - "default.handlebars->39->2782", - "default.handlebars->39->2843" + "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" ] }, { @@ -19617,7 +19623,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->703", - "default.handlebars->39->2077" + "default.handlebars->39->2079" ] }, { @@ -19643,11 +19649,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->39->2367", - "default.handlebars->39->2477", - "default.handlebars->39->2520", - "default.handlebars->39->2606", - "default.handlebars->39->2895", + "default.handlebars->39->2369", + "default.handlebars->39->2479", + "default.handlebars->39->2522", + "default.handlebars->39->2608", + "default.handlebars->39->2897", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -19750,7 +19756,7 @@ "xloc": [ "default-mobile.handlebars->11->398", "default.handlebars->39->1184", - "default.handlebars->39->2744", + "default.handlebars->39->2746", "default.handlebars->39->441", "default.handlebars->39->450", "player.handlebars->3->25" @@ -19827,7 +19833,7 @@ "tr": "Cihaz İtme", "zh-chs": "设备推送", "xloc": [ - "default.handlebars->39->2625" + "default.handlebars->39->2627" ] }, { @@ -19895,7 +19901,7 @@ "zh-chs": "设备共享链接", "zh-cht": "設備共享鏈接", "xloc": [ - "default.handlebars->39->1905", + "default.handlebars->39->1907", "default.handlebars->39->955" ] }, @@ -20020,9 +20026,9 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->39->1749", - "default.handlebars->39->2104", - "default.handlebars->39->2108", + "default.handlebars->39->1751", + "default.handlebars->39->2106", + "default.handlebars->39->2110", "default.handlebars->39->979", "default.handlebars->39->983" ] @@ -20049,9 +20055,9 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->39->1750", - "default.handlebars->39->2105", - "default.handlebars->39->2109", + "default.handlebars->39->1752", + "default.handlebars->39->2107", + "default.handlebars->39->2111", "default.handlebars->39->980", "default.handlebars->39->984" ] @@ -20078,7 +20084,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->39->2255" + "default.handlebars->39->2257" ] }, { @@ -20103,7 +20109,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->39->2256" + "default.handlebars->39->2258" ] }, { @@ -20128,7 +20134,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2257" + "default.handlebars->39->2259" ] }, { @@ -20179,7 +20185,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->39->2252" + "default.handlebars->39->2254" ] }, { @@ -20204,7 +20210,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->39->2235" + "default.handlebars->39->2237" ] }, { @@ -20224,7 +20230,7 @@ "tr": "{0} cihaz grubu değiştirildi: {1}", "pt-br": "Grupo de dispositivo {0} foi alterado: {1}", "xloc": [ - "default.handlebars->39->2321" + "default.handlebars->39->2323" ] }, { @@ -20760,7 +20766,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->2290" + "default.handlebars->39->2292" ] }, { @@ -20785,7 +20791,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->39->2237" + "default.handlebars->39->2239" ] }, { @@ -20832,9 +20838,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->39->1926", - "default.handlebars->39->2478", - "default.handlebars->39->2521" + "default.handlebars->39->1928", + "default.handlebars->39->2480", + "default.handlebars->39->2523" ] }, { @@ -20949,7 +20955,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2268" + "default.handlebars->39->2270" ] }, { @@ -20978,8 +20984,8 @@ "default-mobile.handlebars->11->460", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span", - "default.handlebars->39->1313", - "default.handlebars->39->1873", + "default.handlebars->39->1315", + "default.handlebars->39->1875", "default.handlebars->39->856", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -21301,7 +21307,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->39->1748" + "default.handlebars->39->1750" ] }, { @@ -21326,7 +21332,7 @@ "zh-chs": "显示名称", "zh-cht": "顯示名稱", "xloc": [ - "default.handlebars->39->1263" + "default.handlebars->39->1265" ] }, { @@ -21351,7 +21357,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->39->2138" + "default.handlebars->39->2140" ] }, { @@ -21375,7 +21381,7 @@ "tr": "{0} göster", "zh-chs": "显示{0}", "xloc": [ - "default.handlebars->39->1282" + "default.handlebars->39->1284" ] }, { @@ -21400,7 +21406,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2197" + "default.handlebars->39->2199" ] }, { @@ -21425,7 +21431,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2205" + "default.handlebars->39->2207" ] }, { @@ -21450,8 +21456,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->39->1955", - "default.handlebars->39->1959" + "default.handlebars->39->1957", + "default.handlebars->39->1961" ] }, { @@ -21478,10 +21484,10 @@ "xloc": [ "default.handlebars->39->117", "default.handlebars->39->1201", - "default.handlebars->39->2441", - "default.handlebars->39->2490", - "default.handlebars->39->2499", - "default.handlebars->39->2572", + "default.handlebars->39->2443", + "default.handlebars->39->2492", + "default.handlebars->39->2501", + "default.handlebars->39->2574", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -21529,7 +21535,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->39->1951" + "default.handlebars->39->1953" ] }, { @@ -21576,7 +21582,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->39->1960" + "default.handlebars->39->1962" ] }, { @@ -21693,7 +21699,7 @@ "zh-chs": "下", "xloc": [ "default-mobile.handlebars->11->426", - "default.handlebars->39->1233" + "default.handlebars->39->1235" ] }, { @@ -21796,7 +21802,7 @@ "zh-cht": "下載檔案", "xloc": [ "default-mobile.handlebars->11->505", - "default.handlebars->39->1366", + "default.handlebars->39->1368", "sharing.handlebars->11->82" ] }, @@ -21922,7 +21928,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->39->2356", + "default.handlebars->39->2358", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -22023,7 +22029,7 @@ "tr": "Cihaz listesini indir", "zh-chs": "下载设备列表", "xloc": [ - "default.handlebars->39->1924" + "default.handlebars->39->1926" ] }, { @@ -22222,7 +22228,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->39->2357" + "default.handlebars->39->2359" ] }, { @@ -22247,7 +22253,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->39->2425" + "default.handlebars->39->2427" ] }, { @@ -22348,7 +22354,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->39->2228" + "default.handlebars->39->2230" ] }, { @@ -22372,7 +22378,7 @@ "tr": "İndirme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2285" + "default.handlebars->39->2287" ] }, { @@ -22422,7 +22428,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->39->2891" + "default.handlebars->39->2893" ] }, { @@ -22472,7 +22478,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->39->2494" + "default.handlebars->39->2496" ] }, { @@ -22521,9 +22527,9 @@ "xloc": [ "default.handlebars->39->1076", "default.handlebars->39->271", - "default.handlebars->39->2724", + "default.handlebars->39->2726", "default.handlebars->39->273", - "default.handlebars->39->2750", + "default.handlebars->39->2752", "player.handlebars->3->18" ] }, @@ -22571,7 +22577,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->39->1567" + "default.handlebars->39->1569" ] }, { @@ -22596,7 +22602,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->39->1566" + "default.handlebars->39->1568" ] }, { @@ -23011,12 +23017,12 @@ "default-mobile.handlebars->11->654", "default-mobile.handlebars->11->660", "default-mobile.handlebars->11->680", - "default.handlebars->39->1970", - "default.handlebars->39->1973", - "default.handlebars->39->1976", - "default.handlebars->39->2013", - "default.handlebars->39->2039", - "default.handlebars->39->2051" + "default.handlebars->39->1972", + "default.handlebars->39->1975", + "default.handlebars->39->1978", + "default.handlebars->39->2015", + "default.handlebars->39->2041", + "default.handlebars->39->2053" ] }, { @@ -23041,7 +23047,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->39->1999" + "default.handlebars->39->2001" ] }, { @@ -23066,8 +23072,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->39->2036", - "default.handlebars->39->2048" + "default.handlebars->39->2038", + "default.handlebars->39->2050" ] }, { @@ -23092,7 +23098,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->39->1977" + "default.handlebars->39->1979" ] }, { @@ -23118,7 +23124,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->672", - "default.handlebars->39->2027" + "default.handlebars->39->2029" ] }, { @@ -23143,8 +23149,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->39->2041", - "default.handlebars->39->2043" + "default.handlebars->39->2043", + "default.handlebars->39->2045" ] }, { @@ -23194,7 +23200,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->39->1979" + "default.handlebars->39->1981" ] }, { @@ -23277,7 +23283,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->687", - "default.handlebars->39->2058" + "default.handlebars->39->2060" ] }, { @@ -23302,7 +23308,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->39->1978" + "default.handlebars->39->1980" ] }, { @@ -23327,7 +23333,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->39->2049" + "default.handlebars->39->2051" ] }, { @@ -23352,7 +23358,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->39->2044" + "default.handlebars->39->2046" ] }, { @@ -23376,7 +23382,7 @@ "tr": "Kullanıcı Özelliklerini Düzenle", "zh-chs": "编辑用户特征", "xloc": [ - "default.handlebars->39->2662" + "default.handlebars->39->2664" ] }, { @@ -23401,7 +23407,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->39->2550" + "default.handlebars->39->2552" ] }, { @@ -23426,7 +23432,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->39->2046" + "default.handlebars->39->2048" ] }, { @@ -23446,7 +23452,7 @@ "tr": "Kullanıcı Grubu Özelliklerini Düzenle", "pt-br": "Editar recursos de Grupo de Usuários", "xloc": [ - "default.handlebars->39->2543" + "default.handlebars->39->2545" ] }, { @@ -23471,7 +23477,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->39->1980" + "default.handlebars->39->1982" ] }, { @@ -23590,12 +23596,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->39->2443", - "default.handlebars->39->2576", + "default.handlebars->39->2445", "default.handlebars->39->2578", - "default.handlebars->39->2623", - "default.handlebars->39->2633", - "default.handlebars->39->2665", + "default.handlebars->39->2580", + "default.handlebars->39->2625", + "default.handlebars->39->2635", + "default.handlebars->39->2667", "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", @@ -23633,7 +23639,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->11->110", - "default.handlebars->39->1757" + "default.handlebars->39->1759" ] }, { @@ -23659,7 +23665,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->11->99", - "default.handlebars->39->1497" + "default.handlebars->39->1499" ] }, { @@ -23706,7 +23712,7 @@ "tr": "E-posta Bağlantısı", "pt-br": "Conexão de e-mail", "xloc": [ - "default.handlebars->39->1875", + "default.handlebars->39->1877", "default.handlebars->39->858" ] }, @@ -23727,7 +23733,7 @@ "tr": "E-posta Bağlantısını Kes", "pt-br": "Desconexão de e-mail", "xloc": [ - "default.handlebars->39->1876", + "default.handlebars->39->1878", "default.handlebars->39->859" ] }, @@ -23748,7 +23754,7 @@ "tr": "E-posta Bildirimleri", "pt-br": "Notificação por e-mail", "xloc": [ - "default.handlebars->39->2107", + "default.handlebars->39->2109", "default.handlebars->39->982" ] }, @@ -23797,7 +23803,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->11->108", - "default.handlebars->39->1755" + "default.handlebars->39->1757" ] }, { @@ -23807,7 +23813,7 @@ "pl": "Domena email \\\"{0}\\\" jest niedozwolona. Tylko ({1}) jest dopuszczona", "xloc": [ "default-mobile.handlebars->11->745", - "default.handlebars->39->2874" + "default.handlebars->39->2876" ] }, { @@ -23857,7 +23863,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2387" + "default.handlebars->39->2389" ] }, { @@ -23882,8 +23888,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->39->2388", - "default.handlebars->39->2570" + "default.handlebars->39->2390", + "default.handlebars->39->2572" ] }, { @@ -23908,7 +23914,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->39->2449" + "default.handlebars->39->2451" ] }, { @@ -23933,7 +23939,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2571" + "default.handlebars->39->2573" ] }, { @@ -23980,7 +23986,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->729", - "default.handlebars->39->2858", + "default.handlebars->39->2860", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -24056,7 +24062,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->39->2450" + "default.handlebars->39->2452" ] }, { @@ -24102,7 +24108,7 @@ "tr": "E-posta/SMS/Push Trafiği", "zh-chs": "电子邮件/短信/推送流量", "xloc": [ - "default.handlebars->39->2950" + "default.handlebars->39->2952" ] }, { @@ -24172,7 +24178,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->39->2083" + "default.handlebars->39->2085" ] }, { @@ -24223,7 +24229,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->11->101", - "default.handlebars->39->1499" + "default.handlebars->39->1501" ] }, { @@ -24274,7 +24280,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->39->120", - "default.handlebars->39->2752" + "default.handlebars->39->2754" ] }, { @@ -24299,7 +24305,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2267" + "default.handlebars->39->2269" ] }, { @@ -24355,7 +24361,7 @@ "tr": "kodlama: RAW", "pt-br": "Codificação: RAW", "xloc": [ - "default.handlebars->39->1373" + "default.handlebars->39->1375" ] }, { @@ -24375,7 +24381,7 @@ "tr": "Kodlama: UTF8", "pt-br": "Codificação: UTF8", "xloc": [ - "default.handlebars->39->1374" + "default.handlebars->39->1376" ] }, { @@ -24400,7 +24406,7 @@ "zh-chs": "结尾", "xloc": [ "default-mobile.handlebars->11->420", - "default.handlebars->39->1227" + "default.handlebars->39->1229" ] }, { @@ -24425,7 +24431,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->39->2749" + "default.handlebars->39->2751" ] }, { @@ -24450,7 +24456,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2190" + "default.handlebars->39->2192" ] }, { @@ -24475,7 +24481,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2191" + "default.handlebars->39->2193" ] }, { @@ -24499,7 +24505,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi", "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒", "xloc": [ - "default.handlebars->39->2300" + "default.handlebars->39->2302" ] }, { @@ -24523,7 +24529,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->2291" + "default.handlebars->39->2293" ] }, { @@ -24548,7 +24554,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2188" + "default.handlebars->39->2190" ] }, { @@ -24573,7 +24579,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2189" + "default.handlebars->39->2191" ] }, { @@ -24598,7 +24604,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->39->1568" + "default.handlebars->39->1570" ] }, { @@ -24623,7 +24629,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->39->1569" + "default.handlebars->39->1571" ] }, { @@ -24648,7 +24654,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->39->1570" + "default.handlebars->39->1572" ] }, { @@ -24673,7 +24679,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->39->1571" + "default.handlebars->39->1573" ] }, { @@ -24698,7 +24704,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->39->1572" + "default.handlebars->39->1574" ] }, { @@ -24723,7 +24729,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->39->1573" + "default.handlebars->39->1575" ] }, { @@ -24748,7 +24754,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->39->1574" + "default.handlebars->39->1576" ] }, { @@ -24773,7 +24779,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->39->1575" + "default.handlebars->39->1577" ] }, { @@ -24798,7 +24804,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->39->1576" + "default.handlebars->39->1578" ] }, { @@ -24823,7 +24829,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->39->1577" + "default.handlebars->39->1579" ] }, { @@ -24848,7 +24854,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->39->1578" + "default.handlebars->39->1580" ] }, { @@ -24873,7 +24879,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->39->1579" + "default.handlebars->39->1581" ] }, { @@ -24898,7 +24904,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->39->1580" + "default.handlebars->39->1582" ] }, { @@ -24945,10 +24951,10 @@ "zh-cht": "輸入", "xloc": [ "default-mobile.handlebars->11->414", - "default.handlebars->39->1221", - "default.handlebars->39->1338", - "default.handlebars->39->1794", - "default.handlebars->39->1795", + "default.handlebars->39->1223", + "default.handlebars->39->1340", + "default.handlebars->39->1796", + "default.handlebars->39->1797", "sharing.handlebars->11->55" ] }, @@ -24974,7 +24980,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->39->2454" + "default.handlebars->39->2456" ] }, { @@ -25070,7 +25076,7 @@ "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。", "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->39->1251" + "default.handlebars->39->1253" ] }, { @@ -25189,7 +25195,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->39->1494" + "default.handlebars->39->1496" ] }, { @@ -25311,7 +25317,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->737", - "default.handlebars->39->2866" + "default.handlebars->39->2868" ] }, { @@ -25336,7 +25342,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->734", - "default.handlebars->39->2863" + "default.handlebars->39->2865" ] }, { @@ -25361,7 +25367,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->733", - "default.handlebars->39->2862" + "default.handlebars->39->2864" ] }, { @@ -25386,7 +25392,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->732", - "default.handlebars->39->2861" + "default.handlebars->39->2863" ] }, { @@ -25436,7 +25442,7 @@ "zh-chs": "逃脱", "xloc": [ "default-mobile.handlebars->11->415", - "default.handlebars->39->1222" + "default.handlebars->39->1224" ] }, { @@ -25461,7 +25467,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->39->1581" + "default.handlebars->39->1583" ] }, { @@ -25507,7 +25513,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->39->1582" + "default.handlebars->39->1584" ] }, { @@ -25553,7 +25559,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->39->1382" + "default.handlebars->39->1384" ] }, { @@ -25578,7 +25584,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->39->2362" + "default.handlebars->39->2364" ] }, { @@ -25757,7 +25763,7 @@ "zh-cht": "到期時間", "xloc": [ "default.handlebars->39->1071", - "default.handlebars->39->1745", + "default.handlebars->39->1747", "default.handlebars->39->276" ] }, @@ -25808,7 +25814,7 @@ "zh-chs": "过期{0}", "zh-cht": "過期{0}", "xloc": [ - "default.handlebars->39->1808", + "default.handlebars->39->1810", "sharing.handlebars->11->95" ] }, @@ -25859,7 +25865,7 @@ "zh-chs": "扩充式ASCII", "zh-cht": "擴充式ASCII", "xloc": [ - "default.handlebars->39->1304", + "default.handlebars->39->1306", "sharing.handlebars->11->34" ] }, @@ -25911,7 +25917,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->39->2930" + "default.handlebars->39->2932" ] }, { @@ -25920,7 +25926,7 @@ "pt-br": "Chave FIDO", "pl": "Klucz FIDO", "xloc": [ - "default.handlebars->39->2816" + "default.handlebars->39->2818" ] }, { @@ -25970,7 +25976,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->39->1632" + "default.handlebars->39->1634" ] }, { @@ -25995,7 +26001,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->39->1583" + "default.handlebars->39->1585" ] }, { @@ -26045,7 +26051,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->728", - "default.handlebars->39->2857" + "default.handlebars->39->2859" ] }, { @@ -26094,7 +26100,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->39->2213" + "default.handlebars->39->2215" ] }, { @@ -26140,7 +26146,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->39->2220" + "default.handlebars->39->2222" ] }, { @@ -26214,7 +26220,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->39->1584" + "default.handlebars->39->1586" ] }, { @@ -26266,9 +26272,9 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->39->1859", - "default.handlebars->39->2506", - "default.handlebars->39->2594" + "default.handlebars->39->1861", + "default.handlebars->39->2508", + "default.handlebars->39->2596" ] }, { @@ -26293,7 +26299,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->39->1585" + "default.handlebars->39->1587" ] }, { @@ -26344,7 +26350,7 @@ "zh-cht": "檔案編輯器", "xloc": [ "default-mobile.handlebars->11->489", - "default.handlebars->39->1350", + "default.handlebars->39->1352", "default.handlebars->39->741", "sharing.handlebars->11->66" ] @@ -26393,8 +26399,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->39->1329", "default.handlebars->39->1331", + "default.handlebars->39->1333", "sharing.handlebars->11->46", "sharing.handlebars->11->48" ] @@ -26445,7 +26451,7 @@ "tr": "Dosya transferi", "zh-chs": "文件传输", "xloc": [ - "default.handlebars->39->2730" + "default.handlebars->39->2732" ] }, { @@ -26470,7 +26476,7 @@ "zh-chs": "文件系统驱动", "zh-cht": "FileSystemDriver", "xloc": [ - "default.handlebars->39->1268" + "default.handlebars->39->1270" ] }, { @@ -26498,12 +26504,12 @@ "default-mobile.handlebars->11->216", "default-mobile.handlebars->11->352", "default.handlebars->39->1044", - "default.handlebars->39->1910", - "default.handlebars->39->1988", - "default.handlebars->39->2737", - "default.handlebars->39->2796", - "default.handlebars->39->2827", - "default.handlebars->39->2918", + "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->407", "default.handlebars->39->960", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", @@ -26558,9 +26564,9 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->39->1867", - "default.handlebars->39->2514", - "default.handlebars->39->2616", + "default.handlebars->39->1869", + "default.handlebars->39->2516", + "default.handlebars->39->2618", "default.handlebars->39->850" ] }, @@ -26586,9 +26592,9 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->39->1866", - "default.handlebars->39->2513", - "default.handlebars->39->2615", + "default.handlebars->39->1868", + "default.handlebars->39->2515", + "default.handlebars->39->2617", "default.handlebars->39->849" ] }, @@ -26615,7 +26621,7 @@ "zh-cht": "過濾", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1", - "default.handlebars->39->1334", + "default.handlebars->39->1336", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -26690,7 +26696,7 @@ "zh-chs": "查找文件", "zh-cht": "查找文件", "xloc": [ - "default.handlebars->39->1337", + "default.handlebars->39->1339", "sharing.handlebars->11->54" ] }, @@ -26701,7 +26707,7 @@ "fr": "Fin de l'enregistrement de la session \\\"{0}\\\", {1} seconde(s)", "pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2325" + "default.handlebars->39->2327" ] }, { @@ -26726,7 +26732,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->39->2186" + "default.handlebars->39->2188" ] }, { @@ -26751,7 +26757,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->39->1586" + "default.handlebars->39->1588" ] }, { @@ -26802,8 +26808,8 @@ "tr": "Güvenlik duvarı etkin değil", "zh-chs": "防火墙未激活", "xloc": [ - "default.handlebars->39->2118", - "default.handlebars->39->2132" + "default.handlebars->39->2120", + "default.handlebars->39->2134" ] }, { @@ -26853,7 +26859,7 @@ "tr": "Bayraklar", "pt-br": "Flags", "xloc": [ - "default.handlebars->39->2335" + "default.handlebars->39->2337" ] }, { @@ -27137,8 +27143,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->39->2448", - "default.handlebars->39->2676" + "default.handlebars->39->2450", + "default.handlebars->39->2678" ] }, { @@ -27158,7 +27164,7 @@ "tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu", "pt-br": "Sessão de área de trabalho do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2313" + "default.handlebars->39->2315" ] }, { @@ -27178,7 +27184,7 @@ "tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu", "pt-br": "Sessão de arquivos do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2315" + "default.handlebars->39->2317" ] }, { @@ -27198,7 +27204,7 @@ "tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu", "pt-br": "Sessão de roteamento do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2316" + "default.handlebars->39->2318" ] }, { @@ -27218,7 +27224,7 @@ "tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu", "pt-br": "Sessão de terminal do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2314" + "default.handlebars->39->2316" ] }, { @@ -27321,7 +27327,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->39->2353" + "default.handlebars->39->2355" ] }, { @@ -27394,8 +27400,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->39->2876", - "default.handlebars->39->2878" + "default.handlebars->39->2878", + "default.handlebars->39->2880" ] }, { @@ -27446,7 +27452,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->39->1588" + "default.handlebars->39->1590" ] }, { @@ -27471,7 +27477,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->39->1589" + "default.handlebars->39->1591" ] }, { @@ -27496,7 +27502,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->39->1590" + "default.handlebars->39->1592" ] }, { @@ -27521,7 +27527,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->39->1591" + "default.handlebars->39->1593" ] }, { @@ -27546,7 +27552,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->39->1592" + "default.handlebars->39->1594" ] }, { @@ -27571,7 +27577,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->39->1587" + "default.handlebars->39->1589" ] }, { @@ -27596,7 +27602,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->39->1593" + "default.handlebars->39->1595" ] }, { @@ -27621,7 +27627,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->39->1594" + "default.handlebars->39->1596" ] }, { @@ -27646,7 +27652,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->39->1595" + "default.handlebars->39->1597" ] }, { @@ -27675,9 +27681,9 @@ "default-mobile.handlebars->11->642", "default-mobile.handlebars->11->659", "default-mobile.handlebars->11->679", - "default.handlebars->39->1801", - "default.handlebars->39->2012", - "default.handlebars->39->2460" + "default.handlebars->39->1803", + "default.handlebars->39->2014", + "default.handlebars->39->2462" ] }, { @@ -27702,7 +27708,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->39->2050" + "default.handlebars->39->2052" ] }, { @@ -27852,7 +27858,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->39->2564" + "default.handlebars->39->2566" ] }, { @@ -27877,8 +27883,8 @@ "zh-chs": "全自动的", "zh-cht": "全自動的", "xloc": [ - "default.handlebars->39->1887", - "default.handlebars->39->1942" + "default.handlebars->39->1889", + "default.handlebars->39->1944" ] }, { @@ -27904,7 +27910,7 @@ "zh-cht": "GPU", "xloc": [ "default-mobile.handlebars->11->590", - "default.handlebars->39->1455" + "default.handlebars->39->1457" ] }, { @@ -27929,7 +27935,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->39->1597" + "default.handlebars->39->1599" ] }, { @@ -27954,7 +27960,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->39->1596" + "default.handlebars->39->1598" ] }, { @@ -27979,7 +27985,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->39->1598" + "default.handlebars->39->1600" ] }, { @@ -28130,7 +28136,7 @@ "tr": "Rapor oluştur", "pt-br": "Gerar relatório", "xloc": [ - "default.handlebars->39->2777" + "default.handlebars->39->2779" ] }, { @@ -28175,7 +28181,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->39->1599" + "default.handlebars->39->1601" ] }, { @@ -28200,7 +28206,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->39->1601" + "default.handlebars->39->1603" ] }, { @@ -28225,7 +28231,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->39->1602" + "default.handlebars->39->1604" ] }, { @@ -28250,7 +28256,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->39->1603" + "default.handlebars->39->1605" ] }, { @@ -28275,7 +28281,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->39->1604" + "default.handlebars->39->1606" ] }, { @@ -28300,7 +28306,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->39->1600" + "default.handlebars->39->1602" ] }, { @@ -28325,7 +28331,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->39->1605" + "default.handlebars->39->1607" ] }, { @@ -28345,7 +28351,7 @@ "tr": "Pano Al", "pt-br": "Obter área de transferência ", "xloc": [ - "default.handlebars->39->1253" + "default.handlebars->39->1255" ] }, { @@ -28421,7 +28427,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2200" + "default.handlebars->39->2202" ] }, { @@ -28498,7 +28504,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->39->1797" + "default.handlebars->39->1799" ] }, { @@ -28553,8 +28559,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->39->1818", - "default.handlebars->39->1821", + "default.handlebars->39->1820", + "default.handlebars->39->1823", "default.handlebars->39->302" ] }, @@ -28580,7 +28586,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->39->1815" + "default.handlebars->39->1817" ] }, { @@ -28630,7 +28636,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->39->1819" + "default.handlebars->39->1821" ] }, { @@ -28679,7 +28685,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->39->1606" + "default.handlebars->39->1608" ] }, { @@ -28705,7 +28711,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->271", - "default.handlebars->39->2793", + "default.handlebars->39->2795", "default.handlebars->39->776", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -28732,8 +28738,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->39->2402", - "default.handlebars->39->2484", + "default.handlebars->39->2404", + "default.handlebars->39->2486", "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", @@ -28762,7 +28768,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2349" + "default.handlebars->39->2351" ] }, { @@ -28788,7 +28794,7 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->39->2501" + "default.handlebars->39->2503" ] }, { @@ -28813,7 +28819,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->39->2525" + "default.handlebars->39->2527" ] }, { @@ -28848,8 +28854,8 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2763", - "default.handlebars->39->2766" + "default.handlebars->39->2765", + "default.handlebars->39->2768" ] }, { @@ -28869,7 +28875,7 @@ "tr": "Grup ismi", "pt-br": "Nome do grupo", "xloc": [ - "default.handlebars->39->2333" + "default.handlebars->39->2335" ] }, { @@ -28894,7 +28900,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->39->2011" + "default.handlebars->39->2013" ] }, { @@ -28919,7 +28925,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->39->2010" + "default.handlebars->39->2012" ] }, { @@ -29014,7 +29020,7 @@ "tr": "Misafir", "pt-br": "Convidado", "xloc": [ - "default.handlebars->39->2783" + "default.handlebars->39->2785" ] }, { @@ -29089,7 +29095,7 @@ "tr": "Misafir Paylaşımı", "zh-chs": "嘉宾分享", "xloc": [ - "default.handlebars->39->2019" + "default.handlebars->39->2021" ] }, { @@ -29114,7 +29120,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->39->1607" + "default.handlebars->39->1609" ] }, { @@ -29138,7 +29144,7 @@ "tr": "HTTP", "zh-chs": "HTTP", "xloc": [ - "default.handlebars->39->2914" + "default.handlebars->39->2916" ] }, { @@ -29212,7 +29218,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->39->1608" + "default.handlebars->39->1610" ] }, { @@ -29287,7 +29293,7 @@ "zh-cht": "強行斷開代理", "xloc": [ "default-mobile.handlebars->11->620", - "default.handlebars->39->1486" + "default.handlebars->39->1488" ] }, { @@ -29295,7 +29301,7 @@ "nl": "Hardware OTP", "pl": "Sprzętowe OTP", "xloc": [ - "default.handlebars->39->2818" + "default.handlebars->39->2820" ] }, { @@ -29320,7 +29326,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->39->2932" + "default.handlebars->39->2934" ] }, { @@ -29345,7 +29351,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->39->2931" + "default.handlebars->39->2933" ] }, { @@ -29370,7 +29376,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->39->1609" + "default.handlebars->39->1611" ] }, { @@ -29467,7 +29473,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->39->2277" + "default.handlebars->39->2279" ] }, { @@ -29543,7 +29549,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->39->1724" + "default.handlebars->39->1726" ] }, { @@ -29672,7 +29678,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->39->1610" + "default.handlebars->39->1612" ] }, { @@ -29720,7 +29726,7 @@ "zh-cht": "保存1個項目進行複製", "xloc": [ "default-mobile.handlebars->11->498", - "default.handlebars->39->1360", + "default.handlebars->39->1362", "sharing.handlebars->11->76" ] }, @@ -29747,7 +29753,7 @@ "zh-cht": "保存1個項目進行移動", "xloc": [ "default-mobile.handlebars->11->502", - "default.handlebars->39->1364", + "default.handlebars->39->1366", "sharing.handlebars->11->80" ] }, @@ -29774,7 +29780,7 @@ "zh-cht": "保留{0}個項目進行複製", "xloc": [ "default-mobile.handlebars->11->496", - "default.handlebars->39->1358", + "default.handlebars->39->1360", "sharing.handlebars->11->74" ] }, @@ -29801,7 +29807,7 @@ "zh-cht": "保存{0}個項目以進行移動", "xloc": [ "default-mobile.handlebars->11->500", - "default.handlebars->39->1362", + "default.handlebars->39->1364", "sharing.handlebars->11->78" ] }, @@ -29828,7 +29834,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->160", - "default.handlebars->39->2173" + "default.handlebars->39->2175" ] }, { @@ -29853,7 +29859,7 @@ "zh-chs": "家", "xloc": [ "default-mobile.handlebars->11->419", - "default.handlebars->39->1226" + "default.handlebars->39->1228" ] }, { @@ -29885,9 +29891,9 @@ "default-mobile.handlebars->11->549", "default-mobile.handlebars->11->635", "default.handlebars->39->1185", - "default.handlebars->39->1404", - "default.handlebars->39->1790", - "default.handlebars->39->1848", + "default.handlebars->39->1406", + "default.handlebars->39->1792", + "default.handlebars->39->1850", "default.handlebars->39->442", "default.handlebars->39->451", "default.handlebars->39->781" @@ -29915,7 +29921,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->39->1855" + "default.handlebars->39->1857" ] }, { @@ -29940,7 +29946,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->39->1611" + "default.handlebars->39->1613" ] }, { @@ -29950,8 +29956,8 @@ "fr": "Adresse IP", "pt-br": "Endereço IP", "xloc": [ - "default.handlebars->39->2788", - "default.handlebars->39->2823" + "default.handlebars->39->2790", + "default.handlebars->39->2825" ] }, { @@ -30081,7 +30087,7 @@ "tr": "IP-KVM / Güç cihazı", "pt-br": "IP-KVM / Dispositivo de força", "xloc": [ - "default.handlebars->39->1780" + "default.handlebars->39->1782" ] }, { @@ -30089,7 +30095,7 @@ "nl": "IP-KVM / Power-apparaat doorgestuurd via agent", "pl": "IP-KVM / Urządzenie zasilające przekierowane przez agenta", "xloc": [ - "default.handlebars->39->1781" + "default.handlebars->39->1783" ] }, { @@ -30110,7 +30116,7 @@ "pt-br": "Dispositivo IP-KVM ", "xloc": [ "default-mobile.handlebars->11->627", - "default.handlebars->39->1840" + "default.handlebars->39->1842" ] }, { @@ -30119,7 +30125,7 @@ "pl": "Urządzenie IP-KVM przekierowane przzez agenta", "xloc": [ "default-mobile.handlebars->11->628", - "default.handlebars->39->1841" + "default.handlebars->39->1843" ] }, { @@ -30205,9 +30211,9 @@ "zh-chs": "IP:{0}", "zh-cht": "IP:{0}", "xloc": [ - "default.handlebars->39->1414", - "default.handlebars->39->1424", - "default.handlebars->39->1428" + "default.handlebars->39->1416", + "default.handlebars->39->1426", + "default.handlebars->39->1430" ] }, { @@ -30232,9 +30238,9 @@ "zh-chs": "IP:{0},掩码:{1},网关:{2}", "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ - "default.handlebars->39->1412", - "default.handlebars->39->1422", - "default.handlebars->39->1426" + "default.handlebars->39->1414", + "default.handlebars->39->1424", + "default.handlebars->39->1428" ] }, { @@ -30261,10 +30267,10 @@ "xloc": [ "default-mobile.handlebars->11->556", "default-mobile.handlebars->11->558", - "default.handlebars->39->1411", "default.handlebars->39->1413", - "default.handlebars->39->1421", - "default.handlebars->39->1423" + "default.handlebars->39->1415", + "default.handlebars->39->1423", + "default.handlebars->39->1425" ] }, { @@ -30369,8 +30375,8 @@ "xloc": [ "default-mobile.handlebars->11->560", "default-mobile.handlebars->11->562", - "default.handlebars->39->1425", - "default.handlebars->39->1427" + "default.handlebars->39->1427", + "default.handlebars->39->1429" ] }, { @@ -30470,7 +30476,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->39->1612" + "default.handlebars->39->1614" ] }, { @@ -30523,8 +30529,8 @@ "xloc": [ "default-mobile.handlebars->11->548", "default-mobile.handlebars->11->588", - "default.handlebars->39->1403", - "default.handlebars->39->1453" + "default.handlebars->39->1405", + "default.handlebars->39->1455" ] }, { @@ -30549,7 +30555,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->39->1956" + "default.handlebars->39->1958" ] }, { @@ -30725,9 +30731,9 @@ "tr": "Intel® AMT Cihazlarını İçe Aktarın", "zh-chs": "导入英特尔® AMT 设备", "xloc": [ - "default.handlebars->39->1930", - "default.handlebars->39->1931", - "default.handlebars->39->1935" + "default.handlebars->39->1932", + "default.handlebars->39->1933", + "default.handlebars->39->1937" ] }, { @@ -30751,7 +30757,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->1929" + "default.handlebars->39->1931" ] }, { @@ -30775,7 +30781,7 @@ "tr": "Cihaz listesini içe aktar", "zh-chs": "导入设备列表", "xloc": [ - "default.handlebars->39->1925" + "default.handlebars->39->1927" ] }, { @@ -30799,7 +30805,7 @@ "tr": "Anında bildirim kimlik doğrulamasını kullanmak için, hesabınızda tam haklara sahip bir mobil cihaz kurulmalıdır.", "zh-chs": "为了使用推送通知身份验证,必须在您的帐户中设置具有完全权限的移动设备。", "xloc": [ - "default.handlebars->39->1507" + "default.handlebars->39->1509" ] }, { @@ -30823,7 +30829,7 @@ "tr": "Kaldırılana kadar günleri devre dışı bırak", "zh-chs": "停用天数直到移除", "xloc": [ - "default.handlebars->39->1996" + "default.handlebars->39->1998" ] }, { @@ -30923,8 +30929,8 @@ "fr": "Deuxième facteur d'authentification incorrect", "pt-br": "2ª etapa incorreta", "xloc": [ - "default.handlebars->39->2811", - "default.handlebars->39->2831" + "default.handlebars->39->2813", + "default.handlebars->39->2833" ] }, { @@ -31002,7 +31008,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->39->1613" + "default.handlebars->39->1615" ] }, { @@ -31104,7 +31110,7 @@ "zh-chs": "插", "xloc": [ "default-mobile.handlebars->11->417", - "default.handlebars->39->1224" + "default.handlebars->39->1226" ] }, { @@ -31338,8 +31344,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->39->2091", - "default.handlebars->39->2098", + "default.handlebars->39->2093", + "default.handlebars->39->2100", "default.handlebars->39->502", "default.handlebars->39->522", "default.handlebars->39->538", @@ -31368,7 +31374,7 @@ "zh-chs": "英特尔(F10 = ESC + [OM)", "zh-cht": "Intel(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->39->1306", + "default.handlebars->39->1308", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", "sharing.handlebars->11->36", "sharing.handlebars->p12->9->1->terminalSettingsButtons" @@ -31396,7 +31402,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->39->2928" + "default.handlebars->39->2930" ] }, { @@ -31480,7 +31486,7 @@ "tr": "Intel AMT yöneticisi", "zh-chs": "英特尔 AMT 经理", "xloc": [ - "default.handlebars->39->2957" + "default.handlebars->39->2959" ] }, { @@ -31525,7 +31531,7 @@ "zh-chs": "英特尔ASCII", "zh-cht": "Intel ASCII", "xloc": [ - "default.handlebars->39->1305", + "default.handlebars->39->1307", "sharing.handlebars->11->35" ] }, @@ -31554,11 +31560,11 @@ "default-mobile.handlebars->11->258", "default-mobile.handlebars->11->308", "default-mobile.handlebars->11->315", - "default.handlebars->39->1874", - "default.handlebars->39->1888", - "default.handlebars->39->2113", - "default.handlebars->39->2126", - "default.handlebars->39->2956", + "default.handlebars->39->1876", + "default.handlebars->39->1890", + "default.handlebars->39->2115", + "default.handlebars->39->2128", + "default.handlebars->39->2958", "default.handlebars->39->751", "default.handlebars->39->818", "default.handlebars->39->857", @@ -31811,7 +31817,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->39->1943" + "default.handlebars->39->1945" ] }, { @@ -31915,8 +31921,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->39->2732", - "default.handlebars->39->2739", + "default.handlebars->39->2734", + "default.handlebars->39->2741", "player.handlebars->3->30" ] }, @@ -31992,8 +31998,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->39->2731", - "default.handlebars->39->2738", + "default.handlebars->39->2733", + "default.handlebars->39->2740", "player.handlebars->3->29" ] }, @@ -32068,8 +32074,8 @@ "zh-chs": "英特尔®AMT桌面和串行事件", "zh-cht": "Intel® AMT桌面和串行事件", "xloc": [ - "default.handlebars->39->1751", - "default.handlebars->39->2106", + "default.handlebars->39->1753", + "default.handlebars->39->2108", "default.handlebars->39->981" ] }, @@ -32297,8 +32303,8 @@ "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ "default-mobile.handlebars->11->623", - "default.handlebars->39->1784", - "default.handlebars->39->1836" + "default.handlebars->39->1786", + "default.handlebars->39->1838" ] }, { @@ -32396,7 +32402,7 @@ "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ "default-mobile.handlebars->11->580", - "default.handlebars->39->1445" + "default.handlebars->39->1447" ] }, { @@ -32518,7 +32524,7 @@ "tr": "Intel(r) AMT ilke değişikliği", "pt-br": "Mudar política Intel(r) AMT", "xloc": [ - "default.handlebars->39->2320" + "default.handlebars->39->2322" ] }, { @@ -32735,7 +32741,7 @@ "zh-chs": "互动", "zh-cht": "互動", "xloc": [ - "default.handlebars->39->1269" + "default.handlebars->39->1271" ] }, { @@ -32760,8 +32766,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->505", "default.handlebars->39->525", "default.handlebars->39->541" @@ -32838,7 +32844,7 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->39->1614" + "default.handlebars->39->1616" ] }, { @@ -32914,7 +32920,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->39->2890" + "default.handlebars->39->2892" ] }, { @@ -32939,7 +32945,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->39->2884" + "default.handlebars->39->2886" ] }, { @@ -32964,9 +32970,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->39->1936", - "default.handlebars->39->2422", - "default.handlebars->39->2424" + "default.handlebars->39->1938", + "default.handlebars->39->2424", + "default.handlebars->39->2426" ] }, { @@ -32991,8 +32997,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->39->1932", - "default.handlebars->39->2420" + "default.handlebars->39->1934", + "default.handlebars->39->2422" ] }, { @@ -33097,7 +33103,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->39->2882" + "default.handlebars->39->2884" ] }, { @@ -33122,7 +33128,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->39->2883" + "default.handlebars->39->2885" ] }, { @@ -33147,7 +33153,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->740", - "default.handlebars->39->2869" + "default.handlebars->39->2871" ] }, { @@ -33219,7 +33225,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->720", - "default.handlebars->39->2849" + "default.handlebars->39->2851" ] }, { @@ -33265,7 +33271,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->719", - "default.handlebars->39->2848" + "default.handlebars->39->2850" ] }, { @@ -33353,8 +33359,8 @@ "fr": "Tentative de connexion invalide", "pt-br": "Tentativa de login inválida", "xloc": [ - "default.handlebars->39->2813", - "default.handlebars->39->2833" + "default.handlebars->39->2815", + "default.handlebars->39->2835" ] }, { @@ -33380,7 +33386,7 @@ "xloc": [ "default-mobile.handlebars->11->718", "default-mobile.handlebars->11->85", - "default.handlebars->39->2847", + "default.handlebars->39->2849", "default.handlebars->39->308" ] }, @@ -33406,7 +33412,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->721", - "default.handlebars->39->2850" + "default.handlebars->39->2852" ] }, { @@ -33457,7 +33463,7 @@ "tr": "{0}, {1}, {2}'den geçersiz kullanıcı giriş denemesi", "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "xloc": [ - "default.handlebars->39->2289" + "default.handlebars->39->2291" ] }, { @@ -33482,7 +33488,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->717", - "default.handlebars->39->2846" + "default.handlebars->39->2848" ] }, { @@ -33528,7 +33534,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->39->2396" + "default.handlebars->39->2398" ] }, { @@ -33625,7 +33631,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2096" + "default.handlebars->39->2098" ] }, { @@ -33675,7 +33681,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->39->1898", + "default.handlebars->39->1900", "default.handlebars->39->437", "default.handlebars->39->527" ] @@ -33703,12 +33709,12 @@ "zh-cht": "邀請碼", "xloc": [ "default-mobile.handlebars->11->715", - "default.handlebars->39->1880", - "default.handlebars->39->2084", - "default.handlebars->39->2095", + "default.handlebars->39->1882", + "default.handlebars->39->2086", "default.handlebars->39->2097", - "default.handlebars->39->2102", - "default.handlebars->39->2844" + "default.handlebars->39->2099", + "default.handlebars->39->2104", + "default.handlebars->39->2846" ] }, { @@ -33728,7 +33734,7 @@ "tr": "Davet kodu", "pt-br": "Código de convite", "xloc": [ - "default.handlebars->39->2338" + "default.handlebars->39->2340" ] }, { @@ -33778,7 +33784,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->39->1897", + "default.handlebars->39->1899", "default.handlebars->39->436" ] }, @@ -33829,7 +33835,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->39->1615" + "default.handlebars->39->1617" ] }, { @@ -33837,7 +33843,7 @@ "nl": "Is een relay voor \\\"{0}\\\".", "pl": "Jest bramką dla \\\"{0}\\\".", "xloc": [ - "default.handlebars->39->2332" + "default.handlebars->39->2334" ] }, { @@ -33862,7 +33868,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->39->1616" + "default.handlebars->39->1618" ] }, { @@ -33887,7 +33893,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->39->1617" + "default.handlebars->39->1619" ] }, { @@ -33933,7 +33939,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->39->2355" + "default.handlebars->39->2357" ] }, { @@ -33958,8 +33964,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->39->2360", - "default.handlebars->39->2428", + "default.handlebars->39->2362", + "default.handlebars->39->2430", "default.handlebars->39->698" ] }, @@ -33985,7 +33991,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->39->1618" + "default.handlebars->39->1620" ] }, { @@ -34010,7 +34016,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->39->2183" + "default.handlebars->39->2185" ] }, { @@ -34020,7 +34026,7 @@ "fr": "Session de bureau multiplexée jointe \\\"{0}\\\"", "pt-br": "Entrou na sessão \\\"{0}\\\" multiplex de área de trabalho", "xloc": [ - "default.handlebars->39->2322" + "default.handlebars->39->2324" ] }, { @@ -34045,7 +34051,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->39->1619" + "default.handlebars->39->1621" ] }, { @@ -34070,7 +34076,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->39->1620" + "default.handlebars->39->1622" ] }, { @@ -34095,7 +34101,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->39->1621" + "default.handlebars->39->1623" ] }, { @@ -34120,7 +34126,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->39->1944" + "default.handlebars->39->1946" ] }, { @@ -34145,7 +34151,7 @@ "zh-chs": "内核驱动器", "zh-cht": "內核驅動器", "xloc": [ - "default.handlebars->39->1270" + "default.handlebars->39->1272" ] }, { @@ -34171,8 +34177,8 @@ "xloc": [ "default-mobile.handlebars->11->450", "default-mobile.handlebars->11->467", - "default.handlebars->39->1294", - "default.handlebars->39->1321", + "default.handlebars->39->1296", + "default.handlebars->39->1323", "ssh.handlebars->3->10" ] }, @@ -34198,8 +34204,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->39->1512", - "default.handlebars->39->1515" + "default.handlebars->39->1514", + "default.handlebars->39->1517" ] }, { @@ -34225,8 +34231,8 @@ "xloc": [ "default-mobile.handlebars->11->451", "default-mobile.handlebars->11->468", - "default.handlebars->39->1296", - "default.handlebars->39->1322", + "default.handlebars->39->1298", + "default.handlebars->39->1324", "ssh.handlebars->3->12" ] }, @@ -34253,7 +34259,7 @@ "xloc": [ "default-mobile.handlebars->11->453", "default-mobile.handlebars->11->470", - "default.handlebars->39->1295", + "default.handlebars->39->1297", "ssh.handlebars->3->11" ] }, @@ -34301,7 +34307,7 @@ "zh-chs": "键盘快捷键自定义", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1", - "default.handlebars->39->1244" + "default.handlebars->39->1246" ] }, { @@ -34321,7 +34327,7 @@ "tr": "Klavye Dizileri Özelleştirme", "pt-br": "Personalização de Strings de Teclado", "xloc": [ - "default.handlebars->39->1249" + "default.handlebars->39->1251" ] }, { @@ -34368,7 +34374,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->39->1622" + "default.handlebars->39->1624" ] }, { @@ -34393,7 +34399,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->39->2198" + "default.handlebars->39->2200" ] }, { @@ -34418,7 +34424,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->39->1623" + "default.handlebars->39->1625" ] }, { @@ -34443,7 +34449,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->39->1624" + "default.handlebars->39->1626" ] }, { @@ -34469,7 +34475,7 @@ "zh-cht": "已知的", "xloc": [ "default-mobile.handlebars->11->579", - "default.handlebars->39->1444" + "default.handlebars->39->1446" ] }, { @@ -34494,7 +34500,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->39->1625" + "default.handlebars->39->1627" ] }, { @@ -34519,7 +34525,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->39->1626" + "default.handlebars->39->1628" ] }, { @@ -34544,7 +34550,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->39->1627" + "default.handlebars->39->1629" ] }, { @@ -34569,8 +34575,8 @@ "zh-chs": "如果", "zh-cht": "如果", "xloc": [ - "default.handlebars->39->1287", - "default.handlebars->39->1310", + "default.handlebars->39->1289", + "default.handlebars->39->1312", "sharing.handlebars->11->26", "sharing.handlebars->11->40" ] @@ -34597,7 +34603,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->39->1722" + "default.handlebars->39->1724" ] }, { @@ -34668,7 +34674,7 @@ "zh-chs": "大焦点", "zh-cht": "大焦點", "xloc": [ - "default.handlebars->39->1218" + "default.handlebars->39->1220" ] }, { @@ -34826,7 +34832,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->39->2771", + "default.handlebars->39->2773", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -34902,7 +34908,7 @@ "tr": "Son 7 gün", "pt-br": "Últimos 7 dias", "xloc": [ - "default.handlebars->39->2770" + "default.handlebars->39->2772" ] }, { @@ -34952,7 +34958,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->39->2368" + "default.handlebars->39->2370" ] }, { @@ -34972,7 +34978,7 @@ "tr": "Son gun", "pt-br": "Último dia", "xloc": [ - "default.handlebars->39->2769" + "default.handlebars->39->2771" ] }, { @@ -34997,7 +35003,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->39->2598" + "default.handlebars->39->2600" ] }, { @@ -35043,7 +35049,7 @@ "tr": "Son erişim: {0}", "pt-br": "Último acesso: {0}", "xloc": [ - "default.handlebars->39->2378" + "default.handlebars->39->2380" ] }, { @@ -35071,9 +35077,9 @@ "default-mobile.handlebars->11->540", "default-mobile.handlebars->11->541", "default-mobile.handlebars->11->542", - "default.handlebars->39->1395", - "default.handlebars->39->1396", "default.handlebars->39->1397", + "default.handlebars->39->1398", + "default.handlebars->39->1399", "default.handlebars->39->140", "default.handlebars->39->142", "default.handlebars->39->144" @@ -35104,8 +35110,8 @@ "default-mobile.handlebars->11->537", "default-mobile.handlebars->11->539", "default.handlebars->39->139", - "default.handlebars->39->1392", - "default.handlebars->39->1394" + "default.handlebars->39->1394", + "default.handlebars->39->1396" ] }, { @@ -35130,7 +35136,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->39->2602" + "default.handlebars->39->2604" ] }, { @@ -35205,7 +35211,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->39->2379" + "default.handlebars->39->2381" ] }, { @@ -35352,7 +35358,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->39->1628" + "default.handlebars->39->1630" ] }, { @@ -35377,7 +35383,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->39->1629" + "default.handlebars->39->1631" ] }, { @@ -35522,7 +35528,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->39->2648" + "default.handlebars->39->2650" ] }, { @@ -35547,7 +35553,7 @@ "zh-chs": "剩下", "xloc": [ "default-mobile.handlebars->11->423", - "default.handlebars->39->1230" + "default.handlebars->39->1232" ] }, { @@ -35557,7 +35563,7 @@ "fr": "Fin de la session Web-RDP \\\"{1}\\\" dans {0} seconde(s).", "pt-br": "Deixar a sessão WEB-RDP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2304" + "default.handlebars->39->2306" ] }, { @@ -35584,7 +35590,7 @@ "fr": "Fin de la session Web-SFTP \\\"{1}\\\" dans {0} seconde(s).", "pt-br": "Deixar a sessão WEB-SFTP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2303" + "default.handlebars->39->2305" ] }, { @@ -35611,7 +35617,7 @@ "fr": "Fin de la session Web-SSH \\\"{1}\\\" dans {0} seconde(s).", "pt-br": "Deixar a sessão WEB-SSH \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2302" + "default.handlebars->39->2304" ] }, { @@ -35648,7 +35654,7 @@ "tr": "{0} saniye sonra Web-VNC oturumundan ayrıldı.", "pt-br": "Deixar a sessão WEB-VNC depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2305" + "default.handlebars->39->2307" ] }, { @@ -35703,7 +35709,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->39->2184" + "default.handlebars->39->2186" ] }, { @@ -35713,7 +35719,7 @@ "fr": "Fin de la session de bureau multiplexée \\\"{1}\\\" dans {0} seconde(s).", "pt-br": "Deixar a sessão \\\"{0}\\\" de área de trabalho multiplex depois de {1} segundo(s)", "xloc": [ - "default.handlebars->39->2323" + "default.handlebars->39->2325" ] }, { @@ -35733,7 +35739,7 @@ "tr": "{0} saniye sonra masaüstü multipleks oturumundan ayrıldı.", "pt-br": "Deixar a sessão de área de trabalho multiplex depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2301" + "default.handlebars->39->2303" ] }, { @@ -35753,7 +35759,7 @@ "tr": "Uzunluk", "pt-br": "Comprimento", "xloc": [ - "default.handlebars->39->2784" + "default.handlebars->39->2786" ] }, { @@ -35776,10 +35782,7 @@ "sv": "Mindre", "tr": "Az", "zh-chs": "减", - "zh-cht": "減", - "xloc": [ - "default.handlebars->39->2978" - ] + "zh-cht": "減" }, { "cs": "Režim světla", @@ -35882,7 +35885,7 @@ "xloc": [ "default-mobile.handlebars->11->692", "default.handlebars->39->1013", - "default.handlebars->39->2064", + "default.handlebars->39->2066", "default.handlebars->39->991" ] }, @@ -35909,7 +35912,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->665", - "default.handlebars->39->2018" + "default.handlebars->39->2020" ] }, { @@ -36302,7 +36305,7 @@ "fr": "MeshAgent Linux", "pt-br": "MeshAgent Linux", "xloc": [ - "default.handlebars->39->2088", + "default.handlebars->39->2090", "default.handlebars->39->519" ] }, @@ -36627,7 +36630,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->39->1630" + "default.handlebars->39->1632" ] }, { @@ -36680,12 +36683,12 @@ "default-mobile.handlebars->11->103", "default-mobile.handlebars->11->88", "default.handlebars->39->1147", - "default.handlebars->39->1489", - "default.handlebars->39->1501", - "default.handlebars->39->1827", - "default.handlebars->39->1831", - "default.handlebars->39->2671", - "default.handlebars->39->2720" + "default.handlebars->39->1491", + "default.handlebars->39->1503", + "default.handlebars->39->1829", + "default.handlebars->39->1833", + "default.handlebars->39->2673", + "default.handlebars->39->2722" ] }, { @@ -36804,8 +36807,8 @@ "zh-chs": "本地设备,无代理", "xloc": [ "default-mobile.handlebars->11->625", - "default.handlebars->39->1778", - "default.handlebars->39->1838" + "default.handlebars->39->1780", + "default.handlebars->39->1840" ] }, { @@ -36855,7 +36858,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->39->2206" + "default.handlebars->39->2208" ] }, { @@ -36880,7 +36883,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->39->2207" + "default.handlebars->39->2209" ] }, { @@ -36905,7 +36908,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->39->1725", + "default.handlebars->39->1727", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -36981,7 +36984,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2468" + "default.handlebars->39->2470" ] }, { @@ -37006,7 +37009,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->39->2472" + "default.handlebars->39->2474" ] }, { @@ -37055,7 +37058,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2399" + "default.handlebars->39->2401" ] }, { @@ -37173,7 +37176,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->39->2380" + "default.handlebars->39->2382" ] }, { @@ -37199,9 +37202,9 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->84", - "default.handlebars->39->2561", - "default.handlebars->39->2812", - "default.handlebars->39->2832", + "default.handlebars->39->2563", + "default.handlebars->39->2814", + "default.handlebars->39->2834", "default.handlebars->39->307" ] }, @@ -37227,7 +37230,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->39->2232" + "default.handlebars->39->2234" ] }, { @@ -37443,7 +37446,7 @@ "pt-br": "Token de Login", "pl": "Token Logowania", "xloc": [ - "default.handlebars->39->2822" + "default.handlebars->39->2824" ] }, { @@ -37585,7 +37588,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->39->1631" + "default.handlebars->39->1633" ] }, { @@ -37612,10 +37615,10 @@ "xloc": [ "default-mobile.handlebars->11->552", "default-mobile.handlebars->11->554", - "default.handlebars->39->1407", "default.handlebars->39->1409", - "default.handlebars->39->1417", - "default.handlebars->39->1419" + "default.handlebars->39->1411", + "default.handlebars->39->1419", + "default.handlebars->39->1421" ] }, { @@ -37667,8 +37670,8 @@ "zh-cht": "MAC:{0}", "xloc": [ "default-mobile.handlebars->11->555", - "default.handlebars->39->1410", - "default.handlebars->39->1420" + "default.handlebars->39->1412", + "default.handlebars->39->1422" ] }, { @@ -37694,8 +37697,8 @@ "zh-cht": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->11->553", - "default.handlebars->39->1408", - "default.handlebars->39->1418" + "default.handlebars->39->1410", + "default.handlebars->39->1420" ] }, { @@ -37824,8 +37827,8 @@ "default-mobile.handlebars->11->608", "default-mobile.handlebars->11->610", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default.handlebars->39->1474", "default.handlebars->39->1476", + "default.handlebars->39->1478", "default.handlebars->39->383", "default.handlebars->39->631", "default.handlebars->39->871", @@ -38134,7 +38137,7 @@ "fr": "MeshAgent MacOs", "pt-br": "MeshAgent MacOS", "xloc": [ - "default.handlebars->39->2089", + "default.handlebars->39->2091", "default.handlebars->39->520" ] }, @@ -38184,7 +38187,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->39->2944" + "default.handlebars->39->2946" ] }, { @@ -38209,7 +38212,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->39->1633" + "default.handlebars->39->1635" ] }, { @@ -38234,7 +38237,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->39->1634" + "default.handlebars->39->1636" ] }, { @@ -38259,7 +38262,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->39->1635" + "default.handlebars->39->1637" ] }, { @@ -38284,7 +38287,7 @@ "zh-chs": "管理帐户图片", "xloc": [ "default-mobile.handlebars->11->89", - "default.handlebars->39->1490" + "default.handlebars->39->1492" ] }, { @@ -38337,8 +38340,8 @@ "xloc": [ "default-mobile.handlebars->11->662", "default-mobile.handlebars->11->682", - "default.handlebars->39->2015", - "default.handlebars->39->2053" + "default.handlebars->39->2017", + "default.handlebars->39->2055" ] }, { @@ -38365,8 +38368,8 @@ "xloc": [ "default-mobile.handlebars->11->661", "default-mobile.handlebars->11->681", - "default.handlebars->39->2014", - "default.handlebars->39->2052" + "default.handlebars->39->2016", + "default.handlebars->39->2054" ] }, { @@ -38416,7 +38419,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->39->2466" + "default.handlebars->39->2468" ] }, { @@ -38466,7 +38469,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->39->2465" + "default.handlebars->39->2467" ] }, { @@ -38492,7 +38495,7 @@ "zh-cht": "管理用戶", "xloc": [ "default.handlebars->39->1007", - "default.handlebars->39->2464" + "default.handlebars->39->2466" ] }, { @@ -38672,7 +38675,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->39->1783" + "default.handlebars->39->1785" ] }, { @@ -38698,7 +38701,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default-mobile.handlebars->11->624", - "default.handlebars->39->1837" + "default.handlebars->39->1839" ] }, { @@ -38723,7 +38726,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->39->2385" + "default.handlebars->39->2387" ] }, { @@ -38792,7 +38795,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->39->1636" + "default.handlebars->39->1638" ] }, { @@ -38885,7 +38888,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->39->1637" + "default.handlebars->39->1639" ] }, { @@ -38910,7 +38913,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->39->2888" + "default.handlebars->39->2890" ] }, { @@ -39000,8 +39003,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->39->2929", - "default.handlebars->39->2934" + "default.handlebars->39->2931", + "default.handlebars->39->2936" ] }, { @@ -39027,8 +39030,8 @@ "zh-cht": "記憶體", "xloc": [ "default-mobile.handlebars->11->597", - "default.handlebars->39->1462", - "default.handlebars->39->2908", + "default.handlebars->39->1464", + "default.handlebars->39->2910", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -39058,8 +39061,8 @@ "default-mobile.handlebars->11->340", "default-mobile.handlebars->11->536", "default-mobile.handlebars->11->544", - "default.handlebars->39->1391", - "default.handlebars->39->1399", + "default.handlebars->39->1393", + "default.handlebars->39->1401", "default.handlebars->39->549", "default.handlebars->39->553", "default.handlebars->39->564", @@ -39093,7 +39096,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->669", - "default.handlebars->39->2024" + "default.handlebars->39->2026" ] }, { @@ -39267,7 +39270,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->39->2946" + "default.handlebars->39->2948" ] }, { @@ -39292,7 +39295,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->39->2947" + "default.handlebars->39->2949" ] }, { @@ -39361,7 +39364,7 @@ "tr": "MeshCentral Yardımcısı", "zh-chs": "MeshCentral 助手", "xloc": [ - "default.handlebars->39->2090", + "default.handlebars->39->2092", "default.handlebars->39->494", "default.handlebars->39->521", "default.handlebars->39->533" @@ -39508,7 +39511,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->39->1830" + "default.handlebars->39->1832" ] }, { @@ -39716,7 +39719,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->39->2945" + "default.handlebars->39->2947" ] }, { @@ -39766,7 +39769,7 @@ "zh-chs": "MeshCentral版本", "zh-cht": "MeshCentral版本", "xloc": [ - "default.handlebars->39->1826", + "default.handlebars->39->1828", "default.handlebars->39->186", "default.handlebars->39->188" ] @@ -40137,7 +40140,7 @@ "zh-cht": "訊息", "xloc": [ "default.handlebars->39->1128", - "default.handlebars->39->2790", + "default.handlebars->39->2792", "default.handlebars->39->506", "default.handlebars->39->892" ] @@ -40189,7 +40192,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->39->2943" + "default.handlebars->39->2945" ] }, { @@ -40263,8 +40266,8 @@ "tr": "haberci", "zh-chs": "信使", "xloc": [ - "default.handlebars->39->2733", - "default.handlebars->39->2799" + "default.handlebars->39->2735", + "default.handlebars->39->2801" ] }, { @@ -40406,7 +40409,7 @@ "zh-chs": "移动设备", "xloc": [ "default-mobile.handlebars->11->550", - "default.handlebars->39->1405" + "default.handlebars->39->1407" ] }, { @@ -40457,9 +40460,9 @@ "xloc": [ "default-mobile.handlebars->11->545", "default-mobile.handlebars->11->598", - "default.handlebars->39->1400", - "default.handlebars->39->1463", - "default.handlebars->39->1787" + "default.handlebars->39->1402", + "default.handlebars->39->1465", + "default.handlebars->39->1789" ] }, { @@ -40509,7 +40512,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->39->1638" + "default.handlebars->39->1640" ] }, { @@ -40532,10 +40535,7 @@ "sv": "Mer", "tr": "Daha", "zh-chs": "更多", - "zh-cht": "更多", - "xloc": [ - "default.handlebars->39->2977" - ] + "zh-cht": "更多" }, { "cs": "Základní deska", @@ -40560,7 +40560,7 @@ "zh-cht": "母板", "xloc": [ "default-mobile.handlebars->11->591", - "default.handlebars->39->1456" + "default.handlebars->39->1458" ] }, { @@ -40635,7 +40635,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2231" + "default.handlebars->39->2233" ] }, { @@ -40660,7 +40660,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->39->2264" + "default.handlebars->39->2266" ] }, { @@ -40709,8 +40709,8 @@ "tr": "Birden Çok Sorun", "zh-chs": "多个问题", "xloc": [ - "default.handlebars->39->2119", - "default.handlebars->39->2133" + "default.handlebars->39->2121", + "default.handlebars->39->2135" ] }, { @@ -40756,7 +40756,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->39->2751" + "default.handlebars->39->2753" ] }, { @@ -40965,7 +40965,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->39->1469" + "default.handlebars->39->1471" ] }, { @@ -41167,8 +41167,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->39->1513", - "default.handlebars->39->1516" + "default.handlebars->39->1515", + "default.handlebars->39->1518" ] }, { @@ -41282,23 +41282,23 @@ "default-mobile.handlebars->11->585", "default-mobile.handlebars->11->629", "default-mobile.handlebars->11->652", - "default.handlebars->39->1246", - "default.handlebars->39->1262", - "default.handlebars->39->1383", - "default.handlebars->39->1450", + "default.handlebars->39->1248", + "default.handlebars->39->1264", + "default.handlebars->39->1385", + "default.handlebars->39->1452", "default.handlebars->39->147", "default.handlebars->39->161", - "default.handlebars->39->1777", - "default.handlebars->39->1805", - "default.handlebars->39->1810", - "default.handlebars->39->1842", - "default.handlebars->39->1974", - "default.handlebars->39->2366", - "default.handlebars->39->2475", - "default.handlebars->39->2491", - "default.handlebars->39->2498", - "default.handlebars->39->2548", - "default.handlebars->39->2567", + "default.handlebars->39->1779", + "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->312", "default.handlebars->39->774", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -41353,7 +41353,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->39->2456" + "default.handlebars->39->2458" ] }, { @@ -41378,7 +41378,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->39->1639" + "default.handlebars->39->1641" ] }, { @@ -41403,7 +41403,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->39->1640" + "default.handlebars->39->1642" ] }, { @@ -41428,7 +41428,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->39->1641" + "default.handlebars->39->1643" ] }, { @@ -41501,8 +41501,8 @@ "zh-cht": "網路", "xloc": [ "default-mobile.handlebars->11->564", - "default.handlebars->39->1415", - "default.handlebars->39->1429" + "default.handlebars->39->1417", + "default.handlebars->39->1431" ] }, { @@ -41528,7 +41528,7 @@ "zh-cht": "新", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", - "default.handlebars->39->1804", + "default.handlebars->39->1806", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -41554,7 +41554,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->39->2271" + "default.handlebars->39->2273" ] }, { @@ -41579,7 +41579,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->710", - "default.handlebars->39->2839" + "default.handlebars->39->2841" ] }, { @@ -41653,8 +41653,8 @@ "xloc": [ "default-mobile.handlebars->11->122", "default.handlebars->39->1138", - "default.handlebars->39->1770", - "default.handlebars->39->1793" + "default.handlebars->39->1772", + "default.handlebars->39->1795" ] }, { @@ -41681,8 +41681,8 @@ "xloc": [ "default-mobile.handlebars->11->151", "default-mobile.handlebars->11->482", - "default.handlebars->39->1343", - "default.handlebars->39->2163", + "default.handlebars->39->1345", + "default.handlebars->39->2165", "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", @@ -41807,8 +41807,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->39->1948", - "default.handlebars->39->1949" + "default.handlebars->39->1950", + "default.handlebars->39->1951" ] }, { @@ -41835,8 +41835,8 @@ "xloc": [ "default-mobile.handlebars->11->117", "default-mobile.handlebars->11->118", - "default.handlebars->39->1765", - "default.handlebars->39->1766" + "default.handlebars->39->1767", + "default.handlebars->39->1768" ] }, { @@ -41980,7 +41980,7 @@ "tr": "Aracı Konsolu Yok", "zh-chs": "无座席控制台", "xloc": [ - "default.handlebars->39->2657" + "default.handlebars->39->2659" ] }, { @@ -42004,7 +42004,7 @@ "tr": "Konsol Yok", "zh-chs": "没有控制台", "xloc": [ - "default.handlebars->39->2588" + "default.handlebars->39->2590" ] }, { @@ -42058,8 +42058,8 @@ "zh-cht": "沒有桌面", "xloc": [ "default.handlebars->39->1014", - "default.handlebars->39->2060", - "default.handlebars->39->2584", + "default.handlebars->39->2062", + "default.handlebars->39->2586", "default.handlebars->39->992" ] }, @@ -42085,8 +42085,8 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->39->2020", - "default.handlebars->39->2653" + "default.handlebars->39->2022", + "default.handlebars->39->2655" ] }, { @@ -42132,9 +42132,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->39->1381", - "default.handlebars->39->2342", - "default.handlebars->39->2719" + "default.handlebars->39->1383", + "default.handlebars->39->2344", + "default.handlebars->39->2721" ] }, { @@ -42160,8 +42160,8 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->667", - "default.handlebars->39->2022", - "default.handlebars->39->2656" + "default.handlebars->39->2024", + "default.handlebars->39->2658" ] }, { @@ -42188,8 +42188,8 @@ "xloc": [ "default-mobile.handlebars->11->690", "default.handlebars->39->1011", - "default.handlebars->39->2062", - "default.handlebars->39->2587", + "default.handlebars->39->2064", + "default.handlebars->39->2589", "default.handlebars->39->989" ] }, @@ -42243,8 +42243,8 @@ "xloc": [ "default-mobile.handlebars->11->668", "default-mobile.handlebars->11->691", - "default.handlebars->39->2023", - "default.handlebars->39->2063" + "default.handlebars->39->2025", + "default.handlebars->39->2065" ] }, { @@ -42365,7 +42365,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->39->2528" + "default.handlebars->39->2530" ] }, { @@ -42390,7 +42390,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->39->2469" + "default.handlebars->39->2471" ] }, { @@ -42410,7 +42410,7 @@ "tr": "Yeni Cihaz Yok", "pt-br": "Não dispositivo novo", "xloc": [ - "default.handlebars->39->2470" + "default.handlebars->39->2472" ] }, { @@ -42435,8 +42435,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->39->1881", - "default.handlebars->39->1939" + "default.handlebars->39->1883", + "default.handlebars->39->1941" ] }, { @@ -42477,8 +42477,8 @@ "ru": "Нет доступа к выполнению команд", "tr": "Uzaktan Komut Yok", "xloc": [ - "default.handlebars->39->2590", - "default.handlebars->39->2659" + "default.handlebars->39->2592", + "default.handlebars->39->2661" ] }, { @@ -42498,8 +42498,8 @@ "ru": "Нет доступа к удаленному управлению", "tr": "Uzaktan Kumanda Yok", "xloc": [ - "default.handlebars->39->2583", - "default.handlebars->39->2652" + "default.handlebars->39->2585", + "default.handlebars->39->2654" ] }, { @@ -42519,8 +42519,8 @@ "ru": "Нет доступа к перезагрузке/выключению", "tr": "Sıfırlama/Kapatma Yok", "xloc": [ - "default.handlebars->39->2592", - "default.handlebars->39->2661" + "default.handlebars->39->2594", + "default.handlebars->39->2663" ] }, { @@ -42550,8 +42550,8 @@ "default-mobile.handlebars->11->698", "default.handlebars->39->1004", "default.handlebars->39->1026", - "default.handlebars->39->1802", - "default.handlebars->39->2072" + "default.handlebars->39->1804", + "default.handlebars->39->2074" ] }, { @@ -42626,8 +42626,8 @@ "xloc": [ "default-mobile.handlebars->11->689", "default.handlebars->39->1010", - "default.handlebars->39->2061", - "default.handlebars->39->2586", + "default.handlebars->39->2063", + "default.handlebars->39->2588", "default.handlebars->39->988" ] }, @@ -42654,8 +42654,8 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->666", - "default.handlebars->39->2021", - "default.handlebars->39->2655" + "default.handlebars->39->2023", + "default.handlebars->39->2657" ] }, { @@ -42680,7 +42680,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->39->2471" + "default.handlebars->39->2473" ] }, { @@ -42700,8 +42700,8 @@ "ru": "Нет доступа к удалению", "tr": "Kaldırma Yok", "xloc": [ - "default.handlebars->39->2589", - "default.handlebars->39->2658" + "default.handlebars->39->2591", + "default.handlebars->39->2660" ] }, { @@ -42721,8 +42721,8 @@ "ru": "Нет доступа к пробуждению", "tr": "Uyanmak yok", "xloc": [ - "default.handlebars->39->2591", - "default.handlebars->39->2660" + "default.handlebars->39->2593", + "default.handlebars->39->2662" ] }, { @@ -42778,8 +42778,8 @@ "pl": "Brak przekierowanych urządzeń przez agenta", "xloc": [ "default-mobile.handlebars->11->626", - "default.handlebars->39->1779", - "default.handlebars->39->1839" + "default.handlebars->39->1781", + "default.handlebars->39->1841" ] }, { @@ -42803,8 +42803,8 @@ "tr": "Otomatik güncelleme yok", "zh-chs": "没有自动更新", "xloc": [ - "default.handlebars->39->2117", - "default.handlebars->39->2131" + "default.handlebars->39->2119", + "default.handlebars->39->2133" ] }, { @@ -42829,8 +42829,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->39->2534", - "default.handlebars->39->2687" + "default.handlebars->39->2536", + "default.handlebars->39->2689" ] }, { @@ -42980,8 +42980,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->39->2540", - "default.handlebars->39->2699" + "default.handlebars->39->2542", + "default.handlebars->39->2701" ] }, { @@ -43031,7 +43031,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->39->2135" + "default.handlebars->39->2137" ] }, { @@ -43133,7 +43133,7 @@ "zh-chs": "找不到文件", "zh-cht": "找不到文件", "xloc": [ - "default.handlebars->39->1315", + "default.handlebars->39->1317", "sharing.handlebars->11->45" ] }, @@ -43159,7 +43159,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->39->2474" + "default.handlebars->39->2476" ] }, { @@ -43185,7 +43185,7 @@ "zh-cht": "沒有此裝置的訊息。", "xloc": [ "default-mobile.handlebars->11->603", - "default.handlebars->39->1468" + "default.handlebars->39->1470" ] }, { @@ -43234,7 +43234,7 @@ "zh-chs": "未定义键盘快捷键", "xloc": [ "default-mobile.handlebars->11->437", - "default.handlebars->39->1245" + "default.handlebars->39->1247" ] }, { @@ -43254,7 +43254,7 @@ "tr": "Tanımlanmış klavye dizesi yok", "pt-br": "Nenhuma string de teclado definida", "xloc": [ - "default.handlebars->39->1250" + "default.handlebars->39->1252" ] }, { @@ -43336,7 +43336,7 @@ "nl": "Niet langer een relay voor \\\"{0}\\\".", "pl": "Nie jest już bramką dla \\\"{0}\\\".", "xloc": [ - "default.handlebars->39->2331" + "default.handlebars->39->2333" ] }, { @@ -43411,7 +43411,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->741", - "default.handlebars->39->2870" + "default.handlebars->39->2872" ] }, { @@ -43461,7 +43461,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->39->2721" + "default.handlebars->39->2723" ] }, { @@ -43470,7 +43470,7 @@ "pl": "Brak urządzeń do przekierowań.", "xloc": [ "default-mobile.handlebars->11->649", - "default.handlebars->39->1971" + "default.handlebars->39->1973" ] }, { @@ -43516,7 +43516,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->39->2562" + "default.handlebars->39->2564" ] }, { @@ -43562,7 +43562,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->39->2693" + "default.handlebars->39->2695" ] }, { @@ -43587,7 +43587,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->739", - "default.handlebars->39->2868" + "default.handlebars->39->2870" ] }, { @@ -43612,7 +43612,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->39->2374" + "default.handlebars->39->2376" ] }, { @@ -43747,29 +43747,29 @@ "default-mobile.handlebars->11->427", "default-mobile.handlebars->11->479", "default-mobile.handlebars->11->631", - "default.handlebars->39->1234", - "default.handlebars->39->1833", - "default.handlebars->39->1844", - "default.handlebars->39->1858", - "default.handlebars->39->1870", - "default.handlebars->39->1877", + "default.handlebars->39->1236", + "default.handlebars->39->1835", + "default.handlebars->39->1846", + "default.handlebars->39->1860", + "default.handlebars->39->1872", "default.handlebars->39->1879", - "default.handlebars->39->1927", - "default.handlebars->39->2120", - "default.handlebars->39->2145", - "default.handlebars->39->2150", - "default.handlebars->39->2350", - "default.handlebars->39->2495", + "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->2505", - "default.handlebars->39->2517", + "default.handlebars->39->2499", + "default.handlebars->39->2507", + "default.handlebars->39->2519", "default.handlebars->39->256", - "default.handlebars->39->2581", - "default.handlebars->39->2593", - "default.handlebars->39->2603", - "default.handlebars->39->2607", - "default.handlebars->39->2619", - "default.handlebars->39->2814", + "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->284", "default.handlebars->39->366", "default.handlebars->39->367", @@ -43851,7 +43851,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->39->1642" + "default.handlebars->39->1644" ] }, { @@ -43876,7 +43876,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->39->1643" + "default.handlebars->39->1645" ] }, { @@ -43901,7 +43901,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->39->1644" + "default.handlebars->39->1646" ] }, { @@ -43926,7 +43926,7 @@ "zh-chs": "未激活", "zh-cht": "未激活", "xloc": [ - "default.handlebars->39->1432" + "default.handlebars->39->1434" ] }, { @@ -44005,8 +44005,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->39->2111", - "default.handlebars->39->2124" + "default.handlebars->39->2113", + "default.handlebars->39->2126" ] }, { @@ -44032,7 +44032,7 @@ "zh-cht": "未知", "xloc": [ "default-mobile.handlebars->11->578", - "default.handlebars->39->1443" + "default.handlebars->39->1445" ] }, { @@ -44081,7 +44081,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->39->2743" + "default.handlebars->39->2745" ] }, { @@ -44106,8 +44106,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->39->2568", - "default.handlebars->39->2569" + "default.handlebars->39->2570", + "default.handlebars->39->2571" ] }, { @@ -44132,7 +44132,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->39->2667" + "default.handlebars->39->2669" ] }, { @@ -44162,8 +44162,8 @@ "default-mobile.handlebars->11->637", "default.handlebars->39->1020", "default.handlebars->39->1030", - "default.handlebars->39->1889", - "default.handlebars->39->2629", + "default.handlebars->39->1891", + "default.handlebars->39->2631", "default.handlebars->39->888", "default.handlebars->39->998" ] @@ -44215,8 +44215,8 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->39->1752", - "default.handlebars->39->2110", + "default.handlebars->39->1754", + "default.handlebars->39->2112", "default.handlebars->39->985", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] @@ -44286,7 +44286,7 @@ "zh-chs": "通知音效", "zh-cht": "通知音效", "xloc": [ - "default.handlebars->39->1747" + "default.handlebars->39->1749" ] }, { @@ -44311,7 +44311,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->1878", + "default.handlebars->39->1880", "default.handlebars->39->861" ] }, @@ -44337,7 +44337,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->2635", + "default.handlebars->39->2637", "default.handlebars->39->281" ] }, @@ -44388,9 +44388,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->39->1982", - "default.handlebars->39->1986", - "default.handlebars->39->1989" + "default.handlebars->39->1984", + "default.handlebars->39->1988", + "default.handlebars->39->1991" ] }, { @@ -44415,7 +44415,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->39->2414" + "default.handlebars->39->2416" ] }, { @@ -44439,7 +44439,7 @@ "tr": "Boş", "zh-chs": "空值", "xloc": [ - "default.handlebars->39->2937" + "default.handlebars->39->2939" ] }, { @@ -44492,9 +44492,9 @@ "default-mobile.handlebars->11->533", "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->39->1824", - "default.handlebars->39->2115", - "default.handlebars->39->2129", + "default.handlebars->39->1826", + "default.handlebars->39->2117", + "default.handlebars->39->2131", "default.handlebars->39->825", "default.handlebars->39->829", "default.handlebars->39->833", @@ -44591,7 +44591,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->39->1645" + "default.handlebars->39->1647" ] }, { @@ -44617,7 +44617,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->707", - "default.handlebars->39->2836" + "default.handlebars->39->2838" ] }, { @@ -44688,7 +44688,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->39->2371" + "default.handlebars->39->2373" ] }, { @@ -44739,7 +44739,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->11->116", - "default.handlebars->39->1764" + "default.handlebars->39->1766" ] }, { @@ -44764,7 +44764,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->39->2347" + "default.handlebars->39->2349" ] }, { @@ -44799,7 +44799,7 @@ "pt-br": "One-Time Password (Senha de único acesso)", "pl": "Hasło Jednorazowe", "xloc": [ - "default.handlebars->39->2820" + "default.handlebars->39->2822" ] }, { @@ -44851,7 +44851,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->39->2370" + "default.handlebars->39->2372" ] }, { @@ -44875,7 +44875,7 @@ "tr": "Yalnızca ilk 100 kullanıcıyı göster", "zh-chs": "只显示前 100 个用户", "xloc": [ - "default.handlebars->39->2415" + "default.handlebars->39->2417" ] }, { @@ -44901,7 +44901,7 @@ "zh-cht": "只能編輯小於200k的檔案。", "xloc": [ "default-mobile.handlebars->11->490", - "default.handlebars->39->1351", + "default.handlebars->39->1353", "default.handlebars->39->742", "sharing.handlebars->11->67" ] @@ -45232,7 +45232,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->39->2199" + "default.handlebars->39->2201" ] }, { @@ -45259,8 +45259,8 @@ "xloc": [ "default-mobile.handlebars->11->535", "default.handlebars->39->1164", - "default.handlebars->39->1390", - "default.handlebars->39->2787", + "default.handlebars->39->1392", + "default.handlebars->39->2789", "default.handlebars->39->322", "default.handlebars->39->488", "default.handlebars->39->536", @@ -45291,8 +45291,8 @@ "xloc": [ "default-mobile.handlebars->11->369", "default.handlebars->39->1099", - "default.handlebars->39->2398", - "default.handlebars->39->2482", + "default.handlebars->39->2400", + "default.handlebars->39->2484", "default.handlebars->39->652", "default.handlebars->39->671" ] @@ -45348,7 +45348,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->39->1646" + "default.handlebars->39->1648" ] }, { @@ -45373,7 +45373,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->39->1647" + "default.handlebars->39->1649" ] }, { @@ -45607,7 +45607,7 @@ "zh-chs": "自己的过程", "zh-cht": "自己的過程", "xloc": [ - "default.handlebars->39->1271" + "default.handlebars->39->1273" ] }, { @@ -45632,7 +45632,7 @@ "zh-chs": "PID", "zh-cht": "PID", "xloc": [ - "default.handlebars->39->1267", + "default.handlebars->39->1269", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -45658,7 +45658,7 @@ "zh-chs": "推", "xloc": [ "default-mobile.handlebars->11->609", - "default.handlebars->39->1475" + "default.handlebars->39->1477" ] }, { @@ -45683,7 +45683,7 @@ "zh-chs": "向下翻页", "xloc": [ "default-mobile.handlebars->11->422", - "default.handlebars->39->1229" + "default.handlebars->39->1231" ] }, { @@ -45708,7 +45708,7 @@ "zh-chs": "向上翻页", "xloc": [ "default-mobile.handlebars->11->421", - "default.handlebars->39->1228" + "default.handlebars->39->1230" ] }, { @@ -45758,7 +45758,7 @@ "zh-cht": "零件號", "xloc": [ "default-mobile.handlebars->11->596", - "default.handlebars->39->1461" + "default.handlebars->39->1463" ] }, { @@ -45783,7 +45783,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->39->2386" + "default.handlebars->39->2388" ] }, { @@ -45854,7 +45854,7 @@ "xloc": [ "default-mobile.handlebars->11->135", "default-mobile.handlebars->11->641", - "default.handlebars->39->1800" + "default.handlebars->39->1802" ] }, { @@ -45879,7 +45879,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->39->2565" + "default.handlebars->39->2567" ] }, { @@ -45934,16 +45934,16 @@ "default-mobile.handlebars->11->466", "default.handlebars->39->1122", "default.handlebars->39->1203", - "default.handlebars->39->1293", - "default.handlebars->39->1320", - "default.handlebars->39->1792", - "default.handlebars->39->1945", - "default.handlebars->39->2444", - "default.handlebars->39->2445", - "default.handlebars->39->2599", + "default.handlebars->39->1295", + "default.handlebars->39->1322", + "default.handlebars->39->1794", + "default.handlebars->39->1947", + "default.handlebars->39->2446", + "default.handlebars->39->2447", "default.handlebars->39->2601", - "default.handlebars->39->2672", - "default.handlebars->39->2673", + "default.handlebars->39->2603", + "default.handlebars->39->2674", + "default.handlebars->39->2675", "default.handlebars->39->316", "default.handlebars->39->455", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -46091,7 +46091,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->735", - "default.handlebars->39->2864" + "default.handlebars->39->2866" ] }, { @@ -46142,7 +46142,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->39->2674" + "default.handlebars->39->2676" ] }, { @@ -46168,7 +46168,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->11->119", - "default.handlebars->39->1767" + "default.handlebars->39->1769" ] }, { @@ -46267,8 +46267,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->11->111", "default-mobile.handlebars->11->112", - "default.handlebars->39->1759", - "default.handlebars->39->1760", + "default.handlebars->39->1761", + "default.handlebars->39->1762", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -46311,9 +46311,9 @@ "default-mobile.handlebars->11->495", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->39->1311", - "default.handlebars->39->1357", - "default.handlebars->39->2172", + "default.handlebars->39->1313", + "default.handlebars->39->1359", + "default.handlebars->39->2174", "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", @@ -46490,7 +46490,7 @@ "zh-cht": "執行代理指令", "xloc": [ "default-mobile.handlebars->11->612", - "default.handlebars->39->1478" + "default.handlebars->39->1480" ] }, { @@ -46559,7 +46559,7 @@ "zh-chs": "执行英特尔®AMT激活和配置。", "zh-cht": "執行英特爾®AMT激活和配置。", "xloc": [ - "default.handlebars->39->1893", + "default.handlebars->39->1895", "default.handlebars->39->432" ] }, @@ -46869,7 +46869,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->39->2204" + "default.handlebars->39->2206" ] }, { @@ -46894,7 +46894,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->716", - "default.handlebars->39->2845" + "default.handlebars->39->2847" ] }, { @@ -46920,8 +46920,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->701", - "default.handlebars->39->2075", - "default.handlebars->39->2369" + "default.handlebars->39->2077", + "default.handlebars->39->2371" ] }, { @@ -46946,7 +46946,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->39->1648" + "default.handlebars->39->1650" ] }, { @@ -47022,10 +47022,10 @@ "default-mobile.handlebars->11->81", "default-mobile.handlebars->11->96", "default-mobile.handlebars->11->98", - "default.handlebars->39->1493", - "default.handlebars->39->1496", + "default.handlebars->39->1495", + "default.handlebars->39->1498", "default.handlebars->39->239", - "default.handlebars->39->2650" + "default.handlebars->39->2652" ] }, { @@ -47050,7 +47050,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->39->2580" + "default.handlebars->39->2582" ] }, { @@ -47076,8 +47076,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->11->97", - "default.handlebars->39->1495", - "default.handlebars->39->2649" + "default.handlebars->39->1497", + "default.handlebars->39->2651" ] }, { @@ -47276,7 +47276,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->11->107", - "default.handlebars->39->1754" + "default.handlebars->39->1756" ] }, { @@ -47302,7 +47302,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->39->297", - "default.handlebars->39->2974" + "default.handlebars->39->2976" ] }, { @@ -47481,7 +47481,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->11->134", - "default.handlebars->39->1799" + "default.handlebars->39->1801" ] }, { @@ -47506,7 +47506,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->39->1649" + "default.handlebars->39->1651" ] }, { @@ -47568,7 +47568,7 @@ "tr": "Bağlantı Noktası Adı Senkronizasyonu", "pt-br": "Sincronizar Nome da Porta", "xloc": [ - "default.handlebars->39->1854" + "default.handlebars->39->1856" ] }, { @@ -47677,7 +47677,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->39->1650" + "default.handlebars->39->1652" ] }, { @@ -47702,7 +47702,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->39->1651" + "default.handlebars->39->1653" ] }, { @@ -47826,7 +47826,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->39->2122", + "default.handlebars->39->2124", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -47953,7 +47953,7 @@ "zh-chs": "预激活", "zh-cht": "預激活", "xloc": [ - "default.handlebars->39->1433" + "default.handlebars->39->1435" ] }, { @@ -48006,7 +48006,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->39->2742" + "default.handlebars->39->2744" ] }, { @@ -48135,9 +48135,9 @@ "xloc": [ "default-mobile.handlebars->11->86", "default-mobile.handlebars->11->87", - "default.handlebars->39->1488", - "default.handlebars->39->2644", - "default.handlebars->39->2670", + "default.handlebars->39->1490", + "default.handlebars->39->2646", + "default.handlebars->39->2672", "default.handlebars->39->309" ] }, @@ -48163,7 +48163,7 @@ "zh-chs": "打印屏幕", "xloc": [ "default-mobile.handlebars->11->416", - "default.handlebars->39->1223" + "default.handlebars->39->1225" ] }, { @@ -48331,7 +48331,7 @@ "zh-chs": "进程控制", "zh-cht": "進程控制", "xloc": [ - "default.handlebars->39->1283" + "default.handlebars->39->1285" ] }, { @@ -48355,7 +48355,7 @@ "tr": "İşlem Ayrıntıları, #{0}", "zh-chs": "流程详情,#{0}", "xloc": [ - "default.handlebars->39->1258" + "default.handlebars->39->1260" ] }, { @@ -48429,7 +48429,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->39->2196" + "default.handlebars->39->2198" ] }, { @@ -48504,9 +48504,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->39->1983", - "default.handlebars->39->1987", - "default.handlebars->39->1990" + "default.handlebars->39->1985", + "default.handlebars->39->1989", + "default.handlebars->39->1992" ] }, { @@ -48531,7 +48531,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->39->2740", + "default.handlebars->39->2742", "player.handlebars->3->32" ] }, @@ -48580,7 +48580,7 @@ "zh-cht": "配置狀態", "xloc": [ "default-mobile.handlebars->11->572", - "default.handlebars->39->1437" + "default.handlebars->39->1439" ] }, { @@ -48627,7 +48627,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->146", - "default.handlebars->39->2157" + "default.handlebars->39->2159" ] }, { @@ -48673,7 +48673,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->39->1652" + "default.handlebars->39->1654" ] }, { @@ -48698,7 +48698,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->39->1653" + "default.handlebars->39->1655" ] }, { @@ -48723,7 +48723,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->39->1654" + "default.handlebars->39->1656" ] }, { @@ -48757,7 +48757,7 @@ "pt-br": "Notificação de Push", "pl": "Powiadomianie Push", "xloc": [ - "default.handlebars->39->2819" + "default.handlebars->39->2821" ] }, { @@ -48877,7 +48877,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->39->1655" + "default.handlebars->39->1657" ] }, { @@ -49022,7 +49022,7 @@ "en": "RDP Credentials", "nl": "RDP inloggegevens", "xloc": [ - "default.handlebars->39->1205" + "default.handlebars->39->1207" ] }, { @@ -49169,7 +49169,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->39->2933" + "default.handlebars->39->2935" ] }, { @@ -49219,7 +49219,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->39->1946" + "default.handlebars->39->1948" ] }, { @@ -49244,7 +49244,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->39->2446" + "default.handlebars->39->2448" ] }, { @@ -49263,7 +49263,7 @@ "ru": "Raritan Dominion KX III", "tr": "Raritan Dominion KX III", "xloc": [ - "default.handlebars->39->1788" + "default.handlebars->39->1790" ] }, { @@ -49354,9 +49354,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->39->2577", "default.handlebars->39->2579", - "default.handlebars->39->2663" + "default.handlebars->39->2581", + "default.handlebars->39->2665" ] }, { @@ -49381,7 +49381,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->39->2455" + "default.handlebars->39->2457" ] }, { @@ -49434,9 +49434,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1856", - "default.handlebars->39->2504", - "default.handlebars->39->2582" + "default.handlebars->39->1858", + "default.handlebars->39->2506", + "default.handlebars->39->2584" ] }, { @@ -49486,9 +49486,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1991", - "default.handlebars->39->2542", - "default.handlebars->39->2651" + "default.handlebars->39->1993", + "default.handlebars->39->2544", + "default.handlebars->39->2653" ] }, { @@ -49513,7 +49513,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->39->2754" + "default.handlebars->39->2756" ] }, { @@ -49647,8 +49647,8 @@ "xloc": [ "default-mobile.handlebars->11->152", "default-mobile.handlebars->11->483", - "default.handlebars->39->1344", - "default.handlebars->39->2164", + "default.handlebars->39->1346", + "default.handlebars->39->2166", "sharing.handlebars->11->60" ] }, @@ -49785,7 +49785,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->259", - "default.handlebars->39->2915", + "default.handlebars->39->2917", "default.handlebars->39->381", "default.handlebars->39->629" ] @@ -49812,7 +49812,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->39->2900" + "default.handlebars->39->2902" ] }, { @@ -49838,9 +49838,9 @@ "xloc": [ "default-mobile.handlebars->11->634", "default-mobile.handlebars->11->650", - "default.handlebars->39->1785", - "default.handlebars->39->1847", - "default.handlebars->39->1972" + "default.handlebars->39->1787", + "default.handlebars->39->1849", + "default.handlebars->39->1974" ] }, { @@ -49865,7 +49865,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->39->2893" + "default.handlebars->39->2895" ] }, { @@ -49911,8 +49911,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->39->2899", - "default.handlebars->39->2927" + "default.handlebars->39->2901", + "default.handlebars->39->2929" ] }, { @@ -49920,7 +49920,7 @@ "nl": "Doorstuur apparaat", "pl": "Bramka przekierowująca", "xloc": [ - "default.handlebars->39->2339" + "default.handlebars->39->2341" ] }, { @@ -49959,7 +49959,7 @@ "pt-br": "Lembrar dispositivo", "pl": "Pamiętaj Urządzenie", "xloc": [ - "default.handlebars->39->2821" + "default.handlebars->39->2823" ] }, { @@ -49986,8 +49986,8 @@ "default-mobile.handlebars->11->452", "default-mobile.handlebars->11->469", "default.handlebars->39->1204", - "default.handlebars->39->1297", - "default.handlebars->39->1323", + "default.handlebars->39->1299", + "default.handlebars->39->1325", "mstsc.handlebars->main->1->3->1->rowremember->3->0", "ssh.handlebars->3->13" ] @@ -50182,7 +50182,7 @@ "zh-chs": "远程剪贴板", "zh-cht": "遠程剪貼板", "xloc": [ - "default.handlebars->39->1256" + "default.handlebars->39->1258" ] }, { @@ -50208,7 +50208,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->676", - "default.handlebars->39->2031" + "default.handlebars->39->2033" ] }, { @@ -50237,8 +50237,8 @@ "default-mobile.handlebars->11->336", "default-mobile.handlebars->11->663", "default-mobile.handlebars->11->683", - "default.handlebars->39->2016", - "default.handlebars->39->2054", + "default.handlebars->39->2018", + "default.handlebars->39->2056", "default.handlebars->39->902", "default.handlebars->39->903" ] @@ -50365,8 +50365,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->39->2210", - "default.handlebars->39->2216" + "default.handlebars->39->2212", + "default.handlebars->39->2218" ] }, { @@ -50391,7 +50391,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2211" + "default.handlebars->39->2213" ] }, { @@ -50416,7 +50416,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2217" + "default.handlebars->39->2219" ] }, { @@ -50441,9 +50441,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->39->2208", - "default.handlebars->39->2212", - "default.handlebars->39->2218" + "default.handlebars->39->2210", + "default.handlebars->39->2214", + "default.handlebars->39->2220" ] }, { @@ -50515,7 +50515,7 @@ "zh-cht": "遠程桌面設置", "xloc": [ "default-mobile.handlebars->11->410", - "default.handlebars->39->1214", + "default.handlebars->39->1216", "default.handlebars->39->427", "sharing.handlebars->11->20" ] @@ -50716,7 +50716,7 @@ "zh-chs": "远程键盘输入", "zh-cht": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->39->1252", + "default.handlebars->39->1254", "sharing.handlebars->11->22" ] }, @@ -50787,7 +50787,7 @@ "tr": "Uzak Oturumlar", "zh-chs": "远程会话", "xloc": [ - "default.handlebars->39->2756" + "default.handlebars->39->2758" ] }, { @@ -50927,9 +50927,9 @@ "xloc": [ "default-mobile.handlebars->11->664", "default-mobile.handlebars->11->688", - "default.handlebars->39->2017", - "default.handlebars->39->2059", - "default.handlebars->39->2654" + "default.handlebars->39->2019", + "default.handlebars->39->2061", + "default.handlebars->39->2656" ] }, { @@ -50954,7 +50954,7 @@ "zh-chs": "远程剪贴板的有效期为60秒。", "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->39->1255" + "default.handlebars->39->1257" ] }, { @@ -51121,7 +51121,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->39->1820" + "default.handlebars->39->1822" ] }, { @@ -51190,8 +51190,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->39->2546", - "default.handlebars->39->2715" + "default.handlebars->39->2548", + "default.handlebars->39->2717" ] }, { @@ -51216,8 +51216,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->39->2544", - "default.handlebars->39->2702" + "default.handlebars->39->2546", + "default.handlebars->39->2704" ] }, { @@ -51242,7 +51242,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->2700" + "default.handlebars->39->2702" ] }, { @@ -51266,7 +51266,7 @@ "tr": "Giriş Simgesini Kaldır", "zh-chs": "删除登录令牌", "xloc": [ - "default.handlebars->39->1812" + "default.handlebars->39->1814" ] }, { @@ -51313,7 +51313,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2711" + "default.handlebars->39->2713" ] }, { @@ -51338,8 +51338,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->39->2080", - "default.handlebars->39->2707" + "default.handlebars->39->2082", + "default.handlebars->39->2709" ] }, { @@ -51364,7 +51364,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->39->2554" + "default.handlebars->39->2556" ] }, { @@ -51389,8 +51389,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->39->2078", - "default.handlebars->39->2704" + "default.handlebars->39->2080", + "default.handlebars->39->2706" ] }, { @@ -51415,7 +51415,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->39->2677" + "default.handlebars->39->2679" ] }, { @@ -51440,7 +51440,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->39->2447" + "default.handlebars->39->2449" ] }, { @@ -51465,7 +51465,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->39->1994" + "default.handlebars->39->1996" ] }, { @@ -51490,7 +51490,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->1906", + "default.handlebars->39->1908", "default.handlebars->39->956" ] }, @@ -51515,7 +51515,7 @@ "tr": "Etkin olmayanı kaldır", "zh-chs": "移除不活跃", "xloc": [ - "default.handlebars->39->1857" + "default.handlebars->39->1859" ] }, { @@ -51539,7 +51539,7 @@ "tr": "Giriş anahtarını kaldır", "zh-chs": "删除登录令牌", "xloc": [ - "default.handlebars->39->1807" + "default.handlebars->39->1809" ] }, { @@ -51590,7 +51590,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->11->95", - "default.handlebars->39->1492" + "default.handlebars->39->1494" ] }, { @@ -51665,7 +51665,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->39->2639" + "default.handlebars->39->2641" ] }, { @@ -51690,7 +51690,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2691" + "default.handlebars->39->2693" ] }, { @@ -51715,7 +51715,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->39->2538" + "default.handlebars->39->2540" ] }, { @@ -51740,7 +51740,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->39->2532", + "default.handlebars->39->2534", "default.handlebars->39->949" ] }, @@ -51766,10 +51766,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->39->1902", - "default.handlebars->39->2526", - "default.handlebars->39->2685", - "default.handlebars->39->2697", + "default.handlebars->39->1904", + "default.handlebars->39->2528", + "default.handlebars->39->2687", + "default.handlebars->39->2699", "default.handlebars->39->950" ] }, @@ -51811,7 +51811,7 @@ "tr": "Hesabın görünen adı kaldırıldı.", "pt-br": "Remover nome de exibição da conta.", "xloc": [ - "default.handlebars->39->2308" + "default.handlebars->39->2310" ] }, { @@ -51836,7 +51836,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->39->2270" + "default.handlebars->39->2272" ] }, { @@ -51861,7 +51861,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->39->2281" + "default.handlebars->39->2283" ] }, { @@ -51886,7 +51886,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->39->2266" + "default.handlebars->39->2268" ] }, { @@ -51910,7 +51910,7 @@ "tr": "Kaldırılan giriş belirteci", "zh-chs": "删除了登录令牌", "xloc": [ - "default.handlebars->39->2295" + "default.handlebars->39->2297" ] }, { @@ -51935,7 +51935,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->39->2276" + "default.handlebars->39->2278" ] }, { @@ -51959,7 +51959,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı kaldırıldı", "zh-chs": "删除了推送通知身份验证设备", "xloc": [ - "default.handlebars->39->2293" + "default.handlebars->39->2295" ] }, { @@ -51984,7 +51984,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->39->2273" + "default.handlebars->39->2275" ] }, { @@ -52009,9 +52009,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2239", - "default.handlebars->39->2260", - "default.handlebars->39->2265" + "default.handlebars->39->2241", + "default.handlebars->39->2262", + "default.handlebars->39->2267" ] }, { @@ -52036,7 +52036,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->39->2249" + "default.handlebars->39->2251" ] }, { @@ -52061,7 +52061,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->39->2262" + "default.handlebars->39->2264" ] }, { @@ -52086,8 +52086,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->39->2241", - "default.handlebars->39->2251" + "default.handlebars->39->2243", + "default.handlebars->39->2253" ] }, { @@ -52116,8 +52116,8 @@ "default-mobile.handlebars->11->487", "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->1348", - "default.handlebars->39->2168", + "default.handlebars->39->1350", + "default.handlebars->39->2170", "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", @@ -52169,7 +52169,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->39->2227" + "default.handlebars->39->2229" ] }, { @@ -52194,7 +52194,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->39->2348" + "default.handlebars->39->2350" ] }, { @@ -52219,7 +52219,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->39->2343" + "default.handlebars->39->2345" ] }, { @@ -52239,7 +52239,7 @@ "tr": "Rapor hiçbir bütün döndürmedi.", "pt-br": "O relatório não retornou entradas.", "xloc": [ - "default.handlebars->39->2792" + "default.handlebars->39->2794" ] }, { @@ -52261,7 +52261,7 @@ "sv": "Report.csv", "tr": "Report.csv", "xloc": [ - "default.handlebars->39->2834" + "default.handlebars->39->2836" ] }, { @@ -52395,7 +52395,7 @@ "tr": "Ayrıntılar isteniyor...", "zh-chs": "查询详情...", "xloc": [ - "default.handlebars->39->1259" + "default.handlebars->39->1261" ] }, { @@ -52420,7 +52420,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->39->1768" + "default.handlebars->39->1770" ] }, { @@ -52446,8 +52446,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->120", - "default.handlebars->39->2452", - "default.handlebars->39->2675" + "default.handlebars->39->2454", + "default.handlebars->39->2677" ] }, { @@ -52579,7 +52579,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->677", - "default.handlebars->39->2032" + "default.handlebars->39->2034" ] }, { @@ -52738,7 +52738,7 @@ "default-mobile.handlebars->11->697", "default.handlebars->39->1003", "default.handlebars->39->1025", - "default.handlebars->39->2069" + "default.handlebars->39->2071" ] }, { @@ -52763,7 +52763,7 @@ "zh-chs": "重新启动", "zh-cht": "重新啟動", "xloc": [ - "default.handlebars->39->1277", + "default.handlebars->39->1279", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -52789,7 +52789,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->39->1825" + "default.handlebars->39->1827" ] }, { @@ -52839,7 +52839,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->39->1822" + "default.handlebars->39->1824" ] }, { @@ -52891,7 +52891,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->39->2566" + "default.handlebars->39->2568" ] }, { @@ -52916,7 +52916,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->39->1656" + "default.handlebars->39->1658" ] }, { @@ -52941,7 +52941,7 @@ "zh-chs": "正确的", "xloc": [ "default-mobile.handlebars->11->425", - "default.handlebars->39->1232" + "default.handlebars->39->1234" ] }, { @@ -52966,7 +52966,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->39->1657" + "default.handlebars->39->1659" ] }, { @@ -52991,7 +52991,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->39->1658" + "default.handlebars->39->1660" ] }, { @@ -53018,8 +53018,8 @@ "xloc": [ "default-mobile.handlebars->11->138", "default-mobile.handlebars->11->476", - "default.handlebars->39->1332", - "default.handlebars->39->2136", + "default.handlebars->39->1334", + "default.handlebars->39->2138", "sharing.handlebars->11->49" ] }, @@ -53406,8 +53406,8 @@ "tr": "Koşma", "pt-br": "Executando", "xloc": [ - "default.handlebars->39->1261", - "default.handlebars->39->1265" + "default.handlebars->39->1263", + "default.handlebars->39->1267" ] }, { @@ -53432,7 +53432,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->39->2203" + "default.handlebars->39->2205" ] }, { @@ -53457,7 +53457,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2278" + "default.handlebars->39->2280" ] }, { @@ -53482,7 +53482,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2279" + "default.handlebars->39->2281" ] }, { @@ -53507,7 +53507,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->39->1659" + "default.handlebars->39->1661" ] }, { @@ -53532,7 +53532,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->39->1660" + "default.handlebars->39->1662" ] }, { @@ -53633,8 +53633,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->39->2626", - "default.handlebars->39->2631", + "default.handlebars->39->2628", + "default.handlebars->39->2633", "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", @@ -53664,7 +53664,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->39->2647" + "default.handlebars->39->2649" ] }, { @@ -53689,7 +53689,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->743", - "default.handlebars->39->2872" + "default.handlebars->39->2874" ] }, { @@ -53714,7 +53714,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->744", - "default.handlebars->39->2873" + "default.handlebars->39->2875" ] }, { @@ -53759,7 +53759,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->738", - "default.handlebars->39->2867" + "default.handlebars->39->2869" ] }, { @@ -53768,7 +53768,7 @@ "pt-br": "Mensagem SMS", "pl": "Wiadomość SMS", "xloc": [ - "default.handlebars->39->2817" + "default.handlebars->39->2819" ] }, { @@ -53841,7 +53841,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->742", - "default.handlebars->39->2871" + "default.handlebars->39->2873" ] }, { @@ -53941,8 +53941,8 @@ "xloc": [ "default-mobile.handlebars->11->441", "default-mobile.handlebars->11->481", - "default.handlebars->39->1285", - "default.handlebars->39->1342" + "default.handlebars->39->1287", + "default.handlebars->39->1344" ] }, { @@ -54066,7 +54066,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->39->1661" + "default.handlebars->39->1663" ] }, { @@ -54140,7 +54140,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->39->1662" + "default.handlebars->39->1664" ] }, { @@ -54165,7 +54165,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->39->1663" + "default.handlebars->39->1665" ] }, { @@ -54190,7 +54190,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->39->1664" + "default.handlebars->39->1666" ] }, { @@ -54548,7 +54548,7 @@ "zh-chs": "搜寻", "zh-cht": "搜尋", "xloc": [ - "default.handlebars->39->1336", + "default.handlebars->39->1338", "default.handlebars->39->760", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", "sharing.handlebars->11->53" @@ -54677,7 +54677,7 @@ "zh-cht": "已使用TLS保安", "xloc": [ "default-mobile.handlebars->11->575", - "default.handlebars->39->1440" + "default.handlebars->39->1442" ] }, { @@ -54705,9 +54705,9 @@ "default-mobile.handlebars->11->386", "default-mobile.handlebars->11->574", "default.handlebars->39->1123", - "default.handlebars->39->1439", - "default.handlebars->39->2134", - "default.handlebars->39->2627", + "default.handlebars->39->1441", + "default.handlebars->39->2136", + "default.handlebars->39->2629", "default.handlebars->39->456", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -54734,7 +54734,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->39->2622" + "default.handlebars->39->2624" ] }, { @@ -54759,7 +54759,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->712", - "default.handlebars->39->2841" + "default.handlebars->39->2843" ] }, { @@ -54830,11 +54830,11 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->39->1339", "default.handlebars->39->1341", - "default.handlebars->39->2160", - "default.handlebars->39->2394", - "default.handlebars->39->2480", + "default.handlebars->39->1343", + "default.handlebars->39->2162", + "default.handlebars->39->2396", + "default.handlebars->39->2482", "default.handlebars->39->477", "default.handlebars->39->634", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -54867,7 +54867,7 @@ "xloc": [ "default.handlebars->39->1073", "default.handlebars->39->1075", - "default.handlebars->39->2775" + "default.handlebars->39->2777" ] }, { @@ -54892,10 +54892,10 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->39->1340", - "default.handlebars->39->2159", - "default.handlebars->39->2393", - "default.handlebars->39->2479", + "default.handlebars->39->1342", + "default.handlebars->39->2161", + "default.handlebars->39->2395", + "default.handlebars->39->2481", "default.handlebars->39->633", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -54922,7 +54922,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulaması için kaydedilecek bir cihaz seçin. Seçildikten sonra, cihaz onay isteyecektir.", "zh-chs": "选择要注册推送通知身份验证的设备。选择后,设备将提示确认。", "xloc": [ - "default.handlebars->39->1508" + "default.handlebars->39->1510" ] }, { @@ -55047,8 +55047,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->39->2397", - "default.handlebars->39->2481" + "default.handlebars->39->2399", + "default.handlebars->39->2483" ] }, { @@ -55099,7 +55099,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->39->1947" + "default.handlebars->39->1949" ] }, { @@ -55151,7 +55151,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->693", - "default.handlebars->39->2065" + "default.handlebars->39->2067" ] }, { @@ -55226,7 +55226,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->39->2408" + "default.handlebars->39->2410" ] }, { @@ -55302,7 +55302,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->39->2406" + "default.handlebars->39->2408" ] }, { @@ -55327,7 +55327,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->39->2632" + "default.handlebars->39->2634" ] }, { @@ -55352,7 +55352,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->39->2634" + "default.handlebars->39->2636" ] }, { @@ -55377,7 +55377,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->39->2523" + "default.handlebars->39->2525" ] }, { @@ -55402,7 +55402,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->39->2409" + "default.handlebars->39->2411" ] }, { @@ -55427,7 +55427,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->39->2389" + "default.handlebars->39->2391" ] }, { @@ -55477,7 +55477,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->39->2451" + "default.handlebars->39->2453" ] }, { @@ -55630,7 +55630,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->39->2636" + "default.handlebars->39->2638" ] }, { @@ -55723,7 +55723,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->39->1667" + "default.handlebars->39->1669" ] }, { @@ -55749,7 +55749,7 @@ "zh-cht": "序列號", "xloc": [ "default-mobile.handlebars->11->586", - "default.handlebars->39->1451" + "default.handlebars->39->1453" ] }, { @@ -55795,7 +55795,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->39->2461" + "default.handlebars->39->2463" ] }, { @@ -55820,7 +55820,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->39->2948" + "default.handlebars->39->2950" ] }, { @@ -55869,7 +55869,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->39->2949" + "default.handlebars->39->2951" ] }, { @@ -55897,9 +55897,9 @@ "default-mobile.handlebars->11->670", "default-mobile.handlebars->11->685", "default.handlebars->39->1018", - "default.handlebars->39->2025", - "default.handlebars->39->2056", - "default.handlebars->39->2458", + "default.handlebars->39->2027", + "default.handlebars->39->2058", + "default.handlebars->39->2460", "default.handlebars->39->996" ] }, @@ -55950,7 +55950,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->711", - "default.handlebars->39->2840" + "default.handlebars->39->2842" ] }, { @@ -55999,8 +55999,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2381", - "default.handlebars->39->2473" + "default.handlebars->39->2383", + "default.handlebars->39->2475" ] }, { @@ -56025,7 +56025,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->39->2596" + "default.handlebars->39->2598" ] }, { @@ -56050,7 +56050,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->39->2462" + "default.handlebars->39->2464" ] }, { @@ -56075,7 +56075,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2595" + "default.handlebars->39->2597" ] }, { @@ -56100,7 +56100,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->39->2879" + "default.handlebars->39->2881" ] }, { @@ -56150,7 +56150,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->39->2961" + "default.handlebars->39->2963" ] }, { @@ -56174,7 +56174,7 @@ "tr": "Sunucu İzleme Etkinliği", "zh-chs": "服务器跟踪事件", "xloc": [ - "default.handlebars->39->2940" + "default.handlebars->39->2942" ] }, { @@ -56250,7 +56250,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->39->2463" + "default.handlebars->39->2465" ] }, { @@ -56500,7 +56500,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->39->2939" + "default.handlebars->39->2941" ] }, { @@ -56525,7 +56525,7 @@ "zh-chs": "服务详情", "zh-cht": "服務詳情", "xloc": [ - "default.handlebars->39->1278" + "default.handlebars->39->1280" ] }, { @@ -56575,8 +56575,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->39->2722", - "default.handlebars->39->2780", + "default.handlebars->39->2724", + "default.handlebars->39->2782", "ssh.handlebars->3->17", "ssh.handlebars->3->19" ] @@ -56627,7 +56627,7 @@ "zh-chs": "会话信息", "zh-cht": "會議訊息", "xloc": [ - "default.handlebars->39->1210", + "default.handlebars->39->1212", "sharing.handlebars->11->18" ] }, @@ -56654,8 +56654,8 @@ "xloc": [ "default-mobile.handlebars->11->456", "default-mobile.handlebars->11->474", - "default.handlebars->39->1301", - "default.handlebars->39->1327" + "default.handlebars->39->1303", + "default.handlebars->39->1329" ] }, { @@ -56733,8 +56733,8 @@ "xloc": [ "default-mobile.handlebars->11->457", "default-mobile.handlebars->11->475", - "default.handlebars->39->1302", - "default.handlebars->39->1328" + "default.handlebars->39->1304", + "default.handlebars->39->1330" ] }, { @@ -56826,7 +56826,7 @@ "tr": "Panoyu Ayarla", "pt-br": "Enviar área de transferência ", "xloc": [ - "default.handlebars->39->1254" + "default.handlebars->39->1256" ] }, { @@ -56921,7 +56921,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2201" + "default.handlebars->39->2203" ] }, { @@ -57024,7 +57024,7 @@ "zh-cht": "設定", "xloc": [ "agent-translations.json", - "default.handlebars->39->1894", + "default.handlebars->39->1896", "default.handlebars->39->433" ] }, @@ -57094,7 +57094,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->39->1813" + "default.handlebars->39->1815" ] }, { @@ -57247,7 +57247,7 @@ "zh-chs": "共享过程", "zh-cht": "共享過程", "xloc": [ - "default.handlebars->39->1272" + "default.handlebars->39->1274" ] }, { @@ -57271,7 +57271,7 @@ "tr": "Paylaşım", "zh-chs": "分享", "xloc": [ - "default.handlebars->39->2070" + "default.handlebars->39->2072" ] }, { @@ -57369,8 +57369,8 @@ "xloc": [ "default-mobile.handlebars->11->428", "default-mobile.handlebars->11->432", - "default.handlebars->39->1235", - "default.handlebars->39->1239" + "default.handlebars->39->1237", + "default.handlebars->39->1241" ] }, { @@ -57678,7 +57678,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->673", - "default.handlebars->39->2028" + "default.handlebars->39->2030" ] }, { @@ -57719,7 +57719,7 @@ "tr": "Trafiği Göster", "pt-br": "Mostrar Tráfego", "xloc": [ - "default.handlebars->39->2776" + "default.handlebars->39->2778" ] }, { @@ -57744,7 +57744,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->39->1984" + "default.handlebars->39->1986" ] }, { @@ -57869,8 +57869,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->39->2412", - "default.handlebars->39->2437" + "default.handlebars->39->2414", + "default.handlebars->39->2439" ] }, { @@ -57895,8 +57895,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->39->2411", - "default.handlebars->39->2436" + "default.handlebars->39->2413", + "default.handlebars->39->2438" ] }, { @@ -57921,8 +57921,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->39->2413", - "default.handlebars->39->2438" + "default.handlebars->39->2415", + "default.handlebars->39->2440" ] }, { @@ -57947,8 +57947,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->39->2410", - "default.handlebars->39->2435" + "default.handlebars->39->2412", + "default.handlebars->39->2437" ] }, { @@ -58218,8 +58218,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->39->1885", - "default.handlebars->39->1937" + "default.handlebars->39->1887", + "default.handlebars->39->1939" ] }, { @@ -58244,8 +58244,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->39->1883", - "default.handlebars->39->1941" + "default.handlebars->39->1885", + "default.handlebars->39->1943" ] }, { @@ -58270,7 +58270,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->39->1665" + "default.handlebars->39->1667" ] }, { @@ -58295,7 +58295,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->39->1666" + "default.handlebars->39->1668" ] }, { @@ -58331,7 +58331,7 @@ "pt-br": "Single Sign-on (Login único)", "pl": "Pojedyncze Logowanie", "xloc": [ - "default.handlebars->39->2824" + "default.handlebars->39->2826" ] }, { @@ -58377,8 +58377,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->39->2725", - "default.handlebars->39->2746", + "default.handlebars->39->2727", + "default.handlebars->39->2748", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -58404,7 +58404,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->39->1369", + "default.handlebars->39->1371", "sharing.handlebars->11->85" ] }, @@ -58430,7 +58430,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->39->1370", + "default.handlebars->39->1372", "sharing.handlebars->11->86" ] }, @@ -58456,7 +58456,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->39->1371", + "default.handlebars->39->1373", "sharing.handlebars->11->87" ] }, @@ -58482,7 +58482,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->39->1372", + "default.handlebars->39->1374", "sharing.handlebars->11->88" ] }, @@ -58593,7 +58593,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->39->1668" + "default.handlebars->39->1670" ] }, { @@ -58618,7 +58618,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->39->1669" + "default.handlebars->39->1671" ] }, { @@ -58696,7 +58696,7 @@ "zh-chs": "小焦点", "zh-cht": "小焦點", "xloc": [ - "default.handlebars->39->1217" + "default.handlebars->39->1219" ] }, { @@ -58722,7 +58722,7 @@ "zh-cht": "軟斷開代理", "xloc": [ "default-mobile.handlebars->11->619", - "default.handlebars->39->1485" + "default.handlebars->39->1487" ] }, { @@ -58798,7 +58798,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->39->1670" + "default.handlebars->39->1672" ] }, { @@ -58823,7 +58823,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->39->1671" + "default.handlebars->39->1673" ] }, { @@ -59054,7 +59054,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->39->1672" + "default.handlebars->39->1674" ] }, { @@ -59079,7 +59079,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->39->1673" + "default.handlebars->39->1675" ] }, { @@ -59104,7 +59104,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->39->1674" + "default.handlebars->39->1676" ] }, { @@ -59129,7 +59129,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->39->1675" + "default.handlebars->39->1677" ] }, { @@ -59154,7 +59154,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->39->1676" + "default.handlebars->39->1678" ] }, { @@ -59179,7 +59179,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->39->1677" + "default.handlebars->39->1679" ] }, { @@ -59204,7 +59204,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->39->1678" + "default.handlebars->39->1680" ] }, { @@ -59229,7 +59229,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->39->1679" + "default.handlebars->39->1681" ] }, { @@ -59254,7 +59254,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->39->1680" + "default.handlebars->39->1682" ] }, { @@ -59279,7 +59279,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->39->1681" + "default.handlebars->39->1683" ] }, { @@ -59304,7 +59304,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->39->1682" + "default.handlebars->39->1684" ] }, { @@ -59329,7 +59329,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->39->1683" + "default.handlebars->39->1685" ] }, { @@ -59354,7 +59354,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->39->1684" + "default.handlebars->39->1686" ] }, { @@ -59379,7 +59379,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->39->1685" + "default.handlebars->39->1687" ] }, { @@ -59404,7 +59404,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->39->1686" + "default.handlebars->39->1688" ] }, { @@ -59429,7 +59429,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->39->1687" + "default.handlebars->39->1689" ] }, { @@ -59454,7 +59454,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->39->1688" + "default.handlebars->39->1690" ] }, { @@ -59479,7 +59479,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->39->1689" + "default.handlebars->39->1691" ] }, { @@ -59504,7 +59504,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->39->1690" + "default.handlebars->39->1692" ] }, { @@ -59529,7 +59529,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->39->1691" + "default.handlebars->39->1693" ] }, { @@ -59629,7 +59629,7 @@ "zh-chs": "开始", "zh-cht": "開始", "xloc": [ - "default.handlebars->39->1275" + "default.handlebars->39->1277" ] }, { @@ -59678,11 +59678,11 @@ "xloc": [ "default.handlebars->39->1074", "default.handlebars->39->118", - "default.handlebars->39->1207", + "default.handlebars->39->1209", "default.handlebars->39->270", - "default.handlebars->39->2723", - "default.handlebars->39->2748", + "default.handlebars->39->2725", "default.handlebars->39->275", + "default.handlebars->39->2750", "sharing.handlebars->11->14" ] }, @@ -59742,7 +59742,7 @@ "fr": "Démarrage de la session Web-RDP \\\"{0}\\\".", "pt-br": "Sessão Web-RDP \\\"{0}\\\" iniciada.", "xloc": [ - "default.handlebars->39->2329" + "default.handlebars->39->2331" ] }, { @@ -59752,7 +59752,7 @@ "fr": "Démarrage de la session Web-SFTP \\\"{0}\\\".", "pt-br": "Sessão Web-SFTP \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2328" + "default.handlebars->39->2330" ] }, { @@ -59762,7 +59762,7 @@ "fr": "Démarrage de la session Web-SSH \\\"{0}\\\".", "pt-br": "Sessão Web-SSH \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2327" + "default.handlebars->39->2329" ] }, { @@ -59772,7 +59772,7 @@ "fr": "Démarrage de la session Web-VNC \\\"{0}\\\".", "pt-br": "Sessão Web-VNC \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2330" + "default.handlebars->39->2332" ] }, { @@ -59797,7 +59797,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->39->2185" + "default.handlebars->39->2187" ] }, { @@ -59807,7 +59807,7 @@ "fr": "Démarrage de la session de bureau multiplexée \\\"{0}\\\"", "pt-br": "Sessão de área de trabalho multiplex \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2324" + "default.handlebars->39->2326" ] }, { @@ -59832,7 +59832,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2194" + "default.handlebars->39->2196" ] }, { @@ -59857,7 +59857,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2195" + "default.handlebars->39->2197" ] }, { @@ -59881,7 +59881,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü başlatıldı", "zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}", "xloc": [ - "default.handlebars->39->2299" + "default.handlebars->39->2301" ] }, { @@ -59906,7 +59906,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2192" + "default.handlebars->39->2194" ] }, { @@ -59931,7 +59931,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->39->2214" + "default.handlebars->39->2216" ] }, { @@ -59956,7 +59956,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->39->2215" + "default.handlebars->39->2217" ] }, { @@ -59981,7 +59981,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->39->2221" + "default.handlebars->39->2223" ] }, { @@ -60006,7 +60006,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->39->2222" + "default.handlebars->39->2224" ] }, { @@ -60031,7 +60031,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2193" + "default.handlebars->39->2195" ] }, { @@ -60081,7 +60081,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->39->2209" + "default.handlebars->39->2211" ] }, { @@ -60106,7 +60106,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->39->2219" + "default.handlebars->39->2221" ] }, { @@ -60152,7 +60152,7 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->1266", + "default.handlebars->39->1268", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -60224,8 +60224,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->2666", - "default.handlebars->39->2741", + "default.handlebars->39->2668", + "default.handlebars->39->2743", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -60251,7 +60251,7 @@ "zh-chs": "停止", "zh-cht": "停止", "xloc": [ - "default.handlebars->39->1276" + "default.handlebars->39->1278" ] }, { @@ -60276,7 +60276,7 @@ "zh-chs": "停止进程", "zh-cht": "停止進程", "xloc": [ - "default.handlebars->39->1257" + "default.handlebars->39->1259" ] }, { @@ -60300,7 +60300,7 @@ "tr": "#{0} \\\"{1}\\\" işlemi durdurulsun mu?", "zh-chs": "停止进程 #{0} \\\"{1}\\\"?", "xloc": [ - "default.handlebars->39->1284" + "default.handlebars->39->1286" ] }, { @@ -60346,8 +60346,8 @@ "tr": "durduruldu", "zh-chs": "停止", "xloc": [ - "default.handlebars->39->1260", - "default.handlebars->39->1264" + "default.handlebars->39->1262", + "default.handlebars->39->1266" ] }, { @@ -60394,7 +60394,7 @@ "zh-cht": "儲存", "xloc": [ "default-mobile.handlebars->11->602", - "default.handlebars->39->1467" + "default.handlebars->39->1469" ] }, { @@ -60444,7 +60444,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->39->2140" + "default.handlebars->39->2142" ] }, { @@ -60469,7 +60469,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->39->1796" + "default.handlebars->39->1798" ] }, { @@ -60524,7 +60524,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->2407" + "default.handlebars->39->2409" ] }, { @@ -60559,8 +60559,8 @@ "fr": "Connexion réussie", "pt-br": "Login realizado com sucesso", "xloc": [ - "default.handlebars->39->2810", - "default.handlebars->39->2830" + "default.handlebars->39->2812", + "default.handlebars->39->2832" ] }, { @@ -60660,7 +60660,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->39->1692" + "default.handlebars->39->1694" ] }, { @@ -60685,7 +60685,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->39->1693" + "default.handlebars->39->1695" ] }, { @@ -60737,7 +60737,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->39->1694" + "default.handlebars->39->1696" ] }, { @@ -60762,7 +60762,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->39->1695" + "default.handlebars->39->1697" ] }, { @@ -60787,7 +60787,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->39->1696" + "default.handlebars->39->1698" ] }, { @@ -60835,7 +60835,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->39->1899" + "default.handlebars->39->1901" ] }, { @@ -60901,7 +60901,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->39->1993" + "default.handlebars->39->1995" ] }, { @@ -60921,7 +60921,7 @@ "tr": "Sunucu cihaz adını bağlantı noktası adıyla senkronize et", "pt-br": "Sincronizar nome do dispositivo do servidor com o nome da porta", "xloc": [ - "default.handlebars->39->1992" + "default.handlebars->39->1994" ] }, { @@ -61242,7 +61242,7 @@ "zh-cht": "未設置TLS", "xloc": [ "default-mobile.handlebars->11->576", - "default.handlebars->39->1441" + "default.handlebars->39->1443" ] }, { @@ -61296,7 +61296,7 @@ "xloc": [ "default-mobile.handlebars->11->413", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->3", - "default.handlebars->39->1220" + "default.handlebars->39->1222" ] }, { @@ -61428,7 +61428,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->39->1697" + "default.handlebars->39->1699" ] }, { @@ -61453,7 +61453,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->39->1698" + "default.handlebars->39->1700" ] }, { @@ -61478,7 +61478,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->39->1699" + "default.handlebars->39->1701" ] }, { @@ -61506,12 +61506,12 @@ "default-mobile.handlebars->11->212", "default-mobile.handlebars->11->351", "default.handlebars->39->1043", - "default.handlebars->39->1907", - "default.handlebars->39->1985", - "default.handlebars->39->2735", - "default.handlebars->39->2794", - "default.handlebars->39->2825", - "default.handlebars->39->2916", + "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->403", "default.handlebars->39->750", "default.handlebars->39->957", @@ -61542,7 +61542,7 @@ "zh-chs": "终端 + 文件", "xloc": [ "default.handlebars->39->1046", - "default.handlebars->39->1911", + "default.handlebars->39->1913", "default.handlebars->39->961" ] }, @@ -61593,9 +61593,9 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->39->1865", - "default.handlebars->39->2512", - "default.handlebars->39->2614", + "default.handlebars->39->1867", + "default.handlebars->39->2514", + "default.handlebars->39->2616", "default.handlebars->39->848" ] }, @@ -61621,9 +61621,9 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->39->1864", - "default.handlebars->39->2511", - "default.handlebars->39->2613", + "default.handlebars->39->1866", + "default.handlebars->39->2513", + "default.handlebars->39->2615", "default.handlebars->39->847" ] }, @@ -61648,7 +61648,7 @@ "tr": "Terminal Oturumu", "zh-chs": "终端会话", "xloc": [ - "default.handlebars->39->2728" + "default.handlebars->39->2730" ] }, { @@ -61782,7 +61782,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->39->1700" + "default.handlebars->39->1702" ] }, { @@ -62016,7 +62016,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->706", - "default.handlebars->39->2835" + "default.handlebars->39->2837" ] }, { @@ -62041,7 +62041,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->727", - "default.handlebars->39->2856" + "default.handlebars->39->2858" ] }, { @@ -62138,7 +62138,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->11->123", - "default.handlebars->39->1771" + "default.handlebars->39->1773" ] }, { @@ -62162,7 +62162,7 @@ "tr": "Bu aracının eski bir sertifika doğrulama mekanizması var, güncellemeyi düşünün.", "zh-chs": "此代理具有过时的证书验证机制,请考虑更新。", "xloc": [ - "default.handlebars->39->2297" + "default.handlebars->39->2299" ] }, { @@ -62186,7 +62186,7 @@ "tr": "Bu aracı güvenli olmayan tüneller kullanıyor, güncellemeyi düşünün.", "zh-chs": "此代理正在使用不安全的隧道,请考虑更新。", "xloc": [ - "default.handlebars->39->2298" + "default.handlebars->39->2300" ] }, { @@ -62257,10 +62257,10 @@ "tr": "Bu bir misafir paylaşım oturumu", "zh-chs": "这是嘉宾分享环节", "xloc": [ - "default.handlebars->39->1380", - "default.handlebars->39->2341", - "default.handlebars->39->2717", - "default.handlebars->39->2718" + "default.handlebars->39->1382", + "default.handlebars->39->2343", + "default.handlebars->39->2719", + "default.handlebars->39->2720" ] }, { @@ -62309,7 +62309,7 @@ "tr": "Bu eski bir aracı sürümüdür, güncellemeyi düşünün.", "zh-chs": "这是一个旧的代理版本,考虑更新。", "xloc": [ - "default.handlebars->39->2296" + "default.handlebars->39->2298" ] }, { @@ -62356,7 +62356,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->39->1966" + "default.handlebars->39->1968" ] }, { @@ -62407,7 +62407,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->39->1963" + "default.handlebars->39->1965" ] }, { @@ -62628,7 +62628,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->39->1701" + "default.handlebars->39->1703" ] }, { @@ -62655,8 +62655,8 @@ "xloc": [ "default-mobile.handlebars->11->358", "default.handlebars->39->1084", - "default.handlebars->39->2773", - "default.handlebars->39->2778", + "default.handlebars->39->2775", + "default.handlebars->39->2780", "player.handlebars->3->17" ] }, @@ -62683,7 +62683,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1072", - "default.handlebars->39->2774" + "default.handlebars->39->2776" ] }, { @@ -62708,7 +62708,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->39->2345" + "default.handlebars->39->2347" ] }, { @@ -62734,7 +62734,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1068", - "default.handlebars->39->2772" + "default.handlebars->39->2774" ] }, { @@ -62977,7 +62977,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->39->1758" + "default.handlebars->39->1760" ] }, { @@ -63298,6 +63298,13 @@ "sharing.handlebars->p11->deskarea0->deskarea1->1" ] }, + { + "en": "Toggle advanced options", + "xloc": [ + "default.handlebars->container->dialog->idx_dlgButtonBar->idx_dlgMoreButtons", + "default.handlebars->container->dialog->idx_dlgButtonBar->idx_dlgMoreButtons" + ] + }, { "cs": "Vyp/zap. režim zaměření, kdy je aktualizována pouze oblast kolem myši", "da": "Skift fokustilstand, når aktiv er kun området omkring musen opdateret", @@ -63597,7 +63604,7 @@ "tr": "Anahtar Adı", "zh-chs": "代币名称", "xloc": [ - "default.handlebars->39->1744" + "default.handlebars->39->1746" ] }, { @@ -63942,7 +63949,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->39->1702" + "default.handlebars->39->1704" ] }, { @@ -63967,7 +63974,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->39->1703" + "default.handlebars->39->1705" ] }, { @@ -64013,7 +64020,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->39->1704" + "default.handlebars->39->1706" ] }, { @@ -64038,7 +64045,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->39->1705" + "default.handlebars->39->1707" ] }, { @@ -64081,7 +64088,7 @@ "tr": "Kapat.", "pt-br": "Desligar.", "xloc": [ - "default.handlebars->39->2312" + "default.handlebars->39->2314" ] }, { @@ -64124,7 +64131,7 @@ "tr": "Aç.", "pt-br": "Ligar.", "xloc": [ - "default.handlebars->39->2311" + "default.handlebars->39->2313" ] }, { @@ -64198,11 +64205,11 @@ "default-mobile.handlebars->11->129", "default-mobile.handlebars->11->632", "default.handlebars->39->1049", - "default.handlebars->39->1273", - "default.handlebars->39->1782", - "default.handlebars->39->1845", - "default.handlebars->39->1938", - "default.handlebars->39->2759", + "default.handlebars->39->1275", + "default.handlebars->39->1784", + "default.handlebars->39->1847", + "default.handlebars->39->1940", + "default.handlebars->39->2761", "default.handlebars->39->444", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -64230,7 +64237,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->39->1514" + "default.handlebars->39->1516" ] }, { @@ -64255,7 +64262,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->39->1511" + "default.handlebars->39->1513" ] }, { @@ -64348,7 +64355,7 @@ "zh-chs": "UTF8终端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->39->1303", + "default.handlebars->39->1305", "sharing.handlebars->11->33" ] }, @@ -64374,7 +64381,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->39->1706" + "default.handlebars->39->1708" ] }, { @@ -64495,7 +64502,7 @@ "zh-chs": "在验证电子邮件地址之前,无法访问此功能。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电子邮件地址。", "zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->39->1773", + "default.handlebars->39->1775", "default.handlebars->39->766" ] }, @@ -64521,8 +64528,8 @@ "zh-chs": "在启用两因素身份验证之前,无法访问此功能。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->39->1775", - "default.handlebars->39->2967", + "default.handlebars->39->1777", + "default.handlebars->39->2969", "default.handlebars->39->768" ] }, @@ -64548,7 +64555,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->723", - "default.handlebars->39->2852" + "default.handlebars->39->2854" ] }, { @@ -64715,7 +64722,7 @@ "tr": "Herhangi bir cihaz içe aktarılamıyor.", "zh-chs": "无法导入任何设备。", "xloc": [ - "default.handlebars->39->1934" + "default.handlebars->39->1936" ] }, { @@ -64977,7 +64984,7 @@ "default-mobile.handlebars->11->695", "default.handlebars->39->1001", "default.handlebars->39->1023", - "default.handlebars->39->2067" + "default.handlebars->39->2069" ] }, { @@ -65029,7 +65036,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->39->2030" + "default.handlebars->39->2032" ] }, { @@ -65088,25 +65095,25 @@ "default-mobile.handlebars->11->6", "default-mobile.handlebars->11->633", "default.handlebars->39->13", - "default.handlebars->39->1431", - "default.handlebars->39->1438", + "default.handlebars->39->1433", + "default.handlebars->39->1440", "default.handlebars->39->178", "default.handlebars->39->179", "default.handlebars->39->180", "default.handlebars->39->182", - "default.handlebars->39->1828", - "default.handlebars->39->1829", + "default.handlebars->39->1830", + "default.handlebars->39->1831", "default.handlebars->39->184", - "default.handlebars->39->1846", - "default.handlebars->39->2710", - "default.handlebars->39->2727", - "default.handlebars->39->2734", - "default.handlebars->39->2804", - "default.handlebars->39->2805", + "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->2808", - "default.handlebars->39->2828", + "default.handlebars->39->2809", + "default.handlebars->39->2810", + "default.handlebars->39->2830", "default.handlebars->39->44", "default.handlebars->39->51", "default.handlebars->39->52", @@ -65136,7 +65143,7 @@ "zh-cht": "未知#{0}", "xloc": [ "default-mobile.handlebars->11->622", - "default.handlebars->39->1835" + "default.handlebars->39->1837" ] }, { @@ -65161,7 +65168,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->39->2885" + "default.handlebars->39->2887" ] }, { @@ -65186,8 +65193,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->39->2537", - "default.handlebars->39->2696" + "default.handlebars->39->2539", + "default.handlebars->39->2698" ] }, { @@ -65212,9 +65219,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->39->2531", - "default.handlebars->39->2684", - "default.handlebars->39->2889" + "default.handlebars->39->2533", + "default.handlebars->39->2686", + "default.handlebars->39->2891" ] }, { @@ -65239,7 +65246,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->39->2881" + "default.handlebars->39->2883" ] }, { @@ -65285,8 +65292,8 @@ "tr": "Bilinmeyen kullanıcı", "pt-br": "usuário desconhecido", "xloc": [ - "default.handlebars->39->2809", - "default.handlebars->39->2829" + "default.handlebars->39->2811", + "default.handlebars->39->2831" ] }, { @@ -65311,7 +65318,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->39->2690" + "default.handlebars->39->2692" ] }, { @@ -65362,7 +65369,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->39->1954" + "default.handlebars->39->1956" ] }, { @@ -65388,7 +65395,7 @@ "zh-cht": "無限", "xloc": [ "default.handlebars->39->1065", - "default.handlebars->39->1727", + "default.handlebars->39->1729", "default.handlebars->39->263", "default.handlebars->39->501", "default.handlebars->39->515" @@ -65416,7 +65423,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->39->2400" + "default.handlebars->39->2402" ] }, { @@ -65513,7 +65520,7 @@ "default-mobile.handlebars->11->424", "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->1231", + "default.handlebars->39->1233", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->dialogBody->dialog3->d3servermode->d3serveraction", @@ -65542,7 +65549,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->39->2972" + "default.handlebars->39->2974" ] }, { @@ -65651,11 +65658,11 @@ "default-mobile.handlebars->11->488", "default-mobile.handlebars->11->506", "default-mobile.handlebars->11->509", - "default.handlebars->39->1349", - "default.handlebars->39->1375", - "default.handlebars->39->1378", - "default.handlebars->39->2169", - "default.handlebars->39->2177", + "default.handlebars->39->1351", + "default.handlebars->39->1377", + "default.handlebars->39->1380", + "default.handlebars->39->2171", + "default.handlebars->39->2179", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -65685,7 +65692,7 @@ "zh-cht": "上載mesh agent核心", "xloc": [ "default-mobile.handlebars->11->621", - "default.handlebars->39->1487" + "default.handlebars->39->1489" ] }, { @@ -65711,7 +65718,7 @@ "zh-cht": "上載核心檔案", "xloc": [ "default-mobile.handlebars->11->618", - "default.handlebars->39->1484" + "default.handlebars->39->1486" ] }, { @@ -65737,7 +65744,7 @@ "zh-cht": "上載默認伺服器核心", "xloc": [ "default-mobile.handlebars->11->614", - "default.handlebars->39->1480", + "default.handlebars->39->1482", "default.handlebars->39->650", "default.handlebars->39->694" ] @@ -65839,7 +65846,7 @@ "zh-cht": "上傳恢復核心", "xloc": [ "default-mobile.handlebars->11->616", - "default.handlebars->39->1482" + "default.handlebars->39->1484" ] }, { @@ -65889,7 +65896,7 @@ "zh-chs": "上传小核", "xloc": [ "default-mobile.handlebars->11->617", - "default.handlebars->39->1483" + "default.handlebars->39->1485" ] }, { @@ -65915,8 +65922,8 @@ "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ "default-mobile.handlebars->11->507", - "default.handlebars->39->1376", - "default.handlebars->39->2178", + "default.handlebars->39->1378", + "default.handlebars->39->2180", "sharing.handlebars->11->90" ] }, @@ -65943,8 +65950,8 @@ "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ "default-mobile.handlebars->11->508", - "default.handlebars->39->1377", - "default.handlebars->39->2179", + "default.handlebars->39->1379", + "default.handlebars->39->2181", "sharing.handlebars->11->91" ] }, @@ -65992,7 +65999,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->39->2229" + "default.handlebars->39->2231" ] }, { @@ -66016,7 +66023,7 @@ "tr": "Yükleme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2284" + "default.handlebars->39->2286" ] }, { @@ -66041,7 +66048,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->39->1707" + "default.handlebars->39->1709" ] }, { @@ -66066,7 +66073,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->39->1708" + "default.handlebars->39->1710" ] }, { @@ -66090,7 +66097,7 @@ "tr": "kullanım", "zh-chs": "用法", "xloc": [ - "default.handlebars->39->2935" + "default.handlebars->39->2937" ] }, { @@ -66290,8 +66297,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->39->2875", - "default.handlebars->39->2877" + "default.handlebars->39->2877", + "default.handlebars->39->2879" ] }, { @@ -66317,14 +66324,14 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->39->116", - "default.handlebars->39->1903", - "default.handlebars->39->2352", - "default.handlebars->39->2382", - "default.handlebars->39->2527", - "default.handlebars->39->2753", - "default.handlebars->39->2760", - "default.handlebars->39->2764", - "default.handlebars->39->2781", + "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->349", "default.handlebars->39->952" ] @@ -66351,7 +66358,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->39->2383" + "default.handlebars->39->2385" ] }, { @@ -66376,11 +66383,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->39->1933", - "default.handlebars->39->2418", - "default.handlebars->39->2419", + "default.handlebars->39->1935", + "default.handlebars->39->2420", "default.handlebars->39->2421", - "default.handlebars->39->2423" + "default.handlebars->39->2423", + "default.handlebars->39->2425" ] }, { @@ -66405,7 +66412,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->39->2894" + "default.handlebars->39->2896" ] }, { @@ -66431,7 +66438,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->11->640", - "default.handlebars->39->1901", + "default.handlebars->39->1903", "default.handlebars->39->948" ] }, @@ -66458,9 +66465,9 @@ "zh-cht": "用戶同意", "xloc": [ "default.handlebars->39->1077", - "default.handlebars->39->1871", - "default.handlebars->39->2518", - "default.handlebars->39->2620", + "default.handlebars->39->1873", + "default.handlebars->39->2520", + "default.handlebars->39->2622", "default.handlebars->39->285", "default.handlebars->39->854" ] @@ -66487,11 +66494,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->39->2005", - "default.handlebars->39->2006", - "default.handlebars->39->2488", - "default.handlebars->39->2692", - "default.handlebars->39->2713", + "default.handlebars->39->2007", + "default.handlebars->39->2008", + "default.handlebars->39->2490", + "default.handlebars->39->2694", + "default.handlebars->39->2715", "default.handlebars->39->951" ] }, @@ -66542,7 +66549,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->39->2689" + "default.handlebars->39->2691" ] }, { @@ -66592,9 +66599,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->39->2074", - "default.handlebars->39->2574", - "default.handlebars->39->2575" + "default.handlebars->39->2076", + "default.handlebars->39->2576", + "default.handlebars->39->2577" ] }, { @@ -66619,8 +66626,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->39->2003", - "default.handlebars->39->2558" + "default.handlebars->39->2005", + "default.handlebars->39->2560" ] }, { @@ -66669,7 +66676,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->39->2430" + "default.handlebars->39->2432" ] }, { @@ -66679,7 +66686,7 @@ "fr": "Connexions utilisateurs", "pt-br": "Logins de usuários", "xloc": [ - "default.handlebars->39->2758" + "default.handlebars->39->2760" ] }, { @@ -66705,7 +66712,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->699", - "default.handlebars->39->2073" + "default.handlebars->39->2075" ] }, { @@ -66825,7 +66832,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2926" + "default.handlebars->39->2928" ] }, { @@ -66874,7 +66881,7 @@ "tr": "Kullanıcı Trafiği Kullanımı", "pt-br": "Uso de Trafego de Usuário", "xloc": [ - "default.handlebars->39->2757" + "default.handlebars->39->2759" ] }, { @@ -66974,7 +66981,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->722", - "default.handlebars->39->2851" + "default.handlebars->39->2853" ] }, { @@ -66999,8 +67006,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->39->1719", - "default.handlebars->39->1721" + "default.handlebars->39->1721", + "default.handlebars->39->1723" ] }, { @@ -67025,7 +67032,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->39->2258" + "default.handlebars->39->2260" ] }, { @@ -67050,7 +67057,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->39->2248" + "default.handlebars->39->2250" ] }, { @@ -67075,7 +67082,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2246" + "default.handlebars->39->2248" ] }, { @@ -67129,7 +67136,7 @@ "tr": "{0}, {1}, {2}'den kilitli hesapta kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "xloc": [ - "default.handlebars->39->2288" + "default.handlebars->39->2290" ] }, { @@ -67153,7 +67160,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->2287" + "default.handlebars->39->2289" ] }, { @@ -67173,7 +67180,7 @@ "tr": "Kullanıcı bildirimleri değişti", "pt-br": "Notificações de usuários alteradas", "xloc": [ - "default.handlebars->39->2309" + "default.handlebars->39->2311" ] }, { @@ -67198,7 +67205,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->730", - "default.handlebars->39->2859" + "default.handlebars->39->2861" ] }, { @@ -67254,13 +67261,13 @@ "default-mobile.handlebars->11->636", "default.handlebars->39->1121", "default.handlebars->39->1202", - "default.handlebars->39->1292", - "default.handlebars->39->1319", - "default.handlebars->39->1791", - "default.handlebars->39->1806", - "default.handlebars->39->1811", - "default.handlebars->39->1849", - "default.handlebars->39->2442", + "default.handlebars->39->1294", + "default.handlebars->39->1321", + "default.handlebars->39->1793", + "default.handlebars->39->1808", + "default.handlebars->39->1813", + "default.handlebars->39->1851", + "default.handlebars->39->2444", "default.handlebars->39->314", "default.handlebars->39->453", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -67294,8 +67301,8 @@ "xloc": [ "default-mobile.handlebars->11->446", "default-mobile.handlebars->11->463", - "default.handlebars->39->1290", - "default.handlebars->39->1317", + "default.handlebars->39->1292", + "default.handlebars->39->1319", "ssh.handlebars->3->6" ] }, @@ -67349,8 +67356,8 @@ "xloc": [ "default-mobile.handlebars->11->447", "default-mobile.handlebars->11->464", - "default.handlebars->39->1291", - "default.handlebars->39->1318", + "default.handlebars->39->1293", + "default.handlebars->39->1320", "ssh.handlebars->3->7" ] }, @@ -67406,9 +67413,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->39->2476", - "default.handlebars->39->2519", - "default.handlebars->39->2925", + "default.handlebars->39->2478", + "default.handlebars->39->2521", + "default.handlebars->39->2927", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -67434,7 +67441,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2898" + "default.handlebars->39->2900" ] }, { @@ -67458,7 +67465,7 @@ "tr": "Kullanıcılar Görünümü", "zh-chs": "用户视图", "xloc": [ - "default.handlebars->39->2416" + "default.handlebars->39->2418" ] }, { @@ -67483,7 +67490,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->731", - "default.handlebars->39->2860" + "default.handlebars->39->2862" ] }, { @@ -67556,7 +67563,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->39->1308", + "default.handlebars->39->1310", "sharing.handlebars->11->38" ] }, @@ -67607,7 +67614,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->39->2395" + "default.handlebars->39->2397" ] }, { @@ -67632,7 +67639,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->724", - "default.handlebars->39->2853" + "default.handlebars->39->2855" ] }, { @@ -67681,7 +67688,7 @@ "tr": "Değer", "zh-chs": "价值", "xloc": [ - "default.handlebars->39->1247" + "default.handlebars->39->1249" ] }, { @@ -67706,7 +67713,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->39->1709" + "default.handlebars->39->1711" ] }, { @@ -67733,8 +67740,8 @@ "xloc": [ "default-mobile.handlebars->11->581", "default-mobile.handlebars->11->584", - "default.handlebars->39->1446", - "default.handlebars->39->1449" + "default.handlebars->39->1448", + "default.handlebars->39->1451" ] }, { @@ -67785,7 +67792,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->39->2668" + "default.handlebars->39->2670" ] }, { @@ -67837,8 +67844,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->11->94", - "default.handlebars->39->1491", - "default.handlebars->39->2391" + "default.handlebars->39->1493", + "default.handlebars->39->2393" ] }, { @@ -67863,7 +67870,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->39->2275" + "default.handlebars->39->2277" ] }, { @@ -67943,10 +67950,10 @@ "default-mobile.handlebars->11->565", "default-mobile.handlebars->11->582", "default-mobile.handlebars->11->587", - "default.handlebars->39->1384", - "default.handlebars->39->1430", - "default.handlebars->39->1447", - "default.handlebars->39->1452", + "default.handlebars->39->1386", + "default.handlebars->39->1432", + "default.handlebars->39->1449", + "default.handlebars->39->1454", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -67972,7 +67979,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->39->2968" + "default.handlebars->39->2970" ] }, { @@ -68070,7 +68077,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->39->1710" + "default.handlebars->39->1712" ] }, { @@ -68120,7 +68127,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->39->2467" + "default.handlebars->39->2469" ] }, { @@ -68166,8 +68173,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->39->2971", - "default.handlebars->39->2973" + "default.handlebars->39->2973", + "default.handlebars->39->2975" ] }, { @@ -68217,7 +68224,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->39->1890" + "default.handlebars->39->1892" ] }, { @@ -68242,7 +68249,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->39->2630" + "default.handlebars->39->2632" ] }, { @@ -68291,7 +68298,7 @@ "tr": "Bu kullanıcı için önceki girişleri görüntüle", "zh-chs": "查看此用户以前的登录", "xloc": [ - "default.handlebars->39->2643" + "default.handlebars->39->2645" ] }, { @@ -68340,7 +68347,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->39->1711" + "default.handlebars->39->1713" ] }, { @@ -68604,8 +68611,8 @@ "xloc": [ "default-mobile.handlebars->11->671", "default-mobile.handlebars->11->686", - "default.handlebars->39->2026", - "default.handlebars->39->2057" + "default.handlebars->39->2028", + "default.handlebars->39->2059" ] }, { @@ -68681,7 +68688,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->39->1712" + "default.handlebars->39->1714" ] }, { @@ -68706,7 +68713,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->39->1798" + "default.handlebars->39->1800" ] }, { @@ -68756,7 +68763,7 @@ "tr": "Web Sayfası Bildirimleri", "pt-br": "Notificação de Página Web", "xloc": [ - "default.handlebars->39->2103", + "default.handlebars->39->2105", "default.handlebars->39->978" ] }, @@ -68776,7 +68783,7 @@ "ru": "Web Power Switch 7", "tr": "Web Güç Anahtarı 7", "xloc": [ - "default.handlebars->39->1789" + "default.handlebars->39->1791" ] }, { @@ -68801,8 +68808,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->39->2951", - "default.handlebars->39->2952" + "default.handlebars->39->2953", + "default.handlebars->39->2954" ] }, { @@ -68826,7 +68833,7 @@ "tr": "Web Sunucusu HTTP Başlıkları", "zh-chs": "Web 服务器 HTTP 标头", "xloc": [ - "default.handlebars->39->2955" + "default.handlebars->39->2957" ] }, { @@ -68851,7 +68858,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->39->2953" + "default.handlebars->39->2955" ] }, { @@ -68876,7 +68883,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->39->2954" + "default.handlebars->39->2956" ] }, { @@ -68901,7 +68908,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->39->2800", + "default.handlebars->39->2802", "default.handlebars->39->926", "default.handlebars->contextMenu->cxwebrdp" ] @@ -68922,7 +68929,7 @@ "ru": "Web-SFTP", "tr": "Web-SFTP", "xloc": [ - "default.handlebars->39->2802" + "default.handlebars->39->2804" ] }, { @@ -68946,7 +68953,7 @@ "tr": "Web-SSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2801", + "default.handlebars->39->2803", "default.handlebars->39->928", "default.handlebars->contextMenu->cxwebssh" ] @@ -68972,7 +68979,7 @@ "tr": "Web-VNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2803", + "default.handlebars->39->2805", "default.handlebars->39->924", "default.handlebars->contextMenu->cxwebvnc" ] @@ -68998,7 +69005,7 @@ "tr": "WebRDP", "zh-chs": "网络RDP", "xloc": [ - "default.handlebars->39->2919" + "default.handlebars->39->2921" ] }, { @@ -69022,7 +69029,7 @@ "tr": "WebSSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2920" + "default.handlebars->39->2922" ] }, { @@ -69066,7 +69073,7 @@ "tr": "WebVNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2921" + "default.handlebars->39->2923" ] }, { @@ -69163,7 +69170,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->39->1713" + "default.handlebars->39->1715" ] }, { @@ -69188,7 +69195,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2082" + "default.handlebars->39->2084" ] }, { @@ -69214,7 +69221,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->11->100", - "default.handlebars->39->1498" + "default.handlebars->39->1500" ] }, { @@ -69239,7 +69246,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->39->1964" + "default.handlebars->39->1966" ] }, { @@ -69286,7 +69293,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->39->1965" + "default.handlebars->39->1967" ] }, { @@ -69311,7 +69318,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->39->2600" + "default.handlebars->39->2602" ] }, { @@ -69339,8 +69346,8 @@ "default-mobile.handlebars->11->431", "default-mobile.handlebars->11->435", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->5", - "default.handlebars->39->1238", - "default.handlebars->39->1242", + "default.handlebars->39->1240", + "default.handlebars->39->1244", "sharing.handlebars->p11->deskarea0->deskarea4->3->deskkeys->3" ] }, @@ -69956,7 +69963,7 @@ "fr": "MeshAgent Windows", "pt-br": "MeshAgent Windows", "xloc": [ - "default.handlebars->39->2087", + "default.handlebars->39->2089", "default.handlebars->39->518" ] }, @@ -70139,6 +70146,12 @@ "default.handlebars->39->582" ] }, + { + "en": "Working Dir", + "xloc": [ + "default.handlebars->39->1206" + ] + }, { "cs": "Pracovní sada", "da": "Arbejdssæt", @@ -70210,7 +70223,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->39->1368", + "default.handlebars->39->1370", "sharing.handlebars->11->84" ] }, @@ -70236,7 +70249,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->39->1367", + "default.handlebars->39->1369", "sharing.handlebars->11->83" ] }, @@ -70362,7 +70375,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->39->1714" + "default.handlebars->39->1716" ] }, { @@ -70387,7 +70400,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->39->1715" + "default.handlebars->39->1717" ] }, { @@ -70560,7 +70573,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->39->1517" + "default.handlebars->39->1519" ] }, { @@ -70611,7 +70624,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->39->1352", + "default.handlebars->39->1354", "sharing.handlebars->11->68" ] }, @@ -70714,7 +70727,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->39->1716" + "default.handlebars->39->1718" ] }, { @@ -71132,7 +71145,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->39->2969" + "default.handlebars->39->2971" ] }, { @@ -71561,7 +71574,7 @@ "zh-cht": "console.txt", "xloc": [ "default-mobile.handlebars->11->611", - "default.handlebars->39->1477" + "default.handlebars->39->1479" ] }, { @@ -71587,7 +71600,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->161", - "default.handlebars->39->2174" + "default.handlebars->39->2176" ] }, { @@ -71808,8 +71821,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->39->2359", - "default.handlebars->39->2364" + "default.handlebars->39->2361", + "default.handlebars->39->2366" ] }, { @@ -71834,8 +71847,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->39->2361", - "default.handlebars->39->2365" + "default.handlebars->39->2363", + "default.handlebars->39->2367" ] }, { @@ -71910,8 +71923,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->39->2906", - "default.handlebars->39->2909" + "default.handlebars->39->2908", + "default.handlebars->39->2911" ] }, { @@ -72181,7 +72194,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->2431" + "default.handlebars->39->2433" ] }, { @@ -72397,7 +72410,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->39->2459" + "default.handlebars->39->2461" ] }, { @@ -72715,6 +72728,24 @@ "default.handlebars->39->587" ] }, + { + "en": "morexxx1", + "xloc": [ + "default.handlebars->39->2979" + ] + }, + { + "en": "morexxx2", + "xloc": [ + "default.handlebars->39->2980" + ] + }, + { + "en": "morexxx3", + "xloc": [ + "default.handlebars->39->2981" + ] + }, { "cs": "přesunout", "da": "flyt", @@ -72738,7 +72769,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->162", - "default.handlebars->39->2175" + "default.handlebars->39->2177" ] }, { @@ -73006,7 +73037,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->39->1832" + "default.handlebars->39->1834" ] }, { @@ -73031,7 +73062,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->39->2963" + "default.handlebars->39->2965" ] }, { @@ -73133,7 +73164,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->2938" + "default.handlebars->39->2940" ] }, { @@ -73158,7 +73189,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->39->2962" + "default.handlebars->39->2964" ] }, { @@ -73205,8 +73236,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->39->2907", - "default.handlebars->39->2910" + "default.handlebars->39->2909", + "default.handlebars->39->2912" ] }, { @@ -73333,8 +73364,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->39->2427", - "default.handlebars->39->2432" + "default.handlebars->39->2429", + "default.handlebars->39->2434" ] }, { @@ -73359,8 +73390,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->39->2429", - "default.handlebars->39->2433" + "default.handlebars->39->2431", + "default.handlebars->39->2435" ] }, { @@ -73385,7 +73416,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->39->2363" + "default.handlebars->39->2365" ] }, { @@ -73602,8 +73633,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->39->2149", - "default.handlebars->39->2154" + "default.handlebars->39->2151", + "default.handlebars->39->2156" ] }, { @@ -73649,9 +73680,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->39->2147", - "default.handlebars->39->2152", - "default.handlebars->39->2726" + "default.handlebars->39->2149", + "default.handlebars->39->2154", + "default.handlebars->39->2728" ] }, { @@ -73699,10 +73730,10 @@ "xloc": [ "default-mobile.handlebars->11->595", "default-mobile.handlebars->11->600", - "default.handlebars->39->1460", - "default.handlebars->39->1465", - "default.handlebars->39->2148", - "default.handlebars->39->2153" + "default.handlebars->39->1462", + "default.handlebars->39->1467", + "default.handlebars->39->2150", + "default.handlebars->39->2155" ] }, { @@ -73728,7 +73759,7 @@ "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->11->593", - "default.handlebars->39->1458" + "default.handlebars->39->1460" ] }, { @@ -73774,7 +73805,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->39->2646" + "default.handlebars->39->2648" ] }, { @@ -73799,8 +73830,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->39->2146", - "default.handlebars->39->2151" + "default.handlebars->39->2148", + "default.handlebars->39->2153" ] }, { @@ -73826,8 +73857,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->150", - "default.handlebars->39->2162", - "default.handlebars->39->2747", + "default.handlebars->39->2164", + "default.handlebars->39->2749", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -73855,7 +73886,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->39->2141" + "default.handlebars->39->2143" ] }, { @@ -73901,7 +73932,7 @@ "zh-chs": "{0}个连接", "zh-cht": "{0}個連接", "xloc": [ - "default.handlebars->39->1209", + "default.handlebars->39->1211", "sharing.handlebars->11->16" ] }, @@ -73951,7 +73982,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->39->2144" + "default.handlebars->39->2146" ] }, { @@ -73976,7 +74007,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->39->2605" + "default.handlebars->39->2607" ] }, { @@ -74048,7 +74079,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->39->2142" + "default.handlebars->39->2144" ] }, { @@ -74100,7 +74131,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->39->2143" + "default.handlebars->39->2145" ] }, { @@ -74211,7 +74242,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->39->2373" + "default.handlebars->39->2375" ] }, { @@ -74613,7 +74644,7 @@ "default-mobile.handlebars->11->219", "default-mobile.handlebars->11->223", "default-mobile.handlebars->11->227", - "default.handlebars->39->2377", + "default.handlebars->39->2379", "default.handlebars->39->395", "default.handlebars->39->398", "default.handlebars->39->402", @@ -74848,7 +74879,7 @@ "tr": "{0}, {1} için {2} dakika", "pt-br": "{0}, {1} até {2} minuto", "xloc": [ - "default.handlebars->39->1915", + "default.handlebars->39->1917", "default.handlebars->39->965" ] }, @@ -74869,7 +74900,7 @@ "tr": "{0}, {1} için {2} dakika", "pt-br": "{0}, {1} até {2} minutos", "xloc": [ - "default.handlebars->39->1916", + "default.handlebars->39->1918", "default.handlebars->39->966" ] }, @@ -74895,7 +74926,7 @@ "zh-chs": "{0},{1}至{2}", "zh-cht": "{0},{1}至{2}", "xloc": [ - "default.handlebars->39->1914", + "default.handlebars->39->1916", "default.handlebars->39->964" ] }, @@ -74971,7 +75002,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->39->2156" + "default.handlebars->39->2158" ] }, { @@ -74996,7 +75027,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->39->2155" + "default.handlebars->39->2157" ] }, { @@ -75129,6 +75160,18 @@ "pt-br": "≡", "ru": "≡" }, + { + "en": "▲", + "xloc": [ + "default.handlebars->container->dialog->idx_dlgButtonBar->idx_dlgMoreButtons->morexxx2" + ] + }, + { + "en": "▼", + "xloc": [ + "default.handlebars->container->dialog->idx_dlgButtonBar->idx_dlgMoreButtons->morexxx1" + ] + }, { "cs": "◀", "da": "◀",