diff --git a/MeshCentralServer.njsproj b/MeshCentralServer.njsproj index e752bf83..49c6058d 100644 --- a/MeshCentralServer.njsproj +++ b/MeshCentralServer.njsproj @@ -449,6 +449,7 @@ + diff --git a/agents/MeshCmd-signed.exe b/agents/MeshCmd-signed.exe index c25f64de..1876491f 100644 Binary files a/agents/MeshCmd-signed.exe and b/agents/MeshCmd-signed.exe differ diff --git a/agents/MeshCmd64-signed.exe b/agents/MeshCmd64-signed.exe index a16938aa..2bf9266d 100644 Binary files a/agents/MeshCmd64-signed.exe and b/agents/MeshCmd64-signed.exe differ diff --git a/agents/MeshService-signed.exe b/agents/MeshService-signed.exe index b91921f4..bbd8c9f3 100644 Binary files a/agents/MeshService-signed.exe and b/agents/MeshService-signed.exe differ diff --git a/agents/MeshService.exe b/agents/MeshService.exe index 14e59669..6e75ea80 100644 Binary files a/agents/MeshService.exe and b/agents/MeshService.exe differ diff --git a/agents/MeshService64-signed.exe b/agents/MeshService64-signed.exe index ba3471ec..2727d430 100644 Binary files a/agents/MeshService64-signed.exe and b/agents/MeshService64-signed.exe differ diff --git a/agents/MeshService64.exe b/agents/MeshService64.exe index 9b8b6185..51fe0421 100644 Binary files a/agents/MeshService64.exe and b/agents/MeshService64.exe differ diff --git a/agents/meshagent_arm b/agents/meshagent_arm index eaaeb51a..e2a30137 100644 Binary files a/agents/meshagent_arm and b/agents/meshagent_arm differ diff --git a/agents/meshagent_arm-linaro b/agents/meshagent_arm-linaro index a6b6c639..a1902a7e 100644 Binary files a/agents/meshagent_arm-linaro and b/agents/meshagent_arm-linaro differ diff --git a/agents/meshagent_arm64 b/agents/meshagent_arm64 index 2f192a4c..00ab0a12 100644 Binary files a/agents/meshagent_arm64 and b/agents/meshagent_arm64 differ diff --git a/agents/meshagent_armhf b/agents/meshagent_armhf index 94caa181..ee695457 100644 Binary files a/agents/meshagent_armhf and b/agents/meshagent_armhf differ diff --git a/agents/meshagent_mips b/agents/meshagent_mips index 77831e2f..05334c4f 100644 Binary files a/agents/meshagent_mips and b/agents/meshagent_mips differ diff --git a/agents/meshagent_pogo b/agents/meshagent_pogo index 8e54d996..5bd1c065 100644 Binary files a/agents/meshagent_pogo and b/agents/meshagent_pogo differ diff --git a/agents/meshagent_poky b/agents/meshagent_poky index 943afb90..9be7e6b5 100644 Binary files a/agents/meshagent_poky and b/agents/meshagent_poky differ diff --git a/agents/meshagent_poky64 b/agents/meshagent_poky64 index e5c5149c..b086aece 100644 Binary files a/agents/meshagent_poky64 and b/agents/meshagent_poky64 differ diff --git a/agents/meshagent_x86 b/agents/meshagent_x86 index 221b0aac..a249242b 100644 Binary files a/agents/meshagent_x86 and b/agents/meshagent_x86 differ diff --git a/agents/meshagent_x86-64 b/agents/meshagent_x86-64 index e3e73958..ef19fc8a 100644 Binary files a/agents/meshagent_x86-64 and b/agents/meshagent_x86-64 differ diff --git a/agents/meshagent_x86-64_nokvm b/agents/meshagent_x86-64_nokvm index 7caa702e..d7a909e4 100644 Binary files a/agents/meshagent_x86-64_nokvm and b/agents/meshagent_x86-64_nokvm differ diff --git a/agents/meshagent_x86_nokvm b/agents/meshagent_x86_nokvm index 282910aa..7b49f09b 100644 Binary files a/agents/meshagent_x86_nokvm and b/agents/meshagent_x86_nokvm differ diff --git a/agents/meshcore.js b/agents/meshcore.js index cff04cf4..19b4291b 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -683,6 +683,15 @@ function createMeshCore(agent) { } break; } + case 'messagebox': { + // Display a message box + if (data.title && data.msg) { + MeshServerLog("Displaying message box, title=" + data.title + ", message=" + data.msg, data); + data.msg = data.msg.split('\r').join('\\r').split('\n').join('\\n'); + try { require('message-box').create(data.title, data.msg, 120); } catch (ex) { } + } + break; + } case 'ps': { // Return the list of running processes if (data.sessionid) { diff --git a/docs/MeshCentral2 Install Guide v0.0.9.odt b/docs/MeshCentral2 Install Guide v0.0.9.odt index de002137..a06d7cd0 100644 Binary files a/docs/MeshCentral2 Install Guide v0.0.9.odt and b/docs/MeshCentral2 Install Guide v0.0.9.odt differ diff --git a/public/scripts/agent-desktop-0.0.2-min.js b/public/scripts/agent-desktop-0.0.2-min.js index 59f50798..7b7e7d6f 100644 --- a/public/scripts/agent-desktop-0.0.2-min.js +++ b/public/scripts/agent-desktop-0.0.2-min.js @@ -1 +1 @@ -var CreateAgentRemoteDesktop=function(e,t){var g={};"string"==typeof(g.CanvasId=e)&&(g.CanvasId=Q(e)),g.Canvas=g.CanvasId.getContext("2d"),g.scrolldiv=t,g.State=0,g.PendingOperations=[],g.tilesReceived=0,g.TilesDrawn=0,g.KillDraw=0,g.ipad=!1,g.tabletKeyboardVisible=!1,g.LastX=0,g.LastY=0,g.touchenabled=0,g.submenuoffset=0,g.touchtimer=null,g.TouchArray={},g.connectmode=0,g.connectioncount=0,g.rotation=0,g.protocol=2,g.debugmode=0,g.firstUpKeys=[],g.stopInput=!1,g.localKeyMap=!0,g.pressedKeys=[],g.sessionid=0,g.username,g.oldie=!1,g.CompressionLevel=50,g.ScalingLevel=1024,g.FrameRateTimer=100,g.FirstDraw=!1,g.ScreenWidth=960,g.ScreenHeight=700,g.width=960,g.height=960,g.displays=null,g.selectedDisplay=null,g.onScreenSizeChange=null,g.onMessage=null,g.onConnectCountChanged=null,g.onDebugMessage=null,g.onTouchEnabledChanged=null,g.onDisplayinfo=null;var v=!(g.accumulator=null),p="default";g.mouseCursorActive=function(e){v!=e&&(v=e,g.CanvasId.style.cursor=1==e?p:"default")};var f=["default","progress","crosshair","pointer","help","text","no-drop","move","nesw-resize","ns-resize","nwse-resize","w-resize","alias","wait","none","not-allowed","col-resize","row-resize","copy","zoom-in","zoom-out"];g.Start=function(){g.State=0,g.accumulator=null},g.Stop=function(){g.setRotation(0),g.UnGrabKeyInput(),g.UnGrabMouseInput(),g.touchenabled=0,null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId),g.Canvas.clearRect(0,0,g.CanvasId.width,g.CanvasId.height)},g.xxStateChange=function(e){if(g.State!=e)switch(g.State=e,g.CanvasId.style.cursor="default",e){case 0:g.Stop()}},g.send=function(e){1e.length)return void(g.accumulator=e);e=e.substring(8),s=8}if(r!=e.length&&0e.length)){switch(3!=a&&4!=a&&7!=a||(n=((255&(t=e.substring(4,r)).charCodeAt(0))<<8)+(255&t.charCodeAt(1)),o=((255&t.charCodeAt(2))<<8)+(255&t.charCodeAt(3)),0>32)+g.intToStr(32&o)):(g.recordedSize+=n.length,g.shortToStr(e)+g.shortToStr(t)+g.intToStr(n.length)+g.intToStr(o>>32)+g.intToStr(32&o)+n)}return g.SendKeyMsg=function(e,t){var n;null!=e&&((t=t||window.event).code&&0==g.localKeyMap?null!=(n=function(e){return e.code.startsWith("Key")&&4==e.code.length?e.code.charCodeAt(3):e.code.startsWith("Digit")&&6==e.code.length?e.code.charCodeAt(5):e.code.startsWith("Numpad")&&7==e.code.length?e.code.charCodeAt(6)+48:o[e.code]}(t))&&g.SendKeyMsgKC(e,n):(59==(n=t.keyCode)?n=186:173==n?n=189:61==n&&(n=187),g.SendKeyMsgKC(e,n)))},g.SendMessage=function(e){3==g.State&&g.send(String.fromCharCode(0,17)+g.shortToStr(4+e.length)+e)},g.SendKeyMsgKC=function(e,t){if(3==g.State)if("object"==typeof e)for(var n in e)g.SendKeyMsgKC(e[n][0],e[n][1]);else{if(1==e)-1==g.pressedKeys.indexOf(t)&&g.pressedKeys.unshift(t);else if(2==e){-1!=(n=g.pressedKeys.indexOf(t))&&g.pressedKeys.splice(n,1)}g.send(String.fromCharCode(0,g.InputType.KEY,0,6,e-1,t))}},g.sendcad=function(){g.SendCtrlAltDelMsg()},g.SendCtrlAltDelMsg=function(){3==g.State&&g.send(String.fromCharCode(0,g.InputType.CTRLALTDEL,0,4))},g.SendEscKey=function(){3==g.State&&g.send(String.fromCharCode(0,g.InputType.KEY,0,6,0,27,0,g.InputType.KEY,0,6,1,27))},g.SendStartMsg=function(){g.SendKeyMsgKC(g.KeyAction.EXDOWN,91),g.SendKeyMsgKC(g.KeyAction.EXUP,91)},g.SendCharmsMsg=function(){g.SendKeyMsgKC(g.KeyAction.EXDOWN,91),g.SendKeyMsgKC(g.KeyAction.DOWN,67),g.SendKeyMsgKC(g.KeyAction.UP,67),g.SendKeyMsgKC(g.KeyAction.EXUP,91)},g.SendTouchMsg1=function(e,t,n,o){3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(14)+String.fromCharCode(1,e)+g.intToStr(t)+g.shortToStr(n)+g.shortToStr(o))},g.SendTouchMsg2=function(e,t){var n,o="";for(var a in g.TouchArray)a==e?n=t:1==g.TouchArray[a].f?(n=65542,g.TouchArray[a].f=3,"START"+a):2==g.TouchArray[a].f?(n=262144,"STOP"+a):n=131078,o+=String.fromCharCode(a)+g.intToStr(n)+g.shortToStr(g.TouchArray[a].x)+g.shortToStr(g.TouchArray[a].y),2==g.TouchArray[a].f&&delete g.TouchArray[a];3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(5+o.length)+String.fromCharCode(2)+o),0==Object.keys(g.TouchArray).length&&null!=g.touchtimer&&(clearInterval(g.touchtimer),g.touchtimer=null)},g.SendMouseMsg=function(e,t){if(3==g.State&&null!=e&&null!=g.Canvas){if(!t)t=window.event;var n=g.Canvas.canvas.height/g.CanvasId.clientHeight,o=g.Canvas.canvas.width/g.CanvasId.clientWidth,a=g.GetPositionOfControl(g.Canvas.canvas),r=(t.pageX-a[0])*o,s=(t.pageY-a[1])*n;if(t.addx&&(r+=t.addx),t.addy&&(s+=t.addy),0<=r&&r<=g.Canvas.canvas.width&&0<=s&&s<=g.Canvas.canvas.height){var i=0,c=0;e==g.KeyAction.UP||e==g.KeyAction.DOWN?t.which?i=1==t.which?g.MouseButton.LEFT:2==t.which?g.MouseButton.MIDDLE:g.MouseButton.RIGHT:t.button&&(i=0==t.button?g.MouseButton.LEFT:1==t.button?g.MouseButton.MIDDLE:g.MouseButton.RIGHT):e==g.KeyAction.SCROLL&&(t.detail?c=120*t.detail*-1:t.wheelDelta&&(c=3*t.wheelDelta));var u="";u=e==g.KeyAction.DBLCLICK?String.fromCharCode(0,g.InputType.MOUSE,0,10,0,136,r/256&255,255&r,s/256&255,255&s):e==g.KeyAction.SCROLL?String.fromCharCode(0,g.InputType.MOUSE,0,12,0,0,r/256&255,255&r,s/256&255,255&s,c/256&255,255&c):String.fromCharCode(0,g.InputType.MOUSE,0,10,0,e==g.KeyAction.DOWN?i:2*i&255,r/256&255,255&r,s/256&255,255&s),g.Action==g.KeyAction.NONE?0==g.Alternate||g.ipad?(g.send(u),g.Alternate=1):g.Alternate=0:g.send(u)}}},g.GetDisplayNumbers=function(){g.send(String.fromCharCode(0,11,0,4))},g.SetDisplay=function(e){g.send(String.fromCharCode(0,12,0,6,e>>8,255&e))},g.intToStr=function(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)},g.shortToStr=function(e){return String.fromCharCode(e>>8&255,255&e)},g.onResize=function(){0!=g.ScreenWidth&&0!=g.ScreenHeight&&(g.Canvas.canvas.width==g.ScreenWidth&&g.Canvas.canvas.height==g.ScreenHeight||(g.FirstDraw&&(g.Canvas.canvas.width=g.ScreenWidth,g.Canvas.canvas.height=g.ScreenHeight,g.Canvas.fillRect(0,0,g.ScreenWidth,g.ScreenHeight),null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)),g.FirstDraw=!1))},g.xxMouseInputGrab=!1,g.xxKeyInputGrab=!1,g.xxMouseMove=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.NONE,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseUp=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseDown=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxMouseDblClick=function(e){return 3==g.State&&g.SendMouseMsg(g.KeyAction.DBLCLICK,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxDOMMouseScroll=function(e){return 3!=g.State||(g.SendMouseMsg(g.KeyAction.SCROLL,e),!1)},g.xxMouseWheel=function(e){return 3!=g.State||(g.SendMouseMsg(g.KeyAction.SCROLL,e),!1)},g.xxKeyUp=function(e){return 3==g.State&&g.SendKeyMsg(g.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyDown=function(e){return 3==g.State&&g.SendKeyMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyPress=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.handleKeys=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyPress(e)},g.handleKeyUp=function(e){if(1==g.stopInput||3!=desktop.State)return!1;if(g.firstUpKeys.length<5&&(g.firstUpKeys.push(e.keyCode),5==g.firstUpKeys.length)){var t=g.firstUpKeys.join(",");"16,17,91,91,16"!=t&&"16,17,18,91,92"!=t||(g.stopInput=!0)}return g.xxKeyUp(e)},g.handleKeyDown=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyDown(e)},g.handleReleaseKeys=function(){var e=JSON.parse(JSON.stringify(g.pressedKeys));for(var t in e)g.SendKeyMsgKC(g.KeyAction.UP,e[t])},g.mousedblclick=function(e){return 1!=g.stopInput&&g.xxMouseDblClick(e)},g.mousedown=function(e){return 1!=g.stopInput&&g.xxMouseDown(e)},g.mouseup=function(e){return 1!=g.stopInput&&g.xxMouseUp(e)},g.mousemove=function(e){return 1!=g.stopInput&&g.xxMouseMove(e)},g.mousewheel=function(e){return 1!=g.stopInput&&g.xxMouseWheel(e)},g.xxMsTouchEvent=function(e){if(4!=e.originalEvent.pointerType){if(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),"MSPointerDown"==e.type||"MSPointerMove"==e.type||"MSPointerUp"==e.type){var t=0,n=e.originalEvent.pointerId%256,o=e.offsetX*(Canvas.canvas.width/g.CanvasId.clientWidth),a=e.offsetY*(Canvas.canvas.height/g.CanvasId.clientHeight);"MSPointerDown"==e.type?t=65542:"MSPointerMove"==e.type?t=131078:"MSPointerUp"==e.type&&(t=262144),g.TouchArray[n]||(g.TouchArray[n]={x:o,y:a}),g.SendTouchMsg2(n,t),"MSPointerUp"==e.type&&delete g.TouchArray[n]}else alert(e.type);return!0}},g.xxTouchStart=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){if(1>32)+h.intToStr(32&o)):(h.recordedSize+=t.length,h.shortToStr(e)+h.shortToStr(n)+h.intToStr(t.length)+h.intToStr(o>>32)+h.intToStr(32&o)+t)}return h.SendKeyMsg=function(e,n){var t;null!=e&&((n=n||window.event).code&&0==h.localKeyMap?null!=(t=function(e){return e.code.startsWith("Key")&&4==e.code.length?e.code.charCodeAt(3):e.code.startsWith("Digit")&&6==e.code.length?e.code.charCodeAt(5):e.code.startsWith("Numpad")&&7==e.code.length?e.code.charCodeAt(6)+48:o[e.code]}(n))&&h.SendKeyMsgKC(e,t):(59==(t=n.keyCode)?t=186:173==t?t=189:61==t&&(t=187),h.SendKeyMsgKC(e,t)))},h.SendMessage=function(e){3==h.State&&h.send(String.fromCharCode(0,17)+h.shortToStr(4+e.length)+e)},h.SendKeyMsgKC=function(e,n){if(3==h.State)if("object"==typeof e)for(var t in e)h.SendKeyMsgKC(e[t][0],e[t][1]);else{if(1==e)-1==h.pressedKeys.indexOf(n)&&h.pressedKeys.unshift(n);else if(2==e){-1!=(t=h.pressedKeys.indexOf(n))&&h.pressedKeys.splice(t,1)}h.send(String.fromCharCode(0,h.InputType.KEY,0,6,e-1,n))}},h.sendcad=function(){h.SendCtrlAltDelMsg()},h.SendCtrlAltDelMsg=function(){3==h.State&&h.send(String.fromCharCode(0,h.InputType.CTRLALTDEL,0,4))},h.SendEscKey=function(){3==h.State&&h.send(String.fromCharCode(0,h.InputType.KEY,0,6,0,27,0,h.InputType.KEY,0,6,1,27))},h.SendStartMsg=function(){h.SendKeyMsgKC(h.KeyAction.EXDOWN,91),h.SendKeyMsgKC(h.KeyAction.EXUP,91)},h.SendCharmsMsg=function(){h.SendKeyMsgKC(h.KeyAction.EXDOWN,91),h.SendKeyMsgKC(h.KeyAction.DOWN,67),h.SendKeyMsgKC(h.KeyAction.UP,67),h.SendKeyMsgKC(h.KeyAction.EXUP,91)},h.SendTouchMsg1=function(e,n,t,o){3==h.State&&h.send(String.fromCharCode(0,h.InputType.TOUCH)+h.shortToStr(14)+String.fromCharCode(1,e)+h.intToStr(n)+h.shortToStr(t)+h.shortToStr(o))},h.SendTouchMsg2=function(e,n){var t,o="";for(var a in h.TouchArray)a==e?t=n:1==h.TouchArray[a].f?(t=65542,h.TouchArray[a].f=3,"START"+a):2==h.TouchArray[a].f?(t=262144,"STOP"+a):t=131078,o+=String.fromCharCode(a)+h.intToStr(t)+h.shortToStr(h.TouchArray[a].x)+h.shortToStr(h.TouchArray[a].y),2==h.TouchArray[a].f&&delete h.TouchArray[a];3==h.State&&h.send(String.fromCharCode(0,h.InputType.TOUCH)+h.shortToStr(5+o.length)+String.fromCharCode(2)+o),0==Object.keys(h.TouchArray).length&&null!=h.touchtimer&&(clearInterval(h.touchtimer),h.touchtimer=null)},h.SendMouseMsg=function(e,n){if(3==h.State&&null!=e&&null!=h.Canvas){if(!n)n=window.event;var t=h.Canvas.canvas.height/h.CanvasId.clientHeight,o=h.Canvas.canvas.width/h.CanvasId.clientWidth,a=h.GetPositionOfControl(h.Canvas.canvas),r=(n.pageX-a[0])*o,i=(n.pageY-a[1])*t;if(n.addx&&(r+=n.addx),n.addy&&(i+=n.addy),0<=r&&r<=h.Canvas.canvas.width&&0<=i&&i<=h.Canvas.canvas.height){var s=0,c=0;e==h.KeyAction.UP||e==h.KeyAction.DOWN?n.which?s=1==n.which?h.MouseButton.LEFT:2==n.which?h.MouseButton.MIDDLE:h.MouseButton.RIGHT:n.button&&(s=0==n.button?h.MouseButton.LEFT:1==n.button?h.MouseButton.MIDDLE:h.MouseButton.RIGHT):e==h.KeyAction.SCROLL&&(n.detail?c=120*n.detail*-1:n.wheelDelta&&(c=3*n.wheelDelta));var u="";u=e==h.KeyAction.DBLCLICK?String.fromCharCode(0,h.InputType.MOUSE,0,10,0,136,r/256&255,255&r,i/256&255,255&i):e==h.KeyAction.SCROLL?String.fromCharCode(0,h.InputType.MOUSE,0,12,0,0,r/256&255,255&r,i/256&255,255&i,c/256&255,255&c):String.fromCharCode(0,h.InputType.MOUSE,0,10,0,e==h.KeyAction.DOWN?s:2*s&255,r/256&255,255&r,i/256&255,255&i),h.Action==h.KeyAction.NONE?0==h.Alternate||h.ipad?(h.send(u),h.Alternate=1):h.Alternate=0:h.send(u)}}},h.GetDisplayNumbers=function(){h.send(String.fromCharCode(0,11,0,4))},h.SetDisplay=function(e){h.send(String.fromCharCode(0,12,0,6,e>>8,255&e))},h.intToStr=function(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)},h.shortToStr=function(e){return String.fromCharCode(e>>8&255,255&e)},h.onResize=function(){0!=h.ScreenWidth&&0!=h.ScreenHeight&&(h.Canvas.canvas.width==h.ScreenWidth&&h.Canvas.canvas.height==h.ScreenHeight||(h.FirstDraw&&(h.Canvas.canvas.width=h.ScreenWidth,h.Canvas.canvas.height=h.ScreenHeight,h.Canvas.fillRect(0,0,h.ScreenWidth,h.ScreenHeight),null!=h.onScreenSizeChange&&h.onScreenSizeChange(h,h.ScreenWidth,h.ScreenHeight,h.CanvasId)),h.FirstDraw=!1))},h.xxMouseInputGrab=!1,h.xxKeyInputGrab=!1,h.xxMouseMove=function(e){return 3==h.State&&h.SendMouseMsg(h.KeyAction.NONE,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxMouseUp=function(e){return 3==h.State&&h.SendMouseMsg(h.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxMouseDown=function(e){return 3==h.State&&h.SendMouseMsg(h.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxMouseDblClick=function(e){return 3==h.State&&h.SendMouseMsg(h.KeyAction.DBLCLICK,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxDOMMouseScroll=function(e){return 3!=h.State||(h.SendMouseMsg(h.KeyAction.SCROLL,e),!1)},h.xxMouseWheel=function(e){return 3!=h.State||(h.SendMouseMsg(h.KeyAction.SCROLL,e),!1)},h.xxKeyUp=function(e){return 3==h.State&&h.SendKeyMsg(h.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxKeyDown=function(e){return 3==h.State&&h.SendKeyMsg(h.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.xxKeyPress=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},h.handleKeys=function(e){return 1!=h.stopInput&&3==desktop.State&&h.xxKeyPress(e)},h.handleKeyUp=function(e){if(1==h.stopInput||3!=desktop.State)return!1;if(h.firstUpKeys.length<5&&(h.firstUpKeys.push(e.keyCode),5==h.firstUpKeys.length)){var n=h.firstUpKeys.join(",");"16,17,91,91,16"!=n&&"16,17,18,91,92"!=n||(h.stopInput=!0)}return h.xxKeyUp(e)},h.handleKeyDown=function(e){return 1!=h.stopInput&&3==desktop.State&&h.xxKeyDown(e)},h.handleReleaseKeys=function(){var e=JSON.parse(JSON.stringify(h.pressedKeys));for(var n in e)h.SendKeyMsgKC(h.KeyAction.UP,e[n])},h.mousedblclick=function(e){return 1!=h.stopInput&&h.xxMouseDblClick(e)},h.mousedown=function(e){return 1!=h.stopInput&&h.xxMouseDown(e)},h.mouseup=function(e){return 1!=h.stopInput&&h.xxMouseUp(e)},h.mousemove=function(e){return 1!=h.stopInput&&h.xxMouseMove(e)},h.mousewheel=function(e){return 1!=h.stopInput&&h.xxMouseWheel(e)},h.xxMsTouchEvent=function(e){if(4!=e.originalEvent.pointerType){if(e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),"MSPointerDown"==e.type||"MSPointerMove"==e.type||"MSPointerUp"==e.type){var n=0,t=e.originalEvent.pointerId%256,o=e.offsetX*(Canvas.canvas.width/h.CanvasId.clientWidth),a=e.offsetY*(Canvas.canvas.height/h.CanvasId.clientHeight);"MSPointerDown"==e.type?n=65542:"MSPointerMove"==e.type?n=131078:"MSPointerUp"==e.type&&(n=262144),h.TouchArray[t]||(h.TouchArray[t]={x:o,y:a}),h.SendTouchMsg2(t,n),"MSPointerUp"==e.type&&delete h.TouchArray[t]}else alert(e.type);return!0}},h.xxTouchStart=function(e){if(3==h.State)if(e.preventDefault&&e.preventDefault(),0==h.touchenabled||1==h.touchenabled){if(1 50000) { strs.push(String.fromCharCode.apply(null, tdata.slice(ptr, ptr + 50000))); ptr += 50000; } + if (ptr > 0) { strs.push(String.fromCharCode.apply(null, tdata.slice(ptr))); } else { strs.push(String.fromCharCode.apply(null, tdata)); } + tile.src = "data:image/jpeg;base64," + btoa(strs.join('')); tile.onload = function () { //console.log('DecodeTile #' + this.xcount); - if (obj.Canvas != null && obj.KillDraw < r && obj.State != 0) { + if ((obj.Canvas != null) && (obj.KillDraw < r) && (obj.State != 0)) { obj.PendingOperations.push([r, 2, tile, X, Y]); while (obj.DoPendingOperations()) { } + } else { + obj.PendingOperations.push([r, 0]); } } tile.error = function () { console.log('DecodeTileError'); } @@ -130,7 +134,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) { obj.PendingOperations.splice(i, 1); delete Msg; obj.TilesDrawn++; - if (obj.TilesDrawn == obj.tilesReceived && obj.KillDraw < obj.TilesDrawn) { obj.KillDraw = obj.TilesDrawn = obj.tilesReceived = 0; } + if ((obj.TilesDrawn == obj.tilesReceived) && (obj.KillDraw < obj.TilesDrawn)) { obj.KillDraw = obj.TilesDrawn = obj.tilesReceived = 0; } return true; } } @@ -164,6 +168,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) { if (level) { obj.CompressionLevel = level; } if (scaling) { obj.ScalingLevel = scaling; } if (frametimer) { obj.FrameRateTimer = frametimer; } + //console.log('SendCompressionLevel', obj.CompressionLevel, obj.ScalingLevel, obj.FrameRateTimer); obj.send(String.fromCharCode(0x00, 0x05, 0x00, 0x0A, type, obj.CompressionLevel) + obj.shortToStr(obj.ScalingLevel) + obj.shortToStr(obj.FrameRateTimer)); } diff --git a/public/scripts/agent-redir-ws-0.1.1-min.js b/public/scripts/agent-redir-ws-0.1.1-min.js index 2eed7a2a..6dc0b998 100644 --- a/public/scripts/agent-redir-ws-0.1.1-min.js +++ b/public/scripts/agent-redir-ws-0.1.1-min.js @@ -1 +1 @@ -var CreateAgentRedirect=function(e,t,n,o,a,r){var c={};function s(){1==c.webSwitchOk&&1==c.webRtcActive&&(c.latency.current=-1,c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=c.onStateChanged&&c.onStateChanged(c,c.State))}((c.m=t).parent=c).meshserver=e,c.authCookie=o,c.rauthCookie=a,c.State=0,c.nodeid=null,c.options=null,c.socket=null,c.connectstate=-1,c.tunnelid=Math.random().toString(36).substring(2),c.protocol=t.protocol,c.onStateChanged=null,c.ctrlMsgAllowed=!0,c.attemptWebRTC=!1,c.webRtcActive=!1,c.webSwitchOk=!1,c.webchannel=null,c.webrtc=null,c.debugmode=0,c.serverIsRecording=!1,c.latency={lastSend:null,current:-1,callback:null},null==r&&(r="/"),c.consoleMessage=null,c.onConsoleMessageChange=null,c.metadata=null,c.onMetadataChange=null,c.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/meshrelay.ashx?browser=1&p="+c.protocol+"&nodeid="+e+"&id="+c.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),c.nodeid=e,c.connectstate=0,c.socket=new WebSocket(t),c.socket.onopen=c.xxOnSocketConnected,c.socket.onmessage=c.xxOnMessage,c.socket.onerror=function(e){},c.socket.onclose=c.xxOnSocketClosed,c.xxStateChange(1);var n="*"+r+"meshrelay.ashx?p="+c.protocol+"&nodeid="+e+"&id="+c.tunnelid;null!=a&&""!=a&&(n+="&rauth="+a),c.meshserver.send({action:"msg",type:"tunnel",nodeid:c.nodeid,value:n,usage:c.protocol})},c.xxOnSocketConnected=function(){1==c.debugmode&&console.log("onSocketConnected"),c.xxStateChange(2)},c.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?c.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(c.metadata=t,c.onMetadataChange&&c.onMetadataChange(c.metadata)):"rtt"==t.type&&"number"==typeof t.time?(c.latency.current=(new Date).getTime()-t.time,null!=c.latency.callbacks&&c.latency.callback(c.latency.current)):null!=c.webrtc&&("answer"==t.type?c.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},c.xxCloseWebRTC):"webrtc0"==t.type?(c.webSwitchOk=!0,s()):"webrtc1"==t.type?c.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):c.xxOnSocketData(e)},c.setConsoleMessage=function(e,t,n,o){c.consoleMessage!=e&&(c.consoleMessage=e,c.consoleMessageId=t,c.consoleMessageArgs=n,c.consoleMessageTimeout=o,c.onConsoleMessageChange&&c.onConsoleMessageChange(c,c.consoleMessage,c.consoleMessageId))},c.sendCtrlMsg=function(e){if(1==c.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{c.socket.send(e)}catch(e){}}},c.xxOnMessage=function(e){if(c.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(c.serverIsRecording=!0),null!=c.options){delete c.options.action,c.options.type="options";try{c.sendCtrlMsg(JSON.stringify(c.options))}catch(e){}}try{c.socket.send(c.protocol)}catch(e){}if(c.xxStateChange(3),1==c.attemptWebRTC){"undefined"!=typeof RTCPeerConnection?c.webrtc=new RTCPeerConnection(null):"undefined"!=typeof webkitRTCPeerConnection&&(c.webrtc=new webkitRTCPeerConnection(null)),null!=c.webrtc&&c.webrtc.createDataChannel&&(c.webchannel=c.webrtc.createDataChannel("DataChannel",{}),c.webchannel.onmessage=c.xxOnMessage,c.webchannel.onopen=function(){c.webRtcActive=!0,s()},c.webchannel.onclose=function(e){c.webRtcActive&&c.Stop()},c.webrtc.onicecandidate=function(e){if(null==e.candidate)try{c.sendCtrlMsg(JSON.stringify(c.webrtcoffer))}catch(e){}else c.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},c.webrtc.oniceconnectionstatechange=function(){null!=c.webrtc&&("disconnected"==c.webrtc.iceConnectionState?1==c.webRtcActive?c.Stop():c.xxCloseWebRTC():"failed"==c.webrtc.iceConnectionState&&c.xxCloseWebRTC())},c.webrtc.createOffer(function(e){c.webrtcoffer=e,c.webrtc.setLocalDescription(e,function(){},c.xxCloseWebRTC)},c.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))}}else if("string"!=typeof e.data){if("object"==typeof e.data){if(1==i)return void d.push(e.data);if(l.readAsBinaryString&&null==c.m.ProcessBinaryData)i=!0,l.readAsBinaryString(new Blob([e.data]));else if(l.readAsArrayBuffer)i=!0,l.readAsArrayBuffer(e.data);else{for(var t="",n=new Uint8Array(e.data),o=n.byteLength,a=0;aTwitter", + "_CertUrl": "https://192.168.2.106:443/", + "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, + "_AgentInviteCodes": true, + "_AgentNoProxy": true, + "_GeoLocation": true, + "_UserAllowedIP": "127.0.0.1,192.168.1.0/24", + "_UserBlockedIP": "127.0.0.1,::1,192.168.0.100", + "_AgentAllowedIP": "192.168.0.100/24", + "_AgentBlockedIP": "127.0.0.1,::1", + "___UserSessionIdleTimeout__" : "Number of user idle minutes before auto-disconnect", + "_UserSessionIdleTimeout" : 30, + "__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all", + "_UserConsentFlags" : 7, + "_UrlSwitching": false, + "_DesktopPrivacyBarText": "Your privacy bar message", + "_Limits": { + "_MaxDevices": 100, + "_MaxUserAccounts": 100, + "_MaxUserSessions": 100, + "_MaxAgentSessions": 100, + "MaxSingleUserSessions": 10 + }, + "_AmtAcmActivation": { + "log": "amtactivation.log", + "certs": { + "mycertname": { + "certfiles": [ "amtacm-leafcert.crt", "amtacm-intermediate1.crt", "amtacm-intermediate2.crt", "amtacm-rootcert.crt" ], + "keyfile": "amtacm-leafcert.key" + } + } + }, + "_Redirects": { + "meshcommander": "https://www.meshcommander.com/" + }, + "_yubikey": { "id": "0000", "secret": "xxxxxxxxxxxxxxxxxxxxx", "_proxy": "http://myproxy.domain.com:80" }, + "_httpheaders": { + "Strict-Transport-Security": "max-age=360000", + "x-frame-options": "SAMEORIGIN", + "Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'" + }, + "_agentConfig": [ "webSocketMaskOverride=1" ], + "_SessionRecording": { + "_filepath": "C:\\temp", + "_index": true, + "_maxRecordings": 10, + "_maxRecordingSizeMegabytes": 3, + "__protocols__": "Is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection", + "protocols": [ 1, 2, 101 ] + }, + "_authStrategies": { + "__comment__" : "This section is used to allow users to login using other accounts. You will need to get an API key from the services and register callback URL's", + "twitter": { + "__callbackurl": "https://server/auth-twitter-callback", + "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", + "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + "google": { + "__callbackurl": "https://server/auth-google-callback", + "clientid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com", + "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxx" + }, + "github": { + "__callbackurl": "https://server/auth-github-callback", + "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", + "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + "reddit": { + "__callbackurl": "https://server/auth-reddit-callback", + "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", + "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + } + } + }, + "_customer1": { + "_DNS": "customer1.myserver.com", + "_Title": "Customer1", + "_Title2": "TestServer", + "_NewAccounts": 1, + "_Auth": "sspi", + "__Auth": "ldap", + "_LDAPUserName": "gecos", + "_LDAPUserKey": "uid", + "_LDAPUserEmail": "otherMail", + "_LDAPPptions": { + "URL": "test", + "anne": { + "gecos": "Anne O'Nyme", + "displayName": "O Nyme anne", + "uid": "anneonyme", + "mail": "anneonyme@example.com", + "email": "anneonyme@example.com", + "otherMail": [ "other.anneonyme@example.com", "anneonyme@example.com" ] + }, + "so": { + "displayName": "Sticker Sophie", + "gecos": "Sophie Sticker", + "uid": "ssticker", + "mail": "ssticker@example.com", + "email": "ssticker@example.com", + "otherMail": [ "other.ssticker@example.com", "ssticker@example.com" ] + } + }, + "__LDAPOptions": { + "URL": "ldap://1.2.3.4:389", + "BindDN": "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local", + "BindCredentials": "Password.1", + "SearchBase": "DC=meshcentral,DC=local", + "SearchFilter": "(sAMAccountName={{username}})" + }, + "_Footer": "Test", + "_CertUrl": "https://192.168.2.106:443/" + }, + "_info": { + "_share": "C:\\ExtraWebSite" + } + }, + "_letsencrypt": { + "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", + "email": "myemail@myserver.com", + "names": "myserver.com,customer1.myserver.com", + "production": false + }, + "_peers": { + "serverId": "server1", + "servers": { + "server1": { "url": "wss://192.168.2.133:443/" }, + "server2": { "url": "wss://192.168.1.106:443/" } + } + }, + "_smtp": { + "host": "smtp.myserver.com", + "port": 25, + "from": "myemail@myserver.com", + "__tls__": "When 'tls' is set to true, TLS is used immidiatly when connecting. For SMTP servers that use TLSSTART, set this to 'false' and TLS will still be used.", + "tls": false, + "___tlscertcheck__": "When set to false, the TLS certificate of the SMTP server is not checked.", + "_tlscertcheck": false, + "__tlsstrict__": "When set to true, TLS cypher setup is more limited, SSLv2 and SSLv3 are not allowed.", + "_tlsstrict": true + }, + "_sms": { + "provider": "twilio", + "sid": "ACxxxxxxxxx", + "auth": "xxxxxxx", + "from": "+1-555-555-5555" + }, + "__sms": { + "provider": "plivo", + "id": "xxxxxxx", + "token": "xxxxxxx", + "from": "1-555-555-5555" + } +} diff --git a/sample-config.json b/sample-config.json index 245c2e36..d22d52c8 100644 --- a/sample-config.json +++ b/sample-config.json @@ -1,265 +1,29 @@ { - "__comment__" : "This is a sample configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", + "__comment1__" : "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", + "__comment2__" : "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.", "settings": { "_Cert": "myserver.mydomain.com", - "_MongoDb": "mongodb://127.0.0.1:27017", - "_MongoDbName": "meshcentral", - "_MongoDbChangeStream": true, - "_MongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe", "_WANonly": true, "_LANonly": true, - "_SessionTime": 30, "_SessionKey": "MyReallySecretPassword1", - "_SessionSameSite": "strict", - "_DbEncryptKey": "MyReallySecretPassword2", - "_DbRecordsEncryptKey": "MyReallySecretPassword", - "_DbRecordsDecryptKey": "MyReallySecretPassword", - "__DbExpire": "Amount of time to keep various events in the database, in seconds. Below are the default values.", - "_DbExpire": { - "events": 1728000, - "powerevents": 864000, - "statsevents": 2592000 - }, "_Port": 443, - "_AliasPort": 444, + "_AliasPort": 443, "_RedirPort": 80, - "_RedirAliasPort": 80, - "_AgentPort": 1234, - "_AgentAliasPort": 1234, - "_AgentAliasDNS": "agents.myserver.mydomain.com", - "_ExactPorts": true, - "_AllowLoginToken": true, - "_AllowFraming": true, - "_CookieIpCheck": false, - "_CookieEncoding": "hex", - "_WebRTC": false, - "_Nice404": false, - "_ClickOnce": false, - "_SelfUpdate": true, - "_BrowserPing": 60, - "_BrowserPong": 60, - "_AgentPing": 60, - "_AgentPong": 60, - "_AgentIdleTimeout": 150, - "_MeshErrorLogPath": "c:\\tmp", - "_NpmPath": "c:\\npm.exe", - "_NpmProxy": "http://1.2.3.4:80", - "_AllowHighQualityDesktop": true, - "_DesktopMultiplex": true, - "_UserAllowedIP": "127.0.0.1,192.168.1.0/24", - "_UserBlockedIP": "127.0.0.1,::1,192.168.0.100", - "_AgentAllowedIP": "192.168.0.100/24", - "_AgentBlockedIP": "127.0.0.1,::1", - "_AuthLog": "c:\\temp\\auth.log", - "_LocalDiscovery": { - "name": "Local server name", - "info": "Information about this server" - }, - "_TlsOffload": "127.0.0.1,::1", - "_TrustedProxy": "127.0.0.1,::1", - "_MpsPort": 44330, - "_MpsAliasPort": 4433, - "_MpsAliasHost": "mps.mydomain.com", - "_MpsTlsOffload": true, - "_No2FactorAuth": true, - "_Log": "main,web,webrequest,cert", - "_syslog": "meshcentral", - "_syslogauth": "meshcentral-auth", - "_syslogjson": "meshcentral-json", - "_WebRtConfig": { - "iceServers": [ - { "urls": "stun:stun.services.mozilla.com" }, - { "urls": "stun:stun.l.google.com:19302" } - ] - }, - "_AutoBackup": { - "backupIntervalHours": 24, - "keepLastDaysBackup": 10, - "zipPassword": "MyReallySecretPassword3", - "_backupPath": "C:\\backups" - }, - "_Redirects": { - "meshcommander": "https://www.meshcommander.com/" - }, - "__MaxInvalidLogin": "Time in minutes, max amount of bad logins from a source IP in the time before logins are rejected.", - "_MaxInvalidLogin": { "time": 10, "count": 10, "coolofftime": 10 }, - "_Plugins": { "enabled": true } + "_RedirAliasPort": 80 }, - "_domaindefaults": { - "__comment__": "Any settings in this section is used as default setting for all domains", - "Title": "MyDefaultTitle", - "Footer": "Default page footer", - "NewAccounts": false - }, - "_domains": { + "domains": { "": { - "Title": "MyServer", - "Title2": "Servername", - "_TitlePicture": "title-sample.png", - "_UserQuota": 1048576, - "_MeshQuota": 248576, - "Minify": true, + "_Title": "MyServer", + "_Title2": "Servername", + "_Minify": true, "_NewAccounts": true, - "_UserNameIsEmail": true, - "_NewAccountEmailDomains": [ "sample.com" ], - "_NewAccountsRights": [ "nonewgroups", "notools" ], - "_ManageAllDeviceGroups": [ "admin" ], - "_WelcomeText": "Sample Text on Login Page.", - "_WelcomePicture": "mainwelcome.jpg", - "___Hide__": "Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar", - "_Hide": 4, - "_Footer": "Twitter", - "_CertUrl": "https://192.168.2.106:443/", - "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, - "_AgentInviteCodes": true, - "_AgentNoProxy": true, - "_GeoLocation": true, - "_UserAllowedIP": "127.0.0.1,192.168.1.0/24", - "_UserBlockedIP": "127.0.0.1,::1,192.168.0.100", - "_AgentAllowedIP": "192.168.0.100/24", - "_AgentBlockedIP": "127.0.0.1,::1", - "___UserSessionIdleTimeout__" : "Number of user idle minutes before auto-disconnect", - "_UserSessionIdleTimeout" : 30, - "__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all", - "_UserConsentFlags" : 7, - "_UrlSwitching": false, - "_DesktopPrivacyBarText": "Your privacy bar message", - "_Limits": { - "_MaxDevices": 100, - "_MaxUserAccounts": 100, - "_MaxUserSessions": 100, - "_MaxAgentSessions": 100, - "MaxSingleUserSessions": 10 - }, - "_AmtAcmActivation": { - "log": "amtactivation.log", - "certs": { - "mycertname": { - "certfiles": [ "amtacm-leafcert.crt", "amtacm-intermediate1.crt", "amtacm-intermediate2.crt", "amtacm-rootcert.crt" ], - "keyfile": "amtacm-leafcert.key" - } - } - }, - "_Redirects": { - "meshcommander": "https://www.meshcommander.com/" - }, - "_yubikey": { "id": "0000", "secret": "xxxxxxxxxxxxxxxxxxxxx", "_proxy": "http://myproxy.domain.com:80" }, - "_httpheaders": { - "Strict-Transport-Security": "max-age=360000", - "x-frame-options": "SAMEORIGIN", - "Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self'; media-src 'self'" - }, - "_agentConfig": [ "webSocketMaskOverride=1" ], - "_SessionRecording": { - "_filepath": "C:\\temp", - "_index": true, - "_maxRecordings": 10, - "_maxRecordingSizeMegabytes": 3, - "__protocols__": "Is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection", - "protocols": [ 1, 2, 101 ] - }, - "_authStrategies": { - "__comment__" : "This section is used to allow users to login using other accounts. You will need to get an API key from the services and register callback URL's", - "twitter": { - "__callbackurl": "https://server/auth-twitter-callback", - "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", - "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - }, - "google": { - "__callbackurl": "https://server/auth-google-callback", - "clientid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com", - "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxx" - }, - "github": { - "__callbackurl": "https://server/auth-github-callback", - "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", - "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - }, - "reddit": { - "__callbackurl": "https://server/auth-reddit-callback", - "clientid": "xxxxxxxxxxxxxxxxxxxxxxx", - "clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - } - } - }, - "_customer1": { - "_DNS": "customer1.myserver.com", - "_Title": "Customer1", - "_Title2": "TestServer", - "_NewAccounts": 1, - "_Auth": "sspi", - "__Auth": "ldap", - "_LDAPUserName": "gecos", - "_LDAPUserKey": "uid", - "_LDAPUserEmail": "otherMail", - "_LDAPPptions": { - "URL": "test", - "anne": { - "gecos": "Anne O'Nyme", - "displayName": "O Nyme anne", - "uid": "anneonyme", - "mail": "anneonyme@example.com", - "email": "anneonyme@example.com", - "otherMail": [ "other.anneonyme@example.com", "anneonyme@example.com" ] - }, - "so": { - "displayName": "Sticker Sophie", - "gecos": "Sophie Sticker", - "uid": "ssticker", - "mail": "ssticker@example.com", - "email": "ssticker@example.com", - "otherMail": [ "other.ssticker@example.com", "ssticker@example.com" ] - } - }, - "__LDAPOptions": { - "URL": "ldap://1.2.3.4:389", - "BindDN": "CN=svc_meshcentral,CN=Users,DC=meshcentral,DC=local", - "BindCredentials": "Password.1", - "SearchBase": "DC=meshcentral,DC=local", - "SearchFilter": "(sAMAccountName={{username}})" - }, - "_Footer": "Test", - "_CertUrl": "https://192.168.2.106:443/" - }, - "_info": { - "_share": "C:\\ExtraWebSite" + "_UserNameIsEmail": true } }, "_letsencrypt": { - "__comment__": "Requires NodeJS 10.12 or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", + "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", "email": "myemail@myserver.com", "names": "myserver.com,customer1.myserver.com", - "rsaKeySize": 3072, "production": false - }, - "_peers": { - "serverId": "server1", - "servers": { - "server1": { "url": "wss://192.168.2.133:443/" }, - "server2": { "url": "wss://192.168.1.106:443/" } - } - }, - "_smtp": { - "host": "smtp.myserver.com", - "port": 25, - "from": "myemail@myserver.com", - "__tls__": "When 'tls' is set to true, TLS is used immidiatly when connecting. For SMTP servers that use TLSSTART, set this to 'false' and TLS will still be used.", - "tls": false, - "___tlscertcheck__": "When set to false, the TLS certificate of the SMTP server is not checked.", - "_tlscertcheck": false, - "__tlsstrict__": "When set to true, TLS cypher setup is more limited, SSLv2 and SSLv3 are not allowed.", - "_tlsstrict": true - }, - "_sms": { - "provider": "twilio", - "sid": "ACxxxxxxxxx", - "auth": "xxxxxxx", - "from": "+1-555-555-5555" - }, - "__sms": { - "provider": "plivo", - "id": "xxxxxxx", - "token": "xxxxxxx", - "from": "1-555-555-5555" } } diff --git a/translate/translate.json b/translate/translate.json index 9526637a..78cc3eae 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -14,8 +14,8 @@ "ru": " + CIRA", "zh-chs": " + CIRA", "xloc": [ - "default.handlebars->25->1180", - "default.handlebars->25->1182" + "default.handlebars->25->1184", + "default.handlebars->25->1186" ] }, { @@ -174,7 +174,7 @@ "ru": " Может быть использована подсказка пароля, но не рекоммендуется.", "zh-chs": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->25->1106" + "default.handlebars->25->1110" ] }, { @@ -191,8 +191,8 @@ "ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.", "zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。", "xloc": [ - "default.handlebars->25->1255", - "default.handlebars->25->1561" + "default.handlebars->25->1259", + "default.handlebars->25->1565" ] }, { @@ -375,7 +375,7 @@ "ru": "* Оставьте пустым для установления случайного пароля каждому устройству.", "zh-chs": "*保留空白以為每個設備分配一個隨機密碼。", "xloc": [ - "default.handlebars->25->1227" + "default.handlebars->25->1231" ] }, { @@ -408,7 +408,7 @@ "zh-chs": ",", "xloc": [ "default-mobile.handlebars->9->349", - "default.handlebars->25->1321" + "default.handlebars->25->1325" ] }, { @@ -443,7 +443,7 @@ "ru": ", MQTT онлайн", "zh-chs": ",MQTT在線", "xloc": [ - "default.handlebars->25->849" + "default.handlebars->25->853" ] }, { @@ -460,7 +460,7 @@ "ru": ", Soft-KVM", "zh-chs": ",軟KVM", "xloc": [ - "default.handlebars->25->695" + "default.handlebars->25->699" ] }, { @@ -479,9 +479,9 @@ "xloc": [ "default-mobile.handlebars->9->251", "default-mobile.handlebars->9->260", - "default.handlebars->25->702", - "default.handlebars->25->733", - "default.handlebars->25->745", + "default.handlebars->25->706", + "default.handlebars->25->737", + "default.handlebars->25->749", "xterm.handlebars->9->6" ] }, @@ -558,7 +558,7 @@ "en": ", {0} watching", "nl": ", {0} kijken", "xloc": [ - "default.handlebars->25->696" + "default.handlebars->25->700" ] }, { @@ -615,9 +615,9 @@ "xloc": [ "default-mobile.handlebars->9->262", "default-mobile.handlebars->9->77", - "default.handlebars->25->1362", - "default.handlebars->25->1706", - "default.handlebars->25->747" + "default.handlebars->25->1366", + "default.handlebars->25->1710", + "default.handlebars->25->751" ] }, { @@ -666,7 +666,7 @@ "ru": "1 активная сессия", "zh-chs": "1個活動會話", "xloc": [ - "default.handlebars->25->1624" + "default.handlebars->25->1628" ] }, { @@ -685,14 +685,14 @@ "xloc": [ "default-mobile.handlebars->9->353", "default-mobile.handlebars->9->87", - "default.handlebars->25->1381" + "default.handlebars->25->1385" ] }, { "en": "1 connection", "nl": "1 verbinding", "xloc": [ - "default.handlebars->25->698" + "default.handlebars->25->702" ] }, { @@ -728,7 +728,7 @@ "ru": "1 группа", "zh-chs": "1組", "xloc": [ - "default.handlebars->25->1589" + "default.handlebars->25->1593" ] }, { @@ -800,7 +800,7 @@ "ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...", "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->25->1416" + "default.handlebars->25->1420" ] }, { @@ -855,7 +855,7 @@ "default-mobile.handlebars->9->114", "default-mobile.handlebars->9->117", "default-mobile.handlebars->9->120", - "default.handlebars->25->1420", + "default.handlebars->25->1424", "default.handlebars->25->210", "default.handlebars->25->213", "default.handlebars->25->216", @@ -1127,8 +1127,8 @@ "ru": "двухфакторная аутентификация включена", "zh-chs": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->25->1433", - "default.handlebars->25->1611" + "default.handlebars->25->1437", + "default.handlebars->25->1615" ] }, { @@ -1492,7 +1492,7 @@ "ru": "7-дневная статистика работы", "zh-chs": "7天電源狀態", "xloc": [ - "default.handlebars->25->630" + "default.handlebars->25->634" ] }, { @@ -1839,7 +1839,7 @@ "ru": "Отказано в доступе", "zh-chs": "拒絕訪問", "xloc": [ - "default.handlebars->25->850" + "default.handlebars->25->854" ] }, { @@ -1874,7 +1874,7 @@ "ru": "Доступ к файлам сервера", "zh-chs": "訪問服務器文件", "xloc": [ - "default.handlebars->25->1567" + "default.handlebars->25->1571" ] }, { @@ -1949,8 +1949,8 @@ "default-mobile.handlebars->9->62", "default-mobile.handlebars->9->64", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->25->1115", - "default.handlebars->25->1117", + "default.handlebars->25->1119", + "default.handlebars->25->1121", "default.handlebars->25->461", "default.handlebars->25->463" ] @@ -1998,8 +1998,8 @@ "ru": "Аккаунт заблокирован", "zh-chs": "帐户已被锁定", "xloc": [ - "default.handlebars->25->1435", - "default.handlebars->25->1564" + "default.handlebars->25->1439", + "default.handlebars->25->1568" ] }, { @@ -2087,7 +2087,7 @@ "ru": "Действиe", "zh-chs": "行動", "xloc": [ - "default.handlebars->25->855", + "default.handlebars->25->859", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2105,8 +2105,8 @@ "ru": "Файл действий", "zh-chs": "動作文件", "xloc": [ - "default.handlebars->25->671", - "default.handlebars->25->673" + "default.handlebars->25->675", + "default.handlebars->25->677" ] }, { @@ -2183,7 +2183,7 @@ "default-mobile.handlebars->9->202", "default.handlebars->25->483", "default.handlebars->25->485", - "default.handlebars->25->813" + "default.handlebars->25->817" ] }, { @@ -2200,8 +2200,8 @@ "ru": "Активация", "zh-chs": "激活", "xloc": [ - "default.handlebars->25->1193", - "default.handlebars->25->1195", + "default.handlebars->25->1197", + "default.handlebars->25->1199", "default.handlebars->25->236", "default.handlebars->25->238" ] @@ -2237,7 +2237,7 @@ "ru": "Добавить агент", "zh-chs": "添加代理", "xloc": [ - "default.handlebars->25->1197", + "default.handlebars->25->1201", "default.handlebars->25->240" ] }, @@ -2272,8 +2272,8 @@ "ru": "Добавить устройство", "zh-chs": "添加設備", "xloc": [ - "default.handlebars->25->1541", - "default.handlebars->25->1657" + "default.handlebars->25->1545", + "default.handlebars->25->1661" ] }, { @@ -2290,7 +2290,7 @@ "ru": "Добавить событие к устройству", "zh-chs": "添加設備事件", "xloc": [ - "default.handlebars->25->613" + "default.handlebars->25->615" ] }, { @@ -2307,9 +2307,9 @@ "ru": "Добавить группу устройств", "zh-chs": "添加設備組", "xloc": [ - "default.handlebars->25->1287", - "default.handlebars->25->1535", - "default.handlebars->25->1645", + "default.handlebars->25->1291", + "default.handlebars->25->1539", + "default.handlebars->25->1649", "default.handlebars->25->198" ] }, @@ -2324,7 +2324,7 @@ "nl": "Machtigingen voor apparaatgroep toevoegen", "zh-chs": "添加设备组权限", "xloc": [ - "default.handlebars->25->1284" + "default.handlebars->25->1288" ] }, { @@ -2340,8 +2340,8 @@ "ru": "Добавить разрешения для устройства", "zh-chs": "添加设备权限", "xloc": [ - "default.handlebars->25->1289", - "default.handlebars->25->1291" + "default.handlebars->25->1293", + "default.handlebars->25->1295" ] }, { @@ -2426,7 +2426,7 @@ "ru": "Добавить участие", "zh-chs": "添加會員", "xloc": [ - "default.handlebars->25->1675" + "default.handlebars->25->1679" ] }, { @@ -2464,8 +2464,8 @@ "default.handlebars->25->135", "default.handlebars->25->138", "default.handlebars->25->139", - "default.handlebars->25->883", - "default.handlebars->25->884" + "default.handlebars->25->887", + "default.handlebars->25->888" ] }, { @@ -2483,7 +2483,7 @@ "zh-chs": "添加用戶", "xloc": [ "default-mobile.handlebars->9->299", - "default.handlebars->25->570" + "default.handlebars->25->572" ] }, { @@ -2499,7 +2499,7 @@ "ru": "Добавить разрешения для пользовательских устройств", "zh-chs": "添加用户设备权限", "xloc": [ - "default.handlebars->25->1294" + "default.handlebars->25->1298" ] }, { @@ -2516,10 +2516,10 @@ "ru": "Добавить группу пользователей", "zh-chs": "添加用戶組", "xloc": [ - "default.handlebars->25->1187", - "default.handlebars->25->1286", - "default.handlebars->25->1651", - "default.handlebars->25->571" + "default.handlebars->25->1191", + "default.handlebars->25->1290", + "default.handlebars->25->1655", + "default.handlebars->25->573" ] }, { @@ -2533,7 +2533,7 @@ "nl": "Gebruikersmachtigingen voor apparaatgroep toevoegen", "zh-chs": "添加用户组设备权限", "xloc": [ - "default.handlebars->25->1296" + "default.handlebars->25->1300" ] }, { @@ -2578,8 +2578,8 @@ "ru": "Добавить пользователей", "zh-chs": "添加用戶", "xloc": [ - "default.handlebars->25->1186", - "default.handlebars->25->1530" + "default.handlebars->25->1190", + "default.handlebars->25->1534" ] }, { @@ -2596,7 +2596,7 @@ "ru": "Добавить пользователей в группу устройств", "zh-chs": "將用戶添加到設備組", "xloc": [ - "default.handlebars->25->1283" + "default.handlebars->25->1287" ] }, { @@ -2613,7 +2613,7 @@ "ru": "Добавить пользователей в группу", "zh-chs": "將用戶添加到用戶組", "xloc": [ - "default.handlebars->25->1563" + "default.handlebars->25->1567" ] }, { @@ -2664,7 +2664,7 @@ "ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.", "zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->25->1188", + "default.handlebars->25->1192", "default.handlebars->25->229" ] }, @@ -2682,7 +2682,7 @@ "ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.", "zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->25->1190", + "default.handlebars->25->1194", "default.handlebars->25->231" ] }, @@ -2714,7 +2714,7 @@ "nl": "Voeg een nieuwe computer toe aan deze apparaatgroep door de mesh-agent te installeren.", "zh-chs": "通过安装网状代理,将新计算机添加到该设备组。", "xloc": [ - "default.handlebars->25->1196", + "default.handlebars->25->1200", "default.handlebars->25->239" ] }, @@ -2766,7 +2766,7 @@ "ru": "Режим управления администратора (ACM)", "zh-chs": "管理員控制模式(ACM)", "xloc": [ - "default.handlebars->25->815" + "default.handlebars->25->819" ] }, { @@ -2783,7 +2783,7 @@ "ru": "Учетные данные администратора", "zh-chs": "管理員憑證", "xloc": [ - "default.handlebars->25->821" + "default.handlebars->25->825" ] }, { @@ -2818,7 +2818,7 @@ "ru": "Области администратора", "zh-chs": "管理領域", "xloc": [ - "default.handlebars->25->1593" + "default.handlebars->25->1597" ] }, { @@ -2853,7 +2853,7 @@ "ru": "Административные области", "zh-chs": "行政領域", "xloc": [ - "default.handlebars->25->1486" + "default.handlebars->25->1490" ] }, { @@ -2870,7 +2870,7 @@ "ru": "Администратор", "zh-chs": "管理員", "xloc": [ - "default.handlebars->25->1427" + "default.handlebars->25->1431" ] }, { @@ -2887,7 +2887,7 @@ "ru": "Африканский", "zh-chs": "南非語", "xloc": [ - "default.handlebars->25->886" + "default.handlebars->25->890" ] }, { @@ -2907,8 +2907,8 @@ "default-mobile.handlebars->9->144", "default-mobile.handlebars->9->197", "default-mobile.handlebars->9->213", - "default.handlebars->25->1348", - "default.handlebars->25->1356", + "default.handlebars->25->1352", + "default.handlebars->25->1360", "default.handlebars->25->177", "default.handlebars->25->383", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" @@ -2928,8 +2928,8 @@ "ru": "Агент + Intel AMT", "zh-chs": "代理+英特爾AMT", "xloc": [ - "default.handlebars->25->1350", - "default.handlebars->25->1358" + "default.handlebars->25->1354", + "default.handlebars->25->1362" ] }, { @@ -2964,7 +2964,7 @@ "zh-chs": "代理控制台", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->25->1304" + "default.handlebars->25->1308" ] }, { @@ -2981,7 +2981,7 @@ "ru": "Счетчик ошибок агента", "zh-chs": "座席錯誤計數器", "xloc": [ - "default.handlebars->25->1716" + "default.handlebars->25->1720" ] }, { @@ -3050,7 +3050,7 @@ "ru": "Сессии агентов", "zh-chs": "座席會議", "xloc": [ - "default.handlebars->25->1732" + "default.handlebars->25->1736" ] }, { @@ -3085,7 +3085,7 @@ "ru": "Типы агента", "zh-chs": "代理類型", "xloc": [ - "default.handlebars->25->1354", + "default.handlebars->25->1358", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -3104,8 +3104,8 @@ "zh-chs": "代理已連接", "xloc": [ "default.handlebars->25->144", - "default.handlebars->25->561", - "default.handlebars->25->562" + "default.handlebars->25->563", + "default.handlebars->25->564" ] }, { @@ -3139,7 +3139,7 @@ "ru": "Агент оффлайн", "zh-chs": "代理離線", "xloc": [ - "default.handlebars->25->848" + "default.handlebars->25->852" ] }, { @@ -3156,7 +3156,7 @@ "ru": "Агент онлайн", "zh-chs": "代理在線", "xloc": [ - "default.handlebars->25->847" + "default.handlebars->25->851" ] }, { @@ -3173,7 +3173,7 @@ "ru": "Агенты", "zh-chs": "代理商", "xloc": [ - "default.handlebars->25->1745" + "default.handlebars->25->1749" ] }, { @@ -3190,7 +3190,7 @@ "ru": "Албанский", "zh-chs": "阿爾巴尼亞語", "xloc": [ - "default.handlebars->25->887" + "default.handlebars->25->891" ] }, { @@ -3240,9 +3240,9 @@ "ru": "Фокусирование всех", "zh-chs": "全部聚焦", "xloc": [ - "default.handlebars->25->703", - "default.handlebars->25->705", - "default.handlebars->25->706" + "default.handlebars->25->707", + "default.handlebars->25->709", + "default.handlebars->25->710" ] }, { @@ -3259,8 +3259,8 @@ "ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.", "zh-chs": "允許用戶管理此設備組和該組中的設備。", "xloc": [ - "default.handlebars->25->1253", - "default.handlebars->25->1560" + "default.handlebars->25->1257", + "default.handlebars->25->1564" ] }, { @@ -3276,7 +3276,7 @@ "ru": "Разрешить пользователям управлять этим устройством.", "zh-chs": "允许用户管理此设备。", "xloc": [ - "default.handlebars->25->1254" + "default.handlebars->25->1258" ] }, { @@ -3329,7 +3329,7 @@ "ru": "Поменять (F10 = ESC+0)", "zh-chs": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->25->738" + "default.handlebars->25->742" ] }, { @@ -3363,8 +3363,8 @@ "ru": "Всегда уведомлять", "zh-chs": "始終通知", "xloc": [ - "default.handlebars->25->1167", - "default.handlebars->25->1602", + "default.handlebars->25->1171", + "default.handlebars->25->1606", "default.handlebars->25->519" ] }, @@ -3382,8 +3382,8 @@ "ru": "Всегда запрашивать", "zh-chs": "總是提示", "xloc": [ - "default.handlebars->25->1168", - "default.handlebars->25->1603", + "default.handlebars->25->1172", + "default.handlebars->25->1607", "default.handlebars->25->520" ] }, @@ -3583,7 +3583,7 @@ "ru": "Арабский (Алжир)", "zh-chs": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->25->889" + "default.handlebars->25->893" ] }, { @@ -3600,7 +3600,7 @@ "ru": "Арабский (Бахрейн)", "zh-chs": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->25->890" + "default.handlebars->25->894" ] }, { @@ -3617,7 +3617,7 @@ "ru": "Арабский (Египет)", "zh-chs": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->25->891" + "default.handlebars->25->895" ] }, { @@ -3634,7 +3634,7 @@ "ru": "Арабский (Ирак)", "zh-chs": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->25->892" + "default.handlebars->25->896" ] }, { @@ -3651,7 +3651,7 @@ "ru": "Арабский (Иордания)", "zh-chs": "阿拉伯語(約旦)", "xloc": [ - "default.handlebars->25->893" + "default.handlebars->25->897" ] }, { @@ -3668,7 +3668,7 @@ "ru": "Арабский (Кувейт)", "zh-chs": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->25->894" + "default.handlebars->25->898" ] }, { @@ -3685,7 +3685,7 @@ "ru": "Арабский (Ливан)", "zh-chs": "阿拉伯語(黎巴嫩)", "xloc": [ - "default.handlebars->25->895" + "default.handlebars->25->899" ] }, { @@ -3702,7 +3702,7 @@ "ru": "Арабский (Ливия)", "zh-chs": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->25->896" + "default.handlebars->25->900" ] }, { @@ -3719,7 +3719,7 @@ "ru": "Арабский (Марокко)", "zh-chs": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->25->897" + "default.handlebars->25->901" ] }, { @@ -3736,7 +3736,7 @@ "ru": "Арабский (Оман)", "zh-chs": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->25->898" + "default.handlebars->25->902" ] }, { @@ -3753,7 +3753,7 @@ "ru": "Арабский (Катар)", "zh-chs": "阿拉伯語(卡塔爾)", "xloc": [ - "default.handlebars->25->899" + "default.handlebars->25->903" ] }, { @@ -3770,7 +3770,7 @@ "ru": "Арабский (Саудовская Аравия)", "zh-chs": "阿拉伯語(沙特阿拉伯)", "xloc": [ - "default.handlebars->25->900" + "default.handlebars->25->904" ] }, { @@ -3787,7 +3787,7 @@ "ru": "Арабский (стандартный)", "zh-chs": "阿拉伯語(標準)", "xloc": [ - "default.handlebars->25->888" + "default.handlebars->25->892" ] }, { @@ -3804,7 +3804,7 @@ "ru": "Арабский (Сирия)", "zh-chs": "阿拉伯語(敘利亞)", "xloc": [ - "default.handlebars->25->901" + "default.handlebars->25->905" ] }, { @@ -3821,7 +3821,7 @@ "ru": "Арабский (Тунис)", "zh-chs": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->25->902" + "default.handlebars->25->906" ] }, { @@ -3838,7 +3838,7 @@ "ru": "Арабский (О.А.Э.)", "zh-chs": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->25->903" + "default.handlebars->25->907" ] }, { @@ -3855,7 +3855,7 @@ "ru": "Арабский (Йемен)", "zh-chs": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->25->904" + "default.handlebars->25->908" ] }, { @@ -3872,7 +3872,7 @@ "ru": "Арагонский", "zh-chs": "阿拉貢人", "xloc": [ - "default.handlebars->25->905" + "default.handlebars->25->909" ] }, { @@ -3889,7 +3889,7 @@ "ru": "Архитектура", "zh-chs": "建築", "xloc": [ - "default.handlebars->25->789" + "default.handlebars->25->793" ] }, { @@ -3924,7 +3924,7 @@ "zh-chs": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。", "xloc": [ "default-mobile.handlebars->9->305", - "default.handlebars->25->1231" + "default.handlebars->25->1235" ] }, { @@ -3941,7 +3941,7 @@ "ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?", "zh-chs": "您確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->25->652" + "default.handlebars->25->656" ] }, { @@ -3958,7 +3958,7 @@ "ru": "Вы действительно хотите деинсталировать выбранного агента?", "zh-chs": "您確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->25->641" + "default.handlebars->25->645" ] }, { @@ -3975,7 +3975,7 @@ "ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?", "zh-chs": "您確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->25->640" + "default.handlebars->25->644" ] }, { @@ -3992,7 +3992,7 @@ "ru": "Вы уверенны, что {0} плагин: {1}", "zh-chs": "您確定要{0}插件嗎:{1}", "xloc": [ - "default.handlebars->25->1785" + "default.handlebars->25->1789" ] }, { @@ -4009,7 +4009,7 @@ "ru": "Армянский", "zh-chs": "亞美尼亞人", "xloc": [ - "default.handlebars->25->906" + "default.handlebars->25->910" ] }, { @@ -4054,7 +4054,7 @@ "ru": "Ассамский", "zh-chs": "阿薩姆語", "xloc": [ - "default.handlebars->25->907" + "default.handlebars->25->911" ] }, { @@ -4071,7 +4071,7 @@ "ru": "Астурии", "zh-chs": "阿斯圖里亞斯人", "xloc": [ - "default.handlebars->25->908" + "default.handlebars->25->912" ] }, { @@ -4088,7 +4088,7 @@ "ru": "Приложение аутентификации", "zh-chs": "身份驗證應用", "xloc": [ - "default.handlebars->25->1606" + "default.handlebars->25->1610" ] }, { @@ -4111,8 +4111,8 @@ "default-mobile.handlebars->9->42", "default.handlebars->25->109", "default.handlebars->25->114", - "default.handlebars->25->872", - "default.handlebars->25->874" + "default.handlebars->25->876", + "default.handlebars->25->878" ] }, { @@ -4180,7 +4180,7 @@ "ru": "Автоудаление", "zh-chs": "自動刪除", "xloc": [ - "default.handlebars->25->1155" + "default.handlebars->25->1159" ] }, { @@ -4234,7 +4234,7 @@ "ru": "Азербайджанский", "zh-chs": "阿塞拜疆", "xloc": [ - "default.handlebars->25->909" + "default.handlebars->25->913" ] }, { @@ -4251,7 +4251,7 @@ "ru": "BIOS", "zh-chs": "的BIOS", "xloc": [ - "default.handlebars->25->827" + "default.handlebars->25->831" ] }, { @@ -4348,8 +4348,8 @@ "ru": "Фоновый и интерактивный", "zh-chs": "背景與互動", "xloc": [ - "default.handlebars->25->1331", - "default.handlebars->25->1338", + "default.handlebars->25->1335", + "default.handlebars->25->1342", "default.handlebars->25->308" ] }, @@ -4367,8 +4367,8 @@ "ru": "Только фоновый", "zh-chs": "僅背景", "xloc": [ - "default.handlebars->25->1332", - "default.handlebars->25->1339", + "default.handlebars->25->1336", + "default.handlebars->25->1343", "default.handlebars->25->309", "default.handlebars->25->331" ] @@ -4404,7 +4404,7 @@ "ru": "Резервные коды", "zh-chs": "備用碼", "xloc": [ - "default.handlebars->25->1608" + "default.handlebars->25->1612" ] }, { @@ -4421,7 +4421,7 @@ "ru": "Плохой ключ", "zh-chs": "錯誤的簽名", "xloc": [ - "default.handlebars->25->1723" + "default.handlebars->25->1727" ] }, { @@ -4438,7 +4438,7 @@ "ru": "Плохой веб-сертификат", "zh-chs": "錯誤的網絡證書", "xloc": [ - "default.handlebars->25->1722" + "default.handlebars->25->1726" ] }, { @@ -4455,7 +4455,7 @@ "ru": "Баскский", "zh-chs": "巴斯克", "xloc": [ - "default.handlebars->25->910" + "default.handlebars->25->914" ] }, { @@ -4489,7 +4489,7 @@ "ru": "Белорусский", "zh-chs": "白俄羅斯語", "xloc": [ - "default.handlebars->25->912" + "default.handlebars->25->916" ] }, { @@ -4506,7 +4506,7 @@ "ru": "Бенгальский", "zh-chs": "孟加拉", "xloc": [ - "default.handlebars->25->913" + "default.handlebars->25->917" ] }, { @@ -4542,7 +4542,7 @@ "ru": "Боснийский", "zh-chs": "波斯尼亞人", "xloc": [ - "default.handlebars->25->914" + "default.handlebars->25->918" ] }, { @@ -4559,7 +4559,7 @@ "ru": "Бретонский", "zh-chs": "布列塔尼", "xloc": [ - "default.handlebars->25->915" + "default.handlebars->25->919" ] }, { @@ -4576,7 +4576,7 @@ "ru": "Отправить сообщение", "zh-chs": "廣播", "xloc": [ - "default.handlebars->25->1528", + "default.handlebars->25->1532", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -4594,7 +4594,7 @@ "ru": "Отправить сообщение", "zh-chs": "廣播消息", "xloc": [ - "default.handlebars->25->1470" + "default.handlebars->25->1474" ] }, { @@ -4611,7 +4611,7 @@ "ru": "Отправить сообщение всем подключенным пользователям.", "zh-chs": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->25->1469" + "default.handlebars->25->1473" ] }, { @@ -4628,7 +4628,7 @@ "ru": "Болгарский", "zh-chs": "保加利亞語", "xloc": [ - "default.handlebars->25->911" + "default.handlebars->25->915" ] }, { @@ -4645,7 +4645,7 @@ "ru": "Бирманский", "zh-chs": "緬甸人", "xloc": [ - "default.handlebars->25->916" + "default.handlebars->25->920" ] }, { @@ -4681,8 +4681,8 @@ "zh-chs": "CIRA", "xloc": [ "default-mobile.handlebars->9->145", - "default.handlebars->25->1219", - "default.handlebars->25->1224", + "default.handlebars->25->1223", + "default.handlebars->25->1228", "default.handlebars->25->179", "default.handlebars->25->385" ] @@ -4701,7 +4701,7 @@ "ru": "CIRA Сервер", "zh-chs": "CIRA服務器", "xloc": [ - "default.handlebars->25->1773" + "default.handlebars->25->1777" ] }, { @@ -4718,7 +4718,7 @@ "ru": "CIRA Сервер команды", "zh-chs": "CIRA服務器命令", "xloc": [ - "default.handlebars->25->1774" + "default.handlebars->25->1778" ] }, { @@ -4734,7 +4734,7 @@ "ru": "CPU", "zh-chs": "CPU", "xloc": [ - "default.handlebars->25->833" + "default.handlebars->25->837" ] }, { @@ -4751,7 +4751,7 @@ "ru": "Загрузка CPU", "zh-chs": "CPU負載", "xloc": [ - "default.handlebars->25->1737" + "default.handlebars->25->1741" ] }, { @@ -4768,7 +4768,7 @@ "ru": "Загрузка CPU за последние 15 минут", "zh-chs": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->25->1740" + "default.handlebars->25->1744" ] }, { @@ -4785,7 +4785,7 @@ "ru": "Загрузка CPU за последние 5 минут", "zh-chs": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->25->1739" + "default.handlebars->25->1743" ] }, { @@ -4802,7 +4802,7 @@ "ru": "Загрузка CPU за последнюю минуту", "zh-chs": "最後一分鐘的CPU負載", "xloc": [ - "default.handlebars->25->1738" + "default.handlebars->25->1742" ] }, { @@ -4819,8 +4819,8 @@ "ru": "CR+LF", "zh-chs": "CR +低頻", "xloc": [ - "default.handlebars->25->731", - "default.handlebars->25->740", + "default.handlebars->25->735", + "default.handlebars->25->744", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -4838,8 +4838,8 @@ "ru": "Формат CSV", "zh-chs": "CSV格式", "xloc": [ - "default.handlebars->25->1402", - "default.handlebars->25->1461", + "default.handlebars->25->1406", + "default.handlebars->25->1465", "default.handlebars->25->412" ] }, @@ -4857,7 +4857,7 @@ "ru": "Ошибка вызова", "zh-chs": "通話錯誤", "xloc": [ - "default.handlebars->25->1786" + "default.handlebars->25->1790" ] }, { @@ -4876,7 +4876,7 @@ "xloc": [ "default-mobile.handlebars->9->51", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->25->1136", + "default.handlebars->25->1140", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -4894,8 +4894,8 @@ "nl": "Capaciteit", "zh-chs": "容量", "xloc": [ - "default.handlebars->25->841", - "default.handlebars->25->843" + "default.handlebars->25->845", + "default.handlebars->25->847" ] }, { @@ -4912,7 +4912,7 @@ "ru": "Объем / Скорость", "zh-chs": "容量/速度", "xloc": [ - "default.handlebars->25->836" + "default.handlebars->25->840" ] }, { @@ -4929,7 +4929,7 @@ "ru": "Каталонский", "zh-chs": "加泰羅尼亞語", "xloc": [ - "default.handlebars->25->917" + "default.handlebars->25->921" ] }, { @@ -4963,7 +4963,7 @@ "ru": "Чаморро", "zh-chs": "查莫羅", "xloc": [ - "default.handlebars->25->918" + "default.handlebars->25->922" ] }, { @@ -4994,7 +4994,7 @@ "ru": "Смена email для {0}", "zh-chs": "更改{0}的電子郵件", "xloc": [ - "default.handlebars->25->1634" + "default.handlebars->25->1638" ] }, { @@ -5011,9 +5011,9 @@ "ru": "Смена группы", "zh-chs": "變更組", "xloc": [ - "default.handlebars->25->542", - "default.handlebars->25->649", - "default.handlebars->25->650" + "default.handlebars->25->544", + "default.handlebars->25->653", + "default.handlebars->25->654" ] }, { @@ -5031,8 +5031,8 @@ "zh-chs": "更改密碼", "xloc": [ "default-mobile.handlebars->9->59", - "default.handlebars->25->1112", - "default.handlebars->25->1623" + "default.handlebars->25->1116", + "default.handlebars->25->1627" ] }, { @@ -5049,7 +5049,7 @@ "ru": "Смена пароля для {0}", "zh-chs": "更改{0}的密碼", "xloc": [ - "default.handlebars->25->1641" + "default.handlebars->25->1645" ] }, { @@ -5119,7 +5119,7 @@ "ru": "Изменить пароль для этого пользователя", "zh-chs": "更改該用戶的密碼", "xloc": [ - "default.handlebars->25->1622" + "default.handlebars->25->1626" ] }, { @@ -5153,7 +5153,7 @@ "ru": "Измените адрес электронной почты вашей учетной записи здесь.", "zh-chs": "在此處更改您的帳戶電子郵件地址。", "xloc": [ - "default.handlebars->25->1099" + "default.handlebars->25->1103" ] }, { @@ -5170,7 +5170,7 @@ "ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.", "zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->25->1105" + "default.handlebars->25->1109" ] }, { @@ -5187,7 +5187,7 @@ "ru": "Изменение языка потребует перезагрузить страницу.", "zh-chs": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->25->1084" + "default.handlebars->25->1088" ] }, { @@ -5204,9 +5204,9 @@ "ru": "Чат", "zh-chs": "聊天室", "xloc": [ - "default.handlebars->25->1419", - "default.handlebars->25->591", - "default.handlebars->25->610" + "default.handlebars->25->1423", + "default.handlebars->25->593", + "default.handlebars->25->612" ] }, { @@ -5225,8 +5225,8 @@ "xloc": [ "default-mobile.handlebars->9->326", "default-mobile.handlebars->9->344", - "default.handlebars->25->1281", - "default.handlebars->25->1315" + "default.handlebars->25->1285", + "default.handlebars->25->1319" ] }, { @@ -5243,7 +5243,7 @@ "ru": "Чеченский", "zh-chs": "車臣", "xloc": [ - "default.handlebars->25->919" + "default.handlebars->25->923" ] }, { @@ -5324,8 +5324,8 @@ "ru": "Проверка...", "zh-chs": "檢查...", "xloc": [ - "default.handlebars->25->1780", - "default.handlebars->25->885" + "default.handlebars->25->1784", + "default.handlebars->25->889" ] }, { @@ -5342,7 +5342,7 @@ "ru": "Китайский", "zh-chs": "中文", "xloc": [ - "default.handlebars->25->920" + "default.handlebars->25->924" ] }, { @@ -5359,7 +5359,7 @@ "ru": "Китайский (Гонконг)", "zh-chs": "中文(香港)", "xloc": [ - "default.handlebars->25->921" + "default.handlebars->25->925" ] }, { @@ -5376,7 +5376,7 @@ "ru": "Китайский (КНР)", "zh-chs": "中文(中國)", "xloc": [ - "default.handlebars->25->922" + "default.handlebars->25->926" ] }, { @@ -5393,7 +5393,7 @@ "ru": "Упрощенный китайский)", "zh-chs": "简体中文)", "xloc": [ - "default.handlebars->25->1082" + "default.handlebars->25->1086" ] }, { @@ -5410,7 +5410,7 @@ "ru": "Китайский (Сингапур)", "zh-chs": "中文(新加坡)", "xloc": [ - "default.handlebars->25->923" + "default.handlebars->25->927" ] }, { @@ -5427,7 +5427,7 @@ "ru": "Китайский (Тайвань)", "zh-chs": "中文(台灣)", "xloc": [ - "default.handlebars->25->924" + "default.handlebars->25->928" ] }, { @@ -5462,7 +5462,7 @@ "ru": "Чувашский", "zh-chs": "楚瓦什", "xloc": [ - "default.handlebars->25->925" + "default.handlebars->25->929" ] }, { @@ -5502,11 +5502,11 @@ "default-mobile.handlebars->9->283", "default-mobile.handlebars->9->285", "default-mobile.handlebars->9->287", - "default.handlebars->25->1396", - "default.handlebars->25->766", - "default.handlebars->25->768", + "default.handlebars->25->1400", "default.handlebars->25->770", "default.handlebars->25->772", + "default.handlebars->25->774", + "default.handlebars->25->776", "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" @@ -5540,7 +5540,7 @@ "nl": "Wis alle meldingen", "zh-chs": "全部清除", "xloc": [ - "default.handlebars->25->1710" + "default.handlebars->25->1714" ] }, { @@ -5557,7 +5557,7 @@ "ru": "Очистить ядро", "zh-chs": "清除核心", "xloc": [ - "default.handlebars->25->857" + "default.handlebars->25->861" ] }, { @@ -5590,7 +5590,7 @@ "ru": "Очистить это уведомление", "zh-chs": "清除此通知", "xloc": [ - "default.handlebars->25->1709" + "default.handlebars->25->1713" ] }, { @@ -5635,8 +5635,8 @@ "nl": "Klik hier om de apparaatgroepsnaam te bewerken", "zh-chs": "单击此处编辑设备组名称", "xloc": [ - "default.handlebars->25->1147", - "default.handlebars->25->1352" + "default.handlebars->25->1151", + "default.handlebars->25->1356" ] }, { @@ -5666,7 +5666,7 @@ "nl": "Klik hier om de gebruikersgroepsnaam te bewerken", "zh-chs": "单击此处编辑用户组名称", "xloc": [ - "default.handlebars->25->1520" + "default.handlebars->25->1524" ] }, { @@ -5716,7 +5716,7 @@ "zh-chs": "單擊確定將驗證郵件發送到:", "xloc": [ "default-mobile.handlebars->9->44", - "default.handlebars->25->1096" + "default.handlebars->25->1100" ] }, { @@ -5750,7 +5750,7 @@ "ru": "Режим управления клиентом (CCM)", "zh-chs": "客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->25->814" + "default.handlebars->25->818" ] }, { @@ -5767,8 +5767,8 @@ "ru": "Клиент инициировал удаленный доступ", "zh-chs": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->25->1218", - "default.handlebars->25->1223" + "default.handlebars->25->1222", + "default.handlebars->25->1227" ] }, { @@ -5805,7 +5805,7 @@ "default-mobile.handlebars->9->26", "default.handlebars->25->121", "default.handlebars->25->129", - "default.handlebars->25->724" + "default.handlebars->25->728" ] }, { @@ -5840,8 +5840,8 @@ "ru": "Общие группы устройств", "zh-chs": "通用設備組", "xloc": [ - "default.handlebars->25->1536", - "default.handlebars->25->1646" + "default.handlebars->25->1540", + "default.handlebars->25->1650" ] }, { @@ -5858,8 +5858,8 @@ "ru": "Общие устройства", "zh-chs": "通用設備", "xloc": [ - "default.handlebars->25->1542", - "default.handlebars->25->1658" + "default.handlebars->25->1546", + "default.handlebars->25->1662" ] }, { @@ -5877,7 +5877,7 @@ "zh-chs": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->96", - "default.handlebars->25->1391" + "default.handlebars->25->1395" ] }, { @@ -5896,14 +5896,14 @@ "xloc": [ "default-mobile.handlebars->9->243", "default-mobile.handlebars->9->306", - "default.handlebars->25->1232", - "default.handlebars->25->1445", - "default.handlebars->25->1512", - "default.handlebars->25->1556", - "default.handlebars->25->1644", + "default.handlebars->25->1236", + "default.handlebars->25->1449", + "default.handlebars->25->1516", + "default.handlebars->25->1560", + "default.handlebars->25->1648", "default.handlebars->25->409", - "default.handlebars->25->644", - "default.handlebars->25->653" + "default.handlebars->25->648", + "default.handlebars->25->657" ] }, { @@ -5921,7 +5921,7 @@ "zh-chs": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->9->276", - "default.handlebars->25->761" + "default.handlebars->25->765" ] }, { @@ -5939,7 +5939,7 @@ "zh-chs": "確認{0}個條目的副本到此位置?", "xloc": [ "default-mobile.handlebars->9->275", - "default.handlebars->25->760" + "default.handlebars->25->764" ] }, { @@ -5953,7 +5953,7 @@ "nl": "Bevestig verwijdering geselecteerde account(s)?", "zh-chs": "确认删除选定的帐户?", "xloc": [ - "default.handlebars->25->1444" + "default.handlebars->25->1448" ] }, { @@ -5984,7 +5984,7 @@ "nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?", "zh-chs": "确认删除选定的用户组?", "xloc": [ - "default.handlebars->25->1511" + "default.handlebars->25->1515" ] }, { @@ -6001,7 +6001,7 @@ "ru": "Подтвердить удаление пользователя {0}?", "zh-chs": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->25->1643" + "default.handlebars->25->1647" ] }, { @@ -6015,7 +6015,7 @@ "nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户\\“ {0} \\”的成员身份?", "xloc": [ - "default.handlebars->25->1559" + "default.handlebars->25->1563" ] }, { @@ -6029,7 +6029,7 @@ "nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组 “{0}” 的成员身份?", "xloc": [ - "default.handlebars->25->1673" + "default.handlebars->25->1677" ] }, { @@ -6047,7 +6047,7 @@ "zh-chs": "確認將1個入口移動到此位置?", "xloc": [ "default-mobile.handlebars->9->278", - "default.handlebars->25->763" + "default.handlebars->25->767" ] }, { @@ -6065,7 +6065,7 @@ "zh-chs": "確認將{0}個條目移到此位置?", "xloc": [ "default-mobile.handlebars->9->277", - "default.handlebars->25->762" + "default.handlebars->25->766" ] }, { @@ -6082,7 +6082,7 @@ "ru": "Подтвердить перезапись?", "zh-chs": "確認覆蓋?", "xloc": [ - "default.handlebars->25->1390" + "default.handlebars->25->1394" ] }, { @@ -6096,8 +6096,8 @@ "nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?", "zh-chs": "确认删除设备“ {0} ”的访问权限?", "xloc": [ - "default.handlebars->25->1549", - "default.handlebars->25->1664" + "default.handlebars->25->1553", + "default.handlebars->25->1668" ] }, { @@ -6111,8 +6111,8 @@ "nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?", "zh-chs": "是否确认删除设备组“ {0}”的访问权限?", "xloc": [ - "default.handlebars->25->1551", - "default.handlebars->25->1677" + "default.handlebars->25->1555", + "default.handlebars->25->1681" ] }, { @@ -6126,7 +6126,7 @@ "nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户\\“ {0} \\”的访问权限?", "xloc": [ - "default.handlebars->25->1666" + "default.handlebars->25->1670" ] }, { @@ -6140,7 +6140,7 @@ "nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组“ {0}”的访问权限?", "xloc": [ - "default.handlebars->25->1669" + "default.handlebars->25->1673" ] }, { @@ -6154,8 +6154,8 @@ "nl": "Verwijdering van toegangsrechten bevestigen?", "zh-chs": "确认删除访问权限?", "xloc": [ - "default.handlebars->25->1667", - "default.handlebars->25->1670" + "default.handlebars->25->1671", + "default.handlebars->25->1674" ] }, { @@ -6173,7 +6173,7 @@ "zh-chs": "確認刪除身份驗證器應用程序兩步登錄?", "xloc": [ "default-mobile.handlebars->9->43", - "default.handlebars->25->875" + "default.handlebars->25->879" ] }, { @@ -6228,7 +6228,7 @@ "nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?", "zh-chs": "确认删除用户“ {0} ”的权限?", "xloc": [ - "default.handlebars->25->1324" + "default.handlebars->25->1328" ] }, { @@ -6242,7 +6242,7 @@ "nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?", "zh-chs": "确认删除用户组“ {0} ”的权限?", "xloc": [ - "default.handlebars->25->1326" + "default.handlebars->25->1330" ] }, { @@ -6290,8 +6290,8 @@ "default-mobile.handlebars->9->258", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->25->1171", - "default.handlebars->25->743", + "default.handlebars->25->1175", + "default.handlebars->25->747", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", @@ -6330,8 +6330,8 @@ "ru": "Подключиться к серверу", "zh-chs": "連接到服務器", "xloc": [ - "default.handlebars->25->1222", - "default.handlebars->25->1226" + "default.handlebars->25->1226", + "default.handlebars->25->1230" ] }, { @@ -6402,7 +6402,7 @@ "ru": "Подключено Intel® AMT", "zh-chs": "連接的英特爾®AMT", "xloc": [ - "default.handlebars->25->1728" + "default.handlebars->25->1732" ] }, { @@ -6419,7 +6419,7 @@ "ru": "Подключенные пользователи", "zh-chs": "關聯用戶", "xloc": [ - "default.handlebars->25->1733" + "default.handlebars->25->1737" ] }, { @@ -6436,7 +6436,7 @@ "ru": "Подключено сейчас", "zh-chs": "現在已連接", "xloc": [ - "default.handlebars->25->793" + "default.handlebars->25->797" ] }, { @@ -6476,7 +6476,7 @@ "default.handlebars->25->204", "default.handlebars->25->207", "default.handlebars->25->226", - "default.handlebars->25->784", + "default.handlebars->25->788", "default.handlebars->25->9", "xterm.handlebars->9->2" ] @@ -6495,7 +6495,7 @@ "ru": "Подключений ", "zh-chs": "連接數", "xloc": [ - "default.handlebars->25->1744" + "default.handlebars->25->1748" ] }, { @@ -6512,7 +6512,7 @@ "ru": "Ретранслятор подключения", "zh-chs": "連接繼電器", "xloc": [ - "default.handlebars->25->1772" + "default.handlebars->25->1776" ] }, { @@ -6564,7 +6564,7 @@ "zh-chs": "連接性", "xloc": [ "default-mobile.handlebars->9->218", - "default.handlebars->25->1359", + "default.handlebars->25->1363", "default.handlebars->25->195", "default.handlebars->25->533", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" @@ -6584,8 +6584,8 @@ "ru": "Консоль", "zh-chs": "安慰", "xloc": [ - "default.handlebars->25->586", - "default.handlebars->25->605", + "default.handlebars->25->588", + "default.handlebars->25->607", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole" @@ -6621,8 +6621,8 @@ "ru": "контроль", "zh-chs": "控制", "xloc": [ - "default.handlebars->25->585", - "default.handlebars->25->604" + "default.handlebars->25->587", + "default.handlebars->25->606" ] }, { @@ -6639,7 +6639,7 @@ "ru": "Cookie-кодировщик", "zh-chs": "Cookie編碼器", "xloc": [ - "default.handlebars->25->1758" + "default.handlebars->25->1762" ] }, { @@ -6765,8 +6765,8 @@ "ru": "Скопировать ссылку в буфер обмена", "zh-chs": "複製鏈接到剪貼板", "xloc": [ - "default.handlebars->25->1364", - "default.handlebars->25->1378", + "default.handlebars->25->1368", + "default.handlebars->25->1382", "default.handlebars->25->321" ] }, @@ -6944,7 +6944,7 @@ "ru": "Основной сервер", "zh-chs": "核心服務器", "xloc": [ - "default.handlebars->25->1757" + "default.handlebars->25->1761" ] }, { @@ -6961,7 +6961,7 @@ "ru": "Kорсиканский", "zh-chs": "科西嘉人", "xloc": [ - "default.handlebars->25->926" + "default.handlebars->25->930" ] }, { @@ -6978,7 +6978,7 @@ "ru": "Создать учетную запись", "zh-chs": "創建帳號", "xloc": [ - "default.handlebars->25->1482", + "default.handlebars->25->1486", "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" ] @@ -7014,7 +7014,7 @@ "ru": "Создать группу пользователей", "zh-chs": "創建用戶組", "xloc": [ - "default.handlebars->25->1517" + "default.handlebars->25->1521" ] }, { @@ -7031,7 +7031,7 @@ "ru": "Создайте новую группу устройств, используя параметры ниже.", "zh-chs": "使用以下選項創建一個新的設備組。", "xloc": [ - "default.handlebars->25->1119" + "default.handlebars->25->1123" ] }, { @@ -7065,7 +7065,7 @@ "ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:", "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:", "xloc": [ - "default.handlebars->25->1452" + "default.handlebars->25->1456" ] }, { @@ -7100,7 +7100,7 @@ "ru": "Создано", "zh-chs": "創建", "xloc": [ - "default.handlebars->25->1582" + "default.handlebars->25->1586" ] }, { @@ -7135,7 +7135,7 @@ "ru": "Кри (Канадский язык)", "zh-chs": "克里", "xloc": [ - "default.handlebars->25->927" + "default.handlebars->25->931" ] }, { @@ -7152,7 +7152,7 @@ "ru": "Хорватский", "zh-chs": "克羅地亞語", "xloc": [ - "default.handlebars->25->928" + "default.handlebars->25->932" ] }, { @@ -7293,7 +7293,7 @@ "ru": "Чешский", "zh-chs": "捷克文", "xloc": [ - "default.handlebars->25->929" + "default.handlebars->25->933" ] }, { @@ -7327,7 +7327,7 @@ "ru": "Датский", "zh-chs": "丹麥文", "xloc": [ - "default.handlebars->25->930" + "default.handlebars->25->934" ] }, { @@ -7344,7 +7344,7 @@ "ru": "DataChannel", "zh-chs": "數據通道", "xloc": [ - "default.handlebars->25->694" + "default.handlebars->25->698" ] }, { @@ -7361,7 +7361,7 @@ "ru": "Дата & Время", "zh-chs": "日期和時間", "xloc": [ - "default.handlebars->25->1087" + "default.handlebars->25->1091" ] }, { @@ -7378,7 +7378,7 @@ "ru": "День", "zh-chs": "天", "xloc": [ - "default.handlebars->25->628" + "default.handlebars->25->632" ] }, { @@ -7395,7 +7395,7 @@ "ru": "Деактивировать режим управления клиентом (CCM)", "zh-chs": "停用客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->25->1210" + "default.handlebars->25->1214" ] }, { @@ -7434,9 +7434,9 @@ "default-mobile.handlebars->9->91", "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->25->1385", + "default.handlebars->25->1389", "default.handlebars->25->439", - "default.handlebars->25->753", + "default.handlebars->25->757", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", @@ -7460,7 +7460,7 @@ "zh-chs": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->53", - "default.handlebars->25->1104" + "default.handlebars->25->1108" ] }, { @@ -7474,7 +7474,7 @@ "nl": "Verwijder accounts", "zh-chs": "删除帐号", "xloc": [ - "default.handlebars->25->1446" + "default.handlebars->25->1450" ] }, { @@ -7492,7 +7492,7 @@ "zh-chs": "刪除裝置", "xloc": [ "default-mobile.handlebars->9->222", - "default.handlebars->25->544" + "default.handlebars->25->546" ] }, { @@ -7511,8 +7511,8 @@ "xloc": [ "default-mobile.handlebars->9->304", "default-mobile.handlebars->9->307", - "default.handlebars->25->1203", - "default.handlebars->25->1233" + "default.handlebars->25->1207", + "default.handlebars->25->1237" ] }, { @@ -7530,7 +7530,7 @@ "zh-chs": "刪除節點", "xloc": [ "default-mobile.handlebars->9->241", - "default.handlebars->25->654" + "default.handlebars->25->658" ] }, { @@ -7564,7 +7564,7 @@ "ru": "Удалить пользователя", "zh-chs": "刪除用戶", "xloc": [ - "default.handlebars->25->1621" + "default.handlebars->25->1625" ] }, { @@ -7581,8 +7581,8 @@ "ru": "Удалить группу пользователей", "zh-chs": "刪除用戶組", "xloc": [ - "default.handlebars->25->1547", - "default.handlebars->25->1557" + "default.handlebars->25->1551", + "default.handlebars->25->1561" ] }, { @@ -7596,7 +7596,7 @@ "nl": "Gebruikersgroepen verwijderen", "zh-chs": "删除用户组", "xloc": [ - "default.handlebars->25->1513" + "default.handlebars->25->1517" ] }, { @@ -7613,7 +7613,7 @@ "ru": "Удалить пользователя {0}", "zh-chs": "刪除用戶{0}", "xloc": [ - "default.handlebars->25->1642" + "default.handlebars->25->1646" ] }, { @@ -7631,7 +7631,7 @@ "zh-chs": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->25->1442", + "default.handlebars->25->1446", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -7663,7 +7663,7 @@ "nl": "Verwijder groep", "zh-chs": "删除群组", "xloc": [ - "default.handlebars->25->1509" + "default.handlebars->25->1513" ] }, { @@ -7699,8 +7699,8 @@ "xloc": [ "default-mobile.handlebars->9->270", "default-mobile.handlebars->9->93", - "default.handlebars->25->1387", - "default.handlebars->25->755" + "default.handlebars->25->1391", + "default.handlebars->25->759" ] }, { @@ -7717,7 +7717,7 @@ "ru": "Удалить группу пользователей {0}?", "zh-chs": "刪除用戶組{0}?", "xloc": [ - "default.handlebars->25->1555" + "default.handlebars->25->1559" ] }, { @@ -7736,8 +7736,8 @@ "xloc": [ "default-mobile.handlebars->9->269", "default-mobile.handlebars->9->92", - "default.handlebars->25->1386", - "default.handlebars->25->754" + "default.handlebars->25->1390", + "default.handlebars->25->758" ] }, { @@ -7767,7 +7767,7 @@ "ko": "거부", "zh-chs": "被拒绝", "xloc": [ - "default.handlebars->25->690" + "default.handlebars->25->694" ] }, { @@ -7850,18 +7850,18 @@ "default-mobile.handlebars->9->296", "default-mobile.handlebars->9->309", "default-mobile.handlebars->9->70", - "default.handlebars->25->1124", - "default.handlebars->25->1152", - "default.handlebars->25->1235", - "default.handlebars->25->1516", - "default.handlebars->25->1523", - "default.handlebars->25->1524", - "default.handlebars->25->1553", + "default.handlebars->25->1128", + "default.handlebars->25->1156", + "default.handlebars->25->1239", + "default.handlebars->25->1520", + "default.handlebars->25->1527", + "default.handlebars->25->1528", + "default.handlebars->25->1557", "default.handlebars->25->478", "default.handlebars->25->479", - "default.handlebars->25->685", + "default.handlebars->25->689", "default.handlebars->25->78", - "default.handlebars->25->799", + "default.handlebars->25->803", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -7893,8 +7893,8 @@ "ru": "Рабочий стол", "zh-chs": "桌面", "xloc": [ - "default.handlebars->25->1240", - "default.handlebars->25->1687", + "default.handlebars->25->1244", + "default.handlebars->25->1691", "default.handlebars->25->445", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop" @@ -7931,8 +7931,8 @@ "ru": "Уведомление на рабочем столе", "zh-chs": "桌面通知", "xloc": [ - "default.handlebars->25->1162", - "default.handlebars->25->1597", + "default.handlebars->25->1166", + "default.handlebars->25->1601", "default.handlebars->25->514" ] }, @@ -7950,8 +7950,8 @@ "ru": "Запрос рабочего стола", "zh-chs": "桌面提示", "xloc": [ - "default.handlebars->25->1161", - "default.handlebars->25->1596", + "default.handlebars->25->1165", + "default.handlebars->25->1600", "default.handlebars->25->513" ] }, @@ -7969,8 +7969,8 @@ "ru": "Запрос рабочего стола + панель инструментов", "zh-chs": "桌面提示+工具欄", "xloc": [ - "default.handlebars->25->1159", - "default.handlebars->25->1594", + "default.handlebars->25->1163", + "default.handlebars->25->1598", "default.handlebars->25->511" ] }, @@ -8002,8 +8002,8 @@ "ru": "Панель инструментов рабочего стола", "zh-chs": "桌面工具欄", "xloc": [ - "default.handlebars->25->1160", - "default.handlebars->25->1595", + "default.handlebars->25->1164", + "default.handlebars->25->1599", "default.handlebars->25->512" ] }, @@ -8074,8 +8074,8 @@ "ru": "Устройство", "zh-chs": "設備", "xloc": [ - "default.handlebars->25->1262", - "default.handlebars->25->1661", + "default.handlebars->25->1266", + "default.handlebars->25->1665", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -8094,7 +8094,7 @@ "zh-chs": "設備動作", "xloc": [ "default-mobile.handlebars->9->234", - "default.handlebars->25->627" + "default.handlebars->25->631" ] }, { @@ -8111,13 +8111,13 @@ "ru": "Группа устройства", "zh-chs": "設備組", "xloc": [ - "default.handlebars->25->1257", - "default.handlebars->25->1260", "default.handlebars->25->1261", - "default.handlebars->25->1539", - "default.handlebars->25->1545", - "default.handlebars->25->1649", - "default.handlebars->25->1696" + "default.handlebars->25->1264", + "default.handlebars->25->1265", + "default.handlebars->25->1543", + "default.handlebars->25->1549", + "default.handlebars->25->1653", + "default.handlebars->25->1700" ] }, { @@ -8135,7 +8135,7 @@ "zh-chs": "設備組用戶", "xloc": [ "default-mobile.handlebars->9->350", - "default.handlebars->25->1322" + "default.handlebars->25->1326" ] }, { @@ -8153,11 +8153,11 @@ "zh-chs": "設備組", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->25->1411", - "default.handlebars->25->1503", - "default.handlebars->25->1526", - "default.handlebars->25->1591", - "default.handlebars->25->1731", + "default.handlebars->25->1415", + "default.handlebars->25->1507", + "default.handlebars->25->1530", + "default.handlebars->25->1595", + "default.handlebars->25->1735", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -8192,7 +8192,13 @@ "ru": "Местонахождение устройства", "zh-chs": "設備位置", "xloc": [ - "default.handlebars->25->655" + "default.handlebars->25->659" + ] + }, + { + "en": "Device Message", + "xloc": [ + "default.handlebars->25->620" ] }, { @@ -8210,9 +8216,9 @@ "zh-chs": "設備名稱", "xloc": [ "default-mobile.handlebars->9->245", - "default.handlebars->25->1695", + "default.handlebars->25->1699", "default.handlebars->25->244", - "default.handlebars->25->683", + "default.handlebars->25->687", "player.handlebars->3->9" ] }, @@ -8230,7 +8236,7 @@ "ru": "Уведомление устройства", "zh-chs": "設備通知", "xloc": [ - "default.handlebars->25->618" + "default.handlebars->25->622" ] }, { @@ -8264,8 +8270,8 @@ "ru": "Подключения устройств.", "zh-chs": "設備連接。", "xloc": [ - "default.handlebars->25->1092", - "default.handlebars->25->1343" + "default.handlebars->25->1096", + "default.handlebars->25->1347" ] }, { @@ -8282,8 +8288,8 @@ "ru": "Отключения устройств.", "zh-chs": "設備斷開連接。", "xloc": [ - "default.handlebars->25->1093", - "default.handlebars->25->1344" + "default.handlebars->25->1097", + "default.handlebars->25->1348" ] }, { @@ -8300,7 +8306,7 @@ "ru": "Примечания могут быть просмотрены и изменены другими администраторами.", "zh-chs": "其他設備組管理員可以查看和更改設備組註釋。", "xloc": [ - "default.handlebars->25->616" + "default.handlebars->25->618" ] }, { @@ -8593,8 +8599,8 @@ "nl": "Apparaten", "zh-chs": "设备", "xloc": [ - "default.handlebars->25->1504", - "default.handlebars->25->1527" + "default.handlebars->25->1508", + "default.handlebars->25->1531" ] }, { @@ -8630,8 +8636,8 @@ "xloc": [ "default-mobile.handlebars->9->259", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->25->1172", - "default.handlebars->25->744", + "default.handlebars->25->1176", + "default.handlebars->25->748", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "xterm.handlebars->p11->deskarea0->deskarea1->3" @@ -8682,6 +8688,12 @@ "xterm.handlebars->9->1" ] }, + { + "en": "Display a message box on the remote device.", + "xloc": [ + "default.handlebars->25->621" + ] + }, { "cs": "Zobrazit upozornění na vzdáleném zařízení", "de": "Eine Benachrichtigung auf dem entfernten Rechner anzeigen", @@ -8699,6 +8711,12 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea4->1" ] }, + { + "en": "Display a text message on the remote device", + "xloc": [ + "default.handlebars->25->542" + ] + }, { "cs": "Zobrazit název skupiny zařízení", "de": "Gerätegruppenname anzeigen", @@ -8713,7 +8731,7 @@ "ru": "Отобразить имя группы устройств", "zh-chs": "顯示設備組名稱", "xloc": [ - "default.handlebars->25->1091" + "default.handlebars->25->1095" ] }, { @@ -8730,7 +8748,7 @@ "ru": "Отображаемое имя", "zh-chs": "顯示名稱", "xloc": [ - "default.handlebars->25->715" + "default.handlebars->25->719" ] }, { @@ -8746,7 +8764,7 @@ "ru": "Показать публичную ссылку", "zh-chs": "显示公共链接", "xloc": [ - "default.handlebars->25->1363" + "default.handlebars->25->1367" ] }, { @@ -8763,7 +8781,7 @@ "ru": "Ничего не делать", "zh-chs": "沒做什麼", "xloc": [ - "default.handlebars->25->1216" + "default.handlebars->25->1220" ] }, { @@ -8776,8 +8794,8 @@ "nl": "Niet configureren", "zh-chs": "不要配置", "xloc": [ - "default.handlebars->25->1220", - "default.handlebars->25->1225" + "default.handlebars->25->1224", + "default.handlebars->25->1229" ] }, { @@ -8790,7 +8808,7 @@ "nl": "Maak geen verbinding met de server", "zh-chs": "不要连接到服务器", "xloc": [ - "default.handlebars->25->1221" + "default.handlebars->25->1225" ] }, { @@ -8890,7 +8908,7 @@ "zh-chs": "下載文件", "xloc": [ "default-mobile.handlebars->9->289", - "default.handlebars->25->773" + "default.handlebars->25->777" ] }, { @@ -8924,7 +8942,7 @@ "ru": "Скачать MeshCmd", "zh-chs": "下載MeshCmd", "xloc": [ - "default.handlebars->25->675" + "default.handlebars->25->679" ] }, { @@ -8975,7 +8993,7 @@ "ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.", "zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->25->668" + "default.handlebars->25->672" ] }, { @@ -9043,7 +9061,7 @@ "ru": "Скачать события состояния питания", "zh-chs": "下載電源事件", "xloc": [ - "default.handlebars->25->629" + "default.handlebars->25->633" ] }, { @@ -9111,7 +9129,7 @@ "ru": "Скачать список событий в одном из форматов ниже.", "zh-chs": "使用以下一種文件格式下載事件列表。", "xloc": [ - "default.handlebars->25->1401" + "default.handlebars->25->1405" ] }, { @@ -9128,7 +9146,7 @@ "ru": "Скачать список пользователей в одном из форматов ниже.", "zh-chs": "使用以下一種文件格式下載用戶列表。", "xloc": [ - "default.handlebars->25->1460" + "default.handlebars->25->1464" ] }, { @@ -9211,7 +9229,7 @@ "nl": "Dubbele agent", "zh-chs": "代理重复", "xloc": [ - "default.handlebars->25->1727" + "default.handlebars->25->1731" ] }, { @@ -9245,7 +9263,7 @@ "ru": "Скопировать группу пользователей", "zh-chs": "重複的用戶組", "xloc": [ - "default.handlebars->25->1518" + "default.handlebars->25->1522" ] }, { @@ -9276,8 +9294,8 @@ "ru": "Длительность", "zh-chs": "持續時間", "xloc": [ - "default.handlebars->25->1681", - "default.handlebars->25->1701", + "default.handlebars->25->1685", + "default.handlebars->25->1705", "player.handlebars->3->2" ] }, @@ -9295,7 +9313,7 @@ "ru": "Во время активации агент будет иметь доступ к паролю администратора.", "zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。", "xloc": [ - "default.handlebars->25->1230" + "default.handlebars->25->1234" ] }, { @@ -9312,7 +9330,7 @@ "ru": "Голландский (Бельгийский)", "zh-chs": "荷蘭語(比利時)", "xloc": [ - "default.handlebars->25->932" + "default.handlebars->25->936" ] }, { @@ -9329,7 +9347,7 @@ "ru": "Голландский (Стандартный)", "zh-chs": "荷蘭語(標準)", "xloc": [ - "default.handlebars->25->931" + "default.handlebars->25->935" ] }, { @@ -9520,7 +9538,7 @@ "zh-chs": "編輯裝置", "xloc": [ "default-mobile.handlebars->9->250", - "default.handlebars->25->688" + "default.handlebars->25->692" ] }, { @@ -9540,10 +9558,10 @@ "default-mobile.handlebars->9->310", "default-mobile.handlebars->9->312", "default-mobile.handlebars->9->330", - "default.handlebars->25->1236", - "default.handlebars->25->1266", - "default.handlebars->25->1288", - "default.handlebars->25->1300" + "default.handlebars->25->1240", + "default.handlebars->25->1270", + "default.handlebars->25->1292", + "default.handlebars->25->1304" ] }, { @@ -9560,7 +9578,7 @@ "ru": "Редактировать функции группы устройств", "zh-chs": "編輯設備組功能", "xloc": [ - "default.handlebars->25->1252" + "default.handlebars->25->1256" ] }, { @@ -9577,8 +9595,8 @@ "ru": "Редактировать права группы устройств", "zh-chs": "編輯設備組權限", "xloc": [ - "default.handlebars->25->1285", - "default.handlebars->25->1297" + "default.handlebars->25->1289", + "default.handlebars->25->1301" ] }, { @@ -9595,7 +9613,7 @@ "ru": "Редактировать согласие пользователя группы устройств", "zh-chs": "編輯設備組用戶同意", "xloc": [ - "default.handlebars->25->1237" + "default.handlebars->25->1241" ] }, { @@ -9613,7 +9631,7 @@ "zh-chs": "編輯設備說明", "xloc": [ "default-mobile.handlebars->9->324", - "default.handlebars->25->1279" + "default.handlebars->25->1283" ] }, { @@ -9629,8 +9647,8 @@ "ru": "Изменить разрешения устройства", "zh-chs": "编辑设备权限", "xloc": [ - "default.handlebars->25->1290", - "default.handlebars->25->1292" + "default.handlebars->25->1294", + "default.handlebars->25->1296" ] }, { @@ -9644,7 +9662,7 @@ "nl": "Gebruikerstoestemming apparaat bewerken", "zh-chs": "编辑设备用户同意", "xloc": [ - "default.handlebars->25->1239" + "default.handlebars->25->1243" ] }, { @@ -9660,7 +9678,7 @@ "ru": "Редактировать группу", "zh-chs": "编辑组", "xloc": [ - "default.handlebars->25->595" + "default.handlebars->25->597" ] }, { @@ -9680,7 +9698,7 @@ "default-mobile.handlebars->9->240", "default.handlebars->25->493", "default.handlebars->25->496", - "default.handlebars->25->636" + "default.handlebars->25->640" ] }, { @@ -9698,7 +9716,7 @@ "zh-chs": "編輯筆記", "xloc": [ "default-mobile.handlebars->9->337", - "default.handlebars->25->1307" + "default.handlebars->25->1311" ] }, { @@ -9712,7 +9730,7 @@ "nl": "Gebruikerstoestemming bewerken", "zh-chs": "编辑用户同意", "xloc": [ - "default.handlebars->25->1238" + "default.handlebars->25->1242" ] }, { @@ -9729,7 +9747,7 @@ "ru": "Редактировать права пользователя для группы устройств", "zh-chs": "編輯用戶設備組權限", "xloc": [ - "default.handlebars->25->1298" + "default.handlebars->25->1302" ] }, { @@ -9745,7 +9763,7 @@ "ru": "Изменить разрешения для пользовательских устройств", "zh-chs": "编辑用户设备权限", "xloc": [ - "default.handlebars->25->1293" + "default.handlebars->25->1297" ] }, { @@ -9762,7 +9780,7 @@ "ru": "Редактировать группу пользователей", "zh-chs": "編輯用戶組", "xloc": [ - "default.handlebars->25->1554" + "default.handlebars->25->1558" ] }, { @@ -9776,7 +9794,7 @@ "nl": "Gebruikersmachtigingen voor apparaatgroep bewerken", "zh-chs": "编辑用户组设备权限", "xloc": [ - "default.handlebars->25->1295" + "default.handlebars->25->1299" ] }, { @@ -9811,11 +9829,11 @@ "zh-chs": "電子郵件", "xloc": [ "default-mobile.handlebars->9->47", - "default.handlebars->25->1472", - "default.handlebars->25->1576", - "default.handlebars->25->1577", - "default.handlebars->25->1616", - "default.handlebars->25->1630", + "default.handlebars->25->1476", + "default.handlebars->25->1580", + "default.handlebars->25->1581", + "default.handlebars->25->1620", + "default.handlebars->25->1634", "default.handlebars->25->292", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -9838,7 +9856,7 @@ "zh-chs": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->48", - "default.handlebars->25->1100" + "default.handlebars->25->1104" ] }, { @@ -9856,7 +9874,7 @@ "zh-chs": "郵件認證", "xloc": [ "default-mobile.handlebars->9->37", - "default.handlebars->25->869" + "default.handlebars->25->873" ] }, { @@ -9901,7 +9919,7 @@ "zh-chs": "電子郵件驗證", "xloc": [ "default-mobile.handlebars->9->46", - "default.handlebars->25->1098" + "default.handlebars->25->1102" ] }, { @@ -9931,7 +9949,7 @@ "ru": "Электронная почта не подтверждена", "zh-chs": "邮件未验证", "xloc": [ - "default.handlebars->25->1430" + "default.handlebars->25->1434" ] }, { @@ -9948,8 +9966,8 @@ "ru": "Email подтвержден", "zh-chs": "電子郵件已驗證", "xloc": [ - "default.handlebars->25->1431", - "default.handlebars->25->1573" + "default.handlebars->25->1435", + "default.handlebars->25->1577" ] }, { @@ -9966,7 +9984,7 @@ "ru": "Email подтвержден.", "zh-chs": "電子郵件已驗證。", "xloc": [ - "default.handlebars->25->1478" + "default.handlebars->25->1482" ] }, { @@ -9983,7 +10001,7 @@ "ru": "Email не подтвержден", "zh-chs": "電子郵件未驗證", "xloc": [ - "default.handlebars->25->1574" + "default.handlebars->25->1578" ] }, { @@ -10022,7 +10040,7 @@ "en": "Email verified and forced password reset required.", "nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.", "xloc": [ - "default.handlebars->25->1479" + "default.handlebars->25->1483" ] }, { @@ -10035,7 +10053,7 @@ "nl": "Email/SMS verkeer", "zh-chs": "电子邮件/短信流量", "xloc": [ - "default.handlebars->25->1766" + "default.handlebars->25->1770" ] }, { @@ -10074,7 +10092,7 @@ "ru": "Включить коды приглашения", "zh-chs": "啟用邀請代碼", "xloc": [ - "default.handlebars->25->1328" + "default.handlebars->25->1332" ] }, { @@ -10109,7 +10127,7 @@ "zh-chs": "啟用電子郵件兩因素驗證。", "xloc": [ "default-mobile.handlebars->9->39", - "default.handlebars->25->871" + "default.handlebars->25->875" ] }, { @@ -10133,7 +10151,7 @@ "en": "Enabled", "nl": "Ingeschakeld", "xloc": [ - "default.handlebars->25->1703" + "default.handlebars->25->1707" ] }, { @@ -10157,7 +10175,7 @@ "en": "End Time", "nl": "Eindtijd", "xloc": [ - "default.handlebars->25->1700" + "default.handlebars->25->1704" ] }, { @@ -10174,7 +10192,7 @@ "ru": "Английский", "zh-chs": "英語", "xloc": [ - "default.handlebars->25->933" + "default.handlebars->25->937" ] }, { @@ -10191,7 +10209,7 @@ "ru": "Английский (Австралия)", "zh-chs": "英文(澳洲)", "xloc": [ - "default.handlebars->25->934" + "default.handlebars->25->938" ] }, { @@ -10208,7 +10226,7 @@ "ru": "Английский (Белиз)", "zh-chs": "英語(伯利茲)", "xloc": [ - "default.handlebars->25->935" + "default.handlebars->25->939" ] }, { @@ -10225,7 +10243,7 @@ "ru": "Английский (Канада)", "zh-chs": "英文(加拿大)", "xloc": [ - "default.handlebars->25->936" + "default.handlebars->25->940" ] }, { @@ -10242,7 +10260,7 @@ "ru": "Английский (Ирландия)", "zh-chs": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->25->937" + "default.handlebars->25->941" ] }, { @@ -10259,7 +10277,7 @@ "ru": "Английский (Ямайка)", "zh-chs": "英文(牙買加)", "xloc": [ - "default.handlebars->25->938" + "default.handlebars->25->942" ] }, { @@ -10276,7 +10294,7 @@ "ru": "Английский (Новая Зеландия)", "zh-chs": "英文(紐西蘭)", "xloc": [ - "default.handlebars->25->939" + "default.handlebars->25->943" ] }, { @@ -10293,7 +10311,7 @@ "ru": "Английский (Филиппины)", "zh-chs": "英文(菲律賓)", "xloc": [ - "default.handlebars->25->940" + "default.handlebars->25->944" ] }, { @@ -10310,7 +10328,7 @@ "ru": "Английский (Южная Африка)", "zh-chs": "英語(南非)", "xloc": [ - "default.handlebars->25->941" + "default.handlebars->25->945" ] }, { @@ -10327,7 +10345,7 @@ "ru": "Английский (Тринидад и Тобаго)", "zh-chs": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->25->942" + "default.handlebars->25->946" ] }, { @@ -10344,7 +10362,7 @@ "ru": "Английский (Великобритания)", "zh-chs": "英文(英國)", "xloc": [ - "default.handlebars->25->943" + "default.handlebars->25->947" ] }, { @@ -10361,7 +10379,7 @@ "ru": "Английский (Соединенные Штаты)", "zh-chs": "美國英語)", "xloc": [ - "default.handlebars->25->944" + "default.handlebars->25->948" ] }, { @@ -10378,7 +10396,7 @@ "ru": "Английский (Зимбабве)", "zh-chs": "英文(津巴布韋)", "xloc": [ - "default.handlebars->25->945" + "default.handlebars->25->949" ] }, { @@ -10395,8 +10413,8 @@ "ru": "Ввод", "zh-chs": "輸入", "xloc": [ - "default.handlebars->25->1126", - "default.handlebars->25->1127" + "default.handlebars->25->1130", + "default.handlebars->25->1131" ] }, { @@ -10413,7 +10431,7 @@ "ru": "Введите разделенный запятыми список имен административных областей.", "zh-chs": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->25->1483" + "default.handlebars->25->1487" ] }, { @@ -10447,7 +10465,7 @@ "ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.", "zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->25->709" + "default.handlebars->25->713" ] }, { @@ -10495,7 +10513,7 @@ "nl": "Voer uw telefoonnummer in dat geschikt is voor SMS. Na verificatie kan het nummer worden gebruikt voor inlogverificatie en andere meldingen.", "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "xloc": [ - "default.handlebars->25->866" + "default.handlebars->25->870" ] }, { @@ -10546,7 +10564,7 @@ "ru": "Эсперанто", "zh-chs": "世界語", "xloc": [ - "default.handlebars->25->946" + "default.handlebars->25->950" ] }, { @@ -10563,7 +10581,7 @@ "ru": "Эстонский", "zh-chs": "愛沙尼亞語", "xloc": [ - "default.handlebars->25->947" + "default.handlebars->25->951" ] }, { @@ -10580,7 +10598,7 @@ "ru": "Детали события", "zh-chs": "活動詳情", "xloc": [ - "default.handlebars->25->786" + "default.handlebars->25->790" ] }, { @@ -10597,7 +10615,7 @@ "ru": "Экспорт списка событий", "zh-chs": "活動列表導出", "xloc": [ - "default.handlebars->25->1406" + "default.handlebars->25->1410" ] }, { @@ -10686,7 +10704,7 @@ "ru": "Расширенный ASCII", "zh-chs": "擴展ASCII", "xloc": [ - "default.handlebars->25->735" + "default.handlebars->25->739" ] }, { @@ -10720,7 +10738,7 @@ "ru": "Внешний", "zh-chs": "外部", "xloc": [ - "default.handlebars->25->1751" + "default.handlebars->25->1755" ] }, { @@ -10737,7 +10755,7 @@ "ru": "Mакедонский (БЮР)", "zh-chs": "FYRO馬其頓語", "xloc": [ - "default.handlebars->25->997" + "default.handlebars->25->1001" ] }, { @@ -10754,7 +10772,7 @@ "ru": "Фарерский", "zh-chs": "法羅語", "xloc": [ - "default.handlebars->25->948" + "default.handlebars->25->952" ] }, { @@ -10784,7 +10802,7 @@ "ko": "원격 터미널 세션을 시작하지 못했습니다 : {0} ({1})", "zh-chs": "无法启动远程终端会话{0}({1})", "xloc": [ - "default.handlebars->25->691" + "default.handlebars->25->695" ] }, { @@ -10801,7 +10819,7 @@ "ru": "Фарси (Персидский)", "zh-chs": "波斯語(波斯語)", "xloc": [ - "default.handlebars->25->949" + "default.handlebars->25->953" ] }, { @@ -10836,7 +10854,7 @@ "ru": "Функции", "zh-chs": "特徵", "xloc": [ - "default.handlebars->25->1158" + "default.handlebars->25->1162" ] }, { @@ -10853,7 +10871,7 @@ "ru": "Фиджи", "zh-chs": "斐濟", "xloc": [ - "default.handlebars->25->950" + "default.handlebars->25->954" ] }, { @@ -10872,7 +10890,7 @@ "xloc": [ "default-mobile.handlebars->9->273", "default.handlebars->25->437", - "default.handlebars->25->758" + "default.handlebars->25->762" ] }, { @@ -10906,7 +10924,7 @@ "ru": "Драйвер файловой системы", "zh-chs": "FileSystemDriver", "xloc": [ - "default.handlebars->25->718" + "default.handlebars->25->722" ] }, { @@ -10924,8 +10942,8 @@ "zh-chs": "檔案", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->25->1247", - "default.handlebars->25->1688", + "default.handlebars->25->1251", + "default.handlebars->25->1692", "default.handlebars->25->218", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -10962,8 +10980,8 @@ "ru": "Уведомление файлов", "zh-chs": "文件通知", "xloc": [ - "default.handlebars->25->1166", - "default.handlebars->25->1601", + "default.handlebars->25->1170", + "default.handlebars->25->1605", "default.handlebars->25->518" ] }, @@ -10981,8 +10999,8 @@ "ru": "Запрос файлов", "zh-chs": "文件提示", "xloc": [ - "default.handlebars->25->1165", - "default.handlebars->25->1600", + "default.handlebars->25->1169", + "default.handlebars->25->1604", "default.handlebars->25->517" ] }, @@ -11019,7 +11037,7 @@ "ru": "Финский", "zh-chs": "芬蘭", "xloc": [ - "default.handlebars->25->951" + "default.handlebars->25->955" ] }, { @@ -11142,8 +11160,8 @@ "ru": "Принудительно сбросить пароль при следующем входе в систему.", "zh-chs": "下次登錄時強制重置密碼。", "xloc": [ - "default.handlebars->25->1477", - "default.handlebars->25->1639" + "default.handlebars->25->1481", + "default.handlebars->25->1643" ] }, { @@ -11229,8 +11247,8 @@ "ru": "Свободно", "zh-chs": "自由", "xloc": [ - "default.handlebars->25->1712", - "default.handlebars->25->1714" + "default.handlebars->25->1716", + "default.handlebars->25->1718" ] }, { @@ -11265,7 +11283,7 @@ "ru": "Французский (Бельгия)", "zh-chs": "法語(比利時)", "xloc": [ - "default.handlebars->25->953" + "default.handlebars->25->957" ] }, { @@ -11282,7 +11300,7 @@ "ru": "Французский (Канада)", "zh-chs": "法語(加拿大)", "xloc": [ - "default.handlebars->25->954" + "default.handlebars->25->958" ] }, { @@ -11299,7 +11317,7 @@ "ru": "Французский (Франция)", "zh-chs": "法語(法國)", "xloc": [ - "default.handlebars->25->955" + "default.handlebars->25->959" ] }, { @@ -11316,7 +11334,7 @@ "ru": "Французский (Люксембург)", "zh-chs": "法語(盧森堡)", "xloc": [ - "default.handlebars->25->956" + "default.handlebars->25->960" ] }, { @@ -11333,7 +11351,7 @@ "ru": "Французский (Монако)", "zh-chs": "法語(摩納哥)", "xloc": [ - "default.handlebars->25->957" + "default.handlebars->25->961" ] }, { @@ -11350,7 +11368,7 @@ "ru": "Французский (Стандартный)", "zh-chs": "法語(標準)", "xloc": [ - "default.handlebars->25->952" + "default.handlebars->25->956" ] }, { @@ -11367,7 +11385,7 @@ "ru": "Французский (Швейцария)", "zh-chs": "法語(瑞士)", "xloc": [ - "default.handlebars->25->958" + "default.handlebars->25->962" ] }, { @@ -11384,7 +11402,7 @@ "ru": "Фризский", "zh-chs": "弗里斯蘭語", "xloc": [ - "default.handlebars->25->959" + "default.handlebars->25->963" ] }, { @@ -11401,7 +11419,7 @@ "ru": "Фриульский", "zh-chs": "弗留利", "xloc": [ - "default.handlebars->25->960" + "default.handlebars->25->964" ] }, { @@ -11422,9 +11440,9 @@ "default-mobile.handlebars->9->311", "default-mobile.handlebars->9->329", "default-mobile.handlebars->9->74", - "default.handlebars->25->1133", - "default.handlebars->25->1265", - "default.handlebars->25->1489" + "default.handlebars->25->1137", + "default.handlebars->25->1269", + "default.handlebars->25->1493" ] }, { @@ -11441,7 +11459,7 @@ "ru": "Администратор с полным доступом (все права)", "zh-chs": "正式管理員(保留所有權利)", "xloc": [ - "default.handlebars->25->1299" + "default.handlebars->25->1303" ] }, { @@ -11472,7 +11490,7 @@ "ru": "Полные права на устройство", "zh-chs": "完整的設備權限", "xloc": [ - "default.handlebars->25->578" + "default.handlebars->25->580" ] }, { @@ -11488,7 +11506,7 @@ "ru": "Полные права", "zh-chs": "完全权利", "xloc": [ - "default.handlebars->25->594" + "default.handlebars->25->596" ] }, { @@ -11524,7 +11542,7 @@ "ru": "Администратор с полным доступом", "zh-chs": "正式管理員", "xloc": [ - "default.handlebars->25->1568" + "default.handlebars->25->1572" ] }, { @@ -11537,7 +11555,7 @@ "nl": "GPU", "zh-chs": "显卡", "xloc": [ - "default.handlebars->25->834" + "default.handlebars->25->838" ] }, { @@ -11554,7 +11572,7 @@ "ru": "Гэльский (Ирландский)", "zh-chs": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->25->962" + "default.handlebars->25->966" ] }, { @@ -11571,7 +11589,7 @@ "ru": "Гэльский (Шотландия)", "zh-chs": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->25->961" + "default.handlebars->25->965" ] }, { @@ -11588,7 +11606,7 @@ "ru": "Галицкий", "zh-chs": "加拉契人", "xloc": [ - "default.handlebars->25->963" + "default.handlebars->25->967" ] }, { @@ -11695,7 +11713,7 @@ "ru": "Грузинский", "zh-chs": "格魯吉亞人", "xloc": [ - "default.handlebars->25->964" + "default.handlebars->25->968" ] }, { @@ -11712,7 +11730,7 @@ "ru": "Немецкий (Австрия)", "zh-chs": "德語(奧地利)", "xloc": [ - "default.handlebars->25->966" + "default.handlebars->25->970" ] }, { @@ -11729,7 +11747,7 @@ "ru": "Немецкий (Германия)", "zh-chs": "德文(德國)", "xloc": [ - "default.handlebars->25->967" + "default.handlebars->25->971" ] }, { @@ -11746,7 +11764,7 @@ "ru": "Немецкий (Лихтенштейн)", "zh-chs": "德文(列支敦士登)", "xloc": [ - "default.handlebars->25->968" + "default.handlebars->25->972" ] }, { @@ -11763,7 +11781,7 @@ "ru": "Немецкий (Люксембург)", "zh-chs": "德語(盧森堡)", "xloc": [ - "default.handlebars->25->969" + "default.handlebars->25->973" ] }, { @@ -11780,7 +11798,7 @@ "ru": "Немецкий (Стандартный)", "zh-chs": "德語(標準)", "xloc": [ - "default.handlebars->25->965" + "default.handlebars->25->969" ] }, { @@ -11797,7 +11815,7 @@ "ru": "Немецкий (Швейцария)", "zh-chs": "德語(瑞士)", "xloc": [ - "default.handlebars->25->970" + "default.handlebars->25->974" ] }, { @@ -11814,7 +11832,7 @@ "ru": "Получить учетные данные MQTT для этого устройства.", "zh-chs": "獲取此設備的MQTT登錄憑據。", "xloc": [ - "default.handlebars->25->559" + "default.handlebars->25->561" ] }, { @@ -11880,7 +11898,7 @@ "ru": "Хорошо", "zh-chs": "好", "xloc": [ - "default.handlebars->25->1129" + "default.handlebars->25->1133" ] }, { @@ -11917,7 +11935,7 @@ "ru": "Греческий", "zh-chs": "希臘語", "xloc": [ - "default.handlebars->25->971" + "default.handlebars->25->975" ] }, { @@ -11953,8 +11971,8 @@ "ru": "Групповое действие", "zh-chs": "集體行動", "xloc": [ - "default.handlebars->25->1443", - "default.handlebars->25->1510", + "default.handlebars->25->1447", + "default.handlebars->25->1514", "default.handlebars->25->406", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -11975,7 +11993,7 @@ "ru": "Члены группы", "zh-chs": "小組成員", "xloc": [ - "default.handlebars->25->1531" + "default.handlebars->25->1535" ] }, { @@ -11992,7 +12010,7 @@ "ru": "Права на группу для пользователя {0}.", "zh-chs": "用戶{0}的組權限。", "xloc": [ - "default.handlebars->25->1264" + "default.handlebars->25->1268" ] }, { @@ -12009,7 +12027,7 @@ "ru": "Права на группу для {0}.", "zh-chs": "{0}的組權限。", "xloc": [ - "default.handlebars->25->1263" + "default.handlebars->25->1267" ] }, { @@ -12060,7 +12078,7 @@ "ru": "Гуджарати", "zh-chs": "古久拉提", "xloc": [ - "default.handlebars->25->972" + "default.handlebars->25->976" ] }, { @@ -12096,7 +12114,7 @@ "ru": "Гаитянский", "zh-chs": "海地", "xloc": [ - "default.handlebars->25->973" + "default.handlebars->25->977" ] }, { @@ -12130,7 +12148,7 @@ "ru": "Жесткое отключение агента", "zh-chs": "硬斷開劑", "xloc": [ - "default.handlebars->25->861" + "default.handlebars->25->865" ] }, { @@ -12147,7 +12165,7 @@ "ru": "Всего кучи", "zh-chs": "堆總數", "xloc": [ - "default.handlebars->25->1753" + "default.handlebars->25->1757" ] }, { @@ -12164,7 +12182,7 @@ "ru": "Куча используется", "zh-chs": "堆使用", "xloc": [ - "default.handlebars->25->1752" + "default.handlebars->25->1756" ] }, { @@ -12181,7 +12199,7 @@ "ru": "Иврит", "zh-chs": "希伯來語", "xloc": [ - "default.handlebars->25->974" + "default.handlebars->25->978" ] }, { @@ -12215,7 +12233,7 @@ "ru": "Помочь перевести MeshCentral", "zh-chs": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->25->1088" + "default.handlebars->25->1092" ] }, { @@ -12301,7 +12319,7 @@ "ru": "Хинди", "zh-chs": "印地語", "xloc": [ - "default.handlebars->25->975" + "default.handlebars->25->979" ] }, { @@ -12337,7 +12355,7 @@ "zh-chs": "持有1份副本", "xloc": [ "default-mobile.handlebars->9->282", - "default.handlebars->25->767" + "default.handlebars->25->771" ] }, { @@ -12355,7 +12373,7 @@ "zh-chs": "持有1個搬家公司", "xloc": [ "default-mobile.handlebars->9->286", - "default.handlebars->25->771" + "default.handlebars->25->775" ] }, { @@ -12373,7 +12391,7 @@ "zh-chs": "保留{0}個條目進行複制", "xloc": [ "default-mobile.handlebars->9->280", - "default.handlebars->25->765" + "default.handlebars->25->769" ] }, { @@ -12391,7 +12409,7 @@ "zh-chs": "保留{0}個條目以進行移動", "xloc": [ "default-mobile.handlebars->9->284", - "default.handlebars->25->769" + "default.handlebars->25->773" ] }, { @@ -12409,7 +12427,7 @@ "zh-chs": "保持{2}的{0}入口{1}", "xloc": [ "default-mobile.handlebars->9->98", - "default.handlebars->25->1393" + "default.handlebars->25->1397" ] }, { @@ -12432,7 +12450,7 @@ "default-mobile.handlebars->9->246", "default.handlebars->25->245", "default.handlebars->25->475", - "default.handlebars->25->684" + "default.handlebars->25->688" ] }, { @@ -12449,7 +12467,7 @@ "ru": "Синхронизация имени хоста", "zh-chs": "主機名同步", "xloc": [ - "default.handlebars->25->1156" + "default.handlebars->25->1160" ] }, { @@ -12466,7 +12484,7 @@ "ru": "Венгерский", "zh-chs": "匈牙利", "xloc": [ - "default.handlebars->25->976" + "default.handlebars->25->980" ] }, { @@ -12518,7 +12536,7 @@ "ru": "IP: {0}", "zh-chs": "IP:{0}", "xloc": [ - "default.handlebars->25->807" + "default.handlebars->25->811" ] }, { @@ -12535,7 +12553,7 @@ "ru": "IP: {0}, маска: {1}, шлюз: {2}", "zh-chs": "IP:{0},掩碼:{1},網關:{2}", "xloc": [ - "default.handlebars->25->805" + "default.handlebars->25->809" ] }, { @@ -12552,8 +12570,8 @@ "ru": "Уровень IPv4", "zh-chs": "IPv4層", "xloc": [ - "default.handlebars->25->804", - "default.handlebars->25->806" + "default.handlebars->25->808", + "default.handlebars->25->810" ] }, { @@ -12621,7 +12639,7 @@ "ru": "Исландский", "zh-chs": "冰島的", "xloc": [ - "default.handlebars->25->977" + "default.handlebars->25->981" ] }, { @@ -12639,7 +12657,7 @@ "zh-chs": "圖標選擇", "xloc": [ "default-mobile.handlebars->9->244", - "default.handlebars->25->682" + "default.handlebars->25->686" ] }, { @@ -12656,7 +12674,7 @@ "ru": "Идентификатор", "zh-chs": "識別碼", "xloc": [ - "default.handlebars->25->832" + "default.handlebars->25->836" ] }, { @@ -12759,7 +12777,7 @@ "ru": "Индонезийский", "zh-chs": "印度尼西亞", "xloc": [ - "default.handlebars->25->978" + "default.handlebars->25->982" ] }, { @@ -12876,7 +12894,7 @@ "ru": "Установка CIRA", "zh-chs": "安裝CIRA", "xloc": [ - "default.handlebars->25->1189" + "default.handlebars->25->1193" ] }, { @@ -12893,7 +12911,7 @@ "ru": "Локальная установка", "zh-chs": "安裝本地", "xloc": [ - "default.handlebars->25->1191" + "default.handlebars->25->1195" ] }, { @@ -12910,8 +12928,8 @@ "ru": "Тип установки", "zh-chs": "安裝類型", "xloc": [ - "default.handlebars->25->1330", - "default.handlebars->25->1337", + "default.handlebars->25->1334", + "default.handlebars->25->1341", "default.handlebars->25->307", "default.handlebars->25->329" ] @@ -12930,7 +12948,7 @@ "ru": "Intel (F10 = ESC+[OM)", "zh-chs": "英特爾(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->25->737", + "default.handlebars->25->741", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -12948,10 +12966,10 @@ "ru": "Intel AMT", "zh-chs": "英特爾AMT", "xloc": [ - "default.handlebars->25->1349", - "default.handlebars->25->1357", - "default.handlebars->25->1749", - "default.handlebars->25->1771" + "default.handlebars->25->1353", + "default.handlebars->25->1361", + "default.handlebars->25->1753", + "default.handlebars->25->1775" ] }, { @@ -12992,14 +13010,14 @@ "en": "Intel AMT Redirection", "nl": "Intel AMT omleiding", "xloc": [ - "default.handlebars->25->1690" + "default.handlebars->25->1694" ] }, { "en": "Intel AMT WSMAN", "nl": "Intel AMT WSMAN", "xloc": [ - "default.handlebars->25->1689" + "default.handlebars->25->1693" ] }, { @@ -13118,7 +13136,7 @@ "ru": "Intel ASCII", "zh-chs": "英特爾ASCII", "xloc": [ - "default.handlebars->25->736" + "default.handlebars->25->740" ] }, { @@ -13138,8 +13156,8 @@ "default-mobile.handlebars->9->146", "default-mobile.handlebars->9->210", "default-mobile.handlebars->9->215", - "default.handlebars->25->1173", - "default.handlebars->25->1183", + "default.handlebars->25->1177", + "default.handlebars->25->1187", "default.handlebars->25->447", "default.handlebars->25->500", "default.handlebars->25->528" @@ -13215,7 +13233,7 @@ "ru": "Политика Intel® AMT", "zh-chs": "英特爾®AMT政策", "xloc": [ - "default.handlebars->25->1212" + "default.handlebars->25->1216" ] }, { @@ -13302,8 +13320,8 @@ "zh-chs": "英特爾®AMT已連接", "xloc": [ "default-mobile.handlebars->9->224", - "default.handlebars->25->563", - "default.handlebars->25->564" + "default.handlebars->25->565", + "default.handlebars->25->566" ] }, { @@ -13320,8 +13338,8 @@ "ru": "События Intel® AMT desktop или serial.", "zh-chs": "英特爾®AMT桌面和串行事件。", "xloc": [ - "default.handlebars->25->1094", - "default.handlebars->25->1345" + "default.handlebars->25->1098", + "default.handlebars->25->1349" ] }, { @@ -13339,8 +13357,8 @@ "zh-chs": "檢測到英特爾®AMT", "xloc": [ "default-mobile.handlebars->9->225", - "default.handlebars->25->565", - "default.handlebars->25->566" + "default.handlebars->25->567", + "default.handlebars->25->568" ] }, { @@ -13410,8 +13428,8 @@ "zh-chs": "僅限英特爾®AMT,無代理", "xloc": [ "default-mobile.handlebars->9->293", - "default.handlebars->25->1123", - "default.handlebars->25->1149" + "default.handlebars->25->1127", + "default.handlebars->25->1153" ] }, { @@ -13445,7 +13463,7 @@ "ru": "Intel® Active Management Technology (Intel® AMT)", "zh-chs": "英特爾®主動管理技術(英特爾®AMT)", "xloc": [ - "default.handlebars->25->824" + "default.handlebars->25->828" ] }, { @@ -13612,7 +13630,7 @@ "ru": "Интерактивный", "zh-chs": "互動", "xloc": [ - "default.handlebars->25->719" + "default.handlebars->25->723" ] }, { @@ -13629,8 +13647,8 @@ "ru": "Только интерактивный режим", "zh-chs": "僅限互動", "xloc": [ - "default.handlebars->25->1333", - "default.handlebars->25->1340", + "default.handlebars->25->1337", + "default.handlebars->25->1344", "default.handlebars->25->310", "default.handlebars->25->332" ] @@ -13649,7 +13667,7 @@ "ru": "Интерфейсы", "zh-chs": "介面", "xloc": [ - "default.handlebars->25->546" + "default.handlebars->25->548" ] }, { @@ -13666,7 +13684,7 @@ "ru": "Инуктитут", "zh-chs": "因紐特人", "xloc": [ - "default.handlebars->25->979" + "default.handlebars->25->983" ] }, { @@ -13683,7 +13701,7 @@ "ru": "Некорректный тип группы устройств", "zh-chs": "無效的設備組類型", "xloc": [ - "default.handlebars->25->1726" + "default.handlebars->25->1730" ] }, { @@ -13700,7 +13718,7 @@ "ru": "Некорректный JSON", "zh-chs": "無效的JSON", "xloc": [ - "default.handlebars->25->1720" + "default.handlebars->25->1724" ] }, { @@ -13717,8 +13735,8 @@ "ru": "Некорректный формат файла JSON.", "zh-chs": "無效的JSON文件格式。", "xloc": [ - "default.handlebars->25->1457", - "default.handlebars->25->1459" + "default.handlebars->25->1461", + "default.handlebars->25->1463" ] }, { @@ -13735,7 +13753,7 @@ "ru": "Некорректный файл JSON: {0}.", "zh-chs": "無效的JSON文件:{0}。", "xloc": [ - "default.handlebars->25->1455" + "default.handlebars->25->1459" ] }, { @@ -13752,7 +13770,7 @@ "ru": "Некорректная сигнатура PKCS", "zh-chs": "無效的PKCS簽名", "xloc": [ - "default.handlebars->25->1718" + "default.handlebars->25->1722" ] }, { @@ -13769,7 +13787,7 @@ "ru": "Некорректная сигнатура RSA", "zh-chs": "無效的RSA密碼", "xloc": [ - "default.handlebars->25->1719" + "default.handlebars->25->1723" ] }, { @@ -13905,7 +13923,7 @@ "ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->25->1335" + "default.handlebars->25->1339" ] }, { @@ -13938,7 +13956,7 @@ "ru": "Пригласить", "zh-chs": "邀請", "xloc": [ - "default.handlebars->25->1199", + "default.handlebars->25->1203", "default.handlebars->25->242", "default.handlebars->25->322" ] @@ -13957,11 +13975,11 @@ "ru": "Пригласительные коды", "zh-chs": "邀請碼", "xloc": [ - "default.handlebars->25->1177", - "default.handlebars->25->1329", - "default.handlebars->25->1334", - "default.handlebars->25->1336", - "default.handlebars->25->1341" + "default.handlebars->25->1181", + "default.handlebars->25->1333", + "default.handlebars->25->1338", + "default.handlebars->25->1340", + "default.handlebars->25->1345" ] }, { @@ -13992,7 +14010,7 @@ "nl": "Nodig iemand uit om de mesh-agent in deze apparaatgroep te installeren.", "zh-chs": "邀请某人在该设备组上安装网状代理。", "xloc": [ - "default.handlebars->25->1198", + "default.handlebars->25->1202", "default.handlebars->25->241" ] }, @@ -14027,7 +14045,7 @@ "ru": "Ирландский", "zh-chs": "愛爾蘭人", "xloc": [ - "default.handlebars->25->980" + "default.handlebars->25->984" ] }, { @@ -14044,7 +14062,7 @@ "ru": "Итальянский (Стандартный)", "zh-chs": "意大利語(標準)", "xloc": [ - "default.handlebars->25->981" + "default.handlebars->25->985" ] }, { @@ -14061,7 +14079,7 @@ "ru": "Итальянский (Швейцария)", "zh-chs": "義大利文(瑞士)", "xloc": [ - "default.handlebars->25->982" + "default.handlebars->25->986" ] }, { @@ -14078,8 +14096,8 @@ "ru": "Формат JSON", "zh-chs": "JSON格式", "xloc": [ - "default.handlebars->25->1404", - "default.handlebars->25->1463", + "default.handlebars->25->1408", + "default.handlebars->25->1467", "default.handlebars->25->414" ] }, @@ -14097,7 +14115,7 @@ "ru": "Японский", "zh-chs": "日本", "xloc": [ - "default.handlebars->25->983" + "default.handlebars->25->987" ] }, { @@ -14114,7 +14132,7 @@ "ru": "Каннада", "zh-chs": "卡納達語", "xloc": [ - "default.handlebars->25->984" + "default.handlebars->25->988" ] }, { @@ -14131,7 +14149,7 @@ "ru": "Кашмирский", "zh-chs": "克什米爾語", "xloc": [ - "default.handlebars->25->985" + "default.handlebars->25->989" ] }, { @@ -14148,7 +14166,7 @@ "ru": "Казахский", "zh-chs": "哈薩克語", "xloc": [ - "default.handlebars->25->986" + "default.handlebars->25->990" ] }, { @@ -14165,7 +14183,7 @@ "ru": "Драйвер ядра", "zh-chs": "內核驅動程序", "xloc": [ - "default.handlebars->25->720" + "default.handlebars->25->724" ] }, { @@ -14182,8 +14200,8 @@ "ru": "Имя ключа", "zh-chs": "鍵名", "xloc": [ - "default.handlebars->25->877", - "default.handlebars->25->880" + "default.handlebars->25->881", + "default.handlebars->25->884" ] }, { @@ -14224,7 +14242,7 @@ "ru": "Кхмерский", "zh-chs": "高棉語", "xloc": [ - "default.handlebars->25->987" + "default.handlebars->25->991" ] }, { @@ -14241,7 +14259,7 @@ "ru": "Киргизский", "zh-chs": "吉爾吉斯", "xloc": [ - "default.handlebars->25->988" + "default.handlebars->25->992" ] }, { @@ -14258,7 +14276,7 @@ "ru": "Клингонский", "zh-chs": "克林貢", "xloc": [ - "default.handlebars->25->989" + "default.handlebars->25->993" ] }, { @@ -14275,7 +14293,7 @@ "ru": "Известный", "zh-chs": "已知的", "xloc": [ - "default.handlebars->25->823" + "default.handlebars->25->827" ] }, { @@ -14292,7 +14310,7 @@ "ru": "Korean", "zh-chs": "韓語", "xloc": [ - "default.handlebars->25->990" + "default.handlebars->25->994" ] }, { @@ -14309,7 +14327,7 @@ "ru": "Корейский (Северная Корея)", "zh-chs": "韓語(朝鮮)", "xloc": [ - "default.handlebars->25->991" + "default.handlebars->25->995" ] }, { @@ -14326,7 +14344,7 @@ "ru": "Корейский (Южная Корея)", "zh-chs": "韓語(韓國)", "xloc": [ - "default.handlebars->25->992" + "default.handlebars->25->996" ] }, { @@ -14343,8 +14361,8 @@ "ru": "LF", "zh-chs": "如果", "xloc": [ - "default.handlebars->25->732", - "default.handlebars->25->741" + "default.handlebars->25->736", + "default.handlebars->25->745" ] }, { @@ -14361,7 +14379,7 @@ "ru": "Язык", "zh-chs": "語言", "xloc": [ - "default.handlebars->25->1086" + "default.handlebars->25->1090" ] }, { @@ -14395,7 +14413,7 @@ "ru": "Большой Фокус", "zh-chs": "大焦點", "xloc": [ - "default.handlebars->25->708" + "default.handlebars->25->712" ] }, { @@ -14578,7 +14596,7 @@ "ru": "Последний доступ", "zh-chs": "最後訪問", "xloc": [ - "default.handlebars->25->1412" + "default.handlebars->25->1416" ] }, { @@ -14595,7 +14613,7 @@ "ru": "Последний вход в систему", "zh-chs": "上次登錄", "xloc": [ - "default.handlebars->25->1583" + "default.handlebars->25->1587" ] }, { @@ -14615,9 +14633,9 @@ "default.handlebars->25->70", "default.handlebars->25->72", "default.handlebars->25->74", - "default.handlebars->25->795", - "default.handlebars->25->796", - "default.handlebars->25->797" + "default.handlebars->25->799", + "default.handlebars->25->800", + "default.handlebars->25->801" ] }, { @@ -14635,8 +14653,8 @@ "zh-chs": "上次代理連接", "xloc": [ "default.handlebars->25->69", - "default.handlebars->25->792", - "default.handlebars->25->794" + "default.handlebars->25->796", + "default.handlebars->25->798" ] }, { @@ -14653,7 +14671,7 @@ "ru": "Последнее изменение: {0}", "zh-chs": "上次更改:{0}", "xloc": [ - "default.handlebars->25->1587" + "default.handlebars->25->1591" ] }, { @@ -14704,7 +14722,7 @@ "ru": "Последний вход в систему: {0}", "zh-chs": "上次登錄:{0}", "xloc": [ - "default.handlebars->25->1422" + "default.handlebars->25->1426" ] }, { @@ -14721,7 +14739,7 @@ "ru": "Последнее посещение:", "zh-chs": "最後一次露面:", "xloc": [ - "default.handlebars->25->569", + "default.handlebars->25->571", "default.handlebars->25->65" ] }, @@ -14790,7 +14808,7 @@ "ru": "Латинский", "zh-chs": "拉丁", "xloc": [ - "default.handlebars->25->993" + "default.handlebars->25->997" ] }, { @@ -14807,7 +14825,7 @@ "ru": "Латышский", "zh-chs": "拉脫維亞語", "xloc": [ - "default.handlebars->25->994" + "default.handlebars->25->998" ] }, { @@ -14820,7 +14838,7 @@ "nl": "Leeg laten voor geen.", "zh-chs": "一无所有。", "xloc": [ - "default.handlebars->25->1627" + "default.handlebars->25->1631" ] }, { @@ -14859,7 +14877,7 @@ "ru": "Меньше", "zh-chs": "減", "xloc": [ - "default.handlebars->25->1788" + "default.handlebars->25->1792" ] }, { @@ -14875,8 +14893,8 @@ "ru": "Предельные события", "zh-chs": "极限赛事", "xloc": [ - "default.handlebars->25->590", - "default.handlebars->25->609" + "default.handlebars->25->592", + "default.handlebars->25->611" ] }, { @@ -14912,9 +14930,9 @@ "zh-chs": "有限輸入", "xloc": [ "default-mobile.handlebars->9->342", - "default.handlebars->25->1313", - "default.handlebars->25->583", - "default.handlebars->25->602" + "default.handlebars->25->1317", + "default.handlebars->25->585", + "default.handlebars->25->604" ] }, { @@ -14932,7 +14950,7 @@ "zh-chs": "僅限於輸入", "xloc": [ "default-mobile.handlebars->9->317", - "default.handlebars->25->1271" + "default.handlebars->25->1275" ] }, { @@ -15105,7 +15123,7 @@ "ru": "Linux ARM, Raspberry Pi (32bit)", "zh-chs": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->25->666" + "default.handlebars->25->670" ] }, { @@ -15211,7 +15229,7 @@ "ru": "Linux x86 (32bit)", "zh-chs": "Linux x86(32位)", "xloc": [ - "default.handlebars->25->663" + "default.handlebars->25->667" ] }, { @@ -15228,7 +15246,7 @@ "ru": "Linux x86 (64bit)", "zh-chs": "Linux x86(64位)", "xloc": [ - "default.handlebars->25->664" + "default.handlebars->25->668" ] }, { @@ -15263,7 +15281,7 @@ "ru": "Литовский", "zh-chs": "立陶宛語", "xloc": [ - "default.handlebars->25->995" + "default.handlebars->25->999" ] }, { @@ -15281,10 +15299,10 @@ "zh-chs": "載入中...", "xloc": [ "default-mobile.handlebars->9->41", - "default.handlebars->25->1140", "default.handlebars->25->1144", - "default.handlebars->25->657", - "default.handlebars->25->873" + "default.handlebars->25->1148", + "default.handlebars->25->661", + "default.handlebars->25->877" ] }, { @@ -15352,7 +15370,7 @@ "ru": "Настройки локализации", "zh-chs": "本地化設置", "xloc": [ - "default.handlebars->25->1089", + "default.handlebars->25->1093", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -15370,7 +15388,7 @@ "ru": "Местонахождение", "zh-chs": "位置", "xloc": [ - "default.handlebars->25->548" + "default.handlebars->25->550" ] }, { @@ -15404,7 +15422,7 @@ "ru": "Заблокировать учетную запись", "zh-chs": "鎖定賬戶", "xloc": [ - "default.handlebars->25->1496" + "default.handlebars->25->1500" ] }, { @@ -15421,7 +15439,7 @@ "ru": "Заблокировать учетную запись", "zh-chs": "鎖定賬戶", "xloc": [ - "default.handlebars->25->1440" + "default.handlebars->25->1444" ] }, { @@ -15438,7 +15456,7 @@ "ru": "Заблокирован", "zh-chs": "已鎖定", "xloc": [ - "default.handlebars->25->1423" + "default.handlebars->25->1427" ] }, { @@ -15455,7 +15473,7 @@ "ru": "Заблокированная учетная запись", "zh-chs": "賬戶鎖定", "xloc": [ - "default.handlebars->25->1565" + "default.handlebars->25->1569" ] }, { @@ -15642,7 +15660,7 @@ "ru": "Люксембургский", "zh-chs": "盧森堡語", "xloc": [ - "default.handlebars->25->996" + "default.handlebars->25->1000" ] }, { @@ -15659,8 +15677,8 @@ "ru": "MAC-уровень", "zh-chs": "MAC層", "xloc": [ - "default.handlebars->25->800", - "default.handlebars->25->802" + "default.handlebars->25->804", + "default.handlebars->25->806" ] }, { @@ -15694,7 +15712,7 @@ "ru": "MAC: {0}", "zh-chs": "MAC:{0}", "xloc": [ - "default.handlebars->25->803" + "default.handlebars->25->807" ] }, { @@ -15711,7 +15729,7 @@ "ru": "MAC: {0}, шлюз: {1}", "zh-chs": "MAC:{0},網關:{1}", "xloc": [ - "default.handlebars->25->801" + "default.handlebars->25->805" ] }, { @@ -15769,8 +15787,8 @@ "default.handlebars->25->185", "default.handlebars->25->391", "default.handlebars->25->532", - "default.handlebars->25->851", - "default.handlebars->25->852", + "default.handlebars->25->855", + "default.handlebars->25->856", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -15805,7 +15823,7 @@ "ru": "MQTT Вход", "zh-chs": "MQTT登錄", "xloc": [ - "default.handlebars->25->560" + "default.handlebars->25->562" ] }, { @@ -15823,7 +15841,7 @@ "zh-chs": "MQTT通道已連接", "xloc": [ "default-mobile.handlebars->9->226", - "default.handlebars->25->568" + "default.handlebars->25->570" ] }, { @@ -15841,7 +15859,7 @@ "zh-chs": "MQTT已連接", "xloc": [ "default.handlebars->25->147", - "default.handlebars->25->567" + "default.handlebars->25->569" ] }, { @@ -15911,7 +15929,7 @@ "ru": "MacOS (64bit)", "zh-chs": "MacOS(64位)", "xloc": [ - "default.handlebars->25->665" + "default.handlebars->25->669" ] }, { @@ -15964,7 +15982,7 @@ "ru": "Сообщения главного сервера", "zh-chs": "主服務器消息", "xloc": [ - "default.handlebars->25->1760" + "default.handlebars->25->1764" ] }, { @@ -15981,7 +15999,7 @@ "ru": "Малайский", "zh-chs": "馬來語", "xloc": [ - "default.handlebars->25->998" + "default.handlebars->25->1002" ] }, { @@ -15998,7 +16016,7 @@ "ru": "Малаяламский", "zh-chs": "馬拉雅拉姆語", "xloc": [ - "default.handlebars->25->999" + "default.handlebars->25->1003" ] }, { @@ -16015,7 +16033,7 @@ "ru": "Мальтийский", "zh-chs": "馬耳他語", "xloc": [ - "default.handlebars->25->1000" + "default.handlebars->25->1004" ] }, { @@ -16052,8 +16070,8 @@ "xloc": [ "default-mobile.handlebars->9->314", "default-mobile.handlebars->9->332", - "default.handlebars->25->1268", - "default.handlebars->25->1302" + "default.handlebars->25->1272", + "default.handlebars->25->1306" ] }, { @@ -16072,8 +16090,8 @@ "xloc": [ "default-mobile.handlebars->9->313", "default-mobile.handlebars->9->331", - "default.handlebars->25->1267", - "default.handlebars->25->1301" + "default.handlebars->25->1271", + "default.handlebars->25->1305" ] }, { @@ -16089,14 +16107,14 @@ "ru": "Управление устройствами", "zh-chs": "管理设备", "xloc": [ - "default.handlebars->25->597" + "default.handlebars->25->599" ] }, { "en": "Manage Recordings", "nl": "Beheeer opnames", "xloc": [ - "default.handlebars->25->1495" + "default.handlebars->25->1499" ] }, { @@ -16130,7 +16148,7 @@ "ru": "Управление группами пользователя", "zh-chs": "管理用戶組", "xloc": [ - "default.handlebars->25->1494" + "default.handlebars->25->1498" ] }, { @@ -16147,8 +16165,8 @@ "ru": "Управление пользователями", "zh-chs": "管理用戶", "xloc": [ - "default.handlebars->25->1493", - "default.handlebars->25->596" + "default.handlebars->25->1497", + "default.handlebars->25->598" ] }, { @@ -16252,7 +16270,7 @@ "ru": "Управление с помощью программного агента", "zh-chs": "使用軟件代理進行管理", "xloc": [ - "default.handlebars->25->1122" + "default.handlebars->25->1126" ] }, { @@ -16270,7 +16288,7 @@ "zh-chs": "使用軟件代理進行管理", "xloc": [ "default-mobile.handlebars->9->294", - "default.handlebars->25->1150" + "default.handlebars->25->1154" ] }, { @@ -16287,7 +16305,7 @@ "ru": "Менеджер", "zh-chs": "經理", "xloc": [ - "default.handlebars->25->1428" + "default.handlebars->25->1432" ] }, { @@ -16338,7 +16356,7 @@ "ru": "Маори", "zh-chs": "毛利人", "xloc": [ - "default.handlebars->25->1001" + "default.handlebars->25->1005" ] }, { @@ -16373,7 +16391,7 @@ "ru": "Маратхи", "zh-chs": "馬拉地語", "xloc": [ - "default.handlebars->25->1002" + "default.handlebars->25->1006" ] }, { @@ -16390,7 +16408,7 @@ "ru": "Достигнуто максимальное число сессий", "zh-chs": "達到的會話數上限", "xloc": [ - "default.handlebars->25->1724" + "default.handlebars->25->1728" ] }, { @@ -16444,7 +16462,7 @@ "ru": "Мегабайт", "zh-chs": "兆字節", "xloc": [ - "default.handlebars->25->1750" + "default.handlebars->25->1754" ] }, { @@ -16461,8 +16479,8 @@ "ru": "ОЗУ", "zh-chs": "記憶", "xloc": [ - "default.handlebars->25->1741", - "default.handlebars->25->839", + "default.handlebars->25->1745", + "default.handlebars->25->843", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -16488,8 +16506,8 @@ "default.handlebars->25->354", "default.handlebars->25->480", "default.handlebars->25->524", - "default.handlebars->25->791", - "default.handlebars->25->798" + "default.handlebars->25->795", + "default.handlebars->25->802" ] }, { @@ -16507,7 +16525,7 @@ "zh-chs": "網格代理控制台", "xloc": [ "default-mobile.handlebars->9->321", - "default.handlebars->25->1276" + "default.handlebars->25->1280" ] }, { @@ -16579,8 +16597,8 @@ "ru": "MeshAction (.txt)", "zh-chs": "MeshAction(.txt)", "xloc": [ - "default.handlebars->25->672", - "default.handlebars->25->674" + "default.handlebars->25->676", + "default.handlebars->25->678" ] }, { @@ -16597,7 +16615,7 @@ "ru": "Трафик MeshAgent", "zh-chs": "MeshAgent流量", "xloc": [ - "default.handlebars->25->1762" + "default.handlebars->25->1766" ] }, { @@ -16614,7 +16632,7 @@ "ru": "Обновление MeshAgent", "zh-chs": "MeshAgent更新", "xloc": [ - "default.handlebars->25->1763" + "default.handlebars->25->1767" ] }, { @@ -16648,7 +16666,7 @@ "ru": "Ошибки MeshCentral", "zh-chs": "網格中心錯誤", "xloc": [ - "default.handlebars->25->1143" + "default.handlebars->25->1147" ] }, { @@ -16665,7 +16683,7 @@ "ru": "MeshCentral Router ", "zh-chs": "MeshCentral路由器", "xloc": [ - "default.handlebars->25->660" + "default.handlebars->25->664" ] }, { @@ -16682,7 +16700,7 @@ "ru": "MeshCentral Router это инструмент Windows для сопоставления портов TCP. Например, через этот сервер можно установить подключение по RDP к удаленному устройству.", "zh-chs": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。", "xloc": [ - "default.handlebars->25->658" + "default.handlebars->25->662" ] }, { @@ -16717,7 +16735,7 @@ "ru": "Соединения сервера MeshCentral", "zh-chs": "MeshCentral服務器對等", "xloc": [ - "default.handlebars->25->1761" + "default.handlebars->25->1765" ] }, { @@ -16752,7 +16770,7 @@ "zh-chs": "MeshCentral版本", "xloc": [ "default.handlebars->25->101", - "default.handlebars->25->1139", + "default.handlebars->25->1143", "default.handlebars->25->99" ] }, @@ -16771,8 +16789,8 @@ "zh-chs": "MeshCmd", "xloc": [ "default.handlebars->25->200", - "default.handlebars->25->550", - "default.handlebars->25->670" + "default.handlebars->25->552", + "default.handlebars->25->674" ] }, { @@ -16789,7 +16807,7 @@ "ru": "MeshCmd (Linux ARM, 32bit)", "zh-chs": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->25->681" + "default.handlebars->25->685" ] }, { @@ -16806,7 +16824,7 @@ "ru": "MeshCmd (Linux x86, 32bit)", "zh-chs": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->25->678" + "default.handlebars->25->682" ] }, { @@ -16823,7 +16841,7 @@ "ru": "MeshCmd (Linux x86, 64bit)", "zh-chs": "MeshCmd(Linux x86,64bit)", "xloc": [ - "default.handlebars->25->679" + "default.handlebars->25->683" ] }, { @@ -16840,7 +16858,7 @@ "ru": "MeshCmd (MacOS, 64bit)", "zh-chs": "MeshCmd(MacOS,64位)", "xloc": [ - "default.handlebars->25->680" + "default.handlebars->25->684" ] }, { @@ -16857,7 +16875,7 @@ "ru": "MeshCmd (приложение Win32)", "zh-chs": "MeshCmd(Win32可執行文件)", "xloc": [ - "default.handlebars->25->676" + "default.handlebars->25->680" ] }, { @@ -16874,7 +16892,7 @@ "ru": "MeshCmd (приложение Win64)", "zh-chs": "MeshCmd(Win64可執行文件)", "xloc": [ - "default.handlebars->25->677" + "default.handlebars->25->681" ] }, { @@ -16891,7 +16909,7 @@ "ru": "MeshCmd это утилита с командной строкой, которая позволяет выполнить множество операций. Файл с командами может быть опционально скачан и отредактирован для указания информации о сервере и учетных данных.", "zh-chs": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。", "xloc": [ - "default.handlebars->25->667" + "default.handlebars->25->671" ] }, { @@ -16963,7 +16981,8 @@ "zh-chs": "信息", "xloc": [ "default.handlebars->25->311", - "default.handlebars->25->638" + "default.handlebars->25->541", + "default.handlebars->25->642" ] }, { @@ -16980,7 +16999,7 @@ "ru": "Диспетчер сообщения", "zh-chs": "郵件調度程序", "xloc": [ - "default.handlebars->25->1759" + "default.handlebars->25->1763" ] }, { @@ -17077,7 +17096,7 @@ "nl": "Model", "zh-chs": "模型", "xloc": [ - "default.handlebars->25->840" + "default.handlebars->25->844" ] }, { @@ -17111,7 +17130,7 @@ "ru": "Молдавский", "zh-chs": "摩爾達維亞人", "xloc": [ - "default.handlebars->25->1003" + "default.handlebars->25->1007" ] }, { @@ -17128,7 +17147,7 @@ "ru": "Еще", "zh-chs": "更多", "xloc": [ - "default.handlebars->25->1787" + "default.handlebars->25->1791" ] }, { @@ -17145,7 +17164,7 @@ "ru": "Материнская плата", "zh-chs": "母板", "xloc": [ - "default.handlebars->25->835" + "default.handlebars->25->839" ] }, { @@ -17162,7 +17181,7 @@ "ru": "Переместить это устройство в другую группу устройств", "zh-chs": "將此設備移到其他設備組", "xloc": [ - "default.handlebars->25->541" + "default.handlebars->25->543" ] }, { @@ -17203,7 +17222,7 @@ "en": "Multiplexor", "nl": "Multiplexor", "xloc": [ - "default.handlebars->25->1702" + "default.handlebars->25->1706" ] }, { @@ -17318,7 +17337,7 @@ "ru": "Консоль моего сервера", "zh-chs": "我的服務器控制台", "xloc": [ - "default.handlebars->25->846" + "default.handlebars->25->850" ] }, { @@ -17446,8 +17465,8 @@ "ru": "Мой ключ", "zh-chs": "我的鑰匙", "xloc": [ - "default.handlebars->25->878", - "default.handlebars->25->881" + "default.handlebars->25->882", + "default.handlebars->25->885" ] }, { @@ -17469,20 +17488,20 @@ "default-mobile.handlebars->9->308", "default-mobile.handlebars->9->66", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->25->1120", - "default.handlebars->25->1151", - "default.handlebars->25->1234", - "default.handlebars->25->1410", - "default.handlebars->25->1501", - "default.handlebars->25->1515", - "default.handlebars->25->1522", - "default.handlebars->25->1552", - "default.handlebars->25->1571", + "default.handlebars->25->1124", + "default.handlebars->25->1155", + "default.handlebars->25->1238", + "default.handlebars->25->1414", + "default.handlebars->25->1505", + "default.handlebars->25->1519", + "default.handlebars->25->1526", + "default.handlebars->25->1556", + "default.handlebars->25->1575", "default.handlebars->25->468", - "default.handlebars->25->714", + "default.handlebars->25->718", "default.handlebars->25->77", - "default.handlebars->25->787", - "default.handlebars->25->829", + "default.handlebars->25->791", + "default.handlebars->25->833", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -17519,7 +17538,7 @@ "ru": "Имя1, Имя2, Имя3", "zh-chs": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->25->1485" + "default.handlebars->25->1489" ] }, { @@ -17536,7 +17555,7 @@ "ru": "Навахо", "zh-chs": "納瓦霍人", "xloc": [ - "default.handlebars->25->1004" + "default.handlebars->25->1008" ] }, { @@ -17553,7 +17572,7 @@ "ru": "Ндонга", "zh-chs": "恩東加", "xloc": [ - "default.handlebars->25->1005" + "default.handlebars->25->1009" ] }, { @@ -17570,7 +17589,7 @@ "ru": "Непальский", "zh-chs": "尼泊爾文", "xloc": [ - "default.handlebars->25->1006" + "default.handlebars->25->1010" ] }, { @@ -17587,7 +17606,7 @@ "ru": "Сетевые интерфейсы", "zh-chs": "網絡接口", "xloc": [ - "default.handlebars->25->656" + "default.handlebars->25->660" ] }, { @@ -17618,7 +17637,7 @@ "ru": "сетей", "zh-chs": "聯網", "xloc": [ - "default.handlebars->25->808" + "default.handlebars->25->812" ] }, { @@ -17671,9 +17690,9 @@ "zh-chs": "新設備組", "xloc": [ "default-mobile.handlebars->9->60", - "default.handlebars->25->1113", - "default.handlebars->25->1125", - "default.handlebars->25->648" + "default.handlebars->25->1117", + "default.handlebars->25->1129", + "default.handlebars->25->652" ] }, { @@ -17692,8 +17711,8 @@ "xloc": [ "default-mobile.handlebars->9->266", "default-mobile.handlebars->9->89", - "default.handlebars->25->1383", - "default.handlebars->25->751", + "default.handlebars->25->1387", + "default.handlebars->25->755", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -17748,8 +17767,8 @@ "xloc": [ "default-mobile.handlebars->9->55", "default-mobile.handlebars->9->56", - "default.handlebars->25->1108", - "default.handlebars->25->1109" + "default.handlebars->25->1112", + "default.handlebars->25->1113" ] }, { @@ -17766,8 +17785,8 @@ "ru": "Нет AMT", "zh-chs": "没有AMT", "xloc": [ - "default.handlebars->25->582", - "default.handlebars->25->601" + "default.handlebars->25->584", + "default.handlebars->25->603" ] }, { @@ -17835,9 +17854,9 @@ "ru": "Нет рабочего стола", "zh-chs": "沒有桌面", "xloc": [ - "default.handlebars->25->1309", - "default.handlebars->25->584", - "default.handlebars->25->603" + "default.handlebars->25->1313", + "default.handlebars->25->586", + "default.handlebars->25->605" ] }, { @@ -17854,7 +17873,7 @@ "ru": "Нет доступа к рабочему столу", "zh-chs": "沒有桌面訪問", "xloc": [ - "default.handlebars->25->1272" + "default.handlebars->25->1276" ] }, { @@ -17871,9 +17890,9 @@ "ru": "События не найдены", "zh-chs": "找不到活動", "xloc": [ - "default.handlebars->25->1400", - "default.handlebars->25->1678", - "default.handlebars->25->785" + "default.handlebars->25->1404", + "default.handlebars->25->1682", + "default.handlebars->25->789" ] }, { @@ -17891,7 +17910,7 @@ "zh-chs": "沒有文件訪問", "xloc": [ "default-mobile.handlebars->9->319", - "default.handlebars->25->1274" + "default.handlebars->25->1278" ] }, { @@ -17909,9 +17928,9 @@ "zh-chs": "沒有文件", "xloc": [ "default-mobile.handlebars->9->340", - "default.handlebars->25->1311", - "default.handlebars->25->581", - "default.handlebars->25->600" + "default.handlebars->25->1315", + "default.handlebars->25->583", + "default.handlebars->25->602" ] }, { @@ -17927,8 +17946,8 @@ "ru": "Нет ввода", "zh-chs": "无输入", "xloc": [ - "default.handlebars->25->579", - "default.handlebars->25->598" + "default.handlebars->25->581", + "default.handlebars->25->600" ] }, { @@ -17947,8 +17966,8 @@ "xloc": [ "default-mobile.handlebars->9->320", "default-mobile.handlebars->9->341", - "default.handlebars->25->1275", - "default.handlebars->25->1312" + "default.handlebars->25->1279", + "default.handlebars->25->1316" ] }, { @@ -18016,7 +18035,7 @@ "ru": "Нет членов", "zh-chs": "沒有會員", "xloc": [ - "default.handlebars->25->1534" + "default.handlebars->25->1538" ] }, { @@ -18033,7 +18052,7 @@ "ru": "Запретить создание групп устройств", "zh-chs": "沒有新的設備組", "xloc": [ - "default.handlebars->25->1497" + "default.handlebars->25->1501" ] }, { @@ -18050,9 +18069,9 @@ "ru": "Политик нет", "zh-chs": "沒有政策", "xloc": [ - "default.handlebars->25->1178", - "default.handlebars->25->1206", - "default.handlebars->25->1209" + "default.handlebars->25->1182", + "default.handlebars->25->1210", + "default.handlebars->25->1213" ] }, { @@ -18072,10 +18091,10 @@ "default-mobile.handlebars->9->303", "default-mobile.handlebars->9->346", "default-mobile.handlebars->9->75", - "default.handlebars->25->1134", - "default.handlebars->25->1317", - "default.handlebars->25->593", - "default.handlebars->25->612" + "default.handlebars->25->1138", + "default.handlebars->25->1321", + "default.handlebars->25->595", + "default.handlebars->25->614" ] }, { @@ -18094,7 +18113,7 @@ "xloc": [ "default-mobile.handlebars->9->238", "default.handlebars->25->251", - "default.handlebars->25->634" + "default.handlebars->25->638" ] }, { @@ -18112,9 +18131,9 @@ "zh-chs": "沒有終端", "xloc": [ "default-mobile.handlebars->9->339", - "default.handlebars->25->1310", - "default.handlebars->25->580", - "default.handlebars->25->599" + "default.handlebars->25->1314", + "default.handlebars->25->582", + "default.handlebars->25->601" ] }, { @@ -18132,7 +18151,7 @@ "zh-chs": "沒有終端訪問", "xloc": [ "default-mobile.handlebars->9->318", - "default.handlebars->25->1273" + "default.handlebars->25->1277" ] }, { @@ -18149,7 +18168,7 @@ "ru": "Нет инструментов (MeshCmd/Router)", "zh-chs": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->25->1498" + "default.handlebars->25->1502" ] }, { @@ -18166,8 +18185,8 @@ "ru": "Нет общих групп устройств", "zh-chs": "沒有共同的設備組", "xloc": [ - "default.handlebars->25->1540", - "default.handlebars->25->1650" + "default.handlebars->25->1544", + "default.handlebars->25->1654" ] }, { @@ -18263,8 +18282,8 @@ "ru": "Нет общих устройств", "zh-chs": "沒有共同的設備", "xloc": [ - "default.handlebars->25->1546", - "default.handlebars->25->1662" + "default.handlebars->25->1550", + "default.handlebars->25->1666" ] }, { @@ -18281,7 +18300,7 @@ "ru": "В группе нет устройств.", "zh-chs": "該設備組中沒有設備。", "xloc": [ - "default.handlebars->25->1360" + "default.handlebars->25->1364" ] }, { @@ -18350,7 +18369,7 @@ "ru": "Группы не найдены.", "zh-chs": "找不到群組。", "xloc": [ - "default.handlebars->25->1500" + "default.handlebars->25->1504" ] }, { @@ -18367,7 +18386,7 @@ "ru": "Информации об этом устройстве нет", "zh-chs": "沒有此設備的信息。", "xloc": [ - "default.handlebars->25->845" + "default.handlebars->25->849" ] }, { @@ -18418,7 +18437,7 @@ "ru": "Других групп устройств такого же типа не существует.", "zh-chs": "沒有其他相同類型的設備組。", "xloc": [ - "default.handlebars->25->651" + "default.handlebars->25->655" ] }, { @@ -18452,7 +18471,7 @@ "ru": "Нет серверных прав", "zh-chs": "沒有服務器權限", "xloc": [ - "default.handlebars->25->1566" + "default.handlebars->25->1570" ] }, { @@ -18469,7 +18488,7 @@ "ru": "Нет членства в группах пользователей", "zh-chs": "沒有用戶組成員身份", "xloc": [ - "default.handlebars->25->1656" + "default.handlebars->25->1660" ] }, { @@ -18486,7 +18505,7 @@ "ru": "Пользователи не найдены.", "zh-chs": "未找到相應的用戶。", "xloc": [ - "default.handlebars->25->1418" + "default.handlebars->25->1422" ] }, { @@ -18502,7 +18521,7 @@ "ru": "Нет пользователей со специальными правами доступа к устройству", "zh-chs": "没有拥有特殊设备权限的用户", "xloc": [ - "default.handlebars->25->577" + "default.handlebars->25->579" ] }, { @@ -18563,21 +18582,21 @@ "default-mobile.handlebars->9->264", "default-mobile.handlebars->9->297", "default-mobile.handlebars->9->85", - "default.handlebars->25->1146", - "default.handlebars->25->1153", + "default.handlebars->25->1150", "default.handlebars->25->1157", - "default.handlebars->25->1169", - "default.handlebars->25->1174", - "default.handlebars->25->1176", - "default.handlebars->25->1351", - "default.handlebars->25->1370", - "default.handlebars->25->1519", - "default.handlebars->25->1521", - "default.handlebars->25->1579", + "default.handlebars->25->1161", + "default.handlebars->25->1173", + "default.handlebars->25->1178", + "default.handlebars->25->1180", + "default.handlebars->25->1355", + "default.handlebars->25->1374", + "default.handlebars->25->1523", + "default.handlebars->25->1525", "default.handlebars->25->158", - "default.handlebars->25->1588", + "default.handlebars->25->1583", "default.handlebars->25->1592", - "default.handlebars->25->1604", + "default.handlebars->25->1596", + "default.handlebars->25->1608", "default.handlebars->25->174", "default.handlebars->25->175", "default.handlebars->25->465", @@ -18620,7 +18639,7 @@ "ru": "Норвежский", "zh-chs": "挪威", "xloc": [ - "default.handlebars->25->1007" + "default.handlebars->25->1011" ] }, { @@ -18637,7 +18656,7 @@ "ru": "Норвежский (Букмол)", "zh-chs": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->25->1008" + "default.handlebars->25->1012" ] }, { @@ -18654,7 +18673,7 @@ "ru": "Норвежский (Нюнорск)", "zh-chs": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->25->1009" + "default.handlebars->25->1013" ] }, { @@ -18673,7 +18692,7 @@ "xloc": [ "default-mobile.handlebars->9->199", "default.handlebars->25->482", - "default.handlebars->25->812" + "default.handlebars->25->816" ] }, { @@ -18692,7 +18711,7 @@ "xloc": [ "default-mobile.handlebars->9->198", "default.handlebars->25->481", - "default.handlebars->25->811" + "default.handlebars->25->815" ] }, { @@ -18709,8 +18728,8 @@ "ru": "Не подключен", "zh-chs": "未連接", "xloc": [ - "default.handlebars->25->1347", - "default.handlebars->25->1355" + "default.handlebars->25->1351", + "default.handlebars->25->1359" ] }, { @@ -18727,14 +18746,14 @@ "ru": "Неизвестный", "zh-chs": "未知", "xloc": [ - "default.handlebars->25->822" + "default.handlebars->25->826" ] }, { "en": "Not on server", "nl": "Niet op de server", "xloc": [ - "default.handlebars->25->1694" + "default.handlebars->25->1698" ] }, { @@ -18751,7 +18770,7 @@ "ru": "Не задано", "zh-chs": "沒有設置", "xloc": [ - "default.handlebars->25->1572" + "default.handlebars->25->1576" ] }, { @@ -18768,7 +18787,7 @@ "ru": "не подтверждено", "zh-chs": "未經審核的", "xloc": [ - "default.handlebars->25->1632" + "default.handlebars->25->1636" ] }, { @@ -18785,12 +18804,12 @@ "ru": "Примечания", "zh-chs": "筆記", "xloc": [ - "default.handlebars->25->1184", - "default.handlebars->25->1612", + "default.handlebars->25->1188", + "default.handlebars->25->1616", "default.handlebars->25->537", - "default.handlebars->25->589", - "default.handlebars->25->608", - "default.handlebars->25->615" + "default.handlebars->25->591", + "default.handlebars->25->610", + "default.handlebars->25->617" ] }, { @@ -18824,8 +18843,8 @@ "ru": "Настройки уведомлений", "zh-chs": "通知設置", "xloc": [ - "default.handlebars->25->1095", - "default.handlebars->25->1346", + "default.handlebars->25->1099", + "default.handlebars->25->1350", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -18843,7 +18862,7 @@ "ru": "Уведомления также должны быть включены в настройках учетной записи.", "zh-chs": "通知設置還必須在帳戶設置中啟用。", "xloc": [ - "default.handlebars->25->1342" + "default.handlebars->25->1346" ] }, { @@ -18860,7 +18879,7 @@ "ru": "Звук уведомления", "zh-chs": "通知聲音。", "xloc": [ - "default.handlebars->25->1090" + "default.handlebars->25->1094" ] }, { @@ -18877,7 +18896,7 @@ "ru": "Уведомления", "zh-chs": "通知事項", "xloc": [ - "default.handlebars->25->1175" + "default.handlebars->25->1179" ] }, { @@ -18894,7 +18913,7 @@ "ru": "Уведомить", "zh-chs": "通知", "xloc": [ - "default.handlebars->25->1618" + "default.handlebars->25->1622" ] }, { @@ -18911,9 +18930,9 @@ "ru": "Уведомить пользователя", "zh-chs": "通知使用者", "xloc": [ - "default.handlebars->25->1241", "default.handlebars->25->1245", - "default.handlebars->25->1248" + "default.handlebars->25->1249", + "default.handlebars->25->1252" ] }, { @@ -18930,7 +18949,7 @@ "ru": "Уведомить {0}", "zh-chs": "通知{0}", "xloc": [ - "default.handlebars->25->1450" + "default.handlebars->25->1454" ] }, { @@ -18949,7 +18968,7 @@ "xloc": [ "default-mobile.handlebars->9->52", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->25->1137", + "default.handlebars->25->1141", "default.handlebars->25->508", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -18990,7 +19009,7 @@ "ru": "Окситанский", "zh-chs": "歐舒丹", "xloc": [ - "default.handlebars->25->1010" + "default.handlebars->25->1014" ] }, { @@ -19007,7 +19026,7 @@ "ru": "Произошло в {0}", "zh-chs": "發生在{0}", "xloc": [ - "default.handlebars->25->1708" + "default.handlebars->25->1712" ] }, { @@ -19024,7 +19043,7 @@ "ru": "Оффлайн пользователи", "zh-chs": "離線用戶", "xloc": [ - "default.handlebars->25->1415" + "default.handlebars->25->1419" ] }, { @@ -19042,7 +19061,7 @@ "zh-chs": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->54", - "default.handlebars->25->1107" + "default.handlebars->25->1111" ] }, { @@ -19084,7 +19103,7 @@ "ru": "Онлайн пользователи", "zh-chs": "在線用戶", "xloc": [ - "default.handlebars->25->1414" + "default.handlebars->25->1418" ] }, { @@ -19103,7 +19122,7 @@ "xloc": [ "default-mobile.handlebars->9->274", "default.handlebars->25->438", - "default.handlebars->25->759" + "default.handlebars->25->763" ] }, { @@ -19145,7 +19164,7 @@ "ru": "Открыть страницу на устройстве", "zh-chs": "在設備上打開頁面", "xloc": [ - "default.handlebars->25->617" + "default.handlebars->25->619" ] }, { @@ -19176,7 +19195,7 @@ "ru": "Открыть терминал XTerm", "zh-chs": "打開XTerm終端", "xloc": [ - "default.handlebars->25->551" + "default.handlebars->25->553" ] }, { @@ -19230,8 +19249,8 @@ "default.handlebars->25->294", "default.handlebars->25->323", "default.handlebars->25->505", - "default.handlebars->25->669", - "default.handlebars->25->790" + "default.handlebars->25->673", + "default.handlebars->25->794" ] }, { @@ -19249,10 +19268,10 @@ "zh-chs": "運作方式", "xloc": [ "default-mobile.handlebars->9->233", - "default.handlebars->25->1439", - "default.handlebars->25->1508", + "default.handlebars->25->1443", + "default.handlebars->25->1512", "default.handlebars->25->398", - "default.handlebars->25->626" + "default.handlebars->25->630" ] }, { @@ -19286,7 +19305,7 @@ "ru": "Ория", "zh-chs": "奧里亞", "xloc": [ - "default.handlebars->25->1011" + "default.handlebars->25->1015" ] }, { @@ -19303,7 +19322,7 @@ "ru": "Оромо", "zh-chs": "奧羅莫", "xloc": [ - "default.handlebars->25->1012" + "default.handlebars->25->1016" ] }, { @@ -19371,7 +19390,7 @@ "ru": "Собственный процесс", "zh-chs": "自己的過程", "xloc": [ - "default.handlebars->25->721" + "default.handlebars->25->725" ] }, { @@ -19389,7 +19408,7 @@ "zh-chs": "PID", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0", - "default.handlebars->25->717", + "default.handlebars->25->721", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -19407,7 +19426,7 @@ "ru": "Part Number", "zh-chs": "零件號", "xloc": [ - "default.handlebars->25->838" + "default.handlebars->25->842" ] }, { @@ -19424,7 +19443,7 @@ "ru": "Частично", "zh-chs": "部分的", "xloc": [ - "default.handlebars->25->1429" + "default.handlebars->25->1433" ] }, { @@ -19471,7 +19490,7 @@ "xloc": [ "default-mobile.handlebars->9->301", "default-mobile.handlebars->9->73", - "default.handlebars->25->1132" + "default.handlebars->25->1136" ] }, { @@ -19488,7 +19507,7 @@ "ru": "Частичные права", "zh-chs": "部分權利", "xloc": [ - "default.handlebars->25->1569" + "default.handlebars->25->1573" ] }, { @@ -19523,15 +19542,15 @@ "zh-chs": "密碼", "xloc": [ "default-mobile.handlebars->9->236", - "default.handlebars->25->1473", - "default.handlebars->25->1474", - "default.handlebars->25->1584", - "default.handlebars->25->1586", - "default.handlebars->25->1635", - "default.handlebars->25->1636", + "default.handlebars->25->1477", + "default.handlebars->25->1478", + "default.handlebars->25->1588", + "default.handlebars->25->1590", + "default.handlebars->25->1639", + "default.handlebars->25->1640", "default.handlebars->25->249", "default.handlebars->25->278", - "default.handlebars->25->632" + "default.handlebars->25->636" ] }, { @@ -19637,7 +19656,7 @@ "ru": "Подсказка пароля", "zh-chs": "密碼提示", "xloc": [ - "default.handlebars->25->1637" + "default.handlebars->25->1641" ] }, { @@ -19655,7 +19674,7 @@ "zh-chs": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->57", - "default.handlebars->25->1110" + "default.handlebars->25->1114" ] }, { @@ -19672,7 +19691,7 @@ "ru": "Пароль не совпадает", "zh-chs": "密碼不符合", "xloc": [ - "default.handlebars->25->1215" + "default.handlebars->25->1219" ] }, { @@ -19707,8 +19726,8 @@ "ru": "Пароль*", "zh-chs": "密碼*", "xloc": [ - "default.handlebars->25->1213", - "default.handlebars->25->1214" + "default.handlebars->25->1217", + "default.handlebars->25->1218" ] }, { @@ -19728,8 +19747,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->49", "default-mobile.handlebars->9->50", - "default.handlebars->25->1102", - "default.handlebars->25->1103", + "default.handlebars->25->1106", + "default.handlebars->25->1107", "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", @@ -19760,9 +19779,9 @@ "default-mobile.handlebars->9->97", "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->25->1392", - "default.handlebars->25->742", - "default.handlebars->25->764", + "default.handlebars->25->1396", + "default.handlebars->25->746", + "default.handlebars->25->768", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" @@ -19816,7 +19835,7 @@ "ru": "Произвести действие агента", "zh-chs": "執行代理動作", "xloc": [ - "default.handlebars->25->854" + "default.handlebars->25->858" ] }, { @@ -19850,7 +19869,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).", "zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。", "xloc": [ - "default.handlebars->25->1194", + "default.handlebars->25->1198", "default.handlebars->25->237" ] }, @@ -19885,7 +19904,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).", "zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。", "xloc": [ - "default.handlebars->25->1192", + "default.handlebars->25->1196", "default.handlebars->25->235" ] }, @@ -19924,8 +19943,8 @@ "zh-chs": "權限", "xloc": [ "default-mobile.handlebars->9->348", - "default.handlebars->25->1320", - "default.handlebars->25->1413" + "default.handlebars->25->1324", + "default.handlebars->25->1417" ] }, { @@ -19942,7 +19961,7 @@ "ru": "Персидский/Иран", "zh-chs": "波斯/伊朗", "xloc": [ - "default.handlebars->25->1013" + "default.handlebars->25->1017" ] }, { @@ -19959,9 +19978,9 @@ "default-mobile.handlebars->9->34", "default-mobile.handlebars->9->36", "default.handlebars->25->143", - "default.handlebars->25->1629", - "default.handlebars->25->865", - "default.handlebars->25->868" + "default.handlebars->25->1633", + "default.handlebars->25->869", + "default.handlebars->25->872" ] }, { @@ -19974,7 +19993,7 @@ "nl": "Telefoonnummer", "zh-chs": "电话号码", "xloc": [ - "default.handlebars->25->1578" + "default.handlebars->25->1582" ] }, { @@ -19988,8 +20007,8 @@ "zh-chs": "电话号码:", "xloc": [ "default-mobile.handlebars->9->35", - "default.handlebars->25->1628", - "default.handlebars->25->867" + "default.handlebars->25->1632", + "default.handlebars->25->871" ] }, { @@ -20107,7 +20126,7 @@ "zh-chs": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->45", - "default.handlebars->25->1097" + "default.handlebars->25->1101" ] }, { @@ -20125,7 +20144,7 @@ "zh-chs": "插件動作", "xloc": [ "default.handlebars->25->169", - "default.handlebars->25->1784" + "default.handlebars->25->1788" ] }, { @@ -20248,7 +20267,7 @@ "zh-chs": "政策", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->25->1131" + "default.handlebars->25->1135" ] }, { @@ -20265,7 +20284,7 @@ "ru": "Польский", "zh-chs": "拋光", "xloc": [ - "default.handlebars->25->1014" + "default.handlebars->25->1018" ] }, { @@ -20282,7 +20301,7 @@ "ru": "Португальский", "zh-chs": "葡萄牙語", "xloc": [ - "default.handlebars->25->1015" + "default.handlebars->25->1019" ] }, { @@ -20299,7 +20318,7 @@ "ru": "Португальский (Бразилия)", "zh-chs": "葡萄牙語(巴西)", "xloc": [ - "default.handlebars->25->1016" + "default.handlebars->25->1020" ] }, { @@ -20351,7 +20370,7 @@ "ru": "Состояния питания", "zh-chs": "電力國", "xloc": [ - "default.handlebars->25->1353", + "default.handlebars->25->1357", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -20372,7 +20391,7 @@ "default-mobile.handlebars->9->128", "default-mobile.handlebars->9->232", "default.handlebars->25->6", - "default.handlebars->25->623" + "default.handlebars->25->627" ] }, { @@ -20436,7 +20455,7 @@ "en": "Present on server", "nl": "Aanwezig op de server", "xloc": [ - "default.handlebars->25->1693" + "default.handlebars->25->1697" ] }, { @@ -20496,7 +20515,7 @@ "zh-chs": "過程控制", "xloc": [ "default-mobile.handlebars->9->256", - "default.handlebars->25->729" + "default.handlebars->25->733" ] }, { @@ -20531,9 +20550,9 @@ "ru": "Запрос согласия пользователя", "zh-chs": "提示用戶同意", "xloc": [ - "default.handlebars->25->1242", "default.handlebars->25->1246", - "default.handlebars->25->1249" + "default.handlebars->25->1250", + "default.handlebars->25->1253" ] }, { @@ -20550,7 +20569,7 @@ "ru": "Протокол", "zh-chs": "協議", "xloc": [ - "default.handlebars->25->1691", + "default.handlebars->25->1695", "player.handlebars->3->15" ] }, @@ -20582,7 +20601,7 @@ "ru": "Предоставление государства", "zh-chs": "供應國", "xloc": [ - "default.handlebars->25->816" + "default.handlebars->25->820" ] }, { @@ -20600,7 +20619,7 @@ "zh-chs": "公開連結", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->25->1377" + "default.handlebars->25->1381" ] }, { @@ -20617,7 +20636,7 @@ "ru": "Пенджаби", "zh-chs": "旁遮普語", "xloc": [ - "default.handlebars->25->1017" + "default.handlebars->25->1021" ] }, { @@ -20634,7 +20653,7 @@ "ru": "Пенджаби (Индия)", "zh-chs": "旁遮普(印度)", "xloc": [ - "default.handlebars->25->1018" + "default.handlebars->25->1022" ] }, { @@ -20651,7 +20670,7 @@ "ru": "Пенджаби (Пакистан)", "zh-chs": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->25->1019" + "default.handlebars->25->1023" ] }, { @@ -20668,7 +20687,7 @@ "ru": "Putty", "zh-chs": "油灰", "xloc": [ - "default.handlebars->25->556" + "default.handlebars->25->558" ] }, { @@ -20703,7 +20722,7 @@ "ru": "Кечуа", "zh-chs": "蓋丘亞族", "xloc": [ - "default.handlebars->25->1020" + "default.handlebars->25->1024" ] }, { @@ -20756,7 +20775,7 @@ "ru": "RDP", "zh-chs": "RDP", "xloc": [ - "default.handlebars->25->554" + "default.handlebars->25->556" ] }, { @@ -20857,7 +20876,7 @@ "ru": "RSS", "zh-chs": "的RSS", "xloc": [ - "default.handlebars->25->1754" + "default.handlebars->25->1758" ] }, { @@ -20874,7 +20893,7 @@ "ru": "Случайный пароль.", "zh-chs": "隨機化密碼。", "xloc": [ - "default.handlebars->25->1475" + "default.handlebars->25->1479" ] }, { @@ -20908,7 +20927,7 @@ "ru": "Реактивировать Intel® AMT", "zh-chs": "重新激活英特爾®AMT", "xloc": [ - "default.handlebars->25->1217" + "default.handlebars->25->1221" ] }, { @@ -20925,14 +20944,14 @@ "ru": "Области", "zh-chs": "境界", "xloc": [ - "default.handlebars->25->1484" + "default.handlebars->25->1488" ] }, { "en": "Received invalid network data", "nl": "Ongeldige netwerkgegevens ontvangen", "xloc": [ - "default.handlebars->25->693" + "default.handlebars->25->697" ] }, { @@ -20952,7 +20971,7 @@ "en": "Recording Details", "nl": "Opname details", "xloc": [ - "default.handlebars->25->1705" + "default.handlebars->25->1709" ] }, { @@ -20978,8 +20997,8 @@ "xloc": [ "default-mobile.handlebars->9->267", "default-mobile.handlebars->9->90", - "default.handlebars->25->1384", - "default.handlebars->25->752" + "default.handlebars->25->1388", + "default.handlebars->25->756" ] }, { @@ -21076,7 +21095,7 @@ "ru": "Число ретрансляций", "zh-chs": "中繼計數", "xloc": [ - "default.handlebars->25->1736" + "default.handlebars->25->1740" ] }, { @@ -21093,7 +21112,7 @@ "ru": "Ошибки ретранслятора", "zh-chs": "中繼錯誤", "xloc": [ - "default.handlebars->25->1729" + "default.handlebars->25->1733" ] }, { @@ -21110,8 +21129,8 @@ "ru": "Сессии ретранслятора", "zh-chs": "接力會議", "xloc": [ - "default.handlebars->25->1735", - "default.handlebars->25->1748" + "default.handlebars->25->1739", + "default.handlebars->25->1752" ] }, { @@ -21221,7 +21240,7 @@ "ru": "Удаленный буфер обмена", "zh-chs": "遠程剪貼板", "xloc": [ - "default.handlebars->25->712" + "default.handlebars->25->716" ] }, { @@ -21240,8 +21259,8 @@ "xloc": [ "default-mobile.handlebars->9->315", "default-mobile.handlebars->9->333", - "default.handlebars->25->1269", - "default.handlebars->25->1303" + "default.handlebars->25->1273", + "default.handlebars->25->1307" ] }, { @@ -21270,7 +21289,7 @@ "xloc": [ "default-mobile.handlebars->9->252", "default.handlebars->25->228", - "default.handlebars->25->704" + "default.handlebars->25->708" ] }, { @@ -21287,7 +21306,7 @@ "ru": "Ввод с удаленной клавиатуры", "zh-chs": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->25->710" + "default.handlebars->25->714" ] }, { @@ -21337,8 +21356,8 @@ "xloc": [ "default-mobile.handlebars->9->316", "default-mobile.handlebars->9->338", - "default.handlebars->25->1270", - "default.handlebars->25->1308" + "default.handlebars->25->1274", + "default.handlebars->25->1312" ] }, { @@ -21355,7 +21374,7 @@ "ru": "Удаленный буфер обмена действителен в течении 60 секунд.", "zh-chs": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->25->711" + "default.handlebars->25->715" ] }, { @@ -21431,8 +21450,8 @@ "nl": "Apparaatgroepmachtigingen verwijderen", "zh-chs": "删除设备组权限", "xloc": [ - "default.handlebars->25->1550", - "default.handlebars->25->1676" + "default.handlebars->25->1554", + "default.handlebars->25->1680" ] }, { @@ -21446,8 +21465,8 @@ "nl": "Apparaatmachtigingen verwijderen", "zh-chs": "删除设备权限", "xloc": [ - "default.handlebars->25->1548", - "default.handlebars->25->1663" + "default.handlebars->25->1552", + "default.handlebars->25->1667" ] }, { @@ -21475,7 +21494,7 @@ "nl": "Lidmaatschap van gebruikersgroep verwijderen", "zh-chs": "删除用户组成员身份", "xloc": [ - "default.handlebars->25->1672" + "default.handlebars->25->1676" ] }, { @@ -21489,8 +21508,8 @@ "nl": "Gebruikersgroepmachtigingen verwijderen", "zh-chs": "删除用户组权限", "xloc": [ - "default.handlebars->25->1325", - "default.handlebars->25->1668" + "default.handlebars->25->1329", + "default.handlebars->25->1672" ] }, { @@ -21504,7 +21523,7 @@ "nl": "Gebruikerslidmaatschap verwijderen", "zh-chs": "删除用户成员资格", "xloc": [ - "default.handlebars->25->1558" + "default.handlebars->25->1562" ] }, { @@ -21518,8 +21537,8 @@ "nl": "Gebruikersmachtigingen verwijderen", "zh-chs": "删除用户权限", "xloc": [ - "default.handlebars->25->1323", - "default.handlebars->25->1665" + "default.handlebars->25->1327", + "default.handlebars->25->1669" ] }, { @@ -21536,7 +21555,7 @@ "ru": "Удалить все двухфакторные аутентификации.", "zh-chs": "刪除所有第二因素驗證。", "xloc": [ - "default.handlebars->25->1640" + "default.handlebars->25->1644" ] }, { @@ -21553,7 +21572,7 @@ "ru": "Удалить все прошлые события для этого userid.", "zh-chs": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->25->1476" + "default.handlebars->25->1480" ] }, { @@ -21570,7 +21589,7 @@ "ru": "Удалить устройство при отключении", "zh-chs": "斷開連接後移除設備", "xloc": [ - "default.handlebars->25->1250" + "default.handlebars->25->1254" ] }, { @@ -21601,7 +21620,7 @@ "zh-chs": "删除电话号码", "xloc": [ "default-mobile.handlebars->9->33", - "default.handlebars->25->864" + "default.handlebars->25->868" ] }, { @@ -21618,7 +21637,7 @@ "ru": "Удалить это устройство", "zh-chs": "刪除此設備", "xloc": [ - "default.handlebars->25->543" + "default.handlebars->25->545" ] }, { @@ -21634,7 +21653,7 @@ "ru": "Удалить этого пользователя", "zh-chs": "删除该用户", "xloc": [ - "default.handlebars->25->1620" + "default.handlebars->25->1624" ] }, { @@ -21651,7 +21670,7 @@ "ru": "Удалить членство пользователя в группе", "zh-chs": "刪除用戶組成員身份", "xloc": [ - "default.handlebars->25->1654" + "default.handlebars->25->1658" ] }, { @@ -21665,7 +21684,7 @@ "nl": "Gebruikersrechten voor dit apparaat verwijderen", "zh-chs": "删除此设备的用户组权限", "xloc": [ - "default.handlebars->25->1544" + "default.handlebars->25->1548" ] }, { @@ -21682,8 +21701,8 @@ "ru": "Удалить права группы пользователей для этой группы устройств", "zh-chs": "刪除該設備組的用戶組權限", "xloc": [ - "default.handlebars->25->1538", - "default.handlebars->25->573" + "default.handlebars->25->1542", + "default.handlebars->25->575" ] }, { @@ -21700,11 +21719,11 @@ "ru": "Удалить права пользователя для этой группы устройств", "zh-chs": "刪除此設備組的用戶權限", "xloc": [ - "default.handlebars->25->1201", - "default.handlebars->25->1532", - "default.handlebars->25->1648", - "default.handlebars->25->1660", - "default.handlebars->25->574" + "default.handlebars->25->1205", + "default.handlebars->25->1536", + "default.handlebars->25->1652", + "default.handlebars->25->1664", + "default.handlebars->25->576" ] }, { @@ -21725,9 +21744,9 @@ "default-mobile.handlebars->9->94", "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->25->1388", + "default.handlebars->25->1392", "default.handlebars->25->436", - "default.handlebars->25->756", + "default.handlebars->25->760", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1" @@ -21747,7 +21766,7 @@ "ru": "Требования: ", "zh-chs": "要求:", "xloc": [ - "default.handlebars->25->1111" + "default.handlebars->25->1115" ] }, { @@ -21765,8 +21784,8 @@ "zh-chs": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->58", - "default.handlebars->25->1481", - "default.handlebars->25->1638" + "default.handlebars->25->1485", + "default.handlebars->25->1642" ] }, { @@ -21783,7 +21802,7 @@ "ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере", "zh-chs": "需要瀏覽器中的Microsoft ClickOnce支持", "xloc": [ - "default.handlebars->25->553" + "default.handlebars->25->555" ] }, { @@ -21800,8 +21819,8 @@ "ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере.", "zh-chs": "在瀏覽器中需要Microsoft ClickOnce支持。", "xloc": [ - "default.handlebars->25->555", - "default.handlebars->25->557" + "default.handlebars->25->557", + "default.handlebars->25->559" ] }, { @@ -21833,7 +21852,7 @@ "zh-chs": "重啟", "xloc": [ "default-mobile.handlebars->9->231", - "default.handlebars->25->622", + "default.handlebars->25->626", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -21939,7 +21958,7 @@ "ru": "Перезапуск", "zh-chs": "重新開始", "xloc": [ - "default.handlebars->25->727", + "default.handlebars->25->731", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -21957,7 +21976,7 @@ "ru": "Восстановить сервер", "zh-chs": "還原伺服器", "xloc": [ - "default.handlebars->25->1138" + "default.handlebars->25->1142" ] }, { @@ -21991,7 +22010,7 @@ "ru": "Восстановить сервер из резервной копии, это удалит существующие данные сервера . Продолжайте дальше только если знаете, что делаете.", "zh-chs": "使用備份還原服務器,這將刪除現有服務器數據。僅當您知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->25->1135" + "default.handlebars->25->1139" ] }, { @@ -22008,7 +22027,7 @@ "ru": "Ограничения", "zh-chs": "限制條件", "xloc": [ - "default.handlebars->25->1570" + "default.handlebars->25->1574" ] }, { @@ -22025,7 +22044,7 @@ "ru": "Ретороманский", "zh-chs": "修羅羅馬式", "xloc": [ - "default.handlebars->25->1021" + "default.handlebars->25->1025" ] }, { @@ -22042,7 +22061,7 @@ "ru": "Румынский", "zh-chs": "羅馬尼亞語", "xloc": [ - "default.handlebars->25->1022" + "default.handlebars->25->1026" ] }, { @@ -22059,7 +22078,7 @@ "ru": "Румынский (Молдавия)", "zh-chs": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->25->1023" + "default.handlebars->25->1027" ] }, { @@ -22078,8 +22097,8 @@ "xloc": [ "default-mobile.handlebars->9->261", "default-mobile.handlebars->9->76", - "default.handlebars->25->1361", - "default.handlebars->25->746" + "default.handlebars->25->1365", + "default.handlebars->25->750" ] }, { @@ -22201,7 +22220,7 @@ "ru": "Русский", "zh-chs": "俄語", "xloc": [ - "default.handlebars->25->1024" + "default.handlebars->25->1028" ] }, { @@ -22218,7 +22237,7 @@ "ru": "Русский (Молдавия)", "zh-chs": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->25->1025" + "default.handlebars->25->1029" ] }, { @@ -22231,8 +22250,8 @@ "nl": "SMS", "zh-chs": "短信", "xloc": [ - "default.handlebars->25->1609", - "default.handlebars->25->1614", + "default.handlebars->25->1613", + "default.handlebars->25->1618", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3" ] @@ -22247,7 +22266,7 @@ "nl": "SMS geschikt telefoonnummer voor deze gebruiker.", "zh-chs": "此用户的短信功能电话号码。", "xloc": [ - "default.handlebars->25->1626" + "default.handlebars->25->1630" ] }, { @@ -22295,7 +22314,7 @@ "ru": "Саамский", "zh-chs": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->25->1026" + "default.handlebars->25->1030" ] }, { @@ -22340,7 +22359,7 @@ "ru": "Санго", "zh-chs": "三鄉", "xloc": [ - "default.handlebars->25->1027" + "default.handlebars->25->1031" ] }, { @@ -22357,7 +22376,7 @@ "ru": "Санскритский", "zh-chs": "梵文", "xloc": [ - "default.handlebars->25->1028" + "default.handlebars->25->1032" ] }, { @@ -22374,7 +22393,7 @@ "ru": "Сардинский", "zh-chs": "撒丁島", "xloc": [ - "default.handlebars->25->1029" + "default.handlebars->25->1033" ] }, { @@ -22631,7 +22650,7 @@ "ru": "Защищено с помощью TLS", "zh-chs": "使用TLS保護", "xloc": [ - "default.handlebars->25->819" + "default.handlebars->25->823" ] }, { @@ -22649,10 +22668,10 @@ "zh-chs": "安全", "xloc": [ "default-mobile.handlebars->9->237", - "default.handlebars->25->1610", + "default.handlebars->25->1614", "default.handlebars->25->250", - "default.handlebars->25->633", - "default.handlebars->25->818" + "default.handlebars->25->637", + "default.handlebars->25->822" ] }, { @@ -22669,7 +22688,7 @@ "ru": "Ключ безопасности", "zh-chs": "安全密鑰", "xloc": [ - "default.handlebars->25->1607" + "default.handlebars->25->1611" ] }, { @@ -22703,12 +22722,12 @@ "ru": "Выбрать все", "zh-chs": "全選", "xloc": [ - "default.handlebars->25->1380", - "default.handlebars->25->1437", - "default.handlebars->25->1506", + "default.handlebars->25->1384", + "default.handlebars->25->1441", + "default.handlebars->25->1510", "default.handlebars->25->394", - "default.handlebars->25->748", - "default.handlebars->25->750", + "default.handlebars->25->752", + "default.handlebars->25->754", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -22731,11 +22750,11 @@ "ru": "Очистить все", "zh-chs": "選擇無", "xloc": [ - "default.handlebars->25->1379", - "default.handlebars->25->1436", - "default.handlebars->25->1505", + "default.handlebars->25->1383", + "default.handlebars->25->1440", + "default.handlebars->25->1509", "default.handlebars->25->393", - "default.handlebars->25->749", + "default.handlebars->25->753", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -22753,7 +22772,7 @@ "ru": "Выберите новую группу для выбранных устройств", "zh-chs": "為所選設備選擇一個新組", "xloc": [ - "default.handlebars->25->647" + "default.handlebars->25->651" ] }, { @@ -22770,7 +22789,7 @@ "ru": "Выберите новую группу для этого устройства", "zh-chs": "選擇此設備的新組", "xloc": [ - "default.handlebars->25->646" + "default.handlebars->25->650" ] }, { @@ -22818,8 +22837,8 @@ "nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.", "zh-chs": "选择要对所有选定用户执行的操作。", "xloc": [ - "default.handlebars->25->1438", - "default.handlebars->25->1507" + "default.handlebars->25->1442", + "default.handlebars->25->1511" ] }, { @@ -22837,7 +22856,7 @@ "zh-chs": "選擇要在此設備上執行的操作。", "xloc": [ "default-mobile.handlebars->9->228", - "default.handlebars->25->619" + "default.handlebars->25->623" ] }, { @@ -22873,7 +22892,7 @@ "zh-chs": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->343", - "default.handlebars->25->1314" + "default.handlebars->25->1318" ] }, { @@ -22899,7 +22918,7 @@ "en": "Send Email", "nl": "E-mail verzenden", "xloc": [ - "default.handlebars->25->1449" + "default.handlebars->25->1453" ] }, { @@ -22917,7 +22936,7 @@ "zh-chs": "發送MQTT消息", "xloc": [ "default.handlebars->25->395", - "default.handlebars->25->624" + "default.handlebars->25->628" ] }, { @@ -22934,7 +22953,7 @@ "ru": "Отправить MQTT сообщение", "zh-chs": "發送MQTT消息", "xloc": [ - "default.handlebars->25->639" + "default.handlebars->25->643" ] }, { @@ -22947,7 +22966,7 @@ "nl": "verstuur SMS", "zh-chs": "发送短信", "xloc": [ - "default.handlebars->25->1447" + "default.handlebars->25->1451" ] }, { @@ -22960,14 +22979,14 @@ "nl": "Stuur een SMS bericht naar deze gebruiker", "zh-chs": "发送短信给该用户", "xloc": [ - "default.handlebars->25->1615" + "default.handlebars->25->1619" ] }, { "en": "Send a email message to this user", "nl": "Stuur een e-mailbericht naar deze gebruiker", "xloc": [ - "default.handlebars->25->1617" + "default.handlebars->25->1621" ] }, { @@ -22984,7 +23003,7 @@ "ru": "Отправить уведомление всем пользователям этой группы.", "zh-chs": "向該組中的所有用戶發送通知。", "xloc": [ - "default.handlebars->25->1529" + "default.handlebars->25->1533" ] }, { @@ -23001,7 +23020,7 @@ "ru": "Отправить текстовое уведомление этому пользователю.", "zh-chs": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->25->1451" + "default.handlebars->25->1455" ] }, { @@ -23017,7 +23036,7 @@ "ru": "Отправить письмо пользователю", "zh-chs": "发送电子邮件给用户", "xloc": [ - "default.handlebars->25->1432" + "default.handlebars->25->1436" ] }, { @@ -23051,7 +23070,7 @@ "ru": "Отправить приглашение по email.", "zh-chs": "發送邀請電子郵件。", "xloc": [ - "default.handlebars->25->1480" + "default.handlebars->25->1484" ] }, { @@ -23117,7 +23136,7 @@ "ru": "Отправить уведомление пользователю", "zh-chs": "發送用戶通知", "xloc": [ - "default.handlebars->25->1619" + "default.handlebars->25->1623" ] }, { @@ -23134,7 +23153,7 @@ "ru": "Сербский", "zh-chs": "塞爾維亞", "xloc": [ - "default.handlebars->25->1032" + "default.handlebars->25->1036" ] }, { @@ -23151,7 +23170,7 @@ "ru": "Серийный номер", "zh-chs": "序列號", "xloc": [ - "default.handlebars->25->830" + "default.handlebars->25->834" ] }, { @@ -23168,7 +23187,7 @@ "ru": "Резервное копирование сервера", "zh-chs": "服務器備份", "xloc": [ - "default.handlebars->25->1490" + "default.handlebars->25->1494" ] }, { @@ -23185,7 +23204,7 @@ "ru": "Сертификат сервера", "zh-chs": "服務器證書", "xloc": [ - "default.handlebars->25->1764" + "default.handlebars->25->1768" ] }, { @@ -23202,7 +23221,7 @@ "ru": "База данных сервера", "zh-chs": "服務器數據庫", "xloc": [ - "default.handlebars->25->1765" + "default.handlebars->25->1769" ] }, { @@ -23221,11 +23240,11 @@ "xloc": [ "default-mobile.handlebars->9->322", "default-mobile.handlebars->9->335", - "default.handlebars->25->1277", - "default.handlebars->25->1305", - "default.handlebars->25->1487", - "default.handlebars->25->587", - "default.handlebars->25->606" + "default.handlebars->25->1281", + "default.handlebars->25->1309", + "default.handlebars->25->1491", + "default.handlebars->25->589", + "default.handlebars->25->608" ] }, { @@ -23242,8 +23261,8 @@ "ru": "Разрешения сервера", "zh-chs": "服務器權限", "xloc": [ - "default.handlebars->25->1424", - "default.handlebars->25->1499" + "default.handlebars->25->1428", + "default.handlebars->25->1503" ] }, { @@ -23260,7 +23279,7 @@ "ru": "Квота сервера", "zh-chs": "服務器配額", "xloc": [ - "default.handlebars->25->1581" + "default.handlebars->25->1585" ] }, { @@ -23277,7 +23296,7 @@ "ru": "Восстановление сервера", "zh-chs": "服務器還原", "xloc": [ - "default.handlebars->25->1491" + "default.handlebars->25->1495" ] }, { @@ -23294,7 +23313,7 @@ "ru": "Права", "zh-chs": "服務器權限", "xloc": [ - "default.handlebars->25->1580" + "default.handlebars->25->1584" ] }, { @@ -23311,7 +23330,7 @@ "ru": "Состояние сервера", "zh-chs": "服務器狀態", "xloc": [ - "default.handlebars->25->1715" + "default.handlebars->25->1719" ] }, { @@ -23345,7 +23364,7 @@ "ru": "Трассировка сервера", "zh-chs": "服務器跟踪", "xloc": [ - "default.handlebars->25->1775" + "default.handlebars->25->1779" ] }, { @@ -23362,7 +23381,7 @@ "ru": "Обновление сервера", "zh-chs": "服務器更新", "xloc": [ - "default.handlebars->25->1492" + "default.handlebars->25->1496" ] }, { @@ -23484,7 +23503,7 @@ "ru": "ServerStats.csv", "zh-chs": "ServerStats.csv", "xloc": [ - "default.handlebars->25->1756" + "default.handlebars->25->1760" ] }, { @@ -23501,7 +23520,7 @@ "ru": "Детали службы", "zh-chs": "服務詳情", "xloc": [ - "default.handlebars->25->728" + "default.handlebars->25->732" ] }, { @@ -23525,14 +23544,14 @@ "en": "Session", "nl": "Sessie", "xloc": [ - "default.handlebars->25->1679" + "default.handlebars->25->1683" ] }, { "en": "Session Information", "nl": "Sessie informatie", "xloc": [ - "default.handlebars->25->701" + "default.handlebars->25->705" ] }, { @@ -23717,7 +23736,7 @@ "ru": "Общий процесс", "zh-chs": "共享過程", "xloc": [ - "default.handlebars->25->722" + "default.handlebars->25->726" ] }, { @@ -23827,7 +23846,7 @@ "zh-chs": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->325", - "default.handlebars->25->1280" + "default.handlebars->25->1284" ] }, { @@ -23844,7 +23863,7 @@ "ru": "Показывать панель-уведомление", "zh-chs": "顯示連接工具欄", "xloc": [ - "default.handlebars->25->1243" + "default.handlebars->25->1247" ] }, { @@ -23861,7 +23880,7 @@ "ru": "Показать информацию о расположении устройства", "zh-chs": "顯示設備位置信息", "xloc": [ - "default.handlebars->25->547" + "default.handlebars->25->549" ] }, { @@ -23878,7 +23897,7 @@ "ru": "Показать информацию о сетевом интерфейсе устройства", "zh-chs": "顯示設備網絡接口信息", "xloc": [ - "default.handlebars->25->545" + "default.handlebars->25->547" ] }, { @@ -23968,8 +23987,8 @@ "ru": "Простой режим управления администратора (ACM)", "zh-chs": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->25->1181", - "default.handlebars->25->1204" + "default.handlebars->25->1185", + "default.handlebars->25->1208" ] }, { @@ -23986,9 +24005,9 @@ "ru": "Простой режим управления клиента (CCM)", "zh-chs": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->25->1179", - "default.handlebars->25->1207", - "default.handlebars->25->1211" + "default.handlebars->25->1183", + "default.handlebars->25->1211", + "default.handlebars->25->1215" ] }, { @@ -24005,7 +24024,7 @@ "ru": "Синдхи", "zh-chs": "信地", "xloc": [ - "default.handlebars->25->1030" + "default.handlebars->25->1034" ] }, { @@ -24022,7 +24041,7 @@ "ru": "Сингальский", "zh-chs": "僧伽羅語", "xloc": [ - "default.handlebars->25->1031" + "default.handlebars->25->1035" ] }, { @@ -24039,8 +24058,8 @@ "ru": "Размер", "zh-chs": "尺寸", "xloc": [ - "default.handlebars->25->1682", - "default.handlebars->25->1697", + "default.handlebars->25->1686", + "default.handlebars->25->1701", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -24058,7 +24077,7 @@ "ru": "Размер: 100%", "zh-chs": "尺寸:100%", "xloc": [ - "default.handlebars->25->776" + "default.handlebars->25->780" ] }, { @@ -24075,7 +24094,7 @@ "ru": "Размер: 125%", "zh-chs": "尺寸:125%", "xloc": [ - "default.handlebars->25->777" + "default.handlebars->25->781" ] }, { @@ -24092,7 +24111,7 @@ "ru": "Размер: 150%", "zh-chs": "尺寸:150%", "xloc": [ - "default.handlebars->25->778" + "default.handlebars->25->782" ] }, { @@ -24109,7 +24128,7 @@ "ru": "Размер: 200%", "zh-chs": "尺寸:200%", "xloc": [ - "default.handlebars->25->779" + "default.handlebars->25->783" ] }, { @@ -24133,7 +24152,7 @@ "default.handlebars->25->2", "default.handlebars->25->3", "default.handlebars->25->4", - "default.handlebars->25->621" + "default.handlebars->25->625" ] }, { @@ -24187,7 +24206,7 @@ "ru": "Словацкий", "zh-chs": "斯洛伐克文", "xloc": [ - "default.handlebars->25->1033" + "default.handlebars->25->1037" ] }, { @@ -24204,7 +24223,7 @@ "ru": "Словенский", "zh-chs": "斯洛文尼亞文", "xloc": [ - "default.handlebars->25->1034" + "default.handlebars->25->1038" ] }, { @@ -24257,7 +24276,7 @@ "ru": "Малая фокусировка", "zh-chs": "小焦點", "xloc": [ - "default.handlebars->25->707" + "default.handlebars->25->711" ] }, { @@ -24274,7 +24293,7 @@ "ru": "Програмное отключение агента", "zh-chs": "軟斷開劑", "xloc": [ - "default.handlebars->25->860" + "default.handlebars->25->864" ] }, { @@ -24326,7 +24345,7 @@ "ru": "Сомани", "zh-chs": "索馬尼", "xloc": [ - "default.handlebars->25->1035" + "default.handlebars->25->1039" ] }, { @@ -24343,7 +24362,7 @@ "ru": "Сорбский", "zh-chs": "索比亞人", "xloc": [ - "default.handlebars->25->1036" + "default.handlebars->25->1040" ] }, { @@ -24473,7 +24492,7 @@ "ru": "Испанский", "zh-chs": "西班牙文", "xloc": [ - "default.handlebars->25->1037" + "default.handlebars->25->1041" ] }, { @@ -24490,7 +24509,7 @@ "ru": "Испанский (Аргентина)", "zh-chs": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->25->1038" + "default.handlebars->25->1042" ] }, { @@ -24507,7 +24526,7 @@ "ru": "Испанский (Боливия)", "zh-chs": "西班牙語(玻利維亞)", "xloc": [ - "default.handlebars->25->1039" + "default.handlebars->25->1043" ] }, { @@ -24524,7 +24543,7 @@ "ru": "Испанский (Чили)", "zh-chs": "西班牙語(智利)", "xloc": [ - "default.handlebars->25->1040" + "default.handlebars->25->1044" ] }, { @@ -24541,7 +24560,7 @@ "ru": "Испанский (Колумбия)", "zh-chs": "西班牙語(哥倫比亞)", "xloc": [ - "default.handlebars->25->1041" + "default.handlebars->25->1045" ] }, { @@ -24558,7 +24577,7 @@ "ru": "Испанский (Коста-Рика)", "zh-chs": "西班牙語(哥斯達黎加)", "xloc": [ - "default.handlebars->25->1042" + "default.handlebars->25->1046" ] }, { @@ -24575,7 +24594,7 @@ "ru": "Испанский (Доминиканская Республика)", "zh-chs": "西班牙語(多米尼加共和國)", "xloc": [ - "default.handlebars->25->1043" + "default.handlebars->25->1047" ] }, { @@ -24592,7 +24611,7 @@ "ru": "Испанский (Эквадор)", "zh-chs": "西班牙語(厄瓜多爾)", "xloc": [ - "default.handlebars->25->1044" + "default.handlebars->25->1048" ] }, { @@ -24609,7 +24628,7 @@ "ru": "Испанский (Сальвадор)", "zh-chs": "西班牙語(薩爾瓦多)", "xloc": [ - "default.handlebars->25->1045" + "default.handlebars->25->1049" ] }, { @@ -24626,7 +24645,7 @@ "ru": "Испанский (Гватемала)", "zh-chs": "西班牙語(危地馬拉)", "xloc": [ - "default.handlebars->25->1046" + "default.handlebars->25->1050" ] }, { @@ -24643,7 +24662,7 @@ "ru": "Испанский (Гондурас)", "zh-chs": "西班牙語(洪都拉斯)", "xloc": [ - "default.handlebars->25->1047" + "default.handlebars->25->1051" ] }, { @@ -24660,7 +24679,7 @@ "ru": "Испанский (Мексика)", "zh-chs": "西班牙語(墨西哥)", "xloc": [ - "default.handlebars->25->1048" + "default.handlebars->25->1052" ] }, { @@ -24677,7 +24696,7 @@ "ru": "Испанский (Никарагуа)", "zh-chs": "西班牙語(尼加拉瓜)", "xloc": [ - "default.handlebars->25->1049" + "default.handlebars->25->1053" ] }, { @@ -24694,7 +24713,7 @@ "ru": "Испанский (Панама)", "zh-chs": "西班牙語(巴拿馬)", "xloc": [ - "default.handlebars->25->1050" + "default.handlebars->25->1054" ] }, { @@ -24711,7 +24730,7 @@ "ru": "Испанский (Парагвай)", "zh-chs": "西班牙語(巴拉圭)", "xloc": [ - "default.handlebars->25->1051" + "default.handlebars->25->1055" ] }, { @@ -24728,7 +24747,7 @@ "ru": "Испанский (Перу)", "zh-chs": "西班牙語(秘魯)", "xloc": [ - "default.handlebars->25->1052" + "default.handlebars->25->1056" ] }, { @@ -24745,7 +24764,7 @@ "ru": "Испанский (Пуэрто-Рико)", "zh-chs": "西班牙語(波多黎各)", "xloc": [ - "default.handlebars->25->1053" + "default.handlebars->25->1057" ] }, { @@ -24762,7 +24781,7 @@ "ru": "Испанский (Испания)", "zh-chs": "西班牙語(西班牙)", "xloc": [ - "default.handlebars->25->1054" + "default.handlebars->25->1058" ] }, { @@ -24779,7 +24798,7 @@ "ru": "Испанский (Уругвай)", "zh-chs": "西班牙語(烏拉圭)", "xloc": [ - "default.handlebars->25->1055" + "default.handlebars->25->1059" ] }, { @@ -24796,7 +24815,7 @@ "ru": "Испанский (Венесуэла)", "zh-chs": "西班牙語(委內瑞拉)", "xloc": [ - "default.handlebars->25->1056" + "default.handlebars->25->1060" ] }, { @@ -24844,16 +24863,16 @@ "ru": "Старт", "zh-chs": "開始", "xloc": [ - "default.handlebars->25->725" + "default.handlebars->25->729" ] }, { "en": "Start Time", "nl": "Start tijd", "xloc": [ - "default.handlebars->25->1680", - "default.handlebars->25->1699", - "default.handlebars->25->697" + "default.handlebars->25->1684", + "default.handlebars->25->1703", + "default.handlebars->25->701" ] }, { @@ -24870,7 +24889,7 @@ "ru": "Состояние", "zh-chs": "州", "xloc": [ - "default.handlebars->25->716", + "default.handlebars->25->720", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -24905,8 +24924,8 @@ "ru": "Статус", "zh-chs": "狀態", "xloc": [ - "default.handlebars->25->1631", - "default.handlebars->25->1692", + "default.handlebars->25->1635", + "default.handlebars->25->1696", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -24924,7 +24943,7 @@ "ru": "Стоп", "zh-chs": "停止", "xloc": [ - "default.handlebars->25->726" + "default.handlebars->25->730" ] }, { @@ -24940,7 +24959,7 @@ "ru": "Остановить процесс", "zh-chs": "停止程序", "xloc": [ - "default.handlebars->25->713" + "default.handlebars->25->717" ] }, { @@ -24958,7 +24977,7 @@ "zh-chs": "停止進程#{0} \\“ {1} \\”?", "xloc": [ "default-mobile.handlebars->9->257", - "default.handlebars->25->730" + "default.handlebars->25->734" ] }, { @@ -24971,7 +24990,7 @@ "nl": "Opslag", "zh-chs": "存储", "xloc": [ - "default.handlebars->25->844" + "default.handlebars->25->848" ] }, { @@ -25005,7 +25024,7 @@ "ru": "Превышен лимит места для хранения", "zh-chs": "儲存空間超過", "xloc": [ - "default.handlebars->25->1365" + "default.handlebars->25->1369" ] }, { @@ -25022,7 +25041,7 @@ "ru": "Надежный", "zh-chs": "強大", "xloc": [ - "default.handlebars->25->1128" + "default.handlebars->25->1132" ] }, { @@ -25049,7 +25068,7 @@ "en": "Subject", "nl": "Onderwerp", "xloc": [ - "default.handlebars->25->1448" + "default.handlebars->25->1452" ] }, { @@ -25134,7 +25153,7 @@ "ru": "Суту", "zh-chs": "蘇圖", "xloc": [ - "default.handlebars->25->1057" + "default.handlebars->25->1061" ] }, { @@ -25151,7 +25170,7 @@ "ru": "Суахили", "zh-chs": "斯瓦希里語", "xloc": [ - "default.handlebars->25->1058" + "default.handlebars->25->1062" ] }, { @@ -25168,7 +25187,7 @@ "ru": "Шведский", "zh-chs": "瑞典", "xloc": [ - "default.handlebars->25->1059" + "default.handlebars->25->1063" ] }, { @@ -25185,7 +25204,7 @@ "ru": "Шведский (Финляндия)", "zh-chs": "瑞典語(芬蘭)", "xloc": [ - "default.handlebars->25->1060" + "default.handlebars->25->1064" ] }, { @@ -25202,7 +25221,7 @@ "ru": "Шведский (Швеция)", "zh-chs": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->25->1061" + "default.handlebars->25->1065" ] }, { @@ -25219,7 +25238,7 @@ "ru": "Синхронизировать имя устройства на сервере с именем хоста", "zh-chs": "將服務器設備名稱同步到主機名", "xloc": [ - "default.handlebars->25->1251" + "default.handlebars->25->1255" ] }, { @@ -25312,7 +25331,7 @@ "ru": "TLS не настроен", "zh-chs": "未設置TLS", "xloc": [ - "default.handlebars->25->820" + "default.handlebars->25->824" ] }, { @@ -25331,7 +25350,7 @@ "xloc": [ "default-mobile.handlebars->9->239", "default.handlebars->25->252", - "default.handlebars->25->635" + "default.handlebars->25->639" ] }, { @@ -25365,7 +25384,7 @@ "ru": "Тег1, Тег2, Тег3", "zh-chs": "標籤1,標籤2,標籤3", "xloc": [ - "default.handlebars->25->687" + "default.handlebars->25->691" ] }, { @@ -25385,7 +25404,7 @@ "default-mobile.handlebars->9->220", "default-mobile.handlebars->9->221", "default-mobile.handlebars->9->248", - "default.handlebars->25->686", + "default.handlebars->25->690", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7" ] }, @@ -25403,7 +25422,7 @@ "ru": "Тамильский", "zh-chs": "泰米爾語", "xloc": [ - "default.handlebars->25->1062" + "default.handlebars->25->1066" ] }, { @@ -25420,7 +25439,7 @@ "ru": "Татарский", "zh-chs": "塔塔爾族", "xloc": [ - "default.handlebars->25->1063" + "default.handlebars->25->1067" ] }, { @@ -25437,7 +25456,7 @@ "ru": "Телугу", "zh-chs": "泰盧加", "xloc": [ - "default.handlebars->25->1064" + "default.handlebars->25->1068" ] }, { @@ -25455,8 +25474,8 @@ "zh-chs": "終奌站", "xloc": [ "default-mobile.handlebars->9->116", - "default.handlebars->25->1244", - "default.handlebars->25->1686", + "default.handlebars->25->1248", + "default.handlebars->25->1690", "default.handlebars->25->215", "default.handlebars->25->446", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -25494,8 +25513,8 @@ "ru": "Терминал уведомление", "zh-chs": "終端通知", "xloc": [ - "default.handlebars->25->1164", - "default.handlebars->25->1599", + "default.handlebars->25->1168", + "default.handlebars->25->1603", "default.handlebars->25->516" ] }, @@ -25513,8 +25532,8 @@ "ru": "Запрос терминала", "zh-chs": "終端提示", "xloc": [ - "default.handlebars->25->1163", - "default.handlebars->25->1598", + "default.handlebars->25->1167", + "default.handlebars->25->1602", "default.handlebars->25->515" ] }, @@ -25571,7 +25590,7 @@ "ru": "Тайский", "zh-chs": "泰國", "xloc": [ - "default.handlebars->25->1065" + "default.handlebars->25->1069" ] }, { @@ -25658,7 +25677,7 @@ "ru": "На данный момент уведомлений нет", "zh-chs": "目前沒有任何通知", "xloc": [ - "default.handlebars->25->1707" + "default.handlebars->25->1711" ] }, { @@ -25710,7 +25729,7 @@ "zh-chs": "該帳戶無權創建新的設備組。", "xloc": [ "default-mobile.handlebars->9->61", - "default.handlebars->25->1114" + "default.handlebars->25->1118" ] }, { @@ -25744,7 +25763,7 @@ "ru": "Это не безопасная политика, так как агенты будут выполнять активацию.", "zh-chs": "這不是安全的策略,因為代理將執行激活。", "xloc": [ - "default.handlebars->25->1229" + "default.handlebars->25->1233" ] }, { @@ -25779,7 +25798,7 @@ "ru": "Эта политика не повлияет на устройства с Intel® AMT в режиме ACM.", "zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。", "xloc": [ - "default.handlebars->25->1228" + "default.handlebars->25->1232" ] }, { @@ -25845,7 +25864,7 @@ "nl": "Hiermee wordt een vermelding toegevoegd aan het gebeurtenislogboek van dit apparaat.", "zh-chs": "这会将条目添加到该设备的事件日志中。", "xloc": [ - "default.handlebars->25->614" + "default.handlebars->25->616" ] }, { @@ -25876,7 +25895,7 @@ "ru": "Это не приведет к удалению устройств с сервера, но они больше не смогут подключаться к серверу. Весь удаленный доступ к устройствам будет потерян. Устройства должны быть подключены, чтобы эта команда работала.", "zh-chs": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->25->642" + "default.handlebars->25->646" ] }, { @@ -25893,7 +25912,7 @@ "ru": "Это не приведет к удалению этого устройства с сервера, но оно больше не сможет подключаться к серверу. Весь удаленный доступ к устройству будет потерян. Для работы этой команды устройство должно быть подключено.", "zh-chs": "這不會將該設備從服務器上刪除,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->25->643" + "default.handlebars->25->647" ] }, { @@ -25910,7 +25929,7 @@ "ru": "Тигровый", "zh-chs": "蒂格雷", "xloc": [ - "default.handlebars->25->1066" + "default.handlebars->25->1070" ] }, { @@ -25934,7 +25953,7 @@ "en": "Timeout", "nl": "Time-out", "xloc": [ - "default.handlebars->25->692" + "default.handlebars->25->696" ] }, { @@ -26053,7 +26072,7 @@ "ru": "Чтобы удалить эту учетную запись, введите пароль учетной записи в оба поля и нажмите ОК.", "zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->25->1101" + "default.handlebars->25->1105" ] }, { @@ -26402,7 +26421,7 @@ "ru": "Тема", "zh-chs": "話題", "xloc": [ - "default.handlebars->25->637" + "default.handlebars->25->641" ] }, { @@ -26453,7 +26472,7 @@ "ru": "Router используется для подключения к различным портам устройства через этот сервер", "zh-chs": "用於通過此服務器連接到設備的流量路由器", "xloc": [ - "default.handlebars->25->549" + "default.handlebars->25->551" ] }, { @@ -26487,7 +26506,7 @@ "ru": "Тсонга", "zh-chs": "特松加", "xloc": [ - "default.handlebars->25->1067" + "default.handlebars->25->1071" ] }, { @@ -26504,7 +26523,7 @@ "ru": "Тсвана", "zh-chs": "茨瓦納", "xloc": [ - "default.handlebars->25->1068" + "default.handlebars->25->1072" ] }, { @@ -26521,7 +26540,7 @@ "ru": "Турецкий", "zh-chs": "土耳其", "xloc": [ - "default.handlebars->25->1069" + "default.handlebars->25->1073" ] }, { @@ -26538,7 +26557,7 @@ "ru": "Туркменский", "zh-chs": "土庫曼人", "xloc": [ - "default.handlebars->25->1070" + "default.handlebars->25->1074" ] }, { @@ -26574,11 +26593,11 @@ "xloc": [ "default-mobile.handlebars->9->298", "default-mobile.handlebars->9->67", - "default.handlebars->25->1121", - "default.handlebars->25->1154", - "default.handlebars->25->1205", - "default.handlebars->25->1208", - "default.handlebars->25->723", + "default.handlebars->25->1125", + "default.handlebars->25->1158", + "default.handlebars->25->1209", + "default.handlebars->25->1212", + "default.handlebars->25->727", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3" ] }, @@ -26596,7 +26615,7 @@ "ru": "Введите имя ключа, выберите поле OTP и нажмите кнопку на YubiKey™.", "zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->25->879" + "default.handlebars->25->883" ] }, { @@ -26613,7 +26632,7 @@ "ru": "Введите имя ключа для добавления.", "zh-chs": "輸入要添加的密鑰的名稱。", "xloc": [ - "default.handlebars->25->876" + "default.handlebars->25->880" ] }, { @@ -26630,7 +26649,7 @@ "ru": "Терминал UTF8", "zh-chs": "UTF8終端", "xloc": [ - "default.handlebars->25->734" + "default.handlebars->25->738" ] }, { @@ -26647,7 +26666,7 @@ "ru": "Украинский", "zh-chs": "烏克蘭", "xloc": [ - "default.handlebars->25->1071" + "default.handlebars->25->1075" ] }, { @@ -26664,7 +26683,7 @@ "ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите на вкладку \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.", "zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->25->1116", + "default.handlebars->25->1120", "default.handlebars->25->462" ] }, @@ -26718,7 +26737,7 @@ "ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите на вкладку \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".", "zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->25->1118", + "default.handlebars->25->1122", "default.handlebars->25->464" ] }, @@ -26826,9 +26845,9 @@ "zh-chs": "卸載", "xloc": [ "default-mobile.handlebars->9->345", - "default.handlebars->25->1316", - "default.handlebars->25->592", - "default.handlebars->25->611" + "default.handlebars->25->1320", + "default.handlebars->25->594", + "default.handlebars->25->613" ] }, { @@ -26846,9 +26865,9 @@ "zh-chs": "卸載代理", "xloc": [ "default-mobile.handlebars->9->327", - "default.handlebars->25->1282", + "default.handlebars->25->1286", "default.handlebars->25->396", - "default.handlebars->25->625" + "default.handlebars->25->629" ] }, { @@ -26865,7 +26884,7 @@ "ru": "Удалить агент", "zh-chs": "卸載代理", "xloc": [ - "default.handlebars->25->645" + "default.handlebars->25->649" ] }, { @@ -26886,17 +26905,17 @@ "default-mobile.handlebars->9->166", "default-mobile.handlebars->9->194", "default-mobile.handlebars->9->195", - "default.handlebars->25->1141", - "default.handlebars->25->1142", + "default.handlebars->25->1145", + "default.handlebars->25->1146", "default.handlebars->25->13", - "default.handlebars->25->1671", - "default.handlebars->25->1684", - "default.handlebars->25->1685", + "default.handlebars->25->1675", + "default.handlebars->25->1688", + "default.handlebars->25->1689", "default.handlebars->25->392", "default.handlebars->25->41", "default.handlebars->25->42", - "default.handlebars->25->810", - "default.handlebars->25->817", + "default.handlebars->25->814", + "default.handlebars->25->821", "default.handlebars->25->91", "default.handlebars->25->92", "default.handlebars->25->93", @@ -26919,7 +26938,7 @@ "zh-chs": "未知#{0}", "xloc": [ "default-mobile.handlebars->9->292", - "default.handlebars->25->1148" + "default.handlebars->25->1152" ] }, { @@ -26936,7 +26955,7 @@ "ru": "Неизвестное действие", "zh-chs": "未知動作", "xloc": [ - "default.handlebars->25->1721" + "default.handlebars->25->1725" ] }, { @@ -26953,8 +26972,8 @@ "ru": "Неизвестное устройство", "zh-chs": "未知設備", "xloc": [ - "default.handlebars->25->1543", - "default.handlebars->25->1659" + "default.handlebars->25->1547", + "default.handlebars->25->1663" ] }, { @@ -26971,9 +26990,9 @@ "ru": "Неизвестная группа устройств", "zh-chs": "未知設備組", "xloc": [ - "default.handlebars->25->1537", - "default.handlebars->25->1647", - "default.handlebars->25->1725" + "default.handlebars->25->1541", + "default.handlebars->25->1651", + "default.handlebars->25->1729" ] }, { @@ -26990,7 +27009,7 @@ "ru": "Неизвестная группа", "zh-chs": "未知群組", "xloc": [ - "default.handlebars->25->1717" + "default.handlebars->25->1721" ] }, { @@ -27025,7 +27044,7 @@ "ru": "Неизвестная группа пользователей", "zh-chs": "未知用戶組", "xloc": [ - "default.handlebars->25->1653" + "default.handlebars->25->1657" ] }, { @@ -27076,7 +27095,7 @@ "nl": "Account ontgrendelen", "zh-chs": "解锁帐号", "xloc": [ - "default.handlebars->25->1441" + "default.handlebars->25->1445" ] }, { @@ -27114,7 +27133,7 @@ "ru": "Актуально", "zh-chs": "最新", "xloc": [ - "default.handlebars->25->1782" + "default.handlebars->25->1786" ] }, { @@ -27154,11 +27173,11 @@ "default-mobile.handlebars->9->272", "default-mobile.handlebars->9->290", "default-mobile.handlebars->9->95", - "default.handlebars->25->1389", - "default.handlebars->25->1397", - "default.handlebars->25->757", - "default.handlebars->25->780", - "default.handlebars->25->783", + "default.handlebars->25->1393", + "default.handlebars->25->1401", + "default.handlebars->25->761", + "default.handlebars->25->784", + "default.handlebars->25->787", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -27176,7 +27195,7 @@ "ru": "Загрузить ядро Mesh Agent", "zh-chs": "上傳網格代理核心", "xloc": [ - "default.handlebars->25->862" + "default.handlebars->25->866" ] }, { @@ -27193,7 +27212,7 @@ "ru": "Загрузить файл ядра", "zh-chs": "上載核心文件", "xloc": [ - "default.handlebars->25->859" + "default.handlebars->25->863" ] }, { @@ -27210,7 +27229,7 @@ "ru": "Загрузить ядро по умолчанию с сервера ", "zh-chs": "上載默認服務器核心", "xloc": [ - "default.handlebars->25->856" + "default.handlebars->25->860" ] }, { @@ -27227,7 +27246,7 @@ "ru": "Загрузить ядро восстановления", "zh-chs": "上傳恢復核心", "xloc": [ - "default.handlebars->25->858" + "default.handlebars->25->862" ] }, { @@ -27244,8 +27263,8 @@ "ru": "Загрузка перезапишет 1 файл. Продолжить?", "zh-chs": "上傳將覆蓋1個文件。繼續?", "xloc": [ - "default.handlebars->25->1398", - "default.handlebars->25->781" + "default.handlebars->25->1402", + "default.handlebars->25->785" ] }, { @@ -27262,8 +27281,8 @@ "ru": "Загрузка перезапишет {0} файлов. Продолжить?", "zh-chs": "上傳將覆蓋{0}個文件。繼續?", "xloc": [ - "default.handlebars->25->1399", - "default.handlebars->25->782" + "default.handlebars->25->1403", + "default.handlebars->25->786" ] }, { @@ -27294,7 +27313,7 @@ "ru": "Верхний Сорбский", "zh-chs": "上索布族", "xloc": [ - "default.handlebars->25->1072" + "default.handlebars->25->1076" ] }, { @@ -27311,7 +27330,7 @@ "ru": "Урду", "zh-chs": "烏爾都語", "xloc": [ - "default.handlebars->25->1073" + "default.handlebars->25->1077" ] }, { @@ -27363,8 +27382,8 @@ "ru": "Использовано", "zh-chs": "用過的", "xloc": [ - "default.handlebars->25->1711", - "default.handlebars->25->1713" + "default.handlebars->25->1715", + "default.handlebars->25->1717" ] }, { @@ -27382,12 +27401,12 @@ "zh-chs": "用戶", "xloc": [ "default-mobile.handlebars->9->347", - "default.handlebars->25->1202", - "default.handlebars->25->1425", - "default.handlebars->25->1533", - "default.handlebars->25->1704", + "default.handlebars->25->1206", + "default.handlebars->25->1429", + "default.handlebars->25->1537", + "default.handlebars->25->1708", "default.handlebars->25->193", - "default.handlebars->25->576" + "default.handlebars->25->578" ] }, { @@ -27404,7 +27423,7 @@ "ru": "Пользователь + Файлы", "zh-chs": "用戶+文件", "xloc": [ - "default.handlebars->25->1426" + "default.handlebars->25->1430" ] }, { @@ -27421,10 +27440,10 @@ "ru": "Импорт учетной записи пользователя", "zh-chs": "用戶帳戶導入", "xloc": [ - "default.handlebars->25->1453", - "default.handlebars->25->1454", - "default.handlebars->25->1456", - "default.handlebars->25->1458" + "default.handlebars->25->1457", + "default.handlebars->25->1458", + "default.handlebars->25->1460", + "default.handlebars->25->1462" ] }, { @@ -27441,7 +27460,7 @@ "ru": "Учетные записи пользователей", "zh-chs": "用戶帳號", "xloc": [ - "default.handlebars->25->1730" + "default.handlebars->25->1734" ] }, { @@ -27459,8 +27478,8 @@ "zh-chs": "用戶授權", "xloc": [ "default-mobile.handlebars->9->300", - "default.handlebars->25->1200", - "default.handlebars->25->572" + "default.handlebars->25->1204", + "default.handlebars->25->574" ] }, { @@ -27477,8 +27496,8 @@ "ru": "Согласие пользователя", "zh-chs": "用戶同意", "xloc": [ - "default.handlebars->25->1170", - "default.handlebars->25->1605", + "default.handlebars->25->1174", + "default.handlebars->25->1609", "default.handlebars->25->522" ] }, @@ -27496,12 +27515,12 @@ "ru": "Группа пользователей", "zh-chs": "用戶組", "xloc": [ - "default.handlebars->25->1258", - "default.handlebars->25->1259", - "default.handlebars->25->1514", - "default.handlebars->25->1655", - "default.handlebars->25->1674", - "default.handlebars->25->575" + "default.handlebars->25->1262", + "default.handlebars->25->1263", + "default.handlebars->25->1518", + "default.handlebars->25->1659", + "default.handlebars->25->1678", + "default.handlebars->25->577" ] }, { @@ -27535,7 +27554,7 @@ "ru": "Членство в группах пользователей", "zh-chs": "用戶組成員資格", "xloc": [ - "default.handlebars->25->1652" + "default.handlebars->25->1656" ] }, { @@ -27552,8 +27571,8 @@ "ru": "Идентификатор пользователя", "zh-chs": "用戶標識", "xloc": [ - "default.handlebars->25->1319", - "default.handlebars->25->1575" + "default.handlebars->25->1323", + "default.handlebars->25->1579" ] }, { @@ -27570,7 +27589,7 @@ "ru": "Экспортировать список пользователей", "zh-chs": "用戶列表導出", "xloc": [ - "default.handlebars->25->1465" + "default.handlebars->25->1469" ] }, { @@ -27587,7 +27606,7 @@ "ru": "Имя пользователя", "zh-chs": "用戶名", "xloc": [ - "default.handlebars->25->1318" + "default.handlebars->25->1322" ] }, { @@ -27604,8 +27623,8 @@ "ru": "Имена пользователей", "zh-chs": "用戶名", "xloc": [ - "default.handlebars->25->1256", - "default.handlebars->25->1562" + "default.handlebars->25->1260", + "default.handlebars->25->1566" ] }, { @@ -27653,7 +27672,7 @@ "ru": "Сессии пользователя", "zh-chs": "用戶會話", "xloc": [ - "default.handlebars->25->1747" + "default.handlebars->25->1751" ] }, { @@ -27712,7 +27731,7 @@ "en": "User \\\"{0}\\\"", "nl": "Gebuiker \\\"{0}\\\"", "xloc": [ - "default.handlebars->25->700" + "default.handlebars->25->704" ] }, { @@ -27729,8 +27748,8 @@ "ru": "Использовать настройки браузера", "zh-chs": "用戶瀏覽器價值", "xloc": [ - "default.handlebars->25->1083", - "default.handlebars->25->1085" + "default.handlebars->25->1087", + "default.handlebars->25->1089" ] }, { @@ -27787,10 +27806,10 @@ "zh-chs": "用戶名", "xloc": [ "default-mobile.handlebars->9->235", - "default.handlebars->25->1471", + "default.handlebars->25->1475", "default.handlebars->25->247", "default.handlebars->25->277", - "default.handlebars->25->631", + "default.handlebars->25->635", "player.handlebars->3->4" ] }, @@ -27847,9 +27866,9 @@ "ru": "Пользователи", "zh-chs": "用戶數", "xloc": [ - "default.handlebars->25->1502", - "default.handlebars->25->1525", - "default.handlebars->25->1746", + "default.handlebars->25->1506", + "default.handlebars->25->1529", + "default.handlebars->25->1750", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -27867,7 +27886,7 @@ "ru": "Сессии пользователей", "zh-chs": "用戶會話", "xloc": [ - "default.handlebars->25->1734" + "default.handlebars->25->1738" ] }, { @@ -27884,7 +27903,7 @@ "ru": "VT100+ (F10 = ESC+[OY)", "zh-chs": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->25->739" + "default.handlebars->25->743" ] }, { @@ -27901,7 +27920,7 @@ "ru": "Венда", "zh-chs": "文達", "xloc": [ - "default.handlebars->25->1074" + "default.handlebars->25->1078" ] }, { @@ -27918,8 +27937,8 @@ "ru": "Вендор", "zh-chs": "供應商", "xloc": [ - "default.handlebars->25->825", - "default.handlebars->25->828" + "default.handlebars->25->829", + "default.handlebars->25->832" ] }, { @@ -27950,7 +27969,7 @@ "ru": "Проверенный", "zh-chs": "已驗證", "xloc": [ - "default.handlebars->25->1633" + "default.handlebars->25->1637" ] }, { @@ -27977,8 +27996,8 @@ "zh-chs": "验证电话号码", "xloc": [ "default-mobile.handlebars->9->32", - "default.handlebars->25->1434", - "default.handlebars->25->863" + "default.handlebars->25->1438", + "default.handlebars->25->867" ] }, { @@ -28030,10 +28049,10 @@ "ru": "Версия", "zh-chs": "版", "xloc": [ - "default.handlebars->25->788", - "default.handlebars->25->809", - "default.handlebars->25->826", - "default.handlebars->25->831", + "default.handlebars->25->792", + "default.handlebars->25->813", + "default.handlebars->25->830", + "default.handlebars->25->835", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -28050,7 +28069,7 @@ "ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral", "zh-chs": "版本不兼容,请先升级您的MeshCentral安装", "xloc": [ - "default.handlebars->25->1778" + "default.handlebars->25->1782" ] }, { @@ -28085,7 +28104,7 @@ "ru": "Вьетнамский", "zh-chs": "越南文", "xloc": [ - "default.handlebars->25->1075" + "default.handlebars->25->1079" ] }, { @@ -28118,8 +28137,8 @@ "ru": "Просмотр журнала изменений", "zh-chs": "查看变更日志", "xloc": [ - "default.handlebars->25->1781", - "default.handlebars->25->1783" + "default.handlebars->25->1785", + "default.handlebars->25->1787" ] }, { @@ -28153,7 +28172,7 @@ "ru": "Посмотреть примечания этой группы устройств", "zh-chs": "查看有關此設備組的註釋", "xloc": [ - "default.handlebars->25->1185" + "default.handlebars->25->1189" ] }, { @@ -28170,7 +28189,7 @@ "ru": "Посмотреть примечания об этом пользователе", "zh-chs": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->25->1613" + "default.handlebars->25->1617" ] }, { @@ -28187,7 +28206,7 @@ "ru": "Волапукский", "zh-chs": "沃拉普克", "xloc": [ - "default.handlebars->25->1076" + "default.handlebars->25->1080" ] }, { @@ -28234,7 +28253,7 @@ "ko": "사용자가 액세스 권한을 부여하기를 기다리는 중 ...", "zh-chs": "正在等待用户授予访问权限...", "xloc": [ - "default.handlebars->25->689" + "default.handlebars->25->693" ] }, { @@ -28250,8 +28269,8 @@ "ru": "Услуга", "zh-chs": "唤醒", "xloc": [ - "default.handlebars->25->588", - "default.handlebars->25->607" + "default.handlebars->25->590", + "default.handlebars->25->609" ] }, { @@ -28270,8 +28289,8 @@ "xloc": [ "default-mobile.handlebars->9->323", "default-mobile.handlebars->9->336", - "default.handlebars->25->1278", - "default.handlebars->25->1306" + "default.handlebars->25->1282", + "default.handlebars->25->1310" ] }, { @@ -28289,7 +28308,7 @@ "zh-chs": "醒來", "xloc": [ "default-mobile.handlebars->9->229", - "default.handlebars->25->620" + "default.handlebars->25->624" ] }, { @@ -28323,7 +28342,7 @@ "ru": "Валлонский", "zh-chs": "瓦隆", "xloc": [ - "default.handlebars->25->1077" + "default.handlebars->25->1081" ] }, { @@ -28340,7 +28359,7 @@ "ru": "Слабый", "zh-chs": "弱", "xloc": [ - "default.handlebars->25->1130" + "default.handlebars->25->1134" ] }, { @@ -28377,8 +28396,8 @@ "ru": "Веб-сервер", "zh-chs": "網絡服務器", "xloc": [ - "default.handlebars->25->1767", - "default.handlebars->25->1768" + "default.handlebars->25->1771", + "default.handlebars->25->1772" ] }, { @@ -28395,7 +28414,7 @@ "ru": "Запросы веб-сервера", "zh-chs": "Web服務器請求", "xloc": [ - "default.handlebars->25->1769" + "default.handlebars->25->1773" ] }, { @@ -28412,7 +28431,7 @@ "ru": "Ретранслятор Web Socket", "zh-chs": "Web套接字中繼", "xloc": [ - "default.handlebars->25->1770" + "default.handlebars->25->1774" ] }, { @@ -28465,7 +28484,7 @@ "ru": "Уэльский", "zh-chs": "威爾士語", "xloc": [ - "default.handlebars->25->1078" + "default.handlebars->25->1082" ] }, { @@ -28482,7 +28501,7 @@ "ru": "Когда этот параметр включен, коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->25->1327" + "default.handlebars->25->1331" ] }, { @@ -28500,7 +28519,7 @@ "zh-chs": "啟用後,每次登錄時,您都可以選擇向電子郵件帳戶接收登錄令牌,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->38", - "default.handlebars->25->870" + "default.handlebars->25->874" ] }, { @@ -28517,7 +28536,7 @@ "ru": "Будет изменено при следующем входе в систему.", "zh-chs": "下次登錄時將更改。", "xloc": [ - "default.handlebars->25->1585" + "default.handlebars->25->1589" ] }, { @@ -28676,7 +28695,7 @@ "ru": "Исполняемый файл Win32", "zh-chs": "Win32可執行文件", "xloc": [ - "default.handlebars->25->659" + "default.handlebars->25->663" ] }, { @@ -28693,7 +28712,7 @@ "ru": "WinSCP", "zh-chs": "WinSCP", "xloc": [ - "default.handlebars->25->558" + "default.handlebars->25->560" ] }, { @@ -28745,7 +28764,7 @@ "ru": "Windows (32bit)", "zh-chs": "Windows(32位)", "xloc": [ - "default.handlebars->25->661" + "default.handlebars->25->665" ] }, { @@ -28762,7 +28781,7 @@ "ru": "Windows (64bit)", "zh-chs": "Windows(64位)", "xloc": [ - "default.handlebars->25->662" + "default.handlebars->25->666" ] }, { @@ -28990,7 +29009,7 @@ "ru": "Перенос строк: ВЫКЛ", "zh-chs": "包裝:關閉", "xloc": [ - "default.handlebars->25->775" + "default.handlebars->25->779" ] }, { @@ -29007,7 +29026,7 @@ "ru": "Перенос строк: ВКЛ", "zh-chs": "包裝:開", "xloc": [ - "default.handlebars->25->774" + "default.handlebars->25->778" ] }, { @@ -29077,7 +29096,7 @@ "ru": "XTerm", "zh-chs": "XTerm", "xloc": [ - "default.handlebars->25->552" + "default.handlebars->25->554" ] }, { @@ -29094,7 +29113,7 @@ "ru": "Кос", "zh-chs": "科薩", "xloc": [ - "default.handlebars->25->1079" + "default.handlebars->25->1083" ] }, { @@ -29111,7 +29130,7 @@ "ru": "Идиш", "zh-chs": "意第緒語", "xloc": [ - "default.handlebars->25->1080" + "default.handlebars->25->1084" ] }, { @@ -29186,7 +29205,7 @@ "ru": "YubiKey™ OTP", "zh-chs": "YubiKey™ OTP", "xloc": [ - "default.handlebars->25->882" + "default.handlebars->25->886" ] }, { @@ -29256,7 +29275,7 @@ "ru": "Зулусский", "zh-chs": "祖魯族", "xloc": [ - "default.handlebars->25->1081" + "default.handlebars->25->1085" ] }, { @@ -29469,7 +29488,7 @@ "ru": "\\\\'", "zh-chs": "\\\\'", "xloc": [ - "default.handlebars->25->1779" + "default.handlebars->25->1783" ] }, { @@ -29606,7 +29625,7 @@ "ru": "console.txt", "zh-chs": "console.txt", "xloc": [ - "default.handlebars->25->853" + "default.handlebars->25->857" ] }, { @@ -29624,7 +29643,7 @@ "zh-chs": "複製", "xloc": [ "default-mobile.handlebars->9->99", - "default.handlebars->25->1394" + "default.handlebars->25->1398" ] }, { @@ -29691,8 +29710,8 @@ "ru": "eventslist.csv", "zh-chs": "eventslist.csv", "xloc": [ - "default.handlebars->25->1403", - "default.handlebars->25->1408" + "default.handlebars->25->1407", + "default.handlebars->25->1412" ] }, { @@ -29709,8 +29728,8 @@ "ru": "eventslist.json", "zh-chs": "eventslist.json", "xloc": [ - "default.handlebars->25->1405", - "default.handlebars->25->1409" + "default.handlebars->25->1409", + "default.handlebars->25->1413" ] }, { @@ -29744,7 +29763,7 @@ "ru": "свободно", "zh-chs": "自由", "xloc": [ - "default.handlebars->25->1742" + "default.handlebars->25->1746" ] }, { @@ -29925,7 +29944,7 @@ "ru": "id, name, email, creation, lastlogin, groups, authfactors", "zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors", "xloc": [ - "default.handlebars->25->1466" + "default.handlebars->25->1470" ] }, { @@ -30024,7 +30043,7 @@ "ru": "k max, пусто по умолчанию", "zh-chs": "k max,默认为空白", "xloc": [ - "default.handlebars->25->1488" + "default.handlebars->25->1492" ] }, { @@ -30060,7 +30079,7 @@ "zh-chs": "移動", "xloc": [ "default-mobile.handlebars->9->100", - "default.handlebars->25->1395" + "default.handlebars->25->1399" ] }, { @@ -30091,7 +30110,7 @@ "ru": "servererrors.txt", "zh-chs": "servererrors.txt", "xloc": [ - "default.handlebars->25->1145" + "default.handlebars->25->1149" ] }, { @@ -30108,7 +30127,7 @@ "ru": "servertrace.csv", "zh-chs": "servertrace.csv", "xloc": [ - "default.handlebars->25->1777" + "default.handlebars->25->1781" ] }, { @@ -30161,7 +30180,7 @@ "ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss", "xloc": [ - "default.handlebars->25->1755" + "default.handlebars->25->1759" ] }, { @@ -30178,7 +30197,7 @@ "ru": "time, source, message", "zh-chs": "時間,來源,訊息", "xloc": [ - "default.handlebars->25->1776" + "default.handlebars->25->1780" ] }, { @@ -30209,7 +30228,7 @@ "ru": "всего", "zh-chs": "總", "xloc": [ - "default.handlebars->25->1743" + "default.handlebars->25->1747" ] }, { @@ -30276,8 +30295,8 @@ "ru": "userlist.csv", "zh-chs": "userlist.csv", "xloc": [ - "default.handlebars->25->1462", - "default.handlebars->25->1467" + "default.handlebars->25->1466", + "default.handlebars->25->1471" ] }, { @@ -30294,8 +30313,8 @@ "ru": "userlist.json", "zh-chs": "userlist.json", "xloc": [ - "default.handlebars->25->1464", - "default.handlebars->25->1468" + "default.handlebars->25->1468", + "default.handlebars->25->1472" ] }, { @@ -30312,7 +30331,7 @@ "ru": "utc, время, тип, действие, пользователь, устройство, сообщение", "zh-chs": "utc,時間,類型,操作,用戶,設備,消息", "xloc": [ - "default.handlebars->25->1407" + "default.handlebars->25->1411" ] }, { @@ -30346,7 +30365,7 @@ "ru": "{0} Гб", "zh-chs": "{0} Gb", "xloc": [ - "default.handlebars->25->1374" + "default.handlebars->25->1378" ] }, { @@ -30363,8 +30382,8 @@ "ru": "{0} Kб", "zh-chs": "{0} Kb", "xloc": [ - "default.handlebars->25->1372", - "default.handlebars->25->1683" + "default.handlebars->25->1376", + "default.handlebars->25->1687" ] }, { @@ -30381,8 +30400,8 @@ "ru": "{0} Mб", "zh-chs": "{0} Mb", "xloc": [ - "default.handlebars->25->1373", - "default.handlebars->25->842" + "default.handlebars->25->1377", + "default.handlebars->25->846" ] }, { @@ -30399,7 +30418,7 @@ "ru": "{0} Мб, {1} Мгц", "zh-chs": "{0} Mb,{1} Mhz", "xloc": [ - "default.handlebars->25->837" + "default.handlebars->25->841" ] }, { @@ -30416,7 +30435,7 @@ "ru": "{0} активных сессий", "zh-chs": "{0}個活動會話", "xloc": [ - "default.handlebars->25->1625" + "default.handlebars->25->1629" ] }, { @@ -30433,7 +30452,7 @@ "ru": "{0} байт", "zh-chs": "{0} b", "xloc": [ - "default.handlebars->25->1371" + "default.handlebars->25->1375" ] }, { @@ -30451,8 +30470,8 @@ "zh-chs": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->25->1382", - "default.handlebars->25->1698" + "default.handlebars->25->1386", + "default.handlebars->25->1702" ] }, { @@ -30469,14 +30488,14 @@ "ru": "{0} байт осталось", "zh-chs": "剩餘{0}個字節", "xloc": [ - "default.handlebars->25->1366" + "default.handlebars->25->1370" ] }, { "en": "{0} connections", "nl": "{0} verbindingen", "xloc": [ - "default.handlebars->25->699" + "default.handlebars->25->703" ] }, { @@ -30493,7 +30512,7 @@ "ru": "{0} гигабайт осталось", "zh-chs": "剩餘{0} GB", "xloc": [ - "default.handlebars->25->1369" + "default.handlebars->25->1373" ] }, { @@ -30510,7 +30529,7 @@ "ru": "{0} групп", "zh-chs": "{0}個群組", "xloc": [ - "default.handlebars->25->1590" + "default.handlebars->25->1594" ] }, { @@ -30558,7 +30577,7 @@ "ru": "{0} килобайт осталось", "zh-chs": "剩餘{0}千字節", "xloc": [ - "default.handlebars->25->1367" + "default.handlebars->25->1371" ] }, { @@ -30593,7 +30612,7 @@ "ru": "{0} мегабайт осталось", "zh-chs": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->25->1368" + "default.handlebars->25->1372" ] }, { @@ -30627,7 +30646,7 @@ "ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...", "zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->25->1417" + "default.handlebars->25->1421" ] }, { @@ -30763,7 +30782,7 @@ "default-mobile.handlebars->9->115", "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->121", - "default.handlebars->25->1421", + "default.handlebars->25->1425", "default.handlebars->25->211", "default.handlebars->25->214", "default.handlebars->25->217", @@ -30887,7 +30906,7 @@ "ru": "{0}k в 1 файле. {1}k максимум", "zh-chs": "{0} k合1檔案。最多{1} k", "xloc": [ - "default.handlebars->25->1376" + "default.handlebars->25->1380" ] }, { @@ -30904,7 +30923,7 @@ "ru": "{0}k в {1} файлах. {2}k максимум", "zh-chs": "{1}個文件中有{0}個。最多{2} k", "xloc": [ - "default.handlebars->25->1375" + "default.handlebars->25->1379" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index b1272a43..6e52689e 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -1279,7 +1279,10 @@ args = parseUriArgs(); if (!args.locale) { var x = getstore('loctag', 0); if ((x != null) && (x != '*')) { args.locale = x; } } debugmode = args.debug; + + attemptWebRTC = 0; // For now, default WebRTC off unless we set it in the URL. if (args.webrtc != null) { attemptWebRTC = (args.webrtc == 1); } + QV('p13AutoConnect', debugmode); // Files QV('autoconnectbutton2', debugmode); // Terminal QV('autoconnectbutton1', debugmode); // Desktop @@ -5159,6 +5162,7 @@ if ((meshrights & 76) != 0) { x += ''; } x += ''; x += ''; + if ((connectivity & 1) && (meshrights & 8)) { x += ''; } //if ((connectivity & 1) && (meshrights & 8) && (node.agent.id < 5)) { x += ''; } QH('p10html', x); @@ -5442,6 +5446,16 @@ meshserver.send({ action: 'msg', type: 'openUrl', nodeid: currentNode._id, url: Q('d2devurl').value }); } + function deviceMessageFunction() { + if (xxdialogMode) return; + setDialogMode(2, "Device Message", 3, deviceMessageFunctionEx, '
' + "Display a message box on the remote device." + '
'); + Q('d2devMessage').focus(); + } + + function deviceMessageFunctionEx() { + meshserver.send({ action: 'msg', type: 'messagebox', nodeid: currentNode._id, title: '{{{title}}}', msg: Q('d2devMessage').value }); + } + function deviceToastFunction() { if (xxdialogMode) return; setDialogMode(2, "Device Notification", 3, deviceToastFunctionEx, ''); @@ -5449,7 +5463,7 @@ } function deviceToastFunctionEx() { - meshserver.send({ action: 'toast', nodeids: [ currentNode._id ], title: 'MeshCentral', msg: Q('d2devToast').value }); + meshserver.send({ action: 'toast', nodeids: [ currentNode._id ], title: '{{{title}}}', msg: Q('d2devToast').value }); } function deviceActionFunction() { @@ -7140,7 +7154,7 @@ if (files.consoleMessage) { Q('p13FilesConsoleMsg').innerHTML += formatAgentConsoleMessage(files.consoleMessage, files.consoleMessageId, files.consoleMessageArgs); QV('p13FilesConsoleMsg', true); - if (p13DeskConsoleMsgTimer != null) { clearTimeout(p13DeskConsoleMsgTimer); } + if (p13FilesConsoleMsgTimer != null) { clearTimeout(p13FilesConsoleMsgTimer); } if (files.consoleMessageTimeout) { p13FilesConsoleMsgTimer = setTimeout(p13clearConsoleMsg, files.consoleMessageTimeout * 1000); } } else { p13clearConsoleMsg();