SSH Terminal improvements.

Ylian Saint-Hilaire committed May 8, 2021 at 20:13 UTC 45f39460e0bba1cdf6a7cceee05d76c0eabb84f4
3 files changed +1863 -1829
public/scripts/agent-redir-ws-0.1.1-min.js
+1 -1
@@ -1 +1 @@
1 -var CreateAgentRedirect=function(e,t,n,o,a,c){var s={};function l(){1==s.webSwitchOk&&1==s.webRtcActive&&(s.latency.current=-1,s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=s.onStateChanged&&s.onStateChanged(s,s.State))}((s.m=t).parent=s).meshserver=e,s.authCookie=o,s.rauthCookie=a,s.State=0,s.nodeid=null,s.options=null,s.socket=null,s.connectstate=-1,s.tunnelid=Math.random().toString(36).substring(2),s.protocol=t.protocol,s.onStateChanged=null,s.ctrlMsgAllowed=!0,s.attemptWebRTC=!1,s.webRtcActive=!1,s.webSwitchOk=!1,s.webchannel=null,s.webrtc=null,s.debugmode=0,s.serverIsRecording=!1,s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/meshrelay.ashx?browser=1&p="+s.protocol+(e?"&nodeid="+e:"")+"&id="+s.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver&&(e="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid,null!=a&&""!=a&&(e+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:e,usage:s.protocol}))},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc&&("answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):s.m.ProcessData(e)},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId))},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}return s.xxStateChange(3),void(1==s.attemptWebRTC&&(r=null,"undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(r):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(r)),null!=s.webrtc&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))))}if("string"==typeof e.data)s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand){if(!(0==u&&e.data.byteLength<4))if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n,o=new Uint8Array(u),a=0;for(n in g)o.set(g[n],a),a+=g[n].byteLength;s.m.ProcessBinaryCommand(i,d,o),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(t=new Blob([new Uint8Array(e.data)]),(e=new FileReader).onload=function(e){s.m.ProcessData(e.target.result)},e.readAsText(t))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==s.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o<e.length;++o)t[o]=e.charCodeAt(o),n.push(e.charCodeAt(o));(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else{for(t=new Uint8Array(e.length),o=0;o<e.length;++o)t[o]=e.charCodeAt(o);(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else(1==s.webRtcActive?s.webchannel:s.socket).send(e)}catch(e){}},s.xxOnSocketClosed=function(){s.Stop(1)},s.xxStateChange=function(e){s.State!=e&&(s.State=e,s.m.xxStateChange(s.State),null!=s.onStateChanged&&s.onStateChanged(s,s.State))},s.xxCloseWebRTC=function(){if(null!=s.webchannel){try{s.webchannel.close()}catch(e){}s.webchannel=null}if(null!=s.webrtc){try{s.webrtc.close()}catch(e){}s.webrtc=null}s.webRtcActive=!1},s.Stop=function(e){if(1==s.debugmode&&console.log("stop",e),s.xxCloseWebRTC(),s.connectstate=-1,null!=s.socket){try{1==s.socket.readyState&&(s.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}'),s.socket.close())}catch(e){}s.socket=null}s.xxStateChange(0)},s}
\ No newline at end of file
1 +var CreateAgentRedirect=function(e,t,n,o,a,c){var s={};function l(){1==s.webSwitchOk&&1==s.webRtcActive&&(s.latency.current=-1,s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=s.onStateChanged&&s.onStateChanged(s,s.State))}((s.m=t).parent=s).meshserver=e,s.authCookie=o,s.rauthCookie=a,s.State=0,s.nodeid=null,s.options=null,s.socket=null,s.connectstate=-1,s.tunnelid=Math.random().toString(36).substring(2),s.protocol=t.protocol,s.onStateChanged=null,s.ctrlMsgAllowed=!0,s.attemptWebRTC=!1,s.webRtcActive=!1,s.webSwitchOk=!1,s.webchannel=null,s.webrtc=null,s.debugmode=0,s.serverIsRecording=!1,s.urlname="meshrelay.ashx",s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"+s.urlname+"?browser=1&p="+s.protocol+(e?"&nodeid="+e:"")+"&id="+s.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver&&(e="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid,null!=a&&""!=a&&(e+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:e,usage:s.protocol}))},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc&&("answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):s.m.ProcessData(e)},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId))},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}return s.xxStateChange(3),void(1==s.attemptWebRTC&&(r=null,"undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(r):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(r)),null!=s.webrtc&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))))}if("string"==typeof e.data)"~"==e.data[0]?s.m.ProcessData(e.data):s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand){if(!(0==u&&e.data.byteLength<4))if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n,o=new Uint8Array(u),a=0;for(n in g)o.set(g[n],a),a+=g[n].byteLength;s.m.ProcessBinaryCommand(i,d,o),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(t=new Blob([new Uint8Array(e.data)]),(e=new FileReader).onload=function(e){s.m.ProcessData(e.target.result)},e.readAsText(t))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==s.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o<e.length;++o)t[o]=e.charCodeAt(o),n.push(e.charCodeAt(o));(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else{for(t=new Uint8Array(e.length),o=0;o<e.length;++o)t[o]=e.charCodeAt(o);(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else(1==s.webRtcActive?s.webchannel:s.socket).send(e)}catch(e){}},s.xxOnSocketClosed=function(){s.Stop(1)},s.xxStateChange=function(e){s.State!=e&&(s.State=e,s.m.xxStateChange(s.State),null!=s.onStateChanged&&s.onStateChanged(s,s.State))},s.xxCloseWebRTC=function(){if(null!=s.webchannel){try{s.webchannel.close()}catch(e){}s.webchannel=null}if(null!=s.webrtc){try{s.webrtc.close()}catch(e){}s.webrtc=null}s.webRtcActive=!1},s.Stop=function(e){if(1==s.debugmode&&console.log("stop",e),s.xxCloseWebRTC(),s.connectstate=-1,null!=s.socket){try{1==s.socket.readyState&&(s.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}'),s.socket.close())}catch(e){}s.socket=null}s.xxStateChange(0)},s}
\ No newline at end of file
translate/translate.json
+1848 -1823
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->33->1602",
21 - "default.handlebars->33->1604"
20 + "default.handlebars->33->1612",
21 + "default.handlebars->33->1614"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->33->1503"
207 + "default.handlebars->33->1513"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->33->1681",
228 - "default.handlebars->33->2169"
227 + "default.handlebars->33->1691",
228 + "default.handlebars->33->2179"
229 ]
230 },
231 {
@@ -430,7 +430,7 @@
430 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
431 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
432 "xloc": [
433 - "default.handlebars->33->1650",
433 + "default.handlebars->33->1660",
434 "default.handlebars->33->376"
435 ]
436 },
@@ -506,7 +506,7 @@
506 "zh-cht": ",",
507 "xloc": [
508 "default-mobile.handlebars->11->599",
509 - "default.handlebars->33->1752"
509 + "default.handlebars->33->1762"
510 ]
511 },
512 {
@@ -556,7 +556,7 @@
556 "zh-cht": ",MQTT在線",
557 "xloc": [
558 "default-mobile.handlebars->11->516",
559 - "default.handlebars->33->1213"
559 + "default.handlebars->33->1223"
560 ]
561 },
562 {
@@ -565,7 +565,7 @@
565 "nl": ", Geen toestemming",
566 "de": ", keine Zustimmung",
567 "xloc": [
568 - "default.handlebars->33->793"
568 + "default.handlebars->33->799"
569 ]
570 },
571 {
@@ -585,7 +585,7 @@
585 "zh-chs": ",提示同意",
586 "zh-cht": ",提示同意",
587 "xloc": [
588 - "default.handlebars->33->794"
588 + "default.handlebars->33->800"
589 ]
590 },
591 {
@@ -605,7 +605,7 @@
605 "zh-chs": ",软体KVM",
606 "zh-cht": ",軟體KVM",
607 "xloc": [
608 - "default.handlebars->33->995",
608 + "default.handlebars->33->1001",
609 "sharing.handlebars->11->12"
610 ]
611 },
@@ -614,7 +614,7 @@
614 "fr": ", barre d'outils",
615 "nl": ", Werkbalk",
616 "xloc": [
617 - "default.handlebars->33->795"
617 + "default.handlebars->33->801"
618 ]
619 },
620 {
@@ -623,7 +623,7 @@
623 "fr": ", Visualisation seulement",
624 "de": ", nur ansehen",
625 "xloc": [
626 - "default.handlebars->33->792"
626 + "default.handlebars->33->798"
627 ]
628 },
629 {
@@ -646,9 +646,9 @@
646 "default-mobile.handlebars->11->354",
647 "default-mobile.handlebars->11->386",
648 "default-mobile.handlebars->11->390",
649 - "default.handlebars->33->1002",
650 - "default.handlebars->33->1064",
651 - "default.handlebars->33->1076",
649 + "default.handlebars->33->1008",
650 + "default.handlebars->33->1071",
651 + "default.handlebars->33->1086",
652 "sharing.handlebars->11->19",
653 "sharing.handlebars->11->27",
654 "sharing.handlebars->11->44",
@@ -772,7 +772,7 @@
772 "zh-chs": ",{0}观看",
773 "zh-cht": ",{0}觀看",
774 "xloc": [
775 - "default.handlebars->33->996",
775 + "default.handlebars->33->1002",
776 "sharing.handlebars->11->13"
777 ]
778 },
@@ -839,9 +839,9 @@
839 "xloc": [
840 "default-mobile.handlebars->11->132",
841 "default-mobile.handlebars->11->392",
842 - "default.handlebars->33->1082",
843 - "default.handlebars->33->1804",
844 - "default.handlebars->33->2338",
842 + "default.handlebars->33->1092",
843 + "default.handlebars->33->1814",
844 + "default.handlebars->33->2348",
845 "sharing.handlebars->11->50"
846 ]
847 },
@@ -899,7 +899,7 @@
899 "zh-chs": "1个活跃时段",
900 "zh-cht": "1個活躍時段",
901 "xloc": [
902 - "default.handlebars->33->2242"
902 + "default.handlebars->33->2252"
903 ]
904 },
905 {
@@ -921,7 +921,7 @@
921 "xloc": [
922 "default-mobile.handlebars->11->142",
923 "default-mobile.handlebars->11->642",
924 - "default.handlebars->33->1828",
924 + "default.handlebars->33->1838",
925 "download.handlebars->3->1",
926 "download2.handlebars->5->1",
927 "sharing.handlebars->11->96"
@@ -944,7 +944,7 @@
944 "zh-chs": "1条连接",
945 "zh-cht": "1位聯絡文",
946 "xloc": [
947 - "default.handlebars->33->998",
947 + "default.handlebars->33->1004",
948 "sharing.handlebars->11->15"
949 ]
950 },
@@ -987,7 +987,7 @@
987 "zh-chs": "1组",
988 "zh-cht": "1群",
989 "xloc": [
990 - "default.handlebars->33->2203"
990 + "default.handlebars->33->2213"
991 ]
992 },
993 {
@@ -1029,8 +1029,8 @@
1029 "zh-chs": "1分钟",
1030 "zh-cht": "1分鐘",
1031 "xloc": [
1032 - "default.handlebars->33->1469",
1033 - "default.handlebars->33->860"
1032 + "default.handlebars->33->1479",
1033 + "default.handlebars->33->866"
1034 ]
1035 },
1036 {
@@ -1092,7 +1092,7 @@
1092 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1093 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1094 "xloc": [
1095 - "default.handlebars->33->1993"
1095 + "default.handlebars->33->2003"
1096 ]
1097 },
1098 {
@@ -1121,7 +1121,7 @@
1121 "fr": "1 seconde",
1122 "xloc": [
1123 "default-mobile.handlebars->11->308",
1124 - "default.handlebars->33->888"
1124 + "default.handlebars->33->894"
1125 ]
1126 },
1127 {
@@ -1167,7 +1167,7 @@
1167 "default-mobile.handlebars->11->204",
1168 "default-mobile.handlebars->11->207",
1169 "default-mobile.handlebars->11->210",
1170 - "default.handlebars->33->1997",
1170 + "default.handlebars->33->2007",
1171 "default.handlebars->33->309",
1172 "default.handlebars->33->312",
1173 "default.handlebars->33->315",
@@ -1299,8 +1299,8 @@
1299 "zh-chs": "10分钟",
1300 "zh-cht": "10分鐘",
1301 "xloc": [
1302 - "default.handlebars->33->1471",
1303 - "default.handlebars->33->862"
1302 + "default.handlebars->33->1481",
1303 + "default.handlebars->33->868"
1304 ]
1305 },
1306 {
@@ -1309,7 +1309,7 @@
1309 "fr": "10 secondes",
1310 "xloc": [
1311 "default-mobile.handlebars->11->310",
1312 - "default.handlebars->33->890"
1312 + "default.handlebars->33->896"
1313 ]
1314 },
1315 {
@@ -1392,8 +1392,8 @@
1392 "zh-chs": "12小时",
1393 "zh-cht": "12小時",
1394 "xloc": [
1395 - "default.handlebars->33->1479",
1396 - "default.handlebars->33->870"
1395 + "default.handlebars->33->1489",
1396 + "default.handlebars->33->876"
1397 ]
1398 },
1399 {
@@ -1435,8 +1435,8 @@
1435 "zh-chs": "15分钟",
1436 "zh-cht": "15分鐘",
1437 "xloc": [
1438 - "default.handlebars->33->1472",
1439 - "default.handlebars->33->863"
1438 + "default.handlebars->33->1482",
1439 + "default.handlebars->33->869"
1440 ]
1441 },
1442 {
@@ -1456,8 +1456,8 @@
1456 "zh-chs": "16小时",
1457 "zh-cht": "16小時",
1458 "xloc": [
1459 - "default.handlebars->33->1480",
1460 - "default.handlebars->33->871"
1459 + "default.handlebars->33->1490",
1460 + "default.handlebars->33->877"
1461 ]
1462 },
1463 {
@@ -1477,8 +1477,8 @@
1477 "zh-chs": "2天",
1478 "zh-cht": "2天",
1479 "xloc": [
1480 - "default.handlebars->33->1482",
1481 - "default.handlebars->33->873"
1480 + "default.handlebars->33->1492",
1481 + "default.handlebars->33->879"
1482 ]
1483 },
1484 {
@@ -1498,8 +1498,8 @@
1498 "zh-chs": "2小时",
1499 "zh-cht": "2小時",
1500 "xloc": [
1501 - "default.handlebars->33->1476",
1502 - "default.handlebars->33->867"
1501 + "default.handlebars->33->1486",
1502 + "default.handlebars->33->873"
1503 ]
1504 },
1505 {
@@ -1603,8 +1603,8 @@
1603 "zh-chs": "24小时",
1604 "zh-cht": "24小時",
1605 "xloc": [
1606 - "default.handlebars->33->1481",
1607 - "default.handlebars->33->872"
1606 + "default.handlebars->33->1491",
1607 + "default.handlebars->33->878"
1608 ]
1609 },
1610 {
@@ -1666,7 +1666,7 @@
1666 "zh-chs": "2FA备份代码已清除",
1667 "zh-cht": "2FA備份代碼已清除",
1668 "xloc": [
1669 - "default.handlebars->33->1939"
1669 + "default.handlebars->33->1949"
1670 ]
1671 },
1672 {
@@ -1686,8 +1686,8 @@
1686 "zh-chs": "启用第二因素身份验证",
1687 "zh-cht": "啟用第二因素身份驗證",
1688 "xloc": [
1689 - "default.handlebars->33->2010",
1690 - "default.handlebars->33->2225"
1689 + "default.handlebars->33->2020",
1690 + "default.handlebars->33->2235"
1691 ]
1692 },
1693 {
@@ -1806,8 +1806,8 @@
1806 "zh-chs": "30分钟",
1807 "zh-cht": "30分鐘",
1808 "xloc": [
1809 - "default.handlebars->33->1473",
1810 - "default.handlebars->33->864"
1809 + "default.handlebars->33->1483",
1810 + "default.handlebars->33->870"
1811 ]
1812 },
1813 {
@@ -1870,8 +1870,8 @@
1870 "zh-chs": "4天",
1871 "zh-cht": "4天",
1872 "xloc": [
1873 - "default.handlebars->33->1483",
1874 - "default.handlebars->33->874"
1873 + "default.handlebars->33->1493",
1874 + "default.handlebars->33->880"
1875 ]
1876 },
1877 {
@@ -1891,8 +1891,8 @@
1891 "zh-chs": "4个小时",
1892 "zh-cht": "4個小時",
1893 "xloc": [
1894 - "default.handlebars->33->1477",
1895 - "default.handlebars->33->868"
1894 + "default.handlebars->33->1487",
1895 + "default.handlebars->33->874"
1896 ]
1897 },
1898 {
@@ -1975,8 +1975,8 @@
1975 "zh-chs": "45分钟",
1976 "zh-cht": "45分鐘",
1977 "xloc": [
1978 - "default.handlebars->33->1474",
1979 - "default.handlebars->33->865"
1978 + "default.handlebars->33->1484",
1979 + "default.handlebars->33->871"
1980 ]
1981 },
1982 {
@@ -2016,8 +2016,8 @@
2016 "zh-chs": "5分钟",
2017 "zh-cht": "5分鐘",
2018 "xloc": [
2019 - "default.handlebars->33->1470",
2020 - "default.handlebars->33->861"
2019 + "default.handlebars->33->1480",
2020 + "default.handlebars->33->867"
2021 ]
2022 },
2023 {
@@ -2026,7 +2026,7 @@
2026 "fr": "5 secondes",
2027 "xloc": [
2028 "default-mobile.handlebars->11->309",
2029 - "default.handlebars->33->889"
2029 + "default.handlebars->33->895"
2030 ]
2031 },
2032 {
@@ -2152,8 +2152,8 @@
2152 "zh-chs": "60分钟",
2153 "zh-cht": "60分鐘",
2154 "xloc": [
2155 - "default.handlebars->33->1475",
2156 - "default.handlebars->33->866"
2155 + "default.handlebars->33->1485",
2156 + "default.handlebars->33->872"
2157 ]
2158 },
2159 {
@@ -2273,7 +2273,7 @@
2273 "zh-chs": "7天电源状态",
2274 "zh-cht": "7天電源狀態",
2275 "xloc": [
2276 - "default.handlebars->33->923"
2276 + "default.handlebars->33->929"
2277 ]
2278 },
2279 {
@@ -2336,10 +2336,10 @@
2336 "zh-chs": "8小時",
2337 "zh-cht": "8小時",
2338 "xloc": [
2339 - "default.handlebars->33->1478",
2339 + "default.handlebars->33->1488",
2340 "default.handlebars->33->400",
2341 "default.handlebars->33->414",
2342 - "default.handlebars->33->869"
2342 + "default.handlebars->33->875"
2343 ]
2344 },
2345 {
@@ -2571,8 +2571,8 @@
2571 "zh-cht": "ACM",
2572 "xloc": [
2573 "default-mobile.handlebars->11->268",
2574 - "default.handlebars->33->1618",
2575 - "default.handlebars->33->661"
2574 + "default.handlebars->33->1628",
2575 + "default.handlebars->33->667"
2576 ]
2577 },
2578 {
@@ -2635,7 +2635,7 @@
2635 "nl": "AMT-OS",
2636 "fr": "AMT-OS",
2637 "xloc": [
2638 - "default.handlebars->33->2416"
2638 + "default.handlebars->33->2426"
2639 ]
2640 },
2641 {
@@ -2750,8 +2750,8 @@
2750 "xloc": [
2751 "default-mobile.handlebars->11->428",
2752 "default-mobile.handlebars->11->430",
2753 - "default.handlebars->33->680",
2754 - "default.handlebars->33->682"
2753 + "default.handlebars->33->686",
2754 + "default.handlebars->33->688"
2755 ]
2756 },
2757 {
@@ -2772,7 +2772,7 @@
2772 "zh-cht": "拒絕存取",
2773 "xloc": [
2774 "default-mobile.handlebars->11->517",
2775 - "default.handlebars->33->1214"
2775 + "default.handlebars->33->1224"
2776 ]
2777 },
2778 {
@@ -2822,7 +2822,7 @@
2822 "zh-chs": "访问服务器档案",
2823 "zh-cht": "存取伺服器檔案",
2824 "xloc": [
2825 - "default.handlebars->33->2175"
2825 + "default.handlebars->33->2185"
2826 ]
2827 },
2828 {
@@ -2911,9 +2911,9 @@
2911 "default-mobile.handlebars->11->243",
2912 "default-mobile.handlebars->11->245",
2913 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
2914 - "default.handlebars->33->1512",
2915 - "default.handlebars->33->1514",
2916 - "default.handlebars->33->2467",
2914 + "default.handlebars->33->1522",
2915 + "default.handlebars->33->1524",
2916 + "default.handlebars->33->2477",
2917 "default.handlebars->33->630",
2918 "default.handlebars->33->632"
2919 ]
@@ -2925,7 +2925,7 @@
2925 "de": "Konto Einstellungen",
2926 "xloc": [
2927 "default-mobile.handlebars->11->610",
2928 - "default.handlebars->33->2346"
2928 + "default.handlebars->33->2356"
2929 ]
2930 },
2931 {
@@ -2986,7 +2986,7 @@
2986 "zh-chs": "帐户已更改:{0}",
2987 "zh-cht": "帳戶已更改:{0}",
2988 "xloc": [
2989 - "default.handlebars->33->1912"
2989 + "default.handlebars->33->1922"
2990 ]
2991 },
2992 {
@@ -3006,7 +3006,7 @@
3006 "zh-chs": "创建帐户,电子邮件为{0}",
3007 "zh-cht": "創建帳戶,電子郵件為{0}",
3008 "xloc": [
3009 - "default.handlebars->33->1911"
3009 + "default.handlebars->33->1921"
3010 ]
3011 },
3012 {
@@ -3026,7 +3026,7 @@
3026 "zh-chs": "创建帐户,用户名是{0}",
3027 "zh-cht": "帳戶已創建,用戶名是{0}",
3028 "xloc": [
3029 - "default.handlebars->33->1910"
3029 + "default.handlebars->33->1920"
3030 ]
3031 },
3032 {
@@ -3046,8 +3046,8 @@
3046 "zh-chs": "帐户已被锁定",
3047 "zh-cht": "帳戶已被鎖定",
3048 "xloc": [
3049 - "default.handlebars->33->2012",
3050 - "default.handlebars->33->2172"
3049 + "default.handlebars->33->2022",
3050 + "default.handlebars->33->2182"
3051 ]
3052 },
3053 {
@@ -3068,7 +3068,7 @@
3068 "zh-cht": "達到帳戶限制。",
3069 "xloc": [
3070 "default-mobile.handlebars->11->622",
3071 - "default.handlebars->33->2358",
3071 + "default.handlebars->33->2368",
3072 "login-mobile.handlebars->5->6",
3073 "login.handlebars->5->6",
3074 "login2.handlebars->7->8"
@@ -3113,7 +3113,7 @@
3113 "zh-chs": "帐号登录",
3114 "zh-cht": "帳號登錄",
3115 "xloc": [
3116 - "default.handlebars->33->1847"
3116 + "default.handlebars->33->1857"
3117 ]
3118 },
3119 {
@@ -3122,7 +3122,7 @@
3122 "fr": "Connexion de {0}, {1}, {2}",
3123 "de": "Konto Login von {0}, {1}, {2}",
3124 "xloc": [
3125 - "default.handlebars->33->1953"
3125 + "default.handlebars->33->1963"
3126 ]
3127 },
3128 {
@@ -3142,7 +3142,7 @@
3142 "zh-chs": "帐户登出",
3143 "zh-cht": "帳戶登出",
3144 "xloc": [
3145 - "default.handlebars->33->1848"
3145 + "default.handlebars->33->1858"
3146 ]
3147 },
3148 {
@@ -3184,7 +3184,7 @@
3184 "zh-chs": "帐户密码已更改:{0}",
3185 "zh-cht": "帳戶密碼已更改:{0}",
3186 "xloc": [
3187 - "default.handlebars->33->1920"
3187 + "default.handlebars->33->1930"
3188 ]
3189 },
3190 {
@@ -3204,7 +3204,7 @@
3204 "zh-chs": "帐户已删除",
3205 "zh-cht": "帳戶已刪除",
3206 "xloc": [
3207 - "default.handlebars->33->1909"
3207 + "default.handlebars->33->1919"
3208 ]
3209 },
3210 {
@@ -3245,7 +3245,7 @@
3245 "zh-cht": "指令",
3246 "xloc": [
3247 "default-mobile.handlebars->11->523",
3248 - "default.handlebars->33->1220",
3248 + "default.handlebars->33->1230",
3249 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3250 ]
3251 },
@@ -3266,8 +3266,8 @@
3266 "zh-chs": "动作档案",
3267 "zh-cht": "動作檔案",
3268 "xloc": [
3269 - "default.handlebars->33->969",
3270 - "default.handlebars->33->971"
3269 + "default.handlebars->33->975",
3270 + "default.handlebars->33->977"
3271 ]
3272 },
3273 {
@@ -3291,7 +3291,7 @@
3291 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
3292 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
3293 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
3294 - "default.handlebars->33->723",
3294 + "default.handlebars->33->729",
3295 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
3296 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
3297 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3374,7 +3374,7 @@
3374 "zh-chs": "如果ACM失败,则激活到CCM",
3375 "zh-cht": "如果ACM失敗,則激活到CCM",
3376 "xloc": [
3377 - "default.handlebars->33->1641"
3377 + "default.handlebars->33->1651"
3378 ]
3379 },
3380 {
@@ -3397,9 +3397,9 @@
3397 "default-mobile.handlebars->11->263",
3398 "default-mobile.handlebars->11->265",
3399 "default-mobile.handlebars->11->479",
3400 - "default.handlebars->33->1175",
3401 - "default.handlebars->33->654",
3402 - "default.handlebars->33->656"
3400 + "default.handlebars->33->1185",
3401 + "default.handlebars->33->660",
3402 + "default.handlebars->33->662"
3403 ]
3404 },
3405 {
@@ -3439,7 +3439,7 @@
3439 "zh-chs": "主动设备共享",
3440 "zh-cht": "主動設備共享",
3441 "xloc": [
3442 - "default.handlebars->33->781"
3442 + "default.handlebars->33->787"
3443 ]
3444 },
3445 {
@@ -3447,7 +3447,7 @@
3447 "nl": "Actieve login-tokens",
3448 "fr": "Jetons de connexion actifs",
3449 "xloc": [
3450 - "default.handlebars->33->1533"
3450 + "default.handlebars->33->1543"
3451 ]
3452 },
3453 {
@@ -3474,7 +3474,7 @@
3474 "de": "hinzufügen",
3475 "xloc": [
3476 "default-mobile.handlebars->11->381",
3477 - "default.handlebars->33->1033"
3477 + "default.handlebars->33->1039"
3478 ]
3479 },
3480 {
@@ -3494,7 +3494,7 @@
3494 "zh-chs": "添加代理",
3495 "zh-cht": "新增代理",
3496 "xloc": [
3497 - "default.handlebars->33->1614",
3497 + "default.handlebars->33->1624",
3498 "default.handlebars->33->342"
3499 ]
3500 },
@@ -3532,8 +3532,8 @@
3532 "zh-chs": "添加设备",
3533 "zh-cht": "新增裝置",
3534 "xloc": [
3535 - "default.handlebars->33->2149",
3536 - "default.handlebars->33->2279",
3535 + "default.handlebars->33->2159",
3536 + "default.handlebars->33->2289",
3537 "default.handlebars->33->346"
3538 ]
3539 },
@@ -3554,7 +3554,7 @@
3554 "zh-chs": "添加设备日志",
3555 "zh-cht": "新增裝置日誌",
3556 "xloc": [
3557 - "default.handlebars->33->837"
3557 + "default.handlebars->33->843"
3558 ]
3559 },
3560 {
@@ -3574,9 +3574,9 @@
3574 "zh-chs": "添加设备组",
3575 "zh-cht": "新增裝置群",
3576 "xloc": [
3577 - "default.handlebars->33->1716",
3578 - "default.handlebars->33->2143",
3579 - "default.handlebars->33->2267",
3577 + "default.handlebars->33->1726",
3578 + "default.handlebars->33->2153",
3579 + "default.handlebars->33->2277",
3580 "default.handlebars->33->276"
3581 ]
3582 },
@@ -3597,7 +3597,7 @@
3597 "zh-chs": "添加设备组权限",
3598 "zh-cht": "新增裝置群權限",
3599 "xloc": [
3600 - "default.handlebars->33->1713"
3600 + "default.handlebars->33->1723"
3601 ]
3602 },
3603 {
@@ -3617,8 +3617,8 @@
3617 "zh-chs": "添加设备权限",
3618 "zh-cht": "新增裝置權限",
3619 "xloc": [
3620 - "default.handlebars->33->1718",
3621 - "default.handlebars->33->1720"
3620 + "default.handlebars->33->1728",
3621 + "default.handlebars->33->1730"
3622 ]
3623 },
3624 {
@@ -3715,7 +3715,7 @@
3715 "zh-chs": "添加成员身份",
3716 "zh-cht": "新增成員身份",
3717 "xloc": [
3718 - "default.handlebars->33->2299"
3718 + "default.handlebars->33->2309"
3719 ]
3720 },
3721 {
@@ -3755,8 +3755,8 @@
3755 "zh-chs": "添加安全密钥",
3756 "zh-cht": "新增安全密鑰",
3757 "xloc": [
3758 - "default.handlebars->33->1259",
3759 - "default.handlebars->33->1260",
3758 + "default.handlebars->33->1269",
3759 + "default.handlebars->33->1270",
3760 "default.handlebars->33->167",
3761 "default.handlebars->33->169",
3762 "default.handlebars->33->172",
@@ -3781,7 +3781,7 @@
3781 "zh-cht": "新增用戶",
3782 "xloc": [
3783 "default-mobile.handlebars->11->539",
3784 - "default.handlebars->33->773"
3784 + "default.handlebars->33->779"
3785 ]
3786 },
3787 {
@@ -3801,7 +3801,7 @@
3801 "zh-chs": "添加用户设备权限",
3802 "zh-cht": "新增用戶裝置權限",
3803 "xloc": [
3804 - "default.handlebars->33->1723"
3804 + "default.handlebars->33->1733"
3805 ]
3806 },
3807 {
@@ -3821,10 +3821,10 @@
3821 "zh-chs": "添加用户组",
3822 "zh-cht": "新增用戶群",
3823 "xloc": [
3824 - "default.handlebars->33->1610",
3825 - "default.handlebars->33->1715",
3826 - "default.handlebars->33->2273",
3827 - "default.handlebars->33->774"
3824 + "default.handlebars->33->1620",
3825 + "default.handlebars->33->1725",
3826 + "default.handlebars->33->2283",
3827 + "default.handlebars->33->780"
3828 ]
3829 },
3830 {
@@ -3844,7 +3844,7 @@
3844 "zh-chs": "添加用户组设备权限",
3845 "zh-cht": "新增用戶群裝置權限",
3846 "xloc": [
3847 - "default.handlebars->33->1725"
3847 + "default.handlebars->33->1735"
3848 ]
3849 },
3850 {
@@ -3901,8 +3901,8 @@
3901 "zh-chs": "添加用户",
3902 "zh-cht": "新增用戶",
3903 "xloc": [
3904 - "default.handlebars->33->1609",
3905 - "default.handlebars->33->2138"
3904 + "default.handlebars->33->1619",
3905 + "default.handlebars->33->2148"
3906 ]
3907 },
3908 {
@@ -3922,7 +3922,7 @@
3922 "zh-chs": "将用户添加到设备组",
3923 "zh-cht": "將用戶新增到裝置群",
3924 "xloc": [
3925 - "default.handlebars->33->1712"
3925 + "default.handlebars->33->1722"
3926 ]
3927 },
3928 {
@@ -3942,7 +3942,7 @@
3942 "zh-chs": "将用户添加到用户组",
3943 "zh-cht": "將用戶新增到用戶群",
3944 "xloc": [
3945 - "default.handlebars->33->2171"
3945 + "default.handlebars->33->2181"
3946 ]
3947 },
3948 {
@@ -4067,7 +4067,7 @@
4067 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
4068 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
4069 "xloc": [
4070 - "default.handlebars->33->1613",
4070 + "default.handlebars->33->1623",
4071 "default.handlebars->33->341"
4072 ]
4073 },
@@ -4144,7 +4144,7 @@
4144 "zh-chs": "添加了身份验证应用程序",
4145 "zh-cht": "添加了身份驗證應用程序",
4146 "xloc": [
4147 - "default.handlebars->33->1936"
4147 + "default.handlebars->33->1946"
4148 ]
4149 },
4150 {
@@ -4164,7 +4164,7 @@
4164 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
4165 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
4166 "xloc": [
4167 - "default.handlebars->33->1947"
4167 + "default.handlebars->33->1957"
4168 ]
4169 },
4170 {
@@ -4184,8 +4184,8 @@
4184 "zh-chs": "已将设备{0}添加到设备组{1}",
4185 "zh-cht": "已將設備{0}添加到設備組{1}",
4186 "xloc": [
4187 - "default.handlebars->33->1903",
4188 - "default.handlebars->33->1930"
4187 + "default.handlebars->33->1913",
4188 + "default.handlebars->33->1940"
4189 ]
4190 },
4191 {
@@ -4193,7 +4193,7 @@
4193 "nl": "Inlogtoken toegevoegd",
4194 "fr": "Jeton de connexion ajouté",
4195 "xloc": [
4196 - "default.handlebars->33->1961"
4196 + "default.handlebars->33->1971"
4197 ]
4198 },
4199 {
@@ -4201,7 +4201,7 @@
4201 "nl": "Verificatie apparaat voor pushmeldingen toegevoegd",
4202 "fr": "Appareil d'authentification par notification ajouté",
4203 "xloc": [
4204 - "default.handlebars->33->1959"
4204 + "default.handlebars->33->1969"
4205 ]
4206 },
4207 {
@@ -4221,7 +4221,7 @@
4221 "zh-chs": "添加了安全密钥",
4222 "zh-cht": "添加了安全密鑰",
4223 "xloc": [
4224 - "default.handlebars->33->1941"
4224 + "default.handlebars->33->1951"
4225 ]
4226 },
4227 {
@@ -4241,7 +4241,7 @@
4241 "zh-chs": "已将用户组{0}添加到设备组{1}",
4242 "zh-cht": "已將用戶組{0}添加到設備組{1}",
4243 "xloc": [
4244 - "default.handlebars->33->1914"
4244 + "default.handlebars->33->1924"
4245 ]
4246 },
4247 {
@@ -4261,8 +4261,8 @@
4261 "zh-chs": "已将用户{0}添加到用户组{1}",
4262 "zh-cht": "已將用戶{0}添加到用戶組{1}",
4263 "xloc": [
4264 - "default.handlebars->33->1917",
4265 - "default.handlebars->33->1926"
4264 + "default.handlebars->33->1927",
4265 + "default.handlebars->33->1936"
4266 ]
4267 },
4268 {
@@ -4323,7 +4323,7 @@
4323 "zh-cht": "管理員控制模式(ACM)",
4324 "xloc": [
4325 "default-mobile.handlebars->11->481",
4326 - "default.handlebars->33->1177"
4326 + "default.handlebars->33->1187"
4327 ]
4328 },
4329 {
@@ -4344,7 +4344,7 @@
4344 "zh-cht": "管理員憑證",
4345 "xloc": [
4346 "default-mobile.handlebars->11->487",
4347 - "default.handlebars->33->1183"
4347 + "default.handlebars->33->1193"
4348 ]
4349 },
4350 {
@@ -4385,7 +4385,7 @@
4385 "zh-chs": "管理领域",
4386 "zh-cht": "管理領域",
4387 "xloc": [
4388 - "default.handlebars->33->2207"
4388 + "default.handlebars->33->2217"
4389 ]
4390 },
4391 {
@@ -4426,7 +4426,7 @@
4426 "zh-chs": "管理领域",
4427 "zh-cht": "管理領域",
4428 "xloc": [
4429 - "default.handlebars->33->2075"
4429 + "default.handlebars->33->2085"
4430 ]
4431 },
4432 {
@@ -4446,7 +4446,7 @@
4446 "zh-chs": "管理员",
4447 "zh-cht": "管理員",
4448 "xloc": [
4449 - "default.handlebars->33->2004"
4449 + "default.handlebars->33->2014"
4450 ]
4451 },
4452 {
@@ -4466,7 +4466,7 @@
4466 "zh-chs": "南非文",
4467 "zh-cht": "南非文",
4468 "xloc": [
4469 - "default.handlebars->33->1262"
4469 + "default.handlebars->33->1272"
4470 ]
4471 },
4472 {
@@ -4491,9 +4491,9 @@
4491 "default-mobile.handlebars->11->260",
4492 "default-mobile.handlebars->11->282",
4493 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4494 - "default.handlebars->33->1779",
4495 - "default.handlebars->33->1792",
4496 - "default.handlebars->33->2414",
4494 + "default.handlebars->33->1789",
4495 + "default.handlebars->33->1802",
4496 + "default.handlebars->33->2424",
4497 "default.handlebars->33->292",
4498 "default.handlebars->33->498",
4499 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4516,8 +4516,8 @@
4516 "zh-chs": "代理+英特尔AMT",
4517 "zh-cht": "代理+Intel&reg; AMT",
4518 "xloc": [
4519 - "default.handlebars->33->1781",
4520 - "default.handlebars->33->1794"
4519 + "default.handlebars->33->1791",
4520 + "default.handlebars->33->1804"
4521 ]
4522 },
4523 {
@@ -4559,7 +4559,7 @@
4559 "zh-cht": "代理控制台",
4560 "xloc": [
4561 "default-mobile.handlebars->11->581",
4562 - "default.handlebars->33->1733"
4562 + "default.handlebars->33->1743"
4563 ]
4564 },
4565 {
@@ -4579,7 +4579,7 @@
4579 "zh-chs": "代理错误计数器",
4580 "zh-cht": "代理錯誤計數器",
4581 "xloc": [
4582 - "default.handlebars->33->2383"
4582 + "default.handlebars->33->2393"
4583 ]
4584 },
4585 {
@@ -4691,7 +4691,7 @@
4691 "zh-chs": "代理时段",
4692 "zh-cht": "代理時段",
4693 "xloc": [
4694 - "default.handlebars->33->2399"
4694 + "default.handlebars->33->2409"
4695 ]
4696 },
4697 {
@@ -4712,7 +4712,7 @@
4712 "zh-cht": "代理標籤",
4713 "xloc": [
4714 "default-mobile.handlebars->11->281",
4715 - "default.handlebars->33->677"
4715 + "default.handlebars->33->683"
4716 ]
4717 },
4718 {
@@ -4732,7 +4732,7 @@
4732 "zh-chs": "代理类型",
4733 "zh-cht": "代理類型",
4734 "xloc": [
4735 - "default.handlebars->33->1790",
4735 + "default.handlebars->33->1800",
4736 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
4737 ]
4738 },
@@ -4753,7 +4753,7 @@
4753 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4754 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4755 "xloc": [
4756 - "default.handlebars->33->1900"
4756 + "default.handlebars->33->1910"
4757 ]
4758 },
4759 {
@@ -4774,8 +4774,8 @@
4774 "zh-cht": "代理已連接",
4775 "xloc": [
4776 "default.handlebars->33->181",
4777 - "default.handlebars->33->764",
4778 - "default.handlebars->33->765"
4777 + "default.handlebars->33->770",
4778 + "default.handlebars->33->771"
4779 ]
4780 },
4781 {
@@ -4816,7 +4816,7 @@
4816 "zh-cht": "代理離線",
4817 "xloc": [
4818 "default-mobile.handlebars->11->515",
4819 - "default.handlebars->33->1212"
4819 + "default.handlebars->33->1222"
4820 ]
4821 },
4822 {
@@ -4837,7 +4837,7 @@
4837 "zh-cht": "代理在線",
4838 "xloc": [
4839 "default-mobile.handlebars->11->514",
4840 - "default.handlebars->33->1211"
4840 + "default.handlebars->33->1221"
4841 ]
4842 },
4843 {
@@ -4858,7 +4858,7 @@
4858 "zh-cht": "代理在特權降低的遠程設備上運行。",
4859 "xloc": [
4860 "default.handlebars->33->179",
4861 - "default.handlebars->33->762"
4861 + "default.handlebars->33->768"
4862 ]
4863 },
4864 {
@@ -4878,7 +4878,7 @@
4878 "zh-chs": "代理",
4879 "zh-cht": "代理",
4880 "xloc": [
4881 - "default.handlebars->33->2427"
4881 + "default.handlebars->33->2437"
4882 ]
4883 },
4884 {
@@ -4898,7 +4898,7 @@
4898 "zh-chs": "阿尔巴尼亚文",
4899 "zh-cht": "阿爾巴尼亞文",
4900 "xloc": [
4901 - "default.handlebars->33->1263"
4901 + "default.handlebars->33->1273"
4902 ]
4903 },
4904 {
@@ -4941,7 +4941,7 @@
4941 "zh-chs": "全部可用",
4942 "zh-cht": "全部可用",
4943 "xloc": [
4944 - "default.handlebars->33->1967"
4944 + "default.handlebars->33->1977"
4945 ]
4946 },
4947 {
@@ -4961,7 +4961,7 @@
4961 "zh-chs": "所有显示",
4962 "zh-cht": "所有顯示",
4963 "xloc": [
4964 - "default.handlebars->33->1058"
4964 + "default.handlebars->33->1064"
4965 ]
4966 },
4967 {
@@ -4981,7 +4981,7 @@
4981 "zh-chs": "所有事件",
4982 "zh-cht": "所有事件",
4983 "xloc": [
4984 - "default.handlebars->33->1965"
4984 + "default.handlebars->33->1975"
4985 ]
4986 },
4987 {
@@ -5001,9 +5001,9 @@
5001 "zh-chs": "全部聚焦",
5002 "zh-cht": "全部聚焦",
5003 "xloc": [
5004 - "default.handlebars->33->1003",
5005 - "default.handlebars->33->1005",
5006 - "default.handlebars->33->1006"
5004 + "default.handlebars->33->1009",
5005 + "default.handlebars->33->1011",
5006 + "default.handlebars->33->1012"
5007 ]
5008 },
5009 {
@@ -5023,8 +5023,8 @@
5023 "zh-chs": "允许用户管理此设备组和该组中的设备。",
5024 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
5025 "xloc": [
5026 - "default.handlebars->33->1679",
5027 - "default.handlebars->33->2168"
5026 + "default.handlebars->33->1689",
5027 + "default.handlebars->33->2178"
5028 ]
5029 },
5030 {
@@ -5044,7 +5044,7 @@
5044 "zh-chs": "允许用户管理此设备。",
5045 "zh-cht": "允許用戶管理此裝置。",
5046 "xloc": [
5047 - "default.handlebars->33->1680"
5047 + "default.handlebars->33->1690"
5048 ]
5049 },
5050 {
@@ -5084,8 +5084,8 @@
5084 "xloc": [
5085 "default-mobile.handlebars->11->374",
5086 "default-mobile.handlebars->11->378",
5087 - "default.handlebars->33->1026",
5088 - "default.handlebars->33->1030"
5087 + "default.handlebars->33->1032",
5088 + "default.handlebars->33->1036"
5089 ]
5090 },
5091 {
@@ -5147,7 +5147,7 @@
5147 "zh-chs": "备用(F10 = ESC + 0)",
5148 "zh-cht": "備用(F10 = ESC + 0)",
5149 "xloc": [
5150 - "default.handlebars->33->1069",
5150 + "default.handlebars->33->1079",
5151 "sharing.handlebars->11->37"
5152 ]
5153 },
@@ -5190,10 +5190,10 @@
5190 "zh-chs": "一直通知",
5191 "zh-cht": "一直通知",
5192 "xloc": [
5193 - "default.handlebars->33->1589",
5194 - "default.handlebars->33->2129",
5195 - "default.handlebars->33->2216",
5196 - "default.handlebars->33->705"
5193 + "default.handlebars->33->1599",
5194 + "default.handlebars->33->2139",
5195 + "default.handlebars->33->2226",
5196 + "default.handlebars->33->711"
5197 ]
5198 },
5199 {
@@ -5213,10 +5213,10 @@
5213 "zh-chs": "一直提示",
5214 "zh-cht": "一直提示",
5215 "xloc": [
5216 - "default.handlebars->33->1590",
5217 - "default.handlebars->33->2130",
5218 - "default.handlebars->33->2217",
5219 - "default.handlebars->33->706"
5216 + "default.handlebars->33->1600",
5217 + "default.handlebars->33->2140",
5218 + "default.handlebars->33->2227",
5219 + "default.handlebars->33->712"
5220 ]
5221 },
5222 {
@@ -5363,8 +5363,8 @@
5363 "fr": "Antivirus désactivé",
5364 "de": "Anti-virus ist nicht aktiv",
5365 "xloc": [
5366 - "default.handlebars->33->1783",
5367 - "default.handlebars->33->1797"
5366 + "default.handlebars->33->1793",
5367 + "default.handlebars->33->1807"
5368 ]
5369 },
5370 {
@@ -5385,7 +5385,7 @@
5385 "zh-cht": "防毒軟體",
5386 "xloc": [
5387 "default-mobile.handlebars->11->444",
5388 - "default.handlebars->33->696"
5388 + "default.handlebars->33->702"
5389 ]
5390 },
5391 {
@@ -5506,7 +5506,7 @@
5506 "zh-chs": "阿拉伯文(阿尔及利亚)",
5507 "zh-cht": "阿拉伯文(阿爾及利亞)",
5508 "xloc": [
5509 - "default.handlebars->33->1265"
5509 + "default.handlebars->33->1275"
5510 ]
5511 },
5512 {
@@ -5526,7 +5526,7 @@
5526 "zh-chs": "阿拉伯文(巴林)",
5527 "zh-cht": "阿拉伯文(巴林)",
5528 "xloc": [
5529 - "default.handlebars->33->1266"
5529 + "default.handlebars->33->1276"
5530 ]
5531 },
5532 {
@@ -5546,7 +5546,7 @@
5546 "zh-chs": "阿拉伯文(埃及)",
5547 "zh-cht": "阿拉伯文(埃及)",
5548 "xloc": [
5549 - "default.handlebars->33->1267"
5549 + "default.handlebars->33->1277"
5550 ]
5551 },
5552 {
@@ -5566,7 +5566,7 @@
5566 "zh-chs": "阿拉伯文(伊拉克)",
5567 "zh-cht": "阿拉伯文(伊拉克)",
5568 "xloc": [
5569 - "default.handlebars->33->1268"
5569 + "default.handlebars->33->1278"
5570 ]
5571 },
5572 {
@@ -5586,7 +5586,7 @@
5586 "zh-chs": "阿拉伯文(约旦)",
5587 "zh-cht": "阿拉伯文(約旦)",
5588 "xloc": [
5589 - "default.handlebars->33->1269"
5589 + "default.handlebars->33->1279"
5590 ]
5591 },
5592 {
@@ -5606,7 +5606,7 @@
5606 "zh-chs": "阿拉伯文(科威特)",
5607 "zh-cht": "阿拉伯文(科威特)",
5608 "xloc": [
5609 - "default.handlebars->33->1270"
5609 + "default.handlebars->33->1280"
5610 ]
5611 },
5612 {
@@ -5626,7 +5626,7 @@
5626 "zh-chs": "阿拉伯文(黎巴嫩)",
5627 "zh-cht": "阿拉伯文(黎巴嫩)",
5628 "xloc": [
5629 - "default.handlebars->33->1271"
5629 + "default.handlebars->33->1281"
5630 ]
5631 },
5632 {
@@ -5646,7 +5646,7 @@
5646 "zh-chs": "阿拉伯文(利比亚)",
5647 "zh-cht": "阿拉伯文(利比亞)",
5648 "xloc": [
5649 - "default.handlebars->33->1272"
5649 + "default.handlebars->33->1282"
5650 ]
5651 },
5652 {
@@ -5666,7 +5666,7 @@
5666 "zh-chs": "阿拉伯文(摩洛哥)",
5667 "zh-cht": "阿拉伯文(摩洛哥)",
5668 "xloc": [
5669 - "default.handlebars->33->1273"
5669 + "default.handlebars->33->1283"
5670 ]
5671 },
5672 {
@@ -5686,7 +5686,7 @@
5686 "zh-chs": "阿拉伯文(阿曼)",
5687 "zh-cht": "阿拉伯文(阿曼)",
5688 "xloc": [
5689 - "default.handlebars->33->1274"
5689 + "default.handlebars->33->1284"
5690 ]
5691 },
5692 {
@@ -5706,7 +5706,7 @@
5706 "zh-chs": "阿拉伯文(卡塔尔)",
5707 "zh-cht": "阿拉伯文(卡塔爾)",
5708 "xloc": [
5709 - "default.handlebars->33->1275"
5709 + "default.handlebars->33->1285"
5710 ]
5711 },
5712 {
@@ -5726,7 +5726,7 @@
5726 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5727 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5728 "xloc": [
5729 - "default.handlebars->33->1276"
5729 + "default.handlebars->33->1286"
5730 ]
5731 },
5732 {
@@ -5746,7 +5746,7 @@
5746 "zh-chs": "阿拉伯文(标准)",
5747 "zh-cht": "阿拉伯文(標準)",
5748 "xloc": [
5749 - "default.handlebars->33->1264"
5749 + "default.handlebars->33->1274"
5750 ]
5751 },
5752 {
@@ -5766,7 +5766,7 @@
5766 "zh-chs": "阿拉伯文(叙利亚)",
5767 "zh-cht": "阿拉伯文(敘利亞)",
5768 "xloc": [
5769 - "default.handlebars->33->1277"
5769 + "default.handlebars->33->1287"
5770 ]
5771 },
5772 {
@@ -5786,7 +5786,7 @@
5786 "zh-chs": "阿拉伯文(突尼斯)",
5787 "zh-cht": "阿拉伯文(突尼斯)",
5788 "xloc": [
5789 - "default.handlebars->33->1278"
5789 + "default.handlebars->33->1288"
5790 ]
5791 },
5792 {
@@ -5806,7 +5806,7 @@
5806 "zh-chs": "阿拉伯文(阿联酋)",
5807 "zh-cht": "阿拉伯文(阿聯酋)",
5808 "xloc": [
5809 - "default.handlebars->33->1279"
5809 + "default.handlebars->33->1289"
5810 ]
5811 },
5812 {
@@ -5826,7 +5826,7 @@
5826 "zh-chs": "阿拉伯文(也门)",
5827 "zh-cht": "阿拉伯文(也門)",
5828 "xloc": [
5829 - "default.handlebars->33->1280"
5829 + "default.handlebars->33->1290"
5830 ]
5831 },
5832 {
@@ -5846,7 +5846,7 @@
5846 "zh-chs": "阿拉贡文",
5847 "zh-cht": "阿拉貢文",
5848 "xloc": [
5849 - "default.handlebars->33->1281"
5849 + "default.handlebars->33->1291"
5850 ]
5851 },
5852 {
@@ -5867,7 +5867,7 @@
5867 "zh-cht": "結構",
5868 "xloc": [
5869 "default-mobile.handlebars->11->427",
5870 - "default.handlebars->33->1130"
5870 + "default.handlebars->33->1140"
5871 ]
5872 },
5873 {
@@ -5908,7 +5908,7 @@
5908 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5909 "xloc": [
5910 "default-mobile.handlebars->11->546",
5911 - "default.handlebars->33->1655"
5911 + "default.handlebars->33->1665"
5912 ]
5913 },
5914 {
@@ -5928,7 +5928,7 @@
5928 "zh-chs": "您确定要删除节点{0}吗?",
5929 "zh-cht": "你確定要刪除節點{0}嗎?",
5930 "xloc": [
5931 - "default.handlebars->33->945"
5931 + "default.handlebars->33->951"
5932 ]
5933 },
5934 {
@@ -5948,7 +5948,7 @@
5948 "zh-chs": "您确定要卸载所选代理吗?",
5949 "zh-cht": "你確定要卸載所選代理嗎?",
5950 "xloc": [
5951 - "default.handlebars->33->934"
5951 + "default.handlebars->33->940"
5952 ]
5953 },
5954 {
@@ -5968,7 +5968,7 @@
5968 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5969 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5970 "xloc": [
5971 - "default.handlebars->33->933"
5971 + "default.handlebars->33->939"
5972 ]
5973 },
5974 {
@@ -5988,7 +5988,7 @@
5988 "zh-chs": "您确定要{0}插件吗:{1}",
5989 "zh-cht": "你確定要{0}外掛嗎:{1}",
5990 "xloc": [
5991 - "default.handlebars->33->2476"
5991 + "default.handlebars->33->2486"
5992 ]
5993 },
5994 {
@@ -6008,7 +6008,7 @@
6008 "zh-chs": "亚美尼亚文",
6009 "zh-cht": "亞美尼亞文",
6010 "xloc": [
6011 - "default.handlebars->33->1282"
6011 + "default.handlebars->33->1292"
6012 ]
6013 },
6014 {
@@ -6068,7 +6068,7 @@
6068 "zh-chs": "阿萨姆文",
6069 "zh-cht": "阿薩姆文",
6070 "xloc": [
6071 - "default.handlebars->33->1283"
6071 + "default.handlebars->33->1293"
6072 ]
6073 },
6074 {
@@ -6088,7 +6088,7 @@
6088 "zh-chs": "阿斯图里亚斯文",
6089 "zh-cht": "阿斯圖里亞斯文",
6090 "xloc": [
6091 - "default.handlebars->33->1284"
6091 + "default.handlebars->33->1294"
6092 ]
6093 },
6094 {
@@ -6108,7 +6108,7 @@
6108 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
6109 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
6110 "xloc": [
6111 - "default.handlebars->33->1869"
6111 + "default.handlebars->33->1879"
6112 ]
6113 },
6114 {
@@ -6116,6 +6116,7 @@
6116 "nl": "Authenticatie",
6117 "fr": "Authentification",
6118 "xloc": [
6119 + "default.handlebars->33->1074",
6120 "ssh.handlebars->3->7",
6121 "ssh.handlebars->3->8"
6122 ]
@@ -6137,7 +6138,7 @@
6138 "zh-chs": "认证软件",
6139 "zh-cht": "認證軟體",
6140 "xloc": [
6140 - "default.handlebars->33->2220"
6141 + "default.handlebars->33->2230"
6142 ]
6143 },
6144 {
@@ -6145,9 +6146,9 @@
6146 "nl": "Verificatieapparaat",
6147 "fr": "Dispositif d'authentification",
6148 "xloc": [
6148 - "default.handlebars->33->1245",
6149 - "default.handlebars->33->1247",
6150 - "default.handlebars->33->1251"
6149 + "default.handlebars->33->1255",
6150 + "default.handlebars->33->1257",
6151 + "default.handlebars->33->1261"
6152 ]
6153 },
6154 {
@@ -6171,8 +6172,8 @@
6172 "default-mobile.handlebars->11->64",
6173 "default-mobile.handlebars->11->95",
6174 "default-mobile.handlebars->11->97",
6174 - "default.handlebars->33->1241",
6175 - "default.handlebars->33->1243",
6175 + "default.handlebars->33->1251",
6176 + "default.handlebars->33->1253",
6177 "default.handlebars->33->143",
6178 "default.handlebars->33->148"
6179 ]
@@ -6254,7 +6255,7 @@
6255 "zh-chs": "自动删除",
6256 "zh-cht": "自動刪除",
6257 "xloc": [
6257 - "default.handlebars->33->1576"
6258 + "default.handlebars->33->1586"
6259 ]
6260 },
6261 {
@@ -6298,7 +6299,7 @@
6299 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6300 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6301 "xloc": [
6301 - "default.handlebars->33->1950"
6302 + "default.handlebars->33->1960"
6303 ]
6304 },
6305 {
@@ -6338,7 +6339,7 @@
6339 "zh-chs": "可用內存",
6340 "zh-cht": "可用內存",
6341 "xloc": [
6341 - "default.handlebars->33->2408"
6342 + "default.handlebars->33->2418"
6343 ]
6344 },
6345 {
@@ -6358,7 +6359,7 @@
6359 "zh-chs": "阿塞拜疆文",
6360 "zh-cht": "阿塞拜疆文",
6361 "xloc": [
6361 - "default.handlebars->33->1285"
6362 + "default.handlebars->33->1295"
6363 ]
6364 },
6365 {
@@ -6370,9 +6371,9 @@
6371 "default-mobile.handlebars->11->431",
6372 "default-mobile.handlebars->11->435",
6373 "default-mobile.handlebars->11->439",
6373 - "default.handlebars->33->683",
6374 - "default.handlebars->33->687",
6375 - "default.handlebars->33->691"
6374 + "default.handlebars->33->689",
6375 + "default.handlebars->33->693",
6376 + "default.handlebars->33->697"
6377 ]
6378 },
6379 {
@@ -6393,7 +6394,7 @@
6394 "zh-cht": "的BIOS",
6395 "xloc": [
6396 "default-mobile.handlebars->11->493",
6396 - "default.handlebars->33->1189"
6397 + "default.handlebars->33->1199"
6398 ]
6399 },
6400 {
@@ -6479,7 +6480,7 @@
6480 "de": "Rücktaste",
6481 "xloc": [
6482 "default-mobile.handlebars->11->357",
6482 - "default.handlebars->33->1009"
6483 + "default.handlebars->33->1015"
6484 ]
6485 },
6486 {
@@ -6519,8 +6520,8 @@
6520 "zh-chs": "背景与互动",
6521 "zh-cht": "背景與互動",
6522 "xloc": [
6522 - "default.handlebars->33->1762",
6523 - "default.handlebars->33->1769",
6523 + "default.handlebars->33->1772",
6524 + "default.handlebars->33->1779",
6525 "default.handlebars->33->406",
6526 "default.handlebars->33->420"
6527 ]
@@ -6542,8 +6543,8 @@
6543 "zh-chs": "仅背景",
6544 "zh-cht": "僅背景",
6545 "xloc": [
6545 - "default.handlebars->33->1763",
6546 - "default.handlebars->33->1770",
6546 + "default.handlebars->33->1773",
6547 + "default.handlebars->33->1780",
6548 "default.handlebars->33->407",
6549 "default.handlebars->33->421",
6550 "default.handlebars->33->436"
@@ -6587,7 +6588,7 @@
6588 "zh-chs": "备用码",
6589 "zh-cht": "備用碼",
6590 "xloc": [
6590 - "default.handlebars->33->2222"
6591 + "default.handlebars->33->2232"
6592 ]
6593 },
6594 {
@@ -6607,7 +6608,7 @@
6608 "zh-chs": "错误的签名",
6609 "zh-cht": "錯誤的簽名",
6610 "xloc": [
6610 - "default.handlebars->33->2390"
6611 + "default.handlebars->33->2400"
6612 ]
6613 },
6614 {
@@ -6627,7 +6628,7 @@
6628 "zh-chs": "错误的网络证书",
6629 "zh-cht": "錯誤的網絡憑證",
6630 "xloc": [
6630 - "default.handlebars->33->2389"
6631 + "default.handlebars->33->2399"
6632 ]
6633 },
6634 {
@@ -6647,7 +6648,7 @@
6648 "zh-chs": "巴斯克",
6649 "zh-cht": "巴斯克",
6650 "xloc": [
6650 - "default.handlebars->33->1286"
6651 + "default.handlebars->33->1296"
6652 ]
6653 },
6654 {
@@ -6707,7 +6708,7 @@
6708 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
6709 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6710 "xloc": [
6710 - "default.handlebars->33->1949"
6711 + "default.handlebars->33->1959"
6712 ]
6713 },
6714 {
@@ -6727,7 +6728,7 @@
6728 "zh-chs": "白俄罗斯文",
6729 "zh-cht": "白俄羅斯文",
6730 "xloc": [
6730 - "default.handlebars->33->1288"
6731 + "default.handlebars->33->1298"
6732 ]
6733 },
6734 {
@@ -6747,7 +6748,7 @@
6748 "zh-chs": "孟加拉",
6749 "zh-cht": "孟加拉",
6750 "xloc": [
6750 - "default.handlebars->33->1289"
6751 + "default.handlebars->33->1299"
6752 ]
6753 },
6754 {
@@ -6779,7 +6780,7 @@
6780 "fr": "Chargeur de démarrage",
6781 "xloc": [
6782 "default-mobile.handlebars->11->457",
6782 - "default.handlebars->33->1143"
6783 + "default.handlebars->33->1153"
6784 ]
6785 },
6786 {
@@ -6799,7 +6800,7 @@
6800 "zh-chs": "波斯尼亚文",
6801 "zh-cht": "波斯尼亞文",
6802 "xloc": [
6802 - "default.handlebars->33->1290"
6803 + "default.handlebars->33->1300"
6804 ]
6805 },
6806 {
@@ -6819,7 +6820,7 @@
6820 "zh-chs": "布列塔尼",
6821 "zh-cht": "布列塔尼",
6822 "xloc": [
6822 - "default.handlebars->33->1291"
6823 + "default.handlebars->33->1301"
6824 ]
6825 },
6826 {
@@ -6839,7 +6840,7 @@
6840 "zh-chs": "广播",
6841 "zh-cht": "廣播",
6842 "xloc": [
6842 - "default.handlebars->33->2136",
6843 + "default.handlebars->33->2146",
6844 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6845 ]
6846 },
@@ -6860,7 +6861,7 @@
6861 "zh-chs": "广播消息",
6862 "zh-cht": "廣播消息",
6863 "xloc": [
6863 - "default.handlebars->33->2057"
6864 + "default.handlebars->33->2067"
6865 ]
6866 },
6867 {
@@ -6880,7 +6881,7 @@
6881 "zh-chs": "向所有连接的用户广播消息。",
6882 "zh-cht": "向所有連接的用戶廣播消息。",
6883 "xloc": [
6883 - "default.handlebars->33->2052"
6884 + "default.handlebars->33->2062"
6885 ]
6886 },
6887 {
@@ -6910,7 +6911,7 @@
6911 "zh-chs": "保加利亚文",
6912 "zh-cht": "保加利亞文",
6913 "xloc": [
6913 - "default.handlebars->33->1287"
6914 + "default.handlebars->33->1297"
6915 ]
6916 },
6917 {
@@ -6930,7 +6931,7 @@
6931 "zh-chs": "缅甸文",
6932 "zh-cht": "緬甸文",
6933 "xloc": [
6933 - "default.handlebars->33->1292"
6934 + "default.handlebars->33->1302"
6935 ]
6936 },
6937 {
@@ -6951,7 +6952,7 @@
6952 "zh-cht": "CCM",
6953 "xloc": [
6954 "default-mobile.handlebars->11->267",
6954 - "default.handlebars->33->659"
6955 + "default.handlebars->33->665"
6956 ]
6957 },
6958 {
@@ -6971,7 +6972,7 @@
6972 "zh-chs": "CCM模式",
6973 "zh-cht": "CCM模式",
6974 "xloc": [
6974 - "default.handlebars->33->1638"
6975 + "default.handlebars->33->1648"
6976 ]
6977 },
6978 {
@@ -6992,7 +6993,7 @@
6993 "zh-cht": "CIRA",
6994 "xloc": [
6995 "default-mobile.handlebars->11->236",
6995 - "default.handlebars->33->2415",
6996 + "default.handlebars->33->2425",
6997 "default.handlebars->33->294",
6998 "default.handlebars->33->500"
6999 ]
@@ -7014,7 +7015,7 @@
7015 "zh-chs": "CIRA服务器",
7016 "zh-cht": "CIRA伺服器",
7017 "xloc": [
7017 - "default.handlebars->33->2460"
7018 + "default.handlebars->33->2470"
7019 ]
7020 },
7021 {
@@ -7034,7 +7035,7 @@
7035 "zh-chs": "CIRA服务器命令",
7036 "zh-cht": "CIRA伺服器指令",
7037 "xloc": [
7037 - "default.handlebars->33->2461"
7038 + "default.handlebars->33->2471"
7039 ]
7040 },
7041 {
@@ -7054,7 +7055,7 @@
7055 "zh-chs": "CIRA设置",
7056 "zh-cht": "CIRA設置",
7057 "xloc": [
7057 - "default.handlebars->33->1646"
7058 + "default.handlebars->33->1656"
7059 ]
7060 },
7061 {
@@ -7075,7 +7076,7 @@
7076 "zh-cht": "CPU",
7077 "xloc": [
7078 "default-mobile.handlebars->11->499",
7078 - "default.handlebars->33->1195"
7079 + "default.handlebars->33->1205"
7080 ]
7081 },
7082 {
@@ -7095,7 +7096,7 @@
7096 "zh-chs": "CPU负载",
7097 "zh-cht": "CPU負載",
7098 "xloc": [
7098 - "default.handlebars->33->2404"
7099 + "default.handlebars->33->2414"
7100 ]
7101 },
7102 {
@@ -7115,7 +7116,7 @@
7116 "zh-chs": "最近15分钟的CPU负载",
7117 "zh-cht": "最近15分鐘的CPU負載",
7118 "xloc": [
7118 - "default.handlebars->33->2407"
7119 + "default.handlebars->33->2417"
7120 ]
7121 },
7122 {
@@ -7135,7 +7136,7 @@
7136 "zh-chs": "最近5分钟的CPU负载",
7137 "zh-cht": "最近5分鐘的CPU負載",
7138 "xloc": [
7138 - "default.handlebars->33->2406"
7139 + "default.handlebars->33->2416"
7140 ]
7141 },
7142 {
@@ -7155,7 +7156,7 @@
7156 "zh-chs": "最近一分钟的CPU负载",
7157 "zh-cht": "最近一分鐘的CPU負載",
7158 "xloc": [
7158 - "default.handlebars->33->2405"
7159 + "default.handlebars->33->2415"
7160 ]
7161 },
7162 {
@@ -7175,8 +7176,8 @@
7176 "zh-chs": "CR+LF",
7177 "zh-cht": "CR+LF",
7178 "xloc": [
7178 - "default.handlebars->33->1062",
7179 - "default.handlebars->33->1071",
7179 + "default.handlebars->33->1069",
7180 + "default.handlebars->33->1081",
7181 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
7182 "sharing.handlebars->11->25",
7183 "sharing.handlebars->11->39",
@@ -7200,7 +7201,7 @@
7201 "zh-chs": "CSV",
7202 "zh-cht": "CSV",
7203 "xloc": [
7203 - "default.handlebars->33->1975"
7204 + "default.handlebars->33->1985"
7205 ]
7206 },
7207 {
@@ -7220,8 +7221,8 @@
7221 "zh-chs": "CSV格式",
7222 "zh-cht": "CSV格式",
7223 "xloc": [
7223 - "default.handlebars->33->1979",
7224 - "default.handlebars->33->2044",
7224 + "default.handlebars->33->1989",
7225 + "default.handlebars->33->2054",
7226 "default.handlebars->33->566"
7227 ]
7228 },
@@ -7259,7 +7260,7 @@
7260 "zh-chs": "呼叫错误",
7261 "zh-cht": "呼叫錯誤",
7262 "xloc": [
7262 - "default.handlebars->33->2477"
7263 + "default.handlebars->33->2487"
7264 ]
7265 },
7266 {
@@ -7282,8 +7283,8 @@
7283 "agent-translations.json",
7284 "default-mobile.handlebars->11->106",
7285 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
7285 - "default.handlebars->33->1553",
7286 - "default.handlebars->33->2466",
7286 + "default.handlebars->33->1563",
7287 + "default.handlebars->33->2476",
7288 "default.handlebars->container->dialog->idx_dlgButtonBar",
7289 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
7290 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -7314,9 +7315,9 @@
7315 "default-mobile.handlebars->11->504",
7316 "default-mobile.handlebars->11->509",
7317 "default-mobile.handlebars->11->511",
7317 - "default.handlebars->33->1200",
7318 - "default.handlebars->33->1205",
7319 - "default.handlebars->33->1207"
7318 + "default.handlebars->33->1210",
7319 + "default.handlebars->33->1215",
7320 + "default.handlebars->33->1217"
7321 ]
7322 },
7323 {
@@ -7337,7 +7338,7 @@
7338 "zh-cht": "容量/速度",
7339 "xloc": [
7340 "default-mobile.handlebars->11->502",
7340 - "default.handlebars->33->1198"
7341 + "default.handlebars->33->1208"
7342 ]
7343 },
7344 {
@@ -7357,7 +7358,7 @@
7358 "zh-chs": "加泰罗尼亚文",
7359 "zh-cht": "加泰羅尼亞文",
7360 "xloc": [
7360 - "default.handlebars->33->1293"
7361 + "default.handlebars->33->1303"
7362 ]
7363 },
7364 {
@@ -7407,7 +7408,7 @@
7408 "zh-chs": "查莫罗",
7409 "zh-cht": "查莫羅",
7410 "xloc": [
7410 - "default.handlebars->33->1294"
7411 + "default.handlebars->33->1304"
7412 ]
7413 },
7414 {
@@ -7449,7 +7450,7 @@
7450 "zh-chs": "更改{0}的电邮",
7451 "zh-cht": "更改{0}的電郵",
7452 "xloc": [
7452 - "default.handlebars->33->2254"
7453 + "default.handlebars->33->2264"
7454 ]
7455 },
7456 {
@@ -7469,9 +7470,9 @@
7470 "zh-chs": "更改组",
7471 "zh-cht": "更改群",
7472 "xloc": [
7472 - "default.handlebars->33->736",
7473 - "default.handlebars->33->942",
7474 - "default.handlebars->33->943"
7473 + "default.handlebars->33->742",
7474 + "default.handlebars->33->948",
7475 + "default.handlebars->33->949"
7476 ]
7477 },
7478 {
@@ -7492,8 +7493,8 @@
7493 "zh-cht": "更改密碼",
7494 "xloc": [
7495 "default-mobile.handlebars->11->114",
7495 - "default.handlebars->33->1509",
7496 - "default.handlebars->33->2239"
7496 + "default.handlebars->33->1519",
7497 + "default.handlebars->33->2249"
7498 ]
7499 },
7500 {
@@ -7513,7 +7514,7 @@
7514 "zh-chs": "更改{0}的密码",
7515 "zh-cht": "更改{0}的密碼",
7516 "xloc": [
7516 - "default.handlebars->33->2263"
7517 + "default.handlebars->33->2273"
7518 ]
7519 },
7520 {
@@ -7533,7 +7534,7 @@
7534 "zh-chs": "更改{0}的真实名称",
7535 "zh-cht": "更改{0}的真實名稱",
7536 "xloc": [
7536 - "default.handlebars->33->2249"
7537 + "default.handlebars->33->2259"
7538 ]
7539 },
7540 {
@@ -7624,7 +7625,7 @@
7625 "zh-chs": "更改该用户的密码",
7626 "zh-cht": "更改該用戶的密碼",
7627 "xloc": [
7627 - "default.handlebars->33->2238"
7628 + "default.handlebars->33->2248"
7629 ]
7630 },
7631 {
@@ -7664,7 +7665,7 @@
7665 "zh-chs": "在此处更改您的帐户电邮地址。",
7666 "zh-cht": "在此處更改你的帳戶電郵地址。",
7667 "xloc": [
7667 - "default.handlebars->33->1496"
7668 + "default.handlebars->33->1506"
7669 ]
7670 },
7671 {
@@ -7684,7 +7685,7 @@
7685 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7686 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7687 "xloc": [
7687 - "default.handlebars->33->1502"
7688 + "default.handlebars->33->1512"
7689 ]
7690 },
7691 {
@@ -7704,7 +7705,7 @@
7705 "zh-chs": "更改帐户凭据",
7706 "zh-cht": "帳戶憑證已更改",
7707 "xloc": [
7707 - "default.handlebars->33->1921"
7708 + "default.handlebars->33->1931"
7709 ]
7710 },
7711 {
@@ -7724,7 +7725,7 @@
7725 "zh-chs": "{1}组中的设备{0}已更改:{2}",
7726 "zh-cht": "{1}組中的設備{0}已更改:{2}",
7727 "xloc": [
7727 - "default.handlebars->33->1905"
7728 + "default.handlebars->33->1915"
7729 ]
7730 },
7731 {
@@ -7744,7 +7745,7 @@
7745 "zh-chs": "语言从{1}更改为{2}",
7746 "zh-cht": "語言從{1}更改為{2}",
7747 "xloc": [
7747 - "default.handlebars->33->1849"
7748 + "default.handlebars->33->1859"
7749 ]
7750 },
7751 {
@@ -7764,8 +7765,8 @@
7765 "zh-chs": "已更改{0}的用户设备权限",
7766 "zh-cht": "已更改{0}的用戶設備權限",
7767 "xloc": [
7767 - "default.handlebars->33->1907",
7768 - "default.handlebars->33->1928"
7768 + "default.handlebars->33->1917",
7769 + "default.handlebars->33->1938"
7770 ]
7771 },
7772 {
@@ -7785,7 +7786,7 @@
7786 "zh-chs": "更改语言将需要刷新页面。",
7787 "zh-cht": "更改語言將需要刷新頁面。",
7788 "xloc": [
7788 - "default.handlebars->33->1461"
7789 + "default.handlebars->33->1471"
7790 ]
7791 },
7792 {
@@ -7805,12 +7806,12 @@
7806 "zh-chs": "聊天",
7807 "zh-cht": "聊天",
7808 "xloc": [
7808 - "default.handlebars->33->1996",
7809 - "default.handlebars->33->2234",
7810 - "default.handlebars->33->2235",
7811 - "default.handlebars->33->731",
7812 - "default.handlebars->33->810",
7813 - "default.handlebars->33->832"
7809 + "default.handlebars->33->2006",
7810 + "default.handlebars->33->2244",
7811 + "default.handlebars->33->2245",
7812 + "default.handlebars->33->737",
7813 + "default.handlebars->33->816",
7814 + "default.handlebars->33->838"
7815 ]
7816 },
7817 {
@@ -7832,8 +7833,8 @@
7833 "xloc": [
7834 "default-mobile.handlebars->11->571",
7835 "default-mobile.handlebars->11->591",
7835 - "default.handlebars->33->1708",
7836 - "default.handlebars->33->1744"
7836 + "default.handlebars->33->1718",
7837 + "default.handlebars->33->1754"
7838 ]
7839 },
7840 {
@@ -7843,7 +7844,7 @@
7844 "de": "Chat Anfrage, Drücke hier zum annehmen.",
7845 "xloc": [
7846 "default-mobile.handlebars->11->623",
7846 - "default.handlebars->33->2359"
7847 + "default.handlebars->33->2369"
7848 ]
7849 },
7850 {
@@ -7883,7 +7884,7 @@
7884 "zh-chs": "车臣",
7885 "zh-cht": "車臣",
7886 "xloc": [
7886 - "default.handlebars->33->1295"
7887 + "default.handlebars->33->1305"
7888 ]
7889 },
7890 {
@@ -7983,8 +7984,8 @@
7984 "zh-chs": "检查...",
7985 "zh-cht": "檢查...",
7986 "xloc": [
7986 - "default.handlebars->33->1261",
7987 - "default.handlebars->33->2471"
7987 + "default.handlebars->33->1271",
7988 + "default.handlebars->33->2481"
7989 ]
7990 },
7991 {
@@ -8004,7 +8005,7 @@
8005 "zh-chs": "中文",
8006 "zh-cht": "中文",
8007 "xloc": [
8007 - "default.handlebars->33->1296"
8008 + "default.handlebars->33->1306"
8009 ]
8010 },
8011 {
@@ -8024,7 +8025,7 @@
8025 "zh-chs": "中文(香港)",
8026 "zh-cht": "中文(香港)",
8027 "xloc": [
8027 - "default.handlebars->33->1297"
8028 + "default.handlebars->33->1307"
8029 ]
8030 },
8031 {
@@ -8044,7 +8045,7 @@
8045 "zh-chs": "中文(中国)",
8046 "zh-cht": "中文(中國)",
8047 "xloc": [
8047 - "default.handlebars->33->1298"
8048 + "default.handlebars->33->1308"
8049 ]
8050 },
8051 {
@@ -8064,7 +8065,7 @@
8065 "zh-chs": "简体中文",
8066 "zh-cht": "簡體中文",
8067 "xloc": [
8067 - "default.handlebars->33->1458"
8068 + "default.handlebars->33->1468"
8069 ]
8070 },
8071 {
@@ -8084,7 +8085,7 @@
8085 "zh-chs": "中文(新加坡)",
8086 "zh-cht": "中文(新加坡)",
8087 "xloc": [
8087 - "default.handlebars->33->1299"
8088 + "default.handlebars->33->1309"
8089 ]
8090 },
8091 {
@@ -8104,7 +8105,7 @@
8105 "zh-chs": "中文(台湾)",
8106 "zh-cht": "中文(台灣)",
8107 "xloc": [
8107 - "default.handlebars->33->1300"
8108 + "default.handlebars->33->1310"
8109 ]
8110 },
8111 {
@@ -8124,7 +8125,7 @@
8125 "zh-chs": "繁体中文",
8126 "zh-cht": "繁體中文",
8127 "xloc": [
8127 - "default.handlebars->33->1459"
8128 + "default.handlebars->33->1469"
8129 ]
8130 },
8131 {
@@ -8165,7 +8166,7 @@
8166 "zh-chs": "楚瓦什",
8167 "zh-cht": "楚瓦什",
8168 "xloc": [
8168 - "default.handlebars->33->1301"
8169 + "default.handlebars->33->1311"
8170 ]
8171 },
8172 {
@@ -8209,11 +8210,11 @@
8210 "default-mobile.handlebars->11->417",
8211 "default-mobile.handlebars->11->71",
8212 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8212 - "default.handlebars->33->1107",
8213 - "default.handlebars->33->1109",
8214 - "default.handlebars->33->1111",
8215 - "default.handlebars->33->1113",
8216 - "default.handlebars->33->1843",
8213 + "default.handlebars->33->1117",
8214 + "default.handlebars->33->1119",
8215 + "default.handlebars->33->1121",
8216 + "default.handlebars->33->1123",
8217 + "default.handlebars->33->1853",
8218 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8219 "default.handlebars->container->column_l->p41->3->1",
8220 "messenger.handlebars->xbottom->1->1->0->5",
@@ -8280,7 +8281,7 @@
8281 "zh-cht": "全部清除",
8282 "xloc": [
8283 "default-mobile.handlebars->11->606",
8283 - "default.handlebars->33->2342"
8284 + "default.handlebars->33->2352"
8285 ]
8286 },
8287 {
@@ -8322,7 +8323,7 @@
8323 "zh-cht": "清除核心",
8324 "xloc": [
8325 "default-mobile.handlebars->11->525",
8325 - "default.handlebars->33->1222"
8326 + "default.handlebars->33->1232"
8327 ]
8328 },
8329 {
@@ -8363,7 +8364,7 @@
8364 "zh-cht": "清除此通知",
8365 "xloc": [
8366 "default-mobile.handlebars->11->605",
8366 - "default.handlebars->33->2341"
8367 + "default.handlebars->33->2351"
8368 ]
8369 },
8370 {
@@ -8423,8 +8424,8 @@
8424 "zh-chs": "单击此处编辑设备组名称",
8425 "zh-cht": "單擊此處編輯裝置群名稱",
8426 "xloc": [
8426 - "default.handlebars->33->1564",
8427 - "default.handlebars->33->1788"
8427 + "default.handlebars->33->1574",
8428 + "default.handlebars->33->1798"
8429 ]
8430 },
8431 {
@@ -8464,7 +8465,7 @@
8465 "zh-chs": "单击此处编辑用户组名称",
8466 "zh-cht": "單擊此處編輯用戶群名稱",
8467 "xloc": [
8467 - "default.handlebars->33->2113"
8468 + "default.handlebars->33->2123"
8469 ]
8470 },
8471 {
@@ -8536,7 +8537,7 @@
8537 "zh-cht": "單擊確定將驗證電郵發送到:",
8538 "xloc": [
8539 "default-mobile.handlebars->11->99",
8539 - "default.handlebars->33->1493"
8540 + "default.handlebars->33->1503"
8541 ]
8542 },
8543 {
@@ -8598,7 +8599,7 @@
8599 "zh-cht": "客戶端控制模式(CCM)",
8600 "xloc": [
8601 "default-mobile.handlebars->11->480",
8601 - "default.handlebars->33->1176"
8602 + "default.handlebars->33->1186"
8603 ]
8604 },
8605 {
@@ -8618,7 +8619,7 @@
8619 "zh-chs": "客户编号",
8620 "zh-cht": "客戶編號",
8621 "xloc": [
8621 - "default.handlebars->33->1546"
8622 + "default.handlebars->33->1556"
8623 ]
8624 },
8625 {
@@ -8638,7 +8639,7 @@
8639 "zh-chs": "客户端启动的远程访问",
8640 "zh-cht": "客戶端啟動的遠程訪問",
8641 "xloc": [
8641 - "default.handlebars->33->1645"
8642 + "default.handlebars->33->1655"
8643 ]
8644 },
8645 {
@@ -8658,7 +8659,7 @@
8659 "zh-chs": "客户机密",
8660 "zh-cht": "客戶機密",
8661 "xloc": [
8661 - "default.handlebars->33->1547"
8662 + "default.handlebars->33->1557"
8663 ]
8664 },
8665 {
@@ -8700,11 +8701,11 @@
8701 "zh-cht": "關",
8702 "xloc": [
8703 "default-mobile.handlebars->11->69",
8703 - "default.handlebars->33->1051",
8704 - "default.handlebars->33->1084",
8704 + "default.handlebars->33->1057",
8705 + "default.handlebars->33->1094",
8706 "default.handlebars->33->155",
8707 "default.handlebars->33->163",
8707 - "default.handlebars->33->2465",
8708 + "default.handlebars->33->2475",
8709 "sharing.handlebars->11->52"
8710 ]
8711 },
@@ -8725,7 +8726,7 @@
8726 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
8727 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
8728 "xloc": [
8728 - "default.handlebars->33->1854"
8729 + "default.handlebars->33->1864"
8730 ]
8731 },
8732 {
@@ -8850,9 +8851,9 @@
8851 "zh-cht": "指令",
8852 "xloc": [
8853 "default-mobile.handlebars->11->593",
8853 - "default.handlebars->33->1746",
8854 - "default.handlebars->33->812",
8855 - "default.handlebars->33->834"
8854 + "default.handlebars->33->1756",
8855 + "default.handlebars->33->818",
8856 + "default.handlebars->33->840"
8857 ]
8858 },
8859 {
@@ -8872,8 +8873,8 @@
8873 "zh-chs": "通用设备组",
8874 "zh-cht": "通用裝置群",
8875 "xloc": [
8875 - "default.handlebars->33->2144",
8876 - "default.handlebars->33->2268"
8876 + "default.handlebars->33->2154",
8877 + "default.handlebars->33->2278"
8878 ]
8879 },
8880 {
@@ -8893,8 +8894,8 @@
8894 "zh-chs": "通用设备",
8895 "zh-cht": "通用裝置",
8896 "xloc": [
8896 - "default.handlebars->33->2150",
8897 - "default.handlebars->33->2280"
8897 + "default.handlebars->33->2160",
8898 + "default.handlebars->33->2290"
8899 ]
8900 },
8901 {
@@ -8904,7 +8905,7 @@
8905 "de": "Kompilierungszeit",
8906 "xloc": [
8907 "default-mobile.handlebars->11->453",
8907 - "default.handlebars->33->1139"
8908 + "default.handlebars->33->1149"
8909 ]
8910 },
8911 {
@@ -8924,7 +8925,7 @@
8925 "zh-chs": "压缩档案...",
8926 "zh-cht": "壓縮檔案...",
8927 "xloc": [
8927 - "default.handlebars->33->1079",
8928 + "default.handlebars->33->1089",
8929 "sharing.handlebars->11->47"
8930 ]
8931 },
@@ -8947,14 +8948,14 @@
8948 "xloc": [
8949 "default-mobile.handlebars->11->341",
8950 "default-mobile.handlebars->11->547",
8950 - "default.handlebars->33->1656",
8951 - "default.handlebars->33->2024",
8952 - "default.handlebars->33->2103",
8953 - "default.handlebars->33->2164",
8954 - "default.handlebars->33->2266",
8951 + "default.handlebars->33->1666",
8952 + "default.handlebars->33->2034",
8953 + "default.handlebars->33->2113",
8954 + "default.handlebars->33->2174",
8955 + "default.handlebars->33->2276",
8956 "default.handlebars->33->530",
8956 - "default.handlebars->33->937",
8957 - "default.handlebars->33->946"
8957 + "default.handlebars->33->943",
8958 + "default.handlebars->33->952"
8959 ]
8960 },
8961 {
@@ -8975,7 +8976,7 @@
8976 "zh-cht": "確認將1個副本複製到此位置?",
8977 "xloc": [
8978 "default-mobile.handlebars->11->406",
8978 - "default.handlebars->33->1102",
8979 + "default.handlebars->33->1112",
8980 "sharing.handlebars->11->70"
8981 ]
8982 },
@@ -8996,7 +8997,7 @@
8997 "zh-chs": "确认{0}个条目的复制到此位置?",
8998 "zh-cht": "確認{0}個條目的複製到此位置?",
8999 "xloc": [
8999 - "default.handlebars->33->1101",
9000 + "default.handlebars->33->1111",
9001 "sharing.handlebars->11->69"
9002 ]
9003 },
@@ -9037,7 +9038,7 @@
9038 "zh-chs": "确认删除选定的帐户?",
9039 "zh-cht": "確認刪除所選帳戶?",
9040 "xloc": [
9040 - "default.handlebars->33->2023"
9041 + "default.handlebars->33->2033"
9042 ]
9043 },
9044 {
@@ -9077,7 +9078,7 @@
9078 "zh-chs": "确认删除选定的用户组?",
9079 "zh-cht": "確認刪除所選用戶群?",
9080 "xloc": [
9080 - "default.handlebars->33->2102"
9081 + "default.handlebars->33->2112"
9082 ]
9083 },
9084 {
@@ -9097,7 +9098,7 @@
9098 "zh-chs": "确认删除用户{0}?",
9099 "zh-cht": "確認刪除用戶{0}?",
9100 "xloc": [
9100 - "default.handlebars->33->2265"
9101 + "default.handlebars->33->2275"
9102 ]
9103 },
9104 {
@@ -9117,7 +9118,7 @@
9118 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
9119 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
9120 "xloc": [
9120 - "default.handlebars->33->2167"
9121 + "default.handlebars->33->2177"
9122 ]
9123 },
9124 {
@@ -9137,7 +9138,7 @@
9138 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
9139 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
9140 "xloc": [
9140 - "default.handlebars->33->2297"
9141 + "default.handlebars->33->2307"
9142 ]
9143 },
9144 {
@@ -9158,7 +9159,7 @@
9159 "zh-cht": "確認將1個條目移動到此位置?",
9160 "xloc": [
9161 "default-mobile.handlebars->11->408",
9161 - "default.handlebars->33->1104",
9162 + "default.handlebars->33->1114",
9163 "sharing.handlebars->11->72"
9164 ]
9165 },
@@ -9179,7 +9180,7 @@
9180 "zh-chs": "确认将{0}个条目移到此位置?",
9181 "zh-cht": "確認將{0}個條目移到該位置?",
9182 "xloc": [
9182 - "default.handlebars->33->1103",
9183 + "default.handlebars->33->1113",
9184 "sharing.handlebars->11->71"
9185 ]
9186 },
@@ -9220,7 +9221,7 @@
9221 "zh-chs": "确认覆盖?",
9222 "zh-cht": "確認覆蓋?",
9223 "xloc": [
9223 - "default.handlebars->33->1837"
9224 + "default.handlebars->33->1847"
9225 ]
9226 },
9227 {
@@ -9240,8 +9241,8 @@
9241 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
9242 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9243 "xloc": [
9243 - "default.handlebars->33->2157",
9244 - "default.handlebars->33->2288"
9244 + "default.handlebars->33->2167",
9245 + "default.handlebars->33->2298"
9246 ]
9247 },
9248 {
@@ -9261,8 +9262,8 @@
9262 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9263 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9264 "xloc": [
9264 - "default.handlebars->33->2159",
9265 - "default.handlebars->33->2301"
9265 + "default.handlebars->33->2169",
9266 + "default.handlebars->33->2311"
9267 ]
9268 },
9269 {
@@ -9282,7 +9283,7 @@
9283 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
9284 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9285 "xloc": [
9285 - "default.handlebars->33->2290"
9286 + "default.handlebars->33->2300"
9287 ]
9288 },
9289 {
@@ -9302,7 +9303,7 @@
9303 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9304 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9305 "xloc": [
9305 - "default.handlebars->33->2293"
9306 + "default.handlebars->33->2303"
9307 ]
9308 },
9309 {
@@ -9322,8 +9323,8 @@
9323 "zh-chs": "确认删除访问权限?",
9324 "zh-cht": "確認刪除訪問權限?",
9325 "xloc": [
9325 - "default.handlebars->33->2291",
9326 - "default.handlebars->33->2294"
9326 + "default.handlebars->33->2301",
9327 + "default.handlebars->33->2304"
9328 ]
9329 },
9330 {
@@ -9344,7 +9345,7 @@
9345 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
9346 "xloc": [
9347 "default-mobile.handlebars->11->98",
9347 - "default.handlebars->33->1244"
9348 + "default.handlebars->33->1254"
9349 ]
9350 },
9351 {
@@ -9381,7 +9382,7 @@
9382 "zh-chs": "确认删除设备共享“{0}”?",
9383 "zh-cht": "確認刪除設備共享“{0}”?",
9384 "xloc": [
9384 - "default.handlebars->33->2286"
9385 + "default.handlebars->33->2296"
9386 ]
9387 },
9388 {
@@ -9423,7 +9424,7 @@
9424 "nl": "Verwijderen van push-authenticatieapparaat bevestigen?",
9425 "fr": "Supprimer le dispositif d'authentification (push) ?",
9426 "xloc": [
9426 - "default.handlebars->33->1246"
9427 + "default.handlebars->33->1256"
9428 ]
9429 },
9430 {
@@ -9443,7 +9444,7 @@
9444 "zh-chs": "确认删除用户“ {0} ”的权限?",
9445 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
9446 "xloc": [
9446 - "default.handlebars->33->1755"
9447 + "default.handlebars->33->1765"
9448 ]
9449 },
9450 {
@@ -9463,7 +9464,7 @@
9464 "zh-chs": "确认删除用户组“ {0} ”的权限?",
9465 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9466 "xloc": [
9466 - "default.handlebars->33->1757"
9467 + "default.handlebars->33->1767"
9468 ]
9469 },
9470 {
@@ -9471,7 +9472,7 @@
9472 "nl": "Bevestig de verwijdering van dit inlogtoken?",
9473 "fr": "Supprimer ce jeton de connexion ?",
9474 "xloc": [
9474 - "default.handlebars->33->1539"
9475 + "default.handlebars->33->1549"
9476 ]
9477 },
9478 {
@@ -9529,7 +9530,7 @@
9530 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9531 "xloc": [
9532 "default-mobile.handlebars->11->151",
9532 - "default.handlebars->33->1838"
9533 + "default.handlebars->33->1848"
9534 ]
9535 },
9536 {
@@ -9554,8 +9555,8 @@
9555 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9556 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9557 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
9557 - "default.handlebars->33->1074",
9558 - "default.handlebars->33->1593",
9558 + "default.handlebars->33->1084",
9559 + "default.handlebars->33->1603",
9560 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9561 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9562 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9606,7 +9607,7 @@
9607 "zh-chs": "连接到服务器",
9608 "zh-cht": "連接到伺服器",
9609 "xloc": [
9609 - "default.handlebars->33->1649"
9610 + "default.handlebars->33->1659"
9611 ]
9612 },
9613 {
@@ -9728,7 +9729,7 @@
9729 "zh-chs": "已连接的英特尔&reg;AMT",
9730 "zh-cht": "已連接的Intel&reg; AMT",
9731 "xloc": [
9731 - "default.handlebars->33->2395"
9732 + "default.handlebars->33->2405"
9733 ]
9734 },
9735 {
@@ -9748,7 +9749,7 @@
9749 "zh-chs": "已连接的用户",
9750 "zh-cht": "已连接的用户",
9751 "xloc": [
9751 - "default.handlebars->33->2400"
9752 + "default.handlebars->33->2410"
9753 ]
9754 },
9755 {
@@ -9769,7 +9770,7 @@
9770 "zh-cht": "現在已連接",
9771 "xloc": [
9772 "default-mobile.handlebars->11->448",
9772 - "default.handlebars->33->1134"
9773 + "default.handlebars->33->1144"
9774 ]
9775 },
9776 {
@@ -9812,7 +9813,7 @@
9813 "default-mobile.handlebars->11->2",
9814 "default-mobile.handlebars->11->424",
9815 "default-mobile.handlebars->11->48",
9815 - "default.handlebars->33->1125",
9816 + "default.handlebars->33->1135",
9817 "default.handlebars->33->282",
9818 "default.handlebars->33->285",
9819 "default.handlebars->33->332",
@@ -9840,7 +9841,7 @@
9841 "zh-chs": "连接数量",
9842 "zh-cht": "連接數量",
9843 "xloc": [
9843 - "default.handlebars->33->2426"
9844 + "default.handlebars->33->2436"
9845 ]
9846 },
9847 {
@@ -9868,7 +9869,7 @@
9869 "zh-chs": "连接转发器",
9870 "zh-cht": "連接轉發器",
9871 "xloc": [
9871 - "default.handlebars->33->2459"
9872 + "default.handlebars->33->2469"
9873 ]
9874 },
9875 {
@@ -9929,9 +9930,9 @@
9930 "zh-cht": "連接性",
9931 "xloc": [
9932 "default-mobile.handlebars->11->287",
9932 - "default.handlebars->33->1795",
9933 + "default.handlebars->33->1805",
9934 "default.handlebars->33->273",
9934 - "default.handlebars->33->719",
9935 + "default.handlebars->33->725",
9936 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
9937 ]
9938 },
@@ -9953,8 +9954,8 @@
9954 "zh-cht": "控制台",
9955 "xloc": [
9956 "default-mobile.handlebars->11->303",
9956 - "default.handlebars->33->805",
9957 - "default.handlebars->33->827",
9957 + "default.handlebars->33->811",
9958 + "default.handlebars->33->833",
9959 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9960 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9961 "default.handlebars->contextMenu->cxconsole"
@@ -9997,8 +9998,8 @@
9998 "zh-chs": "控制",
9999 "zh-cht": "控制",
10000 "xloc": [
10000 - "default.handlebars->33->804",
10001 - "default.handlebars->33->826",
10001 + "default.handlebars->33->810",
10002 + "default.handlebars->33->832",
10003 "messenger.handlebars->remoteImage->3->2"
10004 ]
10005 },
@@ -10019,7 +10020,7 @@
10020 "zh-chs": "Cookie编码器",
10021 "zh-cht": "Cookie編碼器",
10022 "xloc": [
10022 - "default.handlebars->33->2443"
10023 + "default.handlebars->33->2453"
10024 ]
10025 },
10026 {
@@ -10177,8 +10178,8 @@
10178 "zh-chs": "复制连结到剪贴板",
10179 "zh-cht": "複製連結到剪貼板",
10180 "xloc": [
10180 - "default.handlebars->33->1806",
10181 - "default.handlebars->33->1825",
10181 + "default.handlebars->33->1816",
10182 + "default.handlebars->33->1835",
10183 "default.handlebars->33->223",
10184 "default.handlebars->33->245",
10185 "default.handlebars->33->247",
@@ -10285,7 +10286,7 @@
10286 "zh-chs": "复制:“{0}”到“{1}”",
10287 "zh-cht": "複製:“{0}”到“{1}”",
10288 "xloc": [
10288 - "default.handlebars->33->1897"
10289 + "default.handlebars->33->1907"
10290 ]
10291 },
10292 {
@@ -10431,7 +10432,7 @@
10432 "zh-chs": "核心服务器",
10433 "zh-cht": "核心伺服器",
10434 "xloc": [
10434 - "default.handlebars->33->2442"
10435 + "default.handlebars->33->2452"
10436 ]
10437 },
10438 {
@@ -10451,7 +10452,7 @@
10452 "zh-chs": "科西嘉文",
10453 "zh-cht": "科西嘉文",
10454 "xloc": [
10454 - "default.handlebars->33->1302"
10455 + "default.handlebars->33->1312"
10456 ]
10457 },
10458 {
@@ -10471,7 +10472,7 @@
10472 "zh-chs": "创建帐号",
10473 "zh-cht": "創建帳號",
10474 "xloc": [
10474 - "default.handlebars->33->2071",
10475 + "default.handlebars->33->2081",
10476 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10477 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10478 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10502,7 +10503,7 @@
10503 "nl": "Maak een login-token aan",
10504 "fr": "Créer un jeton de connexion",
10505 "xloc": [
10505 - "default.handlebars->33->1486",
10506 + "default.handlebars->33->1496",
10507 "default.handlebars->33->248"
10508 ]
10509 },
@@ -10523,7 +10524,7 @@
10524 "zh-chs": "创建用户组",
10525 "zh-cht": "創建用戶群",
10526 "xloc": [
10526 - "default.handlebars->33->2110"
10527 + "default.handlebars->33->2120"
10528 ]
10529 },
10530 {
@@ -10543,7 +10544,7 @@
10544 "zh-chs": "创建连结以与访客共享此设备",
10545 "zh-cht": "創建鏈結以與訪客共享此裝置",
10546 "xloc": [
10546 - "default.handlebars->33->734"
10547 + "default.handlebars->33->740"
10548 ]
10549 },
10550 {
@@ -10563,7 +10564,7 @@
10564 "zh-chs": "使用以下选项创建一个新的设备组。",
10565 "zh-cht": "使用以下選項創建一個新的裝置群。",
10566 "xloc": [
10566 - "default.handlebars->33->1516"
10567 + "default.handlebars->33->1526"
10568 ]
10569 },
10570 {
@@ -10591,7 +10592,7 @@
10592 "nl": "Maak een tijdelijke gebruikersnaam en wachtwoord aan die kunnen worden gebruikt als alternatieve login voor uw account. Dit is handig om tools of andere services toegang te geven tot uw account.",
10593 "fr": "Créer des identifiants temporaires pour se connecter à votre compte. Utile pour permettre à des outils ou services de se connecter à votre compte.",
10594 "xloc": [
10594 - "default.handlebars->33->1467"
10595 + "default.handlebars->33->1477"
10596 ]
10597 },
10598 {
@@ -10631,7 +10632,7 @@
10632 "zh-chs": "创建文件夹:“{0}”",
10633 "zh-cht": "創建文件夾:“{0}”",
10634 "xloc": [
10634 - "default.handlebars->33->1890"
10635 + "default.handlebars->33->1900"
10636 ]
10637 },
10638 {
@@ -10659,7 +10660,7 @@
10660 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10661 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10662 "xloc": [
10662 - "default.handlebars->33->2035"
10663 + "default.handlebars->33->2045"
10664 ]
10665 },
10666 {
@@ -10701,7 +10702,7 @@
10702 "zh-chs": "创建的设备组:{0}",
10703 "zh-cht": "創建的設備組:{0}",
10704 "xloc": [
10704 - "default.handlebars->33->1901"
10705 + "default.handlebars->33->1911"
10706 ]
10707 },
10708 {
@@ -10721,7 +10722,7 @@
10722 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
10723 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
10724 "xloc": [
10724 - "default.handlebars->33->850"
10725 + "default.handlebars->33->856"
10726 ]
10727 },
10728 {
@@ -10775,7 +10776,7 @@
10776 "zh-chs": "创建",
10777 "zh-cht": "創建",
10778 "xloc": [
10778 - "default.handlebars->33->2196"
10779 + "default.handlebars->33->2206"
10780 ]
10781 },
10782 {
@@ -10795,7 +10796,7 @@
10796 "zh-chs": "创建时间",
10797 "zh-cht": "創作時間",
10798 "xloc": [
10798 - "default.handlebars->33->1575"
10799 + "default.handlebars->33->1585"
10800 ]
10801 },
10802 {
@@ -10837,8 +10838,8 @@
10838 "zh-chs": "创建者",
10839 "zh-cht": "創作者",
10840 "xloc": [
10840 - "default.handlebars->33->1573",
10841 - "default.handlebars->33->1574"
10841 + "default.handlebars->33->1583",
10842 + "default.handlebars->33->1584"
10843 ]
10844 },
10845 {
@@ -10858,7 +10859,7 @@
10859 "zh-chs": "证书",
10860 "zh-cht": "證書",
10861 "xloc": [
10861 - "default.handlebars->33->1544"
10862 + "default.handlebars->33->1554"
10863 ]
10864 },
10865 {
@@ -10878,7 +10879,7 @@
10879 "zh-chs": "克里语",
10880 "zh-cht": "克里語",
10881 "xloc": [
10881 - "default.handlebars->33->1303"
10882 + "default.handlebars->33->1313"
10883 ]
10884 },
10885 {
@@ -10898,7 +10899,7 @@
10899 "zh-chs": "克罗地亚文",
10900 "zh-cht": "克羅地亞文",
10901 "xloc": [
10901 - "default.handlebars->33->1304"
10902 + "default.handlebars->33->1314"
10903 ]
10904 },
10905 {
@@ -10962,8 +10963,8 @@
10963 "xloc": [
10964 "default-mobile.handlebars->11->375",
10965 "default-mobile.handlebars->11->379",
10965 - "default.handlebars->33->1027",
10966 - "default.handlebars->33->1031",
10966 + "default.handlebars->33->1033",
10967 + "default.handlebars->33->1037",
10968 "default.handlebars->33->57",
10969 "sharing.handlebars->11->24"
10970 ]
@@ -11082,7 +11083,7 @@
11083 "de": "Aktuelles Password nicht in korrekt.",
11084 "xloc": [
11085 "default-mobile.handlebars->11->633",
11085 - "default.handlebars->33->2369"
11086 + "default.handlebars->33->2379"
11087 ]
11088 },
11089 {
@@ -11144,7 +11145,7 @@
11145 "zh-chs": "捷克文",
11146 "zh-cht": "捷克文",
11147 "xloc": [
11147 - "default.handlebars->33->1305"
11148 + "default.handlebars->33->1315"
11149 ]
11150 },
11151 {
@@ -11184,7 +11185,7 @@
11185 "zh-chs": "丹麦文",
11186 "zh-cht": "丹麥文",
11187 "xloc": [
11187 - "default.handlebars->33->1306"
11188 + "default.handlebars->33->1316"
11189 ]
11190 },
11191 {
@@ -11214,7 +11215,7 @@
11215 "zh-chs": "数据通道",
11216 "zh-cht": "數據通道",
11217 "xloc": [
11217 - "default.handlebars->33->994",
11218 + "default.handlebars->33->1000",
11219 "sharing.handlebars->11->11"
11220 ]
11221 },
@@ -11235,7 +11236,7 @@
11236 "zh-chs": "日期和时间",
11237 "zh-cht": "日期和時間",
11238 "xloc": [
11238 - "default.handlebars->33->1464"
11239 + "default.handlebars->33->1474"
11240 ]
11241 },
11242 {
@@ -11256,7 +11257,7 @@
11257 "zh-cht": "天",
11258 "xloc": [
11259 "default-mobile.handlebars->11->331",
11259 - "default.handlebars->33->921"
11260 + "default.handlebars->33->927"
11261 ]
11262 },
11263 {
@@ -11276,7 +11277,7 @@
11277 "zh-chs": "停用",
11278 "zh-cht": "停用",
11279 "xloc": [
11279 - "default.handlebars->33->1628"
11280 + "default.handlebars->33->1638"
11281 ]
11282 },
11283 {
@@ -11296,7 +11297,7 @@
11297 "zh-chs": "如果设置停用CCM",
11298 "zh-cht": "如果設置停用CCM",
11299 "xloc": [
11299 - "default.handlebars->33->1640"
11300 + "default.handlebars->33->1650"
11301 ]
11302 },
11303 {
@@ -11354,10 +11355,10 @@
11355 "zh-chs": "默认",
11356 "zh-cht": "默認",
11357 "xloc": [
11357 - "default.handlebars->33->2058",
11358 - "default.handlebars->33->2106",
11359 - "default.handlebars->33->2117",
11360 - "default.handlebars->33->2185"
11358 + "default.handlebars->33->2068",
11359 + "default.handlebars->33->2116",
11360 + "default.handlebars->33->2127",
11361 + "default.handlebars->33->2195"
11362 ]
11363 },
11364 {
@@ -11367,7 +11368,7 @@
11368 "de": "Löschen",
11369 "xloc": [
11370 "default-mobile.handlebars->11->363",
11370 - "default.handlebars->33->1015"
11371 + "default.handlebars->33->1021"
11372 ]
11373 },
11374 {
@@ -11392,8 +11393,8 @@
11393 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11394 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11395 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
11395 - "default.handlebars->33->1093",
11396 - "default.handlebars->33->1832",
11396 + "default.handlebars->33->1103",
11397 + "default.handlebars->33->1842",
11398 "default.handlebars->33->608",
11399 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11400 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -11425,7 +11426,7 @@
11426 "zh-cht": "刪除帳戶",
11427 "xloc": [
11428 "default-mobile.handlebars->11->108",
11428 - "default.handlebars->33->1501"
11429 + "default.handlebars->33->1511"
11430 ]
11431 },
11432 {
@@ -11445,7 +11446,7 @@
11446 "zh-chs": "删除帐户",
11447 "zh-cht": "刪除帳戶",
11448 "xloc": [
11448 - "default.handlebars->33->2025"
11449 + "default.handlebars->33->2035"
11450 ]
11451 },
11452 {
@@ -11466,7 +11467,7 @@
11467 "zh-cht": "刪除裝置",
11468 "xloc": [
11469 "default-mobile.handlebars->11->292",
11469 - "default.handlebars->33->738"
11470 + "default.handlebars->33->744"
11471 ]
11472 },
11473 {
@@ -11488,9 +11489,9 @@
11489 "xloc": [
11490 "default-mobile.handlebars->11->545",
11491 "default-mobile.handlebars->11->548",
11491 - "default.handlebars->33->1623",
11492 - "default.handlebars->33->1624",
11493 - "default.handlebars->33->1657"
11492 + "default.handlebars->33->1633",
11493 + "default.handlebars->33->1634",
11494 + "default.handlebars->33->1667"
11495 ]
11496 },
11497 {
@@ -11511,7 +11512,7 @@
11512 "zh-cht": "刪除節點",
11513 "xloc": [
11514 "default-mobile.handlebars->11->339",
11514 - "default.handlebars->33->947"
11515 + "default.handlebars->33->953"
11516 ]
11517 },
11518 {
@@ -11551,7 +11552,7 @@
11552 "zh-chs": "删除用户",
11553 "zh-cht": "刪除用戶",
11554 "xloc": [
11554 - "default.handlebars->33->2237"
11555 + "default.handlebars->33->2247"
11556 ]
11557 },
11558 {
@@ -11571,8 +11572,8 @@
11572 "zh-chs": "删除用户群组",
11573 "zh-cht": "刪除用戶群組",
11574 "xloc": [
11574 - "default.handlebars->33->2155",
11575 - "default.handlebars->33->2165"
11575 + "default.handlebars->33->2165",
11576 + "default.handlebars->33->2175"
11577 ]
11578 },
11579 {
@@ -11592,7 +11593,7 @@
11593 "zh-chs": "删除用户群组",
11594 "zh-cht": "刪除用戶群組",
11595 "xloc": [
11595 - "default.handlebars->33->2104"
11596 + "default.handlebars->33->2114"
11597 ]
11598 },
11599 {
@@ -11612,7 +11613,7 @@
11613 "zh-chs": "删除用户{0}",
11614 "zh-cht": "刪除用戶{0}",
11615 "xloc": [
11615 - "default.handlebars->33->2264"
11616 + "default.handlebars->33->2274"
11617 ]
11618 },
11619 {
@@ -11633,7 +11634,7 @@
11634 "zh-cht": "刪除帳戶",
11635 "xloc": [
11636 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
11636 - "default.handlebars->33->2021",
11637 + "default.handlebars->33->2031",
11638 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11639 ]
11640 },
@@ -11674,7 +11675,7 @@
11675 "zh-chs": "删除群组",
11676 "zh-cht": "刪除群組",
11677 "xloc": [
11677 - "default.handlebars->33->2100"
11678 + "default.handlebars->33->2110"
11679 ]
11680 },
11681 {
@@ -11714,7 +11715,7 @@
11715 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11716 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11717 "xloc": [
11717 - "default.handlebars->33->1892"
11718 + "default.handlebars->33->1902"
11719 ]
11720 },
11721 {
@@ -11736,8 +11737,8 @@
11737 "xloc": [
11738 "default-mobile.handlebars->11->148",
11739 "default-mobile.handlebars->11->400",
11739 - "default.handlebars->33->1095",
11740 - "default.handlebars->33->1834",
11740 + "default.handlebars->33->1105",
11741 + "default.handlebars->33->1844",
11742 "sharing.handlebars->11->63"
11743 ]
11744 },
@@ -11758,7 +11759,7 @@
11759 "zh-chs": "删除用户群组{0}?",
11760 "zh-cht": "刪除用戶群組{0}?",
11761 "xloc": [
11761 - "default.handlebars->33->2163"
11762 + "default.handlebars->33->2173"
11763 ]
11764 },
11765 {
@@ -11780,8 +11781,8 @@
11781 "xloc": [
11782 "default-mobile.handlebars->11->147",
11783 "default-mobile.handlebars->11->399",
11783 - "default.handlebars->33->1094",
11784 - "default.handlebars->33->1833",
11784 + "default.handlebars->33->1104",
11785 + "default.handlebars->33->1843",
11786 "sharing.handlebars->11->62"
11787 ]
11788 },
@@ -11822,7 +11823,7 @@
11823 "zh-chs": "删除:“{0}”",
11824 "zh-cht": "刪除:“{0}”",
11825 "xloc": [
11825 - "default.handlebars->33->1891"
11826 + "default.handlebars->33->1901"
11827 ]
11828 },
11829 {
@@ -11842,7 +11843,7 @@
11843 "zh-chs": "删除:“{0}”,{1}个元素已删除",
11844 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11845 "xloc": [
11845 - "default.handlebars->33->1893"
11846 + "default.handlebars->33->1903"
11847 ]
11848 },
11849 {
@@ -11863,7 +11864,7 @@
11864 "zh-cht": "被拒絕",
11865 "xloc": [
11866 "default-mobile.handlebars->11->350",
11866 - "default.handlebars->33->990",
11867 + "default.handlebars->33->996",
11868 "sharing.handlebars->11->29",
11869 "sharing.handlebars->11->7"
11870 ]
@@ -11964,19 +11965,19 @@
11965 "default-mobile.handlebars->11->461",
11966 "default-mobile.handlebars->11->536",
11967 "default-mobile.handlebars->11->550",
11967 - "default.handlebars->33->1147",
11968 "default.handlebars->33->1157",
11969 - "default.handlebars->33->1522",
11970 - "default.handlebars->33->1570",
11971 - "default.handlebars->33->1659",
11972 - "default.handlebars->33->2109",
11969 + "default.handlebars->33->1167",
11970 + "default.handlebars->33->1532",
11971 + "default.handlebars->33->1580",
11972 + "default.handlebars->33->1669",
11973 "default.handlebars->33->2119",
11974 - "default.handlebars->33->2120",
11975 - "default.handlebars->33->2161",
11974 + "default.handlebars->33->2129",
11975 + "default.handlebars->33->2130",
11976 + "default.handlebars->33->2171",
11977 "default.handlebars->33->649",
11978 "default.handlebars->33->650",
11979 "default.handlebars->33->95",
11979 - "default.handlebars->33->985",
11980 + "default.handlebars->33->991",
11981 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
11982 ]
11983 },
@@ -12015,13 +12016,13 @@
12016 "zh-cht": "桌面",
12017 "xloc": [
12018 "default-mobile.handlebars->11->299",
12018 - "default.handlebars->33->1057",
12019 - "default.handlebars->33->1665",
12020 - "default.handlebars->33->2319",
12021 - "default.handlebars->33->2420",
12019 + "default.handlebars->33->1063",
12020 + "default.handlebars->33->1675",
12021 + "default.handlebars->33->2329",
12022 + "default.handlebars->33->2430",
12023 "default.handlebars->33->614",
12023 - "default.handlebars->33->785",
12024 - "default.handlebars->33->852",
12024 + "default.handlebars->33->791",
12025 + "default.handlebars->33->858",
12026 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
12027 "default.handlebars->contextMenu->cxdesktop",
12028 "sharing.handlebars->11->23",
@@ -12033,8 +12034,8 @@
12034 "nl": "Desktop + Bestanden",
12035 "fr": "Bureau + Fichiers",
12036 "xloc": [
12036 - "default.handlebars->33->789",
12037 - "default.handlebars->33->855"
12037 + "default.handlebars->33->795",
12038 + "default.handlebars->33->861"
12039 ]
12040 },
12041 {
@@ -12042,7 +12043,7 @@
12043 "nl": "Desktop + Terminal",
12044 "fr": "Bureau + Terminal",
12045 "xloc": [
12045 - "default.handlebars->33->786"
12046 + "default.handlebars->33->792"
12047 ]
12048 },
12049 {
@@ -12050,8 +12051,8 @@
12051 "nl": "Desktop + Terminal + Bestanden",
12052 "fr": "Bureau + Terminal + Fichiers",
12053 "xloc": [
12053 - "default.handlebars->33->790",
12054 - "default.handlebars->33->857"
12054 + "default.handlebars->33->796",
12055 + "default.handlebars->33->863"
12056 ]
12057 },
12058 {
@@ -12079,7 +12080,7 @@
12080 "nl": "Desktop Multiplex",
12081 "fr": "Bureau multiplexé",
12082 "xloc": [
12082 - "default.handlebars->33->2425"
12083 + "default.handlebars->33->2435"
12084 ]
12085 },
12086 {
@@ -12099,10 +12100,10 @@
12100 "zh-chs": "桌面通知",
12101 "zh-cht": "桌面通知",
12102 "xloc": [
12102 - "default.handlebars->33->1584",
12103 - "default.handlebars->33->2124",
12104 - "default.handlebars->33->2211",
12105 - "default.handlebars->33->700"
12103 + "default.handlebars->33->1594",
12104 + "default.handlebars->33->2134",
12105 + "default.handlebars->33->2221",
12106 + "default.handlebars->33->706"
12107 ]
12108 },
12109 {
@@ -12122,10 +12123,10 @@
12123 "zh-chs": "桌面提示",
12124 "zh-cht": "桌面提示",
12125 "xloc": [
12125 - "default.handlebars->33->1583",
12126 - "default.handlebars->33->2123",
12127 - "default.handlebars->33->2210",
12128 - "default.handlebars->33->699"
12126 + "default.handlebars->33->1593",
12127 + "default.handlebars->33->2133",
12128 + "default.handlebars->33->2220",
12129 + "default.handlebars->33->705"
12130 ]
12131 },
12132 {
@@ -12145,10 +12146,10 @@
12146 "zh-chs": "桌面提示+工具栏",
12147 "zh-cht": "桌面提示+工具欄",
12148 "xloc": [
12148 - "default.handlebars->33->1581",
12149 - "default.handlebars->33->2121",
12150 - "default.handlebars->33->2208",
12151 - "default.handlebars->33->697"
12149 + "default.handlebars->33->1591",
12150 + "default.handlebars->33->2131",
12151 + "default.handlebars->33->2218",
12152 + "default.handlebars->33->703"
12153 ]
12154 },
12155 {
@@ -12156,7 +12157,7 @@
12157 "nl": "Desktop sessie",
12158 "fr": "Session de bureau",
12159 "xloc": [
12159 - "default.handlebars->33->2312"
12160 + "default.handlebars->33->2322"
12161 ]
12162 },
12163 {
@@ -12218,10 +12219,10 @@
12219 "zh-chs": "桌面工具栏",
12220 "zh-cht": "桌面工具欄",
12221 "xloc": [
12221 - "default.handlebars->33->1582",
12222 - "default.handlebars->33->2122",
12223 - "default.handlebars->33->2209",
12224 - "default.handlebars->33->698"
12222 + "default.handlebars->33->1592",
12223 + "default.handlebars->33->2132",
12224 + "default.handlebars->33->2219",
12225 + "default.handlebars->33->704"
12226 ]
12227 },
12228 {
@@ -12230,7 +12231,7 @@
12231 "fr": "Bureau en visualisation seulement",
12232 "de": "Desktop, nur Ansehen",
12233 "xloc": [
12233 - "default.handlebars->33->858"
12234 + "default.handlebars->33->864"
12235 ]
12236 },
12237 {
@@ -12250,7 +12251,7 @@
12251 "zh-chs": "桌面时段",
12252 "zh-cht": "桌面時段",
12253 "xloc": [
12253 - "default.handlebars->33->1056"
12254 + "default.handlebars->33->1062"
12255 ]
12256 },
12257 {
@@ -12344,11 +12345,11 @@
12345 "zh-cht": "裝置",
12346 "xloc": [
12347 "default-mobile.handlebars->11->456",
12347 - "default.handlebars->33->1142",
12348 - "default.handlebars->33->1250",
12349 - "default.handlebars->33->1688",
12348 + "default.handlebars->33->1152",
12349 + "default.handlebars->33->1260",
12350 + "default.handlebars->33->1698",
12351 "default.handlebars->33->204",
12351 - "default.handlebars->33->2283",
12352 + "default.handlebars->33->2293",
12353 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
12354 ]
12355 },
@@ -12371,7 +12372,7 @@
12372 "xloc": [
12373 "default-mobile.handlebars->11->320",
12374 "default-mobile.handlebars->11->329",
12374 - "default.handlebars->33->904"
12375 + "default.handlebars->33->910"
12376 ]
12377 },
12378 {
@@ -12422,15 +12423,15 @@
12423 "xloc": [
12424 "agent-translations.json",
12425 "default-mobile.handlebars->11->611",
12425 - "default.handlebars->33->1683",
12426 - "default.handlebars->33->1686",
12427 - "default.handlebars->33->1687",
12428 - "default.handlebars->33->1972",
12429 - "default.handlebars->33->2147",
12430 - "default.handlebars->33->2153",
12431 - "default.handlebars->33->2271",
12432 - "default.handlebars->33->2328",
12433 - "default.handlebars->33->2347"
12426 + "default.handlebars->33->1693",
12427 + "default.handlebars->33->1696",
12428 + "default.handlebars->33->1697",
12429 + "default.handlebars->33->1982",
12430 + "default.handlebars->33->2157",
12431 + "default.handlebars->33->2163",
12432 + "default.handlebars->33->2281",
12433 + "default.handlebars->33->2338",
12434 + "default.handlebars->33->2357"
12435 ]
12436 },
12437 {
@@ -12451,7 +12452,7 @@
12452 "zh-cht": "裝置群用戶",
12453 "xloc": [
12454 "default-mobile.handlebars->11->600",
12454 - "default.handlebars->33->1753"
12455 + "default.handlebars->33->1763"
12456 ]
12457 },
12458 {
@@ -12472,11 +12473,11 @@
12473 "zh-cht": "裝置群",
12474 "xloc": [
12475 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
12475 - "default.handlebars->33->1988",
12476 - "default.handlebars->33->2094",
12477 - "default.handlebars->33->2134",
12478 - "default.handlebars->33->2205",
12479 - "default.handlebars->33->2398",
12476 + "default.handlebars->33->1998",
12477 + "default.handlebars->33->2104",
12478 + "default.handlebars->33->2144",
12479 + "default.handlebars->33->2215",
12480 + "default.handlebars->33->2408",
12481 "default.handlebars->container->column_l->p2->p2info->9"
12482 ]
12483 },
@@ -12517,7 +12518,7 @@
12518 "zh-chs": "设备位置",
12519 "zh-cht": "裝置位置",
12520 "xloc": [
12520 - "default.handlebars->33->948"
12521 + "default.handlebars->33->954"
12522 ]
12523 },
12524 {
@@ -12537,7 +12538,7 @@
12538 "zh-chs": "设备消息",
12539 "zh-cht": "裝置訊息",
12540 "xloc": [
12540 - "default.handlebars->33->842"
12541 + "default.handlebars->33->848"
12542 ]
12543 },
12544 {
@@ -12558,10 +12559,10 @@
12559 "zh-cht": "裝置名稱",
12560 "xloc": [
12561 "default-mobile.handlebars->11->343",
12561 - "default.handlebars->33->2327",
12562 + "default.handlebars->33->2337",
12563 "default.handlebars->33->348",
12564 "default.handlebars->33->357",
12564 - "default.handlebars->33->983",
12565 + "default.handlebars->33->989",
12566 "player.handlebars->3->9"
12567 ]
12568 },
@@ -12583,7 +12584,7 @@
12584 "zh-cht": "裝置通知",
12585 "xloc": [
12586 "default.handlebars->33->552",
12586 - "default.handlebars->33->847"
12587 + "default.handlebars->33->853"
12588 ]
12589 },
12590 {
@@ -12629,7 +12630,7 @@
12630 "zh-chs": "设备共享链接",
12631 "zh-cht": "設備共享鏈接",
12632 "xloc": [
12632 - "default.handlebars->33->782"
12633 + "default.handlebars->33->788"
12634 ]
12635 },
12636 {
@@ -12652,6 +12653,14 @@
12653 "default-mobile.handlebars->11->297"
12654 ]
12655 },
12656 + {
12657 + "en": "Device Type",
12658 + "xloc": [
12659 + "default.handlebars->33->651",
12660 + "default.handlebars->33->653",
12661 + "default.handlebars->33->655"
12662 + ]
12663 + },
12664 {
12665 "en": "Device View Columns",
12666 "nl": "Kolomweergave apparaat",
@@ -12677,8 +12686,8 @@
12686 "zh-chs": "设备连接。",
12687 "zh-cht": "裝置連接。",
12688 "xloc": [
12680 - "default.handlebars->33->1489",
12681 - "default.handlebars->33->1774"
12689 + "default.handlebars->33->1499",
12690 + "default.handlebars->33->1784"
12691 ]
12692 },
12693 {
@@ -12698,8 +12707,8 @@
12707 "zh-chs": "设备断开连接。",
12708 "zh-cht": "裝置斷開連接。",
12709 "xloc": [
12701 - "default.handlebars->33->1490",
12702 - "default.handlebars->33->1775"
12710 + "default.handlebars->33->1500",
12711 + "default.handlebars->33->1785"
12712 ]
12713 },
12714 {
@@ -12719,7 +12728,7 @@
12728 "zh-chs": "创建的设备组:{0}",
12729 "zh-cht": "設備組已創建:{0}",
12730 "xloc": [
12722 - "default.handlebars->33->1922"
12731 + "default.handlebars->33->1932"
12732 ]
12733 },
12734 {
@@ -12739,7 +12748,7 @@
12748 "zh-chs": "设备组已删除:{0}",
12749 "zh-cht": "設備組已刪除:{0}",
12750 "xloc": [
12742 - "default.handlebars->33->1923"
12751 + "default.handlebars->33->1933"
12752 ]
12753 },
12754 {
@@ -12759,7 +12768,7 @@
12768 "zh-chs": "设备组成员身份已更改:{0}",
12769 "zh-cht": "設備組成員身份已更改:{0}",
12770 "xloc": [
12762 - "default.handlebars->33->1924"
12771 + "default.handlebars->33->1934"
12772 ]
12773 },
12774 {
@@ -12780,7 +12789,7 @@
12789 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
12790 "xloc": [
12791 "default-mobile.handlebars->11->327",
12783 - "default.handlebars->33->839"
12792 + "default.handlebars->33->845"
12793 ]
12794 },
12795 {
@@ -12800,7 +12809,7 @@
12809 "zh-chs": "设备组通知已更改",
12810 "zh-cht": "設備組通知已更改",
12811 "xloc": [
12803 - "default.handlebars->33->1919"
12812 + "default.handlebars->33->1929"
12813 ]
12814 },
12815 {
@@ -12820,7 +12829,7 @@
12829 "zh-chs": "未删除的设备组:{0}",
12830 "zh-cht": "未刪除的設備組:{0}",
12831 "xloc": [
12823 - "default.handlebars->33->1902"
12832 + "default.handlebars->33->1912"
12833 ]
12834 },
12835 {
@@ -13202,7 +13211,7 @@
13211 "fr": "L'appareil a demandé l'activation d'Intel (R) AMT ACM TLS, nom de domaine complet: {0} ",
13212 "de": "Gerät angefordert Intel(R) AMT ACM TLS activation, FQDN: {0}",
13213 "xloc": [
13205 - "default.handlebars->33->1957"
13214 + "default.handlebars->33->1967"
13215 ]
13216 },
13217 {
@@ -13222,7 +13231,7 @@
13231 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
13232 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
13233 "xloc": [
13225 - "default.handlebars->33->1904"
13234 + "default.handlebars->33->1914"
13235 ]
13236 },
13237 {
@@ -13259,9 +13268,9 @@
13268 "zh-chs": "设备",
13269 "zh-cht": "裝置",
13270 "xloc": [
13262 - "default.handlebars->33->1622",
13263 - "default.handlebars->33->2095",
13264 - "default.handlebars->33->2135"
13271 + "default.handlebars->33->1632",
13272 + "default.handlebars->33->2105",
13273 + "default.handlebars->33->2145"
13274 ]
13275 },
13276 {
@@ -13282,7 +13291,7 @@
13291 "zh-cht": "已禁用",
13292 "xloc": [
13293 "default-mobile.handlebars->11->441",
13285 - "default.handlebars->33->693"
13294 + "default.handlebars->33->699"
13295 ]
13296 },
13297 {
@@ -13302,7 +13311,7 @@
13311 "zh-chs": "禁用的电子邮件两因素身份验证",
13312 "zh-cht": "禁用的電子郵件兩因素身份驗證",
13313 "xloc": [
13305 - "default.handlebars->33->1935"
13314 + "default.handlebars->33->1945"
13315 ]
13316 },
13317 {
@@ -13326,8 +13335,8 @@
13335 "default-mobile.handlebars->11->389",
13336 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
13337 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
13329 - "default.handlebars->33->1075",
13330 - "default.handlebars->33->1594",
13338 + "default.handlebars->33->1085",
13339 + "default.handlebars->33->1604",
13340 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
13341 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
13342 "sharing.handlebars->11->43",
@@ -13431,7 +13440,7 @@
13440 "zh-chs": "在远程设备上显示一个消息框。",
13441 "zh-cht": "在遠程裝置上顯示一個訊息框。",
13442 "xloc": [
13434 - "default.handlebars->33->843"
13443 + "default.handlebars->33->849"
13444 ]
13445 },
13446 {
@@ -13471,7 +13480,7 @@
13480 "zh-chs": "在远程设备上显示短信",
13481 "zh-cht": "在遠程裝置上顯示短信",
13482 "xloc": [
13474 - "default.handlebars->33->730"
13483 + "default.handlebars->33->736"
13484 ]
13485 },
13486 {
@@ -13491,7 +13500,7 @@
13500 "zh-chs": "显示设备组名称",
13501 "zh-cht": "顯示裝置群名稱",
13502 "xloc": [
13494 - "default.handlebars->33->1488"
13503 + "default.handlebars->33->1498"
13504 ]
13505 },
13506 {
@@ -13511,7 +13520,7 @@
13520 "zh-chs": "显示名称",
13521 "zh-cht": "顯示名稱",
13522 "xloc": [
13514 - "default.handlebars->33->1042"
13523 + "default.handlebars->33->1048"
13524 ]
13525 },
13526 {
@@ -13531,7 +13540,7 @@
13540 "zh-chs": "显示公共连结",
13541 "zh-cht": "顯示公共鏈結",
13542 "xloc": [
13534 - "default.handlebars->33->1805"
13543 + "default.handlebars->33->1815"
13544 ]
13545 },
13546 {
@@ -13539,7 +13548,7 @@
13548 "nl": "Scherm {0}",
13549 "fr": "Affichage {0}",
13550 "xloc": [
13542 - "default.handlebars->33->1059"
13551 + "default.handlebars->33->1065"
13552 ]
13553 },
13554 {
@@ -13559,7 +13568,7 @@
13568 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13569 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13570 "xloc": [
13562 - "default.handlebars->33->1864"
13571 + "default.handlebars->33->1874"
13572 ]
13573 },
13574 {
@@ -13579,7 +13588,7 @@
13588 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13589 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13590 "xloc": [
13582 - "default.handlebars->33->1872"
13591 + "default.handlebars->33->1882"
13592 ]
13593 },
13594 {
@@ -13599,8 +13608,8 @@
13608 "zh-chs": "什么都不做",
13609 "zh-cht": "什麼都不做",
13610 "xloc": [
13602 - "default.handlebars->33->1643",
13603 - "default.handlebars->33->1647"
13611 + "default.handlebars->33->1653",
13612 + "default.handlebars->33->1657"
13613 ]
13614 },
13615 {
@@ -13620,10 +13629,10 @@
13629 "zh-chs": "域",
13630 "zh-cht": "域",
13631 "xloc": [
13623 - "default.handlebars->33->2059",
13624 - "default.handlebars->33->2107",
13625 - "default.handlebars->33->2116",
13626 - "default.handlebars->33->2184",
13632 + "default.handlebars->33->2069",
13633 + "default.handlebars->33->2117",
13634 + "default.handlebars->33->2126",
13635 + "default.handlebars->33->2194",
13636 "mstsc.handlebars->main->1->3->1->2->1->0",
13637 "mstsc.handlebars->main->1->3->1->2->3"
13638 ]
@@ -13645,7 +13654,7 @@
13654 "zh-chs": "请勿更改,如果设置请保留CCM",
13655 "zh-cht": "請勿更改,如果設置請保留CCM",
13656 "xloc": [
13648 - "default.handlebars->33->1639"
13657 + "default.handlebars->33->1649"
13658 ]
13659 },
13660 {
@@ -13682,7 +13691,7 @@
13691 "zh-chs": "不要连接到服务器",
13692 "zh-cht": "不要連接到伺服器",
13693 "xloc": [
13685 - "default.handlebars->33->1648"
13694 + "default.handlebars->33->1658"
13695 ]
13696 },
13697 {
@@ -13748,7 +13757,7 @@
13757 "de": "runter",
13758 "xloc": [
13759 "default-mobile.handlebars->11->371",
13751 - "default.handlebars->33->1023"
13760 + "default.handlebars->33->1029"
13761 ]
13762 },
13763 {
@@ -13812,7 +13821,7 @@
13821 "zh-cht": "下載檔案",
13822 "xloc": [
13823 "default-mobile.handlebars->11->419",
13815 - "default.handlebars->33->1114",
13824 + "default.handlebars->33->1124",
13825 "sharing.handlebars->11->82"
13826 ]
13827 },
@@ -13853,7 +13862,7 @@
13862 "zh-chs": "下载MeshCmd",
13863 "zh-cht": "下載MeshCmd",
13864 "xloc": [
13856 - "default.handlebars->33->973"
13865 + "default.handlebars->33->979"
13866 ]
13867 },
13868 {
@@ -13913,7 +13922,7 @@
13922 "zh-chs": "下载报告",
13923 "zh-cht": "下載報告",
13924 "xloc": [
13916 - "default.handlebars->33->1977",
13925 + "default.handlebars->33->1987",
13926 "default.handlebars->container->column_l->p3->3->1->0->3"
13927 ]
13928 },
@@ -13934,7 +13943,7 @@
13943 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
13944 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
13945 "xloc": [
13937 - "default.handlebars->33->966"
13946 + "default.handlebars->33->972"
13947 ]
13948 },
13949 {
@@ -14014,7 +14023,7 @@
14023 "zh-chs": "下载电源事件",
14024 "zh-cht": "下載電源事件",
14025 "xloc": [
14017 - "default.handlebars->33->922"
14026 + "default.handlebars->33->928"
14027 ]
14028 },
14029 {
@@ -14123,7 +14132,7 @@
14132 "zh-chs": "使用以下一种档案格式下载事件列表。",
14133 "zh-cht": "使用以下一種檔案格式下載事件列表。",
14134 "xloc": [
14126 - "default.handlebars->33->1978"
14135 + "default.handlebars->33->1988"
14136 ]
14137 },
14138 {
@@ -14143,7 +14152,7 @@
14152 "zh-chs": "使用以下一种档案格式下载用户列表。",
14153 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
14154 "xloc": [
14146 - "default.handlebars->33->2043"
14155 + "default.handlebars->33->2053"
14156 ]
14157 },
14158 {
@@ -14224,7 +14233,7 @@
14233 "zh-chs": "下载:“{0}”",
14234 "zh-cht": "下載:“{0}”",
14235 "xloc": [
14227 - "default.handlebars->33->1895"
14236 + "default.handlebars->33->1905"
14237 ]
14238 },
14239 {
@@ -14233,7 +14242,7 @@
14242 "fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
14243 "de": "Download: \\\"{0}\\\", Größe: {1}",
14244 "xloc": [
14236 - "default.handlebars->33->1952"
14245 + "default.handlebars->33->1962"
14246 ]
14247 },
14248 {
@@ -14273,7 +14282,7 @@
14282 "zh-chs": "代理重复",
14283 "zh-cht": "代理重複",
14284 "xloc": [
14276 - "default.handlebars->33->2394"
14285 + "default.handlebars->33->2404"
14286 ]
14287 },
14288 {
@@ -14313,7 +14322,7 @@
14322 "zh-chs": "复制用户组",
14323 "zh-cht": "複製用戶群",
14324 "xloc": [
14316 - "default.handlebars->33->2111"
14325 + "default.handlebars->33->2121"
14326 ]
14327 },
14328 {
@@ -14350,8 +14359,8 @@
14359 "zh-chs": "持续时间",
14360 "zh-cht": "持續時間",
14361 "xloc": [
14353 - "default.handlebars->33->2307",
14354 - "default.handlebars->33->2333",
14362 + "default.handlebars->33->2317",
14363 + "default.handlebars->33->2343",
14364 "player.handlebars->3->2"
14365 ]
14366 },
@@ -14389,7 +14398,7 @@
14398 "zh-chs": "荷兰文(比利时)",
14399 "zh-cht": "荷蘭文(比利時)",
14400 "xloc": [
14392 - "default.handlebars->33->1308"
14401 + "default.handlebars->33->1318"
14402 ]
14403 },
14404 {
@@ -14409,7 +14418,7 @@
14418 "zh-chs": "荷兰文(标准)",
14419 "zh-cht": "荷蘭文(標準)",
14420 "xloc": [
14412 - "default.handlebars->33->1307"
14421 + "default.handlebars->33->1317"
14422 ]
14423 },
14424 {
@@ -14699,7 +14708,7 @@
14708 "zh-cht": "編輯裝置",
14709 "xloc": [
14710 "default-mobile.handlebars->11->348",
14702 - "default.handlebars->33->988"
14711 + "default.handlebars->33->994"
14712 ]
14713 },
14714 {
@@ -14722,10 +14731,10 @@
14731 "default-mobile.handlebars->11->551",
14732 "default-mobile.handlebars->11->557",
14733 "default-mobile.handlebars->11->577",
14725 - "default.handlebars->33->1660",
14726 - "default.handlebars->33->1692",
14727 - "default.handlebars->33->1717",
14728 - "default.handlebars->33->1729"
14734 + "default.handlebars->33->1670",
14735 + "default.handlebars->33->1702",
14736 + "default.handlebars->33->1727",
14737 + "default.handlebars->33->1739"
14738 ]
14739 },
14740 {
@@ -14745,7 +14754,7 @@
14754 "zh-chs": "编辑设备组功能",
14755 "zh-cht": "編輯裝置群功能",
14756 "xloc": [
14748 - "default.handlebars->33->1678"
14757 + "default.handlebars->33->1688"
14758 ]
14759 },
14760 {
@@ -14765,8 +14774,8 @@
14774 "zh-chs": "编辑设备组权限",
14775 "zh-cht": "編輯裝置群權限",
14776 "xloc": [
14768 - "default.handlebars->33->1714",
14769 - "default.handlebars->33->1726"
14777 + "default.handlebars->33->1724",
14778 + "default.handlebars->33->1736"
14779 ]
14780 },
14781 {
@@ -14786,7 +14795,7 @@
14795 "zh-chs": "编辑设备组用户同意",
14796 "zh-cht": "編輯裝置群用戶同意",
14797 "xloc": [
14789 - "default.handlebars->33->1661"
14798 + "default.handlebars->33->1671"
14799 ]
14800 },
14801 {
@@ -14807,7 +14816,7 @@
14816 "zh-cht": "編輯裝置筆記",
14817 "xloc": [
14818 "default-mobile.handlebars->11->569",
14810 - "default.handlebars->33->1706"
14819 + "default.handlebars->33->1716"
14820 ]
14821 },
14822 {
@@ -14827,8 +14836,8 @@
14836 "zh-chs": "编辑设备权限",
14837 "zh-cht": "編輯裝置權限",
14838 "xloc": [
14830 - "default.handlebars->33->1719",
14831 - "default.handlebars->33->1721"
14839 + "default.handlebars->33->1729",
14840 + "default.handlebars->33->1731"
14841 ]
14842 },
14843 {
@@ -14868,7 +14877,7 @@
14877 "zh-chs": "编辑设备用户同意",
14878 "zh-cht": "編輯裝置用戶同意",
14879 "xloc": [
14871 - "default.handlebars->33->1663"
14880 + "default.handlebars->33->1673"
14881 ]
14882 },
14883 {
@@ -14888,7 +14897,7 @@
14897 "zh-chs": "编辑群组",
14898 "zh-cht": "編輯群組",
14899 "xloc": [
14891 - "default.handlebars->33->816"
14900 + "default.handlebars->33->822"
14901 ]
14902 },
14903 {
@@ -14912,10 +14921,10 @@
14921 "default-mobile.handlebars->11->276",
14922 "default-mobile.handlebars->11->277",
14923 "default-mobile.handlebars->11->338",
14915 - "default.handlebars->33->664",
14916 - "default.handlebars->33->669",
14924 "default.handlebars->33->670",
14918 - "default.handlebars->33->929"
14925 + "default.handlebars->33->675",
14926 + "default.handlebars->33->676",
14927 + "default.handlebars->33->935"
14928 ]
14929 },
14930 {
@@ -14936,7 +14945,7 @@
14945 "zh-cht": "編輯筆記",
14946 "xloc": [
14947 "default-mobile.handlebars->11->584",
14939 - "default.handlebars->33->1736"
14948 + "default.handlebars->33->1746"
14949 ]
14950 },
14951 {
@@ -14956,7 +14965,7 @@
14965 "zh-chs": "编辑用户同意",
14966 "zh-cht": "編輯用戶同意",
14967 "xloc": [
14959 - "default.handlebars->33->1662"
14968 + "default.handlebars->33->1672"
14969 ]
14970 },
14971 {
@@ -14976,7 +14985,7 @@
14985 "zh-chs": "编辑用户设备组权限",
14986 "zh-cht": "編輯用戶裝置群權限",
14987 "xloc": [
14979 - "default.handlebars->33->1727"
14988 + "default.handlebars->33->1737"
14989 ]
14990 },
14991 {
@@ -14996,7 +15005,7 @@
15005 "zh-chs": "编辑用户设备权限",
15006 "zh-cht": "編輯用戶裝置權限",
15007 "xloc": [
14999 - "default.handlebars->33->1722"
15008 + "default.handlebars->33->1732"
15009 ]
15010 },
15011 {
@@ -15016,7 +15025,7 @@
15025 "zh-chs": "编辑用户组",
15026 "zh-cht": "編輯用戶群",
15027 "xloc": [
15019 - "default.handlebars->33->2162"
15028 + "default.handlebars->33->2172"
15029 ]
15030 },
15031 {
@@ -15036,7 +15045,7 @@
15045 "zh-chs": "编辑用户组设备权限",
15046 "zh-cht": "編輯用戶群裝置權限",
15047 "xloc": [
15039 - "default.handlebars->33->1724"
15048 + "default.handlebars->33->1734"
15049 ]
15050 },
15051 {
@@ -15056,7 +15065,7 @@
15065 "zh-chs": "编辑用户组用户同意",
15066 "zh-cht": "編輯用戶組用戶同意",
15067 "xloc": [
15059 - "default.handlebars->33->1664"
15068 + "default.handlebars->33->1674"
15069 ]
15070 },
15071 {
@@ -15138,11 +15147,11 @@
15147 "zh-cht": "電郵",
15148 "xloc": [
15149 "default-mobile.handlebars->11->102",
15141 - "default.handlebars->33->2061",
15142 - "default.handlebars->33->2188",
15143 - "default.handlebars->33->2190",
15144 - "default.handlebars->33->2230",
15145 - "default.handlebars->33->2250",
15150 + "default.handlebars->33->2071",
15151 + "default.handlebars->33->2198",
15152 + "default.handlebars->33->2200",
15153 + "default.handlebars->33->2240",
15154 + "default.handlebars->33->2260",
15155 "default.handlebars->33->390",
15156 "login-mobile.handlebars->5->42",
15157 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -15175,7 +15184,7 @@
15184 "zh-cht": "電郵地址變更",
15185 "xloc": [
15186 "default-mobile.handlebars->11->103",
15178 - "default.handlebars->33->1497"
15187 + "default.handlebars->33->1507"
15188 ]
15189 },
15190 {
@@ -15196,7 +15205,7 @@
15205 "zh-cht": "電郵認證",
15206 "xloc": [
15207 "default-mobile.handlebars->11->92",
15199 - "default.handlebars->33->1238"
15208 + "default.handlebars->33->1248"
15209 ]
15210 },
15211 {
@@ -15256,7 +15265,7 @@
15265 "zh-cht": "電郵驗證",
15266 "xloc": [
15267 "default-mobile.handlebars->11->101",
15259 - "default.handlebars->33->1495"
15268 + "default.handlebars->33->1505"
15269 ]
15270 },
15271 {
@@ -15296,7 +15305,7 @@
15305 "zh-chs": "电邮未验证",
15306 "zh-cht": "電郵未驗證",
15307 "xloc": [
15299 - "default.handlebars->33->2007"
15308 + "default.handlebars->33->2017"
15309 ]
15310 },
15311 {
@@ -15316,8 +15325,8 @@
15325 "zh-chs": "电子邮件已验证",
15326 "zh-cht": "電子郵件已驗證",
15327 "xloc": [
15319 - "default.handlebars->33->2008",
15320 - "default.handlebars->33->2182"
15328 + "default.handlebars->33->2018",
15329 + "default.handlebars->33->2192"
15330 ]
15331 },
15332 {
@@ -15337,7 +15346,7 @@
15346 "zh-chs": "电邮已验证。",
15347 "zh-cht": "電郵已驗證。",
15348 "xloc": [
15340 - "default.handlebars->33->2067"
15349 + "default.handlebars->33->2077"
15350 ]
15351 },
15352 {
@@ -15357,7 +15366,7 @@
15366 "zh-chs": "电邮未验证",
15367 "zh-cht": "電郵未驗證",
15368 "xloc": [
15360 - "default.handlebars->33->2183"
15369 + "default.handlebars->33->2193"
15370 ]
15371 },
15372 {
@@ -15378,7 +15387,7 @@
15387 "zh-cht": "電郵已發送。",
15388 "xloc": [
15389 "default-mobile.handlebars->11->626",
15381 - "default.handlebars->33->2362",
15390 + "default.handlebars->33->2372",
15391 "login-mobile.handlebars->5->2",
15392 "login.handlebars->5->2",
15393 "login2.handlebars->7->3"
@@ -15423,7 +15432,7 @@
15432 "zh-chs": "已通过电邮验证,并且需要重置密码。",
15433 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
15434 "xloc": [
15426 - "default.handlebars->33->2068"
15435 + "default.handlebars->33->2078"
15436 ]
15437 },
15438 {
@@ -15449,7 +15458,7 @@
15458 "de": "Email/SMS/Push-Verkehr",
15459 "fr": "Traffic Email/SMS/Push",
15460 "xloc": [
15452 - "default.handlebars->33->2451"
15461 + "default.handlebars->33->2461"
15462 ]
15463 },
15464 {
@@ -15495,7 +15504,7 @@
15504 "zh-chs": "启用邀请代码",
15505 "zh-cht": "啟用邀請代碼",
15506 "xloc": [
15498 - "default.handlebars->33->1759"
15507 + "default.handlebars->33->1769"
15508 ]
15509 },
15510 {
@@ -15536,7 +15545,7 @@
15545 "zh-cht": "啟用電郵二因子鑑別。",
15546 "xloc": [
15547 "default-mobile.handlebars->11->94",
15539 - "default.handlebars->33->1240"
15548 + "default.handlebars->33->1250"
15549 ]
15550 },
15551 {
@@ -15576,7 +15585,7 @@
15585 "zh-chs": "已启用",
15586 "zh-cht": "已啟用",
15587 "xloc": [
15579 - "default.handlebars->33->2335"
15588 + "default.handlebars->33->2345"
15589 ]
15590 },
15591 {
@@ -15596,7 +15605,7 @@
15605 "zh-chs": "启用电子邮件两因素身份验证",
15606 "zh-cht": "啟用電子郵件兩因素身份驗證",
15607 "xloc": [
15599 - "default.handlebars->33->1934"
15608 + "default.handlebars->33->1944"
15609 ]
15610 },
15611 {
@@ -15626,7 +15635,7 @@
15635 "de": "Ende",
15636 "xloc": [
15637 "default-mobile.handlebars->11->365",
15629 - "default.handlebars->33->1017"
15638 + "default.handlebars->33->1023"
15639 ]
15640 },
15641 {
@@ -15646,7 +15655,7 @@
15655 "zh-chs": "时间结束",
15656 "zh-cht": "時間結束",
15657 "xloc": [
15649 - "default.handlebars->33->2332"
15658 + "default.handlebars->33->2342"
15659 ]
15660 },
15661 {
@@ -15666,7 +15675,7 @@
15675 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15676 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15677 "xloc": [
15669 - "default.handlebars->33->1857"
15678 + "default.handlebars->33->1867"
15679 ]
15680 },
15681 {
@@ -15686,7 +15695,7 @@
15695 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15696 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15697 "xloc": [
15689 - "default.handlebars->33->1858"
15698 + "default.handlebars->33->1868"
15699 ]
15700 },
15701 {
@@ -15694,7 +15703,7 @@
15703 "nl": "Beëindigde messengersessie \\\"{0}\\\" van {1} naar {2}, {3} second(s)",
15704 "fr": "Fin de la session de messagerie \\\"{0}\\\" de {1} à {2}, {3} seconde(s)",
15705 "xloc": [
15697 - "default.handlebars->33->1958"
15706 + "default.handlebars->33->1968"
15707 ]
15708 },
15709 {
@@ -15714,7 +15723,7 @@
15723 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15724 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15725 "xloc": [
15717 - "default.handlebars->33->1855"
15726 + "default.handlebars->33->1865"
15727 ]
15728 },
15729 {
@@ -15734,7 +15743,7 @@
15743 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15744 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15745 "xloc": [
15737 - "default.handlebars->33->1856"
15746 + "default.handlebars->33->1866"
15747 ]
15748 },
15749 {
@@ -15754,7 +15763,7 @@
15763 "zh-chs": "英文",
15764 "zh-cht": "英文",
15765 "xloc": [
15757 - "default.handlebars->33->1309"
15766 + "default.handlebars->33->1319"
15767 ]
15768 },
15769 {
@@ -15774,7 +15783,7 @@
15783 "zh-chs": "英文(澳洲)",
15784 "zh-cht": "英文(澳洲)",
15785 "xloc": [
15777 - "default.handlebars->33->1310"
15786 + "default.handlebars->33->1320"
15787 ]
15788 },
15789 {
@@ -15794,7 +15803,7 @@
15803 "zh-chs": "英文(伯利茲)",
15804 "zh-cht": "英文(伯利茲)",
15805 "xloc": [
15797 - "default.handlebars->33->1311"
15806 + "default.handlebars->33->1321"
15807 ]
15808 },
15809 {
@@ -15814,7 +15823,7 @@
15823 "zh-chs": "英文(加拿大)",
15824 "zh-cht": "英文(加拿大)",
15825 "xloc": [
15817 - "default.handlebars->33->1312"
15826 + "default.handlebars->33->1322"
15827 ]
15828 },
15829 {
@@ -15834,7 +15843,7 @@
15843 "zh-chs": "英文(爱尔兰)",
15844 "zh-cht": "英文(愛爾蘭)",
15845 "xloc": [
15837 - "default.handlebars->33->1313"
15846 + "default.handlebars->33->1323"
15847 ]
15848 },
15849 {
@@ -15854,7 +15863,7 @@
15863 "zh-chs": "英文(牙买加)",
15864 "zh-cht": "英文(牙買加)",
15865 "xloc": [
15857 - "default.handlebars->33->1314"
15866 + "default.handlebars->33->1324"
15867 ]
15868 },
15869 {
@@ -15874,7 +15883,7 @@
15883 "zh-chs": "英文(纽西兰)",
15884 "zh-cht": "英文(紐西蘭)",
15885 "xloc": [
15877 - "default.handlebars->33->1315"
15886 + "default.handlebars->33->1325"
15887 ]
15888 },
15889 {
@@ -15894,7 +15903,7 @@
15903 "zh-chs": "英文(菲律宾)",
15904 "zh-cht": "英文(菲律賓)",
15905 "xloc": [
15897 - "default.handlebars->33->1316"
15906 + "default.handlebars->33->1326"
15907 ]
15908 },
15909 {
@@ -15914,7 +15923,7 @@
15923 "zh-chs": "英语(南非)",
15924 "zh-cht": "英語(南非)",
15925 "xloc": [
15917 - "default.handlebars->33->1317"
15926 + "default.handlebars->33->1327"
15927 ]
15928 },
15929 {
@@ -15934,7 +15943,7 @@
15943 "zh-chs": "英文(特立尼达和多巴哥)",
15944 "zh-cht": "英文(特立尼達和多巴哥)",
15945 "xloc": [
15937 - "default.handlebars->33->1318"
15946 + "default.handlebars->33->1328"
15947 ]
15948 },
15949 {
@@ -15954,7 +15963,7 @@
15963 "zh-chs": "英文(英国)",
15964 "zh-cht": "英文(英國)",
15965 "xloc": [
15957 - "default.handlebars->33->1319"
15966 + "default.handlebars->33->1329"
15967 ]
15968 },
15969 {
@@ -15974,7 +15983,7 @@
15983 "zh-chs": "美国英文",
15984 "zh-cht": "美國英語",
15985 "xloc": [
15977 - "default.handlebars->33->1320"
15986 + "default.handlebars->33->1330"
15987 ]
15988 },
15989 {
@@ -15994,7 +16003,7 @@
16003 "zh-chs": "英文(津巴布韦)",
16004 "zh-cht": "英文(津巴布韋)",
16005 "xloc": [
15997 - "default.handlebars->33->1321"
16006 + "default.handlebars->33->1331"
16007 ]
16008 },
16009 {
@@ -16015,10 +16024,10 @@
16024 "zh-cht": "輸入",
16025 "xloc": [
16026 "default-mobile.handlebars->11->359",
16018 - "default.handlebars->33->1011",
16019 - "default.handlebars->33->1087",
16020 - "default.handlebars->33->1524",
16021 - "default.handlebars->33->1525",
16027 + "default.handlebars->33->1017",
16028 + "default.handlebars->33->1097",
16029 + "default.handlebars->33->1534",
16030 + "default.handlebars->33->1535",
16031 "sharing.handlebars->11->55"
16032 ]
16033 },
@@ -16039,7 +16048,7 @@
16048 "zh-chs": "输入管理领域名称的逗号分隔列表。",
16049 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
16050 "xloc": [
16042 - "default.handlebars->33->2072"
16051 + "default.handlebars->33->2082"
16052 ]
16053 },
16054 {
@@ -16099,7 +16108,7 @@
16108 "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
16109 "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
16110 "xloc": [
16102 - "default.handlebars->33->1036"
16111 + "default.handlebars->33->1042"
16112 ]
16113 },
16114 {
@@ -16161,7 +16170,7 @@
16170 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
16171 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
16172 "xloc": [
16164 - "default.handlebars->33->1235"
16173 + "default.handlebars->33->1245"
16174 ]
16175 },
16176 {
@@ -16191,7 +16200,7 @@
16200 "de": "Fehler, Einladungscode \\\"{0}\\\" wird bereits verwendet.",
16201 "xloc": [
16202 "default-mobile.handlebars->11->634",
16194 - "default.handlebars->33->2370"
16203 + "default.handlebars->33->2380"
16204 ]
16205 },
16206 {
@@ -16201,7 +16210,7 @@
16210 "de": "Fehler, Password wurde nicht geändert.",
16211 "xloc": [
16212 "default-mobile.handlebars->11->631",
16204 - "default.handlebars->33->2367"
16213 + "default.handlebars->33->2377"
16214 ]
16215 },
16216 {
@@ -16211,7 +16220,7 @@
16220 "de": "Fehler, kann nicht zu häufig verwendeten Passwörtern geändert werden.",
16221 "xloc": [
16222 "default-mobile.handlebars->11->630",
16214 - "default.handlebars->33->2366"
16223 + "default.handlebars->33->2376"
16224 ]
16225 },
16226 {
@@ -16221,7 +16230,7 @@
16230 "de": "Fehler, Änderung des zuvor verwendeten Kennworts nicht möglich.",
16231 "xloc": [
16232 "default-mobile.handlebars->11->629",
16224 - "default.handlebars->33->2365"
16233 + "default.handlebars->33->2375"
16234 ]
16235 },
16236 {
@@ -16250,7 +16259,7 @@
16259 "nl": "Escape",
16260 "xloc": [
16261 "default-mobile.handlebars->11->360",
16253 - "default.handlebars->33->1012"
16262 + "default.handlebars->33->1018"
16263 ]
16264 },
16265 {
@@ -16270,7 +16279,7 @@
16279 "zh-chs": "世界文",
16280 "zh-cht": "世界語",
16281 "xloc": [
16273 - "default.handlebars->33->1322"
16282 + "default.handlebars->33->1332"
16283 ]
16284 },
16285 {
@@ -16290,7 +16299,7 @@
16299 "zh-chs": "爱沙尼亚文",
16300 "zh-cht": "愛沙尼亞語",
16301 "xloc": [
16293 - "default.handlebars->33->1323"
16302 + "default.handlebars->33->1333"
16303 ]
16304 },
16305 {
@@ -16310,7 +16319,7 @@
16319 "zh-chs": "事件详情",
16320 "zh-cht": "事件詳情",
16321 "xloc": [
16313 - "default.handlebars->33->1127"
16322 + "default.handlebars->33->1137"
16323 ]
16324 },
16325 {
@@ -16330,7 +16339,7 @@
16339 "zh-chs": "事件列表输出",
16340 "zh-cht": "事件列表輸出",
16341 "xloc": [
16333 - "default.handlebars->33->1983"
16342 + "default.handlebars->33->1993"
16343 ]
16344 },
16345 {
@@ -16445,9 +16454,9 @@
16454 "zh-chs": "到期时间",
16455 "zh-cht": "到期時間",
16456 "xloc": [
16448 - "default.handlebars->33->1485",
16457 + "default.handlebars->33->1495",
16458 "default.handlebars->33->210",
16450 - "default.handlebars->33->878"
16459 + "default.handlebars->33->884"
16460 ]
16461 },
16462 {
@@ -16487,7 +16496,7 @@
16496 "zh-chs": "过期{0}",
16497 "zh-cht": "過期{0}",
16498 "xloc": [
16490 - "default.handlebars->33->1538",
16499 + "default.handlebars->33->1548",
16500 "sharing.handlebars->11->95"
16501 ]
16502 },
@@ -16528,7 +16537,7 @@
16537 "zh-chs": "扩充式ASCII",
16538 "zh-cht": "擴充式ASCII",
16539 "xloc": [
16531 - "default.handlebars->33->1066",
16540 + "default.handlebars->33->1076",
16541 "sharing.handlebars->11->34"
16542 ]
16543 },
@@ -16570,7 +16579,7 @@
16579 "zh-chs": "外部",
16580 "zh-cht": "外部",
16581 "xloc": [
16573 - "default.handlebars->33->2433"
16582 + "default.handlebars->33->2443"
16583 ]
16584 },
16585 {
@@ -16610,7 +16619,7 @@
16619 "zh-chs": "FYRO马其顿语",
16620 "zh-cht": "FYRO馬其頓語",
16621 "xloc": [
16613 - "default.handlebars->33->1373"
16622 + "default.handlebars->33->1383"
16623 ]
16624 },
16625 {
@@ -16630,7 +16639,7 @@
16639 "zh-chs": "法罗语",
16640 "zh-cht": "法羅語",
16641 "xloc": [
16633 - "default.handlebars->33->1324"
16642 + "default.handlebars->33->1334"
16643 ]
16644 },
16645 {
@@ -16660,7 +16669,7 @@
16669 "de": "Fehler beim ändern der E-Mail-Adresse, wird bereits von einem anderen Konto verwendet: {0}.",
16670 "xloc": [
16671 "default-mobile.handlebars->11->625",
16663 - "default.handlebars->33->2361"
16672 + "default.handlebars->33->2371"
16673 ]
16674 },
16675 {
@@ -16688,7 +16697,7 @@
16697 "zh-chs": "本地用户拒绝后无法启动远程桌面",
16698 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16699 "xloc": [
16691 - "default.handlebars->33->1880"
16700 + "default.handlebars->33->1890"
16701 ]
16702 },
16703 {
@@ -16708,7 +16717,7 @@
16717 "zh-chs": "本地用户拒绝后无法启动远程文件",
16718 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16719 "xloc": [
16711 - "default.handlebars->33->1887"
16720 + "default.handlebars->33->1897"
16721 ]
16722 },
16723 {
@@ -16729,7 +16738,7 @@
16738 "zh-cht": "無法啟動遠程終端接合{0}({1})",
16739 "xloc": [
16740 "default-mobile.handlebars->11->351",
16732 - "default.handlebars->33->991",
16741 + "default.handlebars->33->997",
16742 "sharing.handlebars->11->30",
16743 "sharing.handlebars->11->8"
16744 ]
@@ -16751,7 +16760,7 @@
16760 "zh-chs": "波斯文(波斯文)",
16761 "zh-cht": "波斯語(波斯語)",
16762 "xloc": [
16754 - "default.handlebars->33->1325"
16763 + "default.handlebars->33->1335"
16764 ]
16765 },
16766 {
@@ -16793,7 +16802,7 @@
16802 "zh-chs": "功能",
16803 "zh-cht": "功能",
16804 "xloc": [
16796 - "default.handlebars->33->1580"
16805 + "default.handlebars->33->1590"
16806 ]
16807 },
16808 {
@@ -16813,7 +16822,7 @@
16822 "zh-chs": "斐济",
16823 "zh-cht": "斐濟",
16824 "xloc": [
16816 - "default.handlebars->33->1326"
16825 + "default.handlebars->33->1336"
16826 ]
16827 },
16828 {
@@ -16854,7 +16863,7 @@
16863 "zh-cht": "檔案編輯器",
16864 "xloc": [
16865 "default-mobile.handlebars->11->403",
16857 - "default.handlebars->33->1098",
16866 + "default.handlebars->33->1108",
16867 "default.handlebars->33->606",
16868 "sharing.handlebars->11->66"
16869 ]
@@ -16892,8 +16901,8 @@
16901 "zh-chs": "档案操作",
16902 "zh-cht": "檔案操作",
16903 "xloc": [
16895 - "default.handlebars->33->1078",
16896 - "default.handlebars->33->1080",
16904 + "default.handlebars->33->1088",
16905 + "default.handlebars->33->1090",
16906 "sharing.handlebars->11->46",
16907 "sharing.handlebars->11->48"
16908 ]
@@ -16923,7 +16932,7 @@
16932 "nl": "Bestandsoverdracht",
16933 "fr": "Transfert de fichiers",
16934 "xloc": [
16926 - "default.handlebars->33->2313"
16935 + "default.handlebars->33->2323"
16936 ]
16937 },
16938 {
@@ -16943,7 +16952,7 @@
16952 "zh-chs": "文件系统驱动",
16953 "zh-cht": "FileSystemDriver",
16954 "xloc": [
16946 - "default.handlebars->33->1045"
16955 + "default.handlebars->33->1051"
16956 ]
16957 },
16958 {
@@ -16965,12 +16974,12 @@
16974 "xloc": [
16975 "default-mobile.handlebars->11->203",
16976 "default-mobile.handlebars->11->301",
16968 - "default.handlebars->33->1672",
16969 - "default.handlebars->33->2320",
16970 - "default.handlebars->33->2421",
16977 + "default.handlebars->33->1682",
16978 + "default.handlebars->33->2330",
16979 + "default.handlebars->33->2431",
16980 "default.handlebars->33->317",
16972 - "default.handlebars->33->787",
16973 - "default.handlebars->33->854",
16981 + "default.handlebars->33->793",
16982 + "default.handlebars->33->860",
16983 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
16984 "default.handlebars->contextMenu->cxfiles",
16985 "sharing.handlebars->LeftSideToolBar"
@@ -17013,10 +17022,10 @@
17022 "zh-chs": "档案通知",
17023 "zh-cht": "檔案通知",
17024 "xloc": [
17016 - "default.handlebars->33->1588",
17017 - "default.handlebars->33->2128",
17018 - "default.handlebars->33->2215",
17019 - "default.handlebars->33->704"
17025 + "default.handlebars->33->1598",
17026 + "default.handlebars->33->2138",
17027 + "default.handlebars->33->2225",
17028 + "default.handlebars->33->710"
17029 ]
17030 },
17031 {
@@ -17036,10 +17045,10 @@
17045 "zh-chs": "档案提示",
17046 "zh-cht": "檔案提示",
17047 "xloc": [
17039 - "default.handlebars->33->1587",
17040 - "default.handlebars->33->2127",
17041 - "default.handlebars->33->2214",
17042 - "default.handlebars->33->703"
17048 + "default.handlebars->33->1597",
17049 + "default.handlebars->33->2137",
17050 + "default.handlebars->33->2224",
17051 + "default.handlebars->33->709"
17052 ]
17053 },
17054 {
@@ -17060,7 +17069,7 @@
17069 "zh-cht": "過濾",
17070 "xloc": [
17071 "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
17063 - "default.handlebars->33->1083",
17072 + "default.handlebars->33->1093",
17073 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
17074 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
17075 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -17105,7 +17114,7 @@
17114 "zh-chs": "查找文件",
17115 "zh-cht": "查找文件",
17116 "xloc": [
17108 - "default.handlebars->33->1086",
17117 + "default.handlebars->33->1096",
17118 "sharing.handlebars->11->54"
17119 ]
17120 },
@@ -17126,7 +17135,7 @@
17135 "zh-chs": "录制会话已完成,{0}秒",
17136 "zh-cht": "錄製會話已完成,{0}秒",
17137 "xloc": [
17129 - "default.handlebars->33->1853"
17138 + "default.handlebars->33->1863"
17139 ]
17140 },
17141 {
@@ -17146,7 +17155,7 @@
17155 "zh-chs": "芬兰",
17156 "zh-cht": "芬蘭",
17157 "xloc": [
17149 - "default.handlebars->33->1327"
17158 + "default.handlebars->33->1337"
17159 ]
17160 },
17161 {
@@ -17156,8 +17165,8 @@
17165 "xloc": [
17166 "default-mobile.handlebars->11->436",
17167 "default-mobile.handlebars->11->438",
17159 - "default.handlebars->33->688",
17160 - "default.handlebars->33->690"
17168 + "default.handlebars->33->694",
17169 + "default.handlebars->33->696"
17170 ]
17171 },
17172 {
@@ -17166,8 +17175,8 @@
17175 "fr": "Pare-feu désactivé",
17176 "de": "Firewall nicht aktiv",
17177 "xloc": [
17169 - "default.handlebars->33->1785",
17170 - "default.handlebars->33->1799"
17178 + "default.handlebars->33->1795",
17179 + "default.handlebars->33->1809"
17180 ]
17181 },
17182 {
@@ -17201,7 +17210,7 @@
17210 "fr": "Flash",
17211 "xloc": [
17212 "default-mobile.handlebars->11->305",
17204 - "default.handlebars->33->885"
17213 + "default.handlebars->33->891"
17214 ]
17215 },
17216 {
@@ -17370,8 +17379,8 @@
17379 "zh-chs": "下次登录时强制重置密码。",
17380 "zh-cht": "下次登入時強制重置密碼。",
17381 "xloc": [
17373 - "default.handlebars->33->2066",
17374 - "default.handlebars->33->2261"
17382 + "default.handlebars->33->2076",
17383 + "default.handlebars->33->2271"
17384 ]
17385 },
17386 {
@@ -17454,7 +17463,7 @@
17463 "zh-chs": "格式化",
17464 "zh-cht": "格式化",
17465 "xloc": [
17457 - "default.handlebars->33->1974"
17466 + "default.handlebars->33->1984"
17467 ]
17468 },
17469 {
@@ -17495,8 +17504,8 @@
17504 "zh-chs": "自由",
17505 "zh-cht": "自由",
17506 "xloc": [
17498 - "default.handlebars->33->2379",
17499 - "default.handlebars->33->2381"
17507 + "default.handlebars->33->2389",
17508 + "default.handlebars->33->2391"
17509 ]
17510 },
17511 {
@@ -17537,7 +17546,7 @@
17546 "zh-chs": "法文(比利时)",
17547 "zh-cht": "法語(比利時)",
17548 "xloc": [
17540 - "default.handlebars->33->1329"
17549 + "default.handlebars->33->1339"
17550 ]
17551 },
17552 {
@@ -17557,7 +17566,7 @@
17566 "zh-chs": "法文(加拿大)",
17567 "zh-cht": "法語(加拿大)",
17568 "xloc": [
17560 - "default.handlebars->33->1330"
17569 + "default.handlebars->33->1340"
17570 ]
17571 },
17572 {
@@ -17577,7 +17586,7 @@
17586 "zh-chs": "法文(法国)",
17587 "zh-cht": "法語(法國)",
17588 "xloc": [
17580 - "default.handlebars->33->1331"
17589 + "default.handlebars->33->1341"
17590 ]
17591 },
17592 {
@@ -17597,7 +17606,7 @@
17606 "zh-chs": "法文(卢森堡)",
17607 "zh-cht": "法語(盧森堡)",
17608 "xloc": [
17600 - "default.handlebars->33->1332"
17609 + "default.handlebars->33->1342"
17610 ]
17611 },
17612 {
@@ -17617,7 +17626,7 @@
17626 "zh-chs": "法文(摩纳哥)",
17627 "zh-cht": "法語(摩納哥)",
17628 "xloc": [
17620 - "default.handlebars->33->1333"
17629 + "default.handlebars->33->1343"
17630 ]
17631 },
17632 {
@@ -17637,7 +17646,7 @@
17646 "zh-chs": "法文(标准)",
17647 "zh-cht": "法語(標準)",
17648 "xloc": [
17640 - "default.handlebars->33->1328"
17649 + "default.handlebars->33->1338"
17650 ]
17651 },
17652 {
@@ -17657,7 +17666,7 @@
17666 "zh-chs": "法文(瑞士)",
17667 "zh-cht": "法語(瑞士)",
17668 "xloc": [
17660 - "default.handlebars->33->1334"
17669 + "default.handlebars->33->1344"
17670 ]
17671 },
17672 {
@@ -17677,7 +17686,7 @@
17686 "zh-chs": "弗里斯兰文",
17687 "zh-cht": "弗里斯蘭語",
17688 "xloc": [
17680 - "default.handlebars->33->1335"
17689 + "default.handlebars->33->1345"
17690 ]
17691 },
17692 {
@@ -17697,7 +17706,7 @@
17706 "zh-chs": "弗留利",
17707 "zh-cht": "弗留利",
17708 "xloc": [
17700 - "default.handlebars->33->1336"
17709 + "default.handlebars->33->1346"
17710 ]
17711 },
17712 {
@@ -17721,9 +17730,9 @@
17730 "default-mobile.handlebars->11->543",
17731 "default-mobile.handlebars->11->556",
17732 "default-mobile.handlebars->11->576",
17724 - "default.handlebars->33->1531",
17725 - "default.handlebars->33->1691",
17726 - "default.handlebars->33->2078"
17733 + "default.handlebars->33->1541",
17734 + "default.handlebars->33->1701",
17735 + "default.handlebars->33->2088"
17736 ]
17737 },
17738 {
@@ -17743,7 +17752,7 @@
17752 "zh-chs": "完整管理员(保留所有权利)",
17753 "zh-cht": "完整管理員(保留所有權利)",
17754 "xloc": [
17746 - "default.handlebars->33->1728"
17755 + "default.handlebars->33->1738"
17756 ]
17757 },
17758 {
@@ -17780,7 +17789,7 @@
17789 "zh-chs": "完整设备权限",
17790 "zh-cht": "完整裝置權限",
17791 "xloc": [
17783 - "default.handlebars->33->796"
17792 + "default.handlebars->33->802"
17793 ]
17794 },
17795 {
@@ -17800,7 +17809,7 @@
17809 "zh-chs": "全部权限",
17810 "zh-cht": "全部權限",
17811 "xloc": [
17803 - "default.handlebars->33->815"
17812 + "default.handlebars->33->821"
17813 ]
17814 },
17815 {
@@ -17863,7 +17872,7 @@
17872 "zh-chs": "完整管理员",
17873 "zh-cht": "完整管理員",
17874 "xloc": [
17866 - "default.handlebars->33->2176"
17875 + "default.handlebars->33->2186"
17876 ]
17877 },
17878 {
@@ -17883,8 +17892,8 @@
17892 "zh-chs": "全自动的",
17893 "zh-cht": "全自動的",
17894 "xloc": [
17886 - "default.handlebars->33->1605",
17887 - "default.handlebars->33->1630"
17895 + "default.handlebars->33->1615",
17896 + "default.handlebars->33->1640"
17897 ]
17898 },
17899 {
@@ -17905,7 +17914,7 @@
17914 "zh-cht": "GPU",
17915 "xloc": [
17916 "default-mobile.handlebars->11->500",
17908 - "default.handlebars->33->1196"
17917 + "default.handlebars->33->1206"
17918 ]
17919 },
17920 {
@@ -17925,7 +17934,7 @@
17934 "zh-chs": "盖尔文(爱尔兰)",
17935 "zh-cht": "蓋爾語(愛爾蘭)",
17936 "xloc": [
17928 - "default.handlebars->33->1338"
17937 + "default.handlebars->33->1348"
17938 ]
17939 },
17940 {
@@ -17945,7 +17954,7 @@
17954 "zh-chs": "盖尔文(苏格兰文)",
17955 "zh-cht": "蓋爾語(蘇格蘭語)",
17956 "xloc": [
17948 - "default.handlebars->33->1337"
17957 + "default.handlebars->33->1347"
17958 ]
17959 },
17960 {
@@ -17965,7 +17974,7 @@
17974 "zh-chs": "加拉契文",
17975 "zh-cht": "加拉契語",
17976 "xloc": [
17968 - "default.handlebars->33->1339"
17977 + "default.handlebars->33->1349"
17978 ]
17979 },
17980 {
@@ -18091,7 +18100,7 @@
18100 "zh-chs": "格鲁吉亚文",
18101 "zh-cht": "格魯吉亞文",
18102 "xloc": [
18094 - "default.handlebars->33->1340"
18103 + "default.handlebars->33->1350"
18104 ]
18105 },
18106 {
@@ -18111,7 +18120,7 @@
18120 "zh-chs": "德文(奥地利)",
18121 "zh-cht": "德語(奧地利)",
18122 "xloc": [
18114 - "default.handlebars->33->1342"
18123 + "default.handlebars->33->1352"
18124 ]
18125 },
18126 {
@@ -18131,7 +18140,7 @@
18140 "zh-chs": "德文(德国)",
18141 "zh-cht": "德文(德國)",

This file is too large to show in full.

views/default.handlebars
+14 -5
@@ -688,10 +688,11 @@
688 <div id=termTable style="position:relative">
689 <table style="width:100%" cellpadding=0 cellspacing=0>
690 <tr>
691 - <td class="areaHead">
691 + <td class="areaHead" style="line-height:24px">
692 <div class="toright2">
693 <div id="termRecordIcon" class='deskareaicon' title="Server is recording this session" style="display:none;background-color:red;width:12px;height:12px;border-radius:6px;margin-top:5px;margin-left:5px"></div>
694 <input id="termActionsBtn" type=button title="Perform power actions on the device" onkeypress="return false" onkeydown="return false" value=Actions onclick=deviceActionFunction() />
695 + <div id="terminalCustomUpperRight" style="float:left;margin-right:6px"></div>
696 <div id="terminalCustomUiButtons" style="float:left"></div>
697 </div>
698 <div>
@@ -8550,10 +8551,13 @@
8551 function updateTerminalButtons() {
8552 var termState = ((terminal != null) && (terminal.state != 0));
8553
8554 + // If we are looking at a local non-windows device, enable terminal capability.
8555 + if ((terminalNode.mtype == 3) && (terminalNode.agent != null) && (terminalNode.agent.id > 4)) { terminalNode.agent.caps = 2; }
8556 +
8557 // Show the right buttons
8558 QV('disconnectbutton2span', (termState == true));
8555 - QV('connectbutton2span', (termState == false) && (currentNode.agent != null) && (currentNode.agent.caps & 2));
8556 - if (currentNode.mtype == 1) {
8559 + QV('connectbutton2span', (termState == false) && (terminalNode.agent != null) && (terminalNode.agent.caps & 2));
8560 + if (terminalNode.mtype == 1) {
8561 QV('connectbutton2hspan', (termState == false) && (terminalNode.intelamt != null) && (terminalNode.intelamt.state == 2));
8562 QV('terminalSizeDropDown', (termState == false) && (terminalNode.intelamt != null) && (terminalNode.intelamt.state == 2));
8563 } else {
@@ -8562,10 +8566,15 @@
8566 }
8567
8568 // Enable action button if mesh type is not "local devices"
8565 - QV('termActionsBtn', currentNode.mtype != 3);
8569 + QV('termActionsBtn', terminalNode.mtype != 3);
8570 + if (terminalNode.mtype != 3) {
8571 + QH('terminalCustomUpperRight', '');
8572 + } else {
8573 + QH('terminalCustomUpperRight', '<a onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (terminalNode.sshport?terminalNode.sshport:22)) + '</a>');
8574 + }
8575
8576 // Enable buttons
8568 - var online = ((terminalNode.conn & 1) != 0) || (currentNode.mtype == 3); // If Agent (1) connected, enable Terminal
8577 + var online = ((terminalNode.conn & 1) != 0) || (terminalNode.mtype == 3); // If Agent (1) connected, enable Terminal
8578 QE('connectbutton2', online);
8579 var hwonline = ((terminalNode.conn & 6) != 0); // If CIRA (2) or AMT (4) connected, enable hardware terminal
8580 QE('connectbutton2h', hwonline);