Added device description filtering.
Ylian Saint-Hilaire committed
Mar 12, 2021 at 13:56 UTC
89f4b33c2d3245735c0fa40153d2a7057b966ce5
3 files changed
+2013
-1996
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(0!=u||1!=e.data.byteLength)if(s.m.ProcessBinaryCommand)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.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
translate/translate.json
+2007
-1994
@@ -17,8 +17,8 @@
17
"zh-chs": " + CIRA",
18
"zh-cht": " + CIRA",
19
"xloc": [
20
- "default.handlebars->31->1480",
21
- "default.handlebars->31->1482"
20
+ "default.handlebars->31->1483",
21
+ "default.handlebars->31->1485"
22
]
23
},
24
{
@@ -204,7 +204,7 @@
204
"zh-chs": " 可以使用密码提示,但不建议使用。",
205
"zh-cht": " 可以使用密碼提示,但不建議使用。",
206
"xloc": [
207
- "default.handlebars->31->1393"
207
+ "default.handlebars->31->1396"
208
]
209
},
210
{
@@ -224,8 +224,8 @@
224
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226
"xloc": [
227
- "default.handlebars->31->1557",
228
- "default.handlebars->31->2039"
227
+ "default.handlebars->31->1560",
228
+ "default.handlebars->31->2042"
229
]
230
},
231
{
@@ -395,7 +395,7 @@
395
"zh-chs": "(可选的)",
396
"zh-cht": "(可選的)",
397
"xloc": [
398
- "default.handlebars->31->366"
398
+ "default.handlebars->31->367"
399
]
400
},
401
{
@@ -432,8 +432,8 @@
432
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
433
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
434
"xloc": [
435
- "default.handlebars->31->1526",
436
- "default.handlebars->31->332"
435
+ "default.handlebars->31->1529",
436
+ "default.handlebars->31->333"
437
]
438
},
439
{
@@ -453,7 +453,7 @@
453
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
454
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
455
"xloc": [
456
- "default.handlebars->31->406"
456
+ "default.handlebars->31->407"
457
]
458
},
459
{
@@ -508,7 +508,7 @@
508
"zh-cht": ",",
509
"xloc": [
510
"default-mobile.handlebars->11->577",
511
- "default.handlebars->31->1628"
511
+ "default.handlebars->31->1631"
512
]
513
},
514
{
@@ -550,7 +550,7 @@
550
"zh-cht": ",MQTT在線",
551
"xloc": [
552
"default-mobile.handlebars->11->494",
553
- "default.handlebars->31->1131"
553
+ "default.handlebars->31->1134"
554
]
555
},
556
{
@@ -558,7 +558,7 @@
558
"fr": ", Pas de consentement",
559
"nl": ", Geen toestemming",
560
"xloc": [
561
- "default.handlebars->31->737"
561
+ "default.handlebars->31->740"
562
]
563
},
564
{
@@ -578,7 +578,7 @@
578
"zh-chs": ",提示同意",
579
"zh-cht": ",提示同意",
580
"xloc": [
581
- "default.handlebars->31->738"
581
+ "default.handlebars->31->741"
582
]
583
},
584
{
@@ -598,7 +598,7 @@
598
"zh-chs": ",软体KVM",
599
"zh-cht": ",軟體KVM",
600
"xloc": [
601
- "default.handlebars->31->913",
601
+ "default.handlebars->31->916",
602
"desktop.handlebars->3->12"
603
]
604
},
@@ -607,7 +607,7 @@
607
"fr": ", barre d'outils",
608
"nl": ", Werkbalk",
609
"xloc": [
610
- "default.handlebars->31->739"
610
+ "default.handlebars->31->742"
611
]
612
},
613
{
@@ -615,7 +615,7 @@
615
"nl": ", Alleen kijken",
616
"fr": ", Visualisation seulement",
617
"xloc": [
618
- "default.handlebars->31->736"
618
+ "default.handlebars->31->739"
619
]
620
},
621
{
@@ -637,9 +637,9 @@
637
"xloc": [
638
"default-mobile.handlebars->11->334",
639
"default-mobile.handlebars->11->368",
640
- "default.handlebars->31->920",
641
- "default.handlebars->31->982",
642
- "default.handlebars->31->994",
640
+ "default.handlebars->31->923",
641
+ "default.handlebars->31->985",
642
+ "default.handlebars->31->997",
643
"desktop.handlebars->3->19",
644
"terminal.handlebars->3->9",
645
"xterm.handlebars->9->6"
@@ -762,7 +762,7 @@
762
"zh-chs": ",{0}观看",
763
"zh-cht": ",{0}觀看",
764
"xloc": [
765
- "default.handlebars->31->914",
765
+ "default.handlebars->31->917",
766
"desktop.handlebars->3->13"
767
]
768
},
@@ -827,9 +827,9 @@
827
"xloc": [
828
"default-mobile.handlebars->11->130",
829
"default-mobile.handlebars->11->370",
830
- "default.handlebars->31->1000",
831
- "default.handlebars->31->1680",
832
- "default.handlebars->31->2202"
830
+ "default.handlebars->31->1003",
831
+ "default.handlebars->31->1683",
832
+ "default.handlebars->31->2205"
833
]
834
},
835
{
@@ -886,7 +886,7 @@
886
"zh-chs": "1个活跃时段",
887
"zh-cht": "1個活躍時段",
888
"xloc": [
889
- "default.handlebars->31->2112"
889
+ "default.handlebars->31->2115"
890
]
891
},
892
{
@@ -908,7 +908,7 @@
908
"xloc": [
909
"default-mobile.handlebars->11->140",
910
"default-mobile.handlebars->11->620",
911
- "default.handlebars->31->1704",
911
+ "default.handlebars->31->1707",
912
"download.handlebars->3->1",
913
"download2.handlebars->5->1"
914
]
@@ -930,7 +930,7 @@
930
"zh-chs": "1条连接",
931
"zh-cht": "1位聯絡文",
932
"xloc": [
933
- "default.handlebars->31->916",
933
+ "default.handlebars->31->919",
934
"desktop.handlebars->3->15"
935
]
936
},
@@ -952,8 +952,8 @@
952
"zh-cht": "1天",
953
"xloc": [
954
"default.handlebars->31->196",
955
- "default.handlebars->31->357",
956
- "default.handlebars->31->371"
955
+ "default.handlebars->31->358",
956
+ "default.handlebars->31->372"
957
]
958
},
959
{
@@ -973,7 +973,7 @@
973
"zh-chs": "1组",
974
"zh-cht": "1群",
975
"xloc": [
976
- "default.handlebars->31->2073"
976
+ "default.handlebars->31->2076"
977
]
978
},
979
{
@@ -994,8 +994,8 @@
994
"zh-cht": "1小時",
995
"xloc": [
996
"default.handlebars->31->194",
997
- "default.handlebars->31->355",
998
- "default.handlebars->31->369"
997
+ "default.handlebars->31->356",
998
+ "default.handlebars->31->370"
999
]
1000
},
1001
{
@@ -1015,7 +1015,7 @@
1015
"zh-chs": "1分钟",
1016
"zh-cht": "1分鐘",
1017
"xloc": [
1018
- "default.handlebars->31->795"
1018
+ "default.handlebars->31->798"
1019
]
1020
},
1021
{
@@ -1056,8 +1056,8 @@
1056
"zh-cht": "1個月",
1057
"xloc": [
1058
"default.handlebars->31->198",
1059
- "default.handlebars->31->359",
1060
- "default.handlebars->31->373"
1059
+ "default.handlebars->31->360",
1060
+ "default.handlebars->31->374"
1061
]
1062
},
1063
{
@@ -1077,7 +1077,7 @@
1077
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1078
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1079
"xloc": [
1080
- "default.handlebars->31->1863"
1080
+ "default.handlebars->31->1866"
1081
]
1082
},
1083
{
@@ -1097,7 +1097,7 @@
1097
"zh-chs": "1个节点",
1098
"zh-cht": "1個節點",
1099
"xloc": [
1100
- "default.handlebars->31->430"
1100
+ "default.handlebars->31->431"
1101
]
1102
},
1103
{
@@ -1143,7 +1143,7 @@
1143
"default-mobile.handlebars->11->202",
1144
"default-mobile.handlebars->11->205",
1145
"default-mobile.handlebars->11->208",
1146
- "default.handlebars->31->1867",
1146
+ "default.handlebars->31->1870",
1147
"default.handlebars->31->277",
1148
"default.handlebars->31->280",
1149
"default.handlebars->31->283",
@@ -1170,8 +1170,8 @@
1170
"zh-cht": "1週",
1171
"xloc": [
1172
"default.handlebars->31->197",
1173
- "default.handlebars->31->358",
1174
- "default.handlebars->31->372"
1173
+ "default.handlebars->31->359",
1174
+ "default.handlebars->31->373"
1175
]
1176
},
1177
{
@@ -1275,7 +1275,7 @@
1275
"zh-chs": "10分钟",
1276
"zh-cht": "10分鐘",
1277
"xloc": [
1278
- "default.handlebars->31->797"
1278
+ "default.handlebars->31->800"
1279
]
1280
},
1281
{
@@ -1358,7 +1358,7 @@
1358
"zh-chs": "12小时",
1359
"zh-cht": "12小時",
1360
"xloc": [
1361
- "default.handlebars->31->805"
1361
+ "default.handlebars->31->808"
1362
]
1363
},
1364
{
@@ -1400,7 +1400,7 @@
1400
"zh-chs": "15分钟",
1401
"zh-cht": "15分鐘",
1402
"xloc": [
1403
- "default.handlebars->31->798"
1403
+ "default.handlebars->31->801"
1404
]
1405
},
1406
{
@@ -1420,7 +1420,7 @@
1420
"zh-chs": "16小时",
1421
"zh-cht": "16小時",
1422
"xloc": [
1423
- "default.handlebars->31->806"
1423
+ "default.handlebars->31->809"
1424
]
1425
},
1426
{
@@ -1440,7 +1440,7 @@
1440
"zh-chs": "2天",
1441
"zh-cht": "2天",
1442
"xloc": [
1443
- "default.handlebars->31->808"
1443
+ "default.handlebars->31->811"
1444
]
1445
},
1446
{
@@ -1460,7 +1460,7 @@
1460
"zh-chs": "2小时",
1461
"zh-cht": "2小時",
1462
"xloc": [
1463
- "default.handlebars->31->802"
1463
+ "default.handlebars->31->805"
1464
]
1465
},
1466
{
@@ -1564,7 +1564,7 @@
1564
"zh-chs": "24小时",
1565
"zh-cht": "24小時",
1566
"xloc": [
1567
- "default.handlebars->31->807"
1567
+ "default.handlebars->31->810"
1568
]
1569
},
1570
{
@@ -1626,7 +1626,7 @@
1626
"zh-chs": "2FA备份代码已清除",
1627
"zh-cht": "2FA備份代碼已清除",
1628
"xloc": [
1629
- "default.handlebars->31->1815"
1629
+ "default.handlebars->31->1818"
1630
]
1631
},
1632
{
@@ -1646,8 +1646,8 @@
1646
"zh-chs": "启用第二因素身份验证",
1647
"zh-cht": "啟用第二因素身份驗證",
1648
"xloc": [
1649
- "default.handlebars->31->1880",
1650
- "default.handlebars->31->2095"
1649
+ "default.handlebars->31->1883",
1650
+ "default.handlebars->31->2098"
1651
]
1652
},
1653
{
@@ -1766,7 +1766,7 @@
1766
"zh-chs": "30分钟",
1767
"zh-cht": "30分鐘",
1768
"xloc": [
1769
- "default.handlebars->31->799"
1769
+ "default.handlebars->31->802"
1770
]
1771
},
1772
{
@@ -1786,8 +1786,8 @@
1786
"zh-chs": "MeshAgent的32位版本",
1787
"zh-cht": "MeshAgent的32位版本",
1788
"xloc": [
1789
- "default.handlebars->31->396",
1790
- "default.handlebars->31->416"
1789
+ "default.handlebars->31->397",
1790
+ "default.handlebars->31->417"
1791
]
1792
},
1793
{
@@ -1829,7 +1829,7 @@
1829
"zh-chs": "4天",
1830
"zh-cht": "4天",
1831
"xloc": [
1832
- "default.handlebars->31->809"
1832
+ "default.handlebars->31->812"
1833
]
1834
},
1835
{
@@ -1849,7 +1849,7 @@
1849
"zh-chs": "4个小时",
1850
"zh-cht": "4個小時",
1851
"xloc": [
1852
- "default.handlebars->31->803"
1852
+ "default.handlebars->31->806"
1853
]
1854
},
1855
{
@@ -1932,7 +1932,7 @@
1932
"zh-chs": "45分钟",
1933
"zh-cht": "45分鐘",
1934
"xloc": [
1935
- "default.handlebars->31->800"
1935
+ "default.handlebars->31->803"
1936
]
1937
},
1938
{
@@ -1972,7 +1972,7 @@
1972
"zh-chs": "5分钟",
1973
"zh-cht": "5分鐘",
1974
"xloc": [
1975
- "default.handlebars->31->796"
1975
+ "default.handlebars->31->799"
1976
]
1977
},
1978
{
@@ -2098,7 +2098,7 @@
2098
"zh-chs": "60分钟",
2099
"zh-cht": "60分鐘",
2100
"xloc": [
2101
- "default.handlebars->31->801"
2101
+ "default.handlebars->31->804"
2102
]
2103
},
2104
{
@@ -2140,7 +2140,7 @@
2140
"zh-chs": "64位版本的macOS Mesh Agent",
2141
"zh-cht": "64位版本的macOS Mesh Agent",
2142
"xloc": [
2143
- "default.handlebars->31->410"
2143
+ "default.handlebars->31->411"
2144
]
2145
},
2146
{
@@ -2160,8 +2160,8 @@
2160
"zh-chs": "MeshAgent的64位版本",
2161
"zh-cht": "MeshAgent的64位版本",
2162
"xloc": [
2163
- "default.handlebars->31->400",
2164
- "default.handlebars->31->419"
2163
+ "default.handlebars->31->401",
2164
+ "default.handlebars->31->420"
2165
]
2166
},
2167
{
@@ -2218,7 +2218,7 @@
2218
"zh-chs": "7天电源状态",
2219
"zh-cht": "7天電源狀態",
2220
"xloc": [
2221
- "default.handlebars->31->841"
2221
+ "default.handlebars->31->844"
2222
]
2223
},
2224
{
@@ -2281,9 +2281,9 @@
2281
"zh-chs": "8小時",
2282
"zh-cht": "8小時",
2283
"xloc": [
2284
- "default.handlebars->31->356",
2285
- "default.handlebars->31->370",
2286
- "default.handlebars->31->804"
2284
+ "default.handlebars->31->357",
2285
+ "default.handlebars->31->371",
2286
+ "default.handlebars->31->807"
2287
]
2288
},
2289
{
@@ -2354,7 +2354,7 @@
2354
"nl": "</div><div><a rel=\\\"noreferrer noopener\\\" target=_blank href=\\\"https://play.google.com/store/apps/details?id=com.meshcentral.agent2\\\"><img style=margin-top:20px;margin-left:5px;cursor:pointer width=40 height=40 src=\\\"images/android-40.png\\\" srcset=\\\"images/android-80.png 2x\\\" /></a></div></div>",
2355
"fr": "</div><div><a rel=\\\"noreferrer noopener\\\" target=_blank href=\\\"https://play.google.com/store/apps/details?id=com.meshcentral.agent2\\\"><img style=margin-top:20px;margin-left:5px;cursor:pointer width=40 height=40 src=\\\"images/android-40.png\\\" srcset=\\\"images/android-80.png 2x\\\" /></a></div></div>",
2356
"xloc": [
2357
- "default.handlebars->31->413"
2357
+ "default.handlebars->31->414"
2358
]
2359
},
2360
{
@@ -2515,8 +2515,8 @@
2515
"zh-cht": "ACM",
2516
"xloc": [
2517
"default-mobile.handlebars->11->266",
2518
- "default.handlebars->31->1496",
2519
- "default.handlebars->31->612"
2518
+ "default.handlebars->31->1499",
2519
+ "default.handlebars->31->615"
2520
]
2521
},
2522
{
@@ -2571,7 +2571,7 @@
2571
"zh-cht": "AMT",
2572
"xloc": [
2573
"default.handlebars->31->267",
2574
- "default.handlebars->31->458"
2574
+ "default.handlebars->31->459"
2575
]
2576
},
2577
{
@@ -2686,8 +2686,8 @@
2686
"xloc": [
2687
"default-mobile.handlebars->11->406",
2688
"default-mobile.handlebars->11->408",
2689
- "default.handlebars->31->631",
2690
- "default.handlebars->31->633"
2689
+ "default.handlebars->31->634",
2690
+ "default.handlebars->31->636"
2691
]
2692
},
2693
{
@@ -2708,7 +2708,7 @@
2708
"zh-cht": "拒絕存取",
2709
"xloc": [
2710
"default-mobile.handlebars->11->495",
2711
- "default.handlebars->31->1132"
2711
+ "default.handlebars->31->1135"
2712
]
2713
},
2714
{
@@ -2750,7 +2750,7 @@
2750
"zh-chs": "访问服务器档案",
2751
"zh-cht": "存取伺服器檔案",
2752
"xloc": [
2753
- "default.handlebars->31->2045"
2753
+ "default.handlebars->31->2048"
2754
]
2755
},
2756
{
@@ -2839,11 +2839,11 @@
2839
"default-mobile.handlebars->11->241",
2840
"default-mobile.handlebars->11->243",
2841
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2842
- "default.handlebars->31->1402",
2843
- "default.handlebars->31->1404",
2844
- "default.handlebars->31->2318",
2845
- "default.handlebars->31->581",
2846
- "default.handlebars->31->583"
2842
+ "default.handlebars->31->1405",
2843
+ "default.handlebars->31->1407",
2844
+ "default.handlebars->31->2321",
2845
+ "default.handlebars->31->584",
2846
+ "default.handlebars->31->586"
2847
]
2848
},
2849
{
@@ -2852,7 +2852,7 @@
2852
"fr": "Paramètres du compte",
2853
"xloc": [
2854
"default-mobile.handlebars->11->588",
2855
- "default.handlebars->31->2210"
2855
+ "default.handlebars->31->2213"
2856
]
2857
},
2858
{
@@ -2913,7 +2913,7 @@
2913
"zh-chs": "帐户已更改:{0}",
2914
"zh-cht": "帳戶已更改:{0}",
2915
"xloc": [
2916
- "default.handlebars->31->1788"
2916
+ "default.handlebars->31->1791"
2917
]
2918
},
2919
{
@@ -2933,7 +2933,7 @@
2933
"zh-chs": "创建帐户,电子邮件为{0}",
2934
"zh-cht": "創建帳戶,電子郵件為{0}",
2935
"xloc": [
2936
- "default.handlebars->31->1787"
2936
+ "default.handlebars->31->1790"
2937
]
2938
},
2939
{
@@ -2953,7 +2953,7 @@
2953
"zh-chs": "创建帐户,用户名是{0}",
2954
"zh-cht": "帳戶已創建,用戶名是{0}",
2955
"xloc": [
2956
- "default.handlebars->31->1786"
2956
+ "default.handlebars->31->1789"
2957
]
2958
},
2959
{
@@ -2973,8 +2973,8 @@
2973
"zh-chs": "帐户已被锁定",
2974
"zh-cht": "帳戶已被鎖定",
2975
"xloc": [
2976
- "default.handlebars->31->1882",
2977
- "default.handlebars->31->2042"
2976
+ "default.handlebars->31->1885",
2977
+ "default.handlebars->31->2045"
2978
]
2979
},
2980
{
@@ -2995,7 +2995,7 @@
2995
"zh-cht": "達到帳戶限制。",
2996
"xloc": [
2997
"default-mobile.handlebars->11->600",
2998
- "default.handlebars->31->2222",
2998
+ "default.handlebars->31->2225",
2999
"login-mobile.handlebars->5->6",
3000
"login.handlebars->5->6",
3001
"login2.handlebars->7->7"
@@ -3040,7 +3040,7 @@
3040
"zh-chs": "帐号登录",
3041
"zh-cht": "帳號登錄",
3042
"xloc": [
3043
- "default.handlebars->31->1723"
3043
+ "default.handlebars->31->1726"
3044
]
3045
},
3046
{
@@ -3048,7 +3048,7 @@
3048
"nl": "Account aanmelding van {0}, {1}, {2}",
3049
"fr": "Connexion de {0}, {1}, {2}",
3050
"xloc": [
3051
- "default.handlebars->31->1829"
3051
+ "default.handlebars->31->1832"
3052
]
3053
},
3054
{
@@ -3068,7 +3068,7 @@
3068
"zh-chs": "帐户登出",
3069
"zh-cht": "帳戶登出",
3070
"xloc": [
3071
- "default.handlebars->31->1724"
3071
+ "default.handlebars->31->1727"
3072
]
3073
},
3074
{
@@ -3110,7 +3110,7 @@
3110
"zh-chs": "帐户密码已更改:{0}",
3111
"zh-cht": "帳戶密碼已更改:{0}",
3112
"xloc": [
3113
- "default.handlebars->31->1796"
3113
+ "default.handlebars->31->1799"
3114
]
3115
},
3116
{
@@ -3130,7 +3130,7 @@
3130
"zh-chs": "帐户已删除",
3131
"zh-cht": "帳戶已刪除",
3132
"xloc": [
3133
- "default.handlebars->31->1785"
3133
+ "default.handlebars->31->1788"
3134
]
3135
},
3136
{
@@ -3171,7 +3171,7 @@
3171
"zh-cht": "指令",
3172
"xloc": [
3173
"default-mobile.handlebars->11->501",
3174
- "default.handlebars->31->1138",
3174
+ "default.handlebars->31->1141",
3175
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3176
]
3177
},
@@ -3192,8 +3192,8 @@
3192
"zh-chs": "动作档案",
3193
"zh-cht": "動作檔案",
3194
"xloc": [
3195
- "default.handlebars->31->887",
3196
- "default.handlebars->31->889"
3195
+ "default.handlebars->31->890",
3196
+ "default.handlebars->31->892"
3197
]
3198
},
3199
{
@@ -3216,7 +3216,7 @@
3216
"default-mobile.handlebars->11->289",
3217
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
3218
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
3219
- "default.handlebars->31->674",
3219
+ "default.handlebars->31->677",
3220
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
3221
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
3222
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3299,7 +3299,7 @@
3299
"zh-chs": "如果ACM失败,则激活到CCM",
3300
"zh-cht": "如果ACM失敗,則激活到CCM",
3301
"xloc": [
3302
- "default.handlebars->31->1517"
3302
+ "default.handlebars->31->1520"
3303
]
3304
},
3305
{
@@ -3322,9 +3322,9 @@
3322
"default-mobile.handlebars->11->261",
3323
"default-mobile.handlebars->11->263",
3324
"default-mobile.handlebars->11->457",
3325
- "default.handlebars->31->1093",
3326
- "default.handlebars->31->605",
3327
- "default.handlebars->31->607"
3325
+ "default.handlebars->31->1096",
3326
+ "default.handlebars->31->608",
3327
+ "default.handlebars->31->610"
3328
]
3329
},
3330
{
@@ -3364,7 +3364,7 @@
3364
"zh-chs": "主动设备共享",
3365
"zh-cht": "主動設備共享",
3366
"xloc": [
3367
- "default.handlebars->31->730"
3367
+ "default.handlebars->31->733"
3368
]
3369
},
3370
{
@@ -3390,7 +3390,7 @@
3390
"nl": "Toevoegen",
3391
"xloc": [
3392
"default-mobile.handlebars->11->361",
3393
- "default.handlebars->31->951"
3393
+ "default.handlebars->31->954"
3394
]
3395
},
3396
{
@@ -3410,7 +3410,7 @@
3410
"zh-chs": "添加代理",
3411
"zh-cht": "新增代理",
3412
"xloc": [
3413
- "default.handlebars->31->1492",
3413
+ "default.handlebars->31->1495",
3414
"default.handlebars->31->310"
3415
]
3416
},
@@ -3448,8 +3448,8 @@
3448
"zh-chs": "添加设备",
3449
"zh-cht": "新增裝置",
3450
"xloc": [
3451
- "default.handlebars->31->2019",
3452
- "default.handlebars->31->2149"
3451
+ "default.handlebars->31->2022",
3452
+ "default.handlebars->31->2152"
3453
]
3454
},
3455
{
@@ -3469,7 +3469,7 @@
3469
"zh-chs": "添加设备日志",
3470
"zh-cht": "新增裝置日誌",
3471
"xloc": [
3472
- "default.handlebars->31->781"
3472
+ "default.handlebars->31->784"
3473
]
3474
},
3475
{
@@ -3489,9 +3489,9 @@
3489
"zh-chs": "添加设备组",
3490
"zh-cht": "新增裝置群",
3491
"xloc": [
3492
- "default.handlebars->31->1592",
3493
- "default.handlebars->31->2013",
3494
- "default.handlebars->31->2137",
3492
+ "default.handlebars->31->1595",
3493
+ "default.handlebars->31->2016",
3494
+ "default.handlebars->31->2140",
3495
"default.handlebars->31->247"
3496
]
3497
},
@@ -3512,7 +3512,7 @@
3512
"zh-chs": "添加设备组权限",
3513
"zh-cht": "新增裝置群權限",
3514
"xloc": [
3515
- "default.handlebars->31->1589"
3515
+ "default.handlebars->31->1592"
3516
]
3517
},
3518
{
@@ -3532,8 +3532,8 @@
3532
"zh-chs": "添加设备权限",
3533
"zh-cht": "新增裝置權限",
3534
"xloc": [
3535
- "default.handlebars->31->1594",
3536
- "default.handlebars->31->1596"
3535
+ "default.handlebars->31->1597",
3536
+ "default.handlebars->31->1599"
3537
]
3538
},
3539
{
@@ -3630,7 +3630,7 @@
3630
"zh-chs": "添加成员身份",
3631
"zh-cht": "新增成員身份",
3632
"xloc": [
3633
- "default.handlebars->31->2169"
3633
+ "default.handlebars->31->2172"
3634
]
3635
},
3636
{
@@ -3650,7 +3650,7 @@
3650
"zh-chs": "添加 Mesh Agent",
3651
"zh-cht": "新增 Mesh Agent",
3652
"xloc": [
3653
- "default.handlebars->31->429"
3653
+ "default.handlebars->31->430"
3654
]
3655
},
3656
{
@@ -3670,8 +3670,8 @@
3670
"zh-chs": "添加安全密钥",
3671
"zh-cht": "新增安全密鑰",
3672
"xloc": [
3673
- "default.handlebars->31->1169",
3674
- "default.handlebars->31->1170",
3673
+ "default.handlebars->31->1172",
3674
+ "default.handlebars->31->1173",
3675
"default.handlebars->31->164",
3676
"default.handlebars->31->166",
3677
"default.handlebars->31->169",
@@ -3696,7 +3696,7 @@
3696
"zh-cht": "新增用戶",
3697
"xloc": [
3698
"default-mobile.handlebars->11->517",
3699
- "default.handlebars->31->722"
3699
+ "default.handlebars->31->725"
3700
]
3701
},
3702
{
@@ -3716,7 +3716,7 @@
3716
"zh-chs": "添加用户设备权限",
3717
"zh-cht": "新增用戶裝置權限",
3718
"xloc": [
3719
- "default.handlebars->31->1599"
3719
+ "default.handlebars->31->1602"
3720
]
3721
},
3722
{
@@ -3736,10 +3736,10 @@
3736
"zh-chs": "添加用户组",
3737
"zh-cht": "新增用戶群",
3738
"xloc": [
3739
- "default.handlebars->31->1488",
3740
- "default.handlebars->31->1591",
3741
- "default.handlebars->31->2143",
3742
- "default.handlebars->31->723"
3739
+ "default.handlebars->31->1491",
3740
+ "default.handlebars->31->1594",
3741
+ "default.handlebars->31->2146",
3742
+ "default.handlebars->31->726"
3743
]
3744
},
3745
{
@@ -3759,7 +3759,7 @@
3759
"zh-chs": "添加用户组设备权限",
3760
"zh-cht": "新增用戶群裝置權限",
3761
"xloc": [
3762
- "default.handlebars->31->1601"
3762
+ "default.handlebars->31->1604"
3763
]
3764
},
3765
{
@@ -3816,8 +3816,8 @@
3816
"zh-chs": "添加用户",
3817
"zh-cht": "新增用戶",
3818
"xloc": [
3819
- "default.handlebars->31->1487",
3820
- "default.handlebars->31->2008"
3819
+ "default.handlebars->31->1490",
3820
+ "default.handlebars->31->2011"
3821
]
3822
},
3823
{
@@ -3837,7 +3837,7 @@
3837
"zh-chs": "将用户添加到设备组",
3838
"zh-cht": "將用戶新增到裝置群",
3839
"xloc": [
3840
- "default.handlebars->31->1588"
3840
+ "default.handlebars->31->1591"
3841
]
3842
},
3843
{
@@ -3857,7 +3857,7 @@
3857
"zh-chs": "将用户添加到用户组",
3858
"zh-cht": "將用戶新增到用戶群",
3859
"xloc": [
3860
- "default.handlebars->31->2041"
3860
+ "default.handlebars->31->2044"
3861
]
3862
},
3863
{
@@ -3974,7 +3974,7 @@
3974
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3975
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3976
"xloc": [
3977
- "default.handlebars->31->1491",
3977
+ "default.handlebars->31->1494",
3978
"default.handlebars->31->309"
3979
]
3980
},
@@ -3995,7 +3995,7 @@
3995
"zh-chs": "添加标签",
3996
"zh-cht": "新增標籤",
3997
"xloc": [
3998
- "default.handlebars->31->498"
3998
+ "default.handlebars->31->499"
3999
]
4000
},
4001
{
@@ -4035,7 +4035,7 @@
4035
"zh-chs": "添加了身份验证应用程序",
4036
"zh-cht": "添加了身份驗證應用程序",
4037
"xloc": [
4038
- "default.handlebars->31->1812"
4038
+ "default.handlebars->31->1815"
4039
]
4040
},
4041
{
@@ -4055,7 +4055,7 @@
4055
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
4056
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
4057
"xloc": [
4058
- "default.handlebars->31->1823"
4058
+ "default.handlebars->31->1826"
4059
]
4060
},
4061
{
@@ -4075,8 +4075,8 @@
4075
"zh-chs": "已将设备{0}添加到设备组{1}",
4076
"zh-cht": "已將設備{0}添加到設備組{1}",
4077
"xloc": [
4078
- "default.handlebars->31->1779",
4079
- "default.handlebars->31->1806"
4078
+ "default.handlebars->31->1782",
4079
+ "default.handlebars->31->1809"
4080
]
4081
},
4082
{
@@ -4096,7 +4096,7 @@
4096
"zh-chs": "添加了安全密钥",
4097
"zh-cht": "添加了安全密鑰",
4098
"xloc": [
4099
- "default.handlebars->31->1817"
4099
+ "default.handlebars->31->1820"
4100
]
4101
},
4102
{
@@ -4116,7 +4116,7 @@
4116
"zh-chs": "已将用户组{0}添加到设备组{1}",
4117
"zh-cht": "已將用戶組{0}添加到設備組{1}",
4118
"xloc": [
4119
- "default.handlebars->31->1790"
4119
+ "default.handlebars->31->1793"
4120
]
4121
},
4122
{
@@ -4136,8 +4136,8 @@
4136
"zh-chs": "已将用户{0}添加到用户组{1}",
4137
"zh-cht": "已將用戶{0}添加到用戶組{1}",
4138
"xloc": [
4139
- "default.handlebars->31->1793",
4140
- "default.handlebars->31->1802"
4139
+ "default.handlebars->31->1796",
4140
+ "default.handlebars->31->1805"
4141
]
4142
},
4143
{
@@ -4198,7 +4198,7 @@
4198
"zh-cht": "管理員控制模式(ACM)",
4199
"xloc": [
4200
"default-mobile.handlebars->11->459",
4201
- "default.handlebars->31->1095"
4201
+ "default.handlebars->31->1098"
4202
]
4203
},
4204
{
@@ -4219,7 +4219,7 @@
4219
"zh-cht": "管理員憑證",
4220
"xloc": [
4221
"default-mobile.handlebars->11->465",
4222
- "default.handlebars->31->1101"
4222
+ "default.handlebars->31->1104"
4223
]
4224
},
4225
{
@@ -4260,7 +4260,7 @@
4260
"zh-chs": "管理领域",
4261
"zh-cht": "管理領域",
4262
"xloc": [
4263
- "default.handlebars->31->2077"
4263
+ "default.handlebars->31->2080"
4264
]
4265
},
4266
{
@@ -4301,7 +4301,7 @@
4301
"zh-chs": "管理领域",
4302
"zh-cht": "管理領域",
4303
"xloc": [
4304
- "default.handlebars->31->1945"
4304
+ "default.handlebars->31->1948"
4305
]
4306
},
4307
{
@@ -4321,7 +4321,7 @@
4321
"zh-chs": "管理员",
4322
"zh-cht": "管理員",
4323
"xloc": [
4324
- "default.handlebars->31->1874"
4324
+ "default.handlebars->31->1877"
4325
]
4326
},
4327
{
@@ -4341,7 +4341,7 @@
4341
"zh-chs": "南非文",
4342
"zh-cht": "南非文",
4343
"xloc": [
4344
- "default.handlebars->31->1172"
4344
+ "default.handlebars->31->1175"
4345
]
4346
},
4347
{
@@ -4366,10 +4366,10 @@
4366
"default-mobile.handlebars->11->258",
4367
"default-mobile.handlebars->11->280",
4368
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4369
- "default.handlebars->31->1655",
4370
- "default.handlebars->31->1668",
4369
+ "default.handlebars->31->1658",
4370
+ "default.handlebars->31->1671",
4371
"default.handlebars->31->263",
4372
- "default.handlebars->31->454",
4372
+ "default.handlebars->31->455",
4373
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
4374
]
4375
},
@@ -4390,8 +4390,8 @@
4390
"zh-chs": "代理+英特尔AMT",
4391
"zh-cht": "代理+Intel® AMT",
4392
"xloc": [
4393
- "default.handlebars->31->1657",
4394
- "default.handlebars->31->1670"
4393
+ "default.handlebars->31->1660",
4394
+ "default.handlebars->31->1673"
4395
]
4396
},
4397
{
@@ -4433,7 +4433,7 @@
4433
"zh-cht": "代理控制台",
4434
"xloc": [
4435
"default-mobile.handlebars->11->559",
4436
- "default.handlebars->31->1609"
4436
+ "default.handlebars->31->1612"
4437
]
4438
},
4439
{
@@ -4453,7 +4453,7 @@
4453
"zh-chs": "代理错误计数器",
4454
"zh-cht": "代理錯誤計數器",
4455
"xloc": [
4456
- "default.handlebars->31->2247"
4456
+ "default.handlebars->31->2250"
4457
]
4458
},
4459
{
@@ -4556,7 +4556,7 @@
4556
"zh-chs": "代理时段",
4557
"zh-cht": "代理時段",
4558
"xloc": [
4559
- "default.handlebars->31->2263"
4559
+ "default.handlebars->31->2266"
4560
]
4561
},
4562
{
@@ -4577,7 +4577,7 @@
4577
"zh-cht": "代理標籤",
4578
"xloc": [
4579
"default-mobile.handlebars->11->279",
4580
- "default.handlebars->31->628"
4580
+ "default.handlebars->31->631"
4581
]
4582
},
4583
{
@@ -4597,7 +4597,7 @@
4597
"zh-chs": "代理类型",
4598
"zh-cht": "代理類型",
4599
"xloc": [
4600
- "default.handlebars->31->1666",
4600
+ "default.handlebars->31->1669",
4601
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
4602
]
4603
},
@@ -4618,7 +4618,7 @@
4618
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4619
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4620
"xloc": [
4621
- "default.handlebars->31->1776"
4621
+ "default.handlebars->31->1779"
4622
]
4623
},
4624
{
@@ -4639,8 +4639,8 @@
4639
"zh-cht": "代理已連接",
4640
"xloc": [
4641
"default.handlebars->31->178",
4642
- "default.handlebars->31->713",
4643
- "default.handlebars->31->714"
4642
+ "default.handlebars->31->716",
4643
+ "default.handlebars->31->717"
4644
]
4645
},
4646
{
@@ -4681,7 +4681,7 @@
4681
"zh-cht": "代理離線",
4682
"xloc": [
4683
"default-mobile.handlebars->11->493",
4684
- "default.handlebars->31->1130"
4684
+ "default.handlebars->31->1133"
4685
]
4686
},
4687
{
@@ -4702,7 +4702,7 @@
4702
"zh-cht": "代理在線",
4703
"xloc": [
4704
"default-mobile.handlebars->11->492",
4705
- "default.handlebars->31->1129"
4705
+ "default.handlebars->31->1132"
4706
]
4707
},
4708
{
@@ -4723,7 +4723,7 @@
4723
"zh-cht": "代理在特權降低的遠程設備上運行。",
4724
"xloc": [
4725
"default.handlebars->31->176",
4726
- "default.handlebars->31->711"
4726
+ "default.handlebars->31->714"
4727
]
4728
},
4729
{
@@ -4743,7 +4743,7 @@
4743
"zh-chs": "代理",
4744
"zh-cht": "代理",
4745
"xloc": [
4746
- "default.handlebars->31->2279"
4746
+ "default.handlebars->31->2282"
4747
]
4748
},
4749
{
@@ -4763,7 +4763,7 @@
4763
"zh-chs": "阿尔巴尼亚文",
4764
"zh-cht": "阿爾巴尼亞文",
4765
"xloc": [
4766
- "default.handlebars->31->1173"
4766
+ "default.handlebars->31->1176"
4767
]
4768
},
4769
{
@@ -4806,7 +4806,7 @@
4806
"zh-chs": "全部可用",
4807
"zh-cht": "全部可用",
4808
"xloc": [
4809
- "default.handlebars->31->1837"
4809
+ "default.handlebars->31->1840"
4810
]
4811
},
4812
{
@@ -4826,7 +4826,7 @@
4826
"zh-chs": "所有显示",
4827
"zh-cht": "所有顯示",
4828
"xloc": [
4829
- "default.handlebars->31->976"
4829
+ "default.handlebars->31->979"
4830
]
4831
},
4832
{
@@ -4846,7 +4846,7 @@
4846
"zh-chs": "所有事件",
4847
"zh-cht": "所有事件",
4848
"xloc": [
4849
- "default.handlebars->31->1835"
4849
+ "default.handlebars->31->1838"
4850
]
4851
},
4852
{
@@ -4866,9 +4866,9 @@
4866
"zh-chs": "全部聚焦",
4867
"zh-cht": "全部聚焦",
4868
"xloc": [
4869
- "default.handlebars->31->921",
4870
- "default.handlebars->31->923",
4871
- "default.handlebars->31->924"
4869
+ "default.handlebars->31->924",
4870
+ "default.handlebars->31->926",
4871
+ "default.handlebars->31->927"
4872
]
4873
},
4874
{
@@ -4888,8 +4888,8 @@
4888
"zh-chs": "允许用户管理此设备组和该组中的设备。",
4889
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4890
"xloc": [
4891
- "default.handlebars->31->1555",
4892
- "default.handlebars->31->2038"
4891
+ "default.handlebars->31->1558",
4892
+ "default.handlebars->31->2041"
4893
]
4894
},
4895
{
@@ -4909,7 +4909,7 @@
4909
"zh-chs": "允许用户管理此设备。",
4910
"zh-cht": "允許用戶管理此裝置。",
4911
"xloc": [
4912
- "default.handlebars->31->1556"
4912
+ "default.handlebars->31->1559"
4913
]
4914
},
4915
{
@@ -4948,8 +4948,8 @@
4948
"xloc": [
4949
"default-mobile.handlebars->11->354",
4950
"default-mobile.handlebars->11->358",
4951
- "default.handlebars->31->944",
4952
- "default.handlebars->31->948"
4951
+ "default.handlebars->31->947",
4952
+ "default.handlebars->31->951"
4953
]
4954
},
4955
{
@@ -5011,7 +5011,7 @@
5011
"zh-chs": "备用(F10 = ESC + 0)",
5012
"zh-cht": "備用(F10 = ESC + 0)",
5013
"xloc": [
5014
- "default.handlebars->31->987",
5014
+ "default.handlebars->31->990",
5015
"terminal.handlebars->3->19"
5016
]
5017
},
@@ -5053,10 +5053,10 @@
5053
"zh-chs": "一直通知",
5054
"zh-cht": "一直通知",
5055
"xloc": [
5056
- "default.handlebars->31->1467",
5057
- "default.handlebars->31->1999",
5058
- "default.handlebars->31->2086",
5059
- "default.handlebars->31->656"
5056
+ "default.handlebars->31->1470",
5057
+ "default.handlebars->31->2002",
5058
+ "default.handlebars->31->2089",
5059
+ "default.handlebars->31->659"
5060
]
5061
},
5062
{
@@ -5076,10 +5076,10 @@
5076
"zh-chs": "一直提示",
5077
"zh-cht": "一直提示",
5078
"xloc": [
5079
- "default.handlebars->31->1468",
5080
- "default.handlebars->31->2000",
5081
- "default.handlebars->31->2087",
5082
- "default.handlebars->31->657"
5079
+ "default.handlebars->31->1471",
5080
+ "default.handlebars->31->2003",
5081
+ "default.handlebars->31->2090",
5082
+ "default.handlebars->31->660"
5083
]
5084
},
5085
{
@@ -5225,8 +5225,8 @@
5225
"nl": "Anti-virus niet actief",
5226
"fr": "Antivirus désactivé",
5227
"xloc": [
5228
- "default.handlebars->31->1659",
5229
- "default.handlebars->31->1673"
5228
+ "default.handlebars->31->1662",
5229
+ "default.handlebars->31->1676"
5230
]
5231
},
5232
{
@@ -5247,7 +5247,7 @@
5247
"zh-cht": "防毒軟體",
5248
"xloc": [
5249
"default-mobile.handlebars->11->422",
5250
- "default.handlebars->31->647"
5250
+ "default.handlebars->31->650"
5251
]
5252
},
5253
{
@@ -5267,7 +5267,7 @@
5267
"zh-chs": "任何可支持的",
5268
"zh-cht": "任何可支持的",
5269
"xloc": [
5270
- "default.handlebars->31->350"
5270
+ "default.handlebars->31->351"
5271
]
5272
},
5273
{
@@ -5308,7 +5308,7 @@
5308
"zh-chs": "苹果macOS",
5309
"zh-cht": "蘋果macOS",
5310
"xloc": [
5311
- "default.handlebars->31->384"
5311
+ "default.handlebars->31->385"
5312
]
5313
},
5314
{
@@ -5328,7 +5328,7 @@
5328
"zh-chs": "仅限Apple macOS",
5329
"zh-cht": "僅限Apple macOS",
5330
"xloc": [
5331
- "default.handlebars->31->352"
5331
+ "default.handlebars->31->353"
5332
]
5333
},
5334
{
@@ -5368,7 +5368,7 @@
5368
"zh-chs": "阿拉伯文(阿尔及利亚)",
5369
"zh-cht": "阿拉伯文(阿爾及利亞)",
5370
"xloc": [
5371
- "default.handlebars->31->1175"
5371
+ "default.handlebars->31->1178"
5372
]
5373
},
5374
{
@@ -5388,7 +5388,7 @@
5388
"zh-chs": "阿拉伯文(巴林)",
5389
"zh-cht": "阿拉伯文(巴林)",
5390
"xloc": [
5391
- "default.handlebars->31->1176"
5391
+ "default.handlebars->31->1179"
5392
]
5393
},
5394
{
@@ -5408,7 +5408,7 @@
5408
"zh-chs": "阿拉伯文(埃及)",
5409
"zh-cht": "阿拉伯文(埃及)",
5410
"xloc": [
5411
- "default.handlebars->31->1177"
5411
+ "default.handlebars->31->1180"
5412
]
5413
},
5414
{
@@ -5428,7 +5428,7 @@
5428
"zh-chs": "阿拉伯文(伊拉克)",
5429
"zh-cht": "阿拉伯文(伊拉克)",
5430
"xloc": [
5431
- "default.handlebars->31->1178"
5431
+ "default.handlebars->31->1181"
5432
]
5433
},
5434
{
@@ -5448,7 +5448,7 @@
5448
"zh-chs": "阿拉伯文(约旦)",
5449
"zh-cht": "阿拉伯文(約旦)",
5450
"xloc": [
5451
- "default.handlebars->31->1179"
5451
+ "default.handlebars->31->1182"
5452
]
5453
},
5454
{
@@ -5468,7 +5468,7 @@
5468
"zh-chs": "阿拉伯文(科威特)",
5469
"zh-cht": "阿拉伯文(科威特)",
5470
"xloc": [
5471
- "default.handlebars->31->1180"
5471
+ "default.handlebars->31->1183"
5472
]
5473
},
5474
{
@@ -5488,7 +5488,7 @@
5488
"zh-chs": "阿拉伯文(黎巴嫩)",
5489
"zh-cht": "阿拉伯文(黎巴嫩)",
5490
"xloc": [
5491
- "default.handlebars->31->1181"
5491
+ "default.handlebars->31->1184"
5492
]
5493
},
5494
{
@@ -5508,7 +5508,7 @@
5508
"zh-chs": "阿拉伯文(利比亚)",
5509
"zh-cht": "阿拉伯文(利比亞)",
5510
"xloc": [
5511
- "default.handlebars->31->1182"
5511
+ "default.handlebars->31->1185"
5512
]
5513
},
5514
{
@@ -5528,7 +5528,7 @@
5528
"zh-chs": "阿拉伯文(摩洛哥)",
5529
"zh-cht": "阿拉伯文(摩洛哥)",
5530
"xloc": [
5531
- "default.handlebars->31->1183"
5531
+ "default.handlebars->31->1186"
5532
]
5533
},
5534
{
@@ -5548,7 +5548,7 @@
5548
"zh-chs": "阿拉伯文(阿曼)",
5549
"zh-cht": "阿拉伯文(阿曼)",
5550
"xloc": [
5551
- "default.handlebars->31->1184"
5551
+ "default.handlebars->31->1187"
5552
]
5553
},
5554
{
@@ -5568,7 +5568,7 @@
5568
"zh-chs": "阿拉伯文(卡塔尔)",
5569
"zh-cht": "阿拉伯文(卡塔爾)",
5570
"xloc": [
5571
- "default.handlebars->31->1185"
5571
+ "default.handlebars->31->1188"
5572
]
5573
},
5574
{
@@ -5588,7 +5588,7 @@
5588
"zh-chs": "阿拉伯文(沙特阿拉伯)",
5589
"zh-cht": "阿拉伯文(沙特阿拉伯)",
5590
"xloc": [
5591
- "default.handlebars->31->1186"
5591
+ "default.handlebars->31->1189"
5592
]
5593
},
5594
{
@@ -5608,7 +5608,7 @@
5608
"zh-chs": "阿拉伯文(标准)",
5609
"zh-cht": "阿拉伯文(標準)",
5610
"xloc": [
5611
- "default.handlebars->31->1174"
5611
+ "default.handlebars->31->1177"
5612
]
5613
},
5614
{
@@ -5628,7 +5628,7 @@
5628
"zh-chs": "阿拉伯文(叙利亚)",
5629
"zh-cht": "阿拉伯文(敘利亞)",
5630
"xloc": [
5631
- "default.handlebars->31->1187"
5631
+ "default.handlebars->31->1190"
5632
]
5633
},
5634
{
@@ -5648,7 +5648,7 @@
5648
"zh-chs": "阿拉伯文(突尼斯)",
5649
"zh-cht": "阿拉伯文(突尼斯)",
5650
"xloc": [
5651
- "default.handlebars->31->1188"
5651
+ "default.handlebars->31->1191"
5652
]
5653
},
5654
{
@@ -5668,7 +5668,7 @@
5668
"zh-chs": "阿拉伯文(阿联酋)",
5669
"zh-cht": "阿拉伯文(阿聯酋)",
5670
"xloc": [
5671
- "default.handlebars->31->1189"
5671
+ "default.handlebars->31->1192"
5672
]
5673
},
5674
{
@@ -5688,7 +5688,7 @@
5688
"zh-chs": "阿拉伯文(也门)",
5689
"zh-cht": "阿拉伯文(也門)",
5690
"xloc": [
5691
- "default.handlebars->31->1190"
5691
+ "default.handlebars->31->1193"
5692
]
5693
},
5694
{
@@ -5708,7 +5708,7 @@
5708
"zh-chs": "阿拉贡文",
5709
"zh-cht": "阿拉貢文",
5710
"xloc": [
5711
- "default.handlebars->31->1191"
5711
+ "default.handlebars->31->1194"
5712
]
5713
},
5714
{
@@ -5729,7 +5729,7 @@
5729
"zh-cht": "結構",
5730
"xloc": [
5731
"default-mobile.handlebars->11->405",
5732
- "default.handlebars->31->1048"
5732
+ "default.handlebars->31->1051"
5733
]
5734
},
5735
{
@@ -5770,7 +5770,7 @@
5770
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5771
"xloc": [
5772
"default-mobile.handlebars->11->524",
5773
- "default.handlebars->31->1531"
5773
+ "default.handlebars->31->1534"
5774
]
5775
},
5776
{
@@ -5790,7 +5790,7 @@
5790
"zh-chs": "您确定要删除节点{0}吗?",
5791
"zh-cht": "你確定要刪除節點{0}嗎?",
5792
"xloc": [
5793
- "default.handlebars->31->863"
5793
+ "default.handlebars->31->866"
5794
]
5795
},
5796
{
@@ -5810,7 +5810,7 @@
5810
"zh-chs": "您确定要卸载所选代理吗?",
5811
"zh-cht": "你確定要卸載所選代理嗎?",
5812
"xloc": [
5813
- "default.handlebars->31->852"
5813
+ "default.handlebars->31->855"
5814
]
5815
},
5816
{
@@ -5830,7 +5830,7 @@
5830
"zh-chs": "您确定要卸载所选的{0}代理吗?",
5831
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
5832
"xloc": [
5833
- "default.handlebars->31->851"
5833
+ "default.handlebars->31->854"
5834
]
5835
},
5836
{
@@ -5850,7 +5850,7 @@
5850
"zh-chs": "您确定要{0}插件吗:{1}",
5851
"zh-cht": "你確定要{0}外掛嗎:{1}",
5852
"xloc": [
5853
- "default.handlebars->31->2327"
5853
+ "default.handlebars->31->2330"
5854
]
5855
},
5856
{
@@ -5870,7 +5870,7 @@
5870
"zh-chs": "亚美尼亚文",
5871
"zh-cht": "亞美尼亞文",
5872
"xloc": [
5873
- "default.handlebars->31->1192"
5873
+ "default.handlebars->31->1195"
5874
]
5875
},
5876
{
@@ -5930,7 +5930,7 @@
5930
"zh-chs": "阿萨姆文",
5931
"zh-cht": "阿薩姆文",
5932
"xloc": [
5933
- "default.handlebars->31->1193"
5933
+ "default.handlebars->31->1196"
5934
]
5935
},
5936
{
@@ -5950,7 +5950,7 @@
5950
"zh-chs": "阿斯图里亚斯文",
5951
"zh-cht": "阿斯圖里亞斯文",
5952
"xloc": [
5953
- "default.handlebars->31->1194"
5953
+ "default.handlebars->31->1197"
5954
]
5955
},
5956
{
@@ -5970,7 +5970,7 @@
5970
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5971
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5972
"xloc": [
5973
- "default.handlebars->31->1745"
5973
+ "default.handlebars->31->1748"
5974
]
5975
},
5976
{
@@ -5990,7 +5990,7 @@
5990
"zh-chs": "认证软件",
5991
"zh-cht": "認證軟體",
5992
"xloc": [
5993
- "default.handlebars->31->2090"
5993
+ "default.handlebars->31->2093"
5994
]
5995
},
5996
{
@@ -6014,8 +6014,8 @@
6014
"default-mobile.handlebars->11->63",
6015
"default-mobile.handlebars->11->93",
6016
"default-mobile.handlebars->11->95",
6017
- "default.handlebars->31->1158",
6018
- "default.handlebars->31->1160",
6017
+ "default.handlebars->31->1161",
6018
+ "default.handlebars->31->1163",
6019
"default.handlebars->31->140",
6020
"default.handlebars->31->145"
6021
]
@@ -6097,7 +6097,7 @@
6097
"zh-chs": "自动删除",
6098
"zh-cht": "自動刪除",
6099
"xloc": [
6100
- "default.handlebars->31->1454"
6100
+ "default.handlebars->31->1457"
6101
]
6102
},
6103
{
@@ -6141,7 +6141,7 @@
6141
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6142
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6143
"xloc": [
6144
- "default.handlebars->31->1826"
6144
+ "default.handlebars->31->1829"
6145
]
6146
},
6147
{
@@ -6181,7 +6181,7 @@
6181
"zh-chs": "可用內存",
6182
"zh-cht": "可用內存",
6183
"xloc": [
6184
- "default.handlebars->31->2272"
6184
+ "default.handlebars->31->2275"
6185
]
6186
},
6187
{
@@ -6201,7 +6201,7 @@
6201
"zh-chs": "阿塞拜疆文",
6202
"zh-cht": "阿塞拜疆文",
6203
"xloc": [
6204
- "default.handlebars->31->1195"
6204
+ "default.handlebars->31->1198"
6205
]
6206
},
6207
{
@@ -6212,9 +6212,9 @@
6212
"default-mobile.handlebars->11->409",
6213
"default-mobile.handlebars->11->413",
6214
"default-mobile.handlebars->11->417",
6215
- "default.handlebars->31->634",
6216
- "default.handlebars->31->638",
6217
- "default.handlebars->31->642"
6215
+ "default.handlebars->31->637",
6216
+ "default.handlebars->31->641",
6217
+ "default.handlebars->31->645"
6218
]
6219
},
6220
{
@@ -6235,7 +6235,7 @@
6235
"zh-cht": "的BIOS",
6236
"xloc": [
6237
"default-mobile.handlebars->11->471",
6238
- "default.handlebars->31->1107"
6238
+ "default.handlebars->31->1110"
6239
]
6240
},
6241
{
@@ -6319,7 +6319,7 @@
6319
"nl": "BackSpace",
6320
"xloc": [
6321
"default-mobile.handlebars->11->337",
6322
- "default.handlebars->31->927"
6322
+ "default.handlebars->31->930"
6323
]
6324
},
6325
{
@@ -6339,7 +6339,7 @@
6339
"zh-chs": "背景与互动",
6340
"zh-cht": "背景與互動",
6341
"xloc": [
6342
- "default.handlebars->31->391"
6342
+ "default.handlebars->31->392"
6343
]
6344
},
6345
{
@@ -6359,10 +6359,10 @@
6359
"zh-chs": "背景与互动",
6360
"zh-cht": "背景與互動",
6361
"xloc": [
6362
- "default.handlebars->31->1638",
6363
- "default.handlebars->31->1645",
6364
- "default.handlebars->31->362",
6365
- "default.handlebars->31->376"
6362
+ "default.handlebars->31->1641",
6363
+ "default.handlebars->31->1648",
6364
+ "default.handlebars->31->363",
6365
+ "default.handlebars->31->377"
6366
]
6367
},
6368
{
@@ -6382,11 +6382,11 @@
6382
"zh-chs": "仅背景",
6383
"zh-cht": "僅背景",
6384
"xloc": [
6385
- "default.handlebars->31->1639",
6386
- "default.handlebars->31->1646",
6387
- "default.handlebars->31->363",
6388
- "default.handlebars->31->377",
6389
- "default.handlebars->31->392"
6385
+ "default.handlebars->31->1642",
6386
+ "default.handlebars->31->1649",
6387
+ "default.handlebars->31->364",
6388
+ "default.handlebars->31->378",
6389
+ "default.handlebars->31->393"
6390
]
6391
},
6392
{
@@ -6427,7 +6427,7 @@
6427
"zh-chs": "备用码",
6428
"zh-cht": "備用碼",
6429
"xloc": [
6430
- "default.handlebars->31->2092"
6430
+ "default.handlebars->31->2095"
6431
]
6432
},
6433
{
@@ -6447,7 +6447,7 @@
6447
"zh-chs": "错误的签名",
6448
"zh-cht": "錯誤的簽名",
6449
"xloc": [
6450
- "default.handlebars->31->2254"
6450
+ "default.handlebars->31->2257"
6451
]
6452
},
6453
{
@@ -6467,7 +6467,7 @@
6467
"zh-chs": "错误的网络证书",
6468
"zh-cht": "錯誤的網絡憑證",
6469
"xloc": [
6470
- "default.handlebars->31->2253"
6470
+ "default.handlebars->31->2256"
6471
]
6472
},
6473
{
@@ -6487,7 +6487,7 @@
6487
"zh-chs": "巴斯克",
6488
"zh-cht": "巴斯克",
6489
"xloc": [
6490
- "default.handlebars->31->1196"
6490
+ "default.handlebars->31->1199"
6491
]
6492
},
6493
{
@@ -6507,7 +6507,7 @@
6507
"zh-chs": "批处理文件上传",
6508
"zh-cht": "批處理文件上傳",
6509
"xloc": [
6510
- "default.handlebars->31->514"
6510
+ "default.handlebars->31->515"
6511
]
6512
},
6513
{
@@ -6547,7 +6547,7 @@
6547
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
6548
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6549
"xloc": [
6550
- "default.handlebars->31->1825"
6550
+ "default.handlebars->31->1828"
6551
]
6552
},
6553
{
@@ -6567,7 +6567,7 @@
6567
"zh-chs": "白俄罗斯文",
6568
"zh-cht": "白俄羅斯文",
6569
"xloc": [
6570
- "default.handlebars->31->1198"
6570
+ "default.handlebars->31->1201"
6571
]
6572
},
6573
{
@@ -6587,7 +6587,7 @@
6587
"zh-chs": "孟加拉",
6588
"zh-cht": "孟加拉",
6589
"xloc": [
6590
- "default.handlebars->31->1199"
6590
+ "default.handlebars->31->1202"
6591
]
6592
},
6593
{
@@ -6619,7 +6619,7 @@
6619
"fr": "Chargeur de démarrage",
6620
"xloc": [
6621
"default-mobile.handlebars->11->435",
6622
- "default.handlebars->31->1061"
6622
+ "default.handlebars->31->1064"
6623
]
6624
},
6625
{
@@ -6639,7 +6639,7 @@
6639
"zh-chs": "波斯尼亚文",
6640
"zh-cht": "波斯尼亞文",
6641
"xloc": [
6642
- "default.handlebars->31->1200"
6642
+ "default.handlebars->31->1203"
6643
]
6644
},
6645
{
@@ -6659,7 +6659,7 @@
6659
"zh-chs": "布列塔尼",
6660
"zh-cht": "布列塔尼",
6661
"xloc": [
6662
- "default.handlebars->31->1201"
6662
+ "default.handlebars->31->1204"
6663
]
6664
},
6665
{
@@ -6679,7 +6679,7 @@
6679
"zh-chs": "广播",
6680
"zh-cht": "廣播",
6681
"xloc": [
6682
- "default.handlebars->31->2006",
6682
+ "default.handlebars->31->2009",
6683
"default.handlebars->container->column_l->p4->3->1->0->3->1"
6684
]
6685
},
@@ -6700,7 +6700,7 @@
6700
"zh-chs": "广播消息",
6701
"zh-cht": "廣播消息",
6702
"xloc": [
6703
- "default.handlebars->31->1927"
6703
+ "default.handlebars->31->1930"
6704
]
6705
},
6706
{
@@ -6720,7 +6720,7 @@
6720
"zh-chs": "向所有连接的用户广播消息。",
6721
"zh-cht": "向所有連接的用戶廣播消息。",
6722
"xloc": [
6723
- "default.handlebars->31->1922"
6723
+ "default.handlebars->31->1925"
6724
]
6725
},
6726
{
@@ -6749,7 +6749,7 @@
6749
"zh-chs": "保加利亚文",
6750
"zh-cht": "保加利亞文",
6751
"xloc": [
6752
- "default.handlebars->31->1197"
6752
+ "default.handlebars->31->1200"
6753
]
6754
},
6755
{
@@ -6769,7 +6769,7 @@
6769
"zh-chs": "缅甸文",
6770
"zh-cht": "緬甸文",
6771
"xloc": [
6772
- "default.handlebars->31->1202"
6772
+ "default.handlebars->31->1205"
6773
]
6774
},
6775
{
@@ -6790,7 +6790,7 @@
6790
"zh-cht": "CCM",
6791
"xloc": [
6792
"default-mobile.handlebars->11->265",
6793
- "default.handlebars->31->610"
6793
+ "default.handlebars->31->613"
6794
]
6795
},
6796
{
@@ -6810,7 +6810,7 @@
6810
"zh-chs": "CCM模式",
6811
"zh-cht": "CCM模式",
6812
"xloc": [
6813
- "default.handlebars->31->1514"
6813
+ "default.handlebars->31->1517"
6814
]
6815
},
6816
{
@@ -6832,7 +6832,7 @@
6832
"xloc": [
6833
"default-mobile.handlebars->11->234",
6834
"default.handlebars->31->265",
6835
- "default.handlebars->31->456"
6835
+ "default.handlebars->31->457"
6836
]
6837
},
6838
{
@@ -6852,7 +6852,7 @@
6852
"zh-chs": "CIRA服务器",
6853
"zh-cht": "CIRA伺服器",
6854
"xloc": [
6855
- "default.handlebars->31->2311"
6855
+ "default.handlebars->31->2314"
6856
]
6857
},
6858
{
@@ -6872,7 +6872,7 @@
6872
"zh-chs": "CIRA服务器命令",
6873
"zh-cht": "CIRA伺服器指令",
6874
"xloc": [
6875
- "default.handlebars->31->2312"
6875
+ "default.handlebars->31->2315"
6876
]
6877
},
6878
{
@@ -6892,7 +6892,7 @@
6892
"zh-chs": "CIRA设置",
6893
"zh-cht": "CIRA設置",
6894
"xloc": [
6895
- "default.handlebars->31->1522"
6895
+ "default.handlebars->31->1525"
6896
]
6897
},
6898
{
@@ -6913,7 +6913,7 @@
6913
"zh-cht": "CPU",
6914
"xloc": [
6915
"default-mobile.handlebars->11->477",
6916
- "default.handlebars->31->1113"
6916
+ "default.handlebars->31->1116"
6917
]
6918
},
6919
{
@@ -6933,7 +6933,7 @@
6933
"zh-chs": "CPU负载",
6934
"zh-cht": "CPU負載",
6935
"xloc": [
6936
- "default.handlebars->31->2268"
6936
+ "default.handlebars->31->2271"
6937
]
6938
},
6939
{
@@ -6953,7 +6953,7 @@
6953
"zh-chs": "最近15分钟的CPU负载",
6954
"zh-cht": "最近15分鐘的CPU負載",
6955
"xloc": [
6956
- "default.handlebars->31->2271"
6956
+ "default.handlebars->31->2274"
6957
]
6958
},
6959
{
@@ -6973,7 +6973,7 @@
6973
"zh-chs": "最近5分钟的CPU负载",
6974
"zh-cht": "最近5分鐘的CPU負載",
6975
"xloc": [
6976
- "default.handlebars->31->2270"
6976
+ "default.handlebars->31->2273"
6977
]
6978
},
6979
{
@@ -6993,7 +6993,7 @@
6993
"zh-chs": "最近一分钟的CPU负载",
6994
"zh-cht": "最近一分鐘的CPU負載",
6995
"xloc": [
6996
- "default.handlebars->31->2269"
6996
+ "default.handlebars->31->2272"
6997
]
6998
},
6999
{
@@ -7013,8 +7013,8 @@
7013
"zh-chs": "CR+LF",
7014
"zh-cht": "CR+LF",
7015
"xloc": [
7016
- "default.handlebars->31->980",
7017
- "default.handlebars->31->989",
7016
+ "default.handlebars->31->983",
7017
+ "default.handlebars->31->992",
7018
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
7019
"terminal.handlebars->3->21",
7020
"terminal.handlebars->3->7",
@@ -7038,7 +7038,7 @@
7038
"zh-chs": "CSV",
7039
"zh-cht": "CSV",
7040
"xloc": [
7041
- "default.handlebars->31->1845"
7041
+ "default.handlebars->31->1848"
7042
]
7043
},
7044
{
@@ -7058,9 +7058,9 @@
7058
"zh-chs": "CSV格式",
7059
"zh-cht": "CSV格式",
7060
"xloc": [
7061
- "default.handlebars->31->1849",
7062
- "default.handlebars->31->1914",
7063
- "default.handlebars->31->522"
7061
+ "default.handlebars->31->1852",
7062
+ "default.handlebars->31->1917",
7063
+ "default.handlebars->31->523"
7064
]
7065
},
7066
{
@@ -7097,7 +7097,7 @@
7097
"zh-chs": "呼叫错误",
7098
"zh-cht": "呼叫錯誤",
7099
"xloc": [
7100
- "default.handlebars->31->2328"
7100
+ "default.handlebars->31->2331"
7101
]
7102
},
7103
{
@@ -7120,8 +7120,8 @@
7120
"agent-translations.json",
7121
"default-mobile.handlebars->11->104",
7122
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
7123
- "default.handlebars->31->1432",
7124
- "default.handlebars->31->2317",
7123
+ "default.handlebars->31->1435",
7124
+ "default.handlebars->31->2320",
7125
"default.handlebars->container->dialog->idx_dlgButtonBar",
7126
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
7127
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -7152,9 +7152,9 @@
7152
"default-mobile.handlebars->11->482",
7153
"default-mobile.handlebars->11->487",
7154
"default-mobile.handlebars->11->489",
7155
- "default.handlebars->31->1118",
7156
- "default.handlebars->31->1123",
7157
- "default.handlebars->31->1125"
7155
+ "default.handlebars->31->1121",
7156
+ "default.handlebars->31->1126",
7157
+ "default.handlebars->31->1128"
7158
]
7159
},
7160
{
@@ -7175,7 +7175,7 @@
7175
"zh-cht": "容量/速度",
7176
"xloc": [
7177
"default-mobile.handlebars->11->480",
7178
- "default.handlebars->31->1116"
7178
+ "default.handlebars->31->1119"
7179
]
7180
},
7181
{
@@ -7195,7 +7195,7 @@
7195
"zh-chs": "加泰罗尼亚文",
7196
"zh-cht": "加泰羅尼亞文",
7197
"xloc": [
7198
- "default.handlebars->31->1203"
7198
+ "default.handlebars->31->1206"
7199
]
7200
},
7201
{
@@ -7215,7 +7215,7 @@
7215
"zh-chs": "在这里为中心显示地图",
7216
"zh-cht": "在這裡為中心顯示地圖",
7217
"xloc": [
7218
- "default.handlebars->31->572"
7218
+ "default.handlebars->31->575"
7219
]
7220
},
7221
{
@@ -7235,7 +7235,7 @@
7235
"zh-chs": "查莫罗",
7236
"zh-cht": "查莫羅",
7237
"xloc": [
7238
- "default.handlebars->31->1204"
7238
+ "default.handlebars->31->1207"
7239
]
7240
},
7241
{
@@ -7277,7 +7277,7 @@
7277
"zh-chs": "更改{0}的电邮",
7278
"zh-cht": "更改{0}的電郵",
7279
"xloc": [
7280
- "default.handlebars->31->2124"
7280
+ "default.handlebars->31->2127"
7281
]
7282
},
7283
{
@@ -7297,9 +7297,9 @@
7297
"zh-chs": "更改组",
7298
"zh-cht": "更改群",
7299
"xloc": [
7300
- "default.handlebars->31->687",
7301
- "default.handlebars->31->860",
7302
- "default.handlebars->31->861"
7300
+ "default.handlebars->31->690",
7301
+ "default.handlebars->31->863",
7302
+ "default.handlebars->31->864"
7303
]
7304
},
7305
{
@@ -7320,8 +7320,8 @@
7320
"zh-cht": "更改密碼",
7321
"xloc": [
7322
"default-mobile.handlebars->11->112",
7323
- "default.handlebars->31->1399",
7324
- "default.handlebars->31->2109"
7323
+ "default.handlebars->31->1402",
7324
+ "default.handlebars->31->2112"
7325
]
7326
},
7327
{
@@ -7341,7 +7341,7 @@
7341
"zh-chs": "更改{0}的密码",
7342
"zh-cht": "更改{0}的密碼",
7343
"xloc": [
7344
- "default.handlebars->31->2133"
7344
+ "default.handlebars->31->2136"
7345
]
7346
},
7347
{
@@ -7361,7 +7361,7 @@
7361
"zh-chs": "更改{0}的真实名称",
7362
"zh-cht": "更改{0}的真實名稱",
7363
"xloc": [
7364
- "default.handlebars->31->2119"
7364
+ "default.handlebars->31->2122"
7365
]
7366
},
7367
{
@@ -7443,7 +7443,7 @@
7443
"zh-chs": "更改该用户的密码",
7444
"zh-cht": "更改該用戶的密碼",
7445
"xloc": [
7446
- "default.handlebars->31->2108"
7446
+ "default.handlebars->31->2111"
7447
]
7448
},
7449
{
@@ -7483,7 +7483,7 @@
7483
"zh-chs": "在此处更改您的帐户电邮地址。",
7484
"zh-cht": "在此處更改你的帳戶電郵地址。",
7485
"xloc": [
7486
- "default.handlebars->31->1386"
7486
+ "default.handlebars->31->1389"
7487
]
7488
},
7489
{
@@ -7503,7 +7503,7 @@
7503
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7504
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7505
"xloc": [
7506
- "default.handlebars->31->1392"
7506
+ "default.handlebars->31->1395"
7507
]
7508
},
7509
{
@@ -7523,7 +7523,7 @@
7523
"zh-chs": "更改帐户凭据",
7524
"zh-cht": "帳戶憑證已更改",
7525
"xloc": [
7526
- "default.handlebars->31->1797"
7526
+ "default.handlebars->31->1800"
7527
]
7528
},
7529
{
@@ -7543,7 +7543,7 @@
7543
"zh-chs": "{1}组中的设备{0}已更改:{2}",
7544
"zh-cht": "{1}組中的設備{0}已更改:{2}",
7545
"xloc": [
7546
- "default.handlebars->31->1781"
7546
+ "default.handlebars->31->1784"
7547
]
7548
},
7549
{
@@ -7563,7 +7563,7 @@
7563
"zh-chs": "语言从{1}更改为{2}",
7564
"zh-cht": "語言從{1}更改為{2}",
7565
"xloc": [
7566
- "default.handlebars->31->1725"
7566
+ "default.handlebars->31->1728"
7567
]
7568
},
7569
{
@@ -7583,8 +7583,8 @@
7583
"zh-chs": "已更改{0}的用户设备权限",
7584
"zh-cht": "已更改{0}的用戶設備權限",
7585
"xloc": [
7586
- "default.handlebars->31->1783",
7587
- "default.handlebars->31->1804"
7586
+ "default.handlebars->31->1786",
7587
+ "default.handlebars->31->1807"
7588
]
7589
},
7590
{
@@ -7604,7 +7604,7 @@
7604
"zh-chs": "更改语言将需要刷新页面。",
7605
"zh-cht": "更改語言將需要刷新頁面。",
7606
"xloc": [
7607
- "default.handlebars->31->1371"
7607
+ "default.handlebars->31->1374"
7608
]
7609
},
7610
{
@@ -7624,12 +7624,12 @@
7624
"zh-chs": "聊天",
7625
"zh-cht": "聊天",
7626
"xloc": [
7627
- "default.handlebars->31->1866",
7628
- "default.handlebars->31->2104",
7629
- "default.handlebars->31->2105",
7630
- "default.handlebars->31->682",
7631
- "default.handlebars->31->754",
7632
- "default.handlebars->31->776"
7627
+ "default.handlebars->31->1869",
7628
+ "default.handlebars->31->2107",
7629
+ "default.handlebars->31->2108",
7630
+ "default.handlebars->31->685",
7631
+ "default.handlebars->31->757",
7632
+ "default.handlebars->31->779"
7633
]
7634
},
7635
{
@@ -7651,8 +7651,8 @@
7651
"xloc": [
7652
"default-mobile.handlebars->11->549",
7653
"default-mobile.handlebars->11->569",
7654
- "default.handlebars->31->1584",
7655
- "default.handlebars->31->1620"
7654
+ "default.handlebars->31->1587",
7655
+ "default.handlebars->31->1623"
7656
]
7657
},
7658
{
@@ -7661,7 +7661,7 @@
7661
"fr": "Demande de discussion, cliquez ici pour accepter.",
7662
"xloc": [
7663
"default-mobile.handlebars->11->601",
7664
- "default.handlebars->31->2223"
7664
+ "default.handlebars->31->2226"
7665
]
7666
},
7667
{
@@ -7701,7 +7701,7 @@
7701
"zh-chs": "车臣",
7702
"zh-cht": "車臣",
7703
"xloc": [
7704
- "default.handlebars->31->1205"
7704
+ "default.handlebars->31->1208"
7705
]
7706
},
7707
{
@@ -7801,8 +7801,8 @@
7801
"zh-chs": "检查...",
7802
"zh-cht": "檢查...",
7803
"xloc": [
7804
- "default.handlebars->31->1171",
7805
- "default.handlebars->31->2322"
7804
+ "default.handlebars->31->1174",
7805
+ "default.handlebars->31->2325"
7806
]
7807
},
7808
{
@@ -7822,7 +7822,7 @@
7822
"zh-chs": "中文",
7823
"zh-cht": "中文",
7824
"xloc": [
7825
- "default.handlebars->31->1206"
7825
+ "default.handlebars->31->1209"
7826
]
7827
},
7828
{
@@ -7842,7 +7842,7 @@
7842
"zh-chs": "中文(香港)",
7843
"zh-cht": "中文(香港)",
7844
"xloc": [
7845
- "default.handlebars->31->1207"
7845
+ "default.handlebars->31->1210"
7846
]
7847
},
7848
{
@@ -7862,7 +7862,7 @@
7862
"zh-chs": "中文(中国)",
7863
"zh-cht": "中文(中國)",
7864
"xloc": [
7865
- "default.handlebars->31->1208"
7865
+ "default.handlebars->31->1211"
7866
]
7867
},
7868
{
@@ -7882,7 +7882,7 @@
7882
"zh-chs": "简体中文",
7883
"zh-cht": "簡體中文",
7884
"xloc": [
7885
- "default.handlebars->31->1368"
7885
+ "default.handlebars->31->1371"
7886
]
7887
},
7888
{
@@ -7902,7 +7902,7 @@
7902
"zh-chs": "中文(新加坡)",
7903
"zh-cht": "中文(新加坡)",
7904
"xloc": [
7905
- "default.handlebars->31->1209"
7905
+ "default.handlebars->31->1212"
7906
]
7907
},
7908
{
@@ -7922,7 +7922,7 @@
7922
"zh-chs": "中文(台湾)",
7923
"zh-cht": "中文(台灣)",
7924
"xloc": [
7925
- "default.handlebars->31->1210"
7925
+ "default.handlebars->31->1213"
7926
]
7927
},
7928
{
@@ -7942,7 +7942,7 @@
7942
"zh-chs": "繁体中文",
7943
"zh-cht": "繁體中文",
7944
"xloc": [
7945
- "default.handlebars->31->1369"
7945
+ "default.handlebars->31->1372"
7946
]
7947
},
7948
{
@@ -7983,7 +7983,7 @@
7983
"zh-chs": "楚瓦什",
7984
"zh-cht": "楚瓦什",
7985
"xloc": [
7986
- "default.handlebars->31->1211"
7986
+ "default.handlebars->31->1214"
7987
]
7988
},
7989
{
@@ -8027,11 +8027,11 @@
8027
"default-mobile.handlebars->11->395",
8028
"default-mobile.handlebars->11->70",
8029
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8030
- "default.handlebars->31->1025",
8031
- "default.handlebars->31->1027",
8032
- "default.handlebars->31->1029",
8033
- "default.handlebars->31->1031",
8034
- "default.handlebars->31->1719",
8030
+ "default.handlebars->31->1028",
8031
+ "default.handlebars->31->1030",
8032
+ "default.handlebars->31->1032",
8033
+ "default.handlebars->31->1034",
8034
+ "default.handlebars->31->1722",
8035
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8036
"default.handlebars->container->column_l->p41->3->1",
8037
"messenger.handlebars->xbottom->1->1->0->5"
@@ -8061,15 +8061,15 @@
8061
"en": "Clear agent core",
8062
"nl": "Wis agent core",
8063
"xloc": [
8064
- "default.handlebars->31->479",
8065
- "default.handlebars->31->518"
8064
+ "default.handlebars->31->480",
8065
+ "default.handlebars->31->519"
8066
]
8067
},
8068
{
8069
"en": "Clear agent core on selected devices?",
8070
"nl": "Wis de agent core op de geselecteerde apparaten?",
8071
"xloc": [
8072
- "default.handlebars->31->517"
8072
+ "default.handlebars->31->518"
8073
]
8074
},
8075
{
@@ -8090,7 +8090,7 @@
8090
"zh-cht": "全部清除",
8091
"xloc": [
8092
"default-mobile.handlebars->11->584",
8093
- "default.handlebars->31->2206"
8093
+ "default.handlebars->31->2209"
8094
]
8095
},
8096
{
@@ -8132,7 +8132,7 @@
8132
"zh-cht": "清除核心",
8133
"xloc": [
8134
"default-mobile.handlebars->11->503",
8135
- "default.handlebars->31->1140"
8135
+ "default.handlebars->31->1143"
8136
]
8137
},
8138
{
@@ -8173,7 +8173,7 @@
8173
"zh-cht": "清除此通知",
8174
"xloc": [
8175
"default-mobile.handlebars->11->583",
8176
- "default.handlebars->31->2205"
8176
+ "default.handlebars->31->2208"
8177
]
8178
},
8179
{
@@ -8233,8 +8233,8 @@
8233
"zh-chs": "单击此处编辑设备组名称",
8234
"zh-cht": "單擊此處編輯裝置群名稱",
8235
"xloc": [
8236
- "default.handlebars->31->1443",
8237
- "default.handlebars->31->1664"
8236
+ "default.handlebars->31->1446",
8237
+ "default.handlebars->31->1667"
8238
]
8239
},
8240
{
@@ -8254,7 +8254,7 @@
8254
"zh-chs": "单击此处编辑服务器端设备名称",
8255
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
8256
"xloc": [
8257
- "default.handlebars->31->588"
8257
+ "default.handlebars->31->591"
8258
]
8259
},
8260
{
@@ -8274,7 +8274,7 @@
8274
"zh-chs": "单击此处编辑用户组名称",
8275
"zh-cht": "單擊此處編輯用戶群名稱",
8276
"xloc": [
8277
- "default.handlebars->31->1983"
8277
+ "default.handlebars->31->1986"
8278
]
8279
},
8280
{
@@ -8345,7 +8345,7 @@
8345
"zh-cht": "單擊確定將驗證電郵發送到:",
8346
"xloc": [
8347
"default-mobile.handlebars->11->97",
8348
- "default.handlebars->31->1383"
8348
+ "default.handlebars->31->1386"
8349
]
8350
},
8351
{
@@ -8407,7 +8407,7 @@
8407
"zh-cht": "客戶端控制模式(CCM)",
8408
"xloc": [
8409
"default-mobile.handlebars->11->458",
8410
- "default.handlebars->31->1094"
8410
+ "default.handlebars->31->1097"
8411
]
8412
},
8413
{
@@ -8427,7 +8427,7 @@
8427
"zh-chs": "客户编号",
8428
"zh-cht": "客戶編號",
8429
"xloc": [
8430
- "default.handlebars->31->1425"
8430
+ "default.handlebars->31->1428"
8431
]
8432
},
8433
{
@@ -8447,7 +8447,7 @@
8447
"zh-chs": "客户端启动的远程访问",
8448
"zh-cht": "客戶端啟動的遠程訪問",
8449
"xloc": [
8450
- "default.handlebars->31->1521"
8450
+ "default.handlebars->31->1524"
8451
]
8452
},
8453
{
@@ -8467,7 +8467,7 @@
8467
"zh-chs": "客户机密",
8468
"zh-cht": "客戶機密",
8469
"xloc": [
8470
- "default.handlebars->31->1426"
8470
+ "default.handlebars->31->1429"
8471
]
8472
},
8473
{
@@ -8509,11 +8509,11 @@
8509
"zh-cht": "關",
8510
"xloc": [
8511
"default-mobile.handlebars->11->68",
8512
- "default.handlebars->31->1002",
8512
+ "default.handlebars->31->1005",
8513
"default.handlebars->31->152",
8514
"default.handlebars->31->160",
8515
- "default.handlebars->31->2316",
8516
- "default.handlebars->31->969"
8515
+ "default.handlebars->31->2319",
8516
+ "default.handlebars->31->972"
8517
]
8518
},
8519
{
@@ -8533,7 +8533,7 @@
8533
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
8534
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
8535
"xloc": [
8536
- "default.handlebars->31->1730"
8536
+ "default.handlebars->31->1733"
8537
]
8538
},
8539
{
@@ -8635,7 +8635,7 @@
8635
"zh-chs": "命令",
8636
"zh-cht": "命令",
8637
"xloc": [
8638
- "default.handlebars->31->427"
8638
+ "default.handlebars->31->428"
8639
]
8640
},
8641
{
@@ -8656,9 +8656,9 @@
8656
"zh-cht": "指令",
8657
"xloc": [
8658
"default-mobile.handlebars->11->571",
8659
- "default.handlebars->31->1622",
8660
- "default.handlebars->31->756",
8661
- "default.handlebars->31->778"
8659
+ "default.handlebars->31->1625",
8660
+ "default.handlebars->31->759",
8661
+ "default.handlebars->31->781"
8662
]
8663
},
8664
{
@@ -8678,8 +8678,8 @@
8678
"zh-chs": "通用设备组",
8679
"zh-cht": "通用裝置群",
8680
"xloc": [
8681
- "default.handlebars->31->2014",
8682
- "default.handlebars->31->2138"
8681
+ "default.handlebars->31->2017",
8682
+ "default.handlebars->31->2141"
8683
]
8684
},
8685
{
@@ -8699,8 +8699,8 @@
8699
"zh-chs": "通用设备",
8700
"zh-cht": "通用裝置",
8701
"xloc": [
8702
- "default.handlebars->31->2020",
8703
- "default.handlebars->31->2150"
8702
+ "default.handlebars->31->2023",
8703
+ "default.handlebars->31->2153"
8704
]
8705
},
8706
{
@@ -8709,7 +8709,7 @@
8709
"fr": "Temps de compilation",
8710
"xloc": [
8711
"default-mobile.handlebars->11->431",
8712
- "default.handlebars->31->1057"
8712
+ "default.handlebars->31->1060"
8713
]
8714
},
8715
{
@@ -8729,7 +8729,7 @@
8729
"zh-chs": "压缩档案...",
8730
"zh-cht": "壓縮檔案...",
8731
"xloc": [
8732
- "default.handlebars->31->997"
8732
+ "default.handlebars->31->1000"
8733
]
8734
},
8735
{
@@ -8751,14 +8751,14 @@
8751
"xloc": [
8752
"default-mobile.handlebars->11->321",
8753
"default-mobile.handlebars->11->525",
8754
- "default.handlebars->31->1532",
8755
- "default.handlebars->31->1894",
8756
- "default.handlebars->31->1973",
8757
- "default.handlebars->31->2034",
8758
- "default.handlebars->31->2136",
8759
- "default.handlebars->31->486",
8760
- "default.handlebars->31->855",
8761
- "default.handlebars->31->864"
8754
+ "default.handlebars->31->1535",
8755
+ "default.handlebars->31->1897",
8756
+ "default.handlebars->31->1976",
8757
+ "default.handlebars->31->2037",
8758
+ "default.handlebars->31->2139",
8759
+ "default.handlebars->31->487",
8760
+ "default.handlebars->31->858",
8761
+ "default.handlebars->31->867"
8762
]
8763
},
8764
{
@@ -8779,7 +8779,7 @@
8779
"zh-cht": "確認將1個副本複製到此位置?",
8780
"xloc": [
8781
"default-mobile.handlebars->11->384",
8782
- "default.handlebars->31->1020"
8782
+ "default.handlebars->31->1023"
8783
]
8784
},
8785
{
@@ -8799,7 +8799,7 @@
8799
"zh-chs": "确认{0}个条目的复制到此位置?",
8800
"zh-cht": "確認{0}個條目的複製到此位置?",
8801
"xloc": [
8802
- "default.handlebars->31->1019"
8802
+ "default.handlebars->31->1022"
8803
]
8804
},
8805
{
@@ -8839,7 +8839,7 @@
8839
"zh-chs": "确认删除选定的帐户?",
8840
"zh-cht": "確認刪除所選帳戶?",
8841
"xloc": [
8842
- "default.handlebars->31->1893"
8842
+ "default.handlebars->31->1896"
8843
]
8844
},
8845
{
@@ -8859,7 +8859,7 @@
8859
"zh-chs": "确认删除选定的设备?",
8860
"zh-cht": "確認刪除所選裝置?",
8861
"xloc": [
8862
- "default.handlebars->31->485"
8862
+ "default.handlebars->31->486"
8863
]
8864
},
8865
{
@@ -8879,7 +8879,7 @@
8879
"zh-chs": "确认删除选定的用户组?",
8880
"zh-cht": "確認刪除所選用戶群?",
8881
"xloc": [
8882
- "default.handlebars->31->1972"
8882
+ "default.handlebars->31->1975"
8883
]
8884
},
8885
{
@@ -8899,7 +8899,7 @@
8899
"zh-chs": "确认删除用户{0}?",
8900
"zh-cht": "確認刪除用戶{0}?",
8901
"xloc": [
8902
- "default.handlebars->31->2135"
8902
+ "default.handlebars->31->2138"
8903
]
8904
},
8905
{
@@ -8919,7 +8919,7 @@
8919
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
8920
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8921
"xloc": [
8922
- "default.handlebars->31->2037"
8922
+ "default.handlebars->31->2040"
8923
]
8924
},
8925
{
@@ -8939,7 +8939,7 @@
8939
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8940
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8941
"xloc": [
8942
- "default.handlebars->31->2167"
8942
+ "default.handlebars->31->2170"
8943
]
8944
},
8945
{
@@ -8960,7 +8960,7 @@
8960
"zh-cht": "確認將1個條目移動到此位置?",
8961
"xloc": [
8962
"default-mobile.handlebars->11->386",
8963
- "default.handlebars->31->1022"
8963
+ "default.handlebars->31->1025"
8964
]
8965
},
8966
{
@@ -8980,7 +8980,7 @@
8980
"zh-chs": "确认将{0}个条目移到此位置?",
8981
"zh-cht": "確認將{0}個條目移到該位置?",
8982
"xloc": [
8983
- "default.handlebars->31->1021"
8983
+ "default.handlebars->31->1024"
8984
]
8985
},
8986
{
@@ -9020,7 +9020,7 @@
9020
"zh-chs": "确认覆盖?",
9021
"zh-cht": "確認覆蓋?",
9022
"xloc": [
9023
- "default.handlebars->31->1713"
9023
+ "default.handlebars->31->1716"
9024
]
9025
},
9026
{
@@ -9040,8 +9040,8 @@
9040
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
9041
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9042
"xloc": [
9043
- "default.handlebars->31->2027",
9044
- "default.handlebars->31->2158"
9043
+ "default.handlebars->31->2030",
9044
+ "default.handlebars->31->2161"
9045
]
9046
},
9047
{
@@ -9061,8 +9061,8 @@
9061
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9062
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9063
"xloc": [
9064
- "default.handlebars->31->2029",
9065
- "default.handlebars->31->2171"
9064
+ "default.handlebars->31->2032",
9065
+ "default.handlebars->31->2174"
9066
]
9067
},
9068
{
@@ -9082,7 +9082,7 @@
9082
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
9083
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9084
"xloc": [
9085
- "default.handlebars->31->2160"
9085
+ "default.handlebars->31->2163"
9086
]
9087
},
9088
{
@@ -9102,7 +9102,7 @@
9102
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9103
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9104
"xloc": [
9105
- "default.handlebars->31->2163"
9105
+ "default.handlebars->31->2166"
9106
]
9107
},
9108
{
@@ -9122,8 +9122,8 @@
9122
"zh-chs": "确认删除访问权限?",
9123
"zh-cht": "確認刪除訪問權限?",
9124
"xloc": [
9125
- "default.handlebars->31->2161",
9126
- "default.handlebars->31->2164"
9125
+ "default.handlebars->31->2164",
9126
+ "default.handlebars->31->2167"
9127
]
9128
},
9129
{
@@ -9144,7 +9144,7 @@
9144
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
9145
"xloc": [
9146
"default-mobile.handlebars->11->96",
9147
- "default.handlebars->31->1161"
9147
+ "default.handlebars->31->1164"
9148
]
9149
},
9150
{
@@ -9181,7 +9181,7 @@
9181
"zh-chs": "确认删除设备共享“{0}”?",
9182
"zh-cht": "確認刪除設備共享“{0}”?",
9183
"xloc": [
9184
- "default.handlebars->31->2156"
9184
+ "default.handlebars->31->2159"
9185
]
9186
},
9187
{
@@ -9235,7 +9235,7 @@
9235
"zh-chs": "确认删除用户“ {0} ”的权限?",
9236
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
9237
"xloc": [
9238
- "default.handlebars->31->1631"
9238
+ "default.handlebars->31->1634"
9239
]
9240
},
9241
{
@@ -9255,7 +9255,7 @@
9255
"zh-chs": "确认删除用户组“ {0} ”的权限?",
9256
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9257
"xloc": [
9258
- "default.handlebars->31->1633"
9258
+ "default.handlebars->31->1636"
9259
]
9260
},
9261
{
@@ -9313,7 +9313,7 @@
9313
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9314
"xloc": [
9315
"default-mobile.handlebars->11->149",
9316
- "default.handlebars->31->1714"
9316
+ "default.handlebars->31->1717"
9317
]
9318
},
9319
{
@@ -9337,8 +9337,8 @@
9337
"default-mobile.handlebars->11->366",
9338
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9339
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9340
- "default.handlebars->31->1471",
9341
- "default.handlebars->31->992",
9340
+ "default.handlebars->31->1474",
9341
+ "default.handlebars->31->995",
9342
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9343
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9344
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9386,7 +9386,7 @@
9386
"zh-chs": "连接到服务器",
9387
"zh-cht": "連接到伺服器",
9388
"xloc": [
9389
- "default.handlebars->31->1525"
9389
+ "default.handlebars->31->1528"
9390
]
9391
},
9392
{
@@ -9508,7 +9508,7 @@
9508
"zh-chs": "已连接的英特尔®AMT",
9509
"zh-cht": "已連接的Intel® AMT",
9510
"xloc": [
9511
- "default.handlebars->31->2259"
9511
+ "default.handlebars->31->2262"
9512
]
9513
},
9514
{
@@ -9528,7 +9528,7 @@
9528
"zh-chs": "已连接的用户",
9529
"zh-cht": "已连接的用户",
9530
"xloc": [
9531
- "default.handlebars->31->2264"
9531
+ "default.handlebars->31->2267"
9532
]
9533
},
9534
{
@@ -9549,7 +9549,7 @@
9549
"zh-cht": "現在已連接",
9550
"xloc": [
9551
"default-mobile.handlebars->11->426",
9552
- "default.handlebars->31->1052"
9552
+ "default.handlebars->31->1055"
9553
]
9554
},
9555
{
@@ -9592,7 +9592,7 @@
9592
"default-mobile.handlebars->11->2",
9593
"default-mobile.handlebars->11->402",
9594
"default-mobile.handlebars->11->48",
9595
- "default.handlebars->31->1043",
9595
+ "default.handlebars->31->1046",
9596
"default.handlebars->31->253",
9597
"default.handlebars->31->256",
9598
"default.handlebars->31->300",
@@ -9619,7 +9619,7 @@
9619
"zh-chs": "连接数量",
9620
"zh-cht": "連接數量",
9621
"xloc": [
9622
- "default.handlebars->31->2278"
9622
+ "default.handlebars->31->2281"
9623
]
9624
},
9625
{
@@ -9639,7 +9639,7 @@
9639
"zh-chs": "连接转发器",
9640
"zh-cht": "連接轉發器",
9641
"xloc": [
9642
- "default.handlebars->31->2310"
9642
+ "default.handlebars->31->2313"
9643
]
9644
},
9645
{
@@ -9700,9 +9700,9 @@
9700
"zh-cht": "連接性",
9701
"xloc": [
9702
"default-mobile.handlebars->11->285",
9703
- "default.handlebars->31->1671",
9703
+ "default.handlebars->31->1674",
9704
"default.handlebars->31->244",
9705
- "default.handlebars->31->670",
9705
+ "default.handlebars->31->673",
9706
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
9707
]
9708
},
@@ -9724,8 +9724,8 @@
9724
"zh-cht": "控制台",
9725
"xloc": [
9726
"default-mobile.handlebars->11->300",
9727
- "default.handlebars->31->749",
9728
- "default.handlebars->31->771",
9727
+ "default.handlebars->31->752",
9728
+ "default.handlebars->31->774",
9729
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9730
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9731
"default.handlebars->contextMenu->cxconsole"
@@ -9748,7 +9748,7 @@
9748
"zh-chs": "控制台 -",
9749
"zh-cht": "控制台 -",
9750
"xloc": [
9751
- "default.handlebars->31->589"
9751
+ "default.handlebars->31->592"
9752
]
9753
},
9754
{
@@ -9768,8 +9768,8 @@
9768
"zh-chs": "控制",
9769
"zh-cht": "控制",
9770
"xloc": [
9771
- "default.handlebars->31->748",
9772
- "default.handlebars->31->770",
9771
+ "default.handlebars->31->751",
9772
+ "default.handlebars->31->773",
9773
"messenger.handlebars->13->2"
9774
]
9775
},
@@ -9790,7 +9790,7 @@
9790
"zh-chs": "Cookie编码器",
9791
"zh-cht": "Cookie編碼器",
9792
"xloc": [
9793
- "default.handlebars->31->2294"
9793
+ "default.handlebars->31->2297"
9794
]
9795
},
9796
{
@@ -9855,7 +9855,7 @@
9855
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
9856
"zh-cht": "將Windows 32位代理URL複製到剪貼板",
9857
"xloc": [
9858
- "default.handlebars->31->398"
9858
+ "default.handlebars->31->399"
9859
]
9860
},
9861
{
@@ -9875,7 +9875,7 @@
9875
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
9876
"zh-cht": "將Windows 64位代理URL複製到剪貼板",
9877
"xloc": [
9878
- "default.handlebars->31->402"
9878
+ "default.handlebars->31->403"
9879
]
9880
},
9881
{
@@ -9926,8 +9926,8 @@
9926
"zh-chs": "将代理URL复制到剪贴板",
9927
"zh-cht": "將代理URL複製到剪貼板",
9928
"xloc": [
9929
- "default.handlebars->31->426",
9930
- "default.handlebars->31->428"
9929
+ "default.handlebars->31->427",
9930
+ "default.handlebars->31->429"
9931
]
9932
},
9933
{
@@ -9947,10 +9947,10 @@
9947
"zh-chs": "复制连结到剪贴板",
9948
"zh-cht": "複製連結到剪貼板",
9949
"xloc": [
9950
- "default.handlebars->31->1682",
9951
- "default.handlebars->31->1701",
9950
+ "default.handlebars->31->1685",
9951
+ "default.handlebars->31->1704",
9952
"default.handlebars->31->215",
9953
- "default.handlebars->31->379"
9953
+ "default.handlebars->31->380"
9954
]
9955
},
9956
{
@@ -9970,7 +9970,7 @@
9970
"zh-chs": "将macOS代理URL复制到剪贴板",
9971
"zh-cht": "將macOS代理URL複製到剪貼板",
9972
"xloc": [
9973
- "default.handlebars->31->411"
9973
+ "default.handlebars->31->412"
9974
]
9975
},
9976
{
@@ -10012,8 +10012,8 @@
10012
"xloc": [
10013
"agentinvite.handlebars->container->column_l->5->linuxtab",
10014
"agentinvite.handlebars->container->column_l->5->linuxtab",
10015
- "default.handlebars->31->407",
10016
- "default.handlebars->31->422"
10015
+ "default.handlebars->31->408",
10016
+ "default.handlebars->31->423"
10017
]
10018
},
10019
{
@@ -10053,7 +10053,7 @@
10053
"zh-chs": "复制:“{0}”到“{1}”",
10054
"zh-cht": "複製:“{0}”到“{1}”",
10055
"xloc": [
10056
- "default.handlebars->31->1773"
10056
+ "default.handlebars->31->1776"
10057
]
10058
},
10059
{
@@ -10199,7 +10199,7 @@
10199
"zh-chs": "核心服务器",
10200
"zh-cht": "核心伺服器",
10201
"xloc": [
10202
- "default.handlebars->31->2293"
10202
+ "default.handlebars->31->2296"
10203
]
10204
},
10205
{
@@ -10219,7 +10219,7 @@
10219
"zh-chs": "科西嘉文",
10220
"zh-cht": "科西嘉文",
10221
"xloc": [
10222
- "default.handlebars->31->1212"
10222
+ "default.handlebars->31->1215"
10223
]
10224
},
10225
{
@@ -10239,7 +10239,7 @@
10239
"zh-chs": "创建帐号",
10240
"zh-cht": "創建帳號",
10241
"xloc": [
10242
- "default.handlebars->31->1941",
10242
+ "default.handlebars->31->1944",
10243
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10244
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10245
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10282,7 +10282,7 @@
10282
"zh-chs": "创建用户组",
10283
"zh-cht": "創建用戶群",
10284
"xloc": [
10285
- "default.handlebars->31->1980"
10285
+ "default.handlebars->31->1983"
10286
]
10287
},
10288
{
@@ -10302,7 +10302,7 @@
10302
"zh-chs": "创建连结以与访客共享此设备",
10303
"zh-cht": "創建鏈結以與訪客共享此裝置",
10304
"xloc": [
10305
- "default.handlebars->31->685"
10305
+ "default.handlebars->31->688"
10306
]
10307
},
10308
{
@@ -10322,7 +10322,7 @@
10322
"zh-chs": "使用以下选项创建一个新的设备组。",
10323
"zh-cht": "使用以下選項創建一個新的裝置群。",
10324
"xloc": [
10325
- "default.handlebars->31->1406"
10325
+ "default.handlebars->31->1409"
10326
]
10327
},
10328
{
@@ -10362,7 +10362,7 @@
10362
"zh-chs": "创建文件夹(如果不存在)?",
10363
"zh-cht": "創建文件夾(如果不存在)?",
10364
"xloc": [
10365
- "default.handlebars->31->512"
10365
+ "default.handlebars->31->513"
10366
]
10367
},
10368
{
@@ -10382,7 +10382,7 @@
10382
"zh-chs": "创建文件夹:“{0}”",
10383
"zh-cht": "創建文件夾:“{0}”",
10384
"xloc": [
10385
- "default.handlebars->31->1766"
10385
+ "default.handlebars->31->1769"
10386
]
10387
},
10388
{
@@ -10402,7 +10402,7 @@
10402
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10403
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10404
"xloc": [
10405
- "default.handlebars->31->1905"
10405
+ "default.handlebars->31->1908"
10406
]
10407
},
10408
{
@@ -10444,7 +10444,7 @@
10444
"zh-chs": "创建的设备组:{0}",
10445
"zh-cht": "創建的設備組:{0}",
10446
"xloc": [
10447
- "default.handlebars->31->1777"
10447
+ "default.handlebars->31->1780"
10448
]
10449
},
10450
{
@@ -10464,7 +10464,7 @@
10464
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
10465
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
10466
"xloc": [
10467
- "default.handlebars->31->789"
10467
+ "default.handlebars->31->792"
10468
]
10469
},
10470
{
@@ -10518,7 +10518,7 @@
10518
"zh-chs": "创建",
10519
"zh-cht": "創建",
10520
"xloc": [
10521
- "default.handlebars->31->2066"
10521
+ "default.handlebars->31->2069"
10522
]
10523
},
10524
{
@@ -10538,7 +10538,7 @@
10538
"zh-chs": "创建时间",
10539
"zh-cht": "創作時間",
10540
"xloc": [
10541
- "default.handlebars->31->1453"
10541
+ "default.handlebars->31->1456"
10542
]
10543
},
10544
{
@@ -10580,8 +10580,8 @@
10580
"zh-chs": "创建者",
10581
"zh-cht": "創作者",
10582
"xloc": [
10583
- "default.handlebars->31->1451",
10584
- "default.handlebars->31->1452"
10583
+ "default.handlebars->31->1454",
10584
+ "default.handlebars->31->1455"
10585
]
10586
},
10587
{
@@ -10601,7 +10601,7 @@
10601
"zh-chs": "证书",
10602
"zh-cht": "證書",
10603
"xloc": [
10604
- "default.handlebars->31->1423"
10604
+ "default.handlebars->31->1426"
10605
]
10606
},
10607
{
@@ -10621,7 +10621,7 @@
10621
"zh-chs": "克里语",
10622
"zh-cht": "克里語",
10623
"xloc": [
10624
- "default.handlebars->31->1213"
10624
+ "default.handlebars->31->1216"
10625
]
10626
},
10627
{
@@ -10641,7 +10641,7 @@
10641
"zh-chs": "克罗地亚文",
10642
"zh-cht": "克羅地亞文",
10643
"xloc": [
10644
- "default.handlebars->31->1214"
10644
+ "default.handlebars->31->1217"
10645
]
10646
},
10647
{
@@ -10706,8 +10706,8 @@
10706
"default-mobile.handlebars->11->355",
10707
"default-mobile.handlebars->11->359",
10708
"default.handlebars->31->57",
10709
- "default.handlebars->31->945",
10710
- "default.handlebars->31->949",
10709
+ "default.handlebars->31->948",
10710
+ "default.handlebars->31->952",
10711
"terminal.handlebars->3->6"
10712
]
10713
},
@@ -10816,7 +10816,7 @@
10816
"fr": "Le mot de passe actuel n'est pas correct.",
10817
"xloc": [
10818
"default-mobile.handlebars->11->611",
10819
- "default.handlebars->31->2233"
10819
+ "default.handlebars->31->2236"
10820
]
10821
},
10822
{
@@ -10875,7 +10875,7 @@
10875
"zh-chs": "捷克文",
10876
"zh-cht": "捷克文",
10877
"xloc": [
10878
- "default.handlebars->31->1215"
10878
+ "default.handlebars->31->1218"
10879
]
10880
},
10881
{
@@ -10915,7 +10915,7 @@
10915
"zh-chs": "丹麦文",
10916
"zh-cht": "丹麥文",
10917
"xloc": [
10918
- "default.handlebars->31->1216"
10918
+ "default.handlebars->31->1219"
10919
]
10920
},
10921
{
@@ -10944,7 +10944,7 @@
10944
"zh-chs": "数据通道",
10945
"zh-cht": "數據通道",
10946
"xloc": [
10947
- "default.handlebars->31->912",
10947
+ "default.handlebars->31->915",
10948
"desktop.handlebars->3->11"
10949
]
10950
},
@@ -10965,7 +10965,7 @@
10965
"zh-chs": "日期和时间",
10966
"zh-cht": "日期和時間",
10967
"xloc": [
10968
- "default.handlebars->31->1374"
10968
+ "default.handlebars->31->1377"
10969
]
10970
},
10971
{
@@ -10986,7 +10986,7 @@
10986
"zh-cht": "天",
10987
"xloc": [
10988
"default-mobile.handlebars->11->311",
10989
- "default.handlebars->31->839"
10989
+ "default.handlebars->31->842"
10990
]
10991
},
10992
{
@@ -11006,7 +11006,7 @@
11006
"zh-chs": "停用",
11007
"zh-cht": "停用",
11008
"xloc": [
11009
- "default.handlebars->31->1504"
11009
+ "default.handlebars->31->1507"
11010
]
11011
},
11012
{
@@ -11026,7 +11026,7 @@
11026
"zh-chs": "如果设置停用CCM",
11027
"zh-cht": "如果設置停用CCM",
11028
"xloc": [
11029
- "default.handlebars->31->1516"
11029
+ "default.handlebars->31->1519"
11030
]
11031
},
11032
{
@@ -11064,7 +11064,7 @@
11064
"zh-cht": "沉睡",
11065
"xloc": [
11066
"default-mobile.handlebars->11->222",
11067
- "default.handlebars->31->439"
11067
+ "default.handlebars->31->440"
11068
]
11069
},
11070
{
@@ -11084,10 +11084,10 @@
11084
"zh-chs": "默认",
11085
"zh-cht": "默認",
11086
"xloc": [
11087
- "default.handlebars->31->1928",
11088
- "default.handlebars->31->1976",
11089
- "default.handlebars->31->1987",
11090
- "default.handlebars->31->2055"
11087
+ "default.handlebars->31->1931",
11088
+ "default.handlebars->31->1979",
11089
+ "default.handlebars->31->1990",
11090
+ "default.handlebars->31->2058"
11091
]
11092
},
11093
{
@@ -11096,7 +11096,7 @@
11096
"nl": "Del",
11097
"xloc": [
11098
"default-mobile.handlebars->11->343",
11099
- "default.handlebars->31->933"
11099
+ "default.handlebars->31->936"
11100
]
11101
},
11102
{
@@ -11120,9 +11120,9 @@
11120
"default-mobile.handlebars->11->376",
11121
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11122
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11123
- "default.handlebars->31->1011",
11124
- "default.handlebars->31->1708",
11125
- "default.handlebars->31->559",
11123
+ "default.handlebars->31->1014",
11124
+ "default.handlebars->31->1711",
11125
+ "default.handlebars->31->562",
11126
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11127
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
11128
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -11151,7 +11151,7 @@
11151
"zh-cht": "刪除帳戶",
11152
"xloc": [
11153
"default-mobile.handlebars->11->106",
11154
- "default.handlebars->31->1391"
11154
+ "default.handlebars->31->1394"
11155
]
11156
},
11157
{
@@ -11171,7 +11171,7 @@
11171
"zh-chs": "删除帐户",
11172
"zh-cht": "刪除帳戶",
11173
"xloc": [
11174
- "default.handlebars->31->1895"
11174
+ "default.handlebars->31->1898"
11175
]
11176
},
11177
{
@@ -11192,7 +11192,7 @@
11192
"zh-cht": "刪除裝置",
11193
"xloc": [
11194
"default-mobile.handlebars->11->290",
11195
- "default.handlebars->31->689"
11195
+ "default.handlebars->31->692"
11196
]
11197
},
11198
{
@@ -11214,8 +11214,8 @@
11214
"xloc": [
11215
"default-mobile.handlebars->11->523",
11216
"default-mobile.handlebars->11->526",
11217
- "default.handlebars->31->1500",
11218
- "default.handlebars->31->1533"
11217
+ "default.handlebars->31->1503",
11218
+ "default.handlebars->31->1536"
11219
]
11220
},
11221
{
@@ -11236,7 +11236,7 @@
11236
"zh-cht": "刪除節點",
11237
"xloc": [
11238
"default-mobile.handlebars->11->319",
11239
- "default.handlebars->31->865"
11239
+ "default.handlebars->31->868"
11240
]
11241
},
11242
{
@@ -11256,7 +11256,7 @@
11256
"zh-chs": "删除节点",
11257
"zh-cht": "刪除節點",
11258
"xloc": [
11259
- "default.handlebars->31->487"
11259
+ "default.handlebars->31->488"
11260
]
11261
},
11262
{
@@ -11276,7 +11276,7 @@
11276
"zh-chs": "删除用户",
11277
"zh-cht": "刪除用戶",
11278
"xloc": [
11279
- "default.handlebars->31->2107"
11279
+ "default.handlebars->31->2110"
11280
]
11281
},
11282
{
@@ -11296,8 +11296,8 @@
11296
"zh-chs": "删除用户群组",
11297
"zh-cht": "刪除用戶群組",
11298
"xloc": [
11299
- "default.handlebars->31->2025",
11300
- "default.handlebars->31->2035"
11299
+ "default.handlebars->31->2028",
11300
+ "default.handlebars->31->2038"
11301
]
11302
},
11303
{
@@ -11317,7 +11317,7 @@
11317
"zh-chs": "删除用户群组",
11318
"zh-cht": "刪除用戶群組",
11319
"xloc": [
11320
- "default.handlebars->31->1974"
11320
+ "default.handlebars->31->1977"
11321
]
11322
},
11323
{
@@ -11337,7 +11337,7 @@
11337
"zh-chs": "删除用户{0}",
11338
"zh-cht": "刪除用戶{0}",
11339
"xloc": [
11340
- "default.handlebars->31->2134"
11340
+ "default.handlebars->31->2137"
11341
]
11342
},
11343
{
@@ -11358,7 +11358,7 @@
11358
"zh-cht": "刪除帳戶",
11359
"xloc": [
11360
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
11361
- "default.handlebars->31->1891",
11361
+ "default.handlebars->31->1894",
11362
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11363
]
11364
},
@@ -11379,7 +11379,7 @@
11379
"zh-chs": "删除设备",
11380
"zh-cht": "刪除裝置",
11381
"xloc": [
11382
- "default.handlebars->31->477"
11382
+ "default.handlebars->31->478"
11383
]
11384
},
11385
{
@@ -11399,7 +11399,7 @@
11399
"zh-chs": "删除群组",
11400
"zh-cht": "刪除群組",
11401
"xloc": [
11402
- "default.handlebars->31->1970"
11402
+ "default.handlebars->31->1973"
11403
]
11404
},
11405
{
@@ -11419,7 +11419,7 @@
11419
"zh-chs": "删除项目?",
11420
"zh-cht": "刪除項目?",
11421
"xloc": [
11422
- "default.handlebars->31->560"
11422
+ "default.handlebars->31->563"
11423
]
11424
},
11425
{
@@ -11439,7 +11439,7 @@
11439
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11440
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11441
"xloc": [
11442
- "default.handlebars->31->1768"
11442
+ "default.handlebars->31->1771"
11443
]
11444
},
11445
{
@@ -11461,8 +11461,8 @@
11461
"xloc": [
11462
"default-mobile.handlebars->11->146",
11463
"default-mobile.handlebars->11->378",
11464
- "default.handlebars->31->1013",
11465
- "default.handlebars->31->1710"
11464
+ "default.handlebars->31->1016",
11465
+ "default.handlebars->31->1713"
11466
]
11467
},
11468
{
@@ -11482,7 +11482,7 @@
11482
"zh-chs": "删除用户群组{0}?",
11483
"zh-cht": "刪除用戶群組{0}?",
11484
"xloc": [
11485
- "default.handlebars->31->2033"
11485
+ "default.handlebars->31->2036"
11486
]
11487
},
11488
{
@@ -11504,8 +11504,8 @@
11504
"xloc": [
11505
"default-mobile.handlebars->11->145",
11506
"default-mobile.handlebars->11->377",
11507
- "default.handlebars->31->1012",
11508
- "default.handlebars->31->1709"
11507
+ "default.handlebars->31->1015",
11508
+ "default.handlebars->31->1712"
11509
]
11510
},
11511
{
@@ -11545,7 +11545,7 @@
11545
"zh-chs": "删除:“{0}”",
11546
"zh-cht": "刪除:“{0}”",
11547
"xloc": [
11548
- "default.handlebars->31->1767"
11548
+ "default.handlebars->31->1770"
11549
]
11550
},
11551
{
@@ -11565,7 +11565,7 @@
11565
"zh-chs": "删除:“{0}”,{1}个元素已删除",
11566
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11567
"xloc": [
11568
- "default.handlebars->31->1769"
11568
+ "default.handlebars->31->1772"
11569
]
11570
},
11571
{
@@ -11586,7 +11586,7 @@
11586
"zh-cht": "被拒絕",
11587
"xloc": [
11588
"default-mobile.handlebars->11->330",
11589
- "default.handlebars->31->908",
11589
+ "default.handlebars->31->911",
11590
"desktop.handlebars->3->7",
11591
"terminal.handlebars->3->11"
11592
]
@@ -11684,18 +11684,18 @@
11684
"default-mobile.handlebars->11->439",
11685
"default-mobile.handlebars->11->514",
11686
"default-mobile.handlebars->11->528",
11687
- "default.handlebars->31->1065",
11688
- "default.handlebars->31->1075",
11689
- "default.handlebars->31->1411",
11690
- "default.handlebars->31->1448",
11691
- "default.handlebars->31->1535",
11692
- "default.handlebars->31->1979",
11693
- "default.handlebars->31->1989",
11694
- "default.handlebars->31->1990",
11695
- "default.handlebars->31->2031",
11696
- "default.handlebars->31->600",
11697
- "default.handlebars->31->601",
11698
- "default.handlebars->31->903",
11687
+ "default.handlebars->31->1068",
11688
+ "default.handlebars->31->1078",
11689
+ "default.handlebars->31->1414",
11690
+ "default.handlebars->31->1451",
11691
+ "default.handlebars->31->1538",
11692
+ "default.handlebars->31->1982",
11693
+ "default.handlebars->31->1992",
11694
+ "default.handlebars->31->1993",
11695
+ "default.handlebars->31->2034",
11696
+ "default.handlebars->31->603",
11697
+ "default.handlebars->31->604",
11698
+ "default.handlebars->31->906",
11699
"default.handlebars->31->92",
11700
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
11701
]
@@ -11735,12 +11735,12 @@
11735
"zh-cht": "桌面",
11736
"xloc": [
11737
"default-mobile.handlebars->11->297",
11738
- "default.handlebars->31->1541",
11739
- "default.handlebars->31->2183",
11740
- "default.handlebars->31->565",
11741
- "default.handlebars->31->735",
11742
- "default.handlebars->31->791",
11743
- "default.handlebars->31->975",
11738
+ "default.handlebars->31->1544",
11739
+ "default.handlebars->31->2186",
11740
+ "default.handlebars->31->568",
11741
+ "default.handlebars->31->738",
11742
+ "default.handlebars->31->794",
11743
+ "default.handlebars->31->978",
11744
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
11745
"default.handlebars->contextMenu->cxdesktop",
11746
"desktop.handlebars->3->23"
@@ -11783,10 +11783,10 @@
11783
"zh-chs": "桌面通知",
11784
"zh-cht": "桌面通知",
11785
"xloc": [
11786
- "default.handlebars->31->1462",
11787
- "default.handlebars->31->1994",
11788
- "default.handlebars->31->2081",
11789
- "default.handlebars->31->651"
11786
+ "default.handlebars->31->1465",
11787
+ "default.handlebars->31->1997",
11788
+ "default.handlebars->31->2084",
11789
+ "default.handlebars->31->654"
11790
]
11791
},
11792
{
@@ -11806,10 +11806,10 @@
11806
"zh-chs": "桌面提示",
11807
"zh-cht": "桌面提示",
11808
"xloc": [
11809
- "default.handlebars->31->1461",
11810
- "default.handlebars->31->1993",
11811
- "default.handlebars->31->2080",
11812
- "default.handlebars->31->650"
11809
+ "default.handlebars->31->1464",
11810
+ "default.handlebars->31->1996",
11811
+ "default.handlebars->31->2083",
11812
+ "default.handlebars->31->653"
11813
]
11814
},
11815
{
@@ -11829,10 +11829,10 @@
11829
"zh-chs": "桌面提示+工具栏",
11830
"zh-cht": "桌面提示+工具欄",
11831
"xloc": [
11832
- "default.handlebars->31->1459",
11833
- "default.handlebars->31->1991",
11834
- "default.handlebars->31->2078",
11835
- "default.handlebars->31->648"
11832
+ "default.handlebars->31->1462",
11833
+ "default.handlebars->31->1994",
11834
+ "default.handlebars->31->2081",
11835
+ "default.handlebars->31->651"
11836
]
11837
},
11838
{
@@ -11894,10 +11894,10 @@
11894
"zh-chs": "桌面工具栏",
11895
"zh-cht": "桌面工具欄",
11896
"xloc": [
11897
- "default.handlebars->31->1460",
11898
- "default.handlebars->31->1992",
11899
- "default.handlebars->31->2079",
11900
- "default.handlebars->31->649"
11897
+ "default.handlebars->31->1463",
11898
+ "default.handlebars->31->1995",
11899
+ "default.handlebars->31->2082",
11900
+ "default.handlebars->31->652"
11901
]
11902
},
11903
{
@@ -11905,7 +11905,7 @@
11905
"nl": "Desktop, Alleen kijken",
11906
"fr": "Bureau en visualisation seulement",
11907
"xloc": [
11908
- "default.handlebars->31->794"
11908
+ "default.handlebars->31->797"
11909
]
11910
},
11911
{
@@ -11925,7 +11925,7 @@
11925
"zh-chs": "桌面时段",
11926
"zh-cht": "桌面時段",
11927
"xloc": [
11928
- "default.handlebars->31->974"
11928
+ "default.handlebars->31->977"
11929
]
11930
},
11931
{
@@ -12009,10 +12009,10 @@
12009
"zh-cht": "裝置",
12010
"xloc": [
12011
"default-mobile.handlebars->11->434",
12012
- "default.handlebars->31->1060",
12013
- "default.handlebars->31->1564",
12012
+ "default.handlebars->31->1063",
12013
+ "default.handlebars->31->1567",
12014
"default.handlebars->31->201",
12015
- "default.handlebars->31->2153",
12015
+ "default.handlebars->31->2156",
12016
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
12017
]
12018
},
@@ -12035,7 +12035,7 @@
12035
"xloc": [
12036
"default-mobile.handlebars->11->308",
12037
"default-mobile.handlebars->11->309",
12038
- "default.handlebars->31->829"
12038
+ "default.handlebars->31->832"
12039
]
12040
},
12041
{
@@ -12077,15 +12077,15 @@
12077
"xloc": [
12078
"agent-translations.json",
12079
"default-mobile.handlebars->11->589",
12080
- "default.handlebars->31->1559",
12080
"default.handlebars->31->1562",
12082
- "default.handlebars->31->1563",
12083
- "default.handlebars->31->1842",
12084
- "default.handlebars->31->2017",
12085
- "default.handlebars->31->2023",
12086
- "default.handlebars->31->2141",
12087
- "default.handlebars->31->2192",
12088
- "default.handlebars->31->2211"
12081
+ "default.handlebars->31->1565",
12082
+ "default.handlebars->31->1566",
12083
+ "default.handlebars->31->1845",
12084
+ "default.handlebars->31->2020",
12085
+ "default.handlebars->31->2026",
12086
+ "default.handlebars->31->2144",
12087
+ "default.handlebars->31->2195",
12088
+ "default.handlebars->31->2214"
12089
]
12090
},
12091
{
@@ -12106,7 +12106,7 @@
12106
"zh-cht": "裝置群用戶",
12107
"xloc": [
12108
"default-mobile.handlebars->11->578",
12109
- "default.handlebars->31->1629"
12109
+ "default.handlebars->31->1632"
12110
]
12111
},
12112
{
@@ -12127,11 +12127,11 @@
12127
"zh-cht": "裝置群",
12128
"xloc": [
12129
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
12130
- "default.handlebars->31->1858",
12131
- "default.handlebars->31->1964",
12132
- "default.handlebars->31->2004",
12133
- "default.handlebars->31->2075",
12134
- "default.handlebars->31->2262",
12130
+ "default.handlebars->31->1861",
12131
+ "default.handlebars->31->1967",
12132
+ "default.handlebars->31->2007",
12133
+ "default.handlebars->31->2078",
12134
+ "default.handlebars->31->2265",
12135
"default.handlebars->container->column_l->p2->p2info->7"
12136
]
12137
},
@@ -12152,7 +12152,7 @@
12152
"zh-chs": "设备信息导出",
12153
"zh-cht": "裝置訊息輸出",
12154
"xloc": [
12155
- "default.handlebars->31->526"
12155
+ "default.handlebars->31->527"
12156
]
12157
},
12158
{
@@ -12172,7 +12172,7 @@
12172
"zh-chs": "设备位置",
12173
"zh-cht": "裝置位置",
12174
"xloc": [
12175
- "default.handlebars->31->866"
12175
+ "default.handlebars->31->869"
12176
]
12177
},
12178
{
@@ -12192,7 +12192,7 @@
12192
"zh-chs": "设备消息",
12193
"zh-cht": "裝置訊息",
12194
"xloc": [
12195
- "default.handlebars->31->786"
12195
+ "default.handlebars->31->789"
12196
]
12197
},
12198
{
@@ -12213,9 +12213,9 @@
12213
"zh-cht": "裝置名稱",
12214
"xloc": [
12215
"default-mobile.handlebars->11->323",
12216
- "default.handlebars->31->2191",
12216
+ "default.handlebars->31->2194",
12217
"default.handlebars->31->314",
12218
- "default.handlebars->31->901",
12218
+ "default.handlebars->31->904",
12219
"player.handlebars->3->9"
12220
]
12221
},
@@ -12236,8 +12236,8 @@
12236
"zh-chs": "设备通知",
12237
"zh-cht": "裝置通知",
12238
"xloc": [
12239
- "default.handlebars->31->508",
12240
- "default.handlebars->31->788"
12239
+ "default.handlebars->31->509",
12240
+ "default.handlebars->31->791"
12241
]
12242
},
12243
{
@@ -12282,7 +12282,7 @@
12282
"zh-chs": "设备共享链接",
12283
"zh-cht": "設備共享鏈接",
12284
"xloc": [
12285
- "default.handlebars->31->731"
12285
+ "default.handlebars->31->734"
12286
]
12287
},
12288
{
@@ -12322,8 +12322,8 @@
12322
"zh-chs": "设备连接。",
12323
"zh-cht": "裝置連接。",
12324
"xloc": [
12325
- "default.handlebars->31->1379",
12326
- "default.handlebars->31->1650"
12325
+ "default.handlebars->31->1382",
12326
+ "default.handlebars->31->1653"
12327
]
12328
},
12329
{
@@ -12343,8 +12343,8 @@
12343
"zh-chs": "设备断开连接。",
12344
"zh-cht": "裝置斷開連接。",
12345
"xloc": [
12346
- "default.handlebars->31->1380",
12347
- "default.handlebars->31->1651"
12346
+ "default.handlebars->31->1383",
12347
+ "default.handlebars->31->1654"
12348
]
12349
},
12350
{
@@ -12364,7 +12364,7 @@
12364
"zh-chs": "创建的设备组:{0}",
12365
"zh-cht": "設備組已創建:{0}",
12366
"xloc": [
12367
- "default.handlebars->31->1798"
12367
+ "default.handlebars->31->1801"
12368
]
12369
},
12370
{
@@ -12384,7 +12384,7 @@
12384
"zh-chs": "设备组已删除:{0}",
12385
"zh-cht": "設備組已刪除:{0}",
12386
"xloc": [
12387
- "default.handlebars->31->1799"
12387
+ "default.handlebars->31->1802"
12388
]
12389
},
12390
{
@@ -12404,7 +12404,7 @@
12404
"zh-chs": "设备组成员身份已更改:{0}",
12405
"zh-cht": "設備組成員身份已更改:{0}",
12406
"xloc": [
12407
- "default.handlebars->31->1800"
12407
+ "default.handlebars->31->1803"
12408
]
12409
},
12410
{
@@ -12424,7 +12424,7 @@
12424
"zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
12425
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
12426
"xloc": [
12427
- "default.handlebars->31->783"
12427
+ "default.handlebars->31->786"
12428
]
12429
},
12430
{
@@ -12444,7 +12444,7 @@
12444
"zh-chs": "设备组通知已更改",
12445
"zh-cht": "設備組通知已更改",
12446
"xloc": [
12447
- "default.handlebars->31->1795"
12447
+ "default.handlebars->31->1798"
12448
]
12449
},
12450
{
@@ -12464,7 +12464,7 @@
12464
"zh-chs": "未删除的设备组:{0}",
12465
"zh-cht": "未刪除的設備組:{0}",
12466
"xloc": [
12467
- "default.handlebars->31->1778"
12467
+ "default.handlebars->31->1781"
12468
]
12469
},
12470
{
@@ -12487,7 +12487,7 @@
12487
"default-mobile.handlebars->11->190",
12488
"default-mobile.handlebars->11->246",
12489
"default.handlebars->31->261",
12490
- "default.handlebars->31->586"
12490
+ "default.handlebars->31->589"
12491
]
12492
},
12493
{
@@ -12507,7 +12507,7 @@
12507
"zh-chs": "检测到设备,但无法获得电源状态。",
12508
"zh-cht": "檢測到裝置,但無法獲得電源狀態。",
12509
"xloc": [
12510
- "default.handlebars->31->444"
12510
+ "default.handlebars->31->445"
12511
]
12512
},
12513
{
@@ -12528,7 +12528,7 @@
12528
"zh-cht": "裝置正在休眠(S4)",
12529
"xloc": [
12530
"default-mobile.handlebars->11->230",
12531
- "default.handlebars->31->450"
12531
+ "default.handlebars->31->451"
12532
]
12533
},
12534
{
@@ -12549,7 +12549,7 @@
12549
"zh-cht": "裝置處於深度睡眠狀態(S3)",
12550
"xloc": [
12551
"default-mobile.handlebars->11->229",
12552
- "default.handlebars->31->449"
12552
+ "default.handlebars->31->450"
12553
]
12554
},
12555
{
@@ -12569,7 +12569,7 @@
12569
"zh-chs": "设备处于深度睡眠状态(S3)。",
12570
"zh-cht": "裝置處於深度睡眠狀態(S3)。",
12571
"xloc": [
12572
- "default.handlebars->31->438"
12572
+ "default.handlebars->31->439"
12573
]
12574
},
12575
{
@@ -12589,7 +12589,7 @@
12589
"zh-chs": "设备处于休眠状态(S4)。",
12590
"zh-cht": "裝置處於休眠狀態(S4)。",
12591
"xloc": [
12592
- "default.handlebars->31->440"
12592
+ "default.handlebars->31->441"
12593
]
12594
},
12595
{
@@ -12609,7 +12609,7 @@
12609
"zh-chs": "设备处于关机状态(S5)。",
12610
"zh-cht": "裝置處於關機狀態(S5)。",
12611
"xloc": [
12612
- "default.handlebars->31->442"
12612
+ "default.handlebars->31->443"
12613
]
12614
},
12615
{
@@ -12630,7 +12630,7 @@
12630
"zh-cht": "裝置處於睡眠狀態(S1)",
12631
"xloc": [
12632
"default-mobile.handlebars->11->227",
12633
- "default.handlebars->31->447"
12633
+ "default.handlebars->31->448"
12634
]
12635
},
12636
{
@@ -12650,7 +12650,7 @@
12650
"zh-chs": "设备处于睡眠状态(S1)。",
12651
"zh-cht": "裝置處於睡眠狀態(S1)。",
12652
"xloc": [
12653
- "default.handlebars->31->434"
12653
+ "default.handlebars->31->435"
12654
]
12655
},
12656
{
@@ -12671,7 +12671,7 @@
12671
"zh-cht": "裝置處於睡眠狀態(S2)",
12672
"xloc": [
12673
"default-mobile.handlebars->11->228",
12674
- "default.handlebars->31->448"
12674
+ "default.handlebars->31->449"
12675
]
12676
},
12677
{
@@ -12691,7 +12691,7 @@
12691
"zh-chs": "设备处于睡眠状态(S2)。",
12692
"zh-cht": "裝置處於睡眠狀態(S2)。",
12693
"xloc": [
12694
- "default.handlebars->31->436"
12694
+ "default.handlebars->31->437"
12695
]
12696
},
12697
{
@@ -12712,7 +12712,7 @@
12712
"zh-cht": "裝置處於軟關機狀態(S5)",
12713
"xloc": [
12714
"default-mobile.handlebars->11->231",
12715
- "default.handlebars->31->451"
12715
+ "default.handlebars->31->452"
12716
]
12717
},
12718
{
@@ -12735,7 +12735,7 @@
12735
"default-mobile.handlebars->11->189",
12736
"default-mobile.handlebars->11->245",
12737
"default.handlebars->31->260",
12738
- "default.handlebars->31->585"
12738
+ "default.handlebars->31->588"
12739
]
12740
},
12741
{
@@ -12756,7 +12756,7 @@
12756
"zh-cht": "裝置已連接電源",
12757
"xloc": [
12758
"default-mobile.handlebars->11->226",
12759
- "default.handlebars->31->446"
12759
+ "default.handlebars->31->447"
12760
]
12761
},
12762
{
@@ -12776,7 +12776,7 @@
12776
"zh-chs": "设备已连接电源。",
12777
"zh-cht": "裝置已連接電源。",
12778
"xloc": [
12779
- "default.handlebars->31->432"
12779
+ "default.handlebars->31->433"
12780
]
12781
},
12782
{
@@ -12797,7 +12797,7 @@
12797
"zh-cht": "裝置存在,但無法確定電源狀態",
12798
"xloc": [
12799
"default-mobile.handlebars->11->232",
12800
- "default.handlebars->31->452"
12800
+ "default.handlebars->31->453"
12801
]
12802
},
12803
{
@@ -12817,7 +12817,7 @@
12817
"zh-chs": "设备名称",
12818
"zh-cht": "裝置名稱",
12819
"xloc": [
12820
- "default.handlebars->31->577"
12820
+ "default.handlebars->31->580"
12821
]
12822
},
12823
{
@@ -12837,7 +12837,7 @@
12837
"zh-chs": "设备通知",
12838
"zh-cht": "設備通知",
12839
"xloc": [
12840
- "default.handlebars->31->474"
12840
+ "default.handlebars->31->475"
12841
]
12842
},
12843
{
@@ -12857,7 +12857,7 @@
12857
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
12858
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
12859
"xloc": [
12860
- "default.handlebars->31->1780"
12860
+ "default.handlebars->31->1783"
12861
]
12862
},
12863
{
@@ -12894,8 +12894,8 @@
12894
"zh-chs": "设备",
12895
"zh-cht": "裝置",
12896
"xloc": [
12897
- "default.handlebars->31->1965",
12898
- "default.handlebars->31->2005"
12897
+ "default.handlebars->31->1968",
12898
+ "default.handlebars->31->2008"
12899
]
12900
},
12901
{
@@ -12916,7 +12916,7 @@
12916
"zh-cht": "已禁用",
12917
"xloc": [
12918
"default-mobile.handlebars->11->419",
12919
- "default.handlebars->31->644"
12919
+ "default.handlebars->31->647"
12920
]
12921
},
12922
{
@@ -12936,7 +12936,7 @@
12936
"zh-chs": "禁用的电子邮件两因素身份验证",
12937
"zh-cht": "禁用的電子郵件兩因素身份驗證",
12938
"xloc": [
12939
- "default.handlebars->31->1811"
12939
+ "default.handlebars->31->1814"
12940
]
12941
},
12942
{
@@ -12959,8 +12959,8 @@
12959
"agent-translations.json",
12960
"default-mobile.handlebars->11->367",
12961
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12962
- "default.handlebars->31->1472",
12963
- "default.handlebars->31->993",
12962
+ "default.handlebars->31->1475",
12963
+ "default.handlebars->31->996",
12964
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12965
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
12966
"desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -13060,7 +13060,7 @@
13060
"zh-chs": "在远程设备上显示一个消息框。",
13061
"zh-cht": "在遠程裝置上顯示一個訊息框。",
13062
"xloc": [
13063
- "default.handlebars->31->787"
13063
+ "default.handlebars->31->790"
13064
]
13065
},
13066
{
@@ -13100,7 +13100,7 @@
13100
"zh-chs": "在远程设备上显示短信",
13101
"zh-cht": "在遠程裝置上顯示短信",
13102
"xloc": [
13103
- "default.handlebars->31->681"
13103
+ "default.handlebars->31->684"
13104
]
13105
},
13106
{
@@ -13120,7 +13120,7 @@
13120
"zh-chs": "显示设备组名称",
13121
"zh-cht": "顯示裝置群名稱",
13122
"xloc": [
13123
- "default.handlebars->31->1378"
13123
+ "default.handlebars->31->1381"
13124
]
13125
},
13126
{
@@ -13140,7 +13140,7 @@
13140
"zh-chs": "显示名称",
13141
"zh-cht": "顯示名稱",
13142
"xloc": [
13143
- "default.handlebars->31->960"
13143
+ "default.handlebars->31->963"
13144
]
13145
},
13146
{
@@ -13160,7 +13160,7 @@
13160
"zh-chs": "显示公共连结",
13161
"zh-cht": "顯示公共鏈結",
13162
"xloc": [
13163
- "default.handlebars->31->1681"
13163
+ "default.handlebars->31->1684"
13164
]
13165
},
13166
{
@@ -13168,7 +13168,7 @@
13168
"nl": "Scherm {0}",
13169
"fr": "Affichage {0}",
13170
"xloc": [
13171
- "default.handlebars->31->977"
13171
+ "default.handlebars->31->980"
13172
]
13173
},
13174
{
@@ -13188,7 +13188,7 @@
13188
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13189
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13190
"xloc": [
13191
- "default.handlebars->31->1740"
13191
+ "default.handlebars->31->1743"
13192
]
13193
},
13194
{
@@ -13208,7 +13208,7 @@
13208
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13209
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13210
"xloc": [
13211
- "default.handlebars->31->1748"
13211
+ "default.handlebars->31->1751"
13212
]
13213
},
13214
{
@@ -13228,8 +13228,8 @@
13228
"zh-chs": "什么都不做",
13229
"zh-cht": "什麼都不做",
13230
"xloc": [
13231
- "default.handlebars->31->1519",
13232
- "default.handlebars->31->1523"
13231
+ "default.handlebars->31->1522",
13232
+ "default.handlebars->31->1526"
13233
]
13234
},
13235
{
@@ -13249,10 +13249,10 @@
13249
"zh-chs": "域",
13250
"zh-cht": "域",
13251
"xloc": [
13252
- "default.handlebars->31->1929",
13253
- "default.handlebars->31->1977",
13254
- "default.handlebars->31->1986",
13255
- "default.handlebars->31->2054",
13252
+ "default.handlebars->31->1932",
13253
+ "default.handlebars->31->1980",
13254
+ "default.handlebars->31->1989",
13255
+ "default.handlebars->31->2057",
13256
"mstsc.handlebars->main->1->3->1->2->1->0",
13257
"mstsc.handlebars->main->1->3->1->2->3"
13258
]
@@ -13274,7 +13274,7 @@
13274
"zh-chs": "请勿更改,如果设置请保留CCM",
13275
"zh-cht": "請勿更改,如果設置請保留CCM",
13276
"xloc": [
13277
- "default.handlebars->31->1515"
13277
+ "default.handlebars->31->1518"
13278
]
13279
},
13280
{
@@ -13311,7 +13311,7 @@
13311
"zh-chs": "不要连接到服务器",
13312
"zh-cht": "不要連接到伺服器",
13313
"xloc": [
13314
- "default.handlebars->31->1524"
13314
+ "default.handlebars->31->1527"
13315
]
13316
},
13317
{
@@ -13376,7 +13376,7 @@
13376
"nl": "Omlaag",
13377
"xloc": [
13378
"default-mobile.handlebars->11->351",
13379
- "default.handlebars->31->941"
13379
+ "default.handlebars->31->944"
13380
]
13381
},
13382
{
@@ -13440,7 +13440,7 @@
13440
"zh-cht": "下載檔案",
13441
"xloc": [
13442
"default-mobile.handlebars->11->397",
13443
- "default.handlebars->31->1032"
13443
+ "default.handlebars->31->1035"
13444
]
13445
},
13446
{
@@ -13480,7 +13480,7 @@
13480
"zh-chs": "下载MeshCmd",
13481
"zh-cht": "下載MeshCmd",
13482
"xloc": [
13483
- "default.handlebars->31->891"
13483
+ "default.handlebars->31->894"
13484
]
13485
},
13486
{
@@ -13540,7 +13540,7 @@
13540
"zh-chs": "下载报告",
13541
"zh-cht": "下載報告",
13542
"xloc": [
13543
- "default.handlebars->31->1847",
13543
+ "default.handlebars->31->1850",
13544
"default.handlebars->container->column_l->p3->3->1->0->3"
13545
]
13546
},
@@ -13561,7 +13561,7 @@
13561
"zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
13562
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
13563
"xloc": [
13564
- "default.handlebars->31->884"
13564
+ "default.handlebars->31->887"
13565
]
13566
},
13567
{
@@ -13641,7 +13641,7 @@
13641
"zh-chs": "下载电源事件",
13642
"zh-cht": "下載電源事件",
13643
"xloc": [
13644
- "default.handlebars->31->840"
13644
+ "default.handlebars->31->843"
13645
]
13646
},
13647
{
@@ -13729,7 +13729,7 @@
13729
"zh-chs": "使用以下一种档案格式下载设备列表。",
13730
"zh-cht": "使用以下一種檔案格式下載裝置列表。",
13731
"xloc": [
13732
- "default.handlebars->31->521"
13732
+ "default.handlebars->31->522"
13733
]
13734
},
13735
{
@@ -13749,7 +13749,7 @@
13749
"zh-chs": "使用以下一种档案格式下载事件列表。",
13750
"zh-cht": "使用以下一種檔案格式下載事件列表。",
13751
"xloc": [
13752
- "default.handlebars->31->1848"
13752
+ "default.handlebars->31->1851"
13753
]
13754
},
13755
{
@@ -13769,7 +13769,7 @@
13769
"zh-chs": "使用以下一种档案格式下载用户列表。",
13770
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
13771
"xloc": [
13772
- "default.handlebars->31->1913"
13772
+ "default.handlebars->31->1916"
13773
]
13774
},
13775
{
@@ -13850,7 +13850,7 @@
13850
"zh-chs": "下载:“{0}”",
13851
"zh-cht": "下載:“{0}”",
13852
"xloc": [
13853
- "default.handlebars->31->1771"
13853
+ "default.handlebars->31->1774"
13854
]
13855
},
13856
{
@@ -13858,7 +13858,7 @@
13858
"nl": "Download: \\\"{0}\\\", Grootte: {1}",
13859
"fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
13860
"xloc": [
13861
- "default.handlebars->31->1828"
13861
+ "default.handlebars->31->1831"
13862
]
13863
},
13864
{
@@ -13898,7 +13898,7 @@
13898
"zh-chs": "代理重复",
13899
"zh-cht": "代理重複",
13900
"xloc": [
13901
- "default.handlebars->31->2258"
13901
+ "default.handlebars->31->2261"
13902
]
13903
},
13904
{
@@ -13938,7 +13938,7 @@
13938
"zh-chs": "复制用户组",
13939
"zh-cht": "複製用戶群",
13940
"xloc": [
13941
- "default.handlebars->31->1981"
13941
+ "default.handlebars->31->1984"
13942
]
13943
},
13944
{
@@ -13975,8 +13975,8 @@
13975
"zh-chs": "持续时间",
13976
"zh-cht": "持續時間",
13977
"xloc": [
13978
- "default.handlebars->31->2177",
13979
- "default.handlebars->31->2197",
13978
+ "default.handlebars->31->2180",
13979
+ "default.handlebars->31->2200",
13980
"player.handlebars->3->2"
13981
]
13982
},
@@ -14014,7 +14014,7 @@
14014
"zh-chs": "荷兰文(比利时)",
14015
"zh-cht": "荷蘭文(比利時)",
14016
"xloc": [
14017
- "default.handlebars->31->1218"
14017
+ "default.handlebars->31->1221"
14018
]
14019
},
14020
{
@@ -14034,7 +14034,7 @@
14034
"zh-chs": "荷兰文(标准)",
14035
"zh-cht": "荷蘭文(標準)",
14036
"xloc": [
14037
- "default.handlebars->31->1217"
14037
+ "default.handlebars->31->1220"
14038
]
14039
},
14040
{
@@ -14323,7 +14323,7 @@
14323
"zh-cht": "編輯裝置",
14324
"xloc": [
14325
"default-mobile.handlebars->11->328",
14326
- "default.handlebars->31->906"
14326
+ "default.handlebars->31->909"
14327
]
14328
},
14329
{
@@ -14346,10 +14346,10 @@
14346
"default-mobile.handlebars->11->529",
14347
"default-mobile.handlebars->11->535",
14348
"default-mobile.handlebars->11->555",
14349
- "default.handlebars->31->1536",
14350
- "default.handlebars->31->1568",
14351
- "default.handlebars->31->1593",
14352
- "default.handlebars->31->1605"
14349
+ "default.handlebars->31->1539",
14350
+ "default.handlebars->31->1571",
14351
+ "default.handlebars->31->1596",
14352
+ "default.handlebars->31->1608"
14353
]
14354
},
14355
{
@@ -14369,7 +14369,7 @@
14369
"zh-chs": "编辑设备组功能",
14370
"zh-cht": "編輯裝置群功能",
14371
"xloc": [
14372
- "default.handlebars->31->1554"
14372
+ "default.handlebars->31->1557"
14373
]
14374
},
14375
{
@@ -14389,8 +14389,8 @@
14389
"zh-chs": "编辑设备组权限",
14390
"zh-cht": "編輯裝置群權限",
14391
"xloc": [
14392
- "default.handlebars->31->1590",
14393
- "default.handlebars->31->1602"
14392
+ "default.handlebars->31->1593",
14393
+ "default.handlebars->31->1605"
14394
]
14395
},
14396
{
@@ -14410,7 +14410,7 @@
14410
"zh-chs": "编辑设备组用户同意",
14411
"zh-cht": "編輯裝置群用戶同意",
14412
"xloc": [
14413
- "default.handlebars->31->1537"
14413
+ "default.handlebars->31->1540"
14414
]
14415
},
14416
{
@@ -14431,7 +14431,7 @@
14431
"zh-cht": "編輯裝置筆記",
14432
"xloc": [
14433
"default-mobile.handlebars->11->547",
14434
- "default.handlebars->31->1582"
14434
+ "default.handlebars->31->1585"
14435
]
14436
},
14437
{
@@ -14451,8 +14451,8 @@
14451
"zh-chs": "编辑设备权限",
14452
"zh-cht": "編輯裝置權限",
14453
"xloc": [
14454
- "default.handlebars->31->1595",
14455
- "default.handlebars->31->1597"
14454
+ "default.handlebars->31->1598",
14455
+ "default.handlebars->31->1600"
14456
]
14457
},
14458
{
@@ -14472,7 +14472,7 @@
14472
"zh-chs": "编辑设备标签",
14473
"zh-cht": "編輯裝置標籤",
14474
"xloc": [
14475
- "default.handlebars->31->503"
14475
+ "default.handlebars->31->504"
14476
]
14477
},
14478
{
@@ -14492,7 +14492,7 @@
14492
"zh-chs": "编辑设备用户同意",
14493
"zh-cht": "編輯裝置用戶同意",
14494
"xloc": [
14495
- "default.handlebars->31->1539"
14495
+ "default.handlebars->31->1542"
14496
]
14497
},
14498
{
@@ -14512,7 +14512,7 @@
14512
"zh-chs": "编辑群组",
14513
"zh-cht": "編輯群組",
14514
"xloc": [
14515
- "default.handlebars->31->760"
14515
+ "default.handlebars->31->763"
14516
]
14517
},
14518
{
@@ -14536,10 +14536,10 @@
14536
"default-mobile.handlebars->11->274",
14537
"default-mobile.handlebars->11->275",
14538
"default-mobile.handlebars->11->318",
14539
- "default.handlebars->31->615",
14540
- "default.handlebars->31->620",
14541
- "default.handlebars->31->621",
14542
- "default.handlebars->31->847"
14539
+ "default.handlebars->31->618",
14540
+ "default.handlebars->31->623",
14541
+ "default.handlebars->31->624",
14542
+ "default.handlebars->31->850"
14543
]
14544
},
14545
{
@@ -14560,7 +14560,7 @@
14560
"zh-cht": "編輯筆記",
14561
"xloc": [
14562
"default-mobile.handlebars->11->562",
14563
- "default.handlebars->31->1612"
14563
+ "default.handlebars->31->1615"
14564
]
14565
},
14566
{
@@ -14580,7 +14580,7 @@
14580
"zh-chs": "编辑用户同意",
14581
"zh-cht": "編輯用戶同意",
14582
"xloc": [
14583
- "default.handlebars->31->1538"
14583
+ "default.handlebars->31->1541"
14584
]
14585
},
14586
{
@@ -14600,7 +14600,7 @@
14600
"zh-chs": "编辑用户设备组权限",
14601
"zh-cht": "編輯用戶裝置群權限",
14602
"xloc": [
14603
- "default.handlebars->31->1603"
14603
+ "default.handlebars->31->1606"
14604
]
14605
},
14606
{
@@ -14620,7 +14620,7 @@
14620
"zh-chs": "编辑用户设备权限",
14621
"zh-cht": "編輯用戶裝置權限",
14622
"xloc": [
14623
- "default.handlebars->31->1598"
14623
+ "default.handlebars->31->1601"
14624
]
14625
},
14626
{
@@ -14640,7 +14640,7 @@
14640
"zh-chs": "编辑用户组",
14641
"zh-cht": "編輯用戶群",
14642
"xloc": [
14643
- "default.handlebars->31->2032"
14643
+ "default.handlebars->31->2035"
14644
]
14645
},
14646
{
@@ -14660,7 +14660,7 @@
14660
"zh-chs": "编辑用户组设备权限",
14661
"zh-cht": "編輯用戶群裝置權限",
14662
"xloc": [
14663
- "default.handlebars->31->1600"
14663
+ "default.handlebars->31->1603"
14664
]
14665
},
14666
{
@@ -14680,7 +14680,7 @@
14680
"zh-chs": "编辑用户组用户同意",
14681
"zh-cht": "編輯用戶組用戶同意",
14682
"xloc": [
14683
- "default.handlebars->31->1540"
14683
+ "default.handlebars->31->1543"
14684
]
14685
},
14686
{
@@ -14721,7 +14721,7 @@
14721
"zh-chs": "编辑标签",
14722
"zh-cht": "編輯標籤",
14723
"xloc": [
14724
- "default.handlebars->31->475"
14724
+ "default.handlebars->31->476"
14725
]
14726
},
14727
{
@@ -14762,12 +14762,12 @@
14762
"zh-cht": "電郵",
14763
"xloc": [
14764
"default-mobile.handlebars->11->100",
14765
- "default.handlebars->31->1931",
14766
- "default.handlebars->31->2058",
14767
- "default.handlebars->31->2060",
14768
- "default.handlebars->31->2100",
14769
- "default.handlebars->31->2120",
14770
- "default.handlebars->31->346",
14765
+ "default.handlebars->31->1934",
14766
+ "default.handlebars->31->2061",
14767
+ "default.handlebars->31->2063",
14768
+ "default.handlebars->31->2103",
14769
+ "default.handlebars->31->2123",
14770
+ "default.handlebars->31->347",
14771
"login-mobile.handlebars->5->42",
14772
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
14773
"login.handlebars->5->44",
@@ -14799,7 +14799,7 @@
14799
"zh-cht": "電郵地址變更",
14800
"xloc": [
14801
"default-mobile.handlebars->11->101",
14802
- "default.handlebars->31->1387"
14802
+ "default.handlebars->31->1390"
14803
]
14804
},
14805
{
@@ -14820,7 +14820,7 @@
14820
"zh-cht": "電郵認證",
14821
"xloc": [
14822
"default-mobile.handlebars->11->90",
14823
- "default.handlebars->31->1155"
14823
+ "default.handlebars->31->1158"
14824
]
14825
},
14826
{
@@ -14880,7 +14880,7 @@
14880
"zh-cht": "電郵驗證",
14881
"xloc": [
14882
"default-mobile.handlebars->11->99",
14883
- "default.handlebars->31->1385"
14883
+ "default.handlebars->31->1388"
14884
]
14885
},
14886
{
@@ -14900,7 +14900,7 @@
14900
"zh-chs": "电邮邀请",
14901
"zh-cht": "電郵邀請",
14902
"xloc": [
14903
- "default.handlebars->31->343"
14903
+ "default.handlebars->31->344"
14904
]
14905
},
14906
{
@@ -14920,7 +14920,7 @@
14920
"zh-chs": "电邮未验证",
14921
"zh-cht": "電郵未驗證",
14922
"xloc": [
14923
- "default.handlebars->31->1877"
14923
+ "default.handlebars->31->1880"
14924
]
14925
},
14926
{
@@ -14940,8 +14940,8 @@
14940
"zh-chs": "电子邮件已验证",
14941
"zh-cht": "電子郵件已驗證",
14942
"xloc": [
14943
- "default.handlebars->31->1878",
14944
- "default.handlebars->31->2052"
14943
+ "default.handlebars->31->1881",
14944
+ "default.handlebars->31->2055"
14945
]
14946
},
14947
{
@@ -14961,7 +14961,7 @@
14961
"zh-chs": "电邮已验证。",
14962
"zh-cht": "電郵已驗證。",
14963
"xloc": [
14964
- "default.handlebars->31->1937"
14964
+ "default.handlebars->31->1940"
14965
]
14966
},
14967
{
@@ -14981,7 +14981,7 @@
14981
"zh-chs": "电邮未验证",
14982
"zh-cht": "電郵未驗證",
14983
"xloc": [
14984
- "default.handlebars->31->2053"
14984
+ "default.handlebars->31->2056"
14985
]
14986
},
14987
{
@@ -15002,7 +15002,7 @@
15002
"zh-cht": "電郵已發送。",
15003
"xloc": [
15004
"default-mobile.handlebars->11->604",
15005
- "default.handlebars->31->2226",
15005
+ "default.handlebars->31->2229",
15006
"login-mobile.handlebars->5->2",
15007
"login.handlebars->5->2",
15008
"login2.handlebars->7->3"
@@ -15047,7 +15047,7 @@
15047
"zh-chs": "已通过电邮验证,并且需要重置密码。",
15048
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
15049
"xloc": [
15050
- "default.handlebars->31->1938"
15050
+ "default.handlebars->31->1941"
15051
]
15052
},
15053
{
@@ -15071,7 +15071,7 @@
15071
"en": "Email/SMS/Push Traffic",
15072
"nl": "Email/SMS/Push verkeer",
15073
"xloc": [
15074
- "default.handlebars->31->2302"
15074
+ "default.handlebars->31->2305"
15075
]
15076
},
15077
{
@@ -15117,7 +15117,7 @@
15117
"zh-chs": "启用邀请代码",
15118
"zh-cht": "啟用邀請代碼",
15119
"xloc": [
15120
- "default.handlebars->31->1635"
15120
+ "default.handlebars->31->1638"
15121
]
15122
},
15123
{
@@ -15158,7 +15158,7 @@
15158
"zh-cht": "啟用電郵二因子鑑別。",
15159
"xloc": [
15160
"default-mobile.handlebars->11->92",
15161
- "default.handlebars->31->1157"
15161
+ "default.handlebars->31->1160"
15162
]
15163
},
15164
{
@@ -15198,7 +15198,7 @@
15198
"zh-chs": "已启用",
15199
"zh-cht": "已啟用",
15200
"xloc": [
15201
- "default.handlebars->31->2199"
15201
+ "default.handlebars->31->2202"
15202
]
15203
},
15204
{
@@ -15218,7 +15218,7 @@
15218
"zh-chs": "启用电子邮件两因素身份验证",
15219
"zh-cht": "啟用電子郵件兩因素身份驗證",
15220
"xloc": [
15221
- "default.handlebars->31->1810"
15221
+ "default.handlebars->31->1813"
15222
]
15223
},
15224
{
@@ -15247,7 +15247,7 @@
15247
"nl": "End",
15248
"xloc": [
15249
"default-mobile.handlebars->11->345",
15250
- "default.handlebars->31->935"
15250
+ "default.handlebars->31->938"
15251
]
15252
},
15253
{
@@ -15267,7 +15267,7 @@
15267
"zh-chs": "时间结束",
15268
"zh-cht": "時間結束",
15269
"xloc": [
15270
- "default.handlebars->31->2196"
15270
+ "default.handlebars->31->2199"
15271
]
15272
},
15273
{
@@ -15287,7 +15287,7 @@
15287
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15288
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15289
"xloc": [
15290
- "default.handlebars->31->1733"
15290
+ "default.handlebars->31->1736"
15291
]
15292
},
15293
{
@@ -15307,7 +15307,7 @@
15307
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15308
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15309
"xloc": [
15310
- "default.handlebars->31->1734"
15310
+ "default.handlebars->31->1737"
15311
]
15312
},
15313
{
@@ -15327,7 +15327,7 @@
15327
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15328
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15329
"xloc": [
15330
- "default.handlebars->31->1731"
15330
+ "default.handlebars->31->1734"
15331
]
15332
},
15333
{
@@ -15347,7 +15347,7 @@
15347
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15348
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15349
"xloc": [
15350
- "default.handlebars->31->1732"
15350
+ "default.handlebars->31->1735"
15351
]
15352
},
15353
{
@@ -15367,7 +15367,7 @@
15367
"zh-chs": "英文",
15368
"zh-cht": "英文",
15369
"xloc": [
15370
- "default.handlebars->31->1219"
15370
+ "default.handlebars->31->1222"
15371
]
15372
},
15373
{
@@ -15387,7 +15387,7 @@
15387
"zh-chs": "英文(澳洲)",
15388
"zh-cht": "英文(澳洲)",
15389
"xloc": [
15390
- "default.handlebars->31->1220"
15390
+ "default.handlebars->31->1223"
15391
]
15392
},
15393
{
@@ -15407,7 +15407,7 @@
15407
"zh-chs": "英文(伯利茲)",
15408
"zh-cht": "英文(伯利茲)",
15409
"xloc": [
15410
- "default.handlebars->31->1221"
15410
+ "default.handlebars->31->1224"
15411
]
15412
},
15413
{
@@ -15427,7 +15427,7 @@
15427
"zh-chs": "英文(加拿大)",
15428
"zh-cht": "英文(加拿大)",
15429
"xloc": [
15430
- "default.handlebars->31->1222"
15430
+ "default.handlebars->31->1225"
15431
]
15432
},
15433
{
@@ -15447,7 +15447,7 @@
15447
"zh-chs": "英文(爱尔兰)",
15448
"zh-cht": "英文(愛爾蘭)",
15449
"xloc": [
15450
- "default.handlebars->31->1223"
15450
+ "default.handlebars->31->1226"
15451
]
15452
},
15453
{
@@ -15467,7 +15467,7 @@
15467
"zh-chs": "英文(牙买加)",
15468
"zh-cht": "英文(牙買加)",
15469
"xloc": [
15470
- "default.handlebars->31->1224"
15470
+ "default.handlebars->31->1227"
15471
]
15472
},
15473
{
@@ -15487,7 +15487,7 @@
15487
"zh-chs": "英文(纽西兰)",
15488
"zh-cht": "英文(紐西蘭)",
15489
"xloc": [
15490
- "default.handlebars->31->1225"
15490
+ "default.handlebars->31->1228"
15491
]
15492
},
15493
{
@@ -15507,7 +15507,7 @@
15507
"zh-chs": "英文(菲律宾)",
15508
"zh-cht": "英文(菲律賓)",
15509
"xloc": [
15510
- "default.handlebars->31->1226"
15510
+ "default.handlebars->31->1229"
15511
]
15512
},
15513
{
@@ -15527,7 +15527,7 @@
15527
"zh-chs": "英语(南非)",
15528
"zh-cht": "英語(南非)",
15529
"xloc": [
15530
- "default.handlebars->31->1227"
15530
+ "default.handlebars->31->1230"
15531
]
15532
},
15533
{
@@ -15547,7 +15547,7 @@
15547
"zh-chs": "英文(特立尼达和多巴哥)",
15548
"zh-cht": "英文(特立尼達和多巴哥)",
15549
"xloc": [
15550
- "default.handlebars->31->1228"
15550
+ "default.handlebars->31->1231"
15551
]
15552
},
15553
{
@@ -15567,7 +15567,7 @@
15567
"zh-chs": "英文(英国)",
15568
"zh-cht": "英文(英國)",
15569
"xloc": [
15570
- "default.handlebars->31->1229"
15570
+ "default.handlebars->31->1232"
15571
]
15572
},
15573
{
@@ -15587,7 +15587,7 @@
15587
"zh-chs": "美国英文",
15588
"zh-cht": "美國英語",
15589
"xloc": [
15590
- "default.handlebars->31->1230"
15590
+ "default.handlebars->31->1233"
15591
]
15592
},
15593
{
@@ -15607,7 +15607,7 @@
15607
"zh-chs": "英文(津巴布韦)",
15608
"zh-cht": "英文(津巴布韋)",
15609
"xloc": [
15610
- "default.handlebars->31->1231"
15610
+ "default.handlebars->31->1234"
15611
]
15612
},
15613
{
@@ -15628,10 +15628,10 @@
15628
"zh-cht": "輸入",
15629
"xloc": [
15630
"default-mobile.handlebars->11->339",
15631
- "default.handlebars->31->1005",
15632
- "default.handlebars->31->1413",
15633
- "default.handlebars->31->1414",
15634
- "default.handlebars->31->929"
15631
+ "default.handlebars->31->1008",
15632
+ "default.handlebars->31->1416",
15633
+ "default.handlebars->31->1417",
15634
+ "default.handlebars->31->932"
15635
]
15636
},
15637
{
@@ -15651,7 +15651,7 @@
15651
"zh-chs": "输入管理领域名称的逗号分隔列表。",
15652
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
15653
"xloc": [
15654
- "default.handlebars->31->1942"
15654
+ "default.handlebars->31->1945"
15655
]
15656
},
15657
{
@@ -15671,7 +15671,7 @@
15671
"zh-chs": "输入IP地址范围以扫描英特尔AMT设备。",
15672
"zh-cht": "輸入IP地址範圍以掃描Intel® AMT裝置。",
15673
"xloc": [
15674
- "default.handlebars->31->334"
15674
+ "default.handlebars->31->335"
15675
]
15676
},
15677
{
@@ -15711,7 +15711,7 @@
15711
"zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
15712
"zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
15713
"xloc": [
15714
- "default.handlebars->31->954"
15714
+ "default.handlebars->31->957"
15715
]
15716
},
15717
{
@@ -15773,7 +15773,7 @@
15773
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
15774
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
15775
"xloc": [
15776
- "default.handlebars->31->1152"
15776
+ "default.handlebars->31->1155"
15777
]
15778
},
15779
{
@@ -15802,7 +15802,7 @@
15802
"fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
15803
"xloc": [
15804
"default-mobile.handlebars->11->612",
15805
- "default.handlebars->31->2234"
15805
+ "default.handlebars->31->2237"
15806
]
15807
},
15808
{
@@ -15811,7 +15811,7 @@
15811
"fr": "Erreur, mot de passe non modifié.",
15812
"xloc": [
15813
"default-mobile.handlebars->11->609",
15814
- "default.handlebars->31->2231"
15814
+ "default.handlebars->31->2234"
15815
]
15816
},
15817
{
@@ -15820,7 +15820,7 @@
15820
"fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
15821
"xloc": [
15822
"default-mobile.handlebars->11->608",
15823
- "default.handlebars->31->2230"
15823
+ "default.handlebars->31->2233"
15824
]
15825
},
15826
{
@@ -15829,7 +15829,7 @@
15829
"fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
15830
"xloc": [
15831
"default-mobile.handlebars->11->607",
15832
- "default.handlebars->31->2229"
15832
+ "default.handlebars->31->2232"
15833
]
15834
},
15835
{
@@ -15858,7 +15858,7 @@
15858
"nl": "Escape",
15859
"xloc": [
15860
"default-mobile.handlebars->11->340",
15861
- "default.handlebars->31->930"
15861
+ "default.handlebars->31->933"
15862
]
15863
},
15864
{
@@ -15878,7 +15878,7 @@
15878
"zh-chs": "世界文",
15879
"zh-cht": "世界語",
15880
"xloc": [
15881
- "default.handlebars->31->1232"
15881
+ "default.handlebars->31->1235"
15882
]
15883
},
15884
{
@@ -15898,7 +15898,7 @@
15898
"zh-chs": "爱沙尼亚文",
15899
"zh-cht": "愛沙尼亞語",
15900
"xloc": [
15901
- "default.handlebars->31->1233"
15901
+ "default.handlebars->31->1236"
15902
]
15903
},
15904
{
@@ -15918,7 +15918,7 @@
15918
"zh-chs": "事件详情",
15919
"zh-cht": "事件詳情",
15920
"xloc": [
15921
- "default.handlebars->31->1045"
15921
+ "default.handlebars->31->1048"
15922
]
15923
},
15924
{
@@ -15938,7 +15938,7 @@
15938
"zh-chs": "事件列表输出",
15939
"zh-cht": "事件列表輸出",
15940
"xloc": [
15941
- "default.handlebars->31->1853"
15941
+ "default.handlebars->31->1856"
15942
]
15943
},
15944
{
@@ -16044,7 +16044,7 @@
16044
"zh-cht": "到期時間",
16045
"xloc": [
16046
"default.handlebars->31->207",
16047
- "default.handlebars->31->813"
16047
+ "default.handlebars->31->816"
16048
]
16049
},
16050
{
@@ -16106,7 +16106,7 @@
16106
"zh-chs": "输出设备信息",
16107
"zh-cht": "輸出裝置訊息",
16108
"xloc": [
16109
- "default.handlebars->31->483"
16109
+ "default.handlebars->31->484"
16110
]
16111
},
16112
{
@@ -16126,7 +16126,7 @@
16126
"zh-chs": "扩充式ASCII",
16127
"zh-cht": "擴充式ASCII",
16128
"xloc": [
16129
- "default.handlebars->31->984",
16129
+ "default.handlebars->31->987",
16130
"terminal.handlebars->3->16"
16131
]
16132
},
@@ -16168,7 +16168,7 @@
16168
"zh-chs": "外部",
16169
"zh-cht": "外部",
16170
"xloc": [
16171
- "default.handlebars->31->2285"
16171
+ "default.handlebars->31->2288"
16172
]
16173
},
16174
{
@@ -16208,7 +16208,7 @@
16208
"zh-chs": "FYRO马其顿语",
16209
"zh-cht": "FYRO馬其頓語",
16210
"xloc": [
16211
- "default.handlebars->31->1283"
16211
+ "default.handlebars->31->1286"
16212
]
16213
},
16214
{
@@ -16228,7 +16228,7 @@
16228
"zh-chs": "法罗语",
16229
"zh-cht": "法羅語",
16230
"xloc": [
16231
- "default.handlebars->31->1234"
16231
+ "default.handlebars->31->1237"
16232
]
16233
},
16234
{
@@ -16257,7 +16257,7 @@
16257
"fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
16258
"xloc": [
16259
"default-mobile.handlebars->11->603",
16260
- "default.handlebars->31->2225"
16260
+ "default.handlebars->31->2228"
16261
]
16262
},
16263
{
@@ -16277,7 +16277,7 @@
16277
"zh-chs": "本地用户拒绝后无法启动远程桌面",
16278
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16279
"xloc": [
16280
- "default.handlebars->31->1756"
16280
+ "default.handlebars->31->1759"
16281
]
16282
},
16283
{
@@ -16297,7 +16297,7 @@
16297
"zh-chs": "本地用户拒绝后无法启动远程文件",
16298
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16299
"xloc": [
16300
- "default.handlebars->31->1763"
16300
+ "default.handlebars->31->1766"
16301
]
16302
},
16303
{
@@ -16318,7 +16318,7 @@
16318
"zh-cht": "無法啟動遠程終端接合{0}({1})",
16319
"xloc": [
16320
"default-mobile.handlebars->11->331",
16321
- "default.handlebars->31->909",
16321
+ "default.handlebars->31->912",
16322
"desktop.handlebars->3->8",
16323
"terminal.handlebars->3->12"
16324
]
@@ -16340,7 +16340,7 @@
16340
"zh-chs": "波斯文(波斯文)",
16341
"zh-cht": "波斯語(波斯語)",
16342
"xloc": [
16343
- "default.handlebars->31->1235"
16343
+ "default.handlebars->31->1238"
16344
]
16345
},
16346
{
@@ -16382,7 +16382,7 @@
16382
"zh-chs": "功能",
16383
"zh-cht": "功能",
16384
"xloc": [
16385
- "default.handlebars->31->1458"
16385
+ "default.handlebars->31->1461"
16386
]
16387
},
16388
{
@@ -16402,7 +16402,7 @@
16402
"zh-chs": "斐济",
16403
"zh-cht": "斐濟",
16404
"xloc": [
16405
- "default.handlebars->31->1236"
16405
+ "default.handlebars->31->1239"
16406
]
16407
},
16408
{
@@ -16443,8 +16443,8 @@
16443
"zh-cht": "檔案編輯器",
16444
"xloc": [
16445
"default-mobile.handlebars->11->381",
16446
- "default.handlebars->31->1016",
16447
- "default.handlebars->31->557"
16446
+ "default.handlebars->31->1019",
16447
+ "default.handlebars->31->560"
16448
]
16449
},
16450
{
@@ -16480,8 +16480,8 @@
16480
"zh-chs": "档案操作",
16481
"zh-cht": "檔案操作",
16482
"xloc": [
16483
- "default.handlebars->31->996",
16484
- "default.handlebars->31->998"
16483
+ "default.handlebars->31->1001",
16484
+ "default.handlebars->31->999"
16485
]
16486
},
16487
{
@@ -16521,7 +16521,7 @@
16521
"zh-chs": "文件系统驱动",
16522
"zh-cht": "FileSystemDriver",
16523
"xloc": [
16524
- "default.handlebars->31->963"
16524
+ "default.handlebars->31->966"
16525
]
16526
},
16527
{
@@ -16543,8 +16543,8 @@
16543
"xloc": [
16544
"default-mobile.handlebars->11->201",
This file is too large to show in full.
views/default.handlebars
+5
-1
@@ -4860,7 +4860,7 @@
4860
QS('SearchInput')['background-color'] = QS('KvmSearchInput')['background-color'] = (x == '')?null:'#FDFFBE';
4861
QV('SearchInputClearButton', (x != '') && (navigator.userAgent.indexOf('Firefox') >= 0));
4862
QV('KvmSearchInputClearButton', (x != '') && (navigator.userAgent.indexOf('Firefox') >= 0));
4863
- var userSearch = null, ipSearch = null, groupSearch = null, tagSearch = null, agentTagSearch = null, wscSearch = null, osSearch = null, amtSearch = null;
4863
+ var userSearch = null, ipSearch = null, groupSearch = null, tagSearch = null, agentTagSearch = null, wscSearch = null, osSearch = null, amtSearch = null, descSearch = null;
4864
if (x.startsWith("user:".toLowerCase())) { userSearch = x.substring("user:".length); }
4865
else if (x.startsWith("u:".toLowerCase())) { userSearch = x.substring("u:".length); }
4866
else if (x.startsWith("ip:".toLowerCase())) { ipSearch = x.substring("ip:".length); }
@@ -4872,6 +4872,7 @@
4872
else if (x.startsWith("a:".toLowerCase())) { agentTagSearch = Q('SearchInput').value.trim().substring("a:".length).toLowerCase(); }
4873
else if (x.startsWith("os:".toLowerCase())) { osSearch = Q('SearchInput').value.trim().substring("os:".length).toLowerCase(); }
4874
else if (x.startsWith("amt:".toLowerCase())) { amtSearch = Q('SearchInput').value.trim().substring("amt:".length).toLowerCase(); }
4875
+ else if (x.startsWith("desc:".toLowerCase())) { descSearch = Q('SearchInput').value.trim().substring("desc:".length).toLowerCase(); }
4876
else if (x == 'wsc:ok') { wscSearch = 1; }
4877
else if (x == 'wsc:noav') { wscSearch = 2; }
4878
else if (x == 'wsc:noupdate') { wscSearch = 3; }
@@ -4909,6 +4910,9 @@
4910
} else if (amtSearch != null) {
4911
// Intel AMT search
4912
for (var d in nodes) { nodes[d].v = (nodes[d].intelamt != null) && ((amtSearch == '') || (nodes[d].intelamt.state == amtSearch)); }
4913
+ } else if (descSearch != null) {
4914
+ // Device description search
4915
+ for (var d in nodes) { nodes[d].v = (nodes[d].desc != null) && (nodes[d].desc != '') && ((descSearch == '') || (nodes[d].desc.indexOf(descSearch) >= 0)); }
4916
} else if (wscSearch != null) {
4917
// Windows Security Center
4918
for (var d in nodes) {