Fixed dependencies.
Ylian Saint-Hilaire committed
Jan 13, 2024 at 12:30 UTC
ee7ceb78989fd27a3f0022329c548debc72e3f4c
3 files changed
+3117
-2798
package.json
+1
-3
@@ -37,7 +37,6 @@
37
"sample-config-advanced.json"
38
],
39
"dependencies": {
40
- "@yetzt/nedb": "1.8.0",
40
"archiver": "5.3.2",
41
"body-parser": "1.20.2",
42
"cbor": "5.2.0",
@@ -49,9 +48,8 @@
48
"ipcheck": "0.1.0",
49
"minimist": "1.2.8",
50
"multiparty": "4.2.3",
51
+ "@yetzt/nedb": "1.8.0",
52
"node-forge": "1.3.1",
53
- "otplib": "10.2.3",
54
- "ssh2": "1.15.0",
53
"ua-parser-js": "1.0.37",
54
"ws": "8.14.2",
55
"yauzl": "2.10.0"
public/scripts/agent-desktop-0.0.2-min.js
+1
-1
@@ -1 +1 @@
1
-Uint8Array.prototype.slice||Object.defineProperty(Uint8Array.prototype,"slice",{value:function(e,t){return new Uint8Array(Array.prototype.slice.call(this,e,t))}});var CreateAgentRemoteDesktop=function(e,t){var g={},p=("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.remoteKeyMap=!1,g.pressedKeys=[],g.sessionid=0,g.oldie=!1,g.ImageType=1,g.CompressionLevel=50,g.ScalingLevel=1024,g.FrameRateTimer=100,g.SwapMouse=!1,g.UseExtendedKeyFlag=!0,g.FirstDraw=!1,g.onRemoteInputLockChanged=null,g.RemoteInputLock=null,g.onKeyboardStateChanged=null,g.KeyboardState=0,g.ScreenWidth=960,g.ScreenHeight=701,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,!(g.accumulator=null)),S="default",v=(g.mouseCursorActive=function(e){p!=e&&(p=e,g.CanvasId.style.cursor=1==e?S:"default")},["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"]),a=(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){g.State!=e&&(g.State=e,g.CanvasId.style.cursor="default",0===e)&&g.Stop()},g.send=function(e){2<g.debugmode&&console.log("KSend("+e.length+"): "+rstr2hex(e)),null!=g.parent&&g.parent.send(e)},g.ProcessPictureMsg=function(e,t,n){for(var o=new Image,a=(o.xcount=g.tilesReceived++,g.tilesReceived),r=e.slice(4),s=0,i=[];5e4<r.byteLength-s;)i.push(String.fromCharCode.apply(null,r.slice(s,s+5e4))),s+=5e4;i.push(0<s?String.fromCharCode.apply(null,r.slice(s)):String.fromCharCode.apply(null,r)),o.src="data:image/jpeg;base64,"+btoa(i.join("")),o.onload=function(){if(null!=g.Canvas&&g.KillDraw<a&&0!=g.State)for(g.PendingOperations.push([a,2,o,t,n]);g.DoPendingOperations(););else g.PendingOperations.push([a,0])},o.error=function(){console.log("DecodeTileError")}},g.DoPendingOperations=function(){if(0!=g.PendingOperations.length){for(var e=0;e<g.PendingOperations.length;e++){var t=g.PendingOperations[e];if(t[0]==g.TilesDrawn+1)return null!=g.onPreDrawImage&&g.onPreDrawImage(),1==t[1]?g.ProcessCopyRectMsg(t[2]):2==t[1]&&(g.Canvas.drawImage(t[2],g.rotX(t[3],t[4]),g.rotY(t[3],t[4])),delete t[2]),g.PendingOperations.splice(e,1),delete t,g.TilesDrawn++,g.TilesDrawn==g.tilesReceived&&g.KillDraw<g.TilesDrawn&&(g.KillDraw=g.TilesDrawn=g.tilesReceived=0),!0}g.oldie&&0<g.PendingOperations.length&&g.TilesDrawn++}return!1},g.ProcessCopyRectMsg=function(e){var t=((255&e.charCodeAt(0))<<8)+(255&e.charCodeAt(1)),n=((255&e.charCodeAt(2))<<8)+(255&e.charCodeAt(3)),o=((255&e.charCodeAt(4))<<8)+(255&e.charCodeAt(5)),a=((255&e.charCodeAt(6))<<8)+(255&e.charCodeAt(7)),r=((255&e.charCodeAt(8))<<8)+(255&e.charCodeAt(9)),e=((255&e.charCodeAt(10))<<8)+(255&e.charCodeAt(11));g.Canvas.drawImage(Canvas.canvas,t,n,r,e,o,a,r,e)},g.SendUnPause=function(){1<g.debugmode&&console.log("SendUnPause"),g.send(String.fromCharCode(0,8,0,5,0))},g.SendPause=function(){1<g.debugmode&&console.log("SendPause"),g.send(String.fromCharCode(0,8,0,5,1))},g.SendCompressionLevel=function(e,t,n,o){g.ImageType=e,t&&(g.CompressionLevel=t),n&&(g.ScalingLevel=n),o&&(g.FrameRateTimer=o),g.send(String.fromCharCode(0,5,0,10,e,g.CompressionLevel)+g.shortToStr(g.ScalingLevel)+g.shortToStr(g.FrameRateTimer))},g.SendRefresh=function(){g.send(String.fromCharCode(0,6,0,4))},g.ProcessScreenMsg=function(e,t){if(0<g.debugmode&&console.log("ScreenSize: "+e+" x "+t),g.ScreenWidth!=e||g.ScreenHeight!=t){for(g.Canvas.setTransform(1,0,0,1,0,0),g.rotation=0,g.FirstDraw=!0,g.ScreenWidth=g.width=e,g.ScreenHeight=g.height=t,g.KillDraw=g.tilesReceived;0<g.PendingOperations.length;)g.PendingOperations.shift();g.SendCompressionLevel(g.ImageType),g.SendUnPause(),g.SendRemoteInputLock(2),null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)}},g.ProcessBinaryCommand=function(e,t,n){var o,a;switch(3!=e&&4!=e&&7!=e||(o=(n[4]<<8)+n[5],a=(n[6]<<8)+n[7]),2<g.debugmode&&console.log("CMD",e,t,o,a),null!=g.recordedData&&(65e3<t?g.recordedData.push(C(2,1,g.shortToStr(27)+g.shortToStr(8)+g.intToStr(t)+g.shortToStr(e)+g.shortToStr(0)+g.shortToStr(0)+g.shortToStr(0)+String.fromCharCode.apply(null,n))):g.recordedData.push(C(2,1,String.fromCharCode.apply(null,n)))),e){case 3:g.FirstDraw&&g.onResize(),g.ProcessPictureMsg(n.slice(4),o,a);break;case 7:g.ProcessScreenMsg(o,a),g.SendKeyMsgKC(g.KeyAction.UP,16),g.SendKeyMsgKC(g.KeyAction.UP,17),g.SendKeyMsgKC(g.KeyAction.UP,18),g.SendKeyMsgKC(g.KeyAction.UP,91),g.SendKeyMsgKC(g.KeyAction.UP,92),g.SendKeyMsgKC(g.KeyAction.UP,16),g.send(String.fromCharCode(0,14,0,4));break;case 11:var r=0,s={},i=(n[4]<<8)+n[5];if(0<i)for(var r=(n[6+2*i]<<8)+n[7+2*i],c=0;c<i;c++){var u=(n[6+2*c]<<8)+n[7+2*c];s[u]=65535==u?"All Displays":"Display "+u}g.displays=s,g.selectedDisplay=r,null!=g.onDisplayinfo&&g.onDisplayinfo(g,s,r);break;case 12:break;case 14:g.touchenabled=1,g.TouchArray={},null!=g.onTouchEnabledChanged&&g.onTouchEnabledChanged(g.touchenabled);break;case 15:g.TouchArray={};break;case 17:var d=String.fromCharCode.apply(null,n.slice(4));console.log("Got KVM Message: "+d),null!=g.onMessage&&g.onMessage(d,g);break;case 18:5==t&&g.KeyboardState!=n[4]&&(g.KeyboardState=n[4],g.onKeyboardStateChanged&&g.onKeyboardStateChanged(g,g.KeyboardState),console.log("MNG_KVM_KEYSTATE:"+(1&g.KeyboardState?" NumLock":"")+(2&g.KeyboardState?" ScrollLock":"")+(4&g.KeyboardState?" CapsLock":"")));break;case 65:"."!=(d=String.fromCharCode.apply(null,n.slice(4)))[0]?(console.log(d),g.parent&&g.parent.setConsoleMessage&&g.parent.setConsoleMessage(d)):console.log("KVM: "+d.substring(1));break;case 82:if(!(t<4||(t-4)%10!=0))for(var l=(t-4)/10,h=4,c=0;c<l;c++)(n[h+0]<<8)+n[h+1],{x:(n[h+2]<<8)+n[h+3],y:(n[h+4]<<8)+n[h+5],w:(n[h+6]<<8)+n[h+7],h:(n[h+8]<<8)+n[h+9]},h+=10;break;case 87:5!=t||null!=g.RemoteInputLock&&g.RemoteInputLock===(0!=n[4])||(g.RemoteInputLock=0!=n[4],g.onRemoteInputLockChanged&&g.onRemoteInputLockChanged(g,g.RemoteInputLock));break;case 88:5!=t||g.stopInput||(r=n[4],S=v[r=v.length<r?0:r],p&&(g.CanvasId.style.cursor=S));break;default:console.log("Unknown command",e,t)}},g.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32},g.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6},g.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15,KEYUNICODE:85},g.Alternate=0,{Pause:19,CapsLock:20,Space:32,Quote:222,Minus:189,NumpadMultiply:106,NumpadAdd:107,PrintScreen:44,Comma:188,NumpadSubtract:109,NumpadDecimal:110,Period:190,Slash:191,NumpadDivide:111,Semicolon:186,Equal:187,OSLeft:91,BracketLeft:219,OSRight:91,Backslash:220,BracketRight:221,ContextMenu:93,Backquote:192,NumLock:144,ScrollLock:145,Backspace:8,Tab:9,Enter:13,NumpadEnter:13,Escape:27,Delete:46,Home:36,PageUp:33,PageDown:34,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,End:35,Insert:45,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,ShiftLeft:16,ShiftRight:16,ControlLeft:17,ControlRight:17,AltLeft:18,AltRight:18,MetaLeft:91,MetaRight:92,VolumeMute:181});var r=["ShiftRight","AltRight","ControlRight","Home","End","Insert","Delete","PageUp","PageDown","NumpadDivide","NumpadEnter","NumLock","Pause"];function C(e,t,n){var o=Date.now();return"number"==typeof n?(g.recordedSize+=n,g.shortToStr(e)+g.shortToStr(t)+g.intToStr(n)+g.intToStr(o>>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,o;null!=e&&(t=t||window.event,n=!1,0==(n=(g.UseExtendedKeyFlag||1==urlargs.extkeys)&&"string"==typeof t.code&&(t.code.startsWith("Arrow")||0<=r.indexOf(t.code))?!0:n)&&t.code&&0==t.code.startsWith("NumPad")&&0==g.localKeyMap?null!=(o=(o=t).code.startsWith("Key")&&4==o.code.length?o.code.charCodeAt(3):o.code.startsWith("Digit")&&6==o.code.length?o.code.charCodeAt(5):o.code.startsWith("Numpad")&&7==o.code.length?o.code.charCodeAt(6)+48:a[o.code])&&g.SendKeyMsgKC(e,o,n):(59==(o=t.keyCode)?o=186:173==o?o=189:61==o&&(o=187),g.SendKeyMsgKC(e,o,n)))},g.SendRemoteInputLock=function(e){g.send(String.fromCharCode(0,87,0,5,e))},g.SendMessage=function(e){3==g.State&&g.send(String.fromCharCode(0,17)+g.shortToStr(4+e.length)+e)},g.SendKeyMsgKC=function(e,t,n){if(3==g.State)if("object"==typeof e)for(var o in e)g.SendKeyMsgKC(e[o][0],e[o][1],e[o][2]);else{1==e?-1==g.pressedKeys.indexOf(t)&&g.pressedKeys.unshift(t):2==e&&-1!=(o=g.pressedKeys.indexOf(t))&&g.pressedKeys.splice(o,1),0<g.debugmode&&console.log("Sending Key "+t+", action "+e);var a=e-1;n&&(a=1==a?3:4),g.send(String.fromCharCode(0,g.InputType.KEY,0,6,a,t))}},g.SendStringUnicode=function(e){if(3==g.State)for(var t=0;t<e.length;t++)g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,0)+ShortToStr(e.charCodeAt(t))),g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,1)+ShortToStr(e.charCodeAt(t)))},g.SendKeyUnicode=function(e,t){3==g.State&&(0<g.debugmode&&console.log("Sending UnicodeKey "+t),g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,e-1)+ShortToStr(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,a="";for(o in g.TouchArray)o==e?n=t:1==g.TouchArray[o].f?(n=65542,g.TouchArray[o].f=3,0):2==g.TouchArray[o].f?(n=262144,0):n=131078,a+=String.fromCharCode(o)+g.intToStr(n)+g.shortToStr(g.TouchArray[o].x)+g.shortToStr(g.TouchArray[o].y),2==g.TouchArray[o].f&&delete g.TouchArray[o];3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(5+a.length)+String.fromCharCode(2)+a),0==Object.keys(g.TouchArray).length&&null!=g.touchtimer&&(clearInterval(g.touchtimer),g.touchtimer=null)},g.SendMouseMsg=function(e,t){var n,o,a,r,s,i;3==g.State&&null!=e&&null!=g.Canvas&&(t=t||window.event,a=g.Canvas.canvas.height/g.CanvasId.clientHeight,n=g.Canvas.canvas.width/g.CanvasId.clientWidth,o=g.GetPositionOfControl(g.Canvas.canvas),n=(t.pageX-o[0])*n,o=(t.pageY-o[1])*a,t.addx&&(n+=t.addx),t.addy&&(o+=t.addy),0<=n)&&n<=g.Canvas.canvas.width&&0<=o&&o<=g.Canvas.canvas.height&&(r=a=0,e==g.KeyAction.UP||e==g.KeyAction.DOWN?t.which?a=1==t.which?g.MouseButton.LEFT:2==t.which?g.MouseButton.MIDDLE:g.MouseButton.RIGHT:t.button&&(a=0==t.button?g.MouseButton.LEFT:1==t.button?g.MouseButton.MIDDLE:g.MouseButton.RIGHT):e==g.KeyAction.SCROLL&&(t.detail?r=120*t.detail*-1:t.wheelDelta&&(r=3*t.wheelDelta)),!0===g.SwapMouse&&(a==g.MouseButton.LEFT?a=g.MouseButton.RIGHT:a==g.MouseButton.RIGHT&&(a=g.MouseButton.LEFT)),g.ReverseMouseWheel&&(r*=-1),t="",t=e==g.KeyAction.DBLCLICK?String.fromCharCode(0,g.InputType.MOUSE,0,10,0,136,n/256&255,255&n,o/256&255,255&o):e==g.KeyAction.SCROLL?(i=r<(i=s=0)?(s=255-(Math.abs(r)>>8),255-(255&Math.abs(r))):(s=r>>8,255&r),String.fromCharCode(0,g.InputType.MOUSE,0,12,0,0,n/256&255,255&n,o/256&255,255&o,s,i)):String.fromCharCode(0,g.InputType.MOUSE,0,10,0,e==g.KeyAction.DOWN?a:2*a&255,n/256&255,255&n,o/256&255,255&o),g.Action==g.KeyAction.NONE?0==g.Alternate||g.ipad?(g.send(t),g.Alternate=1):g.Alternate=0:g.send(t))},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,1<g.debugmode&&console.log("onResize: "+g.ScreenWidth+" x "+g.ScreenHeight))},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"Dead"!=e.key&&3==g.State&&("string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&0==g.remoteKeyMap?g.SendKeyUnicode(g.KeyAction.UP,e.key.charCodeAt(0)):g.SendKeyMsg(g.KeyAction.UP,e)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyDown=function(e){if("Dead"!=e.key&&3==g.State&&("string"!=typeof e.key||1!=e.key.length||1==e.ctrlKey||1==e.altKey||0!=g.remoteKeyMap))return g.SendKeyMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyPress=function(e){return"Dead"!=e.key&&3==g.State&&"string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&0==g.remoteKeyMap&&g.SendKeyUnicode(g.KeyAction.DOWN,e.key.charCodeAt(0)),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){var t;return 1!=g.stopInput&&3==desktop.State&&(g.firstUpKeys.length<5&&(g.firstUpKeys.push(e.keyCode),5!=g.firstUpKeys.length||"16,17,91,91,16"!=(t=g.firstUpKeys.join(","))&&"16,17,18,91,92"!=t||(g.stopInput=!0)),g.xxKeyUp(e))},g.handleKeyDown=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyDown(e)},g.handleReleaseKeys=function(){var e,t=JSON.parse(JSON.stringify(g.pressedKeys));for(e in t)g.SendKeyMsgKC(g.KeyAction.UP,t[e])},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){var t,n,o,a;if(4!=e.originalEvent.pointerType)return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),"MSPointerDown"==e.type||"MSPointerMove"==e.type||"MSPointerUp"==e.type?(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]):alert(e.type),!0},g.xxTouchStart=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,g.LastX=e.pageX=t.pageX,g.LastY=e.pageY=t.pageY,g.SendMouseMsg(KeyAction.DOWN,e))}else{var n,o,a=g.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,g.TouchArray[o]||(g.TouchArray[o]={x:(e.originalEvent.touches[n].pageX-a[0])*(Canvas.canvas.width/g.CanvasId.clientWidth),y:(e.originalEvent.touches[n].pageY-a[1])*(Canvas.canvas.height/g.CanvasId.clientHeight),f:1}));0<Object.keys(g.TouchArray).length&&null==touchtimer&&(g.touchtimer=setInterval(function(){g.SendTouchMsg2(256,0)},50))}},g.xxTouchMove=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,g.LastX=e.pageX=t.pageX,g.LastY=e.pageY=t.pageY,g.SendMouseMsg(g.KeyAction.NONE,e))}else{var n,o,a=g.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,g.TouchArray[o])&&(g.TouchArray[o].x=(e.originalEvent.touches[n].pageX-a[0])*(g.Canvas.canvas.width/g.CanvasId.clientWidth),g.TouchArray[o].y=(e.originalEvent.touches[n].pageY-a[1])*(g.Canvas.canvas.height/g.CanvasId.clientHeight))}},g.xxTouchEnd=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled)1<e.originalEvent.touches.length||(e.which=1,e.pageX=LastX,e.pageY=LastY,g.SendMouseMsg(KeyAction.UP,e));else for(var t in e.originalEvent.changedTouches)e.originalEvent.changedTouches[t].identifier&&(t=e.originalEvent.changedTouches[t].identifier%256,g.TouchArray[t])&&(g.TouchArray[t].f=2)},g.GrabMouseInput=function(){var e;1!=g.xxMouseInputGrab&&((e=g.CanvasId).onmousemove=g.xxMouseMove,e.onmouseup=g.xxMouseUp,e.onmousedown=g.xxMouseDown,e.touchstart=g.xxTouchStart,e.touchmove=g.xxTouchMove,e.touchend=g.xxTouchEnd,e.MSPointerDown=g.xxMsTouchEvent,e.MSPointerMove=g.xxMsTouchEvent,e.MSPointerUp=g.xxMsTouchEvent,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=g.xxDOMMouseScroll:e.onmousewheel=g.xxMouseWheel,g.xxMouseInputGrab=!0)},g.UnGrabMouseInput=function(){var e;0!=g.xxMouseInputGrab&&((e=g.CanvasId).onmousemove=null,e.onmouseup=null,e.onmousedown=null,e.touchstart=null,e.touchmove=null,e.touchend=null,e.MSPointerDown=null,e.MSPointerMove=null,e.MSPointerUp=null,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=null:e.onmousewheel=null,g.xxMouseInputGrab=!1)},g.GrabKeyInput=function(){1!=g.xxKeyInputGrab&&(document.onkeyup=g.xxKeyUp,document.onkeydown=g.xxKeyDown,document.onkeypress=g.xxKeyPress,c,g.xxKeyInputGrab=!0)},g.UnGrabKeyInput=function(){0!=g.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,g.xxKeyInputGrab=!1)},g.GetPositionOfControl=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t},g.crotX=function(e,t){return 0==g.rotation?e:1==g.rotation?t:2==g.rotation?g.Canvas.canvas.width-e:3==g.rotation?g.Canvas.canvas.height-t:void 0},g.crotY=function(e,t){return 0==g.rotation?t:1==g.rotation?g.Canvas.canvas.width-e:2==g.rotation?g.Canvas.canvas.height-t:3==g.rotation?e:void 0},g.rotX=function(e,t){return 0==g.rotation||1==g.rotation?e:2==g.rotation?e-g.Canvas.canvas.width:3==g.rotation?e-g.Canvas.canvas.height:void 0},g.rotY=function(e,t){return 0==g.rotation||3==g.rotation?t:1==g.rotation?t-g.Canvas.canvas.width:2==g.rotation?t-g.Canvas.canvas.height:void 0},g.tcanvas=null,g.setRotation=function(e){for(;e<0;)e+=4;var t,n,o,a=e%4;return a!=g.rotation&&(t=g.Canvas.canvas.width,n=g.Canvas.canvas.height,1!=g.rotation&&3!=g.rotation||(t=g.Canvas.canvas.height,n=g.Canvas.canvas.width),null==g.tcanvas&&(g.tcanvas=document.createElement("canvas")),(o=g.tcanvas.getContext("2d")).setTransform(1,0,0,1,0,0),o.canvas.width=t,o.canvas.height=n,o.rotate(-90*g.rotation*Math.PI/180),0==g.rotation&&o.drawImage(g.Canvas.canvas,0,0),1==g.rotation&&o.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,0),2==g.rotation&&o.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,-g.Canvas.canvas.height),3==g.rotation&&o.drawImage(g.Canvas.canvas,0,-g.Canvas.canvas.height),0!=g.rotation&&2!=g.rotation||(g.Canvas.canvas.height=t,g.Canvas.canvas.width=n),1!=g.rotation&&3!=g.rotation||(g.Canvas.canvas.height=n,g.Canvas.canvas.width=t),g.Canvas.setTransform(1,0,0,1,0,0),g.Canvas.rotate(90*a*Math.PI/180),g.rotation=a,g.Canvas.drawImage(g.tcanvas,g.rotX(0,0),g.rotY(0,0)),g.ScreenWidth=g.Canvas.canvas.width,g.ScreenHeight=g.Canvas.canvas.height,null!=g.onScreenSizeChange)&&(console.log("s4",g.ScreenWidth,g.ScreenHeight),g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)),!0},g.StartRecording=function(){null==g.recordedData&&g.CanvasId.toBlob(function(e){var s=new FileReader;s.readAsArrayBuffer(e),s.onload=function(e){for(var t="",n=new Uint8Array(s.result),o=n.byteLength,a=0;a<o;a++)t+=String.fromCharCode(n[a]);g.recordedData=[],g.recordedStart=Date.now(),g.recordedSize=0,g.recordedData.push(C(1,0,JSON.stringify({magic:"MeshCentralRelaySession",ver:1,time:(new Date).toLocaleString(),protocol:2}))),g.recordedData.push(C(2,1,g.shortToStr(7)+g.shortToStr(8)+g.shortToStr(g.ScreenWidth)+g.shortToStr(g.ScreenHeight)));var r=8+t.length;65e3<r?g.recordedData.push(C(2,1,g.shortToStr(27)+g.shortToStr(8)+g.intToStr(r)+g.shortToStr(3)+g.shortToStr(0)+g.shortToStr(0)+g.shortToStr(0)+t)):g.recordedData.push(C(2,1,g.shortToStr(3)+g.shortToStr(r)+g.shortToStr(0)+g.shortToStr(0)+t))}})},g.StopRecording=function(){var e;if(null!=g.recordedData)return(e=g.recordedData).push(C(3,0,"MeshCentralMCREC")),delete g.recordedData,delete g.recordedStart,delete g.recordedSize,e},g.MuchTheSame=function(e,t){return Math.abs(e-t)<4},g.Debug=function(e){console.log(e)},g.getIEVersion=function(){var e,t=-1;return t="Microsoft Internet Explorer"==navigator.appName&&(e=navigator.userAgent,null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e))?parseFloat(RegExp.$1):t},g.haltEvent=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g}
\ No newline at end of file
1
+function isWindowsBrowser(){return navigator&&!!/win/i.exec(navigator.platform)}Uint8Array.prototype.slice||Object.defineProperty(Uint8Array.prototype,"slice",{value:function(e,t){return new Uint8Array(Array.prototype.slice.call(this,e,t))}});var CreateAgentRemoteDesktop=function(e,t){var g={},p=("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.remoteKeyMap=!1,g.pressedKeys=[],g._altGrArmed=!1,g._altGrTimeout=0,g.isWindowsBrowser=isWindowsBrowser(),g.sessionid=0,g.oldie=!1,g.ImageType=1,g.CompressionLevel=50,g.ScalingLevel=1024,g.FrameRateTimer=100,g.SwapMouse=!1,g.UseExtendedKeyFlag=!0,g.FirstDraw=!1,g.onRemoteInputLockChanged=null,g.RemoteInputLock=null,g.onKeyboardStateChanged=null,g.KeyboardState=0,g.ScreenWidth=960,g.ScreenHeight=701,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,!(g.accumulator=null)),S="default",v=(g.mouseCursorActive=function(e){p!=e&&(p=e,g.CanvasId.style.cursor=1==e?S:"default")},["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"]),a=(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){g.State!=e&&(g.State=e,g.CanvasId.style.cursor="default",0===e)&&g.Stop()},g.send=function(e){2<g.debugmode&&console.log("KSend("+e.length+"): "+rstr2hex(e)),null!=g.parent&&g.parent.send(e)},g.ProcessPictureMsg=function(e,t,n){for(var o=new Image,a=(o.xcount=g.tilesReceived++,g.tilesReceived),r=e.slice(4),s=0,i=[];5e4<r.byteLength-s;)i.push(String.fromCharCode.apply(null,r.slice(s,s+5e4))),s+=5e4;i.push(0<s?String.fromCharCode.apply(null,r.slice(s)):String.fromCharCode.apply(null,r)),o.src="data:image/jpeg;base64,"+btoa(i.join("")),o.onload=function(){if(null!=g.Canvas&&g.KillDraw<a&&0!=g.State)for(g.PendingOperations.push([a,2,o,t,n]);g.DoPendingOperations(););else g.PendingOperations.push([a,0])},o.error=function(){console.log("DecodeTileError")}},g.DoPendingOperations=function(){if(0!=g.PendingOperations.length){for(var e=0;e<g.PendingOperations.length;e++){var t=g.PendingOperations[e];if(t[0]==g.TilesDrawn+1)return null!=g.onPreDrawImage&&g.onPreDrawImage(),1==t[1]?g.ProcessCopyRectMsg(t[2]):2==t[1]&&(g.Canvas.drawImage(t[2],g.rotX(t[3],t[4]),g.rotY(t[3],t[4])),delete t[2]),g.PendingOperations.splice(e,1),delete t,g.TilesDrawn++,g.TilesDrawn==g.tilesReceived&&g.KillDraw<g.TilesDrawn&&(g.KillDraw=g.TilesDrawn=g.tilesReceived=0),!0}g.oldie&&0<g.PendingOperations.length&&g.TilesDrawn++}return!1},g.ProcessCopyRectMsg=function(e){var t=((255&e.charCodeAt(0))<<8)+(255&e.charCodeAt(1)),n=((255&e.charCodeAt(2))<<8)+(255&e.charCodeAt(3)),o=((255&e.charCodeAt(4))<<8)+(255&e.charCodeAt(5)),a=((255&e.charCodeAt(6))<<8)+(255&e.charCodeAt(7)),r=((255&e.charCodeAt(8))<<8)+(255&e.charCodeAt(9)),e=((255&e.charCodeAt(10))<<8)+(255&e.charCodeAt(11));g.Canvas.drawImage(Canvas.canvas,t,n,r,e,o,a,r,e)},g.SendUnPause=function(){1<g.debugmode&&console.log("SendUnPause"),g.send(String.fromCharCode(0,8,0,5,0))},g.SendPause=function(){1<g.debugmode&&console.log("SendPause"),g.send(String.fromCharCode(0,8,0,5,1))},g.SendCompressionLevel=function(e,t,n,o){g.ImageType=e,t&&(g.CompressionLevel=t),n&&(g.ScalingLevel=n),o&&(g.FrameRateTimer=o),g.send(String.fromCharCode(0,5,0,10,e,g.CompressionLevel)+g.shortToStr(g.ScalingLevel)+g.shortToStr(g.FrameRateTimer))},g.SendRefresh=function(){g.send(String.fromCharCode(0,6,0,4))},g.ProcessScreenMsg=function(e,t){if(0<g.debugmode&&console.log("ScreenSize: "+e+" x "+t),g.ScreenWidth!=e||g.ScreenHeight!=t){for(g.Canvas.setTransform(1,0,0,1,0,0),g.rotation=0,g.FirstDraw=!0,g.ScreenWidth=g.width=e,g.ScreenHeight=g.height=t,g.KillDraw=g.tilesReceived;0<g.PendingOperations.length;)g.PendingOperations.shift();g.SendCompressionLevel(g.ImageType),g.SendUnPause(),g.SendRemoteInputLock(2),null!=g.onScreenSizeChange&&g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)}},g.ProcessBinaryCommand=function(e,t,n){var o,a;switch(3!=e&&4!=e&&7!=e||(o=(n[4]<<8)+n[5],a=(n[6]<<8)+n[7]),2<g.debugmode&&console.log("CMD",e,t,o,a),null!=g.recordedData&&(65e3<t?g.recordedData.push(C(2,1,g.shortToStr(27)+g.shortToStr(8)+g.intToStr(t)+g.shortToStr(e)+g.shortToStr(0)+g.shortToStr(0)+g.shortToStr(0)+String.fromCharCode.apply(null,n))):g.recordedData.push(C(2,1,String.fromCharCode.apply(null,n)))),e){case 3:g.FirstDraw&&g.onResize(),g.ProcessPictureMsg(n.slice(4),o,a);break;case 7:g.ProcessScreenMsg(o,a),g.SendKeyMsgKC(g.KeyAction.UP,16),g.SendKeyMsgKC(g.KeyAction.UP,17),g.SendKeyMsgKC(g.KeyAction.UP,18),g.SendKeyMsgKC(g.KeyAction.UP,91),g.SendKeyMsgKC(g.KeyAction.UP,92),g.SendKeyMsgKC(g.KeyAction.UP,16),g.send(String.fromCharCode(0,14,0,4));break;case 11:var r=0,s={},i=(n[4]<<8)+n[5];if(0<i)for(var r=(n[6+2*i]<<8)+n[7+2*i],c=0;c<i;c++){var u=(n[6+2*c]<<8)+n[7+2*c];s[u]=65535==u?"All Displays":"Display "+u}g.displays=s,g.selectedDisplay=r,null!=g.onDisplayinfo&&g.onDisplayinfo(g,s,r);break;case 12:break;case 14:g.touchenabled=1,g.TouchArray={},null!=g.onTouchEnabledChanged&&g.onTouchEnabledChanged(g.touchenabled);break;case 15:g.TouchArray={};break;case 17:var d=String.fromCharCode.apply(null,n.slice(4));console.log("Got KVM Message: "+d),null!=g.onMessage&&g.onMessage(d,g);break;case 18:5==t&&g.KeyboardState!=n[4]&&(g.KeyboardState=n[4],g.onKeyboardStateChanged&&g.onKeyboardStateChanged(g,g.KeyboardState),console.log("MNG_KVM_KEYSTATE:"+(1&g.KeyboardState?" NumLock":"")+(2&g.KeyboardState?" ScrollLock":"")+(4&g.KeyboardState?" CapsLock":"")));break;case 65:"."!=(d=String.fromCharCode.apply(null,n.slice(4)))[0]?(console.log(d),g.parent&&g.parent.setConsoleMessage&&g.parent.setConsoleMessage(d)):console.log("KVM: "+d.substring(1));break;case 82:if(!(t<4||(t-4)%10!=0))for(var l=(t-4)/10,h=4,c=0;c<l;c++)(n[h+0]<<8)+n[h+1],{x:(n[h+2]<<8)+n[h+3],y:(n[h+4]<<8)+n[h+5],w:(n[h+6]<<8)+n[h+7],h:(n[h+8]<<8)+n[h+9]},h+=10;break;case 87:5!=t||null!=g.RemoteInputLock&&g.RemoteInputLock===(0!=n[4])||(g.RemoteInputLock=0!=n[4],g.onRemoteInputLockChanged&&g.onRemoteInputLockChanged(g,g.RemoteInputLock));break;case 88:5!=t||g.stopInput||(r=n[4],S=v[r=v.length<r?0:r],p&&(g.CanvasId.style.cursor=S));break;default:console.log("Unknown command",e,t)}},g.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32},g.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6},g.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15,KEYUNICODE:85},g.Alternate=0,{Pause:19,CapsLock:20,Space:32,Quote:222,Minus:189,NumpadMultiply:106,NumpadAdd:107,PrintScreen:44,Comma:188,NumpadSubtract:109,NumpadDecimal:110,Period:190,Slash:191,NumpadDivide:111,Semicolon:186,Equal:187,OSLeft:91,BracketLeft:219,OSRight:91,Backslash:220,BracketRight:221,ContextMenu:93,Backquote:192,NumLock:144,ScrollLock:145,Backspace:8,Tab:9,Enter:13,NumpadEnter:13,Escape:27,Delete:46,Home:36,PageUp:33,PageDown:34,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,End:35,Insert:45,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,ShiftLeft:16,ShiftRight:16,ControlLeft:17,ControlRight:17,AltLeft:18,AltRight:18,MetaLeft:91,MetaRight:92,VolumeMute:181});var r=["ShiftRight","AltRight","ControlRight","Home","End","Insert","Delete","PageUp","PageDown","NumpadDivide","NumpadEnter","NumLock","Pause"];g.SendKeyMsg=function(e,t){var n,o;null==e||(t=t||window.event,n=!1,(g.UseExtendedKeyFlag||1==urlargs.extkeys)&&"string"==typeof t.code&&(t.code.startsWith("Arrow")||0<=r.indexOf(t.code))&&(n=!0),g.isWindowsBrowser&&g.checkAltGr(g,t,e))||(0==n&&t.code&&0==t.code.startsWith("NumPad")&&0==g.localKeyMap?null!=(o=(o=t).code.startsWith("Key")&&4==o.code.length?o.code.charCodeAt(3):o.code.startsWith("Digit")&&6==o.code.length?o.code.charCodeAt(5):o.code.startsWith("Numpad")&&7==o.code.length?o.code.charCodeAt(6)+48:a[o.code])&&g.SendKeyMsgKC(e,o,n):(59==(o=t.keyCode)?o=186:173==o?o=189:61==o&&(o=187),g.SendKeyMsgKC(e,o,n)))};function C(e,t,n){var o=Date.now();return"number"==typeof n?(g.recordedSize+=n,g.shortToStr(e)+g.shortToStr(t)+g.intToStr(n)+g.intToStr(o>>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.checkAltGr=function(e,t,n){return e._altGrArmed&&(e._altGrArmed=!1,clearTimeout(e._altGrTimeout),"AltRight"===t.code)&&t.timeStamp-e._altGrCtrlTime<50?(e.SendKeyMsgKC(n,225,!1),!0):!("ControlLeft"!==t.code||17 in e.pressedKeys||(e._altGrArmed=!0,e._altGrCtrlTime=t.timeStamp,1!=n)||(e._altGrTimeout=setTimeout(e._handleAltGrTimeout.bind(e),100),0))},g._handleAltGrTimeout=function(){g._altGrArmed=!1,clearTimeout(g._altGrTimeout),g.SendKeyMsgKC(1,17,!1)},g.SendRemoteInputLock=function(e){g.send(String.fromCharCode(0,87,0,5,e))},g.SendMessage=function(e){3==g.State&&g.send(String.fromCharCode(0,17)+g.shortToStr(4+e.length)+e)},g.SendKeyMsgKC=function(e,t,n){if(3==g.State)if("object"==typeof e)for(var o in e)g.SendKeyMsgKC(e[o][0],e[o][1],e[o][2]);else{1==e?-1==g.pressedKeys.indexOf(t)&&g.pressedKeys.unshift(t):2==e&&-1!=(o=g.pressedKeys.indexOf(t))&&g.pressedKeys.splice(o,1),0<g.debugmode&&console.log("Sending Key "+t+", action "+e);var a=e-1;n&&(a=1==a?3:4),g.send(String.fromCharCode(0,g.InputType.KEY,0,6,a,t))}},g.SendStringUnicode=function(e){if(3==g.State)for(var t=0;t<e.length;t++)g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,0)+ShortToStr(e.charCodeAt(t))),g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,1)+ShortToStr(e.charCodeAt(t)))},g.SendKeyUnicode=function(e,t){3==g.State&&(0<g.debugmode&&console.log("Sending UnicodeKey "+t+", action "+e),g.send(String.fromCharCode(0,g.InputType.KEYUNICODE,0,7,e-1)+ShortToStr(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,a="";for(o in g.TouchArray)o==e?n=t:1==g.TouchArray[o].f?(n=65542,g.TouchArray[o].f=3,0):2==g.TouchArray[o].f?(n=262144,0):n=131078,a+=String.fromCharCode(o)+g.intToStr(n)+g.shortToStr(g.TouchArray[o].x)+g.shortToStr(g.TouchArray[o].y),2==g.TouchArray[o].f&&delete g.TouchArray[o];3==g.State&&g.send(String.fromCharCode(0,g.InputType.TOUCH)+g.shortToStr(5+a.length)+String.fromCharCode(2)+a),0==Object.keys(g.TouchArray).length&&null!=g.touchtimer&&(clearInterval(g.touchtimer),g.touchtimer=null)},g.SendMouseMsg=function(e,t){var n,o,a,r,s,i;3==g.State&&null!=e&&null!=g.Canvas&&(t=t||window.event,a=g.Canvas.canvas.height/g.CanvasId.clientHeight,n=g.Canvas.canvas.width/g.CanvasId.clientWidth,o=g.GetPositionOfControl(g.Canvas.canvas),n=(t.pageX-o[0])*n,o=(t.pageY-o[1])*a,t.addx&&(n+=t.addx),t.addy&&(o+=t.addy),0<=n)&&n<=g.Canvas.canvas.width&&0<=o&&o<=g.Canvas.canvas.height&&(r=a=0,e==g.KeyAction.UP||e==g.KeyAction.DOWN?t.which?a=1==t.which?g.MouseButton.LEFT:2==t.which?g.MouseButton.MIDDLE:g.MouseButton.RIGHT:t.button&&(a=0==t.button?g.MouseButton.LEFT:1==t.button?g.MouseButton.MIDDLE:g.MouseButton.RIGHT):e==g.KeyAction.SCROLL&&(t.detail?r=120*t.detail*-1:t.wheelDelta&&(r=3*t.wheelDelta)),!0===g.SwapMouse&&(a==g.MouseButton.LEFT?a=g.MouseButton.RIGHT:a==g.MouseButton.RIGHT&&(a=g.MouseButton.LEFT)),g.ReverseMouseWheel&&(r*=-1),t="",t=e==g.KeyAction.DBLCLICK?String.fromCharCode(0,g.InputType.MOUSE,0,10,0,136,n/256&255,255&n,o/256&255,255&o):e==g.KeyAction.SCROLL?(i=r<(i=s=0)?(s=255-(Math.abs(r)>>8),255-(255&Math.abs(r))):(s=r>>8,255&r),String.fromCharCode(0,g.InputType.MOUSE,0,12,0,0,n/256&255,255&n,o/256&255,255&o,s,i)):String.fromCharCode(0,g.InputType.MOUSE,0,10,0,e==g.KeyAction.DOWN?a:2*a&255,n/256&255,255&n,o/256&255,255&o),g.Action==g.KeyAction.NONE?0==g.Alternate||g.ipad?(g.send(t),g.Alternate=1):g.Alternate=0:g.send(t))},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,1<g.debugmode&&console.log("onResize: "+g.ScreenWidth+" x "+g.ScreenHeight))},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"Dead"!=e.key&&3==g.State&&("string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&0==g.remoteKeyMap?g.SendKeyUnicode(g.KeyAction.UP,e.key.charCodeAt(0)):g.SendKeyMsg(g.KeyAction.UP,e)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyDown=function(e){if("Dead"!=e.key&&3==g.State&&("string"!=typeof e.key||1!=e.key.length||1==e.ctrlKey||1==e.altKey||0!=g.remoteKeyMap))return g.SendKeyMsg(g.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g.xxKeyPress=function(e){return"Dead"!=e.key&&3==g.State&&"string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&0==g.remoteKeyMap&&g.SendKeyUnicode(g.KeyAction.DOWN,e.key.charCodeAt(0)),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){var t;return 1!=g.stopInput&&3==desktop.State&&(g.firstUpKeys.length<5&&(g.firstUpKeys.push(e.keyCode),5!=g.firstUpKeys.length||"16,17,91,91,16"!=(t=g.firstUpKeys.join(","))&&"16,17,18,91,92"!=t||(g.stopInput=!0)),g.xxKeyUp(e))},g.handleKeyDown=function(e){return 1!=g.stopInput&&3==desktop.State&&g.xxKeyDown(e)},g.handleReleaseKeys=function(){var e,t=JSON.parse(JSON.stringify(g.pressedKeys));for(e in t)g.SendKeyMsgKC(g.KeyAction.UP,t[e])},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){var t,n,o,a;if(4!=e.originalEvent.pointerType)return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),"MSPointerDown"==e.type||"MSPointerMove"==e.type||"MSPointerUp"==e.type?(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]):alert(e.type),!0},g.xxTouchStart=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,g.LastX=e.pageX=t.pageX,g.LastY=e.pageY=t.pageY,g.SendMouseMsg(KeyAction.DOWN,e))}else{var n,o,a=g.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,g.TouchArray[o]||(g.TouchArray[o]={x:(e.originalEvent.touches[n].pageX-a[0])*(Canvas.canvas.width/g.CanvasId.clientWidth),y:(e.originalEvent.touches[n].pageY-a[1])*(Canvas.canvas.height/g.CanvasId.clientHeight),f:1}));0<Object.keys(g.TouchArray).length&&null==touchtimer&&(g.touchtimer=setInterval(function(){g.SendTouchMsg2(256,0)},50))}},g.xxTouchMove=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,g.LastX=e.pageX=t.pageX,g.LastY=e.pageY=t.pageY,g.SendMouseMsg(g.KeyAction.NONE,e))}else{var n,o,a=g.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,g.TouchArray[o])&&(g.TouchArray[o].x=(e.originalEvent.touches[n].pageX-a[0])*(g.Canvas.canvas.width/g.CanvasId.clientWidth),g.TouchArray[o].y=(e.originalEvent.touches[n].pageY-a[1])*(g.Canvas.canvas.height/g.CanvasId.clientHeight))}},g.xxTouchEnd=function(e){if(3==g.State)if(e.preventDefault&&e.preventDefault(),0==g.touchenabled||1==g.touchenabled)1<e.originalEvent.touches.length||(e.which=1,e.pageX=LastX,e.pageY=LastY,g.SendMouseMsg(KeyAction.UP,e));else for(var t in e.originalEvent.changedTouches)e.originalEvent.changedTouches[t].identifier&&(t=e.originalEvent.changedTouches[t].identifier%256,g.TouchArray[t])&&(g.TouchArray[t].f=2)},g.GrabMouseInput=function(){var e;1!=g.xxMouseInputGrab&&((e=g.CanvasId).onmousemove=g.xxMouseMove,e.onmouseup=g.xxMouseUp,e.onmousedown=g.xxMouseDown,e.touchstart=g.xxTouchStart,e.touchmove=g.xxTouchMove,e.touchend=g.xxTouchEnd,e.MSPointerDown=g.xxMsTouchEvent,e.MSPointerMove=g.xxMsTouchEvent,e.MSPointerUp=g.xxMsTouchEvent,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=g.xxDOMMouseScroll:e.onmousewheel=g.xxMouseWheel,g.xxMouseInputGrab=!0)},g.UnGrabMouseInput=function(){var e;0!=g.xxMouseInputGrab&&((e=g.CanvasId).onmousemove=null,e.onmouseup=null,e.onmousedown=null,e.touchstart=null,e.touchmove=null,e.touchend=null,e.MSPointerDown=null,e.MSPointerMove=null,e.MSPointerUp=null,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=null:e.onmousewheel=null,g.xxMouseInputGrab=!1)},g.GrabKeyInput=function(){1!=g.xxKeyInputGrab&&(document.onkeyup=g.xxKeyUp,document.onkeydown=g.xxKeyDown,document.onkeypress=g.xxKeyPress,c,g.xxKeyInputGrab=!0)},g.UnGrabKeyInput=function(){0!=g.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,g.xxKeyInputGrab=!1)},g.GetPositionOfControl=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t},g.crotX=function(e,t){return 0==g.rotation?e:1==g.rotation?t:2==g.rotation?g.Canvas.canvas.width-e:3==g.rotation?g.Canvas.canvas.height-t:void 0},g.crotY=function(e,t){return 0==g.rotation?t:1==g.rotation?g.Canvas.canvas.width-e:2==g.rotation?g.Canvas.canvas.height-t:3==g.rotation?e:void 0},g.rotX=function(e,t){return 0==g.rotation||1==g.rotation?e:2==g.rotation?e-g.Canvas.canvas.width:3==g.rotation?e-g.Canvas.canvas.height:void 0},g.rotY=function(e,t){return 0==g.rotation||3==g.rotation?t:1==g.rotation?t-g.Canvas.canvas.width:2==g.rotation?t-g.Canvas.canvas.height:void 0},g.tcanvas=null,g.setRotation=function(e){for(;e<0;)e+=4;var t,n,o,a=e%4;return a!=g.rotation&&(t=g.Canvas.canvas.width,n=g.Canvas.canvas.height,1!=g.rotation&&3!=g.rotation||(t=g.Canvas.canvas.height,n=g.Canvas.canvas.width),null==g.tcanvas&&(g.tcanvas=document.createElement("canvas")),(o=g.tcanvas.getContext("2d")).setTransform(1,0,0,1,0,0),o.canvas.width=t,o.canvas.height=n,o.rotate(-90*g.rotation*Math.PI/180),0==g.rotation&&o.drawImage(g.Canvas.canvas,0,0),1==g.rotation&&o.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,0),2==g.rotation&&o.drawImage(g.Canvas.canvas,-g.Canvas.canvas.width,-g.Canvas.canvas.height),3==g.rotation&&o.drawImage(g.Canvas.canvas,0,-g.Canvas.canvas.height),0!=g.rotation&&2!=g.rotation||(g.Canvas.canvas.height=t,g.Canvas.canvas.width=n),1!=g.rotation&&3!=g.rotation||(g.Canvas.canvas.height=n,g.Canvas.canvas.width=t),g.Canvas.setTransform(1,0,0,1,0,0),g.Canvas.rotate(90*a*Math.PI/180),g.rotation=a,g.Canvas.drawImage(g.tcanvas,g.rotX(0,0),g.rotY(0,0)),g.ScreenWidth=g.Canvas.canvas.width,g.ScreenHeight=g.Canvas.canvas.height,null!=g.onScreenSizeChange)&&(console.log("s4",g.ScreenWidth,g.ScreenHeight),g.onScreenSizeChange(g,g.ScreenWidth,g.ScreenHeight,g.CanvasId)),!0},g.StartRecording=function(){null==g.recordedData&&g.CanvasId.toBlob(function(e){var s=new FileReader;s.readAsArrayBuffer(e),s.onload=function(e){for(var t="",n=new Uint8Array(s.result),o=n.byteLength,a=0;a<o;a++)t+=String.fromCharCode(n[a]);g.recordedData=[],g.recordedStart=Date.now(),g.recordedSize=0,g.recordedData.push(C(1,0,JSON.stringify({magic:"MeshCentralRelaySession",ver:1,time:(new Date).toLocaleString(),protocol:2}))),g.recordedData.push(C(2,1,g.shortToStr(7)+g.shortToStr(8)+g.shortToStr(g.ScreenWidth)+g.shortToStr(g.ScreenHeight)));var r=8+t.length;65e3<r?g.recordedData.push(C(2,1,g.shortToStr(27)+g.shortToStr(8)+g.intToStr(r)+g.shortToStr(3)+g.shortToStr(0)+g.shortToStr(0)+g.shortToStr(0)+t)):g.recordedData.push(C(2,1,g.shortToStr(3)+g.shortToStr(r)+g.shortToStr(0)+g.shortToStr(0)+t))}})},g.StopRecording=function(){var e;if(null!=g.recordedData)return(e=g.recordedData).push(C(3,0,"MeshCentralMCREC")),delete g.recordedData,delete g.recordedStart,delete g.recordedSize,e},g.MuchTheSame=function(e,t){return Math.abs(e-t)<4},g.Debug=function(e){console.log(e)},g.getIEVersion=function(){var e,t=-1;return t="Microsoft Internet Explorer"==navigator.appName&&(e=navigator.userAgent,null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e))?parseFloat(RegExp.$1):t},g.haltEvent=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},g}
\ No newline at end of file
translate/translate.json
+3115
-2794
@@ -48,8 +48,8 @@
48
"zh-cht": " + CIRA",
49
"hu": " + CIRA",
50
"xloc": [
51
- "default.handlebars->47->2044",
52
- "default.handlebars->47->2046"
51
+ "default.handlebars->47->2079",
52
+ "default.handlebars->47->2081"
53
]
54
},
55
{
@@ -322,7 +322,7 @@
322
"zh-cht": " 可以使用密碼提示,但不建議使用。",
323
"hu": "Jelszó tipp használható, de nem ajánlott.",
324
"xloc": [
325
- "default.handlebars->47->1920"
325
+ "default.handlebars->47->1955"
326
]
327
},
328
{
@@ -349,8 +349,8 @@
349
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
350
"hu": " A felhasználóknak egyszer be kell jelentkezniük erre a kiszolgálóra, mielőtt hozzáadhatók lennének egy eszközcsoporthoz.",
351
"xloc": [
352
- "default.handlebars->47->2168",
353
- "default.handlebars->47->2739"
352
+ "default.handlebars->47->2203",
353
+ "default.handlebars->47->2775"
354
]
355
},
356
{
@@ -926,7 +926,7 @@
926
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
927
"hu": "* 8 karakter, 1 nagybetű, 1 kisbetű , 1 szám, 1 speciális karakter.",
928
"xloc": [
929
- "default.handlebars->47->2128",
929
+ "default.handlebars->47->2163",
930
"default.handlebars->47->513"
931
]
932
},
@@ -1027,14 +1027,14 @@
1027
"zh-cht": ",",
1028
"hu": ", ",
1029
"xloc": [
1030
- "default-mobile.handlebars->11->771",
1031
- "default-mobile.handlebars->11->773",
1032
- "default-mobile.handlebars->11->928",
1033
- "default.handlebars->47->1539",
1034
- "default.handlebars->47->1541",
1035
- "default.handlebars->47->2244",
1036
- "default.handlebars->47->2519",
1037
- "default.handlebars->47->954"
1030
+ "default-mobile.handlebars->11->782",
1031
+ "default-mobile.handlebars->11->784",
1032
+ "default-mobile.handlebars->11->940",
1033
+ "default.handlebars->47->1570",
1034
+ "default.handlebars->47->1572",
1035
+ "default.handlebars->47->2279",
1036
+ "default.handlebars->47->2555",
1037
+ "default.handlebars->47->969"
1038
]
1039
},
1040
{
@@ -1194,8 +1194,8 @@
1194
"zh-cht": ",MQTT在線",
1195
"hu": ", MQTT online",
1196
"xloc": [
1197
- "default-mobile.handlebars->11->832",
1198
- "default.handlebars->47->1601"
1197
+ "default-mobile.handlebars->11->844",
1198
+ "default.handlebars->47->1633"
1199
]
1200
},
1201
{
@@ -1222,8 +1222,8 @@
1222
"zh-cht": ", 不同意",
1223
"hu": ", Nincs hozzájárulás",
1224
"xloc": [
1225
- "default.handlebars->47->1049",
1226
- "default.handlebars->47->2086"
1225
+ "default.handlebars->47->1064",
1226
+ "default.handlebars->47->2121"
1227
]
1228
},
1229
{
@@ -1250,8 +1250,8 @@
1250
"zh-cht": ",提示同意",
1251
"hu": ", Hozzájárulás kérése a kapcsolódáshoz",
1252
"xloc": [
1253
- "default.handlebars->47->1050",
1254
- "default.handlebars->47->2087"
1253
+ "default.handlebars->47->1065",
1254
+ "default.handlebars->47->2122"
1255
]
1256
},
1257
{
@@ -1278,7 +1278,7 @@
1278
"zh-cht": ", RDP",
1279
"hu": ", RDP",
1280
"xloc": [
1281
- "default.handlebars->47->1325"
1281
+ "default.handlebars->47->1354"
1282
]
1283
},
1284
{
@@ -1305,8 +1305,8 @@
1305
"zh-cht": ", 每天重複",
1306
"hu": ", naponta ismétlődően",
1307
"xloc": [
1308
- "default.handlebars->47->1046",
1309
- "default.handlebars->47->2083"
1308
+ "default.handlebars->47->1061",
1309
+ "default.handlebars->47->2118"
1310
]
1311
},
1312
{
@@ -1333,8 +1333,8 @@
1333
"zh-cht": ", 每週重複一次",
1334
"hu": ", hetente ismétlődően",
1335
"xloc": [
1336
- "default.handlebars->47->1047",
1337
- "default.handlebars->47->2084"
1336
+ "default.handlebars->47->1062",
1337
+ "default.handlebars->47->2119"
1338
]
1339
},
1340
{
@@ -1413,7 +1413,7 @@
1413
"hu": ", SFTP",
1414
"xloc": [
1415
"default-mobile.handlebars->11->679",
1416
- "default.handlebars->47->1434"
1416
+ "default.handlebars->47->1463"
1417
]
1418
},
1419
{
@@ -1440,7 +1440,7 @@
1440
"zh-cht": ", SSH",
1441
"hu": ", SSH",
1442
"xloc": [
1443
- "default.handlebars->47->1402"
1443
+ "default.handlebars->47->1431"
1444
]
1445
},
1446
{
@@ -1467,7 +1467,7 @@
1467
"zh-cht": ",軟體KVM",
1468
"hu": ", Soft-KVM",
1469
"xloc": [
1470
- "default.handlebars->47->1308",
1470
+ "default.handlebars->47->1337",
1471
"sharing.handlebars->11->12"
1472
]
1473
},
@@ -1495,8 +1495,8 @@
1495
"zh-cht": ", 工具欄",
1496
"hu": ", Tálca értesítés",
1497
"xloc": [
1498
- "default.handlebars->47->1051",
1499
- "default.handlebars->47->2088"
1498
+ "default.handlebars->47->1066",
1499
+ "default.handlebars->47->2123"
1500
]
1501
},
1502
{
@@ -1547,8 +1547,8 @@
1547
"zh-cht": ", 僅查看桌面",
1548
"hu": ", csak megtekintés",
1549
"xloc": [
1550
- "default.handlebars->47->1048",
1551
- "default.handlebars->47->2085"
1550
+ "default.handlebars->47->1063",
1551
+ "default.handlebars->47->2120"
1552
]
1553
},
1554
{
@@ -1578,9 +1578,9 @@
1578
"default-mobile.handlebars->11->620",
1579
"default-mobile.handlebars->11->657",
1580
"default-mobile.handlebars->11->680",
1581
- "default.handlebars->47->1324",
1582
- "default.handlebars->47->1403",
1583
- "default.handlebars->47->1435",
1581
+ "default.handlebars->47->1353",
1582
+ "default.handlebars->47->1432",
1583
+ "default.handlebars->47->1464",
1584
"sharing.handlebars->11->19",
1585
"sharing.handlebars->11->27",
1586
"sharing.handlebars->11->44",
@@ -1794,7 +1794,7 @@
1794
"zh-cht": ",{0}觀看",
1795
"hu": ", {0} nézi",
1796
"xloc": [
1797
- "default.handlebars->47->1319",
1797
+ "default.handlebars->47->1348",
1798
"sharing.handlebars->11->13"
1799
]
1800
},
@@ -1907,9 +1907,9 @@
1907
"xloc": [
1908
"default-mobile.handlebars->11->346",
1909
"default-mobile.handlebars->11->686",
1910
- "default.handlebars->47->1445",
1911
- "default.handlebars->47->2310",
1912
- "default.handlebars->47->2972",
1910
+ "default.handlebars->47->1474",
1911
+ "default.handlebars->47->2345",
1912
+ "default.handlebars->47->3011",
1913
"sharing.handlebars->11->50"
1914
]
1915
},
@@ -2087,7 +2087,7 @@
2087
"zh-cht": "1個活躍時段",
2088
"hu": "1 aktív munkamenet",
2089
"xloc": [
2090
- "default.handlebars->47->2833"
2090
+ "default.handlebars->47->2869"
2091
]
2092
},
2093
{
@@ -2115,8 +2115,8 @@
2115
"hu": "1 byte",
2116
"xloc": [
2117
"default-mobile.handlebars->11->356",
2118
- "default-mobile.handlebars->11->972",
2119
- "default.handlebars->47->2334",
2118
+ "default-mobile.handlebars->11->984",
2119
+ "default.handlebars->47->2369",
2120
"download.handlebars->3->1",
2121
"download2.handlebars->5->1",
2122
"sharing.handlebars->11->96"
@@ -2173,7 +2173,7 @@
2173
"zh-cht": "1位聯絡文",
2174
"hu": "1 csatlakozás",
2175
"xloc": [
2176
- "default.handlebars->47->1321",
2176
+ "default.handlebars->47->1350",
2177
"sharing.handlebars->11->15"
2178
]
2179
},
@@ -2230,7 +2230,7 @@
2230
"zh-cht": "1群",
2231
"hu": "1 csoport",
2232
"xloc": [
2233
- "default.handlebars->47->2789"
2233
+ "default.handlebars->47->2825"
2234
]
2235
},
2236
{
@@ -2286,8 +2286,8 @@
2286
"zh-cht": "1分鐘",
2287
"hu": "1 perc",
2288
"xloc": [
2289
- "default.handlebars->47->1143",
2290
- "default.handlebars->47->1885"
2289
+ "default.handlebars->47->1172",
2290
+ "default.handlebars->47->1920"
2291
]
2292
},
2293
{
@@ -2370,7 +2370,7 @@
2370
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2371
"hu": "1 további felhasználó nem jelenik meg, használja a keresőmezőt a felhasználók kereséséhez...",
2372
"xloc": [
2373
- "default.handlebars->47->2551"
2373
+ "default.handlebars->47->2587"
2374
]
2375
},
2376
{
@@ -2473,7 +2473,7 @@
2473
"hu": "1 másodperc",
2474
"xloc": [
2475
"default-mobile.handlebars->11->570",
2476
- "default.handlebars->47->1180"
2476
+ "default.handlebars->47->1209"
2477
]
2478
},
2479
{
@@ -2588,7 +2588,7 @@
2588
"default-mobile.handlebars->11->425",
2589
"default-mobile.handlebars->11->429",
2590
"default-mobile.handlebars->11->433",
2591
- "default.handlebars->47->2555",
2591
+ "default.handlebars->47->2591",
2592
"default.handlebars->47->431",
2593
"default.handlebars->47->434",
2594
"default.handlebars->47->438",
@@ -2790,8 +2790,8 @@
2790
"zh-cht": "10分鐘",
2791
"hu": "10 perc",
2792
"xloc": [
2793
- "default.handlebars->47->1145",
2794
- "default.handlebars->47->1887"
2793
+ "default.handlebars->47->1174",
2794
+ "default.handlebars->47->1922"
2795
]
2796
},
2797
{
@@ -2819,7 +2819,7 @@
2819
"hu": "10 másodperc",
2820
"xloc": [
2821
"default-mobile.handlebars->11->572",
2822
- "default.handlebars->47->1182"
2822
+ "default.handlebars->47->1211"
2823
]
2824
},
2825
{
@@ -3011,8 +3011,8 @@
3011
"zh-cht": "12小時",
3012
"hu": "12 óra",
3013
"xloc": [
3014
- "default.handlebars->47->1153",
3015
- "default.handlebars->47->1895"
3014
+ "default.handlebars->47->1182",
3015
+ "default.handlebars->47->1930"
3016
]
3017
},
3018
{
@@ -3200,8 +3200,8 @@
3200
"zh-cht": "15分鐘",
3201
"hu": "15 perc",
3202
"xloc": [
3203
- "default.handlebars->47->1146",
3204
- "default.handlebars->47->1888"
3203
+ "default.handlebars->47->1175",
3204
+ "default.handlebars->47->1923"
3205
]
3206
},
3207
{
@@ -3228,8 +3228,8 @@
3228
"zh-cht": "16小時",
3229
"hu": "12 óra",
3230
"xloc": [
3231
- "default.handlebars->47->1154",
3232
- "default.handlebars->47->1896"
3231
+ "default.handlebars->47->1183",
3232
+ "default.handlebars->47->1931"
3233
]
3234
},
3235
{
@@ -3445,8 +3445,8 @@
3445
"zh-cht": "2天",
3446
"hu": "2 nap",
3447
"xloc": [
3448
- "default.handlebars->47->1156",
3449
- "default.handlebars->47->1898"
3448
+ "default.handlebars->47->1185",
3449
+ "default.handlebars->47->1933"
3450
]
3451
},
3452
{
@@ -3473,8 +3473,8 @@
3473
"zh-cht": "2小時",
3474
"hu": "2 óra",
3475
"xloc": [
3476
- "default.handlebars->47->1150",
3477
- "default.handlebars->47->1892"
3476
+ "default.handlebars->47->1179",
3477
+ "default.handlebars->47->1927"
3478
]
3479
},
3480
{
@@ -3667,8 +3667,8 @@
3667
"zh-cht": "24小時",
3668
"hu": "24 óra",
3669
"xloc": [
3670
- "default.handlebars->47->1155",
3671
- "default.handlebars->47->1897"
3670
+ "default.handlebars->47->1184",
3671
+ "default.handlebars->47->1932"
3672
]
3673
},
3674
{
@@ -3748,7 +3748,7 @@
3748
"zh-cht": "2FA備份代碼已清除",
3749
"hu": "2FA biztonsági kódok törölve",
3750
"xloc": [
3751
- "default.handlebars->47->2447"
3751
+ "default.handlebars->47->2482"
3752
]
3753
},
3754
{
@@ -3803,7 +3803,7 @@
3803
"zh-cht": "第二個因素",
3804
"hu": "2. faktor",
3805
"xloc": [
3806
- "default.handlebars->47->3009"
3806
+ "default.handlebars->47->3048"
3807
]
3808
},
3809
{
@@ -3830,8 +3830,8 @@
3830
"zh-cht": "啟用第二因素身份驗證",
3831
"hu": "2. faktoros hitelesítés engedélyezve",
3832
"xloc": [
3833
- "default.handlebars->47->2569",
3834
- "default.handlebars->47->2814"
3833
+ "default.handlebars->47->2605",
3834
+ "default.handlebars->47->2850"
3835
]
3836
},
3837
{
@@ -3991,8 +3991,8 @@
3991
"zh-cht": "30分鐘",
3992
"hu": "30 perc",
3993
"xloc": [
3994
- "default.handlebars->47->1147",
3995
- "default.handlebars->47->1889"
3994
+ "default.handlebars->47->1176",
3995
+ "default.handlebars->47->1924"
3996
]
3997
},
3998
{
@@ -4020,7 +4020,7 @@
4020
"hu": "32-bit",
4021
"xloc": [
4022
"default-mobile.handlebars->11->723",
4023
- "default.handlebars->47->1499"
4023
+ "default.handlebars->47->1528"
4024
]
4025
},
4026
{
@@ -4103,8 +4103,8 @@
4103
"zh-cht": "4天",
4104
"hu": "4 nap",
4105
"xloc": [
4106
- "default.handlebars->47->1157",
4107
- "default.handlebars->47->1899"
4106
+ "default.handlebars->47->1186",
4107
+ "default.handlebars->47->1934"
4108
]
4109
},
4110
{
@@ -4131,8 +4131,8 @@
4131
"zh-cht": "4個小時",
4132
"hu": "4 óra",
4133
"xloc": [
4134
- "default.handlebars->47->1151",
4135
- "default.handlebars->47->1893"
4134
+ "default.handlebars->47->1180",
4135
+ "default.handlebars->47->1928"
4136
]
4137
},
4138
{
@@ -4270,8 +4270,8 @@
4270
"zh-cht": "45分鐘",
4271
"hu": "45 perc",
4272
"xloc": [
4273
- "default.handlebars->47->1148",
4274
- "default.handlebars->47->1890"
4273
+ "default.handlebars->47->1177",
4274
+ "default.handlebars->47->1925"
4275
]
4276
},
4277
{
@@ -4325,8 +4325,8 @@
4325
"zh-cht": "5分鐘",
4326
"hu": "5 perc",
4327
"xloc": [
4328
- "default.handlebars->47->1144",
4329
- "default.handlebars->47->1886"
4328
+ "default.handlebars->47->1173",
4329
+ "default.handlebars->47->1921"
4330
]
4331
},
4332
{
@@ -4354,7 +4354,7 @@
4354
"hu": "5 másodperc",
4355
"xloc": [
4356
"default-mobile.handlebars->11->571",
4357
- "default.handlebars->47->1181"
4357
+ "default.handlebars->47->1210"
4358
]
4359
},
4360
{
@@ -4522,8 +4522,8 @@
4522
"zh-cht": "60分鐘",
4523
"hu": "60 perc",
4524
"xloc": [
4525
- "default.handlebars->47->1149",
4526
- "default.handlebars->47->1891"
4525
+ "default.handlebars->47->1178",
4526
+ "default.handlebars->47->1926"
4527
]
4528
},
4529
{
@@ -4607,7 +4607,7 @@
4607
"hu": "64-bit",
4608
"xloc": [
4609
"default-mobile.handlebars->11->725",
4610
- "default.handlebars->47->1501"
4610
+ "default.handlebars->47->1530"
4611
]
4612
},
4613
{
@@ -4790,7 +4790,7 @@
4790
"zh-cht": "7天電源狀態",
4791
"hu": "7 napos energiaellátás állapota",
4792
"xloc": [
4793
- "default.handlebars->47->1221"
4793
+ "default.handlebars->47->1250"
4794
]
4795
},
4796
{
@@ -4817,7 +4817,7 @@
4817
"zh-cht": "7天",
4818
"hu": "7 nap",
4819
"xloc": [
4820
- "default.handlebars->47->1900"
4820
+ "default.handlebars->47->1935"
4821
]
4822
},
4823
{
@@ -4901,8 +4901,8 @@
4901
"zh-cht": "8小時",
4902
"hu": "8 óra",
4903
"xloc": [
4904
- "default.handlebars->47->1152",
4905
- "default.handlebars->47->1894",
4904
+ "default.handlebars->47->1181",
4905
+ "default.handlebars->47->1929",
4906
"default.handlebars->47->541",
4907
"default.handlebars->47->555"
4908
]
@@ -5186,6 +5186,12 @@
5186
"default-mobile.handlebars->11->75"
5187
]
5188
},
5189
+ {
5190
+ "en": "<div style=margin-bottom:4px>Perform batch device notification</div>",
5191
+ "xloc": [
5192
+ "default.handlebars->47->728"
5193
+ ]
5194
+ },
5195
{
5196
"en": "<span style=color:green>OK</span>",
5197
"xloc": [
@@ -5296,8 +5302,8 @@
5302
"hu": "ACM",
5303
"xloc": [
5304
"default-mobile.handlebars->11->504",
5299
- "default.handlebars->47->2064",
5300
- "default.handlebars->47->871"
5305
+ "default.handlebars->47->2099",
5306
+ "default.handlebars->47->877"
5307
]
5308
},
5309
{
@@ -5400,7 +5406,7 @@
5406
"zh-cht": "AMT操作系統",
5407
"hu": "AMT-OS",
5408
"xloc": [
5403
- "default.handlebars->47->3154"
5409
+ "default.handlebars->47->3193"
5410
]
5411
},
5412
{
@@ -5427,7 +5433,7 @@
5433
"zh-cht": "AMT-Redir",
5434
"hu": "AMT-Redir",
5435
"xloc": [
5430
- "default.handlebars->47->3016"
5436
+ "default.handlebars->47->3055"
5437
]
5438
},
5439
{
@@ -5454,7 +5460,7 @@
5460
"zh-cht": "AMT-WSMAN",
5461
"hu": "AMT-WSMAN",
5462
"xloc": [
5457
- "default.handlebars->47->3015"
5463
+ "default.handlebars->47->3054"
5464
]
5465
},
5466
{
@@ -5641,10 +5647,10 @@
5647
"zh-cht": "視聽",
5648
"hu": "AV",
5649
"xloc": [
5644
- "default-mobile.handlebars->11->728",
5650
"default-mobile.handlebars->11->730",
5646
- "default.handlebars->47->890",
5647
- "default.handlebars->47->892"
5651
+ "default-mobile.handlebars->11->732",
5652
+ "default.handlebars->47->896",
5653
+ "default.handlebars->47->898"
5654
]
5655
},
5656
{
@@ -5671,8 +5677,8 @@
5677
"zh-cht": "拒絕存取",
5678
"hu": "Hozzáférés megtagadva",
5679
"xloc": [
5674
- "default-mobile.handlebars->11->833",
5675
- "default.handlebars->47->1602"
5680
+ "default-mobile.handlebars->11->845",
5681
+ "default.handlebars->47->1634"
5682
]
5683
},
5684
{
@@ -5699,7 +5705,7 @@
5705
"zh-cht": "訪問被拒絕。",
5706
"hu": "Hozzáférés elutasítva.",
5707
"xloc": [
5702
- "login2.handlebars->7->33"
5708
+ "login2.handlebars->7->231"
5709
]
5710
},
5711
{
@@ -5728,7 +5734,7 @@
5734
"xloc": [
5735
"login-mobile.handlebars->5->16",
5736
"login.handlebars->5->18",
5731
- "login2.handlebars->7->19"
5737
+ "login2.handlebars->7->217"
5738
]
5739
},
5740
{
@@ -5755,7 +5761,7 @@
5761
"zh-cht": "存取伺服器檔案",
5762
"hu": "Hozzáférés a kiszolgálófájlokhoz",
5763
"xloc": [
5758
- "default.handlebars->47->2745"
5764
+ "default.handlebars->47->2781"
5765
]
5766
},
5767
{
@@ -5872,11 +5878,11 @@
5878
"default-mobile.handlebars->11->471",
5879
"default-mobile.handlebars->11->473",
5880
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5875
- "default.handlebars->47->1929",
5876
- "default.handlebars->47->1931",
5877
- "default.handlebars->47->3208",
5878
- "default.handlebars->47->831",
5879
- "default.handlebars->47->833"
5881
+ "default.handlebars->47->1964",
5882
+ "default.handlebars->47->1966",
5883
+ "default.handlebars->47->3247",
5884
+ "default.handlebars->47->837",
5885
+ "default.handlebars->47->839"
5886
]
5887
},
5888
{
@@ -5903,8 +5909,8 @@
5909
"zh-cht": "帳號設定",
5910
"hu": "Fiókbeállítások",
5911
"xloc": [
5906
- "default-mobile.handlebars->11->939",
5907
- "default.handlebars->47->3079"
5912
+ "default-mobile.handlebars->11->951",
5913
+ "default.handlebars->47->3118"
5914
]
5915
},
5916
{
@@ -5970,7 +5976,7 @@
5976
"fr": "Compte modifié pour se synchroniser avec les données LDAP.",
5977
"hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.",
5978
"xloc": [
5973
- "default.handlebars->47->2508"
5979
+ "default.handlebars->47->2543"
5980
]
5981
},
5982
{
@@ -5997,7 +6003,7 @@
6003
"zh-cht": "帳戶已更改:{0}",
6004
"hu": "Fiók megváltozott: {0}",
6005
"xloc": [
6000
- "default.handlebars->47->2420"
6006
+ "default.handlebars->47->2455"
6007
]
6008
},
6009
{
@@ -6024,7 +6030,7 @@
6030
"zh-cht": "創建帳戶,電子郵件為{0}",
6031
"hu": "Fiók létrehozva, az e-mail címe {0} ",
6032
"xloc": [
6027
- "default.handlebars->47->2419"
6033
+ "default.handlebars->47->2454"
6034
]
6035
},
6036
{
@@ -6051,7 +6057,7 @@
6057
"zh-cht": "已創建帳戶,名稱為 {0}。",
6058
"hu": "Fiók létrehozva, név: {0}. ",
6059
"xloc": [
6054
- "default.handlebars->47->2482"
6060
+ "default.handlebars->47->2517"
6061
]
6062
},
6063
{
@@ -6078,7 +6084,7 @@
6084
"zh-cht": "帳戶已創建,用戶名是{0}",
6085
"hu": "Fiók létrehozva, felhasználónév {0} ",
6086
"xloc": [
6081
- "default.handlebars->47->2418"
6087
+ "default.handlebars->47->2453"
6088
]
6089
},
6090
{
@@ -6107,8 +6113,8 @@
6113
"xloc": [
6114
"default-mobile.handlebars->11->66",
6115
"default.handlebars->47->209",
6110
- "default.handlebars->47->2571",
6111
- "default.handlebars->47->2742"
6116
+ "default.handlebars->47->2607",
6117
+ "default.handlebars->47->2778"
6118
]
6119
},
6120
{
@@ -6135,11 +6141,11 @@
6141
"zh-cht": "達到帳戶限制。",
6142
"hu": "Elérte a fiókkorlátot.",
6143
"xloc": [
6138
- "default-mobile.handlebars->11->951",
6139
- "default.handlebars->47->3091",
6144
+ "default-mobile.handlebars->11->963",
6145
+ "default.handlebars->47->3130",
6146
"login-mobile.handlebars->5->6",
6147
"login.handlebars->5->8",
6142
- "login2.handlebars->7->9"
6148
+ "login2.handlebars->7->207"
6149
]
6150
},
6151
{
@@ -6168,7 +6174,7 @@
6174
"xloc": [
6175
"login-mobile.handlebars->5->15",
6176
"login.handlebars->5->17",
6171
- "login2.handlebars->7->18"
6177
+ "login2.handlebars->7->216"
6178
]
6179
},
6180
{
@@ -6195,7 +6201,7 @@
6201
"zh-cht": "帳號登錄",
6202
"hu": "Bejelentkezés a fiókba",
6203
"xloc": [
6198
- "default.handlebars->47->2355"
6204
+ "default.handlebars->47->2390"
6205
]
6206
},
6207
{
@@ -6222,7 +6228,7 @@
6228
"zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
6229
"hu": "Bejelentkezés a fiókba innen: {0}, {1}, {2}",
6230
"xloc": [
6225
- "default.handlebars->47->2461"
6231
+ "default.handlebars->47->2496"
6232
]
6233
},
6234
{
@@ -6233,7 +6239,7 @@
6239
"fr": "Enregistrements des jetons de connexion au compte",
6240
"hu": "Fiók bejelentkezési token rekordok",
6241
"xloc": [
6236
- "default.handlebars->47->3058"
6242
+ "default.handlebars->47->3097"
6243
]
6244
},
6245
{
@@ -6260,7 +6266,7 @@
6266
"zh-cht": "帳戶登出",
6267
"hu": "Fiók kijelentkezés",
6268
"xloc": [
6263
- "default.handlebars->47->2356"
6269
+ "default.handlebars->47->2391"
6270
]
6271
},
6272
{
@@ -6289,7 +6295,7 @@
6295
"xloc": [
6296
"login-mobile.handlebars->5->12",
6297
"login.handlebars->5->14",
6292
- "login2.handlebars->7->15"
6298
+ "login2.handlebars->7->213"
6299
]
6300
},
6301
{
@@ -6316,7 +6322,7 @@
6322
"zh-cht": "帳戶密碼已更改:{0}",
6323
"hu": "Fiók jelszava megváltozott: {0}",
6324
"xloc": [
6319
- "default.handlebars->47->2428"
6325
+ "default.handlebars->47->2463"
6326
]
6327
},
6328
{
@@ -6343,7 +6349,7 @@
6349
"zh-cht": "帳戶已刪除",
6350
"hu": "Fiók eltávolítva",
6351
"xloc": [
6346
- "default.handlebars->47->2417"
6352
+ "default.handlebars->47->2452"
6353
]
6354
},
6355
{
@@ -6397,8 +6403,8 @@
6403
"zh-cht": "指令",
6404
"hu": "Művelet",
6405
"xloc": [
6400
- "default-mobile.handlebars->11->839",
6401
- "default.handlebars->47->1608",
6406
+ "default-mobile.handlebars->11->851",
6407
+ "default.handlebars->47->1640",
6408
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
6409
]
6410
},
@@ -6426,8 +6432,8 @@
6432
"zh-cht": "動作檔案",
6433
"hu": "Művelet fájl",
6434
"xloc": [
6429
- "default.handlebars->47->1268",
6430
- "default.handlebars->47->1270"
6435
+ "default.handlebars->47->1297",
6436
+ "default.handlebars->47->1299"
6437
]
6438
},
6439
{
@@ -6458,7 +6464,7 @@
6464
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
6465
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
6466
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
6461
- "default.handlebars->47->955",
6467
+ "default.handlebars->47->970",
6468
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
6469
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
6470
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -6569,7 +6575,7 @@
6575
"zh-cht": "如果ACM失敗,則激活到CCM",
6576
"hu": "Aktiválja a CCM-et, ha az ACM meghiúsul",
6577
"xloc": [
6572
- "default.handlebars->47->2119"
6578
+ "default.handlebars->47->2154"
6579
]
6580
},
6581
{
@@ -6598,10 +6604,10 @@
6604
"xloc": [
6605
"default-mobile.handlebars->11->499",
6606
"default-mobile.handlebars->11->501",
6601
- "default-mobile.handlebars->11->779",
6602
- "default.handlebars->47->1547",
6603
- "default.handlebars->47->864",
6604
- "default.handlebars->47->866"
6607
+ "default-mobile.handlebars->11->790",
6608
+ "default.handlebars->47->1578",
6609
+ "default.handlebars->47->870",
6610
+ "default.handlebars->47->872"
6611
]
6612
},
6613
{
@@ -6655,8 +6661,8 @@
6661
"zh-cht": "主動設備共享",
6662
"hu": "Atív eszközmegosztás",
6663
"xloc": [
6658
- "default.handlebars->47->1031",
6659
- "default.handlebars->47->2068"
6664
+ "default.handlebars->47->1046",
6665
+ "default.handlebars->47->2103"
6666
]
6667
},
6668
{
@@ -6683,7 +6689,7 @@
6689
"zh-cht": "活動登錄令牌",
6690
"hu": "Aktív bejelentkezési tokenek",
6691
"xloc": [
6686
- "default.handlebars->47->1960"
6692
+ "default.handlebars->47->1995"
6693
]
6694
},
6695
{
@@ -6710,7 +6716,7 @@
6716
"zh-cht": "活躍用戶",
6717
"hu": "Aktív felhasználó",
6718
"xloc": [
6713
- "default.handlebars->47->909"
6719
+ "default.handlebars->47->924"
6720
]
6721
},
6722
{
@@ -6737,7 +6743,7 @@
6743
"zh-cht": "活躍用戶",
6744
"hu": "Aktív felhasználók",
6745
"xloc": [
6740
- "default.handlebars->47->908"
6746
+ "default.handlebars->47->923"
6747
]
6748
},
6749
{
@@ -6789,8 +6795,8 @@
6795
"hu": "Hozzáadás",
6796
"xloc": [
6797
"default-mobile.handlebars->11->649",
6792
- "default.handlebars->47->1357",
6793
- "default.handlebars->47->1362"
6798
+ "default.handlebars->47->1386",
6799
+ "default.handlebars->47->1391"
6800
]
6801
},
6802
{
@@ -6865,7 +6871,7 @@
6871
"zh-cht": "新增代理",
6872
"hu": "Agent hozzáadása",
6873
"xloc": [
6868
- "default.handlebars->47->2058",
6874
+ "default.handlebars->47->2093",
6875
"default.handlebars->47->472"
6876
]
6877
},
@@ -6917,9 +6923,9 @@
6923
"zh-cht": "新增裝置",
6924
"hu": "Eszköz hozzáadása",
6925
"xloc": [
6920
- "default.handlebars->47->2062",
6921
- "default.handlebars->47->2717",
6922
- "default.handlebars->47->2908",
6926
+ "default.handlebars->47->2097",
6927
+ "default.handlebars->47->2753",
6928
+ "default.handlebars->47->2947",
6929
"default.handlebars->47->476"
6930
]
6931
},
@@ -6947,7 +6953,7 @@
6953
"zh-cht": "新增裝置日誌",
6954
"hu": "Eszköz esemény hozzáadása",
6955
"xloc": [
6950
- "default.handlebars->47->1117"
6956
+ "default.handlebars->47->1132"
6957
]
6958
},
6959
{
@@ -6974,9 +6980,9 @@
6980
"zh-cht": "新增裝置群",
6981
"hu": "Eszközcsoport hozzáadása",
6982
"xloc": [
6977
- "default.handlebars->47->2205",
6978
- "default.handlebars->47->2711",
6979
- "default.handlebars->47->2896",
6983
+ "default.handlebars->47->2240",
6984
+ "default.handlebars->47->2747",
6985
+ "default.handlebars->47->2935",
6986
"default.handlebars->47->380"
6987
]
6988
},
@@ -7004,7 +7010,7 @@
7010
"zh-cht": "新增裝置群權限",
7011
"hu": "Eszközcsoport engedélyek hozzáadása",
7012
"xloc": [
7007
- "default.handlebars->47->2202"
7013
+ "default.handlebars->47->2237"
7014
]
7015
},
7016
{
@@ -7031,8 +7037,8 @@
7037
"zh-cht": "新增裝置權限",
7038
"hu": "Eszköz engedélyek hozzáadása",
7039
"xloc": [
7034
- "default.handlebars->47->2207",
7035
- "default.handlebars->47->2209"
7040
+ "default.handlebars->47->2242",
7041
+ "default.handlebars->47->2244"
7042
]
7043
},
7044
{
@@ -7188,7 +7194,7 @@
7194
"zh-cht": "新增成員身份",
7195
"hu": "Hozzáadás Felhasználói Csoporthoz",
7196
"xloc": [
7191
- "default.handlebars->47->2928"
7197
+ "default.handlebars->47->2967"
7198
]
7199
},
7200
{
@@ -7266,8 +7272,8 @@
7272
"zh-cht": "新增安全密鑰",
7273
"hu": "Biztonsági kulcs hozzáadása",
7274
"xloc": [
7269
- "default.handlebars->47->1675",
7270
- "default.handlebars->47->1676",
7275
+ "default.handlebars->47->1710",
7276
+ "default.handlebars->47->1711",
7277
"default.handlebars->47->240",
7278
"default.handlebars->47->242",
7279
"default.handlebars->47->245",
@@ -7298,8 +7304,8 @@
7304
"zh-cht": "新增用戶",
7305
"hu": "Felhasználó hozzáadása",
7306
"xloc": [
7301
- "default-mobile.handlebars->11->864",
7302
- "default.handlebars->47->1023"
7307
+ "default-mobile.handlebars->11->876",
7308
+ "default.handlebars->47->1038"
7309
]
7310
},
7311
{
@@ -7326,7 +7332,7 @@
7332
"zh-cht": "新增用戶裝置權限",
7333
"hu": "Felhasználói eszköz engedélyek hozzáadása",
7334
"xloc": [
7329
- "default.handlebars->47->2212"
7335
+ "default.handlebars->47->2247"
7336
]
7337
},
7338
{
@@ -7353,10 +7359,10 @@
7359
"zh-cht": "新增用戶群",
7360
"hu": "Felhasználói csoport hozzáadása",
7361
"xloc": [
7356
- "default.handlebars->47->1024",
7357
- "default.handlebars->47->2052",
7358
- "default.handlebars->47->2204",
7359
- "default.handlebars->47->2902"
7362
+ "default.handlebars->47->1039",
7363
+ "default.handlebars->47->2087",
7364
+ "default.handlebars->47->2239",
7365
+ "default.handlebars->47->2941"
7366
]
7367
},
7368
{
@@ -7383,7 +7389,7 @@
7389
"zh-cht": "新增用戶群裝置權限",
7390
"hu": "Felhasználói csoport eszköz engedélyek hozzáadása",
7391
"xloc": [
7386
- "default.handlebars->47->2214"
7392
+ "default.handlebars->47->2249"
7393
]
7394
},
7395
{
@@ -7410,7 +7416,7 @@
7416
"zh-cht": "將用戶新增到裝置群",
7417
"hu": "Felhasználó hozzáadása az eszköz csoporthoz",
7418
"xloc": [
7413
- "default-mobile.handlebars->11->904"
7419
+ "default-mobile.handlebars->11->916"
7420
]
7421
},
7422
{
@@ -7461,8 +7467,8 @@
7467
"zh-cht": "新增用戶",
7468
"hu": "Felhasználók hozzáadása",
7469
"xloc": [
7464
- "default.handlebars->47->2051",
7465
- "default.handlebars->47->2706"
7470
+ "default.handlebars->47->2086",
7471
+ "default.handlebars->47->2742"
7472
]
7473
},
7474
{
@@ -7489,7 +7495,7 @@
7495
"zh-cht": "將用戶新增到裝置群",
7496
"hu": "Felhasználók hozzáadása az eszköz csoporthoz",
7497
"xloc": [
7492
- "default.handlebars->47->2201"
7498
+ "default.handlebars->47->2236"
7499
]
7500
},
7501
{
@@ -7516,7 +7522,7 @@
7522
"zh-cht": "將用戶新增到用戶群",
7523
"hu": "Felhasználók hozzáadása az felhasználó csoporthoz",
7524
"xloc": [
7519
- "default.handlebars->47->2741"
7525
+ "default.handlebars->47->2777"
7526
]
7527
},
7528
{
@@ -7702,7 +7708,7 @@
7708
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
7709
"hu": "Adjon hozzá egy új számítógépet ehhez az eszközcsoporthoz a Mesh Agent telepítésével.",
7710
"xloc": [
7705
- "default.handlebars->47->2057",
7711
+ "default.handlebars->47->2092",
7712
"default.handlebars->47->471"
7713
]
7714
},
@@ -7730,7 +7736,7 @@
7736
"zh-cht": "添加位於本地網絡上的設備。",
7737
"hu": "Helyi hálózaton található eszköz hozzáadása.",
7738
"xloc": [
7733
- "default.handlebars->47->2061",
7739
+ "default.handlebars->47->2096",
7740
"default.handlebars->47->475"
7741
]
7742
},
@@ -7839,7 +7845,7 @@
7845
"zh-cht": "添加了身份驗證應用程序",
7846
"hu": "Hitelesítési alkalmazás hozzáadva",
7847
"xloc": [
7842
- "default.handlebars->47->2444"
7848
+ "default.handlebars->47->2479"
7849
]
7850
},
7851
{
@@ -7866,7 +7872,7 @@
7872
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
7873
"hu": "{0} eszközmegosztás hozzáadva {1} és {2} között",
7874
"xloc": [
7869
- "default.handlebars->47->2455"
7875
+ "default.handlebars->47->2490"
7876
]
7877
},
7878
{
@@ -7893,7 +7899,7 @@
7899
"zh-cht": "添加了每天重複的設備共享 {0}。",
7900
"hu": "Naponta ismétlődő {0} eszközmegosztás hozzáadva.",
7901
"xloc": [
7896
- "default.handlebars->47->2492"
7902
+ "default.handlebars->47->2527"
7903
]
7904
},
7905
{
@@ -7920,7 +7926,7 @@
7926
"zh-cht": "添加了每週重複的設備共享 {0}。",
7927
"hu": "Hetente ismétlődő {0} eszközmegosztás hozzáadva.",
7928
"xloc": [
7923
- "default.handlebars->47->2493"
7929
+ "default.handlebars->47->2528"
7930
]
7931
},
7932
{
@@ -7947,7 +7953,7 @@
7953
"zh-cht": "添加了無限時間的設備共享 {0}。",
7954
"hu": "{0} eszközmegosztás hozzáadva korlátlan ideig.",
7955
"xloc": [
7950
- "default.handlebars->47->2485"
7956
+ "default.handlebars->47->2520"
7957
]
7958
},
7959
{
@@ -7974,8 +7980,8 @@
7980
"zh-cht": "已將設備{0}添加到設備組{1}",
7981
"hu": "A(z) {0} eszköz hozzáadva a(z) {1} eszközcsoporthoz",
7982
"xloc": [
7977
- "default.handlebars->47->2411",
7978
- "default.handlebars->47->2438"
7983
+ "default.handlebars->47->2446",
7984
+ "default.handlebars->47->2473"
7985
]
7986
},
7987
{
@@ -8002,7 +8008,7 @@
8008
"zh-cht": "添加了登錄令牌",
8009
"hu": "Bejelentkezési token hozzáadva",
8010
"xloc": [
8005
- "default.handlebars->47->2469"
8011
+ "default.handlebars->47->2504"
8012
]
8013
},
8014
{
@@ -8029,7 +8035,7 @@
8035
"zh-cht": "增加推送通知認證設備",
8036
"hu": "Push értesítési hitelesítő eszköz hozzáadva",
8037
"xloc": [
8032
- "default.handlebars->47->2467"
8038
+ "default.handlebars->47->2502"
8039
]
8040
},
8041
{
@@ -8056,7 +8062,7 @@
8062
"zh-cht": "添加了安全密鑰",
8063
"hu": "Biztonsági kulcs hozzáadva",
8064
"xloc": [
8059
- "default.handlebars->47->2449"
8065
+ "default.handlebars->47->2484"
8066
]
8067
},
8068
{
@@ -8083,7 +8089,7 @@
8089
"zh-cht": "已將用戶組{0}添加到設備組{1}",
8090
"hu": "{0} felhasználói csoport hozzáadva a(z) {1} eszközcsoporthoz",
8091
"xloc": [
8086
- "default.handlebars->47->2422"
8092
+ "default.handlebars->47->2457"
8093
]
8094
},
8095
{
@@ -8110,8 +8116,8 @@
8116
"zh-cht": "已將用戶{0}添加到用戶組{1}",
8117
"hu": "{0} felhasználó hozzáadva a(z) {1} felhasználói csoporthoz",
8118
"xloc": [
8113
- "default.handlebars->47->2425",
8114
- "default.handlebars->47->2434"
8119
+ "default.handlebars->47->2460",
8120
+ "default.handlebars->47->2469"
8121
]
8122
},
8123
{
@@ -8192,8 +8198,8 @@
8198
"zh-cht": "管理員控制模式(ACM)",
8199
"hu": "Admin Control Mode (ACM)",
8200
"xloc": [
8195
- "default-mobile.handlebars->11->781",
8196
- "default.handlebars->47->1549"
8201
+ "default-mobile.handlebars->11->792",
8202
+ "default.handlebars->47->1580"
8203
]
8204
},
8205
{
@@ -8220,8 +8226,8 @@
8226
"zh-cht": "管理員憑證",
8227
"hu": "Adminisztrátor Hitelesítő adatok",
8228
"xloc": [
8223
- "default-mobile.handlebars->11->787",
8224
- "default.handlebars->47->1555"
8229
+ "default-mobile.handlebars->11->798",
8230
+ "default.handlebars->47->1586"
8231
]
8232
},
8233
{
@@ -8276,7 +8282,7 @@
8282
"zh-cht": "管理領域",
8283
"hu": "Adminisztratív Realms",
8284
"xloc": [
8279
- "default.handlebars->47->2793"
8285
+ "default.handlebars->47->2829"
8286
]
8287
},
8288
{
@@ -8331,7 +8337,7 @@
8337
"zh-cht": "管理領域",
8338
"hu": "Adminisztratív Realms",
8339
"xloc": [
8334
- "default.handlebars->47->2638"
8340
+ "default.handlebars->47->2674"
8341
]
8342
},
8343
{
@@ -8358,7 +8364,7 @@
8364
"zh-cht": "管理員",
8365
"hu": "Adminisztrátor",
8366
"xloc": [
8361
- "default.handlebars->47->2563"
8367
+ "default.handlebars->47->2599"
8368
]
8369
},
8370
{
@@ -8386,7 +8392,8 @@
8392
"hu": "afrikai",
8393
"xloc": [
8394
"default-mobile.handlebars->11->104",
8389
- "default.handlebars->47->1678"
8395
+ "default.handlebars->47->1713",
8396
+ "login2.handlebars->7->1"
8397
]
8398
},
8399
{
@@ -8417,9 +8424,9 @@
8424
"default-mobile.handlebars->11->463",
8425
"default-mobile.handlebars->11->520",
8426
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8420
- "default.handlebars->47->2285",
8421
- "default.handlebars->47->2298",
8422
- "default.handlebars->47->3152",
8427
+ "default.handlebars->47->2320",
8428
+ "default.handlebars->47->2333",
8429
+ "default.handlebars->47->3191",
8430
"default.handlebars->47->400",
8431
"default.handlebars->47->680",
8432
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8450,8 +8457,8 @@
8457
"zh-cht": "代理+Intel® AMT",
8458
"hu": "Agent + Intel® AMT",
8459
"xloc": [
8453
- "default.handlebars->47->2287",
8454
- "default.handlebars->47->2300"
8460
+ "default.handlebars->47->2322",
8461
+ "default.handlebars->47->2335"
8462
]
8463
},
8464
{
@@ -8506,9 +8513,9 @@
8513
"zh-cht": "代理控制台",
8514
"hu": "Agent konzol",
8515
"xloc": [
8509
- "default-mobile.handlebars->11->910",
8510
- "default.handlebars->47->2222",
8511
- "default.handlebars->47->762"
8516
+ "default-mobile.handlebars->11->922",
8517
+ "default.handlebars->47->2257",
8518
+ "default.handlebars->47->768"
8519
]
8520
},
8521
{
@@ -8535,7 +8542,7 @@
8542
"zh-cht": "代理錯誤計數器",
8543
"hu": "Agrnt hiba számlálók",
8544
"xloc": [
8538
- "default.handlebars->47->3121"
8545
+ "default.handlebars->47->3160"
8546
]
8547
},
8548
{
@@ -8723,8 +8730,8 @@
8730
"zh-cht": "代理自行共享",
8731
"hu": "Agent Ön-Megosztás",
8732
"xloc": [
8726
- "default.handlebars->47->1052",
8727
- "default.handlebars->47->2089"
8733
+ "default.handlebars->47->1067",
8734
+ "default.handlebars->47->2124"
8735
]
8736
},
8737
{
@@ -8751,7 +8758,7 @@
8758
"zh-cht": "代理時段",
8759
"hu": "Agent munkamenetek",
8760
"xloc": [
8754
- "default.handlebars->47->3137"
8761
+ "default.handlebars->47->3176"
8762
]
8763
},
8764
{
@@ -8803,7 +8810,7 @@
8810
"hu": "Agent Cimke",
8811
"xloc": [
8812
"default-mobile.handlebars->11->517",
8806
- "default.handlebars->47->887"
8813
+ "default.handlebars->47->893"
8814
]
8815
},
8816
{
@@ -8858,7 +8865,7 @@
8865
"zh-cht": "代理類型",
8866
"hu": "Agent típusok",
8867
"xloc": [
8861
- "default.handlebars->47->2296",
8868
+ "default.handlebars->47->2331",
8869
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
8870
]
8871
},
@@ -8914,7 +8921,7 @@
8921
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
8922
"hu": "Az Agent lezárta a munkamenetet {0}%-os ügynök-szerver-tömörítéssel. Elküldve: {1}, tömörítve: {2}",
8923
"xloc": [
8917
- "default.handlebars->47->2408"
8924
+ "default.handlebars->47->2443"
8925
]
8926
},
8927
{
@@ -8941,8 +8948,8 @@
8948
"zh-cht": "代理已連接",
8949
"hu": "Agent csatlakozott",
8950
"xloc": [
8944
- "default.handlebars->47->1010",
8945
- "default.handlebars->47->1011",
8951
+ "default.handlebars->47->1025",
8952
+ "default.handlebars->47->1026",
8953
"default.handlebars->47->256"
8954
]
8955
},
@@ -9123,8 +9130,8 @@
9130
"zh-cht": "代理離線",
9131
"hu": "Offline Agent",
9132
"xloc": [
9126
- "default-mobile.handlebars->11->831",
9127
- "default.handlebars->47->1600"
9133
+ "default-mobile.handlebars->11->843",
9134
+ "default.handlebars->47->1632"
9135
]
9136
},
9137
{
@@ -9151,8 +9158,8 @@
9158
"zh-cht": "代理在線",
9159
"hu": "Online Agent",
9160
"xloc": [
9154
- "default-mobile.handlebars->11->830",
9155
- "default.handlebars->47->1599"
9161
+ "default-mobile.handlebars->11->842",
9162
+ "default.handlebars->47->1631"
9163
]
9164
},
9165
{
@@ -9251,7 +9258,7 @@
9258
"zh-cht": "代理在特權降低的遠程設備上運行。",
9259
"hu": "Az Agent csökkentett jogosultságokkal fut a távoli eszközön.",
9260
"xloc": [
9254
- "default.handlebars->47->1004"
9261
+ "default.handlebars->47->1019"
9262
]
9263
},
9264
{
@@ -9374,8 +9381,8 @@
9381
"zh-cht": "代理",
9382
"hu": "Agent-ek",
9383
"xloc": [
9377
- "default.handlebars->47->2253",
9378
- "default.handlebars->47->3165",
9384
+ "default.handlebars->47->2288",
9385
+ "default.handlebars->47->3204",
9386
"default.handlebars->47->560"
9387
]
9388
},
@@ -9404,7 +9411,15 @@
9411
"hu": "albán",
9412
"xloc": [
9413
"default-mobile.handlebars->11->105",
9407
- "default.handlebars->47->1679"
9414
+ "default.handlebars->47->1714",
9415
+ "login2.handlebars->7->2"
9416
+ ]
9417
+ },
9418
+ {
9419
+ "en": "Alert Box",
9420
+ "xloc": [
9421
+ "default.handlebars->47->1149",
9422
+ "default.handlebars->47->731"
9423
]
9424
},
9425
{
@@ -9434,7 +9449,7 @@
9449
"default-mobile.handlebars->11->355",
9450
"default-mobile.handlebars->11->687",
9451
"default-mobile.handlebars->11->689",
9437
- "default.handlebars->47->2985",
9452
+ "default.handlebars->47->3024",
9453
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
9454
]
9455
},
@@ -9462,7 +9477,7 @@
9477
"zh-cht": "全部可用",
9478
"hu": "Összes elérhető",
9479
"xloc": [
9465
- "default.handlebars->47->2525"
9480
+ "default.handlebars->47->2561"
9481
]
9482
},
9483
{
@@ -9489,7 +9504,7 @@
9504
"zh-cht": "所有可用的代理",
9505
"hu": "Az összes rendelkezésre álló Agent",
9506
"xloc": [
9492
- "default.handlebars->47->2254",
9507
+ "default.handlebars->47->2289",
9508
"default.handlebars->47->561"
9509
]
9510
},
@@ -9517,7 +9532,7 @@
9532
"zh-cht": "所有顯示",
9533
"hu": "Összes Kijelző",
9534
"xloc": [
9520
- "default.handlebars->47->1395"
9535
+ "default.handlebars->47->1424"
9536
]
9537
},
9538
{
@@ -9544,7 +9559,7 @@
9559
"zh-cht": "所有事件",
9560
"hu": "Összes Esemény",
9561
"xloc": [
9547
- "default.handlebars->47->2523"
9562
+ "default.handlebars->47->2559"
9563
]
9564
},
9565
{
@@ -9571,9 +9586,9 @@
9586
"zh-cht": "全部聚焦",
9587
"hu": "Teljes Focus mode",
9588
"xloc": [
9574
- "default.handlebars->47->1326",
9575
- "default.handlebars->47->1328",
9576
- "default.handlebars->47->1329"
9589
+ "default.handlebars->47->1355",
9590
+ "default.handlebars->47->1357",
9591
+ "default.handlebars->47->1358"
9592
]
9593
},
9594
{
@@ -9627,8 +9642,8 @@
9642
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
9643
"hu": "Engedélyezi a felhasználók számára az eszközcsoport és a csoportba tartozó eszközök kezelését.",
9644
"xloc": [
9630
- "default.handlebars->47->2166",
9631
- "default.handlebars->47->2738"
9645
+ "default.handlebars->47->2201",
9646
+ "default.handlebars->47->2774"
9647
]
9648
},
9649
{
@@ -9655,7 +9670,7 @@
9670
"zh-cht": "允許用戶管理此裝置。",
9671
"hu": "Engedélyezze a felhasználóknak, hogy kezeljék ezt az eszközt.",
9672
"xloc": [
9658
- "default.handlebars->47->2167"
9673
+ "default.handlebars->47->2202"
9674
]
9675
},
9676
{
@@ -9763,8 +9778,8 @@
9778
"xloc": [
9779
"default-mobile.handlebars->11->642",
9780
"default-mobile.handlebars->11->646",
9766
- "default.handlebars->47->1350",
9767
- "default.handlebars->47->1354"
9781
+ "default.handlebars->47->1379",
9782
+ "default.handlebars->47->1383"
9783
]
9784
},
9785
{
@@ -9791,7 +9806,7 @@
9806
"zh-cht": "替代Shell",
9807
"hu": "Alternatív Shell",
9808
"xloc": [
9794
- "default.handlebars->47->1316"
9809
+ "default.handlebars->47->1345"
9810
]
9811
},
9812
{
@@ -9874,7 +9889,7 @@
9889
"zh-cht": "備用(F10 = ESC + 0)",
9890
"hu": "Alternatív (F10 = ESC+0)",
9891
"xloc": [
9877
- "default.handlebars->47->1429",
9892
+ "default.handlebars->47->1458",
9893
"sharing.handlebars->11->37"
9894
]
9895
},
@@ -9957,10 +9972,10 @@
9972
"zh-cht": "一直通知",
9973
"hu": "Minden kapcsolat értesítés",
9974
"xloc": [
9960
- "default.handlebars->47->2028",
9961
- "default.handlebars->47->2697",
9962
- "default.handlebars->47->2802",
9963
- "default.handlebars->47->918"
9975
+ "default.handlebars->47->2063",
9976
+ "default.handlebars->47->2733",
9977
+ "default.handlebars->47->2838",
9978
+ "default.handlebars->47->933"
9979
]
9980
},
9981
{
@@ -9987,10 +10002,10 @@
10002
"zh-cht": "一直提示",
10003
"hu": "Minden kapcsolat engedélykérés",
10004
"xloc": [
9990
- "default.handlebars->47->2029",
9991
- "default.handlebars->47->2698",
9992
- "default.handlebars->47->2803",
9993
- "default.handlebars->47->919"
10005
+ "default.handlebars->47->2064",
10006
+ "default.handlebars->47->2734",
10007
+ "default.handlebars->47->2839",
10008
+ "default.handlebars->47->934"
10009
]
10010
},
10011
{
@@ -10080,7 +10095,7 @@
10095
"hu": "Ismeretlen hiba történt.",
10096
"de": "Ein unbekannter Fehler ist aufgetreten.",
10097
"xloc": [
10083
- "default.handlebars->47->2937"
10098
+ "default.handlebars->47->2976"
10099
]
10100
},
10101
{
@@ -10219,7 +10234,7 @@
10234
"zh-cht": "安卓安裝",
10235
"hu": "Android Telepítés",
10236
"xloc": [
10222
- "default-mobile.handlebars->11->884"
10237
+ "default-mobile.handlebars->11->896"
10238
]
10239
},
10240
{
@@ -10280,8 +10295,8 @@
10295
"zh-cht": "殺毒軟件未激活",
10296
"hu": "A vírusirtó nem aktív",
10297
"xloc": [
10283
- "default.handlebars->47->2289",
10284
- "default.handlebars->47->2303"
10298
+ "default.handlebars->47->2324",
10299
+ "default.handlebars->47->2338"
10300
]
10301
},
10302
{
@@ -10308,8 +10323,8 @@
10323
"zh-cht": "防毒軟體",
10324
"hu": "Antivírus",
10325
"xloc": [
10311
- "default-mobile.handlebars->11->744",
10312
- "default.handlebars->47->906"
10326
+ "default-mobile.handlebars->11->755",
10327
+ "default.handlebars->47->921"
10328
]
10329
},
10330
{
@@ -10650,7 +10665,8 @@
10665
"hu": "arab (Algéria)",
10666
"xloc": [
10667
"default-mobile.handlebars->11->107",
10653
- "default.handlebars->47->1681"
10668
+ "default.handlebars->47->1716",
10669
+ "login2.handlebars->7->4"
10670
]
10671
},
10672
{
@@ -10678,7 +10694,8 @@
10694
"hu": "arab (Bahrein)",
10695
"xloc": [
10696
"default-mobile.handlebars->11->108",
10681
- "default.handlebars->47->1682"
10697
+ "default.handlebars->47->1717",
10698
+ "login2.handlebars->7->5"
10699
]
10700
},
10701
{
@@ -10706,7 +10723,8 @@
10723
"hu": "arab (Egyiptom)",
10724
"xloc": [
10725
"default-mobile.handlebars->11->109",
10709
- "default.handlebars->47->1683"
10726
+ "default.handlebars->47->1718",
10727
+ "login2.handlebars->7->6"
10728
]
10729
},
10730
{
@@ -10734,7 +10752,8 @@
10752
"hu": "arab (Irak)",
10753
"xloc": [
10754
"default-mobile.handlebars->11->110",
10737
- "default.handlebars->47->1684"
10755
+ "default.handlebars->47->1719",
10756
+ "login2.handlebars->7->7"
10757
]
10758
},
10759
{
@@ -10762,7 +10781,8 @@
10781
"hu": "arab (Jordánia)",
10782
"xloc": [
10783
"default-mobile.handlebars->11->111",
10765
- "default.handlebars->47->1685"
10784
+ "default.handlebars->47->1720",
10785
+ "login2.handlebars->7->8"
10786
]
10787
},
10788
{
@@ -10790,7 +10810,8 @@
10810
"hu": "arab (Kuvait)",
10811
"xloc": [
10812
"default-mobile.handlebars->11->112",
10793
- "default.handlebars->47->1686"
10813
+ "default.handlebars->47->1721",
10814
+ "login2.handlebars->7->9"
10815
]
10816
},
10817
{
@@ -10818,7 +10839,8 @@
10839
"hu": "arab (Libanon)",
10840
"xloc": [
10841
"default-mobile.handlebars->11->113",
10821
- "default.handlebars->47->1687"
10842
+ "default.handlebars->47->1722",
10843
+ "login2.handlebars->7->10"
10844
]
10845
},
10846
{
@@ -10846,7 +10868,8 @@
10868
"hu": "arab (Líbia)",
10869
"xloc": [
10870
"default-mobile.handlebars->11->114",
10849
- "default.handlebars->47->1688"
10871
+ "default.handlebars->47->1723",
10872
+ "login2.handlebars->7->11"
10873
]
10874
},
10875
{
@@ -10874,7 +10897,8 @@
10897
"hu": "arab (Marokkó)",
10898
"xloc": [
10899
"default-mobile.handlebars->11->115",
10877
- "default.handlebars->47->1689"
10900
+ "default.handlebars->47->1724",
10901
+ "login2.handlebars->7->12"
10902
]
10903
},
10904
{
@@ -10902,7 +10926,8 @@
10926
"hu": "arab (Omán)",
10927
"xloc": [
10928
"default-mobile.handlebars->11->116",
10905
- "default.handlebars->47->1690"
10929
+ "default.handlebars->47->1725",
10930
+ "login2.handlebars->7->13"
10931
]
10932
},
10933
{
@@ -10930,7 +10955,8 @@
10955
"hu": "arab (Katar)",
10956
"xloc": [
10957
"default-mobile.handlebars->11->117",
10933
- "default.handlebars->47->1691"
10958
+ "default.handlebars->47->1726",
10959
+ "login2.handlebars->7->14"
10960
]
10961
},
10962
{
@@ -10958,7 +10984,8 @@
10984
"hu": "arab (Szaúd-Arábia)",
10985
"xloc": [
10986
"default-mobile.handlebars->11->118",
10961
- "default.handlebars->47->1692"
10987
+ "default.handlebars->47->1727",
10988
+ "login2.handlebars->7->15"
10989
]
10990
},
10991
{
@@ -10986,7 +11013,8 @@
11013
"hu": "arab",
11014
"xloc": [
11015
"default-mobile.handlebars->11->106",
10989
- "default.handlebars->47->1680"
11016
+ "default.handlebars->47->1715",
11017
+ "login2.handlebars->7->3"
11018
]
11019
},
11020
{
@@ -11014,7 +11042,8 @@
11042
"hu": "arab (Szíria)",
11043
"xloc": [
11044
"default-mobile.handlebars->11->119",
11017
- "default.handlebars->47->1693"
11045
+ "default.handlebars->47->1728",
11046
+ "login2.handlebars->7->16"
11047
]
11048
},
11049
{
@@ -11042,7 +11071,8 @@
11071
"hu": "arab (Tunézia)",
11072
"xloc": [
11073
"default-mobile.handlebars->11->120",
11045
- "default.handlebars->47->1694"
11074
+ "default.handlebars->47->1729",
11075
+ "login2.handlebars->7->17"
11076
]
11077
},
11078
{
@@ -11070,7 +11100,8 @@
11100
"hu": "arab (Egyesült Arab Emírségek)",
11101
"xloc": [
11102
"default-mobile.handlebars->11->121",
11073
- "default.handlebars->47->1695"
11103
+ "default.handlebars->47->1730",
11104
+ "login2.handlebars->7->18"
11105
]
11106
},
11107
{
@@ -11098,7 +11129,8 @@
11129
"hu": "arab (Jemen)",
11130
"xloc": [
11131
"default-mobile.handlebars->11->122",
11101
- "default.handlebars->47->1696"
11132
+ "default.handlebars->47->1731",
11133
+ "login2.handlebars->7->19"
11134
]
11135
},
11136
{
@@ -11126,7 +11158,8 @@
11158
"hu": "aragóniai",
11159
"xloc": [
11160
"default-mobile.handlebars->11->123",
11129
- "default.handlebars->47->1697"
11161
+ "default.handlebars->47->1732",
11162
+ "login2.handlebars->7->20"
11163
]
11164
},
11165
{
@@ -11156,9 +11189,9 @@
11189
"default-mobile.handlebars->11->722",
11190
"default-mobile.handlebars->11->724",
11191
"default-mobile.handlebars->11->726",
11159
- "default.handlebars->47->1498",
11160
- "default.handlebars->47->1500",
11161
- "default.handlebars->47->1502"
11192
+ "default.handlebars->47->1527",
11193
+ "default.handlebars->47->1529",
11194
+ "default.handlebars->47->1531"
11195
]
11196
},
11197
{
@@ -11212,8 +11245,8 @@
11245
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
11246
"hu": "Biztos, hogy törölni szeretné a {0} csoportot? Az eszközcsoport törlése a csoportba tartozó eszközökre vonatkozó összes információt is törli.",
11247
"xloc": [
11215
- "default-mobile.handlebars->11->871",
11216
- "default.handlebars->47->2133"
11248
+ "default-mobile.handlebars->11->883",
11249
+ "default.handlebars->47->2168"
11250
]
11251
},
11252
{
@@ -11240,7 +11273,7 @@
11273
"zh-cht": "你確定要刪除節點{0}嗎?",
11274
"hu": "Biztos, hogy törölni akarja a {0} node-ot?",
11275
"xloc": [
11243
- "default.handlebars->47->1243"
11276
+ "default.handlebars->47->1272"
11277
]
11278
},
11279
{
@@ -11267,7 +11300,7 @@
11300
"zh-cht": "你確定要卸載所選代理嗎?",
11301
"hu": "Biztos, hogy eltávolítja a kiválasztott Agentet?",
11302
"xloc": [
11270
- "default.handlebars->47->1232"
11303
+ "default.handlebars->47->1261"
11304
]
11305
},
11306
{
@@ -11294,7 +11327,7 @@
11327
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
11328
"hu": "Biztos, hogy eltávolítja a(z) {0} Agentet?",
11329
"xloc": [
11297
- "default.handlebars->47->1231"
11330
+ "default.handlebars->47->1260"
11331
]
11332
},
11333
{
@@ -11321,7 +11354,7 @@
11354
"zh-cht": "你確定要{0}外掛嗎:{1}",
11355
"hu": "Biztosm, hogy {0} szeretné használni a következő beépülő modult: {1}",
11356
"xloc": [
11324
- "default.handlebars->47->3217"
11357
+ "default.handlebars->47->3256"
11358
]
11359
},
11360
{
@@ -11377,7 +11410,8 @@
11410
"hu": "örmény",
11411
"xloc": [
11412
"default-mobile.handlebars->11->124",
11380
- "default.handlebars->47->1698"
11413
+ "default.handlebars->47->1733",
11414
+ "login2.handlebars->7->21"
11415
]
11416
},
11417
{
@@ -11568,7 +11602,8 @@
11602
"hu": "asszámi",
11603
"xloc": [
11604
"default-mobile.handlebars->11->125",
11571
- "default.handlebars->47->1699"
11605
+ "default.handlebars->47->1734",
11606
+ "login2.handlebars->7->22"
11607
]
11608
},
11609
{
@@ -11731,7 +11766,8 @@
11766
"hu": "asztúriai",
11767
"xloc": [
11768
"default-mobile.handlebars->11->126",
11734
- "default.handlebars->47->1700"
11769
+ "default.handlebars->47->1735",
11770
+ "login2.handlebars->7->23"
11771
]
11772
},
11773
{
@@ -11758,7 +11794,7 @@
11794
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
11795
"hu": "Intel(R) AMT ACM üzemmód aktiválásának kísérlete",
11796
"xloc": [
11761
- "default.handlebars->47->2377"
11797
+ "default.handlebars->47->2412"
11798
]
11799
},
11800
{
@@ -11812,9 +11848,9 @@
11848
"default-mobile.handlebars->11->658",
11849
"default-mobile.handlebars->11->662",
11850
"default-mobile.handlebars->11->674",
11815
- "default.handlebars->47->1404",
11816
- "default.handlebars->47->1408",
11817
- "default.handlebars->47->1420",
11851
+ "default.handlebars->47->1433",
11852
+ "default.handlebars->47->1437",
11853
+ "default.handlebars->47->1449",
11854
"ssh.handlebars->3->21",
11855
"ssh.handlebars->3->22",
11856
"ssh.handlebars->3->5",
@@ -11845,7 +11881,7 @@
11881
"zh-cht": "認證軟體",
11882
"hu": "Hitelesítő alkalmazás beállítva",
11883
"xloc": [
11848
- "default.handlebars->47->2806"
11884
+ "default.handlebars->47->2842"
11885
]
11886
},
11887
{
@@ -11872,9 +11908,9 @@
11908
"zh-cht": "認證設備",
11909
"hu": "Hitelesítési eszköz",
11910
"xloc": [
11875
- "default.handlebars->47->1661",
11876
- "default.handlebars->47->1663",
11877
- "default.handlebars->47->1667"
11911
+ "default.handlebars->47->1696",
11912
+ "default.handlebars->47->1698",
11913
+ "default.handlebars->47->1702"
11914
]
11915
},
11916
{
@@ -11903,8 +11939,8 @@
11939
"xloc": [
11940
"default-mobile.handlebars->11->675",
11941
"default-mobile.handlebars->11->681",
11906
- "default.handlebars->47->1422",
11907
- "default.handlebars->47->1437"
11942
+ "default.handlebars->47->1451",
11943
+ "default.handlebars->47->1466"
11944
]
11945
},
11946
{
@@ -11935,8 +11971,8 @@
11971
"default-mobile.handlebars->11->311",
11972
"default-mobile.handlebars->11->70",
11973
"default-mobile.handlebars->11->73",
11938
- "default.handlebars->47->1657",
11939
- "default.handlebars->47->1659",
11974
+ "default.handlebars->47->1692",
11975
+ "default.handlebars->47->1694",
11976
"default.handlebars->47->215",
11977
"default.handlebars->47->220"
11978
]
@@ -12073,8 +12109,8 @@
12109
"zh-cht": "自動刪除",
12110
"hu": "Automatikus eltávolítás",
12111
"xloc": [
12076
- "default.handlebars->47->2013",
12077
- "default.handlebars->47->2516"
12112
+ "default.handlebars->47->2048",
12113
+ "default.handlebars->47->2552"
12114
]
12115
},
12116
{
@@ -12132,7 +12168,7 @@
12168
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
12169
"hu": "Agent core dump fájl automatikus letöltése: \\\"{0}\\\"",
12170
"xloc": [
12135
- "default.handlebars->47->2458"
12171
+ "default.handlebars->47->2493"
12172
]
12173
},
12174
{
@@ -12238,7 +12274,7 @@
12274
"zh-cht": "自動移除非活動設備",
12275
"hu": "Az inaktív eszközök automatikus eltávolítása",
12276
"xloc": [
12241
- "default.handlebars->47->2161"
12277
+ "default.handlebars->47->2196"
12278
]
12279
},
12280
{
@@ -12265,7 +12301,7 @@
12301
"zh-cht": "可用內存",
12302
"hu": "Elérhető memória",
12303
"xloc": [
12268
- "default.handlebars->47->3146"
12304
+ "default.handlebars->47->3185"
12305
]
12306
},
12307
{
@@ -12293,7 +12329,8 @@
12329
"hu": "azerbajdzsáni",
12330
"xloc": [
12331
"default-mobile.handlebars->11->127",
12296
- "default.handlebars->47->1701"
12332
+ "default.handlebars->47->1736",
12333
+ "login2.handlebars->7->24"
12334
]
12335
},
12336
{
@@ -12320,12 +12357,12 @@
12357
"zh-cht": "壞的",
12358
"hu": "Rossz",
12359
"xloc": [
12323
- "default-mobile.handlebars->11->731",
12324
- "default-mobile.handlebars->11->735",
12325
- "default-mobile.handlebars->11->739",
12326
- "default.handlebars->47->893",
12327
- "default.handlebars->47->897",
12328
- "default.handlebars->47->901"
12360
+ "default-mobile.handlebars->11->733",
12361
+ "default-mobile.handlebars->11->737",
12362
+ "default-mobile.handlebars->11->741",
12363
+ "default.handlebars->47->899",
12364
+ "default.handlebars->47->903",
12365
+ "default.handlebars->47->907"
12366
]
12367
},
12368
{
@@ -12352,8 +12389,8 @@
12389
"zh-cht": "的BIOS",
12390
"hu": "BIOS",
12391
"xloc": [
12355
- "default-mobile.handlebars->11->796",
12356
- "default.handlebars->47->1564"
12392
+ "default-mobile.handlebars->11->807",
12393
+ "default.handlebars->47->1595"
12394
]
12395
},
12396
{
@@ -12471,7 +12508,7 @@
12508
"hu": "BackSpace",
12509
"xloc": [
12510
"default-mobile.handlebars->11->623",
12474
- "default.handlebars->47->1332"
12511
+ "default.handlebars->47->1361"
12512
]
12513
},
12514
{
@@ -12525,8 +12562,8 @@
12562
"zh-cht": "背景與互動",
12563
"hu": "Háttérben és interaktív módon",
12564
"xloc": [
12528
- "default.handlebars->47->2260",
12529
- "default.handlebars->47->2267",
12565
+ "default.handlebars->47->2295",
12566
+ "default.handlebars->47->2302",
12567
"default.handlebars->47->547",
12568
"default.handlebars->47->568"
12569
]
@@ -12555,8 +12592,8 @@
12592
"zh-cht": "僅背景",
12593
"hu": "Csak háttérben",
12594
"xloc": [
12558
- "default.handlebars->47->2261",
12559
- "default.handlebars->47->2268",
12595
+ "default.handlebars->47->2296",
12596
+ "default.handlebars->47->2303",
12597
"default.handlebars->47->548",
12598
"default.handlebars->47->569",
12599
"default.handlebars->47->585"
@@ -12614,8 +12651,8 @@
12651
"zh-cht": "備用碼",
12652
"hu": "Biztonsági kódok generálva",
12653
"xloc": [
12617
- "default.handlebars->47->2809",
12618
- "default.handlebars->47->3033"
12654
+ "default.handlebars->47->2845",
12655
+ "default.handlebars->47->3072"
12656
]
12657
},
12658
{
@@ -12697,7 +12734,7 @@
12734
"zh-cht": "錯誤的簽名",
12735
"hu": "Rossz aláírás",
12736
"xloc": [
12700
- "default.handlebars->47->3128"
12737
+ "default.handlebars->47->3167"
12738
]
12739
},
12740
{
@@ -12724,7 +12761,7 @@
12761
"zh-cht": "錯誤的網絡憑證",
12762
"hu": "Rossz web tanúsítvány",
12763
"xloc": [
12727
- "default.handlebars->47->3127"
12764
+ "default.handlebars->47->3166"
12765
]
12766
},
12767
{
@@ -12752,7 +12789,8 @@
12789
"hu": "baszk",
12790
"xloc": [
12791
"default-mobile.handlebars->11->128",
12755
- "default.handlebars->47->1702"
12792
+ "default.handlebars->47->1737",
12793
+ "login2.handlebars->7->25"
12794
]
12795
},
12796
{
@@ -12779,7 +12817,7 @@
12817
"zh-cht": "批處理文件上傳",
12818
"hu": "Kötegelt fájl feltölés",
12819
"xloc": [
12782
- "default.handlebars->47->738"
12820
+ "default.handlebars->47->744"
12821
]
12822
},
12823
{
@@ -12833,7 +12871,7 @@
12871
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
12872
"hu": "{0} fájl kötegelt feltöltése a(z) {1} mappába",
12873
"xloc": [
12836
- "default.handlebars->47->2457"
12874
+ "default.handlebars->47->2492"
12875
]
12876
},
12877
{
@@ -12861,7 +12899,8 @@
12899
"hu": "fehérorosz",
12900
"xloc": [
12901
"default-mobile.handlebars->11->130",
12864
- "default.handlebars->47->1704"
12902
+ "default.handlebars->47->1739",
12903
+ "login2.handlebars->7->27"
12904
]
12905
},
12906
{
@@ -12889,7 +12928,8 @@
12928
"hu": "bengáli",
12929
"xloc": [
12930
"default-mobile.handlebars->11->131",
12892
- "default.handlebars->47->1705"
12931
+ "default.handlebars->47->1740",
12932
+ "login2.handlebars->7->28"
12933
]
12934
},
12935
{
@@ -12949,8 +12989,8 @@
12989
{
12990
"en": "BitLocker",
12991
"xloc": [
12952
- "default-mobile.handlebars->11->745",
12953
- "default.handlebars->47->907"
12992
+ "default-mobile.handlebars->11->756",
12993
+ "default.handlebars->47->922"
12994
]
12995
},
12996
{
@@ -12977,8 +13017,8 @@
13017
"zh-cht": "引導加載程序",
13018
"hu": "Rendszerbetöltő",
13019
"xloc": [
12980
- "default-mobile.handlebars->11->758",
12981
- "default.handlebars->47->1516"
13020
+ "default-mobile.handlebars->11->769",
13021
+ "default.handlebars->47->1547"
13022
]
13023
},
13024
{
@@ -13006,7 +13046,8 @@
13046
"hu": "bosznia",
13047
"xloc": [
13048
"default-mobile.handlebars->11->132",
13009
- "default.handlebars->47->1706"
13049
+ "default.handlebars->47->1741",
13050
+ "login2.handlebars->7->29"
13051
]
13052
},
13053
{
@@ -13034,7 +13075,8 @@
13075
"hu": "breton",
13076
"xloc": [
13077
"default-mobile.handlebars->11->133",
13037
- "default.handlebars->47->1707"
13078
+ "default.handlebars->47->1742",
13079
+ "login2.handlebars->7->30"
13080
]
13081
},
13082
{
@@ -13061,7 +13103,7 @@
13103
"zh-cht": "廣播",
13104
"hu": "Broadcast üzenet...",
13105
"xloc": [
13064
- "default.handlebars->47->2704",
13106
+ "default.handlebars->47->2740",
13107
"default.handlebars->container->column_l->p4->3->1->0->3->1"
13108
]
13109
},
@@ -13089,7 +13131,7 @@
13131
"zh-cht": "廣播消息",
13132
"hu": "Broadcast üzenet",
13133
"xloc": [
13092
- "default.handlebars->47->2620"
13134
+ "default.handlebars->47->2656"
13135
]
13136
},
13137
{
@@ -13116,7 +13158,7 @@
13158
"zh-cht": "向所有連接的用戶廣播消息。",
13159
"hu": "Üzenet küldése az összes csatlakoztatott felhasználónak.",
13160
"xloc": [
13119
- "default.handlebars->47->2615"
13161
+ "default.handlebars->47->2651"
13162
]
13163
},
13164
{
@@ -13143,7 +13185,7 @@
13185
"zh-cht": "瀏覽器",
13186
"hu": "Böngésző",
13187
"xloc": [
13146
- "default.handlebars->47->3007"
13188
+ "default.handlebars->47->3046"
13189
]
13190
},
13191
{
@@ -13226,7 +13268,8 @@
13268
"hu": "bolgár",
13269
"xloc": [
13270
"default-mobile.handlebars->11->129",
13229
- "default.handlebars->47->1703"
13271
+ "default.handlebars->47->1738",
13272
+ "login2.handlebars->7->26"
13273
]
13274
},
13275
{
@@ -13254,7 +13297,8 @@
13297
"hu": "burmai",
13298
"xloc": [
13299
"default-mobile.handlebars->11->134",
13257
- "default.handlebars->47->1708"
13300
+ "default.handlebars->47->1743",
13301
+ "login2.handlebars->7->31"
13302
]
13303
},
13304
{
@@ -13281,7 +13325,7 @@
13325
"zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
13326
"hu": "Alapértelmezés szerint az inaktív eszközök 1 nap után eltávolításra kerülnek.",
13327
"xloc": [
13284
- "default.handlebars->47->2163"
13328
+ "default.handlebars->47->2198"
13329
]
13330
},
13331
{
@@ -13308,7 +13352,7 @@
13352
"zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
13353
"hu": "Alapértelmezés szerint az inaktív eszközök {0} nap után eltávolításra kerülnek.",
13354
"xloc": [
13311
- "default.handlebars->47->2164"
13355
+ "default.handlebars->47->2199"
13356
]
13357
},
13358
{
@@ -13342,7 +13386,7 @@
13386
"zh-cht": "字節輸入",
13387
"hu": "Fogadott Byte-ok",
13388
"xloc": [
13345
- "default.handlebars->47->3003"
13389
+ "default.handlebars->47->3042"
13390
]
13391
},
13392
{
@@ -13369,7 +13413,7 @@
13413
"zh-cht": "字節輸出",
13414
"hu": "Küldött Byte-ok",
13415
"xloc": [
13372
- "default.handlebars->47->3004"
13416
+ "default.handlebars->47->3043"
13417
]
13418
},
13419
{
@@ -13438,7 +13482,7 @@
13482
"hu": "CCM",
13483
"xloc": [
13484
"default-mobile.handlebars->11->503",
13441
- "default.handlebars->47->869"
13485
+ "default.handlebars->47->875"
13486
]
13487
},
13488
{
@@ -13465,7 +13509,7 @@
13509
"zh-cht": "CCM模式",
13510
"hu": "CCM mode",
13511
"xloc": [
13468
- "default.handlebars->47->2116"
13512
+ "default.handlebars->47->2151"
13513
]
13514
},
13515
{
@@ -13493,7 +13537,7 @@
13537
"hu": "CIRA",
13538
"xloc": [
13539
"default-mobile.handlebars->11->464",
13496
- "default.handlebars->47->3153",
13540
+ "default.handlebars->47->3192",
13541
"default.handlebars->47->402",
13542
"default.handlebars->47->682"
13543
]
@@ -13522,7 +13566,7 @@
13566
"zh-cht": "CIRA伺服器",
13567
"hu": "CIRA Kiszolgáló",
13568
"xloc": [
13525
- "default.handlebars->47->3201"
13569
+ "default.handlebars->47->3240"
13570
]
13571
},
13572
{
@@ -13549,7 +13593,7 @@
13593
"zh-cht": "CIRA伺服器指令",
13594
"hu": "CIRA kiszolgáló parancsok",
13595
"xloc": [
13552
- "default.handlebars->47->3202"
13596
+ "default.handlebars->47->3241"
13597
]
13598
},
13599
{
@@ -13603,7 +13647,7 @@
13647
"zh-cht": "CIRA設置",
13648
"hu": "CIRA beállítás",
13649
"xloc": [
13606
- "default.handlebars->47->2124"
13650
+ "default.handlebars->47->2159"
13651
]
13652
},
13653
{
@@ -13630,9 +13674,9 @@
13674
"zh-cht": "CPU",
13675
"hu": "CPU",
13676
"xloc": [
13633
- "default-mobile.handlebars->11->802",
13634
- "default.handlebars->47->1570",
13635
- "default.handlebars->47->3177",
13677
+ "default-mobile.handlebars->11->813",
13678
+ "default.handlebars->47->1601",
13679
+ "default.handlebars->47->3216",
13680
"default.handlebars->container->column_l->p40->3->1->p40type->5"
13681
]
13682
},
@@ -13660,7 +13704,7 @@
13704
"zh-cht": "CPU負載",
13705
"hu": "CPU terhelés",
13706
"xloc": [
13663
- "default.handlebars->47->3142"
13707
+ "default.handlebars->47->3181"
13708
]
13709
},
13710
{
@@ -13687,7 +13731,7 @@
13731
"zh-cht": "最近15分鐘的CPU負載",
13732
"hu": "CPU terhelés az elmúlt 15 percben",
13733
"xloc": [
13690
- "default.handlebars->47->3145"
13734
+ "default.handlebars->47->3184"
13735
]
13736
},
13737
{
@@ -13714,7 +13758,7 @@
13758
"zh-cht": "最近5分鐘的CPU負載",
13759
"hu": "CPU terhelés az elmúlt 5 percben",
13760
"xloc": [
13717
- "default.handlebars->47->3144"
13761
+ "default.handlebars->47->3183"
13762
]
13763
},
13764
{
@@ -13741,7 +13785,7 @@
13785
"zh-cht": "最近一分鐘的CPU負載",
13786
"hu": "CPU terhelés az utolsó percben",
13787
"xloc": [
13744
- "default.handlebars->47->3143"
13788
+ "default.handlebars->47->3182"
13789
]
13790
},
13791
{
@@ -13768,8 +13812,8 @@
13812
"zh-cht": "CR+LF",
13813
"hu": "CR+LF",
13814
"xloc": [
13771
- "default.handlebars->47->1400",
13772
- "default.handlebars->47->1431",
13815
+ "default.handlebars->47->1429",
13816
+ "default.handlebars->47->1460",
13817
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
13818
"sharing.handlebars->11->25",
13819
"sharing.handlebars->11->39",
@@ -13800,7 +13844,7 @@
13844
"zh-cht": "CSV",
13845
"hu": "CSV",
13846
"xloc": [
13803
- "default.handlebars->47->2533"
13847
+ "default.handlebars->47->2569"
13848
]
13849
},
13850
{
@@ -13827,9 +13871,9 @@
13871
"zh-cht": "CSV格式",
13872
"hu": "CSV Formátum",
13873
"xloc": [
13830
- "default.handlebars->47->2537",
13831
- "default.handlebars->47->2607",
13832
- "default.handlebars->47->747"
13874
+ "default.handlebars->47->2573",
13875
+ "default.handlebars->47->2643",
13876
+ "default.handlebars->47->753"
13877
]
13878
},
13879
{
@@ -13880,7 +13924,7 @@
13924
"zh-cht": "呼叫錯誤",
13925
"hu": "Hívás hiba",
13926
"xloc": [
13883
- "default.handlebars->47->3218"
13927
+ "default.handlebars->47->3257"
13928
]
13929
},
13930
{
@@ -13890,8 +13934,8 @@
13934
"nl": "CallMeBot",
13935
"pl": "CallMeBot",
13936
"xloc": [
13893
- "default.handlebars->47->1633",
13894
- "default.handlebars->47->2844"
13937
+ "default.handlebars->47->1665",
13938
+ "default.handlebars->47->2880"
13939
]
13940
},
13941
{
@@ -13948,8 +13992,8 @@
13992
"agent-translations.json",
13993
"default-mobile.handlebars->11->320",
13994
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
13951
- "default.handlebars->47->1980",
13952
- "default.handlebars->47->3207",
13995
+ "default.handlebars->47->2015",
13996
+ "default.handlebars->47->3246",
13997
"default.handlebars->47->520",
13998
"default.handlebars->container->dialog->idx_dlgButtonBar",
13999
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -14060,14 +14104,14 @@
14104
"zh-cht": "容量",
14105
"hu": "Kapacitás",
14106
"xloc": [
14063
- "default-mobile.handlebars->11->814",
14064
- "default-mobile.handlebars->11->820",
14107
"default-mobile.handlebars->11->825",
14066
- "default-mobile.handlebars->11->827",
14067
- "default.handlebars->47->1582",
14068
- "default.handlebars->47->1588",
14069
- "default.handlebars->47->1593",
14070
- "default.handlebars->47->1595"
14108
+ "default-mobile.handlebars->11->831",
14109
+ "default-mobile.handlebars->11->836",
14110
+ "default-mobile.handlebars->11->838",
14111
+ "default.handlebars->47->1613",
14112
+ "default.handlebars->47->1619",
14113
+ "default.handlebars->47->1624",
14114
+ "default.handlebars->47->1626"
14115
]
14116
},
14117
{
@@ -14094,10 +14138,10 @@
14138
"zh-cht": "容量/速度",
14139
"hu": "Kapacitás / Sebesség",
14140
"xloc": [
14097
- "default-mobile.handlebars->11->812",
14098
- "default-mobile.handlebars->11->818",
14099
- "default.handlebars->47->1580",
14100
- "default.handlebars->47->1586"
14141
+ "default-mobile.handlebars->11->823",
14142
+ "default-mobile.handlebars->11->829",
14143
+ "default.handlebars->47->1611",
14144
+ "default.handlebars->47->1617"
14145
]
14146
},
14147
{
@@ -14125,7 +14169,8 @@
14169
"hu": "katalán",
14170
"xloc": [
14171
"default-mobile.handlebars->11->135",
14128
- "default.handlebars->47->1709"
14172
+ "default.handlebars->47->1744",
14173
+ "login2.handlebars->7->32"
14174
]
14175
},
14176
{
@@ -14152,7 +14197,7 @@
14197
"zh-cht": "在這裡為中心顯示地圖",
14198
"hu": "Térkép középpont",
14199
"xloc": [
14155
- "default.handlebars->47->822"
14200
+ "default.handlebars->47->828"
14201
]
14202
},
14203
{
@@ -14233,7 +14278,8 @@
14278
"hu": "chamorro",
14279
"xloc": [
14280
"default-mobile.handlebars->11->136",
14236
- "default.handlebars->47->1710"
14281
+ "default.handlebars->47->1745",
14282
+ "login2.handlebars->7->33"
14283
]
14284
},
14285
{
@@ -14289,7 +14335,7 @@
14335
"zh-cht": "更改{0}的電郵",
14336
"hu": "{0} e-mail-címének módosítása",
14337
"xloc": [
14292
- "default.handlebars->47->2883"
14338
+ "default.handlebars->47->2922"
14339
]
14340
},
14341
{
@@ -14316,9 +14362,9 @@
14362
"zh-cht": "更改群",
14363
"hu": "Csoport módosítása",
14364
"xloc": [
14319
- "default.handlebars->47->1240",
14320
- "default.handlebars->47->1241",
14321
- "default.handlebars->47->976"
14365
+ "default.handlebars->47->1269",
14366
+ "default.handlebars->47->1270",
14367
+ "default.handlebars->47->991"
14368
]
14369
},
14370
{
@@ -14346,8 +14392,8 @@
14392
"hu": "Jelszó módosítása",
14393
"xloc": [
14394
"default-mobile.handlebars->11->328",
14349
- "default.handlebars->47->1926",
14350
- "default.handlebars->47->2830"
14395
+ "default.handlebars->47->1961",
14396
+ "default.handlebars->47->2866"
14397
]
14398
},
14399
{
@@ -14374,7 +14420,7 @@
14420
"zh-cht": "更改{0}的密碼",
14421
"hu": "Jelszó módosítása: {0}",
14422
"xloc": [
14377
- "default.handlebars->47->2892"
14423
+ "default.handlebars->47->2931"
14424
]
14425
},
14426
{
@@ -14401,7 +14447,7 @@
14447
"zh-cht": "更改{0}的真實名稱",
14448
"hu": "{0} felhasználó teljes nevének módosítása",
14449
"xloc": [
14404
- "default.handlebars->47->2878"
14450
+ "default.handlebars->47->2917"
14451
]
14452
},
14453
{
@@ -14562,7 +14608,7 @@
14608
"zh-cht": "更改該用戶的密碼",
14609
"hu": "A felhasználó jelszavának módosítása",
14610
"xloc": [
14565
- "default.handlebars->47->2829"
14611
+ "default.handlebars->47->2865"
14612
]
14613
},
14614
{
@@ -14616,7 +14662,7 @@
14662
"zh-cht": "在此處更改你的帳戶電郵地址。",
14663
"hu": "Itt módosíthatja fiókja e-mail címét.",
14664
"xloc": [
14619
- "default.handlebars->47->1913"
14665
+ "default.handlebars->47->1948"
14666
]
14667
},
14668
{
@@ -14643,7 +14689,7 @@
14689
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
14690
"hu": "Módosítsa fiókja jelszavát a jelenlegi és az új jelszó kétszeri beírásával az alábbi mezőkbe.",
14691
"xloc": [
14646
- "default.handlebars->47->1919"
14692
+ "default.handlebars->47->1954"
14693
]
14694
},
14695
{
@@ -14670,7 +14716,7 @@
14716
"zh-cht": "帳戶憑證已更改",
14717
"hu": "A fiók hitelesítő adatai megváltoztak",
14718
"xloc": [
14673
- "default.handlebars->47->2429"
14719
+ "default.handlebars->47->2464"
14720
]
14721
},
14722
{
@@ -14697,7 +14743,7 @@
14743
"zh-cht": "將帳戶顯示名稱更改為 {0}。",
14744
"hu": "A fiók megjelenített neve {0}-re változott.",
14745
"xloc": [
14700
- "default.handlebars->47->2481"
14746
+ "default.handlebars->47->2516"
14747
]
14748
},
14749
{
@@ -14724,8 +14770,8 @@
14770
"zh-cht": "{1}組中的設備{0}已更改:{2}",
14771
"hu": "{0} eszközt a {1} csoportból áthelyezésre került {2} csoportba",
14772
"xloc": [
14727
- "default.handlebars->47->2413",
14728
- "default.handlebars->47->2494"
14773
+ "default.handlebars->47->2448",
14774
+ "default.handlebars->47->2529"
14775
]
14776
},
14777
{
@@ -14752,7 +14798,7 @@
14798
"zh-cht": "語言從{1}更改為{2}",
14799
"hu": "A nyelv megváltozott. régi nyelv: {1}, új nyelv: {2}",
14800
"xloc": [
14755
- "default.handlebars->47->2357"
14801
+ "default.handlebars->47->2392"
14802
]
14803
},
14804
{
@@ -14779,8 +14825,8 @@
14825
"zh-cht": "已更改{0}的用戶設備權限",
14826
"hu": "Módosult a(z) {0} felhasználói eszközjogai",
14827
"xloc": [
14782
- "default.handlebars->47->2415",
14783
- "default.handlebars->47->2436"
14828
+ "default.handlebars->47->2450",
14829
+ "default.handlebars->47->2471"
14830
]
14831
},
14832
{
@@ -14832,7 +14878,7 @@
14878
"hu": "A nyelv megváltoztatásához az oldal frissítése szükséges!",
14879
"xloc": [
14880
"default-mobile.handlebars->11->303",
14835
- "default.handlebars->47->1877"
14881
+ "default.handlebars->47->1912"
14882
]
14883
},
14884
{
@@ -14859,12 +14905,12 @@
14905
"zh-cht": "聊天",
14906
"hu": "Csevegés",
14907
"xloc": [
14862
- "default.handlebars->47->1084",
14863
- "default.handlebars->47->1109",
14864
- "default.handlebars->47->2554",
14865
- "default.handlebars->47->2825",
14866
- "default.handlebars->47->2826",
14867
- "default.handlebars->47->965"
14908
+ "default.handlebars->47->1099",
14909
+ "default.handlebars->47->1124",
14910
+ "default.handlebars->47->2590",
14911
+ "default.handlebars->47->2861",
14912
+ "default.handlebars->47->2862",
14913
+ "default.handlebars->47->980"
14914
]
14915
},
14916
{
@@ -14891,10 +14937,10 @@
14937
"zh-cht": "聊天並通知",
14938
"hu": "Csevegés és Értesítés",
14939
"xloc": [
14894
- "default-mobile.handlebars->11->900",
14895
- "default-mobile.handlebars->11->920",
14896
- "default.handlebars->47->2195",
14897
- "default.handlebars->47->2233"
14940
+ "default-mobile.handlebars->11->912",
14941
+ "default-mobile.handlebars->11->932",
14942
+ "default.handlebars->47->2230",
14943
+ "default.handlebars->47->2268"
14944
]
14945
},
14946
{
@@ -14921,8 +14967,8 @@
14967
"zh-cht": "聊天請求,點擊這裡接受。",
14968
"hu": "Csevegés kezdeményezés, kattintson ide az elfogadáshoz.",
14969
"xloc": [
14924
- "default-mobile.handlebars->11->952",
14925
- "default.handlebars->47->3092"
14970
+ "default-mobile.handlebars->11->964",
14971
+ "default.handlebars->47->3131"
14972
]
14973
},
14974
{
@@ -14977,7 +15023,8 @@
15023
"hu": "csecsen",
15024
"xloc": [
15025
"default-mobile.handlebars->11->137",
14980
- "default.handlebars->47->1711"
15026
+ "default.handlebars->47->1746",
15027
+ "login2.handlebars->7->34"
15028
]
15029
},
15030
{
@@ -15124,8 +15171,8 @@
15171
"zh-cht": "檢查...",
15172
"hu": "Ellenőrzés...",
15173
"xloc": [
15127
- "default.handlebars->47->1677",
15128
- "default.handlebars->47->3212"
15174
+ "default.handlebars->47->1712",
15175
+ "default.handlebars->47->3251"
15176
]
15177
},
15178
{
@@ -15153,7 +15200,8 @@
15200
"hu": "kínai",
15201
"xloc": [
15202
"default-mobile.handlebars->11->138",
15156
- "default.handlebars->47->1712"
15203
+ "default.handlebars->47->1747",
15204
+ "login2.handlebars->7->35"
15205
]
15206
},
15207
{
@@ -15181,7 +15229,8 @@
15229
"hu": "kínai (Hongkong)",
15230
"xloc": [
15231
"default-mobile.handlebars->11->139",
15184
- "default.handlebars->47->1713"
15232
+ "default.handlebars->47->1748",
15233
+ "login2.handlebars->7->36"
15234
]
15235
},
15236
{
@@ -15209,7 +15258,8 @@
15258
"hu": "kínai (Kínai Népköztársaság)",
15259
"xloc": [
15260
"default-mobile.handlebars->11->140",
15212
- "default.handlebars->47->1714"
15261
+ "default.handlebars->47->1749",
15262
+ "login2.handlebars->7->37"
15263
]
15264
},
15265
{
@@ -15237,7 +15287,8 @@
15287
"hu": "kínai (egyszerűsített)",
15288
"xloc": [
15289
"default-mobile.handlebars->11->300",
15240
- "default.handlebars->47->1874"
15290
+ "default.handlebars->47->1909",
15291
+ "login2.handlebars->7->197"
15292
]
15293
},
15294
{
@@ -15265,7 +15316,8 @@
15316
"hu": "kínai (Szingapúr)",
15317
"xloc": [
15318
"default-mobile.handlebars->11->141",
15268
- "default.handlebars->47->1715"
15319
+ "default.handlebars->47->1750",
15320
+ "login2.handlebars->7->38"
15321
]
15322
},
15323
{
@@ -15293,7 +15345,8 @@
15345
"hu": "kínai (Tajvan)",
15346
"xloc": [
15347
"default-mobile.handlebars->11->142",
15296
- "default.handlebars->47->1716"
15348
+ "default.handlebars->47->1751",
15349
+ "login2.handlebars->7->39"
15350
]
15351
},
15352
{
@@ -15321,7 +15374,8 @@
15374
"hu": "kínai (hagyományos)",
15375
"xloc": [
15376
"default-mobile.handlebars->11->301",
15324
- "default.handlebars->47->1875"
15377
+ "default.handlebars->47->1910",
15378
+ "login2.handlebars->7->198"
15379
]
15380
},
15381
{
@@ -15377,7 +15431,8 @@
15431
"hu": "csuvas",
15432
"xloc": [
15433
"default-mobile.handlebars->11->143",
15380
- "default.handlebars->47->1717"
15434
+ "default.handlebars->47->1752",
15435
+ "login2.handlebars->7->40"
15436
]
15437
},
15438
{
@@ -15435,11 +15490,11 @@
15490
"default-mobile.handlebars->11->712",
15491
"default-mobile.handlebars->11->80",
15492
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
15438
- "default.handlebars->47->1472",
15439
- "default.handlebars->47->1474",
15440
- "default.handlebars->47->1476",
15441
- "default.handlebars->47->1478",
15442
- "default.handlebars->47->2351",
15493
+ "default.handlebars->47->1501",
15494
+ "default.handlebars->47->1503",
15495
+ "default.handlebars->47->1505",
15496
+ "default.handlebars->47->1507",
15497
+ "default.handlebars->47->2386",
15498
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
15499
"default.handlebars->container->column_l->p41->3->1",
15500
"messenger.handlebars->xbottom->1->1->0->5",
@@ -15474,7 +15529,7 @@
15529
"hu": "RDP hitelesítő adatok törlése?",
15530
"xloc": [
15531
"default-mobile.handlebars->11->608",
15477
- "default.handlebars->47->1286"
15532
+ "default.handlebars->47->1315"
15533
]
15534
},
15535
{
@@ -15502,7 +15557,7 @@
15557
"hu": "SSH hitelesítő adatok törlése?",
15558
"xloc": [
15559
"default-mobile.handlebars->11->606",
15505
- "default.handlebars->47->1284"
15560
+ "default.handlebars->47->1313"
15561
]
15562
},
15563
{
@@ -15557,7 +15612,7 @@
15612
"hu": "Agent Core törlése",
15613
"xloc": [
15614
"default.handlebars->47->706",
15560
- "default.handlebars->47->742"
15615
+ "default.handlebars->47->748"
15616
]
15617
},
15618
{
@@ -15584,7 +15639,7 @@
15639
"zh-cht": "清除所選設備上的代理核心?",
15640
"hu": "Agent Core törlése a kijelölt eszköz(ök)ön?",
15641
"xloc": [
15587
- "default.handlebars->47->741"
15642
+ "default.handlebars->47->747"
15643
]
15644
},
15645
{
@@ -15611,8 +15666,8 @@
15666
"zh-cht": "全部清除",
15667
"hu": "Összes törlése",
15668
"xloc": [
15614
- "default-mobile.handlebars->11->935",
15615
- "default.handlebars->47->3075"
15669
+ "default-mobile.handlebars->11->947",
15670
+ "default.handlebars->47->3114"
15671
]
15672
},
15673
{
@@ -15667,8 +15722,8 @@
15722
"zh-cht": "清除核心",
15723
"hu": "Core törlése",
15724
"xloc": [
15670
- "default-mobile.handlebars->11->841",
15671
- "default.handlebars->47->1610"
15725
+ "default-mobile.handlebars->11->853",
15726
+ "default.handlebars->47->1642"
15727
]
15728
},
15729
{
@@ -15722,8 +15777,8 @@
15777
"zh-cht": "清除此通知",
15778
"hu": "Törölje ezt az értesítést",
15779
"xloc": [
15725
- "default-mobile.handlebars->11->934",
15726
- "default.handlebars->47->3074"
15780
+ "default-mobile.handlebars->11->946",
15781
+ "default.handlebars->47->3113"
15782
]
15783
},
15784
{
@@ -15831,8 +15886,8 @@
15886
"zh-cht": "單擊此處編輯裝置群名稱",
15887
"hu": "Kattintson ide az eszközcsoport nevének szerkesztéséhez",
15888
"xloc": [
15834
- "default.handlebars->47->1994",
15835
- "default.handlebars->47->2294"
15889
+ "default.handlebars->47->2029",
15890
+ "default.handlebars->47->2329"
15891
]
15892
},
15893
{
@@ -15859,7 +15914,7 @@
15914
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
15915
"hu": "Kattintson ide a kiszolgáló-oldali eszköznév szerkesztéséhez",
15916
"xloc": [
15862
- "default.handlebars->47->838"
15917
+ "default.handlebars->47->844"
15918
]
15919
},
15920
{
@@ -15886,7 +15941,7 @@
15941
"zh-cht": "單擊此處編輯用戶群名稱",
15942
"hu": "Kattintson ide a felhasználói csoport nevének szerkesztéséhez",
15943
"xloc": [
15889
- "default.handlebars->47->2677"
15944
+ "default.handlebars->47->2713"
15945
]
15946
},
15947
{
@@ -16021,7 +16076,7 @@
16076
"hu": "Kattintson az OK gombra, ha megerősítő e-mailt szeretne küldeni a következő címre:",
16077
"xloc": [
16078
"default-mobile.handlebars->11->313",
16024
- "default.handlebars->47->1910"
16079
+ "default.handlebars->47->1945"
16080
]
16081
},
16082
{
@@ -16127,8 +16182,8 @@
16182
"zh-cht": "客戶端控制模式(CCM)",
16183
"hu": "Client Control Mode (CCM)",
16184
"xloc": [
16130
- "default-mobile.handlebars->11->780",
16131
- "default.handlebars->47->1548"
16185
+ "default-mobile.handlebars->11->791",
16186
+ "default.handlebars->47->1579"
16187
]
16188
},
16189
{
@@ -16155,7 +16210,7 @@
16210
"zh-cht": "客戶編號",
16211
"hu": "Client ID",
16212
"xloc": [
16158
- "default.handlebars->47->1973"
16213
+ "default.handlebars->47->2008"
16214
]
16215
},
16216
{
@@ -16182,7 +16237,7 @@
16237
"zh-cht": "客戶端啟動的遠程訪問",
16238
"hu": "Ügyfél által kezdeményezett távoli elérés",
16239
"xloc": [
16185
- "default.handlebars->47->2123"
16240
+ "default.handlebars->47->2158"
16241
]
16242
},
16243
{
@@ -16209,7 +16264,7 @@
16264
"zh-cht": "客戶機密",
16265
"hu": "Client Secret",
16266
"xloc": [
16212
- "default.handlebars->47->1974"
16267
+ "default.handlebars->47->2009"
16268
]
16269
},
16270
{
@@ -16266,11 +16321,11 @@
16321
"xloc": [
16322
"agent-translations.json",
16323
"default-mobile.handlebars->11->78",
16269
- "default.handlebars->47->1388",
16270
- "default.handlebars->47->1448",
16324
+ "default.handlebars->47->1417",
16325
+ "default.handlebars->47->1477",
16326
"default.handlebars->47->227",
16327
"default.handlebars->47->235",
16273
- "default.handlebars->47->3206",
16328
+ "default.handlebars->47->3245",
16329
"sharing.handlebars->11->52"
16330
]
16331
},
@@ -16298,7 +16353,7 @@
16353
"zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
16354
"hu": "Lezárt asztali multiplex munkamenet \\\"{0}\\\", {1} másodperc",
16355
"xloc": [
16301
- "default.handlebars->47->2501"
16356
+ "default.handlebars->47->2536"
16357
]
16358
},
16359
{
@@ -16325,7 +16380,7 @@
16380
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
16381
"hu": "Lezárt asztali multiplex munkamenet, {0} másodperc",
16382
"xloc": [
16328
- "default.handlebars->47->2362"
16383
+ "default.handlebars->47->2397"
16384
]
16385
},
16386
{
@@ -16514,10 +16569,10 @@
16569
"zh-cht": "指令",
16570
"hu": "Parancsok",
16571
"xloc": [
16517
- "default-mobile.handlebars->11->922",
16518
- "default.handlebars->47->1086",
16519
- "default.handlebars->47->1111",
16520
- "default.handlebars->47->2235"
16572
+ "default-mobile.handlebars->11->934",
16573
+ "default.handlebars->47->1101",
16574
+ "default.handlebars->47->1126",
16575
+ "default.handlebars->47->2270"
16576
]
16577
},
16578
{
@@ -16530,7 +16585,7 @@
16585
"hu": "Parancsok fájlból",
16586
"de": "Befehle aus Datei",
16587
"xloc": [
16533
- "default.handlebars->47->767"
16588
+ "default.handlebars->47->773"
16589
]
16590
},
16591
{
@@ -16543,7 +16598,7 @@
16598
"hu": "Parancsok a kiszolgálón lévő fájlból",
16599
"de": "Befehle aus Datei vom Server",
16600
"xloc": [
16546
- "default.handlebars->47->768"
16601
+ "default.handlebars->47->774"
16602
]
16603
},
16604
{
@@ -16556,7 +16611,7 @@
16611
"hu": "Parancsok a szövegdobozból",
16612
"de": "Befehle aus Textfeld",
16613
"xloc": [
16559
- "default.handlebars->47->766"
16614
+ "default.handlebars->47->772"
16615
]
16616
},
16617
{
@@ -16583,8 +16638,8 @@
16638
"zh-cht": "通用裝置群",
16639
"hu": "Eszközcsoport jogosultságok",
16640
"xloc": [
16586
- "default.handlebars->47->2712",
16587
- "default.handlebars->47->2897"
16641
+ "default.handlebars->47->2748",
16642
+ "default.handlebars->47->2936"
16643
]
16644
},
16645
{
@@ -16611,8 +16666,8 @@
16666
"zh-cht": "通用裝置",
16667
"hu": "Eszköz jogosultságok",
16668
"xloc": [
16614
- "default.handlebars->47->2718",
16615
- "default.handlebars->47->2909"
16669
+ "default.handlebars->47->2754",
16670
+ "default.handlebars->47->2948"
16671
]
16672
},
16673
{
@@ -16639,8 +16694,8 @@
16694
"zh-cht": "編譯時間",
16695
"hu": "Fordítás ideje",
16696
"xloc": [
16642
- "default-mobile.handlebars->11->754",
16643
- "default.handlebars->47->1512"
16697
+ "default-mobile.handlebars->11->765",
16698
+ "default.handlebars->47->1543"
16699
]
16700
},
16701
{
@@ -16691,7 +16746,7 @@
16746
"zh-cht": "壓縮檔案...",
16747
"hu": "Fájlok tömörítése...",
16748
"xloc": [
16694
- "default.handlebars->47->1442",
16749
+ "default.handlebars->47->1471",
16750
"sharing.handlebars->11->47"
16751
]
16752
},
@@ -16728,7 +16783,7 @@
16783
"hu": "Konfigurációs fájl rekordok",
16784
"de": "Aufzeichnungen von Konfigurationsdatei",
16785
"xloc": [
16731
- "default.handlebars->47->3051"
16786
+ "default.handlebars->47->3090"
16787
]
16788
},
16789
{
@@ -16756,14 +16811,14 @@
16811
"hu": "Megerősít",
16812
"xloc": [
16813
"default-mobile.handlebars->11->603",
16759
- "default-mobile.handlebars->11->872",
16760
- "default.handlebars->47->1235",
16761
- "default.handlebars->47->1244",
16762
- "default.handlebars->47->2134",
16763
- "default.handlebars->47->2584",
16764
- "default.handlebars->47->2667",
16765
- "default.handlebars->47->2734",
16766
- "default.handlebars->47->2895",
16814
+ "default-mobile.handlebars->11->884",
16815
+ "default.handlebars->47->1264",
16816
+ "default.handlebars->47->1273",
16817
+ "default.handlebars->47->2169",
16818
+ "default.handlebars->47->2620",
16819
+ "default.handlebars->47->2703",
16820
+ "default.handlebars->47->2770",
16821
+ "default.handlebars->47->2934",
16822
"default.handlebars->47->717"
16823
]
16824
},
@@ -16816,7 +16871,7 @@
16871
"hu": "Megerősíti 1 bejegyzés másolatát erre a helyre?",
16872
"xloc": [
16873
"default-mobile.handlebars->11->701",
16819
- "default.handlebars->47->1467",
16874
+ "default.handlebars->47->1496",
16875
"sharing.handlebars->11->70"
16876
]
16877
},
@@ -16844,7 +16899,7 @@
16899
"zh-cht": "確認{0}個條目的複製到此位置?",
16900
"hu": "Megerősíti a {0} bejegyzések másolását erre a helyre?",
16901
"xloc": [
16847
- "default.handlebars->47->1466",
16902
+ "default.handlebars->47->1495",
16903
"sharing.handlebars->11->69"
16904
]
16905
},
@@ -16899,7 +16954,7 @@
16954
"zh-cht": "確認刪除所選帳戶?",
16955
"hu": "Megerősíti a kiválasztott fiók(ok) törlését?",
16956
"xloc": [
16902
- "default.handlebars->47->2583"
16957
+ "default.handlebars->47->2619"
16958
]
16959
},
16960
{
@@ -16950,7 +17005,7 @@
17005
"zh-cht": "確認刪除所選用戶群?",
17006
"hu": "Megerősíti a kiválasztott felhasználói csoport(ok) törlését?",
17007
"xloc": [
16953
- "default.handlebars->47->2666"
17008
+ "default.handlebars->47->2702"
17009
]
17010
},
17011
{
@@ -16977,7 +17032,7 @@
17032
"zh-cht": "確認刪除用戶{0}?",
17033
"hu": "Megerősíti a(z) {0} felhasználó törlését?",
17034
"xloc": [
16980
- "default.handlebars->47->2894"
17035
+ "default.handlebars->47->2933"
17036
]
17037
},
17038
{
@@ -17004,7 +17059,7 @@
17059
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
17060
"hu": "Megerősíti a \\\"{0}\\\" felhasználó tagságának eltávolítását?",
17061
"xloc": [
17007
- "default.handlebars->47->2737"
17062
+ "default.handlebars->47->2773"
17063
]
17064
},
17065
{
@@ -17031,7 +17086,7 @@
17086
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
17087
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport tagság eltávolítását?",
17088
"xloc": [
17034
- "default.handlebars->47->2926"
17089
+ "default.handlebars->47->2965"
17090
]
17091
},
17092
{
@@ -17059,7 +17114,7 @@
17114
"hu": "Megerősíti 1 bejegyzés áthelyezését erre a helyre?",
17115
"xloc": [
17116
"default-mobile.handlebars->11->703",
17062
- "default.handlebars->47->1469",
17117
+ "default.handlebars->47->1498",
17118
"sharing.handlebars->11->72"
17119
]
17120
},
@@ -17087,7 +17142,7 @@
17142
"zh-cht": "確認將{0}個條目移到該位置?",
17143
"hu": "Megerősíti {0} bejegyzés áthelyezését erre a helyre?",
17144
"xloc": [
17090
- "default.handlebars->47->1468",
17145
+ "default.handlebars->47->1497",
17146
"sharing.handlebars->11->71"
17147
]
17148
},
@@ -17142,7 +17197,7 @@
17197
"zh-cht": "確認覆蓋?",
17198
"hu": "Megerősíti a felülírást?",
17199
"xloc": [
17145
- "default.handlebars->47->2343"
17200
+ "default.handlebars->47->2378"
17201
]
17202
},
17203
{
@@ -17169,8 +17224,8 @@
17224
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
17225
"hu": "Megerősíti a \\\"{0}\\\" eszköz hozzáférési jogainak eltávolítását?",
17226
"xloc": [
17172
- "default.handlebars->47->2727",
17173
- "default.handlebars->47->2917"
17227
+ "default.handlebars->47->2763",
17228
+ "default.handlebars->47->2956"
17229
]
17230
},
17231
{
@@ -17197,8 +17252,8 @@
17252
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
17253
"hu": "Megerősíti a \\\"{0}\\\" eszközcsoport hozzáférési jogainak eltávolítását?",
17254
"xloc": [
17200
- "default.handlebars->47->2729",
17201
- "default.handlebars->47->2930"
17255
+ "default.handlebars->47->2765",
17256
+ "default.handlebars->47->2969"
17257
]
17258
},
17259
{
@@ -17225,7 +17280,7 @@
17280
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
17281
"hu": "Megerősíti a \\\"{0}\\\" felhasználó hozzáférési jogainak eltávolítását?",
17282
"xloc": [
17228
- "default.handlebars->47->2919"
17283
+ "default.handlebars->47->2958"
17284
]
17285
},
17286
{
@@ -17252,7 +17307,7 @@
17307
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
17308
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport hozzáférési jogainak eltávolítását?",
17309
"xloc": [
17255
- "default.handlebars->47->2922"
17310
+ "default.handlebars->47->2961"
17311
]
17312
},
17313
{
@@ -17279,8 +17334,8 @@
17334
"zh-cht": "確認刪除訪問權限?",
17335
"hu": "Megerősíti a hozzáférési jogok eltávolítását?",
17336
"xloc": [
17282
- "default.handlebars->47->2920",
17283
- "default.handlebars->47->2923"
17337
+ "default.handlebars->47->2959",
17338
+ "default.handlebars->47->2962"
17339
]
17340
},
17341
{
@@ -17308,7 +17363,7 @@
17363
"hu": "Megerősíti a hitelesítő alkalmazás, kétlépcsős bejelentkezés eltávolítását?",
17364
"xloc": [
17365
"default-mobile.handlebars->11->312",
17311
- "default.handlebars->47->1660"
17366
+ "default.handlebars->47->1695"
17367
]
17368
},
17369
{
@@ -17359,7 +17414,7 @@
17414
"zh-cht": "確認刪除設備共享“{0}”?",
17415
"hu": "Megerősíti a(z) \\\"{0}\\\" eszközmegosztás eltávolítását?",
17416
"xloc": [
17362
- "default.handlebars->47->2915"
17417
+ "default.handlebars->47->2954"
17418
]
17419
},
17420
{
@@ -17434,7 +17489,7 @@
17489
"zh-cht": "確認移除推送認證設備?",
17490
"hu": "Megerősíti a Push-hitelesítési eszköz eltávolítását?",
17491
"xloc": [
17437
- "default.handlebars->47->1662"
17492
+ "default.handlebars->47->1697"
17493
]
17494
},
17495
{
@@ -17461,7 +17516,7 @@
17516
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
17517
"hu": "Megerősíti a \\\"{0}\\\" felhasználó jogainak eltávolítását?",
17518
"xloc": [
17464
- "default.handlebars->47->2247"
17519
+ "default.handlebars->47->2282"
17520
]
17521
},
17522
{
@@ -17488,7 +17543,7 @@
17543
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
17544
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport jogainak eltávolítását?",
17545
"xloc": [
17491
- "default.handlebars->47->2249"
17546
+ "default.handlebars->47->2284"
17547
]
17548
},
17549
{
@@ -17542,7 +17597,7 @@
17597
"zh-cht": "確認刪除此登錄令牌?",
17598
"hu": "Megerősíti ennek a bejelentkezési tokennek az eltávolítását?",
17599
"xloc": [
17545
- "default.handlebars->47->1966"
17600
+ "default.handlebars->47->2001"
17601
]
17602
},
17603
{
@@ -17593,7 +17648,7 @@
17648
"zh-cht": "確認刪除用戶{0}?",
17649
"hu": "Megerősíti a(z) {0} felhasználó eltávolítását?",
17650
"xloc": [
17596
- "default-mobile.handlebars->11->931"
17651
+ "default-mobile.handlebars->11->943"
17652
]
17653
},
17654
{
@@ -17648,7 +17703,7 @@
17703
"hu": "Megerősíti {0} / {1} bejegyzés {2} erre a helyre?",
17704
"xloc": [
17705
"default-mobile.handlebars->11->365",
17651
- "default.handlebars->47->2346"
17706
+ "default.handlebars->47->2381"
17707
]
17708
},
17709
{
@@ -17679,8 +17734,8 @@
17734
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
17735
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
17736
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
17682
- "default.handlebars->47->2032",
17683
- "default.handlebars->47->922",
17737
+ "default.handlebars->47->2067",
17738
+ "default.handlebars->47->937",
17739
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
17740
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
17741
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -17769,7 +17824,7 @@
17824
"zh-cht": "連接到伺服器",
17825
"hu": "Csatlakozás a kiszolgálóhoz",
17826
"xloc": [
17772
- "default.handlebars->47->2127"
17827
+ "default.handlebars->47->2162"
17828
]
17829
},
17830
{
@@ -18013,7 +18068,7 @@
18068
"zh-cht": "已連接的Intel® AMT",
18069
"hu": "Csatlakozott Intel® AMT",
18070
"xloc": [
18016
- "default.handlebars->47->3133"
18071
+ "default.handlebars->47->3172"
18072
]
18073
},
18074
{
@@ -18040,7 +18095,7 @@
18095
"zh-cht": "已连接的用户",
18096
"hu": "Csatlakozott felhasználók",
18097
"xloc": [
18043
- "default.handlebars->47->3138"
18098
+ "default.handlebars->47->3177"
18099
]
18100
},
18101
{
@@ -18095,8 +18150,8 @@
18150
"zh-cht": "現在已連接",
18151
"hu": "Csatlakoztatva most",
18152
"xloc": [
18098
- "default-mobile.handlebars->11->749",
18099
- "default.handlebars->47->1507"
18153
+ "default-mobile.handlebars->11->760",
18154
+ "default.handlebars->47->1538"
18155
]
18156
},
18157
{
@@ -18228,7 +18283,7 @@
18283
"default-mobile.handlebars->11->2",
18284
"default-mobile.handlebars->11->50",
18285
"default-mobile.handlebars->11->719",
18231
- "default.handlebars->47->1492",
18286
+ "default.handlebars->47->1521",
18287
"default.handlebars->47->386",
18288
"default.handlebars->47->389",
18289
"default.handlebars->47->462",
@@ -18287,7 +18342,7 @@
18342
"zh-cht": "連接數量",
18343
"hu": "Kapcsolatok száma",
18344
"xloc": [
18290
- "default.handlebars->47->3164"
18345
+ "default.handlebars->47->3203"
18346
]
18347
},
18348
{
@@ -18315,9 +18370,9 @@
18370
"hu": "Kapcsolat Hiba",
18371
"xloc": [
18372
"default-mobile.handlebars->11->682",
18318
- "default.handlebars->47->1421",
18319
- "default.handlebars->47->1438",
18320
- "login2.handlebars->7->34"
18373
+ "default.handlebars->47->1450",
18374
+ "default.handlebars->47->1467",
18375
+ "login2.handlebars->7->232"
18376
]
18377
},
18378
{
@@ -18344,7 +18399,7 @@
18399
"zh-cht": "連接轉發器",
18400
"hu": "Kapccsolat Relay",
18401
"xloc": [
18347
- "default.handlebars->47->3200"
18402
+ "default.handlebars->47->3239"
18403
]
18404
},
18405
{
@@ -18426,9 +18481,9 @@
18481
"hu": "Kapcsolódás",
18482
"xloc": [
18483
"default-mobile.handlebars->11->525",
18429
- "default.handlebars->47->2301",
18484
+ "default.handlebars->47->2336",
18485
"default.handlebars->47->376",
18431
- "default.handlebars->47->939",
18486
+ "default.handlebars->47->954",
18487
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
18488
]
18489
},
@@ -18456,7 +18511,7 @@
18511
"zh-cht": "同意",
18512
"hu": "Hozzájárulás",
18513
"xloc": [
18459
- "default.handlebars->47->2515"
18514
+ "default.handlebars->47->2551"
18515
]
18516
},
18517
{
@@ -18484,8 +18539,8 @@
18539
"hu": "Mesh Agent konzol",
18540
"xloc": [
18541
"default-mobile.handlebars->11->565",
18487
- "default.handlebars->47->1079",
18488
- "default.handlebars->47->1104",
18542
+ "default.handlebars->47->1094",
18543
+ "default.handlebars->47->1119",
18544
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
18545
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
18546
"default.handlebars->contextMenu->cxconsole"
@@ -18515,7 +18570,7 @@
18570
"zh-cht": "控制台 -",
18571
"hu": "Konzol -",
18572
"xloc": [
18518
- "default.handlebars->47->839"
18573
+ "default.handlebars->47->845"
18574
]
18575
},
18576
{
@@ -18542,8 +18597,8 @@
18597
"zh-cht": "控制",
18598
"hu": "Felügyelet ",
18599
"xloc": [
18545
- "default.handlebars->47->1078",
18546
- "default.handlebars->47->1103",
18600
+ "default.handlebars->47->1093",
18601
+ "default.handlebars->47->1118",
18602
"messenger.handlebars->remoteImage->3->2"
18603
]
18604
},
@@ -18599,7 +18654,7 @@
18654
"zh-cht": "Cookie編碼器",
18655
"hu": "Cookie kódoló",
18656
"xloc": [
18602
- "default.handlebars->47->3183"
18657
+ "default.handlebars->47->3222"
18658
]
18659
},
18660
{
@@ -18860,8 +18915,8 @@
18915
"zh-cht": "複製連結到剪貼板",
18916
"hu": "Hivatkozás másolása a vágólapra.",
18917
"xloc": [
18863
- "default.handlebars->47->2312",
18864
- "default.handlebars->47->2331",
18918
+ "default.handlebars->47->2347",
18919
+ "default.handlebars->47->2366",
18920
"default.handlebars->47->310",
18921
"default.handlebars->47->332",
18922
"default.handlebars->47->334",
@@ -19003,7 +19058,7 @@
19058
"zh-cht": "複製:“{0}”到“{1}”",
19059
"hu": "Másolás: \\\"{0}\\\" ide: \\\"{1}\\\"",
19060
"xloc": [
19006
- "default.handlebars->47->2405"
19061
+ "default.handlebars->47->2440"
19062
]
19063
},
19064
{
@@ -19198,7 +19253,7 @@
19253
"zh-cht": "核心伺服器",
19254
"hu": "Core Server",
19255
"xloc": [
19201
- "default.handlebars->47->3182"
19256
+ "default.handlebars->47->3221"
19257
]
19258
},
19259
{
@@ -19226,7 +19281,8 @@
19281
"hu": "korzikai",
19282
"xloc": [
19283
"default-mobile.handlebars->11->144",
19229
- "default.handlebars->47->1718"
19284
+ "default.handlebars->47->1753",
19285
+ "login2.handlebars->7->41"
19286
]
19287
},
19288
{
@@ -19277,7 +19333,7 @@
19333
"zh-cht": "創建帳號",
19334
"hu": "Fiók létrehozása",
19335
"xloc": [
19280
- "default.handlebars->47->2634",
19336
+ "default.handlebars->47->2670",
19337
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
19338
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
19339
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -19358,7 +19414,7 @@
19414
"zh-cht": "創建登錄令牌",
19415
"hu": "Bejelentkezési token létrehozása",
19416
"xloc": [
19361
- "default.handlebars->47->1903",
19417
+ "default.handlebars->47->1938",
19418
"default.handlebars->47->335"
19419
]
19420
},
@@ -19386,7 +19442,7 @@
19442
"zh-cht": "創建用戶群",
19443
"hu": "Felhasználó csoport létrehozása",
19444
"xloc": [
19389
- "default.handlebars->47->2674"
19445
+ "default.handlebars->47->2710"
19446
]
19447
},
19448
{
@@ -19413,7 +19469,7 @@
19469
"zh-cht": "創建鏈結以與訪客共享此裝置",
19470
"hu": "Link létrehozása az eszköz vendégekkel való megosztásához",
19471
"xloc": [
19416
- "default.handlebars->47->968"
19472
+ "default.handlebars->47->983"
19473
]
19474
},
19475
{
@@ -19440,7 +19496,7 @@
19496
"zh-cht": "使用以下選項創建一個新的裝置群。",
19497
"hu": "Hozzon létre egy új eszközcsoportot az alábbi lehetőségek segítségével.",
19498
"xloc": [
19443
- "default.handlebars->47->1933"
19499
+ "default.handlebars->47->1968"
19500
]
19501
},
19502
{
@@ -19494,7 +19550,7 @@
19550
"zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
19551
"hu": "Hozzon létre egy ideiglenes felhasználónevet és jelszót, amelyet alternatív bejelentkezési lehetőségként használhat a fiókjához. Ez akkor hasznos, ha lehetővé teszi, hogy eszközök vagy más szolgáltatások hozzáférjenek a fiókjához.",
19552
"xloc": [
19497
- "default.handlebars->47->1883"
19553
+ "default.handlebars->47->1918"
19554
]
19555
},
19556
{
@@ -19521,7 +19577,7 @@
19577
"zh-cht": "創建文件夾(如果不存在)?",
19578
"hu": "Mappa létrehozása, ha nem létezik?",
19579
"xloc": [
19524
- "default.handlebars->47->736"
19580
+ "default.handlebars->47->742"
19581
]
19582
},
19583
{
@@ -19548,7 +19604,7 @@
19604
"zh-cht": "創建文件夾:“{0}”",
19605
"hu": "Mappa létrehozása: \\\"{0}\\\"",
19606
"xloc": [
19551
- "default.handlebars->47->2398"
19607
+ "default.handlebars->47->2433"
19608
]
19609
},
19610
{
@@ -19614,7 +19670,7 @@
19670
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
19671
"hu": "Hozzon létre egyszerre több fiókot a következő formátumú JSON fájl importálásával:",
19672
"xloc": [
19617
- "default.handlebars->47->2598"
19673
+ "default.handlebars->47->2634"
19674
]
19675
},
19676
{
@@ -19670,7 +19726,7 @@
19726
"zh-cht": "創建的設備組:{0}",
19727
"hu": "Eszközcsoport létrehozva: {0}",
19728
"xloc": [
19673
- "default.handlebars->47->2409"
19729
+ "default.handlebars->47->2444"
19730
]
19731
},
19732
{
@@ -19697,7 +19753,7 @@
19753
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
19754
"hu": "Létrehoz egy linket, amely lehetővé teszi egy fiók nélküli vendég számára, hogy korlátozott ideig távvezérléssel vezérelje ezt az eszközt.",
19755
"xloc": [
19700
- "default.handlebars->47->1131"
19756
+ "default.handlebars->47->1160"
19757
]
19758
},
19759
{
@@ -19772,7 +19828,7 @@
19828
"zh-cht": "創建",
19829
"hu": "Létrehozás",
19830
"xloc": [
19775
- "default.handlebars->47->2782"
19831
+ "default.handlebars->47->2818"
19832
]
19833
},
19834
{
@@ -19799,7 +19855,7 @@
19855
"zh-cht": "創作時間",
19856
"hu": "Létrehozás ideje",
19857
"xloc": [
19802
- "default.handlebars->47->2012"
19858
+ "default.handlebars->47->2047"
19859
]
19860
},
19861
{
@@ -19855,8 +19911,8 @@
19911
"zh-cht": "創作者",
19912
"hu": "Létrehozó",
19913
"xloc": [
19858
- "default.handlebars->47->2010",
19859
- "default.handlebars->47->2011"
19914
+ "default.handlebars->47->2045",
19915
+ "default.handlebars->47->2046"
19916
]
19917
},
19918
{
@@ -19884,9 +19940,9 @@
19940
"hu": "Hitelesítő adatok",
19941
"xloc": [
19942
"default-mobile.handlebars->11->537",
19887
- "default.handlebars->47->1309",
19888
- "default.handlebars->47->1971",
19889
- "default.handlebars->47->951"
19943
+ "default.handlebars->47->1338",
19944
+ "default.handlebars->47->2006",
19945
+ "default.handlebars->47->966"
19946
]
19947
},
19948
{
@@ -19914,7 +19970,8 @@
19970
"hu": "cree",
19971
"xloc": [
19972
"default-mobile.handlebars->11->145",
19917
- "default.handlebars->47->1719"
19973
+ "default.handlebars->47->1754",
19974
+ "login2.handlebars->7->42"
19975
]
19976
},
19977
{
@@ -19942,7 +19999,8 @@
19999
"hu": "horvát",
20000
"xloc": [
20001
"default-mobile.handlebars->11->146",
19945
- "default.handlebars->47->1720"
20002
+ "default.handlebars->47->1755",
20003
+ "login2.handlebars->7->43"
20004
]
20005
},
20006
{
@@ -20027,8 +20085,8 @@
20085
"xloc": [
20086
"default-mobile.handlebars->11->643",
20087
"default-mobile.handlebars->11->647",
20030
- "default.handlebars->47->1351",
20031
- "default.handlebars->47->1355",
20088
+ "default.handlebars->47->1380",
20089
+ "default.handlebars->47->1384",
20090
"default.handlebars->47->62",
20091
"sharing.handlebars->11->24"
20092
]
@@ -20218,8 +20276,8 @@
20276
"zh-cht": "當前密碼不正確。",
20277
"hu": "A jelenlegi jelszó nem megfelelő.",
20278
"xloc": [
20221
- "default-mobile.handlebars->11->962",
20222
- "default.handlebars->47->3102"
20279
+ "default-mobile.handlebars->11->974",
20280
+ "default.handlebars->47->3141"
20281
]
20282
},
20283
{
@@ -20333,7 +20391,8 @@
20391
"hu": "cseh",
20392
"xloc": [
20393
"default-mobile.handlebars->11->147",
20336
- "default.handlebars->47->1721"
20394
+ "default.handlebars->47->1756",
20395
+ "login2.handlebars->7->44"
20396
]
20397
},
20398
{
@@ -20415,7 +20474,8 @@
20474
"hu": "dán",
20475
"xloc": [
20476
"default-mobile.handlebars->11->148",
20418
- "default.handlebars->47->1722"
20477
+ "default.handlebars->47->1757",
20478
+ "login2.handlebars->7->45"
20479
]
20480
},
20481
{
@@ -20470,7 +20530,7 @@
20530
"zh-cht": "數據通道",
20531
"hu": "DataChannel",
20532
"xloc": [
20473
- "default.handlebars->47->1307",
20533
+ "default.handlebars->47->1336",
20534
"sharing.handlebars->11->11"
20535
]
20536
},
@@ -20483,7 +20543,7 @@
20543
"hu": "Adatbázis rekordok",
20544
"de": "Datenbankaufzeichnungen",
20545
"xloc": [
20486
- "default.handlebars->47->2976"
20546
+ "default.handlebars->47->3015"
20547
]
20548
},
20549
{
@@ -20511,7 +20571,7 @@
20571
"hu": "Dátum és idő",
20572
"xloc": [
20573
"default-mobile.handlebars->11->306",
20514
- "default.handlebars->47->1880"
20574
+ "default.handlebars->47->1915"
20575
]
20576
},
20577
{
@@ -20539,9 +20599,9 @@
20599
"hu": "Nap",
20600
"xloc": [
20601
"default-mobile.handlebars->11->593",
20542
- "default.handlebars->47->1219",
20543
- "default.handlebars->47->2980",
20544
- "default.handlebars->47->2983"
20602
+ "default.handlebars->47->1248",
20603
+ "default.handlebars->47->3019",
20604
+ "default.handlebars->47->3022"
20605
]
20606
},
20607
{
@@ -20568,8 +20628,8 @@
20628
"zh-cht": "停用",
20629
"hu": "Deaktiválás",
20630
"xloc": [
20571
- "default.handlebars->47->2042",
20572
- "default.handlebars->47->2106"
20631
+ "default.handlebars->47->2077",
20632
+ "default.handlebars->47->2141"
20633
]
20634
},
20635
{
@@ -20596,7 +20656,7 @@
20656
"zh-cht": "如果設置停用CCM",
20657
"hu": "CCM kikapcsolása ha be van állítva",
20658
"xloc": [
20599
- "default.handlebars->47->2118"
20659
+ "default.handlebars->47->2153"
20660
]
20661
},
20662
{
@@ -20675,10 +20735,10 @@
20735
"zh-cht": "默認",
20736
"hu": "Alapértelmezett",
20737
"xloc": [
20678
- "default.handlebars->47->2621",
20679
- "default.handlebars->47->2670",
20680
- "default.handlebars->47->2681",
20681
- "default.handlebars->47->2755"
20738
+ "default.handlebars->47->2657",
20739
+ "default.handlebars->47->2706",
20740
+ "default.handlebars->47->2717",
20741
+ "default.handlebars->47->2791"
20742
]
20743
},
20744
{
@@ -20706,7 +20766,7 @@
20766
"hu": "Del",
20767
"xloc": [
20768
"default-mobile.handlebars->11->630",
20709
- "default.handlebars->47->1339"
20769
+ "default.handlebars->47->1368"
20770
]
20771
},
20772
{
@@ -20738,9 +20798,9 @@
20798
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
20799
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
20800
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
20741
- "default.handlebars->47->1458",
20742
- "default.handlebars->47->2338",
20743
- "default.handlebars->47->809",
20801
+ "default.handlebars->47->1487",
20802
+ "default.handlebars->47->2373",
20803
+ "default.handlebars->47->815",
20804
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
20805
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
20806
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -20778,7 +20838,7 @@
20838
"hu": "Fiók törlése",
20839
"xloc": [
20840
"default-mobile.handlebars->11->322",
20781
- "default.handlebars->47->1918"
20841
+ "default.handlebars->47->1953"
20842
]
20843
},
20844
{
@@ -20805,7 +20865,7 @@
20865
"zh-cht": "刪除帳戶",
20866
"hu": "Fiókok törlése",
20867
"xloc": [
20808
- "default.handlebars->47->2585"
20868
+ "default.handlebars->47->2621"
20869
]
20870
},
20871
{
@@ -20833,7 +20893,7 @@
20893
"hu": "Eszköz törlése",
20894
"xloc": [
20895
"default-mobile.handlebars->11->546",
20836
- "default.handlebars->47->978"
20896
+ "default.handlebars->47->993"
20897
]
20898
},
20899
{
@@ -20887,10 +20947,10 @@
20947
"zh-cht": "刪除群組",
20948
"hu": "Csoport törlése",
20949
"xloc": [
20890
- "default-mobile.handlebars->11->870",
20891
- "default-mobile.handlebars->11->873",
20892
- "default.handlebars->47->2094",
20893
- "default.handlebars->47->2135"
20950
+ "default-mobile.handlebars->11->882",
20951
+ "default-mobile.handlebars->11->885",
20952
+ "default.handlebars->47->2129",
20953
+ "default.handlebars->47->2170"
20954
]
20955
},
20956
{
@@ -20918,7 +20978,7 @@
20978
"hu": "Node törlése",
20979
"xloc": [
20980
"default-mobile.handlebars->11->601",
20921
- "default.handlebars->47->1245"
20981
+ "default.handlebars->47->1274"
20982
]
20983
},
20984
{
@@ -20969,7 +21029,7 @@
21029
"zh-cht": "刪除用戶",
21030
"hu": "Felhasználó törlése",
21031
"xloc": [
20972
- "default.handlebars->47->2828"
21032
+ "default.handlebars->47->2864"
21033
]
21034
},
21035
{
@@ -20996,8 +21056,8 @@
21056
"zh-cht": "刪除用戶群組",
21057
"hu": "Felhasználói csoport törlése",
21058
"xloc": [
20999
- "default.handlebars->47->2723",
21000
- "default.handlebars->47->2735"
21059
+ "default.handlebars->47->2759",
21060
+ "default.handlebars->47->2771"
21061
]
21062
},
21063
{
@@ -21024,7 +21084,7 @@
21084
"zh-cht": "刪除用戶群組",
21085
"hu": "Felhasználói csoportok törlése",
21086
"xloc": [
21027
- "default.handlebars->47->2668"
21087
+ "default.handlebars->47->2704"
21088
]
21089
},
21090
{
@@ -21051,7 +21111,7 @@
21111
"zh-cht": "刪除用戶{0}",
21112
"hu": "Felhasználó törlése: {0}",
21113
"xloc": [
21054
- "default.handlebars->47->2893"
21114
+ "default.handlebars->47->2932"
21115
]
21116
},
21117
{
@@ -21079,7 +21139,7 @@
21139
"hu": "Fiók törlése",
21140
"xloc": [
21141
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
21082
- "default.handlebars->47->2581",
21142
+ "default.handlebars->47->2617",
21143
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
21144
]
21145
},
@@ -21134,7 +21194,7 @@
21194
"zh-cht": "刪除群組",
21195
"hu": "Csoport törlése",
21196
"xloc": [
21137
- "default.handlebars->47->2664"
21197
+ "default.handlebars->47->2700"
21198
]
21199
},
21200
{
@@ -21161,7 +21221,7 @@
21221
"zh-cht": "刪除項目?",
21222
"hu": "Elem törlése?",
21223
"xloc": [
21164
- "default.handlebars->47->810"
21224
+ "default.handlebars->47->816"
21225
]
21226
},
21227
{
@@ -21188,7 +21248,7 @@
21248
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
21249
"hu": "Rekurzív törlés: \\\"{0}\\\", {1} eltávolított elem(ek)",
21250
"xloc": [
21191
- "default.handlebars->47->2400"
21251
+ "default.handlebars->47->2435"
21252
]
21253
},
21254
{
@@ -21217,8 +21277,8 @@
21277
"xloc": [
21278
"default-mobile.handlebars->11->362",
21279
"default-mobile.handlebars->11->695",
21220
- "default.handlebars->47->1460",
21221
- "default.handlebars->47->2340",
21280
+ "default.handlebars->47->1489",
21281
+ "default.handlebars->47->2375",
21282
"sharing.handlebars->11->63"
21283
]
21284
},
@@ -21246,7 +21306,7 @@
21306
"zh-cht": "刪除用戶群組{0}?",
21307
"hu": "Törli a(z) {0} felhasználói csoportot?",
21308
"xloc": [
21249
- "default.handlebars->47->2733"
21309
+ "default.handlebars->47->2769"
21310
]
21311
},
21312
{
@@ -21275,8 +21335,8 @@
21335
"xloc": [
21336
"default-mobile.handlebars->11->361",
21337
"default-mobile.handlebars->11->694",
21278
- "default.handlebars->47->1459",
21279
- "default.handlebars->47->2339",
21338
+ "default.handlebars->47->1488",
21339
+ "default.handlebars->47->2374",
21340
"sharing.handlebars->11->62"
21341
]
21342
},
@@ -21331,7 +21391,7 @@
21391
"zh-cht": "刪除:“{0}”",
21392
"hu": "Törlés: \\\"{0}\\\"",
21393
"xloc": [
21334
- "default.handlebars->47->2399"
21394
+ "default.handlebars->47->2434"
21395
]
21396
},
21397
{
@@ -21358,7 +21418,7 @@
21418
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
21419
"hu": "Törlés: \\\"{0}\\\", {1} elem eltávolítva",
21420
"xloc": [
21361
- "default.handlebars->47->2401"
21421
+ "default.handlebars->47->2436"
21422
]
21423
},
21424
{
@@ -21386,7 +21446,7 @@
21446
"hu": "Elutasítva",
21447
"xloc": [
21448
"default-mobile.handlebars->11->616",
21389
- "default.handlebars->47->1294",
21449
+ "default.handlebars->47->1323",
21450
"sharing.handlebars->11->29",
21451
"sharing.handlebars->11->7"
21452
]
@@ -21400,7 +21460,7 @@
21460
"hu": "Felhasználói bejelentkezés megtagadva: {0}, {1}, {2}",
21461
"de": "Login des Benutzers von {0}, {1}, {2} verweigert",
21462
"xloc": [
21403
- "default.handlebars->47->2509"
21463
+ "default.handlebars->47->2544"
21464
]
21465
},
21466
{
@@ -21551,23 +21611,23 @@
21611
"default-mobile.handlebars->11->485",
21612
"default-mobile.handlebars->11->486",
21613
"default-mobile.handlebars->11->611",
21554
- "default-mobile.handlebars->11->762",
21555
- "default-mobile.handlebars->11->856",
21556
- "default-mobile.handlebars->11->879",
21557
- "default.handlebars->47->1289",
21558
- "default.handlebars->47->1520",
21559
- "default.handlebars->47->1530",
21614
+ "default-mobile.handlebars->11->773",
21615
+ "default-mobile.handlebars->11->868",
21616
+ "default-mobile.handlebars->11->891",
21617
+ "default.handlebars->47->1318",
21618
+ "default.handlebars->47->1551",
21619
"default.handlebars->47->156",
21561
- "default.handlebars->47->1943",
21562
- "default.handlebars->47->2003",
21563
- "default.handlebars->47->2141",
21564
- "default.handlebars->47->2513",
21565
- "default.handlebars->47->2673",
21566
- "default.handlebars->47->2684",
21567
- "default.handlebars->47->2685",
21568
- "default.handlebars->47->2731",
21569
- "default.handlebars->47->850",
21570
- "default.handlebars->47->851",
21620
+ "default.handlebars->47->1561",
21621
+ "default.handlebars->47->1978",
21622
+ "default.handlebars->47->2038",
21623
+ "default.handlebars->47->2176",
21624
+ "default.handlebars->47->2549",
21625
+ "default.handlebars->47->2709",
21626
+ "default.handlebars->47->2720",
21627
+ "default.handlebars->47->2721",
21628
+ "default.handlebars->47->2767",
21629
+ "default.handlebars->47->856",
21630
+ "default.handlebars->47->857",
21631
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
21632
]
21633
},
@@ -21620,16 +21680,16 @@
21680
"hu": "Asztal",
21681
"xloc": [
21682
"default-mobile.handlebars->11->561",
21623
- "default.handlebars->47->1035",
21624
- "default.handlebars->47->1133",
21625
- "default.handlebars->47->1394",
21626
- "default.handlebars->47->2072",
21627
- "default.handlebars->47->2147",
21628
- "default.handlebars->47->2953",
21629
- "default.handlebars->47->3013",
21630
- "default.handlebars->47->3063",
21631
- "default.handlebars->47->3158",
21632
- "default.handlebars->47->815",
21683
+ "default.handlebars->47->1050",
21684
+ "default.handlebars->47->1162",
21685
+ "default.handlebars->47->1423",
21686
+ "default.handlebars->47->2107",
21687
+ "default.handlebars->47->2182",
21688
+ "default.handlebars->47->2992",
21689
+ "default.handlebars->47->3052",
21690
+ "default.handlebars->47->3102",
21691
+ "default.handlebars->47->3197",
21692
+ "default.handlebars->47->821",
21693
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
21694
"default.handlebars->contextMenu->cxdesktop",
21695
"sharing.handlebars->11->23",
@@ -21660,9 +21720,9 @@
21720
"zh-cht": "桌面 + 文件",
21721
"hu": "Asztal + Fájlok",
21722
"xloc": [
21663
- "default.handlebars->47->1039",
21664
- "default.handlebars->47->1136",
21665
- "default.handlebars->47->2076"
21723
+ "default.handlebars->47->1054",
21724
+ "default.handlebars->47->1165",
21725
+ "default.handlebars->47->2111"
21726
]
21727
},
21728
{
@@ -21689,8 +21749,8 @@
21749
"zh-cht": "桌面+終端",
21750
"hu": "Asztal + Terminál",
21751
"xloc": [
21692
- "default.handlebars->47->1036",
21693
- "default.handlebars->47->2073"
21752
+ "default.handlebars->47->1051",
21753
+ "default.handlebars->47->2108"
21754
]
21755
},
21756
{
@@ -21717,9 +21777,9 @@
21777
"zh-cht": "桌面+終端+文件",
21778
"hu": "Asztal + Terminál + Fájlok",
21779
"xloc": [
21720
- "default.handlebars->47->1040",
21721
- "default.handlebars->47->1138",
21722
- "default.handlebars->47->2077"
21780
+ "default.handlebars->47->1055",
21781
+ "default.handlebars->47->1167",
21782
+ "default.handlebars->47->2112"
21783
]
21784
},
21785
{
@@ -21773,7 +21833,7 @@
21833
"zh-cht": "桌面多路復用",
21834
"hu": "Asztal Multiplex",
21835
"xloc": [
21776
- "default.handlebars->47->3163"
21836
+ "default.handlebars->47->3202"
21837
]
21838
},
21839
{
@@ -21800,10 +21860,10 @@
21860
"zh-cht": "桌面通知",
21861
"hu": "Asztal kapcsolat értesítés",
21862
"xloc": [
21803
- "default.handlebars->47->2023",
21804
- "default.handlebars->47->2692",
21805
- "default.handlebars->47->2797",
21806
- "default.handlebars->47->913"
21863
+ "default.handlebars->47->2058",
21864
+ "default.handlebars->47->2728",
21865
+ "default.handlebars->47->2833",
21866
+ "default.handlebars->47->928"
21867
]
21868
},
21869
{
@@ -21830,10 +21890,10 @@
21890
"zh-cht": "桌面提示",
21891
"hu": "Asztal kapcsolat engedélykérés",
21892
"xloc": [
21833
- "default.handlebars->47->2022",
21834
- "default.handlebars->47->2691",
21835
- "default.handlebars->47->2796",
21836
- "default.handlebars->47->912"
21893
+ "default.handlebars->47->2057",
21894
+ "default.handlebars->47->2727",
21895
+ "default.handlebars->47->2832",
21896
+ "default.handlebars->47->927"
21897
]
21898
},
21899
{
@@ -21860,10 +21920,10 @@
21920
"zh-cht": "桌面提示+工具欄",
21921
"hu": "Asztal kapcsolat engedélykérés és eszköztár",
21922
"xloc": [
21863
- "default.handlebars->47->2020",
21864
- "default.handlebars->47->2689",
21865
- "default.handlebars->47->2794",
21866
- "default.handlebars->47->910"
21923
+ "default.handlebars->47->2055",
21924
+ "default.handlebars->47->2725",
21925
+ "default.handlebars->47->2830",
21926
+ "default.handlebars->47->925"
21927
]
21928
},
21929
{
@@ -21890,7 +21950,7 @@
21950
"zh-cht": "桌面會話",
21951
"hu": "Asztal munkamenet",
21952
"xloc": [
21893
- "default.handlebars->47->2946"
21953
+ "default.handlebars->47->2985"
21954
]
21955
},
21956
{
@@ -21997,10 +22057,10 @@
22057
"zh-cht": "桌面工具欄",
22058
"hu": "Asztal kapcsolat eszköztár",
22059
"xloc": [
22000
- "default.handlebars->47->2021",
22001
- "default.handlebars->47->2690",
22002
- "default.handlebars->47->2795",
22003
- "default.handlebars->47->911"
22060
+ "default.handlebars->47->2056",
22061
+ "default.handlebars->47->2726",
22062
+ "default.handlebars->47->2831",
22063
+ "default.handlebars->47->926"
22064
]
22065
},
22066
{
@@ -22027,7 +22087,7 @@
22087
"zh-cht": "僅桌面視圖",
22088
"hu": "Asztal csak megtekintés",
22089
"xloc": [
22030
- "default.handlebars->47->2770"
22090
+ "default.handlebars->47->2806"
22091
]
22092
},
22093
{
@@ -22054,7 +22114,7 @@
22114
"zh-cht": "桌面,僅查看",
22115
"hu": "Asztal, csak megtekintés",
22116
"xloc": [
22057
- "default.handlebars->47->1141"
22117
+ "default.handlebars->47->1170"
22118
]
22119
},
22120
{
@@ -22081,7 +22141,7 @@
22141
"zh-cht": "桌面時段",
22142
"hu": "DesktopSession",
22143
"xloc": [
22084
- "default.handlebars->47->1393"
22144
+ "default.handlebars->47->1422"
22145
]
22146
},
22147
{
@@ -22165,9 +22225,9 @@
22225
"hu": "Eszköz részletek",
22226
"xloc": [
22227
"default-mobile.handlebars->11->564",
22168
- "default.handlebars->47->1089",
22169
- "default.handlebars->47->1114",
22170
- "default.handlebars->47->2238",
22228
+ "default.handlebars->47->1104",
22229
+ "default.handlebars->47->1129",
22230
+ "default.handlebars->47->2273",
22231
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
22232
"default.handlebars->contextMenu->cxdetails"
22233
]
@@ -22223,14 +22283,14 @@
22283
"zh-cht": "裝置",
22284
"hu": "Eszköz",
22285
"xloc": [
22226
- "default-mobile.handlebars->11->757",
22227
- "default.handlebars->47->1515",
22228
- "default.handlebars->47->1666",
22229
- "default.handlebars->47->2175",
22286
+ "default-mobile.handlebars->11->768",
22287
+ "default.handlebars->47->1546",
22288
+ "default.handlebars->47->1701",
22289
+ "default.handlebars->47->2210",
22290
"default.handlebars->47->280",
22231
- "default.handlebars->47->2912",
22232
- "default.handlebars->47->2979",
22233
- "default.handlebars->47->2997",
22291
+ "default.handlebars->47->2951",
22292
+ "default.handlebars->47->3018",
22293
+ "default.handlebars->47->3036",
22294
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
22295
]
22296
},
@@ -22284,7 +22344,7 @@
22344
"xloc": [
22345
"default-mobile.handlebars->11->582",
22346
"default-mobile.handlebars->11->591",
22287
- "default.handlebars->47->1198"
22347
+ "default.handlebars->47->1227"
22348
]
22349
},
22350
{
@@ -22366,7 +22426,7 @@
22426
"zh-cht": "設備詳情",
22427
"hu": "Eszköz részéletek elérése",
22428
"xloc": [
22369
- "default.handlebars->47->2199"
22429
+ "default.handlebars->47->2234"
22430
]
22431
},
22432
{
@@ -22421,18 +22481,18 @@
22481
"hu": "Eszköz csoport",
22482
"xloc": [
22483
"agent-translations.json",
22424
- "default-mobile.handlebars->11->940",
22425
- "default.handlebars->47->2170",
22426
- "default.handlebars->47->2173",
22427
- "default.handlebars->47->2174",
22428
- "default.handlebars->47->2530",
22429
- "default.handlebars->47->2715",
22430
- "default.handlebars->47->2721",
22431
- "default.handlebars->47->2900",
22432
- "default.handlebars->47->2962",
22433
- "default.handlebars->47->2986",
22434
- "default.handlebars->47->3000",
22435
- "default.handlebars->47->3080"
22484
+ "default-mobile.handlebars->11->952",
22485
+ "default.handlebars->47->2205",
22486
+ "default.handlebars->47->2208",
22487
+ "default.handlebars->47->2209",
22488
+ "default.handlebars->47->2566",
22489
+ "default.handlebars->47->2751",
22490
+ "default.handlebars->47->2757",
22491
+ "default.handlebars->47->2939",
22492
+ "default.handlebars->47->3001",
22493
+ "default.handlebars->47->3025",
22494
+ "default.handlebars->47->3039",
22495
+ "default.handlebars->47->3119"
22496
]
22497
},
22498
{
@@ -22459,8 +22519,8 @@
22519
"zh-cht": "裝置群用戶",
22520
"hu": "Eszköz Csoport Felhasználó",
22521
"xloc": [
22462
- "default-mobile.handlebars->11->929",
22463
- "default.handlebars->47->2245"
22522
+ "default-mobile.handlebars->11->941",
22523
+ "default.handlebars->47->2280"
22524
]
22525
},
22526
{
@@ -22488,11 +22548,11 @@
22548
"hu": "Eszköz csoportok",
22549
"xloc": [
22550
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
22491
- "default.handlebars->47->2546",
22492
- "default.handlebars->47->2658",
22493
- "default.handlebars->47->2702",
22494
- "default.handlebars->47->2791",
22495
- "default.handlebars->47->3136",
22551
+ "default.handlebars->47->2582",
22552
+ "default.handlebars->47->2694",
22553
+ "default.handlebars->47->2738",
22554
+ "default.handlebars->47->2827",
22555
+ "default.handlebars->47->3175",
22556
"default.handlebars->container->column_l->p2->p2info->9"
22557
]
22558
},
@@ -22520,7 +22580,7 @@
22580
"zh-cht": "裝置訊息輸出",
22581
"hu": "Eszközinformációk exportálása",
22582
"xloc": [
22523
- "default.handlebars->47->754"
22583
+ "default.handlebars->47->760"
22584
]
22585
},
22586
{
@@ -22547,7 +22607,7 @@
22607
"zh-cht": "裝置位置",
22608
"hu": "Eszköz helye",
22609
"xloc": [
22550
- "default.handlebars->47->1246"
22610
+ "default.handlebars->47->1275"
22611
]
22612
},
22613
{
@@ -22574,7 +22634,7 @@
22634
"zh-cht": "裝置訊息",
22635
"hu": "Üzenet küldése az eszközre",
22636
"xloc": [
22577
- "default.handlebars->47->1122"
22637
+ "default.handlebars->47->1142"
22638
]
22639
},
22640
{
@@ -22602,8 +22662,8 @@
22662
"hu": "Eszköz Neve",
22663
"xloc": [
22664
"default-mobile.handlebars->11->609",
22605
- "default.handlebars->47->1287",
22606
- "default.handlebars->47->2961",
22665
+ "default.handlebars->47->1316",
22666
+ "default.handlebars->47->3000",
22667
"default.handlebars->47->478",
22668
"default.handlebars->47->487",
22669
"player.handlebars->3->25"
@@ -22633,8 +22693,8 @@
22693
"zh-cht": "裝置通知",
22694
"hu": "Eszköz értesítés",
22695
"xloc": [
22636
- "default.handlebars->47->1128",
22637
- "default.handlebars->47->732"
22696
+ "default.handlebars->47->1156",
22697
+ "default.handlebars->47->738"
22698
]
22699
},
22700
{
@@ -22661,7 +22721,7 @@
22721
"zh-cht": "設備配對鏈接",
22722
"hu": "Eszköz párosítás link",
22723
"xloc": [
22664
- "default-mobile.handlebars->11->883"
22724
+ "default-mobile.handlebars->11->895"
22725
]
22726
},
22727
{
@@ -22688,7 +22748,7 @@
22748
"zh-cht": "設備推送",
22749
"hu": "Device Push",
22750
"xloc": [
22691
- "default.handlebars->47->2810"
22751
+ "default.handlebars->47->2846"
22752
]
22753
},
22754
{
@@ -22700,7 +22760,7 @@
22760
"hu": "Eszköz push értesítés rekord",
22761
"de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts",
22762
"xloc": [
22703
- "default.handlebars->47->3060"
22763
+ "default.handlebars->47->3099"
22764
]
22765
},
22766
{
@@ -22712,7 +22772,7 @@
22772
"hu": "Eszköz SMBIOS rekord",
22773
"de": "SMBIOS Geräteaufzeichnungen",
22774
"xloc": [
22715
- "default.handlebars->47->3059"
22775
+ "default.handlebars->47->3098"
22776
]
22777
},
22778
{
@@ -22787,8 +22847,8 @@
22847
"zh-cht": "設備共享鏈接",
22848
"hu": "Eszközmegosztási link",
22849
"xloc": [
22790
- "default.handlebars->47->1032",
22791
- "default.handlebars->47->2069"
22850
+ "default.handlebars->47->1047",
22851
+ "default.handlebars->47->2104"
22852
]
22853
},
22854
{
@@ -22869,9 +22929,9 @@
22929
"default-mobile.handlebars->11->489",
22930
"default-mobile.handlebars->11->491",
22931
"default-mobile.handlebars->11->493",
22872
- "default.handlebars->47->854",
22873
- "default.handlebars->47->856",
22874
- "default.handlebars->47->858"
22932
+ "default.handlebars->47->860",
22933
+ "default.handlebars->47->862",
22934
+ "default.handlebars->47->864"
22935
]
22936
},
22937
{
@@ -22925,13 +22985,13 @@
22985
"zh-cht": "裝置連接。",
22986
"hu": "Eszköz kapcsolódások",
22987
"xloc": [
22928
- "default.handlebars->47->1058",
22929
- "default.handlebars->47->1062",
22930
- "default.handlebars->47->1066",
22931
- "default.handlebars->47->1906",
22932
- "default.handlebars->47->2272",
22933
- "default.handlebars->47->2276",
22934
- "default.handlebars->47->2280"
22988
+ "default.handlebars->47->1073",
22989
+ "default.handlebars->47->1077",
22990
+ "default.handlebars->47->1081",
22991
+ "default.handlebars->47->1941",
22992
+ "default.handlebars->47->2307",
22993
+ "default.handlebars->47->2311",
22994
+ "default.handlebars->47->2315"
22995
]
22996
},
22997
{
@@ -22958,13 +23018,13 @@
23018
"zh-cht": "裝置斷開連接。",
23019
"hu": "Eszköz lekapcsolások",
23020
"xloc": [
22961
- "default.handlebars->47->1059",
22962
- "default.handlebars->47->1063",
22963
- "default.handlebars->47->1067",
22964
- "default.handlebars->47->1907",
22965
- "default.handlebars->47->2273",
22966
- "default.handlebars->47->2277",
22967
- "default.handlebars->47->2281"
23021
+ "default.handlebars->47->1074",
23022
+ "default.handlebars->47->1078",
23023
+ "default.handlebars->47->1082",
23024
+ "default.handlebars->47->1942",
23025
+ "default.handlebars->47->2308",
23026
+ "default.handlebars->47->2312",
23027
+ "default.handlebars->47->2316"
23028
]
23029
},
23030
{
@@ -22991,7 +23051,7 @@
23051
"zh-cht": "設備組已創建:{0}",
23052
"hu": "Eszközcsoport létrehozva: {0}",
23053
"xloc": [
22994
- "default.handlebars->47->2430"
23054
+ "default.handlebars->47->2465"
23055
]
23056
},
23057
{
@@ -23018,7 +23078,7 @@
23078
"zh-cht": "設備組已刪除:{0}",
23079
"hu": "Eszközcsoport törölve: {0}",
23080
"xloc": [
23021
- "default.handlebars->47->2431"
23081
+ "default.handlebars->47->2466"
23082
]
23083
},
23084
{
@@ -23045,7 +23105,7 @@
23105
"zh-cht": "設備組成員身份已更改:{0}",
23106
"hu": "Eszközcsoport tagság megváltozott: {0}",
23107
"xloc": [
23048
- "default.handlebars->47->2432"
23108
+ "default.handlebars->47->2467"
23109
]
23110
},
23111
{
@@ -23073,7 +23133,7 @@
23133
"hu": "Az eszközcsoportok megjegyzéseit más eszközcsoport-adminisztrátorok is megtekinthetik és módosíthatják.",
23134
"xloc": [
23135
"default-mobile.handlebars->11->589",
23076
- "default.handlebars->47->1119"
23136
+ "default.handlebars->47->1134"
23137
]
23138
},
23139
{
@@ -23100,7 +23160,7 @@
23160
"zh-cht": "設備組通知已更改",
23161
"hu": "Eszközcsoport értesítés megváltozott",
23162
"xloc": [
23103
- "default.handlebars->47->2427"
23163
+ "default.handlebars->47->2462"
23164
]
23165
},
23166
{
@@ -23112,7 +23172,7 @@
23172
"hu": "Eszközcsoport rekordok",
23173
"de": "Gerätegruppenaufzeichnungen",
23174
"xloc": [
23115
- "default.handlebars->47->3045"
23175
+ "default.handlebars->47->3084"
23176
]
23177
},
23178
{
@@ -23139,7 +23199,7 @@
23199
"zh-cht": "未刪除的設備組:{0}",
23200
"hu": "Eszközcsoport törlés visszavonva: {0}",
23201
"xloc": [
23142
- "default.handlebars->47->2410"
23202
+ "default.handlebars->47->2445"
23203
]
23204
},
23205
{
@@ -23166,7 +23226,7 @@
23226
"zh-cht": "設備組 {0} 已更改:{1}",
23227
"hu": "{0} eszközcsoport :{1} megváltozott",
23228
"xloc": [
23169
- "default.handlebars->47->2496"
23229
+ "default.handlebars->47->2531"
23230
]
23231
},
23232
{
@@ -23193,7 +23253,7 @@
23253
"zh-cht": "設備組此設備是中繼",
23254
"hu": "Device groups this device is a relay for",
23255
"xloc": [
23196
- "default.handlebars->47->952"
23256
+ "default.handlebars->47->967"
23257
]
23258
},
23259
{
@@ -23205,7 +23265,7 @@
23265
"hu": "Eszköz információs rekordok",
23266
"de": "Aufzeichnungen zu Geräteinformationen",
23267
"xloc": [
23208
- "default.handlebars->47->3047"
23268
+ "default.handlebars->47->3086"
23269
]
23270
},
23271
{
@@ -23235,7 +23295,7 @@
23295
"default-mobile.handlebars->11->406",
23296
"default-mobile.handlebars->11->476",
23297
"default.handlebars->47->394",
23238
- "default.handlebars->47->836"
23298
+ "default.handlebars->47->842"
23299
]
23300
},
23301
{
@@ -23595,7 +23655,7 @@
23655
"default-mobile.handlebars->11->405",
23656
"default-mobile.handlebars->11->475",
23657
"default.handlebars->47->393",
23598
- "default.handlebars->47->835"
23658
+ "default.handlebars->47->841"
23659
]
23660
},
23661
{
@@ -23732,7 +23792,7 @@
23792
"zh-cht": "裝置名稱",
23793
"hu": "Eszköz neve",
23794
"xloc": [
23735
- "default.handlebars->47->827"
23795
+ "default.handlebars->47->833"
23796
]
23797
},
23798
{
@@ -23770,7 +23830,7 @@
23830
"fr": "Enregistrement de l'état de l'alimentation de l'appareil",
23831
"hu": "Eszköz energiaellátás változás rekordok",
23832
"xloc": [
23773
- "default.handlebars->47->3053"
23833
+ "default.handlebars->47->3092"
23834
]
23835
},
23836
{
@@ -23782,7 +23842,7 @@
23842
"hu": "Eszköz rekordok",
23843
"de": "Geräteaufzeichnungen",
23844
"xloc": [
23785
- "default.handlebars->47->3044"
23845
+ "default.handlebars->47->3083"
23846
]
23847
},
23848
{
@@ -23809,7 +23869,7 @@
23869
"zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
23870
"hu": "Eszköz által kért Intel(R) AMT ACM TLS aktiválás, FQDN: {0}",
23871
"xloc": [
23812
- "default.handlebars->47->2465"
23872
+ "default.handlebars->47->2500"
23873
]
23874
},
23875
{
@@ -23836,7 +23896,7 @@
23896
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
23897
"hu": "Eszköz által kért Intel(R) AMT ACM aktiválás, FQDN: {0}",
23898
"xloc": [
23839
- "default.handlebars->47->2412"
23899
+ "default.handlebars->47->2447"
23900
]
23901
},
23902
{
@@ -23848,7 +23908,7 @@
23908
"hu": "Eszközmegosztási rekordok",
23909
"de": "Aufzeichnungen zu Geräte-Teilen",
23910
"xloc": [
23851
- "default.handlebars->47->3057"
23911
+ "default.handlebars->47->3096"
23912
]
23913
},
23914
{
@@ -23860,7 +23920,7 @@
23920
"hu": "Eszköz, felhasználók, csoportok és egyéb rekordok",
23921
"de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres",
23922
"xloc": [
23863
- "default.handlebars->47->3061"
23923
+ "default.handlebars->47->3100"
23924
]
23925
},
23926
{
@@ -23911,9 +23971,9 @@
23971
"zh-cht": "裝置",
23972
"hu": "Eszközök",
23973
"xloc": [
23914
- "default.handlebars->47->2092",
23915
- "default.handlebars->47->2659",
23916
- "default.handlebars->47->2703"
23974
+ "default.handlebars->47->2127",
23975
+ "default.handlebars->47->2695",
23976
+ "default.handlebars->47->2739"
23977
]
23978
},
23979
{
@@ -24126,9 +24186,9 @@
24186
"zh-cht": "已禁用",
24187
"hu": "Tiltva",
24188
"xloc": [
24129
- "default-mobile.handlebars->11->741",
24189
+ "default-mobile.handlebars->11->752",
24190
"default.handlebars->47->129",
24131
- "default.handlebars->47->903"
24191
+ "default.handlebars->47->918"
24192
]
24193
},
24194
{
@@ -24155,7 +24215,7 @@
24215
"zh-cht": "禁用的電子郵件兩因素身份驗證",
24216
"hu": "Kétfaktoros e-mail hitelesítés kikapcsolása",
24217
"xloc": [
24158
- "default.handlebars->47->2443"
24218
+ "default.handlebars->47->2478"
24219
]
24220
},
24221
{
@@ -24186,8 +24246,8 @@
24246
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
24247
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
24248
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
24189
- "default.handlebars->47->2033",
24190
- "default.handlebars->47->923",
24249
+ "default.handlebars->47->2068",
24250
+ "default.handlebars->47->938",
24251
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
24252
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
24253
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -24395,8 +24455,8 @@
24455
"pl": "Discord",
24456
"de": "Discord",
24457
"xloc": [
24398
- "default.handlebars->47->1631",
24399
- "default.handlebars->47->2842"
24458
+ "default.handlebars->47->1663",
24459
+ "default.handlebars->47->2878"
24460
]
24461
},
24462
{
@@ -24475,10 +24535,7 @@
24535
"tr": "Uzak cihazda bir mesaj kutusu görüntüleyin.",
24536
"zh-chs": "在远程设备上显示一个消息框。",
24537
"zh-cht": "在遠程裝置上顯示一個訊息框。",
24478
- "hu": "Üzenetdoboz megjelenítése a távoli eszközön.",
24479
- "xloc": [
24480
- "default.handlebars->47->1123"
24481
- ]
24538
+ "hu": "Üzenetdoboz megjelenítése a távoli eszközön."
24539
},
24540
{
24541
"bs": "Prikažite obavještenje na udaljenom računaru",
@@ -24531,7 +24588,7 @@
24588
"zh-cht": "在遠程裝置上顯示短信",
24589
"hu": "Szöveges üzenet megjelenítése a távoli eszközön",
24590
"xloc": [
24534
- "default.handlebars->47->964"
24591
+ "default.handlebars->47->979"
24592
]
24593
},
24594
{
@@ -24582,7 +24639,7 @@
24639
"zh-cht": "顯示裝置群名稱",
24640
"hu": "Eszközcsoport nevének megjelenítése",
24641
"xloc": [
24585
- "default.handlebars->47->1905"
24642
+ "default.handlebars->47->1940"
24643
]
24644
},
24645
{
@@ -24609,7 +24666,7 @@
24666
"zh-cht": "顯示名稱",
24667
"hu": "Név megjelenítése",
24668
"xloc": [
24612
- "default.handlebars->47->1377"
24669
+ "default.handlebars->47->1406"
24670
]
24671
},
24672
{
@@ -24636,7 +24693,7 @@
24693
"zh-cht": "顯示公共鏈結",
24694
"hu": "Publikus link megjelenítése",
24695
"xloc": [
24639
- "default.handlebars->47->2311"
24696
+ "default.handlebars->47->2346"
24697
]
24698
},
24699
{
@@ -24663,7 +24720,13 @@
24720
"zh-cht": "顯示 {0}",
24721
"hu": "Kijelző {0}",
24722
"xloc": [
24666
- "default.handlebars->47->1396"
24723
+ "default.handlebars->47->1425"
24724
+ ]
24725
+ },
24726
+ {
24727
+ "en": "Displaying alert box, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24728
+ "xloc": [
24729
+ "default.handlebars->47->2547"
24730
]
24731
},
24732
{
@@ -24690,7 +24753,7 @@
24753
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
24754
"hu": "Üzenetdoboz megjelenítése, cím=\\\"{0}\\\", üzenet=\\\"{1}\\\"",
24755
"xloc": [
24693
- "default.handlebars->47->2372"
24756
+ "default.handlebars->47->2407"
24757
]
24758
},
24759
{
@@ -24717,7 +24780,7 @@
24780
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
24781
"hu": "Alkalmazás üzenet megjelenítése, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24782
"xloc": [
24720
- "default.handlebars->47->2380"
24783
+ "default.handlebars->47->2415"
24784
]
24785
},
24786
{
@@ -24744,8 +24807,8 @@
24807
"zh-cht": "什麼都不做",
24808
"hu": "Ne csináljon semmit",
24809
"xloc": [
24747
- "default.handlebars->47->2121",
24748
- "default.handlebars->47->2125"
24810
+ "default.handlebars->47->2156",
24811
+ "default.handlebars->47->2160"
24812
]
24813
},
24814
{
@@ -24773,11 +24836,11 @@
24836
"hu": "Domain",
24837
"xloc": [
24838
"default.handlebars->47->125",
24776
- "default.handlebars->47->1312",
24777
- "default.handlebars->47->2622",
24778
- "default.handlebars->47->2671",
24779
- "default.handlebars->47->2680",
24780
- "default.handlebars->47->2754",
24839
+ "default.handlebars->47->1341",
24840
+ "default.handlebars->47->2658",
24841
+ "default.handlebars->47->2707",
24842
+ "default.handlebars->47->2716",
24843
+ "default.handlebars->47->2790",
24844
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
24845
"mstsc.handlebars->main->1->3->1->rowdomain->3"
24846
]
@@ -24830,7 +24893,7 @@
24893
"zh-cht": "請勿更改,如果設置請保留CCM",
24894
"hu": "Ne módosítsa, tartsa meg a CCM-et, ha beállítva van",
24895
"xloc": [
24833
- "default.handlebars->47->2117"
24896
+ "default.handlebars->47->2152"
24897
]
24898
},
24899
{
@@ -24881,7 +24944,7 @@
24944
"zh-cht": "不要連接到伺服器",
24945
"hu": "Ne csatlakozzon a kiszolgálóhoz",
24946
"xloc": [
24884
- "default.handlebars->47->2126"
24947
+ "default.handlebars->47->2161"
24948
]
24949
},
24950
{
@@ -25010,7 +25073,7 @@
25073
"hu": "Le",
25074
"xloc": [
25075
"default-mobile.handlebars->11->639",
25013
- "default.handlebars->47->1347"
25076
+ "default.handlebars->47->1376"
25077
]
25078
},
25079
{
@@ -25122,7 +25185,7 @@
25185
"hu": "Fájl letöltése",
25186
"xloc": [
25187
"default-mobile.handlebars->11->714",
25125
- "default.handlebars->47->1479",
25188
+ "default.handlebars->47->1508",
25189
"sharing.handlebars->11->82"
25190
]
25191
},
@@ -25177,7 +25240,7 @@
25240
"zh-cht": "下載MeshCmd",
25241
"hu": "Töltse le a MeshCmd-t",
25242
"xloc": [
25180
- "default.handlebars->47->1272"
25243
+ "default.handlebars->47->1301"
25244
]
25245
},
25246
{
@@ -25258,7 +25321,7 @@
25321
"zh-cht": "下載報告",
25322
"hu": "Jelentés letöltése",
25323
"xloc": [
25261
- "default.handlebars->47->2535",
25324
+ "default.handlebars->47->2571",
25325
"default.handlebars->container->column_l->p3->3->1->0->3",
25326
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
25327
]
@@ -25287,7 +25350,7 @@
25350
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
25351
"hu": "Töltse le a \\\"meshcmd\\\" fájlt egy műveletfájllal, hogy a forgalmat ezen a szerveren keresztül erre az eszközre irányítsa. Szerkessze a meshaction.txt fájlt, és adja hozzá fiókja jelszavát, vagy hajtsa végre a szükséges módosításokat.",
25352
"xloc": [
25290
- "default.handlebars->47->1265"
25353
+ "default.handlebars->47->1294"
25354
]
25355
},
25356
{
@@ -25368,7 +25431,7 @@
25431
"zh-cht": "下載設備列表",
25432
"hu": "Eszközlista letöltése",
25433
"xloc": [
25371
- "default.handlebars->47->2090"
25434
+ "default.handlebars->47->2125"
25435
]
25436
},
25437
{
@@ -25422,7 +25485,7 @@
25485
"zh-cht": "下載電源事件",
25486
"hu": "Tápellátás események letöltése",
25487
"xloc": [
25425
- "default.handlebars->47->1220"
25488
+ "default.handlebars->47->1249"
25489
]
25490
},
25491
{
@@ -25557,7 +25620,7 @@
25620
"zh-cht": "使用以下一種檔案格式下載裝置列表。",
25621
"hu": "Töltse le az eszközök listáját az alábbi fájlformátumokban.",
25622
"xloc": [
25560
- "default.handlebars->47->746"
25623
+ "default.handlebars->47->752"
25624
]
25625
},
25626
{
@@ -25584,7 +25647,7 @@
25647
"zh-cht": "使用以下一種檔案格式下載事件列表。",
25648
"hu": "Töltse le az események listáját az alábbi fájlformátumokban.",
25649
"xloc": [
25587
- "default.handlebars->47->2536"
25650
+ "default.handlebars->47->2572"
25651
]
25652
},
25653
{
@@ -25611,7 +25674,7 @@
25674
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
25675
"hu": "Töltse le a felhasználók listáját az alábbi fájlformátumok valamelyikével.",
25676
"xloc": [
25614
- "default.handlebars->47->2606"
25677
+ "default.handlebars->47->2642"
25678
]
25679
},
25680
{
@@ -25720,7 +25783,7 @@
25783
"zh-cht": "下載:“{0}”",
25784
"hu": "Letöltés: \\\"{0}\\\"",
25785
"xloc": [
25723
- "default.handlebars->47->2403"
25786
+ "default.handlebars->47->2438"
25787
]
25788
},
25789
{
@@ -25747,7 +25810,7 @@
25810
"zh-cht": "下載:\\\"{0}\\\",大小:{1}",
25811
"hu": "Letöltés: \\\"{0}\\\", Méret: {1}",
25812
"xloc": [
25750
- "default.handlebars->47->2460"
25813
+ "default.handlebars->47->2495"
25814
]
25815
},
25816
{
@@ -25801,7 +25864,7 @@
25864
"zh-cht": "代理重複",
25865
"hu": "Duplikált Agent",
25866
"xloc": [
25804
- "default.handlebars->47->3132"
25867
+ "default.handlebars->47->3171"
25868
]
25869
},
25870
{
@@ -25855,7 +25918,7 @@
25918
"zh-cht": "複製用戶群",
25919
"hu": "Felhasználó csoport duplikálása",
25920
"xloc": [
25858
- "default.handlebars->47->2675"
25921
+ "default.handlebars->47->2711"
25922
]
25923
},
25924
{
@@ -25906,11 +25969,11 @@
25969
"zh-cht": "持續時間",
25970
"hu": "Időtartam",
25971
"xloc": [
25909
- "default.handlebars->47->1169",
25972
+ "default.handlebars->47->1198",
25973
"default.handlebars->47->286",
25974
"default.handlebars->47->288",
25912
- "default.handlebars->47->2941",
25913
- "default.handlebars->47->2967",
25975
+ "default.handlebars->47->2980",
25976
+ "default.handlebars->47->3006",
25977
"player.handlebars->3->18"
25978
]
25979
},
@@ -25963,7 +26026,8 @@
26026
"hu": "holland (Belga)",
26027
"xloc": [
26028
"default-mobile.handlebars->11->150",
25966
- "default.handlebars->47->1724"
26029
+ "default.handlebars->47->1759",
26030
+ "login2.handlebars->7->47"
26031
]
26032
},
26033
{
@@ -25991,7 +26055,8 @@
26055
"hu": "holland",
26056
"xloc": [
26057
"default-mobile.handlebars->11->149",
25994
- "default.handlebars->47->1723"
26058
+ "default.handlebars->47->1758",
26059
+ "login2.handlebars->7->46"
26060
]
26061
},
26062
{
@@ -26407,9 +26472,9 @@
26472
"default-mobile.handlebars->11->605",
26473
"default-mobile.handlebars->11->607",
26474
"default-mobile.handlebars->11->614",
26410
- "default.handlebars->47->1283",
26411
- "default.handlebars->47->1285",
26412
- "default.handlebars->47->1292"
26475
+ "default.handlebars->47->1312",
26476
+ "default.handlebars->47->1314",
26477
+ "default.handlebars->47->1321"
26478
]
26479
},
26480
{
@@ -26436,17 +26501,17 @@
26501
"zh-cht": "編輯裝置群",
26502
"hu": "Eszközcsoport szerkesztés",
26503
"xloc": [
26439
- "default-mobile.handlebars->11->874",
26440
- "default-mobile.handlebars->11->877",
26441
- "default-mobile.handlebars->11->880",
26504
"default-mobile.handlebars->11->886",
26443
- "default-mobile.handlebars->11->906",
26444
- "default.handlebars->47->2136",
26445
- "default.handlebars->47->2139",
26446
- "default.handlebars->47->2142",
26447
- "default.handlebars->47->2179",
26448
- "default.handlebars->47->2206",
26449
- "default.handlebars->47->2218"
26505
+ "default-mobile.handlebars->11->889",
26506
+ "default-mobile.handlebars->11->892",
26507
+ "default-mobile.handlebars->11->898",
26508
+ "default-mobile.handlebars->11->918",
26509
+ "default.handlebars->47->2171",
26510
+ "default.handlebars->47->2174",
26511
+ "default.handlebars->47->2177",
26512
+ "default.handlebars->47->2214",
26513
+ "default.handlebars->47->2241",
26514
+ "default.handlebars->47->2253"
26515
]
26516
},
26517
{
@@ -26473,7 +26538,7 @@
26538
"zh-cht": "編輯裝置群功能",
26539
"hu": "Eszköz Csoport funkciók szerkesztése",
26540
"xloc": [
26476
- "default.handlebars->47->2165"
26541
+ "default.handlebars->47->2200"
26542
]
26543
},
This file is too large to show in full.