Version 0.9.88
Ylian Saint-Hilaire committed
Feb 23, 2022 at 22:14 UTC
0e136026a4cb6179f3907c432cd256588813cdbe
3 files changed
+2422
-2390
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.87",
3
+ "version": "0.9.88",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
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 p={};"string"==typeof(p.CanvasId=e)&&(p.CanvasId=Q(e)),p.Canvas=p.CanvasId.getContext("2d"),p.scrolldiv=t,p.State=0,p.PendingOperations=[],p.tilesReceived=0,p.TilesDrawn=0,p.KillDraw=0,p.ipad=!1,p.tabletKeyboardVisible=!1,p.LastX=0,p.LastY=0,p.touchenabled=0,p.submenuoffset=0,p.touchtimer=null,p.TouchArray={},p.connectmode=0,p.connectioncount=0,p.rotation=0,p.protocol=2,p.debugmode=0,p.firstUpKeys=[],p.stopInput=!1,p.localKeyMap=!0,p.remoteKeyMap=!1,p.pressedKeys=[],p.sessionid=0,p.username,p.oldie=!1,p.ImageType=1,p.CompressionLevel=50,p.ScalingLevel=1024,p.FrameRateTimer=100,p.SwapMouse=!1,p.FirstDraw=!1,p.onRemoteInputLockChanged=null,p.RemoteInputLock=null,p.ScreenWidth=960,p.ScreenHeight=701,p.width=960,p.height=960,p.displays=null,p.selectedDisplay=null,p.onScreenSizeChange=null,p.onMessage=null,p.onConnectCountChanged=null,p.onDebugMessage=null,p.onTouchEnabledChanged=null,p.onDisplayinfo=null;var S=!(p.accumulator=null),v="default";p.mouseCursorActive=function(e){S!=e&&(S=e,p.CanvasId.style.cursor=1==e?v:"default")};var C=["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"];p.Start=function(){p.State=0,p.accumulator=null},p.Stop=function(){p.setRotation(0),p.UnGrabKeyInput(),p.UnGrabMouseInput(),p.touchenabled=0,null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId),p.Canvas.clearRect(0,0,p.CanvasId.width,p.CanvasId.height)},p.xxStateChange=function(e){p.State!=e&&(p.State=e,p.CanvasId.style.cursor="default",0===e&&p.Stop())},p.send=function(e){2<p.debugmode&&console.log("KSend("+e.length+"): "+rstr2hex(e)),null!=p.parent&&p.parent.send(e)},p.ProcessPictureMsg=function(e,t,n){var o=new Image;o.xcount=p.tilesReceived++;for(var a=p.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;0<s?i.push(String.fromCharCode.apply(null,r.slice(s))):i.push(String.fromCharCode.apply(null,r)),o.src="data:image/jpeg;base64,"+btoa(i.join("")),o.onload=function(){if(null!=p.Canvas&&p.KillDraw<a&&0!=p.State)for(p.PendingOperations.push([a,2,o,t,n]);p.DoPendingOperations(););else p.PendingOperations.push([a,0])},o.error=function(){console.log("DecodeTileError")}},p.DoPendingOperations=function(){if(0==p.PendingOperations.length)return!1;for(var e=0;e<p.PendingOperations.length;e++){var t=p.PendingOperations[e];if(t[0]==p.TilesDrawn+1)return null!=p.onPreDrawImage&&p.onPreDrawImage(),1==t[1]?p.ProcessCopyRectMsg(t[2]):2==t[1]&&(p.Canvas.drawImage(t[2],p.rotX(t[3],t[4]),p.rotY(t[3],t[4])),delete t[2]),p.PendingOperations.splice(e,1),delete t,p.TilesDrawn++,p.TilesDrawn==p.tilesReceived&&p.KillDraw<p.TilesDrawn&&(p.KillDraw=p.TilesDrawn=p.tilesReceived=0),!0}return p.oldie&&0<p.PendingOperations.length&&p.TilesDrawn++,!1},p.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));p.Canvas.drawImage(Canvas.canvas,t,n,r,e,o,a,r,e)},p.SendUnPause=function(){1<p.debugmode&&console.log("SendUnPause"),p.send(String.fromCharCode(0,8,0,5,0))},p.SendPause=function(){1<p.debugmode&&console.log("SendPause"),p.send(String.fromCharCode(0,8,0,5,1))},p.SendCompressionLevel=function(e,t,n,o){p.ImageType=e,t&&(p.CompressionLevel=t),n&&(p.ScalingLevel=n),o&&(p.FrameRateTimer=o),p.send(String.fromCharCode(0,5,0,10,e,p.CompressionLevel)+p.shortToStr(p.ScalingLevel)+p.shortToStr(p.FrameRateTimer))},p.SendRefresh=function(){p.send(String.fromCharCode(0,6,0,4))},p.ProcessScreenMsg=function(e,t){if(0<p.debugmode&&console.log("ScreenSize: "+e+" x "+t),p.ScreenWidth!=e||p.ScreenHeight!=t){for(p.Canvas.setTransform(1,0,0,1,0,0),p.rotation=0,p.FirstDraw=!0,p.ScreenWidth=p.width=e,p.ScreenHeight=p.height=t,p.KillDraw=p.tilesReceived;0<p.PendingOperations.length;)p.PendingOperations.shift();p.SendCompressionLevel(p.ImageType),p.SendUnPause(),p.SendRemoteInputLock(2),null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)}},p.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<p.debugmode&&console.log("CMD",e,t,o,a),null!=p.recordedData&&(65e3<t?p.recordedData.push(f(2,1,p.shortToStr(27)+p.shortToStr(8)+p.intToStr(t)+p.shortToStr(e)+p.shortToStr(0)+p.shortToStr(0)+p.shortToStr(0)+String.fromCharCode.apply(null,n))):p.recordedData.push(f(2,1,String.fromCharCode.apply(null,n)))),e){case 3:p.FirstDraw&&p.onResize(),p.ProcessPictureMsg(n.slice(4),o,a);break;case 7:p.ProcessScreenMsg(o,a),p.SendKeyMsgKC(p.KeyAction.UP,16),p.SendKeyMsgKC(p.KeyAction.UP,17),p.SendKeyMsgKC(p.KeyAction.UP,18),p.SendKeyMsgKC(p.KeyAction.UP,91),p.SendKeyMsgKC(p.KeyAction.UP,92),p.SendKeyMsgKC(p.KeyAction.UP,16),p.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}p.displays=s,p.selectedDisplay=r,null!=p.onDisplayinfo&&p.onDisplayinfo(p,s,r);break;case 12:break;case 14:p.touchenabled=1,p.TouchArray={},null!=p.onTouchEnabledChanged&&p.onTouchEnabledChanged(p.touchenabled);break;case 15:p.TouchArray={};break;case 17:var l=String.fromCharCode.apply(null,n.slice(4));console.log("Got KVM Message: "+l),null!=p.onMessage&&p.onMessage(l,p);break;case 65:"."!=(l=String.fromCharCode.apply(null,n.slice(4)))[0]?(console.log(l),p.parent&&p.parent.setConsoleMessage&&p.parent.setConsoleMessage(l)):console.log("KVM: "+l.substring(1));break;case 82:if(t<4||(t-4)%10!=0)break;for(var d=(t-4)/10,h={},g=4,c=0;c<d;c++)h[(n[g+0]<<8)+n[g+1]]={x:(n[g+2]<<8)+n[g+3],y:(n[g+4]<<8)+n[g+5],w:(n[g+6]<<8)+n[g+7],h:(n[g+8]<<8)+n[g+9]},g+=10;break;case 87:if(5!=t)break;null!=p.RemoteInputLock&&p.RemoteInputLock===(0!=n[4])||(p.RemoteInputLock=0!=n[4],p.onRemoteInputLockChanged&&p.onRemoteInputLockChanged(p,p.RemoteInputLock));break;case 88:if(5!=t||p.stopInput)break;l=n[4];v=C[l=C.length<l?0:l],S&&(p.CanvasId.style.cursor=v);break;default:console.log("Unknown command",e,t)}},p.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32},p.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6},p.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15,KEYUNICODE:85},p.Alternate=0;var o={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};function f(e,t,n){var o=Date.now();return"number"==typeof n?(p.recordedSize+=n,p.shortToStr(e)+p.shortToStr(t)+p.intToStr(n)+p.intToStr(o>>32)+p.intToStr(32&o)):(p.recordedSize+=n.length,p.shortToStr(e)+p.shortToStr(t)+p.intToStr(n.length)+p.intToStr(o>>32)+p.intToStr(32&o)+n)}return p.SendKeyMsg=function(e,t){var n;null!=e&&((t=t||window.event).code&&0==p.localKeyMap?null!=(n=(n=t).code.startsWith("Key")&&4==n.code.length?n.code.charCodeAt(3):n.code.startsWith("Digit")&&6==n.code.length?n.code.charCodeAt(5):n.code.startsWith("Numpad")&&7==n.code.length?n.code.charCodeAt(6)+48:o[n.code])&&p.SendKeyMsgKC(e,n):(59==(n=t.keyCode)?n=186:173==n?n=189:61==n&&(n=187),p.SendKeyMsgKC(e,n)))},p.SendRemoteInputLock=function(e){p.send(String.fromCharCode(0,87,0,5,e))},p.SendMessage=function(e){3==p.State&&p.send(String.fromCharCode(0,17)+p.shortToStr(4+e.length)+e)},p.SendKeyMsgKC=function(e,t){if(3==p.State)if("object"==typeof e)for(var n in e)p.SendKeyMsgKC(e[n][0],e[n][1]);else 1==e?-1==p.pressedKeys.indexOf(t)&&p.pressedKeys.unshift(t):2==e&&-1!=(n=p.pressedKeys.indexOf(t))&&p.pressedKeys.splice(n,1),0<p.debugmode&&console.log("Sending Key "+t+", action "+e),p.send(String.fromCharCode(0,p.InputType.KEY,0,6,e-1,t))},p.SendStringUnicode=function(e){if(3==p.State)for(var t=0;t<e.length;t++)p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,0)+ShortToStr(e.charCodeAt(t))),p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,1)+ShortToStr(e.charCodeAt(t)))},p.SendKeyUnicode=function(e,t){3==p.State&&(0<p.debugmode&&console.log("Sending UnicodeKey "+t),p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,e-1)+ShortToStr(t)))},p.sendcad=function(){p.SendCtrlAltDelMsg()},p.SendCtrlAltDelMsg=function(){3==p.State&&p.send(String.fromCharCode(0,p.InputType.CTRLALTDEL,0,4))},p.SendEscKey=function(){3==p.State&&p.send(String.fromCharCode(0,p.InputType.KEY,0,6,0,27,0,p.InputType.KEY,0,6,1,27))},p.SendStartMsg=function(){p.SendKeyMsgKC(p.KeyAction.EXDOWN,91),p.SendKeyMsgKC(p.KeyAction.EXUP,91)},p.SendCharmsMsg=function(){p.SendKeyMsgKC(p.KeyAction.EXDOWN,91),p.SendKeyMsgKC(p.KeyAction.DOWN,67),p.SendKeyMsgKC(p.KeyAction.UP,67),p.SendKeyMsgKC(p.KeyAction.EXUP,91)},p.SendTouchMsg1=function(e,t,n,o){3==p.State&&p.send(String.fromCharCode(0,p.InputType.TOUCH)+p.shortToStr(14)+String.fromCharCode(1,e)+p.intToStr(t)+p.shortToStr(n)+p.shortToStr(o))},p.SendTouchMsg2=function(e,t){var n,o,a="";for(o in p.TouchArray)o==e?n=t:1==p.TouchArray[o].f?(n=65542,p.TouchArray[o].f=3,0):2==p.TouchArray[o].f?(n=262144,0):n=131078,a+=String.fromCharCode(o)+p.intToStr(n)+p.shortToStr(p.TouchArray[o].x)+p.shortToStr(p.TouchArray[o].y),2==p.TouchArray[o].f&&delete p.TouchArray[o];3==p.State&&p.send(String.fromCharCode(0,p.InputType.TOUCH)+p.shortToStr(5+a.length)+String.fromCharCode(2)+a),0==Object.keys(p.TouchArray).length&&null!=p.touchtimer&&(clearInterval(p.touchtimer),p.touchtimer=null)},p.SendMouseMsg=function(e,t){var n,o,a,r,s,i;3==p.State&&null!=e&&null!=p.Canvas&&(t=t||window.event,s=p.Canvas.canvas.height/p.CanvasId.clientHeight,r=p.Canvas.canvas.width/p.CanvasId.clientWidth,i=p.GetPositionOfControl(p.Canvas.canvas),n=(t.pageX-i[0])*r,o=(t.pageY-i[1])*s,t.addx&&(n+=t.addx),t.addy&&(o+=t.addy),0<=n&&n<=p.Canvas.canvas.width&&0<=o&&o<=p.Canvas.canvas.height&&(r=a=0,e==p.KeyAction.UP||e==p.KeyAction.DOWN?t.which?a=1==t.which?p.MouseButton.LEFT:2==t.which?p.MouseButton.MIDDLE:p.MouseButton.RIGHT:t.button&&(a=0==t.button?p.MouseButton.LEFT:1==t.button?p.MouseButton.MIDDLE:p.MouseButton.RIGHT):e==p.KeyAction.SCROLL&&(t.detail?r=120*t.detail*-1:t.wheelDelta&&(r=3*t.wheelDelta)),!0===p.SwapMouse&&(a==p.MouseButton.LEFT?a=p.MouseButton.RIGHT:a==p.MouseButton.RIGHT&&(a=p.MouseButton.LEFT)),i="",i=e==p.KeyAction.DBLCLICK?String.fromCharCode(0,p.InputType.MOUSE,0,10,0,136,n/256&255,255&n,o/256&255,255&o):e==p.KeyAction.SCROLL?(t=r<(t=s=0)?(s=255-(Math.abs(r)>>8),255-(255&Math.abs(r))):(s=r>>8,255&r),String.fromCharCode(0,p.InputType.MOUSE,0,12,0,0,n/256&255,255&n,o/256&255,255&o,s,t)):String.fromCharCode(0,p.InputType.MOUSE,0,10,0,e==p.KeyAction.DOWN?a:2*a&255,n/256&255,255&n,o/256&255,255&o),p.Action==p.KeyAction.NONE?0==p.Alternate||p.ipad?(p.send(i),p.Alternate=1):p.Alternate=0:p.send(i)))},p.GetDisplayNumbers=function(){p.send(String.fromCharCode(0,11,0,4))},p.SetDisplay=function(e){p.send(String.fromCharCode(0,12,0,6,e>>8,255&e))},p.intToStr=function(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)},p.shortToStr=function(e){return String.fromCharCode(e>>8&255,255&e)},p.onResize=function(){0!=p.ScreenWidth&&0!=p.ScreenHeight&&(p.Canvas.canvas.width==p.ScreenWidth&&p.Canvas.canvas.height==p.ScreenHeight||(p.FirstDraw&&(p.Canvas.canvas.width=p.ScreenWidth,p.Canvas.canvas.height=p.ScreenHeight,p.Canvas.fillRect(0,0,p.ScreenWidth,p.ScreenHeight),null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)),p.FirstDraw=!1,1<p.debugmode&&console.log("onResize: "+p.ScreenWidth+" x "+p.ScreenHeight)))},p.xxMouseInputGrab=!1,p.xxKeyInputGrab=!1,p.xxMouseMove=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.NONE,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseUp=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseDown=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseDblClick=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.DBLCLICK,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxDOMMouseScroll=function(e){return 3!=p.State||(p.SendMouseMsg(p.KeyAction.SCROLL,e),!1)},p.xxMouseWheel=function(e){return 3!=p.State||(p.SendMouseMsg(p.KeyAction.SCROLL,e),!1)},p.xxKeyUp=function(e){return"Dead"!=e.key&&3==p.State&&("string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&(0==p.remoteKeyMap||0<p.debugmode)?p.SendKeyUnicode(p.KeyAction.UP,e.key.charCodeAt(0)):p.SendKeyMsg(p.KeyAction.UP,e)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxKeyDown=function(e){if("Dead"!=e.key&&3==p.State&&("string"!=typeof e.key||1!=e.key.length||1==e.ctrlKey||1==e.altKey||!(0==p.remoteKeyMap||0<p.debugmode)))return p.SendKeyMsg(p.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxKeyPress=function(e){return"Dead"!=e.key&&3==p.State&&"string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&(0==p.remoteKeyMap||0<p.debugmode)&&p.SendKeyUnicode(p.KeyAction.DOWN,e.key.charCodeAt(0)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.handleKeys=function(e){return 1!=p.stopInput&&3==desktop.State&&p.xxKeyPress(e)},p.handleKeyUp=function(e){return 1!=p.stopInput&&3==desktop.State&&(p.firstUpKeys.length<5&&(p.firstUpKeys.push(e.keyCode),5==p.firstUpKeys.length&&("16,17,91,91,16"!=(t=p.firstUpKeys.join(","))&&"16,17,18,91,92"!=t||(p.stopInput=!0))),p.xxKeyUp(e));var t},p.handleKeyDown=function(e){return 1!=p.stopInput&&3==desktop.State&&p.xxKeyDown(e)},p.handleReleaseKeys=function(){var e,t=JSON.parse(JSON.stringify(p.pressedKeys));for(e in t)p.SendKeyMsgKC(p.KeyAction.UP,t[e])},p.mousedblclick=function(e){return 1!=p.stopInput&&p.xxMouseDblClick(e)},p.mousedown=function(e){return 1!=p.stopInput&&p.xxMouseDown(e)},p.mouseup=function(e){return 1!=p.stopInput&&p.xxMouseUp(e)},p.mousemove=function(e){return 1!=p.stopInput&&p.xxMouseMove(e)},p.mousewheel=function(e){return 1!=p.stopInput&&p.xxMouseWheel(e)},p.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/p.CanvasId.clientWidth),a=e.offsetY*(Canvas.canvas.height/p.CanvasId.clientHeight),"MSPointerDown"==e.type?t=65542:"MSPointerMove"==e.type?t=131078:"MSPointerUp"==e.type&&(t=262144),p.TouchArray[n]||(p.TouchArray[n]={x:o,y:a}),p.SendTouchMsg2(n,t),"MSPointerUp"==e.type&&delete p.TouchArray[n]):alert(e.type),!0},p.xxTouchStart=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,p.LastX=e.pageX=t.pageX,p.LastY=e.pageY=t.pageY,p.SendMouseMsg(KeyAction.DOWN,e))}else{var n,o,a=p.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,p.TouchArray[o]||(p.TouchArray[o]={x:(e.originalEvent.touches[n].pageX-a[0])*(Canvas.canvas.width/p.CanvasId.clientWidth),y:(e.originalEvent.touches[n].pageY-a[1])*(Canvas.canvas.height/p.CanvasId.clientHeight),f:1}));0<Object.keys(p.TouchArray).length&&null==touchtimer&&(p.touchtimer=setInterval(function(){p.SendTouchMsg2(256,0)},50))}},p.xxTouchMove=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,p.LastX=e.pageX=t.pageX,p.LastY=e.pageY=t.pageY,p.SendMouseMsg(p.KeyAction.NONE,e))}else{var n,o,a=p.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,p.TouchArray[o]&&(p.TouchArray[o].x=(e.originalEvent.touches[n].pageX-a[0])*(p.Canvas.canvas.width/p.CanvasId.clientWidth),p.TouchArray[o].y=(e.originalEvent.touches[n].pageY-a[1])*(p.Canvas.canvas.height/p.CanvasId.clientHeight)))}},p.xxTouchEnd=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled)1<e.originalEvent.touches.length||(e.which=1,e.pageX=LastX,e.pageY=LastY,p.SendMouseMsg(KeyAction.UP,e));else for(var t in e.originalEvent.changedTouches)e.originalEvent.changedTouches[t].identifier&&(t=e.originalEvent.changedTouches[t].identifier%256,p.TouchArray[t]&&(p.TouchArray[t].f=2))},p.GrabMouseInput=function(){var e;1!=p.xxMouseInputGrab&&((e=p.CanvasId).onmousemove=p.xxMouseMove,e.onmouseup=p.xxMouseUp,e.onmousedown=p.xxMouseDown,e.touchstart=p.xxTouchStart,e.touchmove=p.xxTouchMove,e.touchend=p.xxTouchEnd,e.MSPointerDown=p.xxMsTouchEvent,e.MSPointerMove=p.xxMsTouchEvent,e.MSPointerUp=p.xxMsTouchEvent,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=p.xxDOMMouseScroll:e.onmousewheel=p.xxMouseWheel,p.xxMouseInputGrab=!0)},p.UnGrabMouseInput=function(){var e;0!=p.xxMouseInputGrab&&((e=p.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,p.xxMouseInputGrab=!1)},p.GrabKeyInput=function(){1!=p.xxKeyInputGrab&&(document.onkeyup=p.xxKeyUp,document.onkeydown=p.xxKeyDown,document.onkeypress=p.xxKeyPress,c,p.xxKeyInputGrab=!0)},p.UnGrabKeyInput=function(){0!=p.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,p.xxKeyInputGrab=!1)},p.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},p.crotX=function(e,t){return 0==p.rotation?e:1==p.rotation?t:2==p.rotation?p.Canvas.canvas.width-e:3==p.rotation?p.Canvas.canvas.height-t:void 0},p.crotY=function(e,t){return 0==p.rotation?t:1==p.rotation?p.Canvas.canvas.width-e:2==p.rotation?p.Canvas.canvas.height-t:3==p.rotation?e:void 0},p.rotX=function(e,t){return 0==p.rotation||1==p.rotation?e:2==p.rotation?e-p.Canvas.canvas.width:3==p.rotation?e-p.Canvas.canvas.height:void 0},p.rotY=function(e,t){return 0==p.rotation||3==p.rotation?t:1==p.rotation?t-p.Canvas.canvas.width:2==p.rotation?t-p.Canvas.canvas.height:void 0},p.tcanvas=null,p.setRotation=function(e){for(;e<0;)e+=4;var t=e%4;if(t==p.rotation)return!0;var n=p.Canvas.canvas.width,o=p.Canvas.canvas.height;1!=p.rotation&&3!=p.rotation||(n=p.Canvas.canvas.height,o=p.Canvas.canvas.width),null==p.tcanvas&&(p.tcanvas=document.createElement("canvas"));var a=p.tcanvas.getContext("2d");return a.setTransform(1,0,0,1,0,0),a.canvas.width=n,a.canvas.height=o,a.rotate(-90*p.rotation*Math.PI/180),0==p.rotation&&a.drawImage(p.Canvas.canvas,0,0),1==p.rotation&&a.drawImage(p.Canvas.canvas,-p.Canvas.canvas.width,0),2==p.rotation&&a.drawImage(p.Canvas.canvas,-p.Canvas.canvas.width,-p.Canvas.canvas.height),3==p.rotation&&a.drawImage(p.Canvas.canvas,0,-p.Canvas.canvas.height),0!=p.rotation&&2!=p.rotation||(p.Canvas.canvas.height=n,p.Canvas.canvas.width=o),1!=p.rotation&&3!=p.rotation||(p.Canvas.canvas.height=o,p.Canvas.canvas.width=n),p.Canvas.setTransform(1,0,0,1,0,0),p.Canvas.rotate(90*t*Math.PI/180),p.rotation=t,p.Canvas.drawImage(p.tcanvas,p.rotX(0,0),p.rotY(0,0)),p.ScreenWidth=p.Canvas.canvas.width,p.ScreenHeight=p.Canvas.canvas.height,null!=p.onScreenSizeChange&&(console.log("s4",p.ScreenWidth,p.ScreenHeight),p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)),!0},p.StartRecording=function(){null==p.recordedData&&p.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]);p.recordedData=[],p.recordedStart=Date.now(),p.recordedSize=0,p.recordedData.push(f(1,0,JSON.stringify({magic:"MeshCentralRelaySession",ver:1,time:(new Date).toLocaleString(),protocol:2}))),p.recordedData.push(f(2,1,p.shortToStr(7)+p.shortToStr(8)+p.shortToStr(p.ScreenWidth)+p.shortToStr(p.ScreenHeight)));var r=8+t.length;65e3<r?p.recordedData.push(f(2,1,p.shortToStr(27)+p.shortToStr(8)+p.intToStr(r)+p.shortToStr(3)+p.shortToStr(0)+p.shortToStr(0)+p.shortToStr(0)+t)):p.recordedData.push(f(2,1,p.shortToStr(3)+p.shortToStr(r)+p.shortToStr(0)+p.shortToStr(0)+t))}})},p.StopRecording=function(){if(null!=p.recordedData){var e=p.recordedData;return e.push(f(3,0,"MeshCentralMCREC")),delete p.recordedData,delete p.recordedStart,delete p.recordedSize,e}},p.MuchTheSame=function(e,t){return Math.abs(e-t)<4},p.Debug=function(e){console.log(e)},p.getIEVersion=function(){var e,t=-1;return"Microsoft Internet Explorer"==navigator.appName&&(e=navigator.userAgent,null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e)&&(t=parseFloat(RegExp.$1))),t},p.haltEvent=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p}
\ No newline at end of file
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 p={};"string"==typeof(p.CanvasId=e)&&(p.CanvasId=Q(e)),p.Canvas=p.CanvasId.getContext("2d"),p.scrolldiv=t,p.State=0,p.PendingOperations=[],p.tilesReceived=0,p.TilesDrawn=0,p.KillDraw=0,p.ipad=!1,p.tabletKeyboardVisible=!1,p.LastX=0,p.LastY=0,p.touchenabled=0,p.submenuoffset=0,p.touchtimer=null,p.TouchArray={},p.connectmode=0,p.connectioncount=0,p.rotation=0,p.protocol=2,p.debugmode=0,p.firstUpKeys=[],p.stopInput=!1,p.localKeyMap=!0,p.remoteKeyMap=!1,p.pressedKeys=[],p.sessionid=0,p.username,p.oldie=!1,p.ImageType=1,p.CompressionLevel=50,p.ScalingLevel=1024,p.FrameRateTimer=100,p.SwapMouse=!1,p.FirstDraw=!1,p.onRemoteInputLockChanged=null,p.RemoteInputLock=null,p.ScreenWidth=960,p.ScreenHeight=701,p.width=960,p.height=960,p.displays=null,p.selectedDisplay=null,p.onScreenSizeChange=null,p.onMessage=null,p.onConnectCountChanged=null,p.onDebugMessage=null,p.onTouchEnabledChanged=null,p.onDisplayinfo=null;var S=!(p.accumulator=null),v="default";p.mouseCursorActive=function(e){S!=e&&(S=e,p.CanvasId.style.cursor=1==e?v:"default")};var C=["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"];p.Start=function(){p.State=0,p.accumulator=null},p.Stop=function(){p.setRotation(0),p.UnGrabKeyInput(),p.UnGrabMouseInput(),p.touchenabled=0,null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId),p.Canvas.clearRect(0,0,p.CanvasId.width,p.CanvasId.height)},p.xxStateChange=function(e){p.State!=e&&(p.State=e,p.CanvasId.style.cursor="default",0===e&&p.Stop())},p.send=function(e){2<p.debugmode&&console.log("KSend("+e.length+"): "+rstr2hex(e)),null!=p.parent&&p.parent.send(e)},p.ProcessPictureMsg=function(e,t,n){var o=new Image;o.xcount=p.tilesReceived++;for(var a=p.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;0<s?i.push(String.fromCharCode.apply(null,r.slice(s))):i.push(String.fromCharCode.apply(null,r)),o.src="data:image/jpeg;base64,"+btoa(i.join("")),o.onload=function(){if(null!=p.Canvas&&p.KillDraw<a&&0!=p.State)for(p.PendingOperations.push([a,2,o,t,n]);p.DoPendingOperations(););else p.PendingOperations.push([a,0])},o.error=function(){console.log("DecodeTileError")}},p.DoPendingOperations=function(){if(0==p.PendingOperations.length)return!1;for(var e=0;e<p.PendingOperations.length;e++){var t=p.PendingOperations[e];if(t[0]==p.TilesDrawn+1)return null!=p.onPreDrawImage&&p.onPreDrawImage(),1==t[1]?p.ProcessCopyRectMsg(t[2]):2==t[1]&&(p.Canvas.drawImage(t[2],p.rotX(t[3],t[4]),p.rotY(t[3],t[4])),delete t[2]),p.PendingOperations.splice(e,1),delete t,p.TilesDrawn++,p.TilesDrawn==p.tilesReceived&&p.KillDraw<p.TilesDrawn&&(p.KillDraw=p.TilesDrawn=p.tilesReceived=0),!0}return p.oldie&&0<p.PendingOperations.length&&p.TilesDrawn++,!1},p.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));p.Canvas.drawImage(Canvas.canvas,t,n,r,e,o,a,r,e)},p.SendUnPause=function(){1<p.debugmode&&console.log("SendUnPause"),p.send(String.fromCharCode(0,8,0,5,0))},p.SendPause=function(){1<p.debugmode&&console.log("SendPause"),p.send(String.fromCharCode(0,8,0,5,1))},p.SendCompressionLevel=function(e,t,n,o){p.ImageType=e,t&&(p.CompressionLevel=t),n&&(p.ScalingLevel=n),o&&(p.FrameRateTimer=o),p.send(String.fromCharCode(0,5,0,10,e,p.CompressionLevel)+p.shortToStr(p.ScalingLevel)+p.shortToStr(p.FrameRateTimer))},p.SendRefresh=function(){p.send(String.fromCharCode(0,6,0,4))},p.ProcessScreenMsg=function(e,t){if(0<p.debugmode&&console.log("ScreenSize: "+e+" x "+t),p.ScreenWidth!=e||p.ScreenHeight!=t){for(p.Canvas.setTransform(1,0,0,1,0,0),p.rotation=0,p.FirstDraw=!0,p.ScreenWidth=p.width=e,p.ScreenHeight=p.height=t,p.KillDraw=p.tilesReceived;0<p.PendingOperations.length;)p.PendingOperations.shift();p.SendCompressionLevel(p.ImageType),p.SendUnPause(),p.SendRemoteInputLock(2),null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)}},p.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<p.debugmode&&console.log("CMD",e,t,o,a),null!=p.recordedData&&(65e3<t?p.recordedData.push(f(2,1,p.shortToStr(27)+p.shortToStr(8)+p.intToStr(t)+p.shortToStr(e)+p.shortToStr(0)+p.shortToStr(0)+p.shortToStr(0)+String.fromCharCode.apply(null,n))):p.recordedData.push(f(2,1,String.fromCharCode.apply(null,n)))),e){case 3:p.FirstDraw&&p.onResize(),p.ProcessPictureMsg(n.slice(4),o,a);break;case 7:p.ProcessScreenMsg(o,a),p.SendKeyMsgKC(p.KeyAction.UP,16),p.SendKeyMsgKC(p.KeyAction.UP,17),p.SendKeyMsgKC(p.KeyAction.UP,18),p.SendKeyMsgKC(p.KeyAction.UP,91),p.SendKeyMsgKC(p.KeyAction.UP,92),p.SendKeyMsgKC(p.KeyAction.UP,16),p.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}p.displays=s,p.selectedDisplay=r,null!=p.onDisplayinfo&&p.onDisplayinfo(p,s,r);break;case 12:break;case 14:p.touchenabled=1,p.TouchArray={},null!=p.onTouchEnabledChanged&&p.onTouchEnabledChanged(p.touchenabled);break;case 15:p.TouchArray={};break;case 17:var d=String.fromCharCode.apply(null,n.slice(4));console.log("Got KVM Message: "+d),null!=p.onMessage&&p.onMessage(d,p);break;case 65:"."!=(d=String.fromCharCode.apply(null,n.slice(4)))[0]?(console.log(d),p.parent&&p.parent.setConsoleMessage&&p.parent.setConsoleMessage(d)):console.log("KVM: "+d.substring(1));break;case 82:if(t<4||(t-4)%10!=0)break;for(var l=(t-4)/10,h={},g=4,c=0;c<l;c++)h[(n[g+0]<<8)+n[g+1]]={x:(n[g+2]<<8)+n[g+3],y:(n[g+4]<<8)+n[g+5],w:(n[g+6]<<8)+n[g+7],h:(n[g+8]<<8)+n[g+9]},g+=10;break;case 87:if(5!=t)break;null!=p.RemoteInputLock&&p.RemoteInputLock===(0!=n[4])||(p.RemoteInputLock=0!=n[4],p.onRemoteInputLockChanged&&p.onRemoteInputLockChanged(p,p.RemoteInputLock));break;case 88:if(5!=t||p.stopInput)break;d=n[4];v=C[d=C.length<d?0:d],S&&(p.CanvasId.style.cursor=v);break;default:console.log("Unknown command",e,t)}},p.MouseButton={NONE:0,LEFT:2,RIGHT:8,MIDDLE:32},p.KeyAction={NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6},p.InputType={KEY:1,MOUSE:2,CTRLALTDEL:10,TOUCH:15,KEYUNICODE:85},p.Alternate=0;var a={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 f(e,t,n){var o=Date.now();return"number"==typeof n?(p.recordedSize+=n,p.shortToStr(e)+p.shortToStr(t)+p.intToStr(n)+p.intToStr(o>>32)+p.intToStr(32&o)):(p.recordedSize+=n.length,p.shortToStr(e)+p.shortToStr(t)+p.intToStr(n.length)+p.intToStr(o>>32)+p.intToStr(32&o)+n)}return p.SendKeyMsg=function(e,t){var n,o;null!=e&&(n=!1,0==(n="string"==typeof(t=t||window.event).code&&(t.code.startsWith("Arrow")||0<=r.indexOf(t.code))?!0:n)&&t.code&&0==t.code.startsWith("NumPad")&&0==p.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])&&p.SendKeyMsgKC(e,o,n):(59==(o=t.keyCode)?o=186:173==o?o=189:61==o&&(o=187),p.SendKeyMsgKC(e,o,n)))},p.SendRemoteInputLock=function(e){p.send(String.fromCharCode(0,87,0,5,e))},p.SendMessage=function(e){3==p.State&&p.send(String.fromCharCode(0,17)+p.shortToStr(4+e.length)+e)},p.SendKeyMsgKC=function(e,t,n){if(3==p.State)if("object"==typeof e)for(var o in e)p.SendKeyMsgKC(e[o][0],e[o][1],e[o][2]);else{1==e?-1==p.pressedKeys.indexOf(t)&&p.pressedKeys.unshift(t):2==e&&-1!=(o=p.pressedKeys.indexOf(t))&&p.pressedKeys.splice(o,1),0<p.debugmode&&console.log("Sending Key "+t+", action "+e);var a=e-1;n&&(a=1==a?3:4),p.send(String.fromCharCode(0,p.InputType.KEY,0,6,a,t))}},p.SendStringUnicode=function(e){if(3==p.State)for(var t=0;t<e.length;t++)p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,0)+ShortToStr(e.charCodeAt(t))),p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,1)+ShortToStr(e.charCodeAt(t)))},p.SendKeyUnicode=function(e,t){3==p.State&&(0<p.debugmode&&console.log("Sending UnicodeKey "+t),p.send(String.fromCharCode(0,p.InputType.KEYUNICODE,0,7,e-1)+ShortToStr(t)))},p.sendcad=function(){p.SendCtrlAltDelMsg()},p.SendCtrlAltDelMsg=function(){3==p.State&&p.send(String.fromCharCode(0,p.InputType.CTRLALTDEL,0,4))},p.SendEscKey=function(){3==p.State&&p.send(String.fromCharCode(0,p.InputType.KEY,0,6,0,27,0,p.InputType.KEY,0,6,1,27))},p.SendStartMsg=function(){p.SendKeyMsgKC(p.KeyAction.EXDOWN,91),p.SendKeyMsgKC(p.KeyAction.EXUP,91)},p.SendCharmsMsg=function(){p.SendKeyMsgKC(p.KeyAction.EXDOWN,91),p.SendKeyMsgKC(p.KeyAction.DOWN,67),p.SendKeyMsgKC(p.KeyAction.UP,67),p.SendKeyMsgKC(p.KeyAction.EXUP,91)},p.SendTouchMsg1=function(e,t,n,o){3==p.State&&p.send(String.fromCharCode(0,p.InputType.TOUCH)+p.shortToStr(14)+String.fromCharCode(1,e)+p.intToStr(t)+p.shortToStr(n)+p.shortToStr(o))},p.SendTouchMsg2=function(e,t){var n,o,a="";for(o in p.TouchArray)o==e?n=t:1==p.TouchArray[o].f?(n=65542,p.TouchArray[o].f=3,0):2==p.TouchArray[o].f?(n=262144,0):n=131078,a+=String.fromCharCode(o)+p.intToStr(n)+p.shortToStr(p.TouchArray[o].x)+p.shortToStr(p.TouchArray[o].y),2==p.TouchArray[o].f&&delete p.TouchArray[o];3==p.State&&p.send(String.fromCharCode(0,p.InputType.TOUCH)+p.shortToStr(5+a.length)+String.fromCharCode(2)+a),0==Object.keys(p.TouchArray).length&&null!=p.touchtimer&&(clearInterval(p.touchtimer),p.touchtimer=null)},p.SendMouseMsg=function(e,t){var n,o,a,r,s,i;3==p.State&&null!=e&&null!=p.Canvas&&(t=t||window.event,s=p.Canvas.canvas.height/p.CanvasId.clientHeight,r=p.Canvas.canvas.width/p.CanvasId.clientWidth,i=p.GetPositionOfControl(p.Canvas.canvas),n=(t.pageX-i[0])*r,o=(t.pageY-i[1])*s,t.addx&&(n+=t.addx),t.addy&&(o+=t.addy),0<=n&&n<=p.Canvas.canvas.width&&0<=o&&o<=p.Canvas.canvas.height&&(r=a=0,e==p.KeyAction.UP||e==p.KeyAction.DOWN?t.which?a=1==t.which?p.MouseButton.LEFT:2==t.which?p.MouseButton.MIDDLE:p.MouseButton.RIGHT:t.button&&(a=0==t.button?p.MouseButton.LEFT:1==t.button?p.MouseButton.MIDDLE:p.MouseButton.RIGHT):e==p.KeyAction.SCROLL&&(t.detail?r=120*t.detail*-1:t.wheelDelta&&(r=3*t.wheelDelta)),!0===p.SwapMouse&&(a==p.MouseButton.LEFT?a=p.MouseButton.RIGHT:a==p.MouseButton.RIGHT&&(a=p.MouseButton.LEFT)),i="",i=e==p.KeyAction.DBLCLICK?String.fromCharCode(0,p.InputType.MOUSE,0,10,0,136,n/256&255,255&n,o/256&255,255&o):e==p.KeyAction.SCROLL?(t=r<(t=s=0)?(s=255-(Math.abs(r)>>8),255-(255&Math.abs(r))):(s=r>>8,255&r),String.fromCharCode(0,p.InputType.MOUSE,0,12,0,0,n/256&255,255&n,o/256&255,255&o,s,t)):String.fromCharCode(0,p.InputType.MOUSE,0,10,0,e==p.KeyAction.DOWN?a:2*a&255,n/256&255,255&n,o/256&255,255&o),p.Action==p.KeyAction.NONE?0==p.Alternate||p.ipad?(p.send(i),p.Alternate=1):p.Alternate=0:p.send(i)))},p.GetDisplayNumbers=function(){p.send(String.fromCharCode(0,11,0,4))},p.SetDisplay=function(e){p.send(String.fromCharCode(0,12,0,6,e>>8,255&e))},p.intToStr=function(e){return String.fromCharCode(e>>24&255,e>>16&255,e>>8&255,255&e)},p.shortToStr=function(e){return String.fromCharCode(e>>8&255,255&e)},p.onResize=function(){0!=p.ScreenWidth&&0!=p.ScreenHeight&&(p.Canvas.canvas.width==p.ScreenWidth&&p.Canvas.canvas.height==p.ScreenHeight||(p.FirstDraw&&(p.Canvas.canvas.width=p.ScreenWidth,p.Canvas.canvas.height=p.ScreenHeight,p.Canvas.fillRect(0,0,p.ScreenWidth,p.ScreenHeight),null!=p.onScreenSizeChange&&p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)),p.FirstDraw=!1,1<p.debugmode&&console.log("onResize: "+p.ScreenWidth+" x "+p.ScreenHeight)))},p.xxMouseInputGrab=!1,p.xxKeyInputGrab=!1,p.xxMouseMove=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.NONE,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseUp=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.UP,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseDown=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxMouseDblClick=function(e){return 3==p.State&&p.SendMouseMsg(p.KeyAction.DBLCLICK,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxDOMMouseScroll=function(e){return 3!=p.State||(p.SendMouseMsg(p.KeyAction.SCROLL,e),!1)},p.xxMouseWheel=function(e){return 3!=p.State||(p.SendMouseMsg(p.KeyAction.SCROLL,e),!1)},p.xxKeyUp=function(e){return"Dead"!=e.key&&3==p.State&&("string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&(0==p.remoteKeyMap||0<p.debugmode)&&e.key.charCodeAt(0)<42&&47<e.key.charCodeAt(0)?p.SendKeyUnicode(p.KeyAction.UP,e.key.charCodeAt(0)):p.SendKeyMsg(p.KeyAction.UP,e)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxKeyDown=function(e){if("Dead"!=e.key&&3==p.State&&!("string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&(0==p.remoteKeyMap||0<p.debugmode)&&e.key.charCodeAt(0)<42&&47<e.key.charCodeAt(0)))return p.SendKeyMsg(p.KeyAction.DOWN,e),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.xxKeyPress=function(e){return"Dead"!=e.key&&3==p.State&&"string"==typeof e.key&&1==e.key.length&&1!=e.ctrlKey&&1!=e.altKey&&(0==p.remoteKeyMap||0<p.debugmode)&&e.key.charCodeAt(0)<42&&47<e.key.charCodeAt(0)&&p.SendKeyUnicode(p.KeyAction.DOWN,e.key.charCodeAt(0)),e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p.handleKeys=function(e){return 1!=p.stopInput&&3==desktop.State&&p.xxKeyPress(e)},p.handleKeyUp=function(e){return 1!=p.stopInput&&3==desktop.State&&(p.firstUpKeys.length<5&&(p.firstUpKeys.push(e.keyCode),5==p.firstUpKeys.length&&("16,17,91,91,16"!=(t=p.firstUpKeys.join(","))&&"16,17,18,91,92"!=t||(p.stopInput=!0))),p.xxKeyUp(e));var t},p.handleKeyDown=function(e){return 1!=p.stopInput&&3==desktop.State&&p.xxKeyDown(e)},p.handleReleaseKeys=function(){var e,t=JSON.parse(JSON.stringify(p.pressedKeys));for(e in t)p.SendKeyMsgKC(p.KeyAction.UP,t[e])},p.mousedblclick=function(e){return 1!=p.stopInput&&p.xxMouseDblClick(e)},p.mousedown=function(e){return 1!=p.stopInput&&p.xxMouseDown(e)},p.mouseup=function(e){return 1!=p.stopInput&&p.xxMouseUp(e)},p.mousemove=function(e){return 1!=p.stopInput&&p.xxMouseMove(e)},p.mousewheel=function(e){return 1!=p.stopInput&&p.xxMouseWheel(e)},p.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/p.CanvasId.clientWidth),a=e.offsetY*(Canvas.canvas.height/p.CanvasId.clientHeight),"MSPointerDown"==e.type?t=65542:"MSPointerMove"==e.type?t=131078:"MSPointerUp"==e.type&&(t=262144),p.TouchArray[n]||(p.TouchArray[n]={x:o,y:a}),p.SendTouchMsg2(n,t),"MSPointerUp"==e.type&&delete p.TouchArray[n]):alert(e.type),!0},p.xxTouchStart=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,p.LastX=e.pageX=t.pageX,p.LastY=e.pageY=t.pageY,p.SendMouseMsg(KeyAction.DOWN,e))}else{var n,o,a=p.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,p.TouchArray[o]||(p.TouchArray[o]={x:(e.originalEvent.touches[n].pageX-a[0])*(Canvas.canvas.width/p.CanvasId.clientWidth),y:(e.originalEvent.touches[n].pageY-a[1])*(Canvas.canvas.height/p.CanvasId.clientHeight),f:1}));0<Object.keys(p.TouchArray).length&&null==touchtimer&&(p.touchtimer=setInterval(function(){p.SendTouchMsg2(256,0)},50))}},p.xxTouchMove=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled){var t;1<e.originalEvent.touches.length||(t=e.originalEvent.touches[0],e.which=1,p.LastX=e.pageX=t.pageX,p.LastY=e.pageY=t.pageY,p.SendMouseMsg(p.KeyAction.NONE,e))}else{var n,o,a=p.GetPositionOfControl(Canvas.canvas);for(n in e.originalEvent.changedTouches)e.originalEvent.changedTouches[n].identifier&&(o=e.originalEvent.changedTouches[n].identifier%256,p.TouchArray[o]&&(p.TouchArray[o].x=(e.originalEvent.touches[n].pageX-a[0])*(p.Canvas.canvas.width/p.CanvasId.clientWidth),p.TouchArray[o].y=(e.originalEvent.touches[n].pageY-a[1])*(p.Canvas.canvas.height/p.CanvasId.clientHeight)))}},p.xxTouchEnd=function(e){if(3==p.State)if(e.preventDefault&&e.preventDefault(),0==p.touchenabled||1==p.touchenabled)1<e.originalEvent.touches.length||(e.which=1,e.pageX=LastX,e.pageY=LastY,p.SendMouseMsg(KeyAction.UP,e));else for(var t in e.originalEvent.changedTouches)e.originalEvent.changedTouches[t].identifier&&(t=e.originalEvent.changedTouches[t].identifier%256,p.TouchArray[t]&&(p.TouchArray[t].f=2))},p.GrabMouseInput=function(){var e;1!=p.xxMouseInputGrab&&((e=p.CanvasId).onmousemove=p.xxMouseMove,e.onmouseup=p.xxMouseUp,e.onmousedown=p.xxMouseDown,e.touchstart=p.xxTouchStart,e.touchmove=p.xxTouchMove,e.touchend=p.xxTouchEnd,e.MSPointerDown=p.xxMsTouchEvent,e.MSPointerMove=p.xxMsTouchEvent,e.MSPointerUp=p.xxMsTouchEvent,navigator.userAgent.match(/mozilla/i)?e.DOMMouseScroll=p.xxDOMMouseScroll:e.onmousewheel=p.xxMouseWheel,p.xxMouseInputGrab=!0)},p.UnGrabMouseInput=function(){var e;0!=p.xxMouseInputGrab&&((e=p.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,p.xxMouseInputGrab=!1)},p.GrabKeyInput=function(){1!=p.xxKeyInputGrab&&(document.onkeyup=p.xxKeyUp,document.onkeydown=p.xxKeyDown,document.onkeypress=p.xxKeyPress,c,p.xxKeyInputGrab=!0)},p.UnGrabKeyInput=function(){0!=p.xxKeyInputGrab&&(document.onkeyup=null,document.onkeydown=null,document.onkeypress=null,p.xxKeyInputGrab=!1)},p.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},p.crotX=function(e,t){return 0==p.rotation?e:1==p.rotation?t:2==p.rotation?p.Canvas.canvas.width-e:3==p.rotation?p.Canvas.canvas.height-t:void 0},p.crotY=function(e,t){return 0==p.rotation?t:1==p.rotation?p.Canvas.canvas.width-e:2==p.rotation?p.Canvas.canvas.height-t:3==p.rotation?e:void 0},p.rotX=function(e,t){return 0==p.rotation||1==p.rotation?e:2==p.rotation?e-p.Canvas.canvas.width:3==p.rotation?e-p.Canvas.canvas.height:void 0},p.rotY=function(e,t){return 0==p.rotation||3==p.rotation?t:1==p.rotation?t-p.Canvas.canvas.width:2==p.rotation?t-p.Canvas.canvas.height:void 0},p.tcanvas=null,p.setRotation=function(e){for(;e<0;)e+=4;var t=e%4;if(t==p.rotation)return!0;var n=p.Canvas.canvas.width,o=p.Canvas.canvas.height;1!=p.rotation&&3!=p.rotation||(n=p.Canvas.canvas.height,o=p.Canvas.canvas.width),null==p.tcanvas&&(p.tcanvas=document.createElement("canvas"));var a=p.tcanvas.getContext("2d");return a.setTransform(1,0,0,1,0,0),a.canvas.width=n,a.canvas.height=o,a.rotate(-90*p.rotation*Math.PI/180),0==p.rotation&&a.drawImage(p.Canvas.canvas,0,0),1==p.rotation&&a.drawImage(p.Canvas.canvas,-p.Canvas.canvas.width,0),2==p.rotation&&a.drawImage(p.Canvas.canvas,-p.Canvas.canvas.width,-p.Canvas.canvas.height),3==p.rotation&&a.drawImage(p.Canvas.canvas,0,-p.Canvas.canvas.height),0!=p.rotation&&2!=p.rotation||(p.Canvas.canvas.height=n,p.Canvas.canvas.width=o),1!=p.rotation&&3!=p.rotation||(p.Canvas.canvas.height=o,p.Canvas.canvas.width=n),p.Canvas.setTransform(1,0,0,1,0,0),p.Canvas.rotate(90*t*Math.PI/180),p.rotation=t,p.Canvas.drawImage(p.tcanvas,p.rotX(0,0),p.rotY(0,0)),p.ScreenWidth=p.Canvas.canvas.width,p.ScreenHeight=p.Canvas.canvas.height,null!=p.onScreenSizeChange&&(console.log("s4",p.ScreenWidth,p.ScreenHeight),p.onScreenSizeChange(p,p.ScreenWidth,p.ScreenHeight,p.CanvasId)),!0},p.StartRecording=function(){null==p.recordedData&&p.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]);p.recordedData=[],p.recordedStart=Date.now(),p.recordedSize=0,p.recordedData.push(f(1,0,JSON.stringify({magic:"MeshCentralRelaySession",ver:1,time:(new Date).toLocaleString(),protocol:2}))),p.recordedData.push(f(2,1,p.shortToStr(7)+p.shortToStr(8)+p.shortToStr(p.ScreenWidth)+p.shortToStr(p.ScreenHeight)));var r=8+t.length;65e3<r?p.recordedData.push(f(2,1,p.shortToStr(27)+p.shortToStr(8)+p.intToStr(r)+p.shortToStr(3)+p.shortToStr(0)+p.shortToStr(0)+p.shortToStr(0)+t)):p.recordedData.push(f(2,1,p.shortToStr(3)+p.shortToStr(r)+p.shortToStr(0)+p.shortToStr(0)+t))}})},p.StopRecording=function(){if(null!=p.recordedData){var e=p.recordedData;return e.push(f(3,0,"MeshCentralMCREC")),delete p.recordedData,delete p.recordedStart,delete p.recordedSize,e}},p.MuchTheSame=function(e,t){return Math.abs(e-t)<4},p.Debug=function(e){console.log(e)},p.getIEVersion=function(){var e,t=-1;return"Microsoft Internet Explorer"==navigator.appName&&(e=navigator.userAgent,null!=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})").exec(e)&&(t=parseFloat(RegExp.$1))),t},p.haltEvent=function(e){return e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),!1},p}
\ No newline at end of file
translate/translate.json
+2420
-2388
@@ -46,8 +46,8 @@
46
"zh-chs": " + CIRA",
47
"zh-cht": " + CIRA",
48
"xloc": [
49
- "default.handlebars->39->1845",
50
- "default.handlebars->39->1847"
49
+ "default.handlebars->39->1851",
50
+ "default.handlebars->39->1853"
51
]
52
},
53
{
@@ -299,7 +299,7 @@
299
"zh-chs": " 可以使用密码提示,但不建议使用。",
300
"zh-cht": " 可以使用密碼提示,但不建議使用。",
301
"xloc": [
302
- "default.handlebars->39->1732"
302
+ "default.handlebars->39->1738"
303
]
304
},
305
{
@@ -324,8 +324,8 @@
324
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326
"xloc": [
327
- "default.handlebars->39->1959",
328
- "default.handlebars->39->2505"
327
+ "default.handlebars->39->1965",
328
+ "default.handlebars->39->2517"
329
]
330
},
331
{
@@ -834,7 +834,7 @@
834
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
835
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
836
"xloc": [
837
- "default.handlebars->39->1923",
837
+ "default.handlebars->39->1929",
838
"default.handlebars->39->458"
839
]
840
},
@@ -860,7 +860,7 @@
860
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
861
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
862
"xloc": [
863
- "default.handlebars->39->542"
863
+ "default.handlebars->39->548"
864
]
865
},
866
{
@@ -929,8 +929,8 @@
929
"zh-cht": ",",
930
"xloc": [
931
"default-mobile.handlebars->11->687",
932
- "default.handlebars->39->2033",
933
- "default.handlebars->39->2288"
932
+ "default.handlebars->39->2039",
933
+ "default.handlebars->39->2300"
934
]
935
},
936
{
@@ -1043,7 +1043,7 @@
1043
"zh-cht": ",MQTT在線",
1044
"xloc": [
1045
"default-mobile.handlebars->11->599",
1046
- "default.handlebars->39->1442"
1046
+ "default.handlebars->39->1448"
1047
]
1048
},
1049
{
@@ -1067,8 +1067,8 @@
1067
"tr": ", İzin Yok",
1068
"zh-chs": ", 不同意",
1069
"xloc": [
1070
- "default.handlebars->39->1881",
1071
- "default.handlebars->39->949"
1070
+ "default.handlebars->39->1887",
1071
+ "default.handlebars->39->955"
1072
]
1073
},
1074
{
@@ -1093,8 +1093,8 @@
1093
"zh-chs": ",提示同意",
1094
"zh-cht": ",提示同意",
1095
"xloc": [
1096
- "default.handlebars->39->1882",
1097
- "default.handlebars->39->950"
1096
+ "default.handlebars->39->1888",
1097
+ "default.handlebars->39->956"
1098
]
1099
},
1100
{
@@ -1113,8 +1113,8 @@
1113
"ru": ", Ежедневно",
1114
"tr": ", Günlük yinelenen",
1115
"xloc": [
1116
- "default.handlebars->39->1878",
1117
- "default.handlebars->39->946"
1116
+ "default.handlebars->39->1884",
1117
+ "default.handlebars->39->952"
1118
]
1119
},
1120
{
@@ -1133,8 +1133,8 @@
1133
"ru": ", Еженедельно",
1134
"tr": ", Haftalık yinelenen",
1135
"xloc": [
1136
- "default.handlebars->39->1879",
1137
- "default.handlebars->39->947"
1136
+ "default.handlebars->39->1885",
1137
+ "default.handlebars->39->953"
1138
]
1139
},
1140
{
@@ -1180,7 +1180,7 @@
1180
"zh-chs": ",软体KVM",
1181
"zh-cht": ",軟體KVM",
1182
"xloc": [
1183
- "default.handlebars->39->1176",
1183
+ "default.handlebars->39->1182",
1184
"sharing.handlebars->11->12"
1185
]
1186
},
@@ -1205,8 +1205,8 @@
1205
"tr": ", Araç Çubuğu",
1206
"zh-chs": ", 工具栏",
1207
"xloc": [
1208
- "default.handlebars->39->1883",
1209
- "default.handlebars->39->951"
1208
+ "default.handlebars->39->1889",
1209
+ "default.handlebars->39->957"
1210
]
1211
},
1212
{
@@ -1246,8 +1246,8 @@
1246
"ru": ", Только просмотр рабочего стола",
1247
"tr": ", Yalnızca masaüstünü görüntüle",
1248
"xloc": [
1249
- "default.handlebars->39->1880",
1250
- "default.handlebars->39->948"
1249
+ "default.handlebars->39->1886",
1250
+ "default.handlebars->39->954"
1251
]
1252
},
1253
{
@@ -1275,9 +1275,9 @@
1275
"default-mobile.handlebars->11->402",
1276
"default-mobile.handlebars->11->437",
1277
"default-mobile.handlebars->11->454",
1278
- "default.handlebars->39->1182",
1279
- "default.handlebars->39->1258",
1280
- "default.handlebars->39->1284",
1278
+ "default.handlebars->39->1188",
1279
+ "default.handlebars->39->1264",
1280
+ "default.handlebars->39->1290",
1281
"sharing.handlebars->11->19",
1282
"sharing.handlebars->11->27",
1283
"sharing.handlebars->11->44",
@@ -1473,7 +1473,7 @@
1473
"zh-chs": ",{0}观看",
1474
"zh-cht": ",{0}觀看",
1475
"xloc": [
1476
- "default.handlebars->39->1177",
1476
+ "default.handlebars->39->1183",
1477
"sharing.handlebars->11->13"
1478
]
1479
},
@@ -1579,9 +1579,9 @@
1579
"xloc": [
1580
"default-mobile.handlebars->11->132",
1581
"default-mobile.handlebars->11->470",
1582
- "default.handlebars->39->1303",
1583
- "default.handlebars->39->2088",
1584
- "default.handlebars->39->2703",
1582
+ "default.handlebars->39->1309",
1583
+ "default.handlebars->39->2100",
1584
+ "default.handlebars->39->2715",
1585
"sharing.handlebars->11->50"
1586
]
1587
},
@@ -1743,7 +1743,7 @@
1743
"zh-chs": "1个活跃时段",
1744
"zh-cht": "1個活躍時段",
1745
"xloc": [
1746
- "default.handlebars->39->2593"
1746
+ "default.handlebars->39->2605"
1747
]
1748
},
1749
{
@@ -1770,7 +1770,7 @@
1770
"xloc": [
1771
"default-mobile.handlebars->11->142",
1772
"default-mobile.handlebars->11->730",
1773
- "default.handlebars->39->2112",
1773
+ "default.handlebars->39->2124",
1774
"download.handlebars->3->1",
1775
"download2.handlebars->5->1",
1776
"sharing.handlebars->11->96"
@@ -1806,7 +1806,7 @@
1806
"zh-chs": "1条连接",
1807
"zh-cht": "1位聯絡文",
1808
"xloc": [
1809
- "default.handlebars->39->1179",
1809
+ "default.handlebars->39->1185",
1810
"sharing.handlebars->11->15"
1811
]
1812
},
@@ -1859,7 +1859,7 @@
1859
"zh-chs": "1组",
1860
"zh-cht": "1群",
1861
"xloc": [
1862
- "default.handlebars->39->2552"
1862
+ "default.handlebars->39->2564"
1863
]
1864
},
1865
{
@@ -1911,8 +1911,8 @@
1911
"zh-chs": "1分钟",
1912
"zh-cht": "1分鐘",
1913
"xloc": [
1914
- "default.handlebars->39->1029",
1915
- "default.handlebars->39->1698"
1914
+ "default.handlebars->39->1035",
1915
+ "default.handlebars->39->1704"
1916
]
1917
},
1918
{
@@ -1989,7 +1989,7 @@
1989
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1990
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1991
"xloc": [
1992
- "default.handlebars->39->2320"
1992
+ "default.handlebars->39->2332"
1993
]
1994
},
1995
{
@@ -2014,7 +2014,7 @@
2014
"zh-chs": "1个节点",
2015
"zh-cht": "1個節點",
2016
"xloc": [
2017
- "default.handlebars->39->574"
2017
+ "default.handlebars->39->580"
2018
]
2019
},
2020
{
@@ -2081,7 +2081,7 @@
2081
"zh-chs": "1秒",
2082
"xloc": [
2083
"default-mobile.handlebars->11->352",
2084
- "default.handlebars->39->1064"
2084
+ "default.handlebars->39->1070"
2085
]
2086
},
2087
{
@@ -2130,7 +2130,7 @@
2130
"tr": "1 seçili cihaz çevrimdışı.",
2131
"zh-chs": "1 个选定的设备处于离线状态。",
2132
"xloc": [
2133
- "default.handlebars->39->640"
2133
+ "default.handlebars->39->646"
2134
]
2135
},
2136
{
@@ -2154,7 +2154,7 @@
2154
"tr": "1 seçili cihaz çevrimiçi.",
2155
"zh-chs": "1 个选定的设备在线。",
2156
"xloc": [
2157
- "default.handlebars->39->638"
2157
+ "default.handlebars->39->644"
2158
]
2159
},
2160
{
@@ -2186,7 +2186,7 @@
2186
"default-mobile.handlebars->11->211",
2187
"default-mobile.handlebars->11->215",
2188
"default-mobile.handlebars->11->219",
2189
- "default.handlebars->39->2324",
2189
+ "default.handlebars->39->2336",
2190
"default.handlebars->39->383",
2191
"default.handlebars->39->386",
2192
"default.handlebars->39->390",
@@ -2373,8 +2373,8 @@
2373
"zh-chs": "10分钟",
2374
"zh-cht": "10分鐘",
2375
"xloc": [
2376
- "default.handlebars->39->1031",
2377
- "default.handlebars->39->1700"
2376
+ "default.handlebars->39->1037",
2377
+ "default.handlebars->39->1706"
2378
]
2379
},
2380
{
@@ -2399,7 +2399,7 @@
2399
"zh-chs": "10 秒",
2400
"xloc": [
2401
"default-mobile.handlebars->11->354",
2402
- "default.handlebars->39->1066"
2402
+ "default.handlebars->39->1072"
2403
]
2404
},
2405
{
@@ -2527,8 +2527,8 @@
2527
"zh-chs": "12小时",
2528
"zh-cht": "12小時",
2529
"xloc": [
2530
- "default.handlebars->39->1039",
2531
- "default.handlebars->39->1708"
2530
+ "default.handlebars->39->1045",
2531
+ "default.handlebars->39->1714"
2532
]
2533
},
2534
{
@@ -2601,8 +2601,8 @@
2601
"zh-chs": "15分钟",
2602
"zh-cht": "15分鐘",
2603
"xloc": [
2604
- "default.handlebars->39->1032",
2605
- "default.handlebars->39->1701"
2604
+ "default.handlebars->39->1038",
2605
+ "default.handlebars->39->1707"
2606
]
2607
},
2608
{
@@ -2627,8 +2627,8 @@
2627
"zh-chs": "16小时",
2628
"zh-cht": "16小時",
2629
"xloc": [
2630
- "default.handlebars->39->1040",
2631
- "default.handlebars->39->1709"
2630
+ "default.handlebars->39->1046",
2631
+ "default.handlebars->39->1715"
2632
]
2633
},
2634
{
@@ -2661,8 +2661,8 @@
2661
"zh-chs": "2天",
2662
"zh-cht": "2天",
2663
"xloc": [
2664
- "default.handlebars->39->1042",
2665
- "default.handlebars->39->1711"
2664
+ "default.handlebars->39->1048",
2665
+ "default.handlebars->39->1717"
2666
]
2667
},
2668
{
@@ -2687,8 +2687,8 @@
2687
"zh-chs": "2小时",
2688
"zh-cht": "2小時",
2689
"xloc": [
2690
- "default.handlebars->39->1036",
2691
- "default.handlebars->39->1705"
2690
+ "default.handlebars->39->1042",
2691
+ "default.handlebars->39->1711"
2692
]
2693
},
2694
{
@@ -2866,8 +2866,8 @@
2866
"zh-chs": "24小时",
2867
"zh-cht": "24小時",
2868
"xloc": [
2869
- "default.handlebars->39->1041",
2870
- "default.handlebars->39->1710"
2869
+ "default.handlebars->39->1047",
2870
+ "default.handlebars->39->1716"
2871
]
2872
},
2873
{
@@ -2941,7 +2941,7 @@
2941
"zh-chs": "2FA备份代码已清除",
2942
"zh-cht": "2FA備份代碼已清除",
2943
"xloc": [
2944
- "default.handlebars->39->2223"
2944
+ "default.handlebars->39->2235"
2945
]
2946
},
2947
{
@@ -2966,8 +2966,8 @@
2966
"zh-chs": "启用第二因素身份验证",
2967
"zh-cht": "啟用第二因素身份驗證",
2968
"xloc": [
2969
- "default.handlebars->39->2338",
2970
- "default.handlebars->39->2576"
2969
+ "default.handlebars->39->2350",
2970
+ "default.handlebars->39->2588"
2971
]
2972
},
2973
{
@@ -3116,8 +3116,8 @@
3116
"zh-chs": "30分钟",
3117
"zh-cht": "30分鐘",
3118
"xloc": [
3119
- "default.handlebars->39->1033",
3120
- "default.handlebars->39->1702"
3119
+ "default.handlebars->39->1039",
3120
+ "default.handlebars->39->1708"
3121
]
3122
},
3123
{
@@ -3142,7 +3142,7 @@
3142
"zh-chs": "32 位",
3143
"xloc": [
3144
"default-mobile.handlebars->11->507",
3145
- "default.handlebars->39->1356"
3145
+ "default.handlebars->39->1362"
3146
]
3147
},
3148
{
@@ -3167,8 +3167,8 @@
3167
"zh-chs": "MeshAgent的32位版本",
3168
"zh-cht": "MeshAgent的32位版本",
3169
"xloc": [
3170
- "default.handlebars->39->532",
3171
- "default.handlebars->39->560"
3170
+ "default.handlebars->39->538",
3171
+ "default.handlebars->39->566"
3172
]
3173
},
3174
{
@@ -3220,8 +3220,8 @@
3220
"zh-chs": "4天",
3221
"zh-cht": "4天",
3222
"xloc": [
3223
- "default.handlebars->39->1043",
3224
- "default.handlebars->39->1712"
3223
+ "default.handlebars->39->1049",
3224
+ "default.handlebars->39->1718"
3225
]
3226
},
3227
{
@@ -3246,8 +3246,8 @@
3246
"zh-chs": "4个小时",
3247
"zh-cht": "4個小時",
3248
"xloc": [
3249
- "default.handlebars->39->1037",
3250
- "default.handlebars->39->1706"
3249
+ "default.handlebars->39->1043",
3250
+ "default.handlebars->39->1712"
3251
]
3252
},
3253
{
@@ -3375,8 +3375,8 @@
3375
"zh-chs": "45分钟",
3376
"zh-cht": "45分鐘",
3377
"xloc": [
3378
- "default.handlebars->39->1034",
3379
- "default.handlebars->39->1703"
3378
+ "default.handlebars->39->1040",
3379
+ "default.handlebars->39->1709"
3380
]
3381
},
3382
{
@@ -3426,8 +3426,8 @@
3426
"zh-chs": "5分钟",
3427
"zh-cht": "5分鐘",
3428
"xloc": [
3429
- "default.handlebars->39->1030",
3430
- "default.handlebars->39->1699"
3429
+ "default.handlebars->39->1036",
3430
+ "default.handlebars->39->1705"
3431
]
3432
},
3433
{
@@ -3452,7 +3452,7 @@
3452
"zh-chs": "5秒",
3453
"xloc": [
3454
"default-mobile.handlebars->11->353",
3455
- "default.handlebars->39->1065"
3455
+ "default.handlebars->39->1071"
3456
]
3457
},
3458
{
@@ -3608,8 +3608,8 @@
3608
"zh-chs": "60分钟",
3609
"zh-cht": "60分鐘",
3610
"xloc": [
3611
- "default.handlebars->39->1035",
3612
- "default.handlebars->39->1704"
3611
+ "default.handlebars->39->1041",
3612
+ "default.handlebars->39->1710"
3613
]
3614
},
3615
{
@@ -3686,7 +3686,7 @@
3686
"zh-chs": "64 位",
3687
"xloc": [
3688
"default-mobile.handlebars->11->509",
3689
- "default.handlebars->39->1358"
3689
+ "default.handlebars->39->1364"
3690
]
3691
},
3692
{
@@ -3711,7 +3711,7 @@
3711
"zh-chs": "64位版本的macOS Mesh Agent",
3712
"zh-cht": "64位版本的macOS Mesh Agent",
3713
"xloc": [
3714
- "default.handlebars->39->547"
3714
+ "default.handlebars->39->553"
3715
]
3716
},
3717
{
@@ -3736,8 +3736,8 @@
3736
"zh-chs": "MeshAgent的64位版本",
3737
"zh-cht": "MeshAgent的64位版本",
3738
"xloc": [
3739
- "default.handlebars->39->536",
3740
- "default.handlebars->39->563"
3739
+ "default.handlebars->39->542",
3740
+ "default.handlebars->39->569"
3741
]
3742
},
3743
{
@@ -3806,7 +3806,7 @@
3806
"zh-chs": "7天电源状态",
3807
"zh-cht": "7天電源狀態",
3808
"xloc": [
3809
- "default.handlebars->39->1099"
3809
+ "default.handlebars->39->1105"
3810
]
3811
},
3812
{
@@ -3884,8 +3884,8 @@
3884
"zh-chs": "8小時",
3885
"zh-cht": "8小時",
3886
"xloc": [
3887
- "default.handlebars->39->1038",
3888
- "default.handlebars->39->1707",
3887
+ "default.handlebars->39->1044",
3888
+ "default.handlebars->39->1713",
3889
"default.handlebars->39->485",
3890
"default.handlebars->39->499"
3891
]
@@ -4212,8 +4212,8 @@
4212
"zh-cht": "ACM",
4213
"xloc": [
4214
"default-mobile.handlebars->11->290",
4215
- "default.handlebars->39->1861",
4216
- "default.handlebars->39->787"
4215
+ "default.handlebars->39->1867",
4216
+ "default.handlebars->39->793"
4217
]
4218
},
4219
{
@@ -4283,7 +4283,7 @@
4283
"zh-cht": "AMT",
4284
"xloc": [
4285
"default.handlebars->39->368",
4286
- "default.handlebars->39->609"
4286
+ "default.handlebars->39->615"
4287
]
4288
},
4289
{
@@ -4307,7 +4307,7 @@
4307
"tr": "AMT-OS",
4308
"zh-chs": "操作系统",
4309
"xloc": [
4310
- "default.handlebars->39->2832"
4310
+ "default.handlebars->39->2844"
4311
]
4312
},
4313
{
@@ -4326,7 +4326,7 @@
4326
"ru": "AMT-Redir",
4327
"tr": "AMT-Yönlendirme",
4328
"xloc": [
4329
- "default.handlebars->39->2737"
4329
+ "default.handlebars->39->2749"
4330
]
4331
},
4332
{
@@ -4345,7 +4345,7 @@
4345
"ru": "AMT-WSMAN",
4346
"tr": "AMT-WSMAN",
4347
"xloc": [
4348
- "default.handlebars->39->2736"
4348
+ "default.handlebars->39->2748"
4349
]
4350
},
4351
{
@@ -4501,8 +4501,8 @@
4501
"xloc": [
4502
"default-mobile.handlebars->11->511",
4503
"default-mobile.handlebars->11->513",
4504
- "default.handlebars->39->806",
4505
- "default.handlebars->39->808"
4504
+ "default.handlebars->39->812",
4505
+ "default.handlebars->39->814"
4506
]
4507
},
4508
{
@@ -4528,7 +4528,7 @@
4528
"zh-cht": "拒絕存取",
4529
"xloc": [
4530
"default-mobile.handlebars->11->600",
4531
- "default.handlebars->39->1443"
4531
+ "default.handlebars->39->1449"
4532
]
4533
},
4534
{
@@ -4604,7 +4604,7 @@
4604
"zh-chs": "访问服务器档案",
4605
"zh-cht": "存取伺服器檔案",
4606
"xloc": [
4607
- "default.handlebars->39->2511"
4607
+ "default.handlebars->39->2523"
4608
]
4609
},
4610
{
@@ -4713,11 +4713,11 @@
4713
"default-mobile.handlebars->11->257",
4714
"default-mobile.handlebars->11->259",
4715
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4716
- "default.handlebars->39->1741",
4717
- "default.handlebars->39->1743",
4718
- "default.handlebars->39->2885",
4719
- "default.handlebars->39->747",
4720
- "default.handlebars->39->749"
4716
+ "default.handlebars->39->1747",
4717
+ "default.handlebars->39->1749",
4718
+ "default.handlebars->39->2897",
4719
+ "default.handlebars->39->753",
4720
+ "default.handlebars->39->755"
4721
]
4722
},
4723
{
@@ -4742,7 +4742,7 @@
4742
"zh-chs": "帐号设定",
4743
"xloc": [
4744
"default-mobile.handlebars->11->698",
4745
- "default.handlebars->39->2762"
4745
+ "default.handlebars->39->2774"
4746
]
4747
},
4748
{
@@ -4818,7 +4818,7 @@
4818
"zh-chs": "帐户已更改:{0}",
4819
"zh-cht": "帳戶已更改:{0}",
4820
"xloc": [
4821
- "default.handlebars->39->2196"
4821
+ "default.handlebars->39->2208"
4822
]
4823
},
4824
{
@@ -4843,7 +4843,7 @@
4843
"zh-chs": "创建帐户,电子邮件为{0}",
4844
"zh-cht": "創建帳戶,電子郵件為{0}",
4845
"xloc": [
4846
- "default.handlebars->39->2195"
4846
+ "default.handlebars->39->2207"
4847
]
4848
},
4849
{
@@ -4862,7 +4862,7 @@
4862
"ru": "Аккаунт создан, имя {0}.",
4863
"tr": "Hesap oluşturuldu, ad {0}.",
4864
"xloc": [
4865
- "default.handlebars->39->2258"
4865
+ "default.handlebars->39->2270"
4866
]
4867
},
4868
{
@@ -4887,7 +4887,7 @@
4887
"zh-chs": "创建帐户,用户名是{0}",
4888
"zh-cht": "帳戶已創建,用戶名是{0}",
4889
"xloc": [
4890
- "default.handlebars->39->2194"
4890
+ "default.handlebars->39->2206"
4891
]
4892
},
4893
{
@@ -4912,8 +4912,8 @@
4912
"zh-chs": "帐户已被锁定",
4913
"zh-cht": "帳戶已被鎖定",
4914
"xloc": [
4915
- "default.handlebars->39->2340",
4916
- "default.handlebars->39->2508"
4915
+ "default.handlebars->39->2352",
4916
+ "default.handlebars->39->2520"
4917
]
4918
},
4919
{
@@ -4939,7 +4939,7 @@
4939
"zh-cht": "達到帳戶限制。",
4940
"xloc": [
4941
"default-mobile.handlebars->11->710",
4942
- "default.handlebars->39->2774",
4942
+ "default.handlebars->39->2786",
4943
"login-mobile.handlebars->5->6",
4944
"login.handlebars->5->6",
4945
"login2.handlebars->7->8"
@@ -4994,7 +4994,7 @@
4994
"zh-chs": "帐号登录",
4995
"zh-cht": "帳號登錄",
4996
"xloc": [
4997
- "default.handlebars->39->2131"
4997
+ "default.handlebars->39->2143"
4998
]
4999
},
5000
{
@@ -5018,7 +5018,7 @@
5018
"tr": "{0}, {1}, {2} adresinden hesap girişi",
5019
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5020
"xloc": [
5021
- "default.handlebars->39->2237"
5021
+ "default.handlebars->39->2249"
5022
]
5023
},
5024
{
@@ -5043,7 +5043,7 @@
5043
"zh-chs": "帐户登出",
5044
"zh-cht": "帳戶登出",
5045
"xloc": [
5046
- "default.handlebars->39->2132"
5046
+ "default.handlebars->39->2144"
5047
]
5048
},
5049
{
@@ -5095,7 +5095,7 @@
5095
"zh-chs": "帐户密码已更改:{0}",
5096
"zh-cht": "帳戶密碼已更改:{0}",
5097
"xloc": [
5098
- "default.handlebars->39->2204"
5098
+ "default.handlebars->39->2216"
5099
]
5100
},
5101
{
@@ -5120,7 +5120,7 @@
5120
"zh-chs": "帐户已删除",
5121
"zh-cht": "帳戶已刪除",
5122
"xloc": [
5123
- "default.handlebars->39->2193"
5123
+ "default.handlebars->39->2205"
5124
]
5125
},
5126
{
@@ -5171,7 +5171,7 @@
5171
"zh-cht": "指令",
5172
"xloc": [
5173
"default-mobile.handlebars->11->606",
5174
- "default.handlebars->39->1449",
5174
+ "default.handlebars->39->1455",
5175
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5176
]
5177
},
@@ -5197,8 +5197,8 @@
5197
"zh-chs": "动作档案",
5198
"zh-cht": "動作檔案",
5199
"xloc": [
5200
- "default.handlebars->39->1145",
5201
- "default.handlebars->39->1147"
5200
+ "default.handlebars->39->1151",
5201
+ "default.handlebars->39->1153"
5202
]
5203
},
5204
{
@@ -5227,7 +5227,7 @@
5227
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
5228
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
5229
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
5230
- "default.handlebars->39->865",
5230
+ "default.handlebars->39->871",
5231
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
5232
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
5233
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -5330,7 +5330,7 @@
5330
"zh-chs": "如果ACM失败,则激活到CCM",
5331
"zh-cht": "如果ACM失敗,則激活到CCM",
5332
"xloc": [
5333
- "default.handlebars->39->1914"
5333
+ "default.handlebars->39->1920"
5334
]
5335
},
5336
{
@@ -5358,9 +5358,9 @@
5358
"default-mobile.handlebars->11->285",
5359
"default-mobile.handlebars->11->287",
5360
"default-mobile.handlebars->11->562",
5361
- "default.handlebars->39->1404",
5362
- "default.handlebars->39->780",
5363
- "default.handlebars->39->782"
5361
+ "default.handlebars->39->1410",
5362
+ "default.handlebars->39->786",
5363
+ "default.handlebars->39->788"
5364
]
5365
},
5366
{
@@ -5410,8 +5410,8 @@
5410
"zh-chs": "主动设备共享",
5411
"zh-cht": "主動設備共享",
5412
"xloc": [
5413
- "default.handlebars->39->1865",
5414
- "default.handlebars->39->933"
5413
+ "default.handlebars->39->1871",
5414
+ "default.handlebars->39->939"
5415
]
5416
},
5417
{
@@ -5435,7 +5435,7 @@
5435
"tr": "Aktif Giriş Anahtarları",
5436
"zh-chs": "活动登录令牌",
5437
"xloc": [
5438
- "default.handlebars->39->1769"
5438
+ "default.handlebars->39->1775"
5439
]
5440
},
5441
{
@@ -5455,7 +5455,7 @@
5455
"ru": "Активный пользователь",
5456
"tr": "Aktif Kullanıcı",
5457
"xloc": [
5458
- "default.handlebars->39->824"
5458
+ "default.handlebars->39->830"
5459
]
5460
},
5461
{
@@ -5475,7 +5475,7 @@
5475
"ru": "Активные пользователи",
5476
"tr": "Aktif Kullanıcılar",
5477
"xloc": [
5478
- "default.handlebars->39->823"
5478
+ "default.handlebars->39->829"
5479
]
5480
},
5481
{
@@ -5522,8 +5522,8 @@
5522
"zh-chs": "添加",
5523
"xloc": [
5524
"default-mobile.handlebars->11->429",
5525
- "default.handlebars->39->1213",
5526
- "default.handlebars->39->1218"
5525
+ "default.handlebars->39->1219",
5526
+ "default.handlebars->39->1224"
5527
]
5528
},
5529
{
@@ -5590,7 +5590,7 @@
5590
"zh-chs": "添加代理",
5591
"zh-cht": "新增代理",
5592
"xloc": [
5593
- "default.handlebars->39->1857",
5593
+ "default.handlebars->39->1863",
5594
"default.handlebars->39->424"
5595
]
5596
},
@@ -5638,8 +5638,8 @@
5638
"zh-chs": "添加设备",
5639
"zh-cht": "新增裝置",
5640
"xloc": [
5641
- "default.handlebars->39->2483",
5642
- "default.handlebars->39->2642",
5641
+ "default.handlebars->39->2495",
5642
+ "default.handlebars->39->2654",
5643
"default.handlebars->39->428"
5644
]
5645
},
@@ -5665,7 +5665,7 @@
5665
"zh-chs": "添加设备日志",
5666
"zh-cht": "新增裝置日誌",
5667
"xloc": [
5668
- "default.handlebars->39->1006"
5668
+ "default.handlebars->39->1012"
5669
]
5670
},
5671
{
@@ -5690,9 +5690,9 @@
5690
"zh-chs": "添加设备组",
5691
"zh-cht": "新增裝置群",
5692
"xloc": [
5693
- "default.handlebars->39->1995",
5694
- "default.handlebars->39->2477",
5695
- "default.handlebars->39->2630",
5693
+ "default.handlebars->39->2001",
5694
+ "default.handlebars->39->2489",
5695
+ "default.handlebars->39->2642",
5696
"default.handlebars->39->344"
5697
]
5698
},
@@ -5718,7 +5718,7 @@
5718
"zh-chs": "添加设备组权限",
5719
"zh-cht": "新增裝置群權限",
5720
"xloc": [
5721
- "default.handlebars->39->1992"
5721
+ "default.handlebars->39->1998"
5722
]
5723
},
5724
{
@@ -5743,8 +5743,8 @@
5743
"zh-chs": "添加设备权限",
5744
"zh-cht": "新增裝置權限",
5745
"xloc": [
5746
- "default.handlebars->39->1997",
5747
- "default.handlebars->39->1999"
5746
+ "default.handlebars->39->2003",
5747
+ "default.handlebars->39->2005"
5748
]
5749
},
5750
{
@@ -5887,7 +5887,7 @@
5887
"zh-chs": "添加成员身份",
5888
"zh-cht": "新增成員身份",
5889
"xloc": [
5890
- "default.handlebars->39->2662"
5890
+ "default.handlebars->39->2674"
5891
]
5892
},
5893
{
@@ -5912,7 +5912,7 @@
5912
"zh-chs": "添加 Mesh Agent",
5913
"zh-cht": "新增 Mesh Agent",
5914
"xloc": [
5915
- "default.handlebars->39->573"
5915
+ "default.handlebars->39->579"
5916
]
5917
},
5918
{
@@ -5958,8 +5958,8 @@
5958
"zh-chs": "添加安全密钥",
5959
"zh-cht": "新增安全密鑰",
5960
"xloc": [
5961
- "default.handlebars->39->1488",
5962
- "default.handlebars->39->1489",
5961
+ "default.handlebars->39->1494",
5962
+ "default.handlebars->39->1495",
5963
"default.handlebars->39->219",
5964
"default.handlebars->39->221",
5965
"default.handlebars->39->224",
@@ -5989,7 +5989,7 @@
5989
"zh-cht": "新增用戶",
5990
"xloc": [
5991
"default-mobile.handlebars->11->627",
5992
- "default.handlebars->39->925"
5992
+ "default.handlebars->39->931"
5993
]
5994
},
5995
{
@@ -6014,7 +6014,7 @@
6014
"zh-chs": "添加用户设备权限",
6015
"zh-cht": "新增用戶裝置權限",
6016
"xloc": [
6017
- "default.handlebars->39->2002"
6017
+ "default.handlebars->39->2008"
6018
]
6019
},
6020
{
@@ -6039,10 +6039,10 @@
6039
"zh-chs": "添加用户组",
6040
"zh-cht": "新增用戶群",
6041
"xloc": [
6042
- "default.handlebars->39->1853",
6043
- "default.handlebars->39->1994",
6044
- "default.handlebars->39->2636",
6045
- "default.handlebars->39->926"
6042
+ "default.handlebars->39->1859",
6043
+ "default.handlebars->39->2000",
6044
+ "default.handlebars->39->2648",
6045
+ "default.handlebars->39->932"
6046
]
6047
},
6048
{
@@ -6067,7 +6067,7 @@
6067
"zh-chs": "添加用户组设备权限",
6068
"zh-cht": "新增用戶群裝置權限",
6069
"xloc": [
6070
- "default.handlebars->39->2004"
6070
+ "default.handlebars->39->2010"
6071
]
6072
},
6073
{
@@ -6139,8 +6139,8 @@
6139
"zh-chs": "添加用户",
6140
"zh-cht": "新增用戶",
6141
"xloc": [
6142
- "default.handlebars->39->1852",
6143
- "default.handlebars->39->2472"
6142
+ "default.handlebars->39->1858",
6143
+ "default.handlebars->39->2484"
6144
]
6145
},
6146
{
@@ -6165,7 +6165,7 @@
6165
"zh-chs": "将用户添加到设备组",
6166
"zh-cht": "將用戶新增到裝置群",
6167
"xloc": [
6168
- "default.handlebars->39->1991"
6168
+ "default.handlebars->39->1997"
6169
]
6170
},
6171
{
@@ -6190,7 +6190,7 @@
6190
"zh-chs": "将用户添加到用户组",
6191
"zh-cht": "將用戶新增到用戶群",
6192
"xloc": [
6193
- "default.handlebars->39->2507"
6193
+ "default.handlebars->39->2519"
6194
]
6195
},
6196
{
@@ -6361,7 +6361,7 @@
6361
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6362
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6363
"xloc": [
6364
- "default.handlebars->39->1856",
6364
+ "default.handlebars->39->1862",
6365
"default.handlebars->39->423"
6366
]
6367
},
@@ -6435,7 +6435,7 @@
6435
"zh-chs": "添加标签",
6436
"zh-cht": "新增標籤",
6437
"xloc": [
6438
- "default.handlebars->39->654"
6438
+ "default.handlebars->39->660"
6439
]
6440
},
6441
{
@@ -6485,7 +6485,7 @@
6485
"zh-chs": "添加了身份验证应用程序",
6486
"zh-cht": "添加了身份驗證應用程序",
6487
"xloc": [
6488
- "default.handlebars->39->2220"
6488
+ "default.handlebars->39->2232"
6489
]
6490
},
6491
{
@@ -6510,7 +6510,7 @@
6510
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
6511
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6512
"xloc": [
6513
- "default.handlebars->39->2231"
6513
+ "default.handlebars->39->2243"
6514
]
6515
},
6516
{
@@ -6529,7 +6529,7 @@
6529
"ru": "Добавлен ежедневный общий доступ к устройству {0}.",
6530
"tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6531
"xloc": [
6532
- "default.handlebars->39->2268"
6532
+ "default.handlebars->39->2280"
6533
]
6534
},
6535
{
@@ -6548,7 +6548,7 @@
6548
"ru": "Добавлен еженедельный общий доступ к устройству {0}.",
6549
"tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6550
"xloc": [
6551
- "default.handlebars->39->2269"
6551
+ "default.handlebars->39->2281"
6552
]
6553
},
6554
{
@@ -6567,7 +6567,7 @@
6567
"ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.",
6568
"tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6569
"xloc": [
6570
- "default.handlebars->39->2261"
6570
+ "default.handlebars->39->2273"
6571
]
6572
},
6573
{
@@ -6592,8 +6592,8 @@
6592
"zh-chs": "已将设备{0}添加到设备组{1}",
6593
"zh-cht": "已將設備{0}添加到設備組{1}",
6594
"xloc": [
6595
- "default.handlebars->39->2187",
6596
- "default.handlebars->39->2214"
6595
+ "default.handlebars->39->2199",
6596
+ "default.handlebars->39->2226"
6597
]
6598
},
6599
{
@@ -6617,7 +6617,7 @@
6617
"tr": "Giriş anahtarı eklendi",
6618
"zh-chs": "添加登录令牌",
6619
"xloc": [
6620
- "default.handlebars->39->2245"
6620
+ "default.handlebars->39->2257"
6621
]
6622
},
6623
{
@@ -6641,7 +6641,7 @@
6641
"tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6642
"zh-chs": "新增推送通知认证装置",
6643
"xloc": [
6644
- "default.handlebars->39->2243"
6644
+ "default.handlebars->39->2255"
6645
]
6646
},
6647
{
@@ -6666,7 +6666,7 @@
6666
"zh-chs": "添加了安全密钥",
6667
"zh-cht": "添加了安全密鑰",
6668
"xloc": [
6669
- "default.handlebars->39->2225"
6669
+ "default.handlebars->39->2237"
6670
]
6671
},
6672
{
@@ -6691,7 +6691,7 @@
6691
"zh-chs": "已将用户组{0}添加到设备组{1}",
6692
"zh-cht": "已將用戶組{0}添加到設備組{1}",
6693
"xloc": [
6694
- "default.handlebars->39->2198"
6694
+ "default.handlebars->39->2210"
6695
]
6696
},
6697
{
@@ -6716,8 +6716,8 @@
6716
"zh-chs": "已将用户{0}添加到用户组{1}",
6717
"zh-cht": "已將用戶{0}添加到用戶組{1}",
6718
"xloc": [
6719
- "default.handlebars->39->2201",
6720
- "default.handlebars->39->2210"
6719
+ "default.handlebars->39->2213",
6720
+ "default.handlebars->39->2222"
6721
]
6722
},
6723
{
@@ -6793,7 +6793,7 @@
6793
"zh-cht": "管理員控制模式(ACM)",
6794
"xloc": [
6795
"default-mobile.handlebars->11->564",
6796
- "default.handlebars->39->1406"
6796
+ "default.handlebars->39->1412"
6797
]
6798
},
6799
{
@@ -6819,7 +6819,7 @@
6819
"zh-cht": "管理員憑證",
6820
"xloc": [
6821
"default-mobile.handlebars->11->570",
6822
- "default.handlebars->39->1412"
6822
+ "default.handlebars->39->1418"
6823
]
6824
},
6825
{
@@ -6870,7 +6870,7 @@
6870
"zh-chs": "管理领域",
6871
"zh-cht": "管理領域",
6872
"xloc": [
6873
- "default.handlebars->39->2556"
6873
+ "default.handlebars->39->2568"
6874
]
6875
},
6876
{
@@ -6921,7 +6921,7 @@
6921
"zh-chs": "管理领域",
6922
"zh-cht": "管理領域",
6923
"xloc": [
6924
- "default.handlebars->39->2405"
6924
+ "default.handlebars->39->2417"
6925
]
6926
},
6927
{
@@ -6946,7 +6946,7 @@
6946
"zh-chs": "管理员",
6947
"zh-cht": "管理員",
6948
"xloc": [
6949
- "default.handlebars->39->2332"
6949
+ "default.handlebars->39->2344"
6950
]
6951
},
6952
{
@@ -6971,7 +6971,7 @@
6971
"zh-chs": "南非文",
6972
"zh-cht": "南非文",
6973
"xloc": [
6974
- "default.handlebars->39->1491"
6974
+ "default.handlebars->39->1497"
6975
]
6976
},
6977
{
@@ -7000,11 +7000,11 @@
7000
"default-mobile.handlebars->11->249",
7001
"default-mobile.handlebars->11->306",
7002
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7003
- "default.handlebars->39->2063",
7004
- "default.handlebars->39->2076",
7005
- "default.handlebars->39->2830",
7003
+ "default.handlebars->39->2075",
7004
+ "default.handlebars->39->2088",
7005
+ "default.handlebars->39->2842",
7006
"default.handlebars->39->364",
7007
- "default.handlebars->39->605",
7007
+ "default.handlebars->39->611",
7008
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
7009
]
7010
},
@@ -7030,8 +7030,8 @@
7030
"zh-chs": "代理+英特尔AMT",
7031
"zh-cht": "代理+Intel® AMT",
7032
"xloc": [
7033
- "default.handlebars->39->2065",
7034
- "default.handlebars->39->2078"
7033
+ "default.handlebars->39->2077",
7034
+ "default.handlebars->39->2090"
7035
]
7036
},
7037
{
@@ -7083,7 +7083,7 @@
7083
"zh-cht": "代理控制台",
7084
"xloc": [
7085
"default-mobile.handlebars->11->669",
7086
- "default.handlebars->39->2012"
7086
+ "default.handlebars->39->2018"
7087
]
7088
},
7089
{
@@ -7108,7 +7108,7 @@
7108
"zh-chs": "代理错误计数器",
7109
"zh-cht": "代理錯誤計數器",
7110
"xloc": [
7111
- "default.handlebars->39->2799"
7111
+ "default.handlebars->39->2811"
7112
]
7113
},
7114
{
@@ -7275,8 +7275,8 @@
7275
"ru": "Общий доступ из Агента",
7276
"tr": "Agent Kendisinin-Paylaşımı",
7277
"xloc": [
7278
- "default.handlebars->39->1884",
7279
- "default.handlebars->39->952"
7278
+ "default.handlebars->39->1890",
7279
+ "default.handlebars->39->958"
7280
]
7281
},
7282
{
@@ -7301,7 +7301,7 @@
7301
"zh-chs": "代理时段",
7302
"zh-cht": "代理時段",
7303
"xloc": [
7304
- "default.handlebars->39->2815"
7304
+ "default.handlebars->39->2827"
7305
]
7306
},
7307
{
@@ -7348,7 +7348,7 @@
7348
"zh-cht": "代理標籤",
7349
"xloc": [
7350
"default-mobile.handlebars->11->303",
7351
- "default.handlebars->39->803"
7351
+ "default.handlebars->39->809"
7352
]
7353
},
7354
{
@@ -7398,7 +7398,7 @@
7398
"zh-chs": "代理类型",
7399
"zh-cht": "代理類型",
7400
"xloc": [
7401
- "default.handlebars->39->2074",
7401
+ "default.handlebars->39->2086",
7402
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7403
]
7404
},
@@ -7449,7 +7449,7 @@
7449
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7450
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7451
"xloc": [
7452
- "default.handlebars->39->2184"
7452
+ "default.handlebars->39->2196"
7453
]
7454
},
7455
{
@@ -7475,8 +7475,8 @@
7475
"zh-cht": "代理已連接",
7476
"xloc": [
7477
"default.handlebars->39->231",
7478
- "default.handlebars->39->916",
7479
- "default.handlebars->39->917"
7478
+ "default.handlebars->39->922",
7479
+ "default.handlebars->39->923"
7480
]
7481
},
7482
{
@@ -7628,7 +7628,7 @@
7628
"zh-cht": "代理離線",
7629
"xloc": [
7630
"default-mobile.handlebars->11->598",
7631
- "default.handlebars->39->1441"
7631
+ "default.handlebars->39->1447"
7632
]
7633
},
7634
{
@@ -7654,7 +7654,7 @@
7654
"zh-cht": "代理在線",
7655
"xloc": [
7656
"default-mobile.handlebars->11->597",
7657
- "default.handlebars->39->1440"
7657
+ "default.handlebars->39->1446"
7658
]
7659
},
7660
{
@@ -7742,7 +7742,7 @@
7742
"zh-chs": "代理在特权降低的远程设备上运行。",
7743
"zh-cht": "代理在特權降低的遠程設備上運行。",
7744
"xloc": [
7745
- "default.handlebars->39->910"
7745
+ "default.handlebars->39->916"
7746
]
7747
},
7748
{
@@ -7851,7 +7851,9 @@
7851
"zh-chs": "代理",
7852
"zh-cht": "代理",
7853
"xloc": [
7854
- "default.handlebars->39->2843"
7854
+ "default.handlebars->39->2048",
7855
+ "default.handlebars->39->2855",
7856
+ "default.handlebars->39->504"
7857
]
7858
},
7859
{
@@ -7876,7 +7878,7 @@
7878
"zh-chs": "阿尔巴尼亚文",
7879
"zh-cht": "阿爾巴尼亞文",
7880
"xloc": [
7879
- "default.handlebars->39->1492"
7881
+ "default.handlebars->39->1498"
7882
]
7883
},
7884
{
@@ -7904,7 +7906,7 @@
7906
"default-mobile.handlebars->11->141",
7907
"default-mobile.handlebars->11->471",
7908
"default-mobile.handlebars->11->473",
7907
- "default.handlebars->39->2711",
7909
+ "default.handlebars->39->2723",
7910
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
7911
]
7912
},
@@ -7930,7 +7932,14 @@
7932
"zh-chs": "全部可用",
7933
"zh-cht": "全部可用",
7934
"xloc": [
7933
- "default.handlebars->39->2294"
7935
+ "default.handlebars->39->2306"
7936
+ ]
7937
+ },
7938
+ {
7939
+ "en": "All Available Agents",
7940
+ "xloc": [
7941
+ "default.handlebars->39->2049",
7942
+ "default.handlebars->39->505"
7943
]
7944
},
7945
{
@@ -7955,7 +7964,7 @@
7964
"zh-chs": "所有显示",
7965
"zh-cht": "所有顯示",
7966
"xloc": [
7958
- "default.handlebars->39->1251"
7967
+ "default.handlebars->39->1257"
7968
]
7969
},
7970
{
@@ -7980,7 +7989,7 @@
7989
"zh-chs": "所有事件",
7990
"zh-cht": "所有事件",
7991
"xloc": [
7983
- "default.handlebars->39->2292"
7992
+ "default.handlebars->39->2304"
7993
]
7994
},
7995
{
@@ -8005,9 +8014,9 @@
8014
"zh-chs": "全部聚焦",
8015
"zh-cht": "全部聚焦",
8016
"xloc": [
8008
- "default.handlebars->39->1183",
8009
- "default.handlebars->39->1185",
8010
- "default.handlebars->39->1186"
8017
+ "default.handlebars->39->1189",
8018
+ "default.handlebars->39->1191",
8019
+ "default.handlebars->39->1192"
8020
]
8021
},
8022
{
@@ -8056,8 +8065,8 @@
8065
"zh-chs": "允许用户管理此设备组和该组中的设备。",
8066
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8067
"xloc": [
8059
- "default.handlebars->39->1957",
8060
- "default.handlebars->39->2504"
8068
+ "default.handlebars->39->1963",
8069
+ "default.handlebars->39->2516"
8070
]
8071
},
8072
{
@@ -8082,7 +8091,7 @@
8091
"zh-chs": "允许用户管理此设备。",
8092
"zh-cht": "允許用戶管理此裝置。",
8093
"xloc": [
8085
- "default.handlebars->39->1958"
8094
+ "default.handlebars->39->1964"
8095
]
8096
},
8097
{
@@ -8179,8 +8188,8 @@
8188
"xloc": [
8189
"default-mobile.handlebars->11->422",
8190
"default-mobile.handlebars->11->426",
8182
- "default.handlebars->39->1206",
8183
- "default.handlebars->39->1210"
8191
+ "default.handlebars->39->1212",
8192
+ "default.handlebars->39->1216"
8193
]
8194
},
8195
{
@@ -8257,7 +8266,7 @@
8266
"zh-chs": "备用(F10 = ESC + 0)",
8267
"zh-cht": "備用(F10 = ESC + 0)",
8268
"xloc": [
8260
- "default.handlebars->39->1277",
8269
+ "default.handlebars->39->1283",
8270
"sharing.handlebars->11->37"
8271
]
8272
},
@@ -8331,10 +8340,10 @@
8340
"zh-chs": "一直通知",
8341
"zh-cht": "一直通知",
8342
"xloc": [
8334
- "default.handlebars->39->1830",
8335
- "default.handlebars->39->2463",
8336
- "default.handlebars->39->2565",
8337
- "default.handlebars->39->833"
8343
+ "default.handlebars->39->1836",
8344
+ "default.handlebars->39->2475",
8345
+ "default.handlebars->39->2577",
8346
+ "default.handlebars->39->839"
8347
]
8348
},
8349
{
@@ -8359,10 +8368,10 @@
8368
"zh-chs": "一直提示",
8369
"zh-cht": "一直提示",
8370
"xloc": [
8362
- "default.handlebars->39->1831",
8363
- "default.handlebars->39->2464",
8364
- "default.handlebars->39->2566",
8365
- "default.handlebars->39->834"
8371
+ "default.handlebars->39->1837",
8372
+ "default.handlebars->39->2476",
8373
+ "default.handlebars->39->2578",
8374
+ "default.handlebars->39->840"
8375
]
8376
},
8377
{
@@ -8607,8 +8616,8 @@
8616
"tr": "Anti-virüs etkin değil",
8617
"zh-chs": "杀毒软件未激活",
8618
"xloc": [
8610
- "default.handlebars->39->2067",
8611
- "default.handlebars->39->2081"
8619
+ "default.handlebars->39->2079",
8620
+ "default.handlebars->39->2093"
8621
]
8622
},
8623
{
@@ -8634,7 +8643,7 @@
8643
"zh-cht": "防毒軟體",
8644
"xloc": [
8645
"default-mobile.handlebars->11->527",
8637
- "default.handlebars->39->822"
8646
+ "default.handlebars->39->828"
8647
]
8648
},
8649
{
@@ -8710,7 +8719,7 @@
8719
"zh-chs": "苹果macOS",
8720
"zh-cht": "蘋果macOS",
8721
"xloc": [
8713
- "default.handlebars->39->513"
8722
+ "default.handlebars->39->519"
8723
]
8724
},
8725
{
@@ -8868,7 +8877,7 @@
8877
"tr": "Uygulama, Her zaman bağlı",
8878
"zh-chs": "应用程序,始终连接",
8879
"xloc": [
8871
- "default.handlebars->39->526"
8880
+ "default.handlebars->39->532"
8881
]
8882
},
8883
{
@@ -8892,7 +8901,7 @@
8901
"tr": "Uygulama, Kullanıcı isteği üzerine bağlanın",
8902
"zh-chs": "应用程序,根据用户请求连接",
8903
"xloc": [
8895
- "default.handlebars->39->525"
8904
+ "default.handlebars->39->531"
8905
]
8906
},
8907
{
@@ -8917,7 +8926,7 @@
8926
"zh-chs": "阿拉伯文(阿尔及利亚)",
8927
"zh-cht": "阿拉伯文(阿爾及利亞)",
8928
"xloc": [
8920
- "default.handlebars->39->1494"
8929
+ "default.handlebars->39->1500"
8930
]
8931
},
8932
{
@@ -8942,7 +8951,7 @@
8951
"zh-chs": "阿拉伯文(巴林)",
8952
"zh-cht": "阿拉伯文(巴林)",
8953
"xloc": [
8945
- "default.handlebars->39->1495"
8954
+ "default.handlebars->39->1501"
8955
]
8956
},
8957
{
@@ -8967,7 +8976,7 @@
8976
"zh-chs": "阿拉伯文(埃及)",
8977
"zh-cht": "阿拉伯文(埃及)",
8978
"xloc": [
8970
- "default.handlebars->39->1496"
8979
+ "default.handlebars->39->1502"
8980
]
8981
},
8982
{
@@ -8992,7 +9001,7 @@
9001
"zh-chs": "阿拉伯文(伊拉克)",
9002
"zh-cht": "阿拉伯文(伊拉克)",
9003
"xloc": [
8995
- "default.handlebars->39->1497"
9004
+ "default.handlebars->39->1503"
9005
]
9006
},
9007
{
@@ -9017,7 +9026,7 @@
9026
"zh-chs": "阿拉伯文(约旦)",
9027
"zh-cht": "阿拉伯文(約旦)",
9028
"xloc": [
9020
- "default.handlebars->39->1498"
9029
+ "default.handlebars->39->1504"
9030
]
9031
},
9032
{
@@ -9042,7 +9051,7 @@
9051
"zh-chs": "阿拉伯文(科威特)",
9052
"zh-cht": "阿拉伯文(科威特)",
9053
"xloc": [
9045
- "default.handlebars->39->1499"
9054
+ "default.handlebars->39->1505"
9055
]
9056
},
9057
{
@@ -9067,7 +9076,7 @@
9076
"zh-chs": "阿拉伯文(黎巴嫩)",
9077
"zh-cht": "阿拉伯文(黎巴嫩)",
9078
"xloc": [
9070
- "default.handlebars->39->1500"
9079
+ "default.handlebars->39->1506"
9080
]
9081
},
9082
{
@@ -9092,7 +9101,7 @@
9101
"zh-chs": "阿拉伯文(利比亚)",
9102
"zh-cht": "阿拉伯文(利比亞)",
9103
"xloc": [
9095
- "default.handlebars->39->1501"
9104
+ "default.handlebars->39->1507"
9105
]
9106
},
9107
{
@@ -9117,7 +9126,7 @@
9126
"zh-chs": "阿拉伯文(摩洛哥)",
9127
"zh-cht": "阿拉伯文(摩洛哥)",
9128
"xloc": [
9120
- "default.handlebars->39->1502"
9129
+ "default.handlebars->39->1508"
9130
]
9131
},
9132
{
@@ -9142,7 +9151,7 @@
9151
"zh-chs": "阿拉伯文(阿曼)",
9152
"zh-cht": "阿拉伯文(阿曼)",
9153
"xloc": [
9145
- "default.handlebars->39->1503"
9154
+ "default.handlebars->39->1509"
9155
]
9156
},
9157
{
@@ -9167,7 +9176,7 @@
9176
"zh-chs": "阿拉伯文(卡塔尔)",
9177
"zh-cht": "阿拉伯文(卡塔爾)",
9178
"xloc": [
9170
- "default.handlebars->39->1504"
9179
+ "default.handlebars->39->1510"
9180
]
9181
},
9182
{
@@ -9192,7 +9201,7 @@
9201
"zh-chs": "阿拉伯文(沙特阿拉伯)",
9202
"zh-cht": "阿拉伯文(沙特阿拉伯)",
9203
"xloc": [
9195
- "default.handlebars->39->1505"
9204
+ "default.handlebars->39->1511"
9205
]
9206
},
9207
{
@@ -9217,7 +9226,7 @@
9226
"zh-chs": "阿拉伯文(标准)",
9227
"zh-cht": "阿拉伯文(標準)",
9228
"xloc": [
9220
- "default.handlebars->39->1493"
9229
+ "default.handlebars->39->1499"
9230
]
9231
},
9232
{
@@ -9242,7 +9251,7 @@
9251
"zh-chs": "阿拉伯文(叙利亚)",
9252
"zh-cht": "阿拉伯文(敘利亞)",
9253
"xloc": [
9245
- "default.handlebars->39->1506"
9254
+ "default.handlebars->39->1512"
9255
]
9256
},
9257
{
@@ -9267,7 +9276,7 @@
9276
"zh-chs": "阿拉伯文(突尼斯)",
9277
"zh-cht": "阿拉伯文(突尼斯)",
9278
"xloc": [
9270
- "default.handlebars->39->1507"
9279
+ "default.handlebars->39->1513"
9280
]
9281
},
9282
{
@@ -9292,7 +9301,7 @@
9301
"zh-chs": "阿拉伯文(阿联酋)",
9302
"zh-cht": "阿拉伯文(阿聯酋)",
9303
"xloc": [
9295
- "default.handlebars->39->1508"
9304
+ "default.handlebars->39->1514"
9305
]
9306
},
9307
{
@@ -9317,7 +9326,7 @@
9326
"zh-chs": "阿拉伯文(也门)",
9327
"zh-cht": "阿拉伯文(也門)",
9328
"xloc": [
9320
- "default.handlebars->39->1509"
9329
+ "default.handlebars->39->1515"
9330
]
9331
},
9332
{
@@ -9342,7 +9351,7 @@
9351
"zh-chs": "阿拉贡文",
9352
"zh-cht": "阿拉貢文",
9353
"xloc": [
9345
- "default.handlebars->39->1510"
9354
+ "default.handlebars->39->1516"
9355
]
9356
},
9357
{
@@ -9370,9 +9379,9 @@
9379
"default-mobile.handlebars->11->506",
9380
"default-mobile.handlebars->11->508",
9381
"default-mobile.handlebars->11->510",
9373
- "default.handlebars->39->1355",
9374
- "default.handlebars->39->1357",
9375
- "default.handlebars->39->1359"
9382
+ "default.handlebars->39->1361",
9383
+ "default.handlebars->39->1363",
9384
+ "default.handlebars->39->1365"
9385
]
9386
},
9387
{
@@ -9423,7 +9432,7 @@
9432
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9433
"xloc": [
9434
"default-mobile.handlebars->11->634",
9426
- "default.handlebars->39->1928"
9435
+ "default.handlebars->39->1934"
9436
]
9437
},
9438
{
@@ -9448,7 +9457,7 @@
9457
"zh-chs": "您确定要删除节点{0}吗?",
9458
"zh-cht": "你確定要刪除節點{0}嗎?",
9459
"xloc": [
9451
- "default.handlebars->39->1121"
9460
+ "default.handlebars->39->1127"
9461
]
9462
},
9463
{
@@ -9473,7 +9482,7 @@
9482
"zh-chs": "您确定要卸载所选代理吗?",
9483
"zh-cht": "你確定要卸載所選代理嗎?",
9484
"xloc": [
9476
- "default.handlebars->39->1110"
9485
+ "default.handlebars->39->1116"
9486
]
9487
},
9488
{
@@ -9498,7 +9507,7 @@
9507
"zh-chs": "您确定要卸载所选的{0}代理吗?",
9508
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
9509
"xloc": [
9501
- "default.handlebars->39->1109"
9510
+ "default.handlebars->39->1115"
9511
]
9512
},
9513
{
@@ -9523,7 +9532,7 @@
9532
"zh-chs": "您确定要{0}插件吗:{1}",
9533
"zh-cht": "你確定要{0}外掛嗎:{1}",
9534
"xloc": [
9526
- "default.handlebars->39->2894"
9535
+ "default.handlebars->39->2906"
9536
]
9537
},
9538
{
@@ -9573,7 +9582,7 @@
9582
"zh-chs": "亚美尼亚文",
9583
"zh-cht": "亞美尼亞文",
9584
"xloc": [
9576
- "default.handlebars->39->1511"
9585
+ "default.handlebars->39->1517"
9586
]
9587
},
9588
{
@@ -9648,7 +9657,7 @@
9657
"zh-chs": "阿萨姆文",
9658
"zh-cht": "阿薩姆文",
9659
"xloc": [
9651
- "default.handlebars->39->1512"
9660
+ "default.handlebars->39->1518"
9661
]
9662
},
9663
{
@@ -9672,7 +9681,7 @@
9681
"tr": "Asistan",
9682
"zh-chs": "Assistant",
9683
"xloc": [
9675
- "agentinvite.handlebars->container->column_l->5->1->tandrotab",
9684
+ "agentinvite.handlebars->container->column_l->5->1->tassistab",
9685
"agentinvite.handlebars->container->column_l->5->assistab->1"
9686
]
9687
},
@@ -9743,8 +9752,8 @@
9752
"tr": "Windows için Asistan (.exe)",
9753
"zh-chs": "Windows 助手 (.exe)",
9754
"xloc": [
9746
- "default.handlebars->39->552",
9747
- "default.handlebars->39->556"
9755
+ "default.handlebars->39->558",
9756
+ "default.handlebars->39->562"
9757
]
9758
},
9759
{
@@ -9793,7 +9802,7 @@
9802
"zh-chs": "阿斯图里亚斯文",
9803
"zh-cht": "阿斯圖里亞斯文",
9804
"xloc": [
9796
- "default.handlebars->39->1513"
9805
+ "default.handlebars->39->1519"
9806
]
9807
},
9808
{
@@ -9818,7 +9827,7 @@
9827
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
9828
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9829
"xloc": [
9821
- "default.handlebars->39->2153"
9830
+ "default.handlebars->39->2165"
9831
]
9832
},
9833
{
@@ -9867,10 +9876,10 @@
9876
"default-mobile.handlebars->11->447",
9877
"default-mobile.handlebars->11->455",
9878
"default-mobile.handlebars->11->464",
9870
- "default.handlebars->39->1259",
9871
- "default.handlebars->39->1268",
9872
- "default.handlebars->39->1286",
9873
- "default.handlebars->39->1294",
9879
+ "default.handlebars->39->1265",
9880
+ "default.handlebars->39->1274",
9881
+ "default.handlebars->39->1292",
9882
+ "default.handlebars->39->1300",
9883
"ssh.handlebars->3->14",
9884
"ssh.handlebars->3->15",
9885
"ssh.handlebars->3->5"
@@ -9898,7 +9907,7 @@
9907
"zh-chs": "认证软件",
9908
"zh-cht": "認證軟體",
9909
"xloc": [
9901
- "default.handlebars->39->2569"
9910
+ "default.handlebars->39->2581"
9911
]
9912
},
9913
{
@@ -9922,9 +9931,9 @@
9931
"tr": "Kimlik Doğrulama Cihazı",
9932
"zh-chs": "认证设备",
9933
"xloc": [
9925
- "default.handlebars->39->1474",
9926
- "default.handlebars->39->1476",
9927
- "default.handlebars->39->1480"
9934
+ "default.handlebars->39->1480",
9935
+ "default.handlebars->39->1482",
9936
+ "default.handlebars->39->1486"
9937
]
9938
},
9939
{
@@ -9950,8 +9959,8 @@
9959
"xloc": [
9960
"default-mobile.handlebars->11->448",
9961
"default-mobile.handlebars->11->465",
9953
- "default.handlebars->39->1270",
9954
- "default.handlebars->39->1295"
9962
+ "default.handlebars->39->1276",
9963
+ "default.handlebars->39->1301"
9964
]
9965
},
9966
{
@@ -9980,8 +9989,8 @@
9989
"default-mobile.handlebars->11->64",
9990
"default-mobile.handlebars->11->95",
9991
"default-mobile.handlebars->11->97",
9983
- "default.handlebars->39->1470",
9984
- "default.handlebars->39->1472",
9992
+ "default.handlebars->39->1476",
9993
+ "default.handlebars->39->1478",
9994
"default.handlebars->39->194",
9995
"default.handlebars->39->199"
9996
]
@@ -10102,8 +10111,8 @@
10111
"zh-chs": "自动删除",
10112
"zh-cht": "自動刪除",
10113
"xloc": [
10105
- "default.handlebars->39->1815",
10106
- "default.handlebars->39->2286"
10114
+ "default.handlebars->39->1821",
10115
+ "default.handlebars->39->2298"
10116
]
10117
},
10118
{
@@ -10157,7 +10166,7 @@
10166
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10167
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10168
"xloc": [
10160
- "default.handlebars->39->2234"
10169
+ "default.handlebars->39->2246"
10170
]
10171
},
10172
{
@@ -10251,7 +10260,7 @@
10260
"tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10261
"zh-chs": "自动移除非活动设备",
10262
"xloc": [
10254
- "default.handlebars->39->1952"
10263
+ "default.handlebars->39->1958"
10264
]
10265
},
10266
{
@@ -10276,7 +10285,7 @@
10285
"zh-chs": "可用內存",
10286
"zh-cht": "可用內存",
10287
"xloc": [
10279
- "default.handlebars->39->2824"
10288
+ "default.handlebars->39->2836"
10289
]
10290
},
10291
{
@@ -10301,7 +10310,7 @@
10310
"zh-chs": "阿塞拜疆文",
10311
"zh-cht": "阿塞拜疆文",
10312
"xloc": [
10304
- "default.handlebars->39->1514"
10313
+ "default.handlebars->39->1520"
10314
]
10315
},
10316
{
@@ -10328,9 +10337,9 @@
10337
"default-mobile.handlebars->11->514",
10338
"default-mobile.handlebars->11->518",
10339
"default-mobile.handlebars->11->522",
10331
- "default.handlebars->39->809",
10332
- "default.handlebars->39->813",
10333
- "default.handlebars->39->817"
10340
+ "default.handlebars->39->815",
10341
+ "default.handlebars->39->819",
10342
+ "default.handlebars->39->823"
10343
]
10344
},
10345
{
@@ -10356,7 +10365,7 @@
10365
"zh-cht": "的BIOS",
10366
"xloc": [
10367
"default-mobile.handlebars->11->576",
10359
- "default.handlebars->39->1418"
10368
+ "default.handlebars->39->1424"
10369
]
10370
},
10371
{
@@ -10467,7 +10476,7 @@
10476
"zh-chs": "退格",
10477
"xloc": [
10478
"default-mobile.handlebars->11->405",
10470
- "default.handlebars->39->1189"
10479
+ "default.handlebars->39->1195"
10480
]
10481
},
10482
{
@@ -10492,7 +10501,7 @@
10501
"zh-chs": "背景与互动",
10502
"zh-cht": "背景與互動",
10503
"xloc": [
10495
- "default.handlebars->39->521"
10504
+ "default.handlebars->39->527"
10505
]
10506
},
10507
{
@@ -10517,10 +10526,10 @@
10526
"zh-chs": "背景与互动",
10527
"zh-cht": "背景與互動",
10528
"xloc": [
10520
- "default.handlebars->39->2043",
10521
- "default.handlebars->39->2050",
10529
+ "default.handlebars->39->2055",
10530
+ "default.handlebars->39->2062",
10531
"default.handlebars->39->491",
10523
- "default.handlebars->39->505"
10532
+ "default.handlebars->39->511"
10533
]
10534
},
10535
{
@@ -10545,11 +10554,11 @@
10554
"zh-chs": "仅背景",
10555
"zh-cht": "僅背景",
10556
"xloc": [
10548
- "default.handlebars->39->2044",
10549
- "default.handlebars->39->2051",
10557
+ "default.handlebars->39->2056",
10558
+ "default.handlebars->39->2063",
10559
"default.handlebars->39->492",
10551
- "default.handlebars->39->506",
10552
- "default.handlebars->39->522"
10560
+ "default.handlebars->39->512",
10561
+ "default.handlebars->39->528"
10562
]
10563
},
10564
{
@@ -10600,7 +10609,7 @@
10609
"zh-chs": "备用码",
10610
"zh-cht": "備用碼",
10611
"xloc": [
10603
- "default.handlebars->39->2572"
10612
+ "default.handlebars->39->2584"
10613
]
10614
},
10615
{
@@ -10644,7 +10653,7 @@
10653
"zh-chs": "错误的签名",
10654
"zh-cht": "錯誤的簽名",
10655
"xloc": [
10647
- "default.handlebars->39->2806"
10656
+ "default.handlebars->39->2818"
10657
]
10658
},
10659
{
@@ -10669,7 +10678,7 @@
10678
"zh-chs": "错误的网络证书",
10679
"zh-cht": "錯誤的網絡憑證",
10680
"xloc": [
10672
- "default.handlebars->39->2805"
10681
+ "default.handlebars->39->2817"
10682
]
10683
},
10684
{
@@ -10694,7 +10703,7 @@
10703
"zh-chs": "巴斯克",
10704
"zh-cht": "巴斯克",
10705
"xloc": [
10697
- "default.handlebars->39->1515"
10706
+ "default.handlebars->39->1521"
10707
]
10708
},
10709
{
@@ -10719,7 +10728,7 @@
10728
"zh-chs": "批处理文件上传",
10729
"zh-cht": "批處理文件上傳",
10730
"xloc": [
10722
- "default.handlebars->39->670"
10731
+ "default.handlebars->39->676"
10732
]
10733
},
10734
{
@@ -10769,7 +10778,7 @@
10778
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
10779
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10780
"xloc": [
10772
- "default.handlebars->39->2233"
10781
+ "default.handlebars->39->2245"
10782
]
10783
},
10784
{
@@ -10794,7 +10803,7 @@
10803
"zh-chs": "白俄罗斯文",
10804
"zh-cht": "白俄羅斯文",
10805
"xloc": [
10797
- "default.handlebars->39->1517"
10806
+ "default.handlebars->39->1523"
10807
]
10808
},
10809
{
@@ -10819,7 +10828,7 @@
10828
"zh-chs": "孟加拉",
10829
"zh-cht": "孟加拉",
10830
"xloc": [
10822
- "default.handlebars->39->1518"
10831
+ "default.handlebars->39->1524"
10832
]
10833
},
10834
{
@@ -10893,7 +10902,7 @@
10902
"zh-chs": "引导加载程序",
10903
"xloc": [
10904
"default-mobile.handlebars->11->540",
10896
- "default.handlebars->39->1372"
10905
+ "default.handlebars->39->1378"
10906
]
10907
},
10908
{
@@ -10918,7 +10927,7 @@
10927
"zh-chs": "波斯尼亚文",
10928
"zh-cht": "波斯尼亞文",
10929
"xloc": [
10921
- "default.handlebars->39->1519"
10930
+ "default.handlebars->39->1525"
10931
]
10932
},
10933
{
@@ -10943,7 +10952,7 @@
10952
"zh-chs": "布列塔尼",
10953
"zh-cht": "布列塔尼",
10954
"xloc": [
10946
- "default.handlebars->39->1520"
10955
+ "default.handlebars->39->1526"
10956
]
10957
},
10958
{
@@ -10968,7 +10977,7 @@
10977
"zh-chs": "广播",
10978
"zh-cht": "廣播",
10979
"xloc": [
10971
- "default.handlebars->39->2470",
10980
+ "default.handlebars->39->2482",
10981
"default.handlebars->container->column_l->p4->3->1->0->3->1"
10982
]
10983
},
@@ -10994,7 +11003,7 @@
11003
"zh-chs": "广播消息",
11004
"zh-cht": "廣播消息",
11005
"xloc": [
10997
- "default.handlebars->39->2387"
11006
+ "default.handlebars->39->2399"
11007
]
11008
},
11009
{
@@ -11019,7 +11028,7 @@
11028
"zh-chs": "向所有连接的用户广播消息。",
11029
"zh-cht": "向所有連接的用戶廣播消息。",
11030
"xloc": [
11022
- "default.handlebars->39->2382"
11031
+ "default.handlebars->39->2394"
11032
]
11033
},
11034
{
@@ -11069,7 +11078,7 @@
11078
"zh-chs": "保加利亚文",
11079
"zh-cht": "保加利亞文",
11080
"xloc": [
11072
- "default.handlebars->39->1516"
11081
+ "default.handlebars->39->1522"
11082
]
11083
},
11084
{
@@ -11094,7 +11103,7 @@
11103
"zh-chs": "缅甸文",
11104
"zh-cht": "緬甸文",
11105
"xloc": [
11097
- "default.handlebars->39->1521"
11106
+ "default.handlebars->39->1527"
11107
]
11108
},
11109
{
@@ -11118,7 +11127,7 @@
11127
"tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11128
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11129
"xloc": [
11121
- "default.handlebars->39->1954"
11130
+ "default.handlebars->39->1960"
11131
]
11132
},
11133
{
@@ -11142,7 +11151,7 @@
11151
"tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11152
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11153
"xloc": [
11145
- "default.handlebars->39->1955"
11154
+ "default.handlebars->39->1961"
11155
]
11156
},
11157
{
@@ -11161,7 +11170,7 @@
11170
"ru": "Входящих байт",
11171
"tr": "Bayt Girişi",
11172
"xloc": [
11164
- "default.handlebars->39->2729"
11173
+ "default.handlebars->39->2741"
11174
]
11175
},
11176
{
@@ -11180,7 +11189,7 @@
11189
"ru": "Исходящих байт",
11190
"tr": "Bayt Bitti",
11191
"xloc": [
11183
- "default.handlebars->39->2730"
11192
+ "default.handlebars->39->2742"
11193
]
11194
},
11195
{
@@ -11206,7 +11215,7 @@
11215
"zh-cht": "CCM",
11216
"xloc": [
11217
"default-mobile.handlebars->11->289",
11209
- "default.handlebars->39->785"
11218
+ "default.handlebars->39->791"
11219
]
11220
},
11221
{
@@ -11231,7 +11240,7 @@
11240
"zh-chs": "CCM模式",
11241
"zh-cht": "CCM模式",
11242
"xloc": [
11234
- "default.handlebars->39->1911"
11243
+ "default.handlebars->39->1917"
11244
]
11245
},
11246
{
@@ -11257,9 +11266,9 @@
11266
"zh-cht": "CIRA",
11267
"xloc": [
11268
"default-mobile.handlebars->11->250",
11260
- "default.handlebars->39->2831",
11269
+ "default.handlebars->39->2843",
11270
"default.handlebars->39->366",
11262
- "default.handlebars->39->607"
11271
+ "default.handlebars->39->613"
11272
]
11273
},
11274
{
@@ -11284,7 +11293,7 @@
11293
"zh-chs": "CIRA服务器",
11294
"zh-cht": "CIRA伺服器",
11295
"xloc": [
11287
- "default.handlebars->39->2878"
11296
+ "default.handlebars->39->2890"
11297
]
11298
},
11299
{
@@ -11309,7 +11318,7 @@
11318
"zh-chs": "CIRA服务器命令",
11319
"zh-cht": "CIRA伺服器指令",
11320
"xloc": [
11312
- "default.handlebars->39->2879"
11321
+ "default.handlebars->39->2891"
11322
]
11323
},
11324
{
@@ -11353,7 +11362,7 @@
11362
"zh-chs": "CIRA设置",
11363
"zh-cht": "CIRA設置",
11364
"xloc": [
11356
- "default.handlebars->39->1919"
11365
+ "default.handlebars->39->1925"
11366
]
11367
},
11368
{
@@ -11379,8 +11388,8 @@
11388
"zh-cht": "CPU",
11389
"xloc": [
11390
"default-mobile.handlebars->11->582",
11382
- "default.handlebars->39->1424",
11383
- "default.handlebars->39->2855",
11391
+ "default.handlebars->39->1430",
11392
+ "default.handlebars->39->2867",
11393
"default.handlebars->container->column_l->p40->3->1->p40type->5"
11394
]
11395
},
@@ -11406,7 +11415,7 @@
11415
"zh-chs": "CPU负载",
11416
"zh-cht": "CPU負載",
11417
"xloc": [
11409
- "default.handlebars->39->2820"
11418
+ "default.handlebars->39->2832"
11419
]
11420
},
11421
{
@@ -11431,7 +11440,7 @@
11440
"zh-chs": "最近15分钟的CPU负载",
11441
"zh-cht": "最近15分鐘的CPU負載",
11442
"xloc": [
11434
- "default.handlebars->39->2823"
11443
+ "default.handlebars->39->2835"
11444
]
11445
},
11446
{
@@ -11456,7 +11465,7 @@
11465
"zh-chs": "最近5分钟的CPU负载",
11466
"zh-cht": "最近5分鐘的CPU負載",
11467
"xloc": [
11459
- "default.handlebars->39->2822"
11468
+ "default.handlebars->39->2834"
11469
]
11470
},
11471
{
@@ -11481,7 +11490,7 @@
11490
"zh-chs": "最近一分钟的CPU负载",
11491
"zh-cht": "最近一分鐘的CPU負載",
11492
"xloc": [
11484
- "default.handlebars->39->2821"
11493
+ "default.handlebars->39->2833"
11494
]
11495
},
11496
{
@@ -11506,8 +11515,8 @@
11515
"zh-chs": "CR+LF",
11516
"zh-cht": "CR+LF",
11517
"xloc": [
11509
- "default.handlebars->39->1256",
11510
- "default.handlebars->39->1279",
11518
+ "default.handlebars->39->1262",
11519
+ "default.handlebars->39->1285",
11520
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
11521
"sharing.handlebars->11->25",
11522
"sharing.handlebars->11->39",
@@ -11536,7 +11545,7 @@
11545
"zh-chs": "CSV",
11546
"zh-cht": "CSV",
11547
"xloc": [
11539
- "default.handlebars->39->2302"
11548
+ "default.handlebars->39->2314"
11549
]
11550
},
11551
{
@@ -11561,9 +11570,9 @@
11570
"zh-chs": "CSV格式",
11571
"zh-cht": "CSV格式",
11572
"xloc": [
11564
- "default.handlebars->39->2306",
11565
- "default.handlebars->39->2374",
11566
- "default.handlebars->39->678"
11573
+ "default.handlebars->39->2318",
11574
+ "default.handlebars->39->2386",
11575
+ "default.handlebars->39->684"
11576
]
11577
},
11578
{
@@ -11610,7 +11619,7 @@
11619
"zh-chs": "呼叫错误",
11620
"zh-cht": "呼叫錯誤",
11621
"xloc": [
11613
- "default.handlebars->39->2895"
11622
+ "default.handlebars->39->2907"
11623
]
11624
},
11625
{
@@ -11657,8 +11666,8 @@
11666
"agent-translations.json",
11667
"default-mobile.handlebars->11->106",
11668
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
11660
- "default.handlebars->39->1789",
11661
- "default.handlebars->39->2884",
11669
+ "default.handlebars->39->1795",
11670
+ "default.handlebars->39->2896",
11671
"default.handlebars->39->465",
11672
"default.handlebars->container->dialog->idx_dlgButtonBar",
11673
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -11737,9 +11746,9 @@
11746
"default-mobile.handlebars->11->587",
11747
"default-mobile.handlebars->11->592",
11748
"default-mobile.handlebars->11->594",
11740
- "default.handlebars->39->1429",
11741
- "default.handlebars->39->1434",
11742
- "default.handlebars->39->1436"
11749
+ "default.handlebars->39->1435",
11750
+ "default.handlebars->39->1440",
11751
+ "default.handlebars->39->1442"
11752
]
11753
},
11754
{
@@ -11765,7 +11774,7 @@
11774
"zh-cht": "容量/速度",
11775
"xloc": [
11776
"default-mobile.handlebars->11->585",
11768
- "default.handlebars->39->1427"
11777
+ "default.handlebars->39->1433"
11778
]
11779
},
11780
{
@@ -11790,7 +11799,7 @@
11799
"zh-chs": "加泰罗尼亚文",
11800
"zh-cht": "加泰羅尼亞文",
11801
"xloc": [
11793
- "default.handlebars->39->1522"
11802
+ "default.handlebars->39->1528"
11803
]
11804
},
11805
{
@@ -11815,7 +11824,7 @@
11824
"zh-chs": "在这里为中心显示地图",
11825
"zh-cht": "在這裡為中心顯示地圖",
11826
"xloc": [
11818
- "default.handlebars->39->738"
11827
+ "default.handlebars->39->744"
11828
]
11829
},
11830
{
@@ -11887,7 +11896,7 @@
11896
"zh-chs": "查莫罗",
11897
"zh-cht": "查莫羅",
11898
"xloc": [
11890
- "default.handlebars->39->1523"
11899
+ "default.handlebars->39->1529"
11900
]
11901
},
11902
{
@@ -11939,7 +11948,7 @@
11948
"zh-chs": "更改{0}的电邮",
11949
"zh-cht": "更改{0}的電郵",
11950
"xloc": [
11942
- "default.handlebars->39->2617"
11951
+ "default.handlebars->39->2629"
11952
]
11953
},
11954
{
@@ -11964,9 +11973,9 @@
11973
"zh-chs": "更改组",
11974
"zh-cht": "更改群",
11975
"xloc": [
11967
- "default.handlebars->39->1118",
11968
- "default.handlebars->39->1119",
11969
- "default.handlebars->39->884"
11976
+ "default.handlebars->39->1124",
11977
+ "default.handlebars->39->1125",
11978
+ "default.handlebars->39->890"
11979
]
11980
},
11981
{
@@ -11992,8 +12001,8 @@
12001
"zh-cht": "更改密碼",
12002
"xloc": [
12003
"default-mobile.handlebars->11->114",
11995
- "default.handlebars->39->1738",
11996
- "default.handlebars->39->2590"
12004
+ "default.handlebars->39->1744",
12005
+ "default.handlebars->39->2602"
12006
]
12007
},
12008
{
@@ -12018,7 +12027,7 @@
12027
"zh-chs": "更改{0}的密码",
12028
"zh-cht": "更改{0}的密碼",
12029
"xloc": [
12021
- "default.handlebars->39->2626"
12030
+ "default.handlebars->39->2638"
12031
]
12032
},
12033
{
@@ -12043,7 +12052,7 @@
12052
"zh-chs": "更改{0}的真实名称",
12053
"zh-cht": "更改{0}的真實名稱",
12054
"xloc": [
12046
- "default.handlebars->39->2612"
12055
+ "default.handlebars->39->2624"
12056
]
12057
},
12058
{
@@ -12190,7 +12199,7 @@
12199
"zh-chs": "更改该用户的密码",
12200
"zh-cht": "更改該用戶的密碼",
12201
"xloc": [
12193
- "default.handlebars->39->2589"
12202
+ "default.handlebars->39->2601"
12203
]
12204
},
12205
{
@@ -12240,7 +12249,7 @@
12249
"zh-chs": "在此处更改您的帐户电邮地址。",
12250
"zh-cht": "在此處更改你的帳戶電郵地址。",
12251
"xloc": [
12243
- "default.handlebars->39->1725"
12252
+ "default.handlebars->39->1731"
12253
]
12254
},
12255
{
@@ -12265,7 +12274,7 @@
12274
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12275
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12276
"xloc": [
12268
- "default.handlebars->39->1731"
12277
+ "default.handlebars->39->1737"
12278
]
12279
},
12280
{
@@ -12290,7 +12299,7 @@
12299
"zh-chs": "更改帐户凭据",
12300
"zh-cht": "帳戶憑證已更改",
12301
"xloc": [
12293
- "default.handlebars->39->2205"
12302
+ "default.handlebars->39->2217"
12303
]
12304
},
12305
{
@@ -12309,7 +12318,7 @@
12318
"ru": "Изменено отображаемое имя учетной записи на {0}.",
12319
"tr": "Hesap görünen adı {0} olarak değiştirildi.",
12320
"xloc": [
12312
- "default.handlebars->39->2257"
12321
+ "default.handlebars->39->2269"
12322
]
12323
},
12324
{
@@ -12334,8 +12343,8 @@
12343
"zh-chs": "{1}组中的设备{0}已更改:{2}",
12344
"zh-cht": "{1}組中的設備{0}已更改:{2}",
12345
"xloc": [
12337
- "default.handlebars->39->2189",
12338
- "default.handlebars->39->2270"
12346
+ "default.handlebars->39->2201",
12347
+ "default.handlebars->39->2282"
12348
]
12349
},
12350
{
@@ -12360,7 +12369,7 @@
12369
"zh-chs": "语言从{1}更改为{2}",
12370
"zh-cht": "語言從{1}更改為{2}",
12371
"xloc": [
12363
- "default.handlebars->39->2133"
12372
+ "default.handlebars->39->2145"
12373
]
12374
},
12375
{
@@ -12385,8 +12394,8 @@
12394
"zh-chs": "已更改{0}的用户设备权限",
12395
"zh-cht": "已更改{0}的用戶設備權限",
12396
"xloc": [
12388
- "default.handlebars->39->2191",
12389
- "default.handlebars->39->2212"
12397
+ "default.handlebars->39->2203",
12398
+ "default.handlebars->39->2224"
12399
]
12400
},
12401
{
@@ -12432,7 +12441,7 @@
12441
"zh-chs": "更改语言将需要刷新页面。",
12442
"zh-cht": "更改語言將需要刷新頁面。",
12443
"xloc": [
12435
- "default.handlebars->39->1690"
12444
+ "default.handlebars->39->1696"
12445
]
12446
},
12447
{
@@ -12457,12 +12466,12 @@
12466
"zh-chs": "聊天",
12467
"zh-cht": "聊天",
12468
"xloc": [
12460
- "default.handlebars->39->1001",
12461
- "default.handlebars->39->2323",
12462
- "default.handlebars->39->2585",
12463
- "default.handlebars->39->2586",
12464
- "default.handlebars->39->873",
12465
- "default.handlebars->39->979"
12469
+ "default.handlebars->39->1007",
12470
+ "default.handlebars->39->2335",
12471
+ "default.handlebars->39->2597",
12472
+ "default.handlebars->39->2598",
12473
+ "default.handlebars->39->879",
12474
+ "default.handlebars->39->985"
12475
]
12476
},
12477
{
@@ -12489,8 +12498,8 @@
12498
"xloc": [
12499
"default-mobile.handlebars->11->659",
12500
"default-mobile.handlebars->11->679",
12492
- "default.handlebars->39->1986",
12493
- "default.handlebars->39->2023"
12501
+ "default.handlebars->39->1992",
12502
+ "default.handlebars->39->2029"
12503
]
12504
},
12505
{
@@ -12515,7 +12524,7 @@
12524
"zh-chs": "聊天请求,点击这里接受。",
12525
"xloc": [
12526
"default-mobile.handlebars->11->711",
12518
- "default.handlebars->39->2775"
12527
+ "default.handlebars->39->2787"
12528
]
12529
},
12530
{
@@ -12565,7 +12574,7 @@
12574
"zh-chs": "车臣",
12575
"zh-cht": "車臣",
12576
"xloc": [
12568
- "default.handlebars->39->1524"
12577
+ "default.handlebars->39->1530"
12578
]
12579
},
12580
{
@@ -12690,8 +12699,8 @@
12699
"zh-chs": "检查...",
12700
"zh-cht": "檢查...",
12701
"xloc": [
12693
- "default.handlebars->39->1490",
12694
- "default.handlebars->39->2889"
12702
+ "default.handlebars->39->1496",
12703
+ "default.handlebars->39->2901"
12704
]
12705
},
12706
{
@@ -12716,7 +12725,7 @@
12725
"zh-chs": "中文",
12726
"zh-cht": "中文",
12727
"xloc": [
12719
- "default.handlebars->39->1525"
12728
+ "default.handlebars->39->1531"
12729
]
12730
},
12731
{
@@ -12741,7 +12750,7 @@
12750
"zh-chs": "中文(香港)",
12751
"zh-cht": "中文(香港)",
12752
"xloc": [
12744
- "default.handlebars->39->1526"
12753
+ "default.handlebars->39->1532"
12754
]
12755
},
12756
{
@@ -12766,7 +12775,7 @@
12775
"zh-chs": "中文(中国)",
12776
"zh-cht": "中文(中國)",
12777
"xloc": [
12769
- "default.handlebars->39->1527"
12778
+ "default.handlebars->39->1533"
12779
]
12780
},
12781
{
@@ -12791,7 +12800,7 @@
12800
"zh-chs": "简体中文",
12801
"zh-cht": "簡體中文",
12802
"xloc": [
12794
- "default.handlebars->39->1687"
12803
+ "default.handlebars->39->1693"
12804
]
12805
},
12806
{
@@ -12816,7 +12825,7 @@
12825
"zh-chs": "中文(新加坡)",
12826
"zh-cht": "中文(新加坡)",
12827
"xloc": [
12819
- "default.handlebars->39->1528"
12828
+ "default.handlebars->39->1534"
12829
]
12830
},
12831
{
@@ -12841,7 +12850,7 @@
12850
"zh-chs": "中文(台湾)",
12851
"zh-cht": "中文(台灣)",
12852
"xloc": [
12844
- "default.handlebars->39->1529"
12853
+ "default.handlebars->39->1535"
12854
]
12855
},
12856
{
@@ -12866,7 +12875,7 @@
12875
"zh-chs": "繁体中文",
12876
"zh-cht": "繁體中文",
12877
"xloc": [
12869
- "default.handlebars->39->1688"
12878
+ "default.handlebars->39->1694"
12879
]
12880
},
12881
{
@@ -12917,7 +12926,7 @@
12926
"zh-chs": "楚瓦什",
12927
"zh-cht": "楚瓦什",
12928
"xloc": [
12920
- "default.handlebars->39->1530"
12929
+ "default.handlebars->39->1536"
12930
]
12931
},
12932
{
@@ -12971,11 +12980,11 @@
12980
"default-mobile.handlebars->11->496",
12981
"default-mobile.handlebars->11->71",
12982
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
12974
- "default.handlebars->39->1329",
12975
- "default.handlebars->39->1331",
12976
- "default.handlebars->39->1333",
12983
"default.handlebars->39->1335",
12978
- "default.handlebars->39->2127",
12984
+ "default.handlebars->39->1337",
12985
+ "default.handlebars->39->1339",
12986
+ "default.handlebars->39->1341",
12987
+ "default.handlebars->39->2139",
12988
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
12989
"default.handlebars->container->column_l->p41->3->1",
12990
"messenger.handlebars->xbottom->1->1->0->5",
@@ -13007,7 +13016,7 @@
13016
"zh-chs": "清除 RDP 凭据?",
13017
"xloc": [
13018
"default-mobile.handlebars->11->390",
13010
- "default.handlebars->39->1162"
13019
+ "default.handlebars->39->1168"
13020
]
13021
},
13022
{
@@ -13032,7 +13041,7 @@
13041
"zh-chs": "清除 SSH 凭据?",
13042
"xloc": [
13043
"default-mobile.handlebars->11->388",
13035
- "default.handlebars->39->1160"
13044
+ "default.handlebars->39->1166"
13045
]
13046
},
13047
{
@@ -13081,8 +13090,8 @@
13090
"tr": "Temsilci çekirdeğini temizle",
13091
"zh-chs": "清除代理核心",
13092
"xloc": [
13084
- "default.handlebars->39->631",
13085
- "default.handlebars->39->674"
13093
+ "default.handlebars->39->637",
13094
+ "default.handlebars->39->680"
13095
]
13096
},
13097
{
@@ -13106,7 +13115,7 @@
13115
"tr": "Seçilen cihazlarda temsilci çekirdeği temizlensin mi?",
13116
"zh-chs": "清除选定设备上的代理核心?",
13117
"xloc": [
13109
- "default.handlebars->39->673"
13118
+ "default.handlebars->39->679"
13119
]
13120
},
13121
{
@@ -13132,7 +13141,7 @@
13141
"zh-cht": "全部清除",
13142
"xloc": [
13143
"default-mobile.handlebars->11->694",
13135
- "default.handlebars->39->2758"
13144
+ "default.handlebars->39->2770"
13145
]
13146
},
13147
{
@@ -13184,7 +13193,7 @@
13193
"zh-cht": "清除核心",
13194
"xloc": [
13195
"default-mobile.handlebars->11->608",
13187
- "default.handlebars->39->1451"
13196
+ "default.handlebars->39->1457"
13197
]
13198
},
13199
{
@@ -13235,7 +13244,7 @@
13244
"zh-cht": "清除此通知",
13245
"xloc": [
13246
"default-mobile.handlebars->11->693",
13238
- "default.handlebars->39->2757"
13247
+ "default.handlebars->39->2769"
13248
]
13249
},
13250
{
@@ -13310,8 +13319,8 @@
13319
"zh-chs": "单击此处编辑设备组名称",
13320
"zh-cht": "單擊此處編輯裝置群名稱",
13321
"xloc": [
13313
- "default.handlebars->39->1800",
13314
- "default.handlebars->39->2072"
13322
+ "default.handlebars->39->1806",
13323
+ "default.handlebars->39->2084"
13324
]
13325
},
13326
{
@@ -13336,7 +13345,7 @@
13345
"zh-chs": "单击此处编辑服务器端设备名称",
13346
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
13347
"xloc": [
13339
- "default.handlebars->39->754"
13348
+ "default.handlebars->39->760"
13349
]
13350
},
13351
{
@@ -13361,7 +13370,7 @@
13370
"zh-chs": "单击此处编辑用户组名称",
13371
"zh-cht": "單擊此處編輯用戶群名稱",
13372
"xloc": [
13364
- "default.handlebars->39->2444"
13373
+ "default.handlebars->39->2456"
13374
]
13375
},
13376
{
@@ -13484,7 +13493,7 @@
13493
"zh-cht": "單擊確定將驗證電郵發送到:",
13494
"xloc": [
13495
"default-mobile.handlebars->11->99",
13487
- "default.handlebars->39->1722"
13496
+ "default.handlebars->39->1728"
13497
]
13498
},
13499
{
@@ -13577,7 +13586,7 @@
13586
"zh-cht": "客戶端控制模式(CCM)",
13587
"xloc": [
13588
"default-mobile.handlebars->11->563",
13580
- "default.handlebars->39->1405"
13589
+ "default.handlebars->39->1411"
13590
]
13591
},
13592
{
@@ -13602,7 +13611,7 @@
13611
"zh-chs": "客户编号",
13612
"zh-cht": "客戶編號",
13613
"xloc": [
13605
- "default.handlebars->39->1782"
13614
+ "default.handlebars->39->1788"
13615
]
13616
},
13617
{
@@ -13627,7 +13636,7 @@
13636
"zh-chs": "客户端启动的远程访问",
13637
"zh-cht": "客戶端啟動的遠程訪問",
13638
"xloc": [
13630
- "default.handlebars->39->1918"
13639
+ "default.handlebars->39->1924"
13640
]
13641
},
13642
{
@@ -13652,7 +13661,7 @@
13661
"zh-chs": "客户机密",
13662
"zh-cht": "客戶機密",
13663
"xloc": [
13655
- "default.handlebars->39->1783"
13664
+ "default.handlebars->39->1789"
13665
]
13666
},
13667
{
@@ -13705,11 +13714,11 @@
13714
"xloc": [
13715
"agent-translations.json",
13716
"default-mobile.handlebars->11->69",
13708
- "default.handlebars->39->1244",
13709
- "default.handlebars->39->1305",
13717
+ "default.handlebars->39->1250",
13718
+ "default.handlebars->39->1311",
13719
"default.handlebars->39->206",
13720
"default.handlebars->39->214",
13712
- "default.handlebars->39->2883",
13721
+ "default.handlebars->39->2895",
13722
"sharing.handlebars->11->52"
13723
]
13724
},
@@ -13717,7 +13726,7 @@
13726
"en": "Closed desktop multiplex session \\\"{0}\\\", {1} second(s)",
13727
"nl": "Gesloten desktop multiplexsessie \\\"{0}\\\", {1} seconde(n)",
13728
"xloc": [
13720
- "default.handlebars->39->2277"
13729
+ "default.handlebars->39->2289"
13730
]
13731
},
13732
{
@@ -13742,7 +13751,7 @@
13751
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
13752
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
13753
"xloc": [
13745
- "default.handlebars->39->2138"
13754
+ "default.handlebars->39->2150"
13755
]
13756
},
13757
{
@@ -13867,7 +13876,7 @@
13876
"zh-chs": "命令",
13877
"zh-cht": "命令",
13878
"xloc": [
13870
- "default.handlebars->39->571"
13879
+ "default.handlebars->39->577"
13880
]
13881
},
13882
{
@@ -13917,9 +13926,9 @@
13926
"zh-cht": "指令",
13927
"xloc": [
13928
"default-mobile.handlebars->11->681",
13920
- "default.handlebars->39->1003",
13921
- "default.handlebars->39->2025",
13922
- "default.handlebars->39->981"
13929
+ "default.handlebars->39->1009",
13930
+ "default.handlebars->39->2031",
13931
+ "default.handlebars->39->987"
13932
]
13933
},
13934
{
@@ -13944,8 +13953,8 @@
13953
"zh-chs": "通用设备组",
13954
"zh-cht": "通用裝置群",
13955
"xloc": [
13947
- "default.handlebars->39->2478",
13948
- "default.handlebars->39->2631"
13956
+ "default.handlebars->39->2490",
13957
+ "default.handlebars->39->2643"
13958
]
13959
},
13960
{
@@ -13970,8 +13979,8 @@
13979
"zh-chs": "通用设备",
13980
"zh-cht": "通用裝置",
13981
"xloc": [
13973
- "default.handlebars->39->2484",
13974
- "default.handlebars->39->2643"
13982
+ "default.handlebars->39->2496",
13983
+ "default.handlebars->39->2655"
13984
]
13985
},
13986
{
@@ -13996,7 +14005,7 @@
14005
"zh-chs": "编译时间",
14006
"xloc": [
14007
"default-mobile.handlebars->11->536",
13999
- "default.handlebars->39->1368"
14008
+ "default.handlebars->39->1374"
14009
]
14010
},
14011
{
@@ -14042,7 +14051,7 @@
14051
"zh-chs": "压缩档案...",
14052
"zh-cht": "壓縮檔案...",
14053
"xloc": [
14045
- "default.handlebars->39->1300",
14054
+ "default.handlebars->39->1306",
14055
"sharing.handlebars->11->47"
14056
]
14057
},
@@ -14091,14 +14100,14 @@
14100
"xloc": [
14101
"default-mobile.handlebars->11->385",
14102
"default-mobile.handlebars->11->635",
14094
- "default.handlebars->39->1113",
14095
- "default.handlebars->39->1122",
14096
- "default.handlebars->39->1929",
14097
- "default.handlebars->39->2352",
14098
- "default.handlebars->39->2434",
14099
- "default.handlebars->39->2500",
14100
- "default.handlebars->39->2629",
14101
- "default.handlebars->39->642"
14103
+ "default.handlebars->39->1119",
14104
+ "default.handlebars->39->1128",
14105
+ "default.handlebars->39->1935",
14106
+ "default.handlebars->39->2364",
14107
+ "default.handlebars->39->2446",
14108
+ "default.handlebars->39->2512",
14109
+ "default.handlebars->39->2641",
14110
+ "default.handlebars->39->648"
14111
]
14112
},
14113
{
@@ -14145,7 +14154,7 @@
14154
"zh-cht": "確認將1個副本複製到此位置?",
14155
"xloc": [
14156
"default-mobile.handlebars->11->485",
14148
- "default.handlebars->39->1324",
14157
+ "default.handlebars->39->1330",
14158
"sharing.handlebars->11->70"
14159
]
14160
},
@@ -14171,7 +14180,7 @@
14180
"zh-chs": "确认{0}个条目的复制到此位置?",
14181
"zh-cht": "確認{0}個條目的複製到此位置?",
14182
"xloc": [
14174
- "default.handlebars->39->1323",
14183
+ "default.handlebars->39->1329",
14184
"sharing.handlebars->11->69"
14185
]
14186
},
@@ -14222,7 +14231,7 @@
14231
"zh-chs": "确认删除选定的帐户?",
14232
"zh-cht": "確認刪除所選帳戶?",
14233
"xloc": [
14225
- "default.handlebars->39->2351"
14234
+ "default.handlebars->39->2363"
14235
]
14236
},
14237
{
@@ -14269,7 +14278,7 @@
14278
"zh-chs": "确认删除选定的用户组?",
14279
"zh-cht": "確認刪除所選用戶群?",
14280
"xloc": [
14272
- "default.handlebars->39->2433"
14281
+ "default.handlebars->39->2445"
14282
]
14283
},
14284
{
@@ -14294,7 +14303,7 @@
14303
"zh-chs": "确认删除用户{0}?",
14304
"zh-cht": "確認刪除用戶{0}?",
14305
"xloc": [
14297
- "default.handlebars->39->2628"
14306
+ "default.handlebars->39->2640"
14307
]
14308
},
14309
{
@@ -14319,7 +14328,7 @@
14328
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
14329
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14330
"xloc": [
14322
- "default.handlebars->39->2503"
14331
+ "default.handlebars->39->2515"
14332
]
14333
},
14334
{
@@ -14344,7 +14353,7 @@
14353
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14354
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14355
"xloc": [
14347
- "default.handlebars->39->2660"
14356
+ "default.handlebars->39->2672"
14357
]
14358
},
14359
{
@@ -14370,7 +14379,7 @@
14379
"zh-cht": "確認將1個條目移動到此位置?",
14380
"xloc": [
14381
"default-mobile.handlebars->11->487",
14373
- "default.handlebars->39->1326",
14382
+ "default.handlebars->39->1332",
14383
"sharing.handlebars->11->72"
14384
]
14385
},
@@ -14396,7 +14405,7 @@
14405
"zh-chs": "确认将{0}个条目移到此位置?",
14406
"zh-cht": "確認將{0}個條目移到該位置?",
14407
"xloc": [
14399
- "default.handlebars->39->1325",
14408
+ "default.handlebars->39->1331",
14409
"sharing.handlebars->11->71"
14410
]
14411
},
@@ -14447,7 +14456,7 @@
14456
"zh-chs": "确认覆盖?",
14457
"zh-cht": "確認覆蓋?",
14458
"xloc": [
14450
- "default.handlebars->39->2121"
14459
+ "default.handlebars->39->2133"
14460
]
14461
},
14462
{
@@ -14472,8 +14481,8 @@
14481
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
14482
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14483
"xloc": [
14475
- "default.handlebars->39->2493",
14476
- "default.handlebars->39->2651"
14484
+ "default.handlebars->39->2505",
14485
+ "default.handlebars->39->2663"
14486
]
14487
},
14488
{
@@ -14498,8 +14507,8 @@
14507
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14508
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14509
"xloc": [
14501
- "default.handlebars->39->2495",
14502
- "default.handlebars->39->2664"
14510
+ "default.handlebars->39->2507",
14511
+ "default.handlebars->39->2676"
14512
]
14513
},
14514
{
@@ -14524,7 +14533,7 @@
14533
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
14534
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14535
"xloc": [
14527
- "default.handlebars->39->2653"
14536
+ "default.handlebars->39->2665"
14537
]
14538
},
14539
{
@@ -14549,7 +14558,7 @@
14558
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
14559
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
14560
"xloc": [
14552
- "default.handlebars->39->2656"
14561
+ "default.handlebars->39->2668"
14562
]
14563
},
14564
{
@@ -14574,8 +14583,8 @@
14583
"zh-chs": "确认删除访问权限?",
14584
"zh-cht": "確認刪除訪問權限?",
14585
"xloc": [
14577
- "default.handlebars->39->2654",
14578
- "default.handlebars->39->2657"
14586
+ "default.handlebars->39->2666",
14587
+ "default.handlebars->39->2669"
14588
]
14589
},
14590
{
@@ -14601,7 +14610,7 @@
14610
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
14611
"xloc": [
14612
"default-mobile.handlebars->11->98",
14604
- "default.handlebars->39->1473"
14613
+ "default.handlebars->39->1479"
14614
]
14615
},
14616
{
@@ -14648,7 +14657,7 @@
14657
"zh-chs": "确认删除设备共享“{0}”?",
14658
"zh-cht": "確認刪除設備共享“{0}”?",
14659
"xloc": [
14651
- "default.handlebars->39->2649"
14660
+ "default.handlebars->39->2661"
14661
]
14662
},
14663
{
@@ -14716,7 +14725,7 @@
14725
"tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
14726
"zh-chs": "确认移除推送认证设备?",
14727
"xloc": [
14719
- "default.handlebars->39->1475"
14728
+ "default.handlebars->39->1481"
14729
]
14730
},
14731
{
@@ -14741,7 +14750,7 @@
14750
"zh-chs": "确认删除用户“ {0} ”的权限?",
14751
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
14752
"xloc": [
14744
- "default.handlebars->39->2036"
14753
+ "default.handlebars->39->2042"
14754
]
14755
},
14756
{
@@ -14766,7 +14775,7 @@
14775
"zh-chs": "确认删除用户组“ {0} ”的权限?",
14776
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
14777
"xloc": [
14769
- "default.handlebars->39->2038"
14778
+ "default.handlebars->39->2044"
14779
]
14780
},
14781
{
@@ -14790,7 +14799,7 @@
14799
"tr": "Seçili cihazların kaldırılması onaylansın mı?",
14800
"zh-chs": "确认移除所选设备?",
14801
"xloc": [
14793
- "default.handlebars->39->636"
14802
+ "default.handlebars->39->642"
14803
]
14804
},
14805
{
@@ -14814,7 +14823,7 @@
14823
"tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
14824
"zh-chs": "确认删除此登录令牌?",
14825
"xloc": [
14817
- "default.handlebars->39->1775"
14826
+ "default.handlebars->39->1781"
14827
]
14828
},
14829
{
@@ -14885,7 +14894,7 @@
14894
"tr": "Seçilen {0} cihazın kaldırılması onaylansın mı?",
14895
"zh-chs": "确认移除 {0} 个选定的设备?",
14896
"xloc": [
14888
- "default.handlebars->39->637"
14897
+ "default.handlebars->39->643"
14898
]
14899
},
14900
{
@@ -14911,7 +14920,7 @@
14920
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
14921
"xloc": [
14922
"default-mobile.handlebars->11->151",
14914
- "default.handlebars->39->2122"
14923
+ "default.handlebars->39->2134"
14924
]
14925
},
14926
{
@@ -14941,9 +14950,9 @@
14950
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
14951
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
14952
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
14944
- "default.handlebars->39->1282",
14945
- "default.handlebars->39->1834",
14946
- "default.handlebars->39->837",
14953
+ "default.handlebars->39->1288",
14954
+ "default.handlebars->39->1840",
14955
+ "default.handlebars->39->843",
14956
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
14957
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
14958
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -15025,7 +15034,7 @@
15034
"zh-chs": "连接到服务器",
15035
"zh-cht": "連接到伺服器",
15036
"xloc": [
15028
- "default.handlebars->39->1922"
15037
+ "default.handlebars->39->1928"
15038
]
15039
},
15040
{
@@ -15178,7 +15187,7 @@
15187
"zh-chs": "已连接的英特尔®AMT",
15188
"zh-cht": "已連接的Intel® AMT",
15189
"xloc": [
15181
- "default.handlebars->39->2811"
15190
+ "default.handlebars->39->2823"
15191
]
15192
},
15193
{
@@ -15203,7 +15212,7 @@
15212
"zh-chs": "已连接的用户",
15213
"zh-cht": "已连接的用户",
15214
"xloc": [
15206
- "default.handlebars->39->2816"
15215
+ "default.handlebars->39->2828"
15216
]
15217
},
15218
{
@@ -15249,7 +15258,7 @@
15258
"zh-cht": "現在已連接",
15259
"xloc": [
15260
"default-mobile.handlebars->11->531",
15252
- "default.handlebars->39->1363"
15261
+ "default.handlebars->39->1369"
15262
]
15263
},
15264
{
@@ -15363,7 +15372,7 @@
15372
"default-mobile.handlebars->11->2",
15373
"default-mobile.handlebars->11->48",
15374
"default-mobile.handlebars->11->503",
15366
- "default.handlebars->39->1349",
15375
+ "default.handlebars->39->1355",
15376
"default.handlebars->39->350",
15377
"default.handlebars->39->353",
15378
"default.handlebars->39->414",
@@ -15417,7 +15426,7 @@
15426
"zh-chs": "连接数量",
15427
"zh-cht": "連接數量",
15428
"xloc": [
15420
- "default.handlebars->39->2842"
15429
+ "default.handlebars->39->2854"
15430
]
15431
},
15432
{
@@ -15442,8 +15451,8 @@
15451
"zh-chs": "连接错误",
15452
"xloc": [
15453
"default-mobile.handlebars->11->466",
15445
- "default.handlebars->39->1269",
15446
- "default.handlebars->39->1296",
15454
+ "default.handlebars->39->1275",
15455
+ "default.handlebars->39->1302",
15456
"login2.handlebars->7->32"
15457
]
15458
},
@@ -15469,7 +15478,7 @@
15478
"zh-chs": "连接转发器",
15479
"zh-cht": "連接轉發器",
15480
"xloc": [
15472
- "default.handlebars->39->2877"
15481
+ "default.handlebars->39->2889"
15482
]
15483
},
15484
{
@@ -15545,9 +15554,9 @@
15554
"zh-cht": "連接性",
15555
"xloc": [
15556
"default-mobile.handlebars->11->311",
15548
- "default.handlebars->39->2079",
15557
+ "default.handlebars->39->2091",
15558
"default.handlebars->39->340",
15550
- "default.handlebars->39->854",
15559
+ "default.handlebars->39->860",
15560
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
15561
]
15562
},
@@ -15566,7 +15575,7 @@
15575
"ru": "Согласие",
15576
"tr": "Onay",
15577
"xloc": [
15569
- "default.handlebars->39->2285"
15578
+ "default.handlebars->39->2297"
15579
]
15580
},
15581
{
@@ -15592,8 +15601,8 @@
15601
"zh-cht": "控制台",
15602
"xloc": [
15603
"default-mobile.handlebars->11->347",
15595
- "default.handlebars->39->974",
15596
- "default.handlebars->39->996",
15604
+ "default.handlebars->39->1002",
15605
+ "default.handlebars->39->980",
15606
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
15607
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
15608
"default.handlebars->contextMenu->cxconsole"
@@ -15621,7 +15630,7 @@
15630
"zh-chs": "控制台 -",
15631
"zh-cht": "控制台 -",
15632
"xloc": [
15624
- "default.handlebars->39->755"
15633
+ "default.handlebars->39->761"
15634
]
15635
},
15636
{
@@ -15646,8 +15655,8 @@
15655
"zh-chs": "控制",
15656
"zh-cht": "控制",
15657
"xloc": [
15649
- "default.handlebars->39->973",
15650
- "default.handlebars->39->995",
15658
+ "default.handlebars->39->1001",
15659
+ "default.handlebars->39->979",
15660
"messenger.handlebars->remoteImage->3->2"
15661
]
15662
},
@@ -15698,7 +15707,7 @@
15707
"zh-chs": "Cookie编码器",
15708
"zh-cht": "Cookie編碼器",
15709
"xloc": [
15701
- "default.handlebars->39->2861"
15710
+ "default.handlebars->39->2873"
15711
]
15712
},
15713
{
@@ -15725,7 +15734,7 @@
15734
"xloc": [
15735
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
15736
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
15728
- "default.handlebars->39->544",
15737
+ "default.handlebars->39->550",
15738
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
15739
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
15740
"sharing.handlebars->p13->p13toolbar->fileArea2->3"
@@ -15779,8 +15788,8 @@
15788
"tr": "URL'yi panoya kopyala",
15789
"zh-chs": "将 URL 复制到剪贴板",
15790
"xloc": [
15782
- "default.handlebars->39->553",
15783
- "default.handlebars->39->557"
15791
+ "default.handlebars->39->559",
15792
+ "default.handlebars->39->563"
15793
]
15794
},
15795
{
@@ -15805,7 +15814,7 @@
15814
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
15815
"zh-cht": "將Windows 32位代理URL複製到剪貼板",
15816
"xloc": [
15808
- "default.handlebars->39->534"
15817
+ "default.handlebars->39->540"
15818
]
15819
},
15820
{
@@ -15830,7 +15839,7 @@
15839
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
15840
"zh-cht": "將Windows 64位代理URL複製到剪貼板",
15841
"xloc": [
15833
- "default.handlebars->39->538"
15842
+ "default.handlebars->39->544"
15843
]
15844
},
15845
{
@@ -15891,8 +15900,8 @@
15900
"zh-chs": "将代理URL复制到剪贴板",
15901
"zh-cht": "將代理URL複製到剪貼板",
15902
"xloc": [
15894
- "default.handlebars->39->570",
15895
- "default.handlebars->39->572"
15903
+ "default.handlebars->39->576",
15904
+ "default.handlebars->39->578"
15905
]
15906
},
15907
{
@@ -15917,12 +15926,12 @@
15926
"zh-chs": "复制连结到剪贴板",
15927
"zh-cht": "複製連結到剪貼板",
15928
"xloc": [
15920
- "default.handlebars->39->2090",
15921
- "default.handlebars->39->2109",
15929
+ "default.handlebars->39->2102",
15930
+ "default.handlebars->39->2121",
15931
"default.handlebars->39->283",
15932
"default.handlebars->39->305",
15933
"default.handlebars->39->307",
15925
- "default.handlebars->39->508"
15934
+ "default.handlebars->39->514"
15935
]
15936
},
15937
{
@@ -15947,7 +15956,7 @@
15956
"zh-chs": "将macOS代理URL复制到剪贴板",
15957
"zh-cht": "將macOS代理URL複製到剪貼板",
15958
"xloc": [
15950
- "default.handlebars->39->548"
15959
+ "default.handlebars->39->554"
15960
]
15961
},
15962
{
@@ -15999,8 +16008,8 @@
16008
"xloc": [
16009
"agentinvite.handlebars->container->column_l->5->linuxtab",
16010
"agentinvite.handlebars->container->column_l->5->linuxtab",
16002
- "default.handlebars->39->543",
16003
- "default.handlebars->39->566"
16011
+ "default.handlebars->39->549",
16012
+ "default.handlebars->39->572"
16013
]
16014
},
16015
{
@@ -16050,7 +16059,7 @@
16059
"zh-chs": "复制:“{0}”到“{1}”",
16060
"zh-cht": "複製:“{0}”到“{1}”",
16061
"xloc": [
16053
- "default.handlebars->39->2181"
16062
+ "default.handlebars->39->2193"
16063
]
16064
},
16065
{
@@ -16231,7 +16240,7 @@
16240
"zh-chs": "核心服务器",
16241
"zh-cht": "核心伺服器",
16242
"xloc": [
16234
- "default.handlebars->39->2860"
16243
+ "default.handlebars->39->2872"
16244
]
16245
},
16246
{
@@ -16256,7 +16265,7 @@
16265
"zh-chs": "科西嘉文",
16266
"zh-cht": "科西嘉文",
16267
"xloc": [
16259
- "default.handlebars->39->1531"
16268
+ "default.handlebars->39->1537"
16269
]
16270
},
16271
{
@@ -16302,7 +16311,7 @@
16311
"zh-chs": "创建帐号",
16312
"zh-cht": "創建帳號",
16313
"xloc": [
16305
- "default.handlebars->39->2401",
16314
+ "default.handlebars->39->2413",
16315
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16316
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16317
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -16375,7 +16384,7 @@
16384
"tr": "Giriş Simgesi Oluştur",
16385
"zh-chs": "创建登录令牌",
16386
"xloc": [
16378
- "default.handlebars->39->1715",
16387
+ "default.handlebars->39->1721",
16388
"default.handlebars->39->308"
16389
]
16390
},
@@ -16401,7 +16410,7 @@
16410
"zh-chs": "创建用户组",
16411
"zh-cht": "創建用戶群",
16412
"xloc": [
16404
- "default.handlebars->39->2441"
16413
+ "default.handlebars->39->2453"
16414
]
16415
},
16416
{
@@ -16426,7 +16435,7 @@
16435
"zh-chs": "创建连结以与访客共享此设备",
16436
"zh-cht": "創建鏈結以與訪客共享此裝置",
16437
"xloc": [
16429
- "default.handlebars->39->876"
16438
+ "default.handlebars->39->882"
16439
]
16440
},
16441
{
@@ -16451,7 +16460,7 @@
16460
"zh-chs": "使用以下选项创建一个新的设备组。",
16461
"zh-cht": "使用以下選項創建一個新的裝置群。",
16462
"xloc": [
16454
- "default.handlebars->39->1745"
16463
+ "default.handlebars->39->1751"
16464
]
16465
},
16466
{
@@ -16500,7 +16509,7 @@
16509
"tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.",
16510
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
16511
"xloc": [
16503
- "default.handlebars->39->1696"
16512
+ "default.handlebars->39->1702"
16513
]
16514
},
16515
{
@@ -16525,7 +16534,7 @@
16534
"zh-chs": "创建文件夹(如果不存在)?",
16535
"zh-cht": "創建文件夾(如果不存在)?",
16536
"xloc": [
16528
- "default.handlebars->39->668"
16537
+ "default.handlebars->39->674"
16538
]
16539
},
16540
{
@@ -16550,7 +16559,7 @@
16559
"zh-chs": "创建文件夹:“{0}”",
16560
"zh-cht": "創建文件夾:“{0}”",
16561
"xloc": [
16553
- "default.handlebars->39->2174"
16562
+ "default.handlebars->39->2186"
16563
]
16564
},
16565
{
@@ -16599,7 +16608,7 @@
16608
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
16609
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
16610
"xloc": [
16602
- "default.handlebars->39->2365"
16611
+ "default.handlebars->39->2377"
16612
]
16613
},
16614
{
@@ -16651,7 +16660,7 @@
16660
"zh-chs": "创建的设备组:{0}",
16661
"zh-cht": "創建的設備組:{0}",
16662
"xloc": [
16654
- "default.handlebars->39->2185"
16663
+ "default.handlebars->39->2197"
16664
]
16665
},
16666
{
@@ -16676,7 +16685,7 @@
16685
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
16686
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
16687
"xloc": [
16679
- "default.handlebars->39->1019"
16688
+ "default.handlebars->39->1025"
16689
]
16690
},
16691
{
@@ -16745,7 +16754,7 @@
16754
"zh-chs": "创建",
16755
"zh-cht": "創建",
16756
"xloc": [
16748
- "default.handlebars->39->2545"
16757
+ "default.handlebars->39->2557"
16758
]
16759
},
16760
{
@@ -16770,7 +16779,7 @@
16779
"zh-chs": "创建时间",
16780
"zh-cht": "創作時間",
16781
"xloc": [
16773
- "default.handlebars->39->1814"
16782
+ "default.handlebars->39->1820"
16783
]
16784
},
16785
{
@@ -16822,8 +16831,8 @@
16831
"zh-chs": "创建者",
16832
"zh-cht": "創作者",
16833
"xloc": [
16825
- "default.handlebars->39->1812",
16826
- "default.handlebars->39->1813"
16834
+ "default.handlebars->39->1818",
16835
+ "default.handlebars->39->1819"
16836
]
16837
},
16838
{
@@ -16849,8 +16858,8 @@
16858
"zh-cht": "證書",
16859
"xloc": [
16860
"default-mobile.handlebars->11->321",
16852
- "default.handlebars->39->1780",
16853
- "default.handlebars->39->864"
16861
+ "default.handlebars->39->1786",
16862
+ "default.handlebars->39->870"
16863
]
16864
},
16865
{
@@ -16875,7 +16884,7 @@
16884
"zh-chs": "克里语",
16885
"zh-cht": "克里語",
16886
"xloc": [
16878
- "default.handlebars->39->1532"
16887
+ "default.handlebars->39->1538"
16888
]
16889
},
16890
{
@@ -16900,7 +16909,7 @@
16909
"zh-chs": "克罗地亚文",
16910
"zh-cht": "克羅地亞文",
16911
"xloc": [
16903
- "default.handlebars->39->1533"
16912
+ "default.handlebars->39->1539"
16913
]
16914
},
16915
{
@@ -16979,8 +16988,8 @@
16988
"xloc": [
16989
"default-mobile.handlebars->11->423",
16990
"default-mobile.handlebars->11->427",
16982
- "default.handlebars->39->1207",
16983
- "default.handlebars->39->1211",
16991
+ "default.handlebars->39->1213",
16992
+ "default.handlebars->39->1217",
16993
"default.handlebars->39->57",
16994
"sharing.handlebars->11->24"
16995
]
@@ -17155,7 +17164,7 @@
17164
"zh-chs": "当前密码不正确。",
17165
"xloc": [
17166
"default-mobile.handlebars->11->721",
17158
- "default.handlebars->39->2785"
17167
+ "default.handlebars->39->2797"
17168
]
17169
},
17170
{
@@ -17258,7 +17267,7 @@
17267
"zh-chs": "捷克文",
17268
"zh-cht": "捷克文",
17269
"xloc": [
17261
- "default.handlebars->39->1534"
17270
+ "default.handlebars->39->1540"
17271
]
17272
},
17273
{
@@ -17327,7 +17336,7 @@
17336
"zh-chs": "丹麦文",
17337
"zh-cht": "丹麥文",
17338
"xloc": [
17330
- "default.handlebars->39->1535"
17339
+ "default.handlebars->39->1541"
17340
]
17341
},
17342
{
@@ -17377,7 +17386,7 @@
17386
"zh-chs": "数据通道",
17387
"zh-cht": "數據通道",
17388
"xloc": [
17380
- "default.handlebars->39->1175",
17389
+ "default.handlebars->39->1181",
17390
"sharing.handlebars->11->11"
17391
]
17392
},
@@ -17403,7 +17412,7 @@
17412
"zh-chs": "日期和时间",
17413
"zh-cht": "日期和時間",
17414
"xloc": [
17406
- "default.handlebars->39->1693"
17415
+ "default.handlebars->39->1699"
17416
]
17417
},
17418
{
@@ -17429,8 +17438,8 @@
17438
"zh-cht": "天",
17439
"xloc": [
17440
"default-mobile.handlebars->11->375",
17432
- "default.handlebars->39->1097",
17433
- "default.handlebars->39->2709"
17441
+ "default.handlebars->39->1103",
17442
+ "default.handlebars->39->2721"
17443
]
17444
},
17445
{
@@ -17455,7 +17464,7 @@
17464
"zh-chs": "停用",
17465
"zh-cht": "停用",
17466
"xloc": [
17458
- "default.handlebars->39->1901"
17467
+ "default.handlebars->39->1907"
17468
]
17469
},
17470
{
@@ -17480,7 +17489,7 @@
17489
"zh-chs": "如果设置停用CCM",
17490
"zh-cht": "如果設置停用CCM",
17491
"xloc": [
17483
- "default.handlebars->39->1913"
17492
+ "default.handlebars->39->1919"
17493
]
17494
},
17495
{
@@ -17528,7 +17537,7 @@
17537
"zh-cht": "沉睡",
17538
"xloc": [
17539
"default-mobile.handlebars->11->234",
17531
- "default.handlebars->39->583"
17540
+ "default.handlebars->39->589"
17541
]
17542
},
17543
{
@@ -17553,10 +17562,10 @@
17562
"zh-chs": "默认",
17563
"zh-cht": "默認",
17564
"xloc": [
17556
- "default.handlebars->39->2388",
17557
- "default.handlebars->39->2437",
17558
- "default.handlebars->39->2448",
17559
- "default.handlebars->39->2521"
17565
+ "default.handlebars->39->2400",
17566
+ "default.handlebars->39->2449",
17567
+ "default.handlebars->39->2460",
17568
+ "default.handlebars->39->2533"
17569
]
17570
},
17571
{
@@ -17581,7 +17590,7 @@
17590
"zh-chs": "德尔",
17591
"xloc": [
17592
"default-mobile.handlebars->11->411",
17584
- "default.handlebars->39->1195"
17593
+ "default.handlebars->39->1201"
17594
]
17595
},
17596
{
@@ -17611,9 +17620,9 @@
17620
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
17621
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
17622
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
17614
- "default.handlebars->39->1315",
17615
- "default.handlebars->39->2116",
17616
- "default.handlebars->39->725",
17623
+ "default.handlebars->39->1321",
17624
+ "default.handlebars->39->2128",
17625
+ "default.handlebars->39->731",
17626
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
17627
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
17628
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -17649,7 +17658,7 @@
17658
"zh-cht": "刪除帳戶",
17659
"xloc": [
17660
"default-mobile.handlebars->11->108",
17652
- "default.handlebars->39->1730"
17661
+ "default.handlebars->39->1736"
17662
]
17663
},
17664
{
@@ -17674,7 +17683,7 @@
17683
"zh-chs": "删除帐户",
17684
"zh-cht": "刪除帳戶",
17685
"xloc": [
17677
- "default.handlebars->39->2353"
17686
+ "default.handlebars->39->2365"
17687
]
17688
},
17689
{
@@ -17700,7 +17709,7 @@
17709
"zh-cht": "刪除裝置",
17710
"xloc": [
17711
"default-mobile.handlebars->11->330",
17703
- "default.handlebars->39->886"
17712
+ "default.handlebars->39->892"
17713
]
17714
},
17715
{
@@ -17724,7 +17733,7 @@
17733
"tr": "Cihazları Sil",
17734
"zh-chs": "删除设备",
17735
"xloc": [
17727
- "default.handlebars->39->643"
17736
+ "default.handlebars->39->649"
17737
]
17738
},
17739
{
@@ -17751,8 +17760,8 @@
17760
"xloc": [
17761
"default-mobile.handlebars->11->633",
17762
"default-mobile.handlebars->11->636",
17754
- "default.handlebars->39->1889",
17755
- "default.handlebars->39->1930"
17763
+ "default.handlebars->39->1895",
17764
+ "default.handlebars->39->1936"
17765
]
17766
},
17767
{
@@ -17778,7 +17787,7 @@
17787
"zh-cht": "刪除節點",
17788
"xloc": [
17789
"default-mobile.handlebars->11->383",
17781
- "default.handlebars->39->1123"
17790
+ "default.handlebars->39->1129"
17791
]
17792
},
17793
{
@@ -17825,7 +17834,7 @@
17834
"zh-chs": "删除用户",
17835
"zh-cht": "刪除用戶",
17836
"xloc": [
17828
- "default.handlebars->39->2588"
17837
+ "default.handlebars->39->2600"
17838
]
17839
},
17840
{
@@ -17850,8 +17859,8 @@
17859
"zh-chs": "删除用户群组",
17860
"zh-cht": "刪除用戶群組",
17861
"xloc": [
17853
- "default.handlebars->39->2489",
17854
- "default.handlebars->39->2501"
17862
+ "default.handlebars->39->2501",
17863
+ "default.handlebars->39->2513"
17864
]
17865
},
17866
{
@@ -17876,7 +17885,7 @@
17885
"zh-chs": "删除用户群组",
17886
"zh-cht": "刪除用戶群組",
17887
"xloc": [
17879
- "default.handlebars->39->2435"
17888
+ "default.handlebars->39->2447"
17889
]
17890
},
17891
{
@@ -17901,7 +17910,7 @@
17910
"zh-chs": "删除用户{0}",
17911
"zh-cht": "刪除用戶{0}",
17912
"xloc": [
17904
- "default.handlebars->39->2627"
17913
+ "default.handlebars->39->2639"
17914
]
17915
},
17916
{
@@ -17927,7 +17936,7 @@
17936
"zh-cht": "刪除帳戶",
17937
"xloc": [
17938
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
17930
- "default.handlebars->39->2349",
17939
+ "default.handlebars->39->2361",
17940
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
17941
]
17942
},
@@ -17953,7 +17962,7 @@
17962
"zh-chs": "删除设备",
17963
"zh-cht": "刪除裝置",
17964
"xloc": [
17956
- "default.handlebars->39->629"
17965
+ "default.handlebars->39->635"
17966
]
17967
},
17968
{
@@ -17978,7 +17987,7 @@
17987
"zh-chs": "删除群组",
17988
"zh-cht": "刪除群組",
17989
"xloc": [
17981
- "default.handlebars->39->2431"
17990
+ "default.handlebars->39->2443"
17991
]
17992
},
17993
{
@@ -18003,7 +18012,7 @@
18012
"zh-chs": "删除项目?",
18013
"zh-cht": "刪除項目?",
18014
"xloc": [
18006
- "default.handlebars->39->726"
18015
+ "default.handlebars->39->732"
18016
]
18017
},
18018
{
@@ -18028,7 +18037,7 @@
18037
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18038
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18039
"xloc": [
18031
- "default.handlebars->39->2176"
18040
+ "default.handlebars->39->2188"
18041
]
18042
},
18043
{
@@ -18055,8 +18064,8 @@
18064
"xloc": [
18065
"default-mobile.handlebars->11->148",
18066
"default-mobile.handlebars->11->479",
18058
- "default.handlebars->39->1317",
18059
- "default.handlebars->39->2118",
18067
+ "default.handlebars->39->1323",
18068
+ "default.handlebars->39->2130",
18069
"sharing.handlebars->11->63"
18070
]
18071
},
@@ -18082,7 +18091,7 @@
18091
"zh-chs": "删除用户群组{0}?",
18092
"zh-cht": "刪除用戶群組{0}?",
18093
"xloc": [
18085
- "default.handlebars->39->2499"
18094
+ "default.handlebars->39->2511"
18095
]
18096
},
18097
{
@@ -18109,8 +18118,8 @@
18118
"xloc": [
18119
"default-mobile.handlebars->11->147",
18120
"default-mobile.handlebars->11->478",
18112
- "default.handlebars->39->1316",
18113
- "default.handlebars->39->2117",
18121
+ "default.handlebars->39->1322",
18122
+ "default.handlebars->39->2129",
18123
"sharing.handlebars->11->62"
18124
]
18125
},
@@ -18161,7 +18170,7 @@
18170
"zh-chs": "删除:“{0}”",
18171
"zh-cht": "刪除:“{0}”",
18172
"xloc": [
18164
- "default.handlebars->39->2175"
18173
+ "default.handlebars->39->2187"
18174
]
18175
},
18176
{
@@ -18186,7 +18195,7 @@
18195
"zh-chs": "删除:“{0}”,{1}个元素已删除",
18196
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18197
"xloc": [
18189
- "default.handlebars->39->2177"
18198
+ "default.handlebars->39->2189"
18199
]
18200
},
18201
{
@@ -18212,7 +18221,7 @@
18221
"zh-cht": "被拒絕",
18222
"xloc": [
18223
"default-mobile.handlebars->11->398",
18215
- "default.handlebars->39->1170",
18224
+ "default.handlebars->39->1176",
18225
"sharing.handlebars->11->29",
18226
"sharing.handlebars->11->7"
18227
]
@@ -18357,20 +18366,20 @@
18366
"default-mobile.handlebars->11->544",
18367
"default-mobile.handlebars->11->621",
18368
"default-mobile.handlebars->11->638",
18360
- "default.handlebars->39->1165",
18361
- "default.handlebars->39->1376",
18362
- "default.handlebars->39->1386",
18369
+ "default.handlebars->39->1171",
18370
+ "default.handlebars->39->1382",
18371
+ "default.handlebars->39->1392",
18372
"default.handlebars->39->145",
18364
- "default.handlebars->39->1752",
18365
- "default.handlebars->39->1807",
18366
- "default.handlebars->39->1932",
18367
- "default.handlebars->39->2283",
18368
- "default.handlebars->39->2440",
18369
- "default.handlebars->39->2450",
18370
- "default.handlebars->39->2451",
18371
- "default.handlebars->39->2497",
18372
- "default.handlebars->39->766",
18373
- "default.handlebars->39->767",
18373
+ "default.handlebars->39->1758",
18374
+ "default.handlebars->39->1813",
18375
+ "default.handlebars->39->1938",
18376
+ "default.handlebars->39->2295",
18377
+ "default.handlebars->39->2452",
18378
+ "default.handlebars->39->2462",
18379
+ "default.handlebars->39->2463",
18380
+ "default.handlebars->39->2509",
18381
+ "default.handlebars->39->772",
18382
+ "default.handlebars->39->773",
18383
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
18384
]
18385
},
@@ -18419,16 +18428,16 @@
18428
"zh-cht": "桌面",
18429
"xloc": [
18430
"default-mobile.handlebars->11->343",
18422
- "default.handlebars->39->1021",
18423
- "default.handlebars->39->1250",
18424
- "default.handlebars->39->1869",
18425
- "default.handlebars->39->1938",
18426
- "default.handlebars->39->2684",
18427
- "default.handlebars->39->2734",
18428
- "default.handlebars->39->2750",
18429
- "default.handlebars->39->2836",
18430
- "default.handlebars->39->731",
18431
- "default.handlebars->39->937",
18431
+ "default.handlebars->39->1027",
18432
+ "default.handlebars->39->1256",
18433
+ "default.handlebars->39->1875",
18434
+ "default.handlebars->39->1944",
18435
+ "default.handlebars->39->2696",
18436
+ "default.handlebars->39->2746",
18437
+ "default.handlebars->39->2762",
18438
+ "default.handlebars->39->2848",
18439
+ "default.handlebars->39->737",
18440
+ "default.handlebars->39->943",
18441
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
18442
"default.handlebars->contextMenu->cxdesktop",
18443
"sharing.handlebars->11->23",
@@ -18456,9 +18465,9 @@
18465
"tr": "Masaüstü + Dosyalar",
18466
"zh-chs": "桌面 + 文件",
18467
"xloc": [
18459
- "default.handlebars->39->1024",
18460
- "default.handlebars->39->1873",
18461
- "default.handlebars->39->941"
18468
+ "default.handlebars->39->1030",
18469
+ "default.handlebars->39->1879",
18470
+ "default.handlebars->39->947"
18471
]
18472
},
18473
{
@@ -18482,8 +18491,8 @@
18491
"tr": "Masaüstü + Terminal",
18492
"zh-chs": "桌面 + 终端",
18493
"xloc": [
18485
- "default.handlebars->39->1870",
18486
- "default.handlebars->39->938"
18494
+ "default.handlebars->39->1876",
18495
+ "default.handlebars->39->944"
18496
]
18497
},
18498
{
@@ -18507,9 +18516,9 @@
18516
"tr": "Masaüstü + Terminal + Dosyalar",
18517
"zh-chs": "桌面 + 终端 + 文件",
18518
"xloc": [
18510
- "default.handlebars->39->1026",
18511
- "default.handlebars->39->1874",
18512
- "default.handlebars->39->942"
18519
+ "default.handlebars->39->1032",
18520
+ "default.handlebars->39->1880",
18521
+ "default.handlebars->39->948"
18522
]
18523
},
18524
{
@@ -18558,7 +18567,7 @@
18567
"tr": "Masaüstü Multiplex",
18568
"zh-chs": "桌面复用",
18569
"xloc": [
18561
- "default.handlebars->39->2841"
18570
+ "default.handlebars->39->2853"
18571
]
18572
},
18573
{
@@ -18583,10 +18592,10 @@
18592
"zh-chs": "桌面通知",
18593
"zh-cht": "桌面通知",
18594
"xloc": [
18586
- "default.handlebars->39->1825",
18587
- "default.handlebars->39->2458",
18588
- "default.handlebars->39->2560",
18589
- "default.handlebars->39->828"
18595
+ "default.handlebars->39->1831",
18596
+ "default.handlebars->39->2470",
18597
+ "default.handlebars->39->2572",
18598
+ "default.handlebars->39->834"
18599
]
18600
},
18601
{
@@ -18611,10 +18620,10 @@
18620
"zh-chs": "桌面提示",
18621
"zh-cht": "桌面提示",
18622
"xloc": [
18614
- "default.handlebars->39->1824",
18615
- "default.handlebars->39->2457",
18616
- "default.handlebars->39->2559",
18617
- "default.handlebars->39->827"
18623
+ "default.handlebars->39->1830",
18624
+ "default.handlebars->39->2469",
18625
+ "default.handlebars->39->2571",
18626
+ "default.handlebars->39->833"
18627
]
18628
},
18629
{
@@ -18639,10 +18648,10 @@
18648
"zh-chs": "桌面提示+工具栏",
18649
"zh-cht": "桌面提示+工具欄",
18650
"xloc": [
18642
- "default.handlebars->39->1822",
18643
- "default.handlebars->39->2455",
18644
- "default.handlebars->39->2557",
18645
- "default.handlebars->39->825"
18651
+ "default.handlebars->39->1828",
18652
+ "default.handlebars->39->2467",
18653
+ "default.handlebars->39->2569",
18654
+ "default.handlebars->39->831"
18655
]
18656
},
18657
{
@@ -18666,7 +18675,7 @@
18675
"tr": "Masaüstü Oturumu",
18676
"zh-chs": "桌面会话",
18677
"xloc": [
18669
- "default.handlebars->39->2677"
18678
+ "default.handlebars->39->2689"
18679
]
18680
},
18681
{
@@ -18764,10 +18773,10 @@
18773
"zh-chs": "桌面工具栏",
18774
"zh-cht": "桌面工具欄",
18775
"xloc": [
18767
- "default.handlebars->39->1823",
18768
- "default.handlebars->39->2456",
18769
- "default.handlebars->39->2558",
18770
- "default.handlebars->39->826"
18776
+ "default.handlebars->39->1829",
18777
+ "default.handlebars->39->2468",
18778
+ "default.handlebars->39->2570",
18779
+ "default.handlebars->39->832"
18780
]
18781
},
18782
{
@@ -18791,7 +18800,7 @@
18800
"tr": "Yalnızca Masaüstü Görünümü",
18801
"zh-chs": "仅桌面视图",
18802
"xloc": [
18794
- "default.handlebars->39->2533"
18803
+ "default.handlebars->39->2545"
18804
]
18805
},
18806
{
@@ -18815,7 +18824,7 @@
18824
"tr": "Masaüstü, Yalnızca görüntüleme",
18825
"zh-chs": "桌面,仅查看",
18826
"xloc": [
18818
- "default.handlebars->39->1027"
18827
+ "default.handlebars->39->1033"
18828
]
18829
},
18830
{
@@ -18840,7 +18849,7 @@
18849
"zh-chs": "桌面时段",
18850
"zh-cht": "桌面時段",
18851
"xloc": [
18843
- "default.handlebars->39->1249"
18852
+ "default.handlebars->39->1255"
18853
]
18854
},
18855
{
@@ -18917,7 +18926,7 @@
18926
"zh-cht": "細節",
18927
"xloc": [
18928
"default-mobile.handlebars->11->346",
18920
- "default.handlebars->39->2028",
18929
+ "default.handlebars->39->2034",
18930
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
18931
"default.handlebars->contextMenu->cxdetails"
18932
]
@@ -18970,13 +18979,13 @@
18979
"zh-cht": "裝置",
18980
"xloc": [
18981
"default-mobile.handlebars->11->539",
18973
- "default.handlebars->39->1371",
18974
- "default.handlebars->39->1479",
18975
- "default.handlebars->39->1966",
18982
+ "default.handlebars->39->1377",
18983
+ "default.handlebars->39->1485",
18984
+ "default.handlebars->39->1972",
18985
"default.handlebars->39->255",
18977
- "default.handlebars->39->2646",
18978
- "default.handlebars->39->2708",
18979
- "default.handlebars->39->2723",
18986
+ "default.handlebars->39->2658",
18987
+ "default.handlebars->39->2720",
18988
+ "default.handlebars->39->2735",
18989
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
18990
]
18991
},
@@ -19004,7 +19013,7 @@
19013
"xloc": [
19014
"default-mobile.handlebars->11->364",
19015
"default-mobile.handlebars->11->373",
19007
- "default.handlebars->39->1080"
19016
+ "default.handlebars->39->1086"
19017
]
19018
},
19019
{
@@ -19077,7 +19086,7 @@
19086
"tr": "Cihaz Ayrıntıları",
19087
"zh-chs": "设备详情",
19088
"xloc": [
19080
- "default.handlebars->39->1990"
19089
+ "default.handlebars->39->1996"
19090
]
19091
},
19092
{
@@ -19129,17 +19138,17 @@
19138
"xloc": [
19139
"agent-translations.json",
19140
"default-mobile.handlebars->11->699",
19132
- "default.handlebars->39->1961",
19133
- "default.handlebars->39->1964",
19134
- "default.handlebars->39->1965",
19135
- "default.handlebars->39->2299",
19136
- "default.handlebars->39->2481",
19137
- "default.handlebars->39->2487",
19138
- "default.handlebars->39->2634",
19139
- "default.handlebars->39->2693",
19140
- "default.handlebars->39->2712",
19141
- "default.handlebars->39->2726",
19142
- "default.handlebars->39->2763"
19141
+ "default.handlebars->39->1967",
19142
+ "default.handlebars->39->1970",
19143
+ "default.handlebars->39->1971",
19144
+ "default.handlebars->39->2311",
19145
+ "default.handlebars->39->2493",
19146
+ "default.handlebars->39->2499",
19147
+ "default.handlebars->39->2646",
19148
+ "default.handlebars->39->2705",
19149
+ "default.handlebars->39->2724",
19150
+ "default.handlebars->39->2738",
19151
+ "default.handlebars->39->2775"
19152
]
19153
},
19154
{
@@ -19165,7 +19174,7 @@
19174
"zh-cht": "裝置群用戶",
19175
"xloc": [
19176
"default-mobile.handlebars->11->688",
19168
- "default.handlebars->39->2034"
19177
+ "default.handlebars->39->2040"
19178
]
19179
},
19180
{
@@ -19191,11 +19200,11 @@
19200
"zh-cht": "裝置群",
19201
"xloc": [
19202
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19194
- "default.handlebars->39->2315",
19195
- "default.handlebars->39->2425",
19196
- "default.handlebars->39->2468",
19197
- "default.handlebars->39->2554",
19198
- "default.handlebars->39->2814",
19203
+ "default.handlebars->39->2327",
19204
+ "default.handlebars->39->2437",
19205
+ "default.handlebars->39->2480",
19206
+ "default.handlebars->39->2566",
19207
+ "default.handlebars->39->2826",
19208
"default.handlebars->container->column_l->p2->p2info->9"
19209
]
19210
},
@@ -19221,7 +19230,7 @@
19230
"zh-chs": "设备信息导出",
19231
"zh-cht": "裝置訊息輸出",
19232
"xloc": [
19224
- "default.handlebars->39->685"
19233
+ "default.handlebars->39->691"
19234
]
19235
},
19236
{
@@ -19246,7 +19255,7 @@
19255
"zh-chs": "设备位置",
19256
"zh-cht": "裝置位置",
19257
"xloc": [
19249
- "default.handlebars->39->1124"
19258
+ "default.handlebars->39->1130"
19259
]
19260
},
19261
{
@@ -19271,7 +19280,7 @@
19280
"zh-chs": "设备消息",
19281
"zh-cht": "裝置訊息",
19282
"xloc": [
19274
- "default.handlebars->39->1011"
19283
+ "default.handlebars->39->1017"
19284
]
19285
},
19286
{
@@ -19297,8 +19306,8 @@
19306
"zh-cht": "裝置名稱",
19307
"xloc": [
19308
"default-mobile.handlebars->11->391",
19300
- "default.handlebars->39->1163",
19301
- "default.handlebars->39->2692",
19309
+ "default.handlebars->39->1169",
19310
+ "default.handlebars->39->2704",
19311
"default.handlebars->39->430",
19312
"default.handlebars->39->439",
19313
"player.handlebars->3->25"
@@ -19326,8 +19335,8 @@
19335
"zh-chs": "设备通知",
19336
"zh-cht": "裝置通知",
19337
"xloc": [
19329
- "default.handlebars->39->1016",
19330
- "default.handlebars->39->664"
19338
+ "default.handlebars->39->1022",
19339
+ "default.handlebars->39->670"
19340
]
19341
},
19342
{
@@ -19375,7 +19384,7 @@
19384
"tr": "Cihaz İtme",
19385
"zh-chs": "设备推送",
19386
"xloc": [
19378
- "default.handlebars->39->2573"
19387
+ "default.handlebars->39->2585"
19388
]
19389
},
19390
{
@@ -19443,8 +19452,8 @@
19452
"zh-chs": "设备共享链接",
19453
"zh-cht": "設備共享鏈接",
19454
"xloc": [
19446
- "default.handlebars->39->1866",
19447
- "default.handlebars->39->934"
19455
+ "default.handlebars->39->1872",
19456
+ "default.handlebars->39->940"
19457
]
19458
},
19459
{
@@ -19517,9 +19526,9 @@
19526
"default-mobile.handlebars->11->275",
19527
"default-mobile.handlebars->11->277",
19528
"default-mobile.handlebars->11->279",
19520
- "default.handlebars->39->770",
19521
- "default.handlebars->39->772",
19522
- "default.handlebars->39->774"
19529
+ "default.handlebars->39->776",
19530
+ "default.handlebars->39->778",
19531
+ "default.handlebars->39->780"
19532
]
19533
},
19534
{
@@ -19568,11 +19577,11 @@
19577
"zh-chs": "设备连接。",
19578
"zh-cht": "裝置連接。",
19579
"xloc": [
19571
- "default.handlebars->39->1718",
19572
- "default.handlebars->39->2055",
19573
- "default.handlebars->39->2059",
19574
- "default.handlebars->39->958",
19575
- "default.handlebars->39->962"
19580
+ "default.handlebars->39->1724",
19581
+ "default.handlebars->39->2067",
19582
+ "default.handlebars->39->2071",
19583
+ "default.handlebars->39->964",
19584
+ "default.handlebars->39->968"
19585
]
19586
},
19587
{
@@ -19597,11 +19606,11 @@
19606
"zh-chs": "设备断开连接。",
19607
"zh-cht": "裝置斷開連接。",
19608
"xloc": [
19600
- "default.handlebars->39->1719",
19601
- "default.handlebars->39->2056",
19602
- "default.handlebars->39->2060",
19603
- "default.handlebars->39->959",
19604
- "default.handlebars->39->963"
19609
+ "default.handlebars->39->1725",
19610
+ "default.handlebars->39->2068",
19611
+ "default.handlebars->39->2072",
19612
+ "default.handlebars->39->965",
19613
+ "default.handlebars->39->969"
19614
]
19615
},
19616
{
@@ -19626,7 +19635,7 @@
19635
"zh-chs": "创建的设备组:{0}",
19636
"zh-cht": "設備組已創建:{0}",
19637
"xloc": [
19629
- "default.handlebars->39->2206"
19638
+ "default.handlebars->39->2218"
19639
]
19640
},
19641
{
@@ -19651,7 +19660,7 @@
19660
"zh-chs": "设备组已删除:{0}",
19661
"zh-cht": "設備組已刪除:{0}",
19662
"xloc": [
19654
- "default.handlebars->39->2207"
19663
+ "default.handlebars->39->2219"
19664
]
19665
},
19666
{
@@ -19676,7 +19685,7 @@
19685
"zh-chs": "设备组成员身份已更改:{0}",
19686
"zh-cht": "設備組成員身份已更改:{0}",
19687
"xloc": [
19679
- "default.handlebars->39->2208"
19688
+ "default.handlebars->39->2220"
19689
]
19690
},
19691
{
@@ -19702,7 +19711,7 @@
19711
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
19712
"xloc": [
19713
"default-mobile.handlebars->11->371",
19705
- "default.handlebars->39->1008"
19714
+ "default.handlebars->39->1014"
19715
]
19716
},
19717
{
@@ -19727,7 +19736,7 @@
19736
"zh-chs": "设备组通知已更改",
19737
"zh-cht": "設備組通知已更改",
19738
"xloc": [
19730
- "default.handlebars->39->2203"
19739
+ "default.handlebars->39->2215"
19740
]
19741
},
19742
{
@@ -19752,7 +19761,7 @@
19761
"zh-chs": "未删除的设备组:{0}",
19762
"zh-cht": "未刪除的設備組:{0}",
19763
"xloc": [
19755
- "default.handlebars->39->2186"
19764
+ "default.handlebars->39->2198"
19765
]
19766
},
19767
{
@@ -19770,7 +19779,7 @@
19779
"ru": "Группа устройств {0} изменена: {1}",
19780
"tr": "{0} cihaz grubu değiştirildi: {1}",
19781
"xloc": [
19773
- "default.handlebars->39->2272"
19782
+ "default.handlebars->39->2284"
19783
]
19784
},
19785
{
@@ -19798,7 +19807,7 @@
19807
"default-mobile.handlebars->11->192",
19808
"default-mobile.handlebars->11->262",
19809
"default.handlebars->39->358",
19801
- "default.handlebars->39->752"
19810
+ "default.handlebars->39->758"
19811
]
19812
},
19813
{
@@ -19843,7 +19852,7 @@
19852
"zh-chs": "检测到设备,但无法获得电源状态。",
19853
"zh-cht": "檢測到裝置,但無法獲得電源狀態。",
19854
"xloc": [
19846
- "default.handlebars->39->588"
19855
+ "default.handlebars->39->594"
19856
]
19857
},
19858
{
@@ -19869,7 +19878,7 @@
19878
"zh-cht": "裝置正在休眠(S4)",
19879
"xloc": [
19880
"default-mobile.handlebars->11->243",
19872
- "default.handlebars->39->596"
19881
+ "default.handlebars->39->602"
19882
]
19883
},
19884
{
@@ -19895,7 +19904,7 @@
19904
"zh-cht": "裝置處於深度睡眠狀態(S3)",
19905
"xloc": [
19906
"default-mobile.handlebars->11->242",
19898
- "default.handlebars->39->595"
19907
+ "default.handlebars->39->601"
19908
]
19909
},
19910
{
@@ -19920,7 +19929,7 @@
19929
"zh-chs": "设备处于深度睡眠状态(S3)。",
19930
"zh-cht": "裝置處於深度睡眠狀態(S3)。",
19931
"xloc": [
19923
- "default.handlebars->39->582"
19932
+ "default.handlebars->39->588"
19933
]
19934
},
19935
{
@@ -19945,7 +19954,7 @@
19954
"zh-chs": "设备处于休眠状态(S4)。",
19955
"zh-cht": "裝置處於休眠狀態(S4)。",
19956
"xloc": [
19948
- "default.handlebars->39->584"
19957
+ "default.handlebars->39->590"
19958
]
19959
},
19960
{
@@ -19970,7 +19979,7 @@
19979
"zh-chs": "设备处于关机状态(S5)。",
19980
"zh-cht": "裝置處於關機狀態(S5)。",
19981
"xloc": [
19973
- "default.handlebars->39->586"
19982
+ "default.handlebars->39->592"
19983
]
19984
},
19985
{
@@ -19996,7 +20005,7 @@
20005
"zh-cht": "裝置處於睡眠狀態(S1)",
20006
"xloc": [
20007
"default-mobile.handlebars->11->240",
19999
- "default.handlebars->39->593"
20008
+ "default.handlebars->39->599"
20009
]
20010
},
20011
{
@@ -20021,7 +20030,7 @@
20030
"zh-chs": "设备处于睡眠状态(S1)。",
20031
"zh-cht": "裝置處於睡眠狀態(S1)。",
20032
"xloc": [
20024
- "default.handlebars->39->578"
20033
+ "default.handlebars->39->584"
20034
]
20035
},
20036
{
@@ -20047,7 +20056,7 @@
20056
"zh-cht": "裝置處於睡眠狀態(S2)",
20057
"xloc": [
20058
"default-mobile.handlebars->11->241",
20050
- "default.handlebars->39->594"
20059
+ "default.handlebars->39->600"
20060
]
20061
},
20062
{
@@ -20072,7 +20081,7 @@
20081
"zh-chs": "设备处于睡眠状态(S2)。",
20082
"zh-cht": "裝置處於睡眠狀態(S2)。",
20083
"xloc": [
20075
- "default.handlebars->39->580"
20084
+ "default.handlebars->39->586"
20085
]
20086
},
20087
{
@@ -20098,7 +20107,7 @@
20107
"zh-cht": "裝置處於軟關機狀態(S5)",
20108
"xloc": [
20109
"default-mobile.handlebars->11->244",
20101
- "default.handlebars->39->597"
20110
+ "default.handlebars->39->603"
20111
]
20112
},
20113
{
@@ -20126,7 +20135,7 @@
20135
"default-mobile.handlebars->11->191",
20136
"default-mobile.handlebars->11->261",
20137
"default.handlebars->39->357",
20129
- "default.handlebars->39->751"
20138
+ "default.handlebars->39->757"
20139
]
20140
},
20141
{
@@ -20152,7 +20161,7 @@
20161
"zh-cht": "裝置已連接電源",
20162
"xloc": [
20163
"default-mobile.handlebars->11->239",
20155
- "default.handlebars->39->592"
20164
+ "default.handlebars->39->598"
20165
]
20166
},
20167
{
@@ -20171,7 +20180,7 @@
20180
"ru": "Устройство выключено.",
20181
"tr": "Cihaz kapalı.",
20182
"xloc": [
20174
- "default.handlebars->39->590"
20183
+ "default.handlebars->39->596"
20184
]
20185
},
20186
{
@@ -20196,7 +20205,7 @@
20205
"zh-chs": "设备已连接电源。",
20206
"zh-cht": "裝置已連接電源。",
20207
"xloc": [
20199
- "default.handlebars->39->576"
20208
+ "default.handlebars->39->582"
20209
]
20210
},
20211
{
@@ -20222,7 +20231,7 @@
20231
"zh-cht": "裝置存在,但無法確定電源狀態",
20232
"xloc": [
20233
"default-mobile.handlebars->11->245",
20225
- "default.handlebars->39->598"
20234
+ "default.handlebars->39->604"
20235
]
20236
},
20237
{
@@ -20247,7 +20256,7 @@
20256
"zh-chs": "设备名称",
20257
"zh-cht": "裝置名稱",
20258
"xloc": [
20250
- "default.handlebars->39->743"
20259
+ "default.handlebars->39->749"
20260
]
20261
},
20262
{
@@ -20272,7 +20281,7 @@
20281
"zh-chs": "设备通知",
20282
"zh-cht": "設備通知",
20283
"xloc": [
20275
- "default.handlebars->39->626"
20284
+ "default.handlebars->39->632"
20285
]
20286
},
20287
{
@@ -20296,7 +20305,7 @@
20305
"tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20306
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20307
"xloc": [
20299
- "default.handlebars->39->2241"
20308
+ "default.handlebars->39->2253"
20309
]
20310
},
20311
{
@@ -20321,7 +20330,7 @@
20330
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20331
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20332
"xloc": [
20324
- "default.handlebars->39->2188"
20333
+ "default.handlebars->39->2200"
20334
]
20335
},
20336
{
@@ -20368,9 +20377,9 @@
20377
"zh-chs": "设备",
20378
"zh-cht": "裝置",
20379
"xloc": [
20371
- "default.handlebars->39->1887",
20372
- "default.handlebars->39->2426",
20373
- "default.handlebars->39->2469"
20380
+ "default.handlebars->39->1893",
20381
+ "default.handlebars->39->2438",
20382
+ "default.handlebars->39->2481"
20383
]
20384
},
20385
{
@@ -20418,7 +20427,7 @@
20427
"xloc": [
20428
"default-mobile.handlebars->11->524",
20429
"default.handlebars->39->118",
20421
- "default.handlebars->39->819"
20430
+ "default.handlebars->39->825"
20431
]
20432
},
20433
{
@@ -20443,7 +20452,7 @@
20452
"zh-chs": "禁用的电子邮件两因素身份验证",
20453
"zh-cht": "禁用的電子郵件兩因素身份驗證",
20454
"xloc": [
20446
- "default.handlebars->39->2219"
20455
+ "default.handlebars->39->2231"
20456
]
20457
},
20458
{
@@ -20472,9 +20481,9 @@
20481
"default-mobile.handlebars->11->453",
20482
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
20483
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
20475
- "default.handlebars->39->1283",
20476
- "default.handlebars->39->1835",
20477
- "default.handlebars->39->838",
20484
+ "default.handlebars->39->1289",
20485
+ "default.handlebars->39->1841",
20486
+ "default.handlebars->39->844",
20487
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
20488
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
20489
"default.handlebars->deskDisconnectContextMenu->3",
@@ -20689,7 +20698,7 @@
20698
"zh-chs": "在远程设备上显示一个消息框。",
20699
"zh-cht": "在遠程裝置上顯示一個訊息框。",
20700
"xloc": [
20692
- "default.handlebars->39->1012"
20701
+ "default.handlebars->39->1018"
20702
]
20703
},
20704
{
@@ -20739,7 +20748,7 @@
20748
"zh-chs": "在远程设备上显示短信",
20749
"zh-cht": "在遠程裝置上顯示短信",
20750
"xloc": [
20742
- "default.handlebars->39->872"
20751
+ "default.handlebars->39->878"
20752
]
20753
},
20754
{
@@ -20785,7 +20794,7 @@
20794
"zh-chs": "显示设备组名称",
20795
"zh-cht": "顯示裝置群名稱",
20796
"xloc": [
20788
- "default.handlebars->39->1717"
20797
+ "default.handlebars->39->1723"
20798
]
20799
},
20800
{
@@ -20810,7 +20819,7 @@
20819
"zh-chs": "显示名称",
20820
"zh-cht": "顯示名稱",
20821
"xloc": [
20813
- "default.handlebars->39->1233"
20822
+ "default.handlebars->39->1239"
20823
]
20824
},
20825
{
@@ -20835,7 +20844,7 @@
20844
"zh-chs": "显示公共连结",
20845
"zh-cht": "顯示公共鏈結",
20846
"xloc": [
20838
- "default.handlebars->39->2089"
20847
+ "default.handlebars->39->2101"
20848
]
20849
},
20850
{
@@ -20859,7 +20868,7 @@
20868
"tr": "{0} göster",
20869
"zh-chs": "显示{0}",
20870
"xloc": [
20862
- "default.handlebars->39->1252"
20871
+ "default.handlebars->39->1258"
20872
]
20873
},
20874
{
@@ -20884,7 +20893,7 @@
20893
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
20894
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
20895
"xloc": [
20887
- "default.handlebars->39->2148"
20896
+ "default.handlebars->39->2160"
20897
]
20898
},
20899
{
@@ -20909,7 +20918,7 @@
20918
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
20919
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
20920
"xloc": [
20912
- "default.handlebars->39->2156"
20921
+ "default.handlebars->39->2168"
20922
]
20923
},
20924
{
@@ -20934,8 +20943,8 @@
20943
"zh-chs": "什么都不做",
20944
"zh-cht": "什麼都不做",
20945
"xloc": [
20937
- "default.handlebars->39->1916",
20938
- "default.handlebars->39->1920"
20946
+ "default.handlebars->39->1922",
20947
+ "default.handlebars->39->1926"
20948
]
20949
},
20950
{
@@ -20961,10 +20970,10 @@
20970
"zh-cht": "域",
20971
"xloc": [
20972
"default.handlebars->39->114",
20964
- "default.handlebars->39->2389",
20965
- "default.handlebars->39->2438",
20966
- "default.handlebars->39->2447",
20967
- "default.handlebars->39->2520",
20973
+ "default.handlebars->39->2401",
20974
+ "default.handlebars->39->2450",
20975
+ "default.handlebars->39->2459",
20976
+ "default.handlebars->39->2532",
20977
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
20978
"mstsc.handlebars->main->1->3->1->rowdomain->3"
20979
]
@@ -21012,7 +21021,7 @@
21021
"zh-chs": "请勿更改,如果设置请保留CCM",
21022
"zh-cht": "請勿更改,如果設置請保留CCM",
21023
"xloc": [
21015
- "default.handlebars->39->1912"
21024
+ "default.handlebars->39->1918"
21025
]
21026
},
21027
{
@@ -21059,7 +21068,7 @@
21068
"zh-chs": "不要连接到服务器",
21069
"zh-cht": "不要連接到伺服器",
21070
"xloc": [
21062
- "default.handlebars->39->1921"
21071
+ "default.handlebars->39->1927"
21072
]
21073
},
21074
{
@@ -21176,7 +21185,7 @@
21185
"zh-chs": "下",
21186
"xloc": [
21187
"default-mobile.handlebars->11->419",
21179
- "default.handlebars->39->1203"
21188
+ "default.handlebars->39->1209"
21189
]
21190
},
21191
{
@@ -21279,7 +21288,7 @@
21288
"zh-cht": "下載檔案",
21289
"xloc": [
21290
"default-mobile.handlebars->11->498",
21282
- "default.handlebars->39->1336",
21291
+ "default.handlebars->39->1342",
21292
"sharing.handlebars->11->82"
21293
]
21294
},
@@ -21330,7 +21339,7 @@
21339
"zh-chs": "下载MeshCmd",
21340
"zh-cht": "下載MeshCmd",
21341
"xloc": [
21333
- "default.handlebars->39->1149"
21342
+ "default.handlebars->39->1155"
21343
]
21344
},
21345
{
@@ -21405,7 +21414,7 @@
21414
"zh-chs": "下载报告",
21415
"zh-cht": "下載報告",
21416
"xloc": [
21408
- "default.handlebars->39->2304",
21417
+ "default.handlebars->39->2316",
21418
"default.handlebars->container->column_l->p3->3->1->0->3",
21419
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21420
]
@@ -21432,7 +21441,7 @@
21441
"zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
21442
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
21443
"xloc": [
21435
- "default.handlebars->39->1142"
21444
+ "default.handlebars->39->1148"
21445
]
21446
},
21447
{
@@ -21506,7 +21515,7 @@
21515
"tr": "Cihaz listesini indir",
21516
"zh-chs": "下载设备列表",
21517
"xloc": [
21509
- "default.handlebars->39->1885"
21518
+ "default.handlebars->39->1891"
21519
]
21520
},
21521
{
@@ -21556,7 +21565,7 @@
21565
"zh-chs": "下载电源事件",
21566
"zh-cht": "下載電源事件",
21567
"xloc": [
21559
- "default.handlebars->39->1098"
21568
+ "default.handlebars->39->1104"
21569
]
21570
},
21571
{
@@ -21680,7 +21689,7 @@
21689
"zh-chs": "使用以下一种档案格式下载设备列表。",
21690
"zh-cht": "使用以下一種檔案格式下載裝置列表。",
21691
"xloc": [
21683
- "default.handlebars->39->677"
21692
+ "default.handlebars->39->683"
21693
]
21694
},
21695
{
@@ -21705,7 +21714,7 @@
21714
"zh-chs": "使用以下一种档案格式下载事件列表。",
21715
"zh-cht": "使用以下一種檔案格式下載事件列表。",
21716
"xloc": [
21708
- "default.handlebars->39->2305"
21717
+ "default.handlebars->39->2317"
21718
]
21719
},
21720
{
@@ -21730,7 +21739,7 @@
21739
"zh-chs": "使用以下一种档案格式下载用户列表。",
21740
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
21741
"xloc": [
21733
- "default.handlebars->39->2373"
21742
+ "default.handlebars->39->2385"
21743
]
21744
},
21745
{
@@ -21831,7 +21840,7 @@
21840
"zh-chs": "下载:“{0}”",
21841
"zh-cht": "下載:“{0}”",
21842
"xloc": [
21834
- "default.handlebars->39->2179"
21843
+ "default.handlebars->39->2191"
21844
]
21845
},
21846
{
@@ -21855,7 +21864,7 @@
21864
"tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
21865
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
21866
"xloc": [
21858
- "default.handlebars->39->2236"
21867
+ "default.handlebars->39->2248"
21868
]
21869
},
21870
{
@@ -21905,7 +21914,7 @@
21914
"zh-chs": "代理重复",
21915
"zh-cht": "代理重複",
21916
"xloc": [
21908
- "default.handlebars->39->2810"
21917
+ "default.handlebars->39->2822"
21918
]
21919
},
21920
{
@@ -21955,7 +21964,7 @@
21964
"zh-chs": "复制用户组",
21965
"zh-cht": "複製用戶群",
21966
"xloc": [
21958
- "default.handlebars->39->2442"
21967
+ "default.handlebars->39->2454"
21968
]
21969
},
21970
{
@@ -22002,11 +22011,11 @@
22011
"zh-chs": "持续时间",
22012
"zh-cht": "持續時間",
22013
"xloc": [
22005
- "default.handlebars->39->1055",
22014
+ "default.handlebars->39->1061",
22015
"default.handlebars->39->261",
22016
"default.handlebars->39->263",
22008
- "default.handlebars->39->2672",
22009
- "default.handlebars->39->2698",
22017
+ "default.handlebars->39->2684",
22018
+ "default.handlebars->39->2710",
22019
"player.handlebars->3->18"
22020
]
22021
},
@@ -22054,7 +22063,7 @@
22063
"zh-chs": "荷兰文(比利时)",
22064
"zh-cht": "荷蘭文(比利時)",
22065
"xloc": [
22057
- "default.handlebars->39->1537"
22066
+ "default.handlebars->39->1543"
22067
]
22068
},
22069
{
@@ -22079,7 +22088,7 @@
22088
"zh-chs": "荷兰文(标准)",
22089
"zh-cht": "荷蘭文(標準)",
22090
"xloc": [
22082
- "default.handlebars->39->1536"
22091
+ "default.handlebars->39->1542"
22092
]
22093
},
22094
{
@@ -22462,9 +22471,9 @@
22471
"default-mobile.handlebars->11->387",
22472
"default-mobile.handlebars->11->389",
22473
"default-mobile.handlebars->11->396",
22465
- "default.handlebars->39->1159",
22466
- "default.handlebars->39->1161",
22467
- "default.handlebars->39->1168"
22474
+ "default.handlebars->39->1165",
22475
+ "default.handlebars->39->1167",
22476
+ "default.handlebars->39->1174"
22477
]
22478
},
22479
{
@@ -22492,10 +22501,10 @@
22501
"default-mobile.handlebars->11->639",
22502
"default-mobile.handlebars->11->645",
22503
"default-mobile.handlebars->11->665",
22495
- "default.handlebars->39->1933",
22496
- "default.handlebars->39->1970",
22497
- "default.handlebars->39->1996",
22498
- "default.handlebars->39->2008"
22504
+ "default.handlebars->39->1939",
22505
+ "default.handlebars->39->1976",
22506
+ "default.handlebars->39->2002",
22507
+ "default.handlebars->39->2014"
22508
]
22509
},
22510
{
@@ -22520,7 +22529,7 @@
22529
"zh-chs": "编辑设备组功能",
22530
"zh-cht": "編輯裝置群功能",
22531
"xloc": [
22523
- "default.handlebars->39->1956"
22532
+ "default.handlebars->39->1962"
22533
]
22534
},
22535
{
@@ -22545,8 +22554,8 @@
22554
"zh-chs": "编辑设备组权限",
22555
"zh-cht": "編輯裝置群權限",
22556
"xloc": [
22548
- "default.handlebars->39->1993",
22549
- "default.handlebars->39->2005"
22557
+ "default.handlebars->39->1999",
22558
+ "default.handlebars->39->2011"
22559
]
22560
},
22561
{
@@ -22571,7 +22580,7 @@
22580
"zh-chs": "编辑设备组用户同意",
22581
"zh-cht": "編輯裝置群用戶同意",
22582
"xloc": [
22574
- "default.handlebars->39->1934"
22583
+ "default.handlebars->39->1940"
22584
]
22585
},
22586
{
@@ -22597,7 +22606,7 @@
22606
"zh-cht": "編輯裝置筆記",
22607
"xloc": [
22608
"default-mobile.handlebars->11->657",
22600
- "default.handlebars->39->1984"
22609
+ "default.handlebars->39->1990"
22610
]
22611
},
22612
{
@@ -22622,8 +22631,8 @@
22631
"zh-chs": "编辑设备权限",
22632
"zh-cht": "編輯裝置權限",
22633
"xloc": [
22625
- "default.handlebars->39->1998",
22626
- "default.handlebars->39->2000"
22634
+ "default.handlebars->39->2004",
22635
+ "default.handlebars->39->2006"
22636
]
22637
},
22638
{
@@ -22648,7 +22657,7 @@
22657
"zh-chs": "编辑设备标签",
22658
"zh-cht": "編輯裝置標籤",
22659
"xloc": [
22651
- "default.handlebars->39->659"
22660
+ "default.handlebars->39->665"
22661
]
22662
},
22663
{
@@ -22673,7 +22682,7 @@
22682
"zh-chs": "编辑设备用户同意",
22683
"zh-cht": "編輯裝置用戶同意",
22684
"xloc": [
22676
- "default.handlebars->39->1936"
22685
+ "default.handlebars->39->1942"
22686
]
22687
},
22688
{
@@ -22698,7 +22707,7 @@
22707
"zh-chs": "编辑群组",
22708
"zh-cht": "編輯群組",
22709
"xloc": [
22701
- "default.handlebars->39->985"
22710
+ "default.handlebars->39->991"
22711
]
22712
},
22713
{
@@ -22727,10 +22736,10 @@
22736
"default-mobile.handlebars->11->298",
22737
"default-mobile.handlebars->11->299",
22738
"default-mobile.handlebars->11->382",
22730
- "default.handlebars->39->1105",
22731
- "default.handlebars->39->790",
22732
- "default.handlebars->39->795",
22733
- "default.handlebars->39->796"
22739
+ "default.handlebars->39->1111",
22740
+ "default.handlebars->39->796",
22741
+ "default.handlebars->39->801",
22742
+ "default.handlebars->39->802"
22743
]
22744
},
22745
{
@@ -22756,7 +22765,7 @@
22765
"zh-cht": "編輯筆記",
22766
"xloc": [
22767
"default-mobile.handlebars->11->672",
22759
- "default.handlebars->39->2015"
22768
+ "default.handlebars->39->2021"
22769
]
22770
},
22771
{
@@ -22781,7 +22790,7 @@
22790
"zh-chs": "编辑用户同意",
22791
"zh-cht": "編輯用戶同意",
22792
"xloc": [
22784
- "default.handlebars->39->1935"
22793
+ "default.handlebars->39->1941"
22794
]
22795
},
22796
{
@@ -22806,7 +22815,7 @@
22815
"zh-chs": "编辑用户设备组权限",
22816
"zh-cht": "編輯用戶裝置群權限",
22817
"xloc": [
22809
- "default.handlebars->39->2006"
22818
+ "default.handlebars->39->2012"
22819
]
22820
},
22821
{
@@ -22831,7 +22840,7 @@
22840
"zh-chs": "编辑用户设备权限",
22841
"zh-cht": "編輯用戶裝置權限",
22842
"xloc": [
22834
- "default.handlebars->39->2001"
22843
+ "default.handlebars->39->2007"
22844
]
22845
},
22846
{
@@ -22855,7 +22864,7 @@
22864
"tr": "Kullanıcı Özelliklerini Düzenle",
22865
"zh-chs": "编辑用户特征",
22866
"xloc": [
22858
- "default.handlebars->39->2610"
22867
+ "default.handlebars->39->2622"
22868
]
22869
},
22870
{
@@ -22880,7 +22889,7 @@
22889
"zh-chs": "编辑用户组",
22890
"zh-cht": "編輯用戶群",
22891
"xloc": [
22883
- "default.handlebars->39->2498"
22892
+ "default.handlebars->39->2510"
This file is too large to show in full.