Version 0.8.46
Ylian Saint-Hilaire committed
May 24, 2021 at 20:37 UTC
ecc7292f37808b3d31960f4cc4eae7694a4893fe
6 files changed
+1745
-1682
apprelays.js
-1
@@ -710,7 +710,6 @@ module.exports.CreateSshFilesRelay = function (parent, db, ws, req, domain, user
710
});
711
});
712
obj.sshClient.on('error', function (err) {
713
- console.log('error', err);
713
if (err.level == 'client-authentication') { try { obj.ws.send(JSON.stringify({ action: 'autherror' })); } catch (ex) { } }
714
if (err.level == 'client-timeout') { try { obj.ws.send(JSON.stringify({ action: 'sessiontimeout' })); } catch (ex) { } }
715
obj.close();
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.8.45",
3
+ "version": "0.8.46",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
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.urlname="meshrelay.ashx",s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"+s.urlname+"?browser=1&p="+s.protocol+(e?"&nodeid="+e:"")+"&id="+s.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver&&(e="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid,null!=a&&""!=a&&(e+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:e,usage:s.protocol}))},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc&&("answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):s.m.ProcessData(e)},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId))},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}return s.xxStateChange(3),void(1==s.attemptWebRTC&&(r=null,"undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(r):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(r)),null!=s.webrtc&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))))}if("string"==typeof e.data)"~"==e.data[0]?s.m.ProcessData(e.data):s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand){if(!(0==u&&e.data.byteLength<4))if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n,o=new Uint8Array(u),a=0;for(n in g)o.set(g[n],a),a+=g[n].byteLength;s.m.ProcessBinaryCommand(i,d,o),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(t=new Blob([new Uint8Array(e.data)]),(e=new FileReader).onload=function(e){s.m.ProcessData(e.target.result)},e.readAsText(t))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==s.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o<e.length;++o)t[o]=e.charCodeAt(o),n.push(e.charCodeAt(o));(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else{for(t=new Uint8Array(e.length),o=0;o<e.length;++o)t[o]=e.charCodeAt(o);(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else(1==s.webRtcActive?s.webchannel:s.socket).send(e)}catch(e){}},s.xxOnSocketClosed=function(){s.Stop(1)},s.xxStateChange=function(e){s.State!=e&&(s.State=e,s.m.xxStateChange(s.State),null!=s.onStateChanged&&s.onStateChanged(s,s.State))},s.xxCloseWebRTC=function(){if(null!=s.webchannel){try{s.webchannel.close()}catch(e){}s.webchannel=null}if(null!=s.webrtc){try{s.webrtc.close()}catch(e){}s.webrtc=null}s.webRtcActive=!1},s.Stop=function(e){if(1==s.debugmode&&console.log("stop",e),s.xxCloseWebRTC(),s.connectstate=-1,null!=s.socket){try{1==s.socket.readyState&&(s.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}'),s.socket.close())}catch(e){}s.socket=null}s.xxStateChange(0)},s}
\ No newline at end of file
1
+var CreateAgentRedirect=function(e,t,n,o,a,c){var s={};function l(){1==s.webSwitchOk&&1==s.webRtcActive&&(s.latency.current=-1,s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=s.onStateChanged&&s.onStateChanged(s,s.State))}((s.m=t).parent=s).meshserver=e,s.authCookie=o,s.rauthCookie=a,s.State=0,s.nodeid=null,s.options=null,s.socket=null,s.connectstate=-1,s.tunnelid=Math.random().toString(36).substring(2),s.protocol=t.protocol,s.onStateChanged=null,s.ctrlMsgAllowed=!0,s.attemptWebRTC=!1,s.webRtcActive=!1,s.webSwitchOk=!1,s.webchannel=null,s.webrtc=null,s.debugmode=0,s.serverIsRecording=!1,s.urlname="meshrelay.ashx",s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"+s.urlname+"?browser=1&p="+s.protocol+(e?"&nodeid="+e:"")+"&id="+s.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver&&(e="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid,null!=a&&""!=a&&(e+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:e,usage:s.protocol}))},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc&&("answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):s.m.ProcessData(e)},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId))},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}return s.xxStateChange(3),void(1==s.attemptWebRTC&&(r=null,"undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(r):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(r)),null!=s.webrtc&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))))}if("string"==typeof e.data)"~"==e.data[0]?s.m.ProcessData(e.data):s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand){if(!(0==u&&e.data.byteLength<4))if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n,o=new Uint8Array(u),a=0;for(n in g)o.set(g[n],a),a+=g[n].byteLength;s.m.ProcessBinaryCommand(i,d,o),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(t=new Blob([new Uint8Array(e.data)]),(e=new FileReader).onload=function(e){s.m.ProcessData(e.target.result)},e.readAsBinaryString(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
+1686
-1667
@@ -17,8 +17,8 @@
17
"zh-chs": " + CIRA",
18
"zh-cht": " + CIRA",
19
"xloc": [
20
- "default.handlebars->33->1628",
21
- "default.handlebars->33->1630"
20
+ "default.handlebars->33->1638",
21
+ "default.handlebars->33->1640"
22
]
23
},
24
{
@@ -204,7 +204,7 @@
204
"zh-chs": " 可以使用密码提示,但不建议使用。",
205
"zh-cht": " 可以使用密碼提示,但不建議使用。",
206
"xloc": [
207
- "default.handlebars->33->1529"
207
+ "default.handlebars->33->1539"
208
]
209
},
210
{
@@ -224,8 +224,8 @@
224
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226
"xloc": [
227
- "default.handlebars->33->1707",
228
- "default.handlebars->33->2195"
227
+ "default.handlebars->33->1717",
228
+ "default.handlebars->33->2205"
229
]
230
},
231
{
@@ -430,7 +430,7 @@
430
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
431
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
432
"xloc": [
433
- "default.handlebars->33->1676",
433
+ "default.handlebars->33->1686",
434
"default.handlebars->33->376"
435
]
436
},
@@ -505,8 +505,8 @@
505
"zh-chs": ",",
506
"zh-cht": ",",
507
"xloc": [
508
- "default-mobile.handlebars->11->621",
509
- "default.handlebars->33->1778"
508
+ "default-mobile.handlebars->11->630",
509
+ "default.handlebars->33->1788"
510
]
511
},
512
{
@@ -556,8 +556,8 @@
556
"zh-chs": ",MQTT在线",
557
"zh-cht": ",MQTT在線",
558
"xloc": [
559
- "default-mobile.handlebars->11->538",
560
- "default.handlebars->33->1239"
559
+ "default-mobile.handlebars->11->547",
560
+ "default.handlebars->33->1249"
561
]
562
},
563
{
@@ -652,7 +652,7 @@
652
"default-mobile.handlebars->11->412",
653
"default.handlebars->33->1020",
654
"default.handlebars->33->1083",
655
- "default.handlebars->33->1102",
655
+ "default.handlebars->33->1103",
656
"sharing.handlebars->11->19",
657
"sharing.handlebars->11->27",
658
"sharing.handlebars->11->44",
@@ -842,10 +842,10 @@
842
"zh-cht": "...",
843
"xloc": [
844
"default-mobile.handlebars->11->132",
845
- "default-mobile.handlebars->11->414",
846
- "default.handlebars->33->1108",
847
- "default.handlebars->33->1830",
848
- "default.handlebars->33->2364",
845
+ "default-mobile.handlebars->11->422",
846
+ "default.handlebars->33->1117",
847
+ "default.handlebars->33->1840",
848
+ "default.handlebars->33->2374",
849
"sharing.handlebars->11->50"
850
]
851
},
@@ -903,7 +903,7 @@
903
"zh-chs": "1个活跃时段",
904
"zh-cht": "1個活躍時段",
905
"xloc": [
906
- "default.handlebars->33->2268"
906
+ "default.handlebars->33->2278"
907
]
908
},
909
{
@@ -924,8 +924,8 @@
924
"zh-cht": "1個位元組",
925
"xloc": [
926
"default-mobile.handlebars->11->142",
927
- "default-mobile.handlebars->11->664",
928
- "default.handlebars->33->1854",
927
+ "default-mobile.handlebars->11->673",
928
+ "default.handlebars->33->1864",
929
"download.handlebars->3->1",
930
"download2.handlebars->5->1",
931
"sharing.handlebars->11->96"
@@ -991,7 +991,7 @@
991
"zh-chs": "1组",
992
"zh-cht": "1群",
993
"xloc": [
994
- "default.handlebars->33->2229"
994
+ "default.handlebars->33->2239"
995
]
996
},
997
{
@@ -1033,7 +1033,7 @@
1033
"zh-chs": "1分钟",
1034
"zh-cht": "1分鐘",
1035
"xloc": [
1036
- "default.handlebars->33->1495",
1036
+ "default.handlebars->33->1505",
1037
"default.handlebars->33->876"
1038
]
1039
},
@@ -1096,7 +1096,7 @@
1096
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1097
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1098
"xloc": [
1099
- "default.handlebars->33->2019"
1099
+ "default.handlebars->33->2029"
1100
]
1101
},
1102
{
@@ -1172,7 +1172,7 @@
1172
"default-mobile.handlebars->11->204",
1173
"default-mobile.handlebars->11->207",
1174
"default-mobile.handlebars->11->210",
1175
- "default.handlebars->33->2023",
1175
+ "default.handlebars->33->2033",
1176
"default.handlebars->33->309",
1177
"default.handlebars->33->312",
1178
"default.handlebars->33->315",
@@ -1304,7 +1304,7 @@
1304
"zh-chs": "10分钟",
1305
"zh-cht": "10分鐘",
1306
"xloc": [
1307
- "default.handlebars->33->1497",
1307
+ "default.handlebars->33->1507",
1308
"default.handlebars->33->878"
1309
]
1310
},
@@ -1398,7 +1398,7 @@
1398
"zh-chs": "12小时",
1399
"zh-cht": "12小時",
1400
"xloc": [
1401
- "default.handlebars->33->1505",
1401
+ "default.handlebars->33->1515",
1402
"default.handlebars->33->886"
1403
]
1404
},
@@ -1441,7 +1441,7 @@
1441
"zh-chs": "15分钟",
1442
"zh-cht": "15分鐘",
1443
"xloc": [
1444
- "default.handlebars->33->1498",
1444
+ "default.handlebars->33->1508",
1445
"default.handlebars->33->879"
1446
]
1447
},
@@ -1462,7 +1462,7 @@
1462
"zh-chs": "16小时",
1463
"zh-cht": "16小時",
1464
"xloc": [
1465
- "default.handlebars->33->1506",
1465
+ "default.handlebars->33->1516",
1466
"default.handlebars->33->887"
1467
]
1468
},
@@ -1483,7 +1483,7 @@
1483
"zh-chs": "2天",
1484
"zh-cht": "2天",
1485
"xloc": [
1486
- "default.handlebars->33->1508",
1486
+ "default.handlebars->33->1518",
1487
"default.handlebars->33->889"
1488
]
1489
},
@@ -1504,7 +1504,7 @@
1504
"zh-chs": "2小时",
1505
"zh-cht": "2小時",
1506
"xloc": [
1507
- "default.handlebars->33->1502",
1507
+ "default.handlebars->33->1512",
1508
"default.handlebars->33->883"
1509
]
1510
},
@@ -1609,7 +1609,7 @@
1609
"zh-chs": "24小时",
1610
"zh-cht": "24小時",
1611
"xloc": [
1612
- "default.handlebars->33->1507",
1612
+ "default.handlebars->33->1517",
1613
"default.handlebars->33->888"
1614
]
1615
},
@@ -1672,7 +1672,7 @@
1672
"zh-chs": "2FA备份代码已清除",
1673
"zh-cht": "2FA備份代碼已清除",
1674
"xloc": [
1675
- "default.handlebars->33->1965"
1675
+ "default.handlebars->33->1975"
1676
]
1677
},
1678
{
@@ -1692,8 +1692,8 @@
1692
"zh-chs": "启用第二因素身份验证",
1693
"zh-cht": "啟用第二因素身份驗證",
1694
"xloc": [
1695
- "default.handlebars->33->2036",
1696
- "default.handlebars->33->2251"
1695
+ "default.handlebars->33->2046",
1696
+ "default.handlebars->33->2261"
1697
]
1698
},
1699
{
@@ -1729,7 +1729,7 @@
1729
"pt": "3",
1730
"ru": "3",
1731
"xloc": [
1732
- "default-mobile.handlebars->11->440"
1732
+ "default-mobile.handlebars->11->449"
1733
]
1734
},
1735
{
@@ -1812,7 +1812,7 @@
1812
"zh-chs": "30分钟",
1813
"zh-cht": "30分鐘",
1814
"xloc": [
1815
- "default.handlebars->33->1499",
1815
+ "default.handlebars->33->1509",
1816
"default.handlebars->33->880"
1817
]
1818
},
@@ -1876,7 +1876,7 @@
1876
"zh-chs": "4天",
1877
"zh-cht": "4天",
1878
"xloc": [
1879
- "default.handlebars->33->1509",
1879
+ "default.handlebars->33->1519",
1880
"default.handlebars->33->890"
1881
]
1882
},
@@ -1897,7 +1897,7 @@
1897
"zh-chs": "4个小时",
1898
"zh-cht": "4個小時",
1899
"xloc": [
1900
- "default.handlebars->33->1503",
1900
+ "default.handlebars->33->1513",
1901
"default.handlebars->33->884"
1902
]
1903
},
@@ -1981,7 +1981,7 @@
1981
"zh-chs": "45分钟",
1982
"zh-cht": "45分鐘",
1983
"xloc": [
1984
- "default.handlebars->33->1500",
1984
+ "default.handlebars->33->1510",
1985
"default.handlebars->33->881"
1986
]
1987
},
@@ -2022,7 +2022,7 @@
2022
"zh-chs": "5分钟",
2023
"zh-cht": "5分鐘",
2024
"xloc": [
2025
- "default.handlebars->33->1496",
2025
+ "default.handlebars->33->1506",
2026
"default.handlebars->33->877"
2027
]
2028
},
@@ -2159,7 +2159,7 @@
2159
"zh-chs": "60分钟",
2160
"zh-cht": "60分鐘",
2161
"xloc": [
2162
- "default.handlebars->33->1501",
2162
+ "default.handlebars->33->1511",
2163
"default.handlebars->33->882"
2164
]
2165
},
@@ -2343,7 +2343,7 @@
2343
"zh-chs": "8小時",
2344
"zh-cht": "8小時",
2345
"xloc": [
2346
- "default.handlebars->33->1504",
2346
+ "default.handlebars->33->1514",
2347
"default.handlebars->33->400",
2348
"default.handlebars->33->414",
2349
"default.handlebars->33->885"
@@ -2580,7 +2580,7 @@
2580
"zh-cht": "ACM",
2581
"xloc": [
2582
"default-mobile.handlebars->11->274",
2583
- "default.handlebars->33->1644",
2583
+ "default.handlebars->33->1654",
2584
"default.handlebars->33->673"
2585
]
2586
},
@@ -2645,7 +2645,7 @@
2645
"fr": "AMT-OS",
2646
"ru": "AMT-OS",
2647
"xloc": [
2648
- "default.handlebars->33->2442"
2648
+ "default.handlebars->33->2452"
2649
]
2650
},
2651
{
@@ -2759,8 +2759,8 @@
2759
"fr": "Antivirus",
2760
"ru": "Антивирус",
2761
"xloc": [
2762
- "default-mobile.handlebars->11->450",
2763
- "default-mobile.handlebars->11->452",
2762
+ "default-mobile.handlebars->11->459",
2763
+ "default-mobile.handlebars->11->461",
2764
"default.handlebars->33->692",
2765
"default.handlebars->33->694"
2766
]
@@ -2782,8 +2782,8 @@
2782
"zh-chs": "拒绝访问",
2783
"zh-cht": "拒絕存取",
2784
"xloc": [
2785
- "default-mobile.handlebars->11->539",
2786
- "default.handlebars->33->1240"
2785
+ "default-mobile.handlebars->11->548",
2786
+ "default.handlebars->33->1250"
2787
]
2788
},
2789
{
@@ -2834,7 +2834,7 @@
2834
"zh-chs": "访问服务器档案",
2835
"zh-cht": "存取伺服器檔案",
2836
"xloc": [
2837
- "default.handlebars->33->2201"
2837
+ "default.handlebars->33->2211"
2838
]
2839
},
2840
{
@@ -2923,9 +2923,9 @@
2923
"default-mobile.handlebars->11->243",
2924
"default-mobile.handlebars->11->245",
2925
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
2926
- "default.handlebars->33->1538",
2927
- "default.handlebars->33->1540",
2928
- "default.handlebars->33->2493",
2926
+ "default.handlebars->33->1548",
2927
+ "default.handlebars->33->1550",
2928
+ "default.handlebars->33->2503",
2929
"default.handlebars->33->635",
2930
"default.handlebars->33->637"
2931
]
@@ -2937,8 +2937,8 @@
2937
"de": "Konto Einstellungen",
2938
"ru": "Настройки аккаунта",
2939
"xloc": [
2940
- "default-mobile.handlebars->11->632",
2941
- "default.handlebars->33->2372"
2940
+ "default-mobile.handlebars->11->641",
2941
+ "default.handlebars->33->2382"
2942
]
2943
},
2944
{
@@ -2999,7 +2999,7 @@
2999
"zh-chs": "帐户已更改:{0}",
3000
"zh-cht": "帳戶已更改:{0}",
3001
"xloc": [
3002
- "default.handlebars->33->1938"
3002
+ "default.handlebars->33->1948"
3003
]
3004
},
3005
{
@@ -3019,7 +3019,7 @@
3019
"zh-chs": "创建帐户,电子邮件为{0}",
3020
"zh-cht": "創建帳戶,電子郵件為{0}",
3021
"xloc": [
3022
- "default.handlebars->33->1937"
3022
+ "default.handlebars->33->1947"
3023
]
3024
},
3025
{
@@ -3039,7 +3039,7 @@
3039
"zh-chs": "创建帐户,用户名是{0}",
3040
"zh-cht": "帳戶已創建,用戶名是{0}",
3041
"xloc": [
3042
- "default.handlebars->33->1936"
3042
+ "default.handlebars->33->1946"
3043
]
3044
},
3045
{
@@ -3059,8 +3059,8 @@
3059
"zh-chs": "帐户已被锁定",
3060
"zh-cht": "帳戶已被鎖定",
3061
"xloc": [
3062
- "default.handlebars->33->2038",
3063
- "default.handlebars->33->2198"
3062
+ "default.handlebars->33->2048",
3063
+ "default.handlebars->33->2208"
3064
]
3065
},
3066
{
@@ -3080,8 +3080,8 @@
3080
"zh-chs": "达到帐户限制。",
3081
"zh-cht": "達到帳戶限制。",
3082
"xloc": [
3083
- "default-mobile.handlebars->11->644",
3084
- "default.handlebars->33->2384",
3083
+ "default-mobile.handlebars->11->653",
3084
+ "default.handlebars->33->2394",
3085
"login-mobile.handlebars->5->6",
3086
"login.handlebars->5->6",
3087
"login2.handlebars->7->8"
@@ -3126,7 +3126,7 @@
3126
"zh-chs": "帐号登录",
3127
"zh-cht": "帳號登錄",
3128
"xloc": [
3129
- "default.handlebars->33->1873"
3129
+ "default.handlebars->33->1883"
3130
]
3131
},
3132
{
@@ -3136,7 +3136,7 @@
3136
"de": "Konto Login von {0}, {1}, {2}",
3137
"ru": "Вход в аккаунт с {0}, {1}, {2}",
3138
"xloc": [
3139
- "default.handlebars->33->1979"
3139
+ "default.handlebars->33->1989"
3140
]
3141
},
3142
{
@@ -3156,7 +3156,7 @@
3156
"zh-chs": "帐户登出",
3157
"zh-cht": "帳戶登出",
3158
"xloc": [
3159
- "default.handlebars->33->1874"
3159
+ "default.handlebars->33->1884"
3160
]
3161
},
3162
{
@@ -3198,7 +3198,7 @@
3198
"zh-chs": "帐户密码已更改:{0}",
3199
"zh-cht": "帳戶密碼已更改:{0}",
3200
"xloc": [
3201
- "default.handlebars->33->1946"
3201
+ "default.handlebars->33->1956"
3202
]
3203
},
3204
{
@@ -3218,7 +3218,7 @@
3218
"zh-chs": "帐户已删除",
3219
"zh-cht": "帳戶已刪除",
3220
"xloc": [
3221
- "default.handlebars->33->1935"
3221
+ "default.handlebars->33->1945"
3222
]
3223
},
3224
{
@@ -3258,8 +3258,8 @@
3258
"zh-chs": "指令",
3259
"zh-cht": "指令",
3260
"xloc": [
3261
- "default-mobile.handlebars->11->545",
3262
- "default.handlebars->33->1246",
3261
+ "default-mobile.handlebars->11->554",
3262
+ "default.handlebars->33->1256",
3263
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3264
]
3265
},
@@ -3388,7 +3388,7 @@
3388
"zh-chs": "如果ACM失败,则激活到CCM",
3389
"zh-cht": "如果ACM失敗,則激活到CCM",
3390
"xloc": [
3391
- "default.handlebars->33->1667"
3391
+ "default.handlebars->33->1677"
3392
]
3393
},
3394
{
@@ -3410,8 +3410,8 @@
3410
"xloc": [
3411
"default-mobile.handlebars->11->269",
3412
"default-mobile.handlebars->11->271",
3413
- "default-mobile.handlebars->11->501",
3414
- "default.handlebars->33->1201",
3413
+ "default-mobile.handlebars->11->510",
3414
+ "default.handlebars->33->1211",
3415
"default.handlebars->33->666",
3416
"default.handlebars->33->668"
3417
]
@@ -3462,7 +3462,7 @@
3462
"fr": "Jetons de connexion actifs",
3463
"ru": "Активные токены входа",
3464
"xloc": [
3465
- "default.handlebars->33->1559"
3465
+ "default.handlebars->33->1569"
3466
]
3467
},
3468
{
@@ -3510,7 +3510,7 @@
3510
"zh-chs": "添加代理",
3511
"zh-cht": "新增代理",
3512
"xloc": [
3513
- "default.handlebars->33->1640",
3513
+ "default.handlebars->33->1650",
3514
"default.handlebars->33->342"
3515
]
3516
},
@@ -3548,8 +3548,8 @@
3548
"zh-chs": "添加设备",
3549
"zh-cht": "新增裝置",
3550
"xloc": [
3551
- "default.handlebars->33->2175",
3552
- "default.handlebars->33->2305",
3551
+ "default.handlebars->33->2185",
3552
+ "default.handlebars->33->2315",
3553
"default.handlebars->33->346"
3554
]
3555
},
@@ -3590,9 +3590,9 @@
3590
"zh-chs": "添加设备组",
3591
"zh-cht": "新增裝置群",
3592
"xloc": [
3593
- "default.handlebars->33->1742",
3594
- "default.handlebars->33->2169",
3595
- "default.handlebars->33->2293",
3593
+ "default.handlebars->33->1752",
3594
+ "default.handlebars->33->2179",
3595
+ "default.handlebars->33->2303",
3596
"default.handlebars->33->276"
3597
]
3598
},
@@ -3613,7 +3613,7 @@
3613
"zh-chs": "添加设备组权限",
3614
"zh-cht": "新增裝置群權限",
3615
"xloc": [
3616
- "default.handlebars->33->1739"
3616
+ "default.handlebars->33->1749"
3617
]
3618
},
3619
{
@@ -3633,8 +3633,8 @@
3633
"zh-chs": "添加设备权限",
3634
"zh-cht": "新增裝置權限",
3635
"xloc": [
3636
- "default.handlebars->33->1744",
3637
- "default.handlebars->33->1746"
3636
+ "default.handlebars->33->1754",
3637
+ "default.handlebars->33->1756"
3638
]
3639
},
3640
{
@@ -3731,7 +3731,7 @@
3731
"zh-chs": "添加成员身份",
3732
"zh-cht": "新增成員身份",
3733
"xloc": [
3734
- "default.handlebars->33->2325"
3734
+ "default.handlebars->33->2335"
3735
]
3736
},
3737
{
@@ -3771,8 +3771,8 @@
3771
"zh-chs": "添加安全密钥",
3772
"zh-cht": "新增安全密鑰",
3773
"xloc": [
3774
- "default.handlebars->33->1285",
3775
- "default.handlebars->33->1286",
3774
+ "default.handlebars->33->1295",
3775
+ "default.handlebars->33->1296",
3776
"default.handlebars->33->167",
3777
"default.handlebars->33->169",
3778
"default.handlebars->33->172",
@@ -3796,7 +3796,7 @@
3796
"zh-chs": "添加用户",
3797
"zh-cht": "新增用戶",
3798
"xloc": [
3799
- "default-mobile.handlebars->11->561",
3799
+ "default-mobile.handlebars->11->570",
3800
"default.handlebars->33->789"
3801
]
3802
},
@@ -3817,7 +3817,7 @@
3817
"zh-chs": "添加用户设备权限",
3818
"zh-cht": "新增用戶裝置權限",
3819
"xloc": [
3820
- "default.handlebars->33->1749"
3820
+ "default.handlebars->33->1759"
3821
]
3822
},
3823
{
@@ -3837,9 +3837,9 @@
3837
"zh-chs": "添加用户组",
3838
"zh-cht": "新增用戶群",
3839
"xloc": [
3840
- "default.handlebars->33->1636",
3841
- "default.handlebars->33->1741",
3842
- "default.handlebars->33->2299",
3840
+ "default.handlebars->33->1646",
3841
+ "default.handlebars->33->1751",
3842
+ "default.handlebars->33->2309",
3843
"default.handlebars->33->790"
3844
]
3845
},
@@ -3860,7 +3860,7 @@
3860
"zh-chs": "添加用户组设备权限",
3861
"zh-cht": "新增用戶群裝置權限",
3862
"xloc": [
3863
- "default.handlebars->33->1751"
3863
+ "default.handlebars->33->1761"
3864
]
3865
},
3866
{
@@ -3880,7 +3880,7 @@
3880
"zh-chs": "将用户添加到设备组",
3881
"zh-cht": "將用戶新增到裝置群",
3882
"xloc": [
3883
- "default-mobile.handlebars->11->597"
3883
+ "default-mobile.handlebars->11->606"
3884
]
3885
},
3886
{
@@ -3917,8 +3917,8 @@
3917
"zh-chs": "添加用户",
3918
"zh-cht": "新增用戶",
3919
"xloc": [
3920
- "default.handlebars->33->1635",
3921
- "default.handlebars->33->2164"
3920
+ "default.handlebars->33->1645",
3921
+ "default.handlebars->33->2174"
3922
]
3923
},
3924
{
@@ -3938,7 +3938,7 @@
3938
"zh-chs": "将用户添加到设备组",
3939
"zh-cht": "將用戶新增到裝置群",
3940
"xloc": [
3941
- "default.handlebars->33->1738"
3941
+ "default.handlebars->33->1748"
3942
]
3943
},
3944
{
@@ -3958,7 +3958,7 @@
3958
"zh-chs": "将用户添加到用户组",
3959
"zh-cht": "將用戶新增到用戶群",
3960
"xloc": [
3961
- "default.handlebars->33->2197"
3961
+ "default.handlebars->33->2207"
3962
]
3963
},
3964
{
@@ -4084,7 +4084,7 @@
4084
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
4085
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
4086
"xloc": [
4087
- "default.handlebars->33->1639",
4087
+ "default.handlebars->33->1649",
4088
"default.handlebars->33->341"
4089
]
4090
},
@@ -4163,7 +4163,7 @@
4163
"zh-chs": "添加了身份验证应用程序",
4164
"zh-cht": "添加了身份驗證應用程序",
4165
"xloc": [
4166
- "default.handlebars->33->1962"
4166
+ "default.handlebars->33->1972"
4167
]
4168
},
4169
{
@@ -4183,7 +4183,7 @@
4183
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
4184
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
4185
"xloc": [
4186
- "default.handlebars->33->1973"
4186
+ "default.handlebars->33->1983"
4187
]
4188
},
4189
{
@@ -4203,8 +4203,8 @@
4203
"zh-chs": "已将设备{0}添加到设备组{1}",
4204
"zh-cht": "已將設備{0}添加到設備組{1}",
4205
"xloc": [
4206
- "default.handlebars->33->1929",
4207
- "default.handlebars->33->1956"
4206
+ "default.handlebars->33->1939",
4207
+ "default.handlebars->33->1966"
4208
]
4209
},
4210
{
@@ -4213,7 +4213,7 @@
4213
"fr": "Jeton de connexion ajouté",
4214
"ru": "Добавлен токен входа",
4215
"xloc": [
4216
- "default.handlebars->33->1987"
4216
+ "default.handlebars->33->1997"
4217
]
4218
},
4219
{
@@ -4221,7 +4221,7 @@
4221
"nl": "Verificatie apparaat voor pushmeldingen toegevoegd",
4222
"fr": "Appareil d'authentification par notification ajouté",
4223
"xloc": [
4224
- "default.handlebars->33->1985"
4224
+ "default.handlebars->33->1995"
4225
]
4226
},
4227
{
@@ -4241,7 +4241,7 @@
4241
"zh-chs": "添加了安全密钥",
4242
"zh-cht": "添加了安全密鑰",
4243
"xloc": [
4244
- "default.handlebars->33->1967"
4244
+ "default.handlebars->33->1977"
4245
]
4246
},
4247
{
@@ -4261,7 +4261,7 @@
4261
"zh-chs": "已将用户组{0}添加到设备组{1}",
4262
"zh-cht": "已將用戶組{0}添加到設備組{1}",
4263
"xloc": [
4264
- "default.handlebars->33->1940"
4264
+ "default.handlebars->33->1950"
4265
]
4266
},
4267
{
@@ -4281,8 +4281,8 @@
4281
"zh-chs": "已将用户{0}添加到用户组{1}",
4282
"zh-cht": "已將用戶{0}添加到用戶組{1}",
4283
"xloc": [
4284
- "default.handlebars->33->1943",
4285
- "default.handlebars->33->1952"
4284
+ "default.handlebars->33->1953",
4285
+ "default.handlebars->33->1962"
4286
]
4287
},
4288
{
@@ -4342,8 +4342,8 @@
4342
"zh-chs": "管理员控制模式(ACM)",
4343
"zh-cht": "管理員控制模式(ACM)",
4344
"xloc": [
4345
- "default-mobile.handlebars->11->503",
4346
- "default.handlebars->33->1203"
4345
+ "default-mobile.handlebars->11->512",
4346
+ "default.handlebars->33->1213"
4347
]
4348
},
4349
{
@@ -4363,8 +4363,8 @@
4363
"zh-chs": "管理员凭证",
4364
"zh-cht": "管理員憑證",
4365
"xloc": [
4366
- "default-mobile.handlebars->11->509",
4367
- "default.handlebars->33->1209"
4366
+ "default-mobile.handlebars->11->518",
4367
+ "default.handlebars->33->1219"
4368
]
4369
},
4370
{
@@ -4405,7 +4405,7 @@
4405
"zh-chs": "管理领域",
4406
"zh-cht": "管理領域",
4407
"xloc": [
4408
- "default.handlebars->33->2233"
4408
+ "default.handlebars->33->2243"
4409
]
4410
},
4411
{
@@ -4446,7 +4446,7 @@
4446
"zh-chs": "管理领域",
4447
"zh-cht": "管理領域",
4448
"xloc": [
4449
- "default.handlebars->33->2101"
4449
+ "default.handlebars->33->2111"
4450
]
4451
},
4452
{
@@ -4466,7 +4466,7 @@
4466
"zh-chs": "管理员",
4467
"zh-cht": "管理員",
4468
"xloc": [
4469
- "default.handlebars->33->2030"
4469
+ "default.handlebars->33->2040"
4470
]
4471
},
4472
{
@@ -4486,7 +4486,7 @@
4486
"zh-chs": "南非文",
4487
"zh-cht": "南非文",
4488
"xloc": [
4489
- "default.handlebars->33->1288"
4489
+ "default.handlebars->33->1298"
4490
]
4491
},
4492
{
@@ -4510,9 +4510,9 @@
4510
"default-mobile.handlebars->11->235",
4511
"default-mobile.handlebars->11->288",
4512
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4513
- "default.handlebars->33->1805",
4514
- "default.handlebars->33->1818",
4515
- "default.handlebars->33->2440",
4513
+ "default.handlebars->33->1815",
4514
+ "default.handlebars->33->1828",
4515
+ "default.handlebars->33->2450",
4516
"default.handlebars->33->292",
4517
"default.handlebars->33->503",
4518
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4535,8 +4535,8 @@
4535
"zh-chs": "代理+英特尔AMT",
4536
"zh-cht": "代理+Intel® AMT",
4537
"xloc": [
4538
- "default.handlebars->33->1807",
4539
- "default.handlebars->33->1820"
4538
+ "default.handlebars->33->1817",
4539
+ "default.handlebars->33->1830"
4540
]
4541
},
4542
{
@@ -4577,8 +4577,8 @@
4577
"zh-chs": "代理控制台",
4578
"zh-cht": "代理控制台",
4579
"xloc": [
4580
- "default-mobile.handlebars->11->603",
4581
- "default.handlebars->33->1759"
4580
+ "default-mobile.handlebars->11->612",
4581
+ "default.handlebars->33->1769"
4582
]
4583
},
4584
{
@@ -4598,7 +4598,7 @@
4598
"zh-chs": "代理错误计数器",
4599
"zh-cht": "代理錯誤計數器",
4600
"xloc": [
4601
- "default.handlebars->33->2409"
4601
+ "default.handlebars->33->2419"
4602
]
4603
},
4604
{
@@ -4711,7 +4711,7 @@
4711
"zh-chs": "代理时段",
4712
"zh-cht": "代理時段",
4713
"xloc": [
4714
- "default.handlebars->33->2425"
4714
+ "default.handlebars->33->2435"
4715
]
4716
},
4717
{
@@ -4752,7 +4752,7 @@
4752
"zh-chs": "代理类型",
4753
"zh-cht": "代理類型",
4754
"xloc": [
4755
- "default.handlebars->33->1816",
4755
+ "default.handlebars->33->1826",
4756
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
4757
]
4758
},
@@ -4773,7 +4773,7 @@
4773
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4774
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4775
"xloc": [
4776
- "default.handlebars->33->1926"
4776
+ "default.handlebars->33->1936"
4777
]
4778
},
4779
{
@@ -4835,8 +4835,8 @@
4835
"zh-chs": "代理离线",
4836
"zh-cht": "代理離線",
4837
"xloc": [
4838
- "default-mobile.handlebars->11->537",
4839
- "default.handlebars->33->1238"
4838
+ "default-mobile.handlebars->11->546",
4839
+ "default.handlebars->33->1248"
4840
]
4841
},
4842
{
@@ -4856,8 +4856,8 @@
4856
"zh-chs": "代理在线",
4857
"zh-cht": "代理在線",
4858
"xloc": [
4859
- "default-mobile.handlebars->11->536",
4860
- "default.handlebars->33->1237"
4859
+ "default-mobile.handlebars->11->545",
4860
+ "default.handlebars->33->1247"
4861
]
4862
},
4863
{
@@ -4898,7 +4898,7 @@
4898
"zh-chs": "代理",
4899
"zh-cht": "代理",
4900
"xloc": [
4901
- "default.handlebars->33->2453"
4901
+ "default.handlebars->33->2463"
4902
]
4903
},
4904
{
@@ -4918,7 +4918,7 @@
4918
"zh-chs": "阿尔巴尼亚文",
4919
"zh-cht": "阿爾巴尼亞文",
4920
"xloc": [
4921
- "default.handlebars->33->1289"
4921
+ "default.handlebars->33->1299"
4922
]
4923
},
4924
{
@@ -4939,8 +4939,8 @@
4939
"zh-cht": "所有",
4940
"xloc": [
4941
"default-mobile.handlebars->11->141",
4942
- "default-mobile.handlebars->11->415",
4943
- "default-mobile.handlebars->11->417",
4942
+ "default-mobile.handlebars->11->423",
4943
+ "default-mobile.handlebars->11->425",
4944
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
4945
]
4946
},
@@ -4961,7 +4961,7 @@
4961
"zh-chs": "全部可用",
4962
"zh-cht": "全部可用",
4963
"xloc": [
4964
- "default.handlebars->33->1993"
4964
+ "default.handlebars->33->2003"
4965
]
4966
},
4967
{
@@ -5001,7 +5001,7 @@
5001
"zh-chs": "所有事件",
5002
"zh-cht": "所有事件",
5003
"xloc": [
5004
- "default.handlebars->33->1991"
5004
+ "default.handlebars->33->2001"
5005
]
5006
},
5007
{
@@ -5043,8 +5043,8 @@
5043
"zh-chs": "允许用户管理此设备组和该组中的设备。",
5044
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
5045
"xloc": [
5046
- "default.handlebars->33->1705",
5047
- "default.handlebars->33->2194"
5046
+ "default.handlebars->33->1715",
5047
+ "default.handlebars->33->2204"
5048
]
5049
},
5050
{
@@ -5064,7 +5064,7 @@
5064
"zh-chs": "允许用户管理此设备。",
5065
"zh-cht": "允許用戶管理此裝置。",
5066
"xloc": [
5067
- "default.handlebars->33->1706"
5067
+ "default.handlebars->33->1716"
5068
]
5069
},
5070
{
@@ -5169,7 +5169,7 @@
5169
"zh-chs": "备用(F10 = ESC + 0)",
5170
"zh-cht": "備用(F10 = ESC + 0)",
5171
"xloc": [
5172
- "default.handlebars->33->1095",
5172
+ "default.handlebars->33->1096",
5173
"sharing.handlebars->11->37"
5174
]
5175
},
@@ -5212,9 +5212,9 @@
5212
"zh-chs": "一直通知",
5213
"zh-cht": "一直通知",
5214
"xloc": [
5215
- "default.handlebars->33->1615",
5216
- "default.handlebars->33->2155",
5217
- "default.handlebars->33->2242",
5215
+ "default.handlebars->33->1625",
5216
+ "default.handlebars->33->2165",
5217
+ "default.handlebars->33->2252",
5218
"default.handlebars->33->717"
5219
]
5220
},
@@ -5235,9 +5235,9 @@
5235
"zh-chs": "一直提示",
5236
"zh-cht": "一直提示",
5237
"xloc": [
5238
- "default.handlebars->33->1616",
5239
- "default.handlebars->33->2156",
5240
- "default.handlebars->33->2243",
5238
+ "default.handlebars->33->1626",
5239
+ "default.handlebars->33->2166",
5240
+ "default.handlebars->33->2253",
5241
"default.handlebars->33->718"
5242
]
5243
},
@@ -5357,7 +5357,7 @@
5357
"fr": "Installation pour Android",
5358
"ru": "Установка Android",
5359
"xloc": [
5360
- "default-mobile.handlebars->11->577"
5360
+ "default-mobile.handlebars->11->586"
5361
]
5362
},
5363
{
@@ -5388,8 +5388,8 @@
5388
"de": "Anti-virus ist nicht aktiv",
5389
"ru": "Антивирус не активен",
5390
"xloc": [
5391
- "default.handlebars->33->1809",
5392
- "default.handlebars->33->1823"
5391
+ "default.handlebars->33->1819",
5392
+ "default.handlebars->33->1833"
5393
]
5394
},
5395
{
@@ -5409,7 +5409,7 @@
5409
"zh-chs": "杀毒软件",
5410
"zh-cht": "防毒軟體",
5411
"xloc": [
5412
- "default-mobile.handlebars->11->466",
5412
+ "default-mobile.handlebars->11->475",
5413
"default.handlebars->33->708"
5414
]
5415
},
@@ -5531,7 +5531,7 @@
5531
"zh-chs": "阿拉伯文(阿尔及利亚)",
5532
"zh-cht": "阿拉伯文(阿爾及利亞)",
5533
"xloc": [
5534
- "default.handlebars->33->1291"
5534
+ "default.handlebars->33->1301"
5535
]
5536
},
5537
{
@@ -5551,7 +5551,7 @@
5551
"zh-chs": "阿拉伯文(巴林)",
5552
"zh-cht": "阿拉伯文(巴林)",
5553
"xloc": [
5554
- "default.handlebars->33->1292"
5554
+ "default.handlebars->33->1302"
5555
]
5556
},
5557
{
@@ -5571,7 +5571,7 @@
5571
"zh-chs": "阿拉伯文(埃及)",
5572
"zh-cht": "阿拉伯文(埃及)",
5573
"xloc": [
5574
- "default.handlebars->33->1293"
5574
+ "default.handlebars->33->1303"
5575
]
5576
},
5577
{
@@ -5591,7 +5591,7 @@
5591
"zh-chs": "阿拉伯文(伊拉克)",
5592
"zh-cht": "阿拉伯文(伊拉克)",
5593
"xloc": [
5594
- "default.handlebars->33->1294"
5594
+ "default.handlebars->33->1304"
5595
]
5596
},
5597
{
@@ -5611,7 +5611,7 @@
5611
"zh-chs": "阿拉伯文(约旦)",
5612
"zh-cht": "阿拉伯文(約旦)",
5613
"xloc": [
5614
- "default.handlebars->33->1295"
5614
+ "default.handlebars->33->1305"
5615
]
5616
},
5617
{
@@ -5631,7 +5631,7 @@
5631
"zh-chs": "阿拉伯文(科威特)",
5632
"zh-cht": "阿拉伯文(科威特)",
5633
"xloc": [
5634
- "default.handlebars->33->1296"
5634
+ "default.handlebars->33->1306"
5635
]
5636
},
5637
{
@@ -5651,7 +5651,7 @@
5651
"zh-chs": "阿拉伯文(黎巴嫩)",
5652
"zh-cht": "阿拉伯文(黎巴嫩)",
5653
"xloc": [
5654
- "default.handlebars->33->1297"
5654
+ "default.handlebars->33->1307"
5655
]
5656
},
5657
{
@@ -5671,7 +5671,7 @@
5671
"zh-chs": "阿拉伯文(利比亚)",
5672
"zh-cht": "阿拉伯文(利比亞)",
5673
"xloc": [
5674
- "default.handlebars->33->1298"
5674
+ "default.handlebars->33->1308"
5675
]
5676
},
5677
{
@@ -5691,7 +5691,7 @@
5691
"zh-chs": "阿拉伯文(摩洛哥)",
5692
"zh-cht": "阿拉伯文(摩洛哥)",
5693
"xloc": [
5694
- "default.handlebars->33->1299"
5694
+ "default.handlebars->33->1309"
5695
]
5696
},
5697
{
@@ -5711,7 +5711,7 @@
5711
"zh-chs": "阿拉伯文(阿曼)",
5712
"zh-cht": "阿拉伯文(阿曼)",
5713
"xloc": [
5714
- "default.handlebars->33->1300"
5714
+ "default.handlebars->33->1310"
5715
]
5716
},
5717
{
@@ -5731,7 +5731,7 @@
5731
"zh-chs": "阿拉伯文(卡塔尔)",
5732
"zh-cht": "阿拉伯文(卡塔爾)",
5733
"xloc": [
5734
- "default.handlebars->33->1301"
5734
+ "default.handlebars->33->1311"
5735
]
5736
},
5737
{
@@ -5751,7 +5751,7 @@
5751
"zh-chs": "阿拉伯文(沙特阿拉伯)",
5752
"zh-cht": "阿拉伯文(沙特阿拉伯)",
5753
"xloc": [
5754
- "default.handlebars->33->1302"
5754
+ "default.handlebars->33->1312"
5755
]
5756
},
5757
{
@@ -5771,7 +5771,7 @@
5771
"zh-chs": "阿拉伯文(标准)",
5772
"zh-cht": "阿拉伯文(標準)",
5773
"xloc": [
5774
- "default.handlebars->33->1290"
5774
+ "default.handlebars->33->1300"
5775
]
5776
},
5777
{
@@ -5791,7 +5791,7 @@
5791
"zh-chs": "阿拉伯文(叙利亚)",
5792
"zh-cht": "阿拉伯文(敘利亞)",
5793
"xloc": [
5794
- "default.handlebars->33->1303"
5794
+ "default.handlebars->33->1313"
5795
]
5796
},
5797
{
@@ -5811,7 +5811,7 @@
5811
"zh-chs": "阿拉伯文(突尼斯)",
5812
"zh-cht": "阿拉伯文(突尼斯)",
5813
"xloc": [
5814
- "default.handlebars->33->1304"
5814
+ "default.handlebars->33->1314"
5815
]
5816
},
5817
{
@@ -5831,7 +5831,7 @@
5831
"zh-chs": "阿拉伯文(阿联酋)",
5832
"zh-cht": "阿拉伯文(阿聯酋)",
5833
"xloc": [
5834
- "default.handlebars->33->1305"
5834
+ "default.handlebars->33->1315"
5835
]
5836
},
5837
{
@@ -5851,7 +5851,7 @@
5851
"zh-chs": "阿拉伯文(也门)",
5852
"zh-cht": "阿拉伯文(也門)",
5853
"xloc": [
5854
- "default.handlebars->33->1306"
5854
+ "default.handlebars->33->1316"
5855
]
5856
},
5857
{
@@ -5871,7 +5871,7 @@
5871
"zh-chs": "阿拉贡文",
5872
"zh-cht": "阿拉貢文",
5873
"xloc": [
5874
- "default.handlebars->33->1307"
5874
+ "default.handlebars->33->1317"
5875
]
5876
},
5877
{
@@ -5891,8 +5891,8 @@
5891
"zh-chs": "架构",
5892
"zh-cht": "結構",
5893
"xloc": [
5894
- "default-mobile.handlebars->11->449",
5895
- "default.handlebars->33->1156"
5894
+ "default-mobile.handlebars->11->458",
5895
+ "default.handlebars->33->1166"
5896
]
5897
},
5898
{
@@ -5932,8 +5932,8 @@
5932
"zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
5933
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5934
"xloc": [
5935
- "default-mobile.handlebars->11->568",
5936
- "default.handlebars->33->1681"
5935
+ "default-mobile.handlebars->11->577",
5936
+ "default.handlebars->33->1691"
5937
]
5938
},
5939
{
@@ -6013,7 +6013,7 @@
6013
"zh-chs": "您确定要{0}插件吗:{1}",
6014
"zh-cht": "你確定要{0}外掛嗎:{1}",
6015
"xloc": [
6016
- "default.handlebars->33->2502"
6016
+ "default.handlebars->33->2512"
6017
]
6018
},
6019
{
@@ -6033,7 +6033,7 @@
6033
"zh-chs": "亚美尼亚文",
6034
"zh-cht": "亞美尼亞文",
6035
"xloc": [
6036
- "default.handlebars->33->1308"
6036
+ "default.handlebars->33->1318"
6037
]
6038
},
6039
{
@@ -6093,7 +6093,7 @@
6093
"zh-chs": "阿萨姆文",
6094
"zh-cht": "阿薩姆文",
6095
"xloc": [
6096
- "default.handlebars->33->1309"
6096
+ "default.handlebars->33->1319"
6097
]
6098
},
6099
{
@@ -6149,7 +6149,7 @@
6149
"zh-chs": "阿斯图里亚斯文",
6150
"zh-cht": "阿斯圖里亞斯文",
6151
"xloc": [
6152
- "default.handlebars->33->1310"
6152
+ "default.handlebars->33->1320"
6153
]
6154
},
6155
{
@@ -6169,7 +6169,7 @@
6169
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
6170
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
6171
"xloc": [
6172
- "default.handlebars->33->1895"
6172
+ "default.handlebars->33->1905"
6173
]
6174
},
6175
{
@@ -6179,7 +6179,9 @@
6179
"ru": "Аутентификация",
6180
"xloc": [
6181
"default-mobile.handlebars->11->405",
6182
+ "default-mobile.handlebars->11->416",
6183
"default.handlebars->33->1087",
6184
+ "default.handlebars->33->1108",
6185
"ssh.handlebars->3->7",
6186
"ssh.handlebars->3->8"
6187
]
@@ -6201,7 +6203,7 @@
6203
"zh-chs": "认证软件",
6204
"zh-cht": "認證軟體",
6205
"xloc": [
6204
- "default.handlebars->33->2246"
6206
+ "default.handlebars->33->2256"
6207
]
6208
},
6209
{
@@ -6210,16 +6212,18 @@
6212
"fr": "Dispositif d'authentification",
6213
"ru": "Устройство аутентификации",
6214
"xloc": [
6213
- "default.handlebars->33->1271",
6214
- "default.handlebars->33->1273",
6215
- "default.handlebars->33->1277"
6215
+ "default.handlebars->33->1281",
6216
+ "default.handlebars->33->1283",
6217
+ "default.handlebars->33->1287"
6218
]
6219
},
6220
{
6221
"en": "Authentication Error",
6222
"xloc": [
6223
"default-mobile.handlebars->11->406",
6222
- "default.handlebars->33->1088"
6224
+ "default-mobile.handlebars->11->417",
6225
+ "default.handlebars->33->1089",
6226
+ "default.handlebars->33->1109"
6227
]
6228
},
6229
{
@@ -6243,8 +6247,8 @@
6247
"default-mobile.handlebars->11->64",
6248
"default-mobile.handlebars->11->95",
6249
"default-mobile.handlebars->11->97",
6246
- "default.handlebars->33->1267",
6247
- "default.handlebars->33->1269",
6250
+ "default.handlebars->33->1277",
6251
+ "default.handlebars->33->1279",
6252
"default.handlebars->33->143",
6253
"default.handlebars->33->148"
6254
]
@@ -6326,7 +6330,7 @@
6330
"zh-chs": "自动删除",
6331
"zh-cht": "自動刪除",
6332
"xloc": [
6329
- "default.handlebars->33->1602"
6333
+ "default.handlebars->33->1612"
6334
]
6335
},
6336
{
@@ -6370,7 +6374,7 @@
6374
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6375
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6376
"xloc": [
6373
- "default.handlebars->33->1976"
6377
+ "default.handlebars->33->1986"
6378
]
6379
},
6380
{
@@ -6410,7 +6414,7 @@
6414
"zh-chs": "可用內存",
6415
"zh-cht": "可用內存",
6416
"xloc": [
6413
- "default.handlebars->33->2434"
6417
+ "default.handlebars->33->2444"
6418
]
6419
},
6420
{
@@ -6430,7 +6434,7 @@
6434
"zh-chs": "阿塞拜疆文",
6435
"zh-cht": "阿塞拜疆文",
6436
"xloc": [
6433
- "default.handlebars->33->1311"
6437
+ "default.handlebars->33->1321"
6438
]
6439
},
6440
{
@@ -6440,9 +6444,9 @@
6444
"de": "SCHLECHT",
6445
"ru": "BAD",
6446
"xloc": [
6443
- "default-mobile.handlebars->11->453",
6444
- "default-mobile.handlebars->11->457",
6445
- "default-mobile.handlebars->11->461",
6447
+ "default-mobile.handlebars->11->462",
6448
+ "default-mobile.handlebars->11->466",
6449
+ "default-mobile.handlebars->11->470",
6450
"default.handlebars->33->695",
6451
"default.handlebars->33->699",
6452
"default.handlebars->33->703"
@@ -6465,8 +6469,8 @@
6469
"zh-chs": "的BIOS",
6470
"zh-cht": "的BIOS",
6471
"xloc": [
6468
- "default-mobile.handlebars->11->515",
6469
- "default.handlebars->33->1215"
6472
+ "default-mobile.handlebars->11->524",
6473
+ "default.handlebars->33->1225"
6474
]
6475
},
6476
{
@@ -6593,8 +6597,8 @@
6597
"zh-chs": "背景与互动",
6598
"zh-cht": "背景與互動",
6599
"xloc": [
6596
- "default.handlebars->33->1788",
6597
- "default.handlebars->33->1795",
6600
+ "default.handlebars->33->1798",
6601
+ "default.handlebars->33->1805",
6602
"default.handlebars->33->406",
6603
"default.handlebars->33->420"
6604
]
@@ -6616,8 +6620,8 @@
6620
"zh-chs": "仅背景",
6621
"zh-cht": "僅背景",
6622
"xloc": [
6619
- "default.handlebars->33->1789",
6620
- "default.handlebars->33->1796",
6623
+ "default.handlebars->33->1799",
6624
+ "default.handlebars->33->1806",
6625
"default.handlebars->33->407",
6626
"default.handlebars->33->421",
6627
"default.handlebars->33->437"
@@ -6661,7 +6665,7 @@
6665
"zh-chs": "备用码",
6666
"zh-cht": "備用碼",
6667
"xloc": [
6664
- "default.handlebars->33->2248"
6668
+ "default.handlebars->33->2258"
6669
]
6670
},
6671
{
@@ -6681,7 +6685,7 @@
6685
"zh-chs": "错误的签名",
6686
"zh-cht": "錯誤的簽名",
6687
"xloc": [
6684
- "default.handlebars->33->2416"
6688
+ "default.handlebars->33->2426"
6689
]
6690
},
6691
{
@@ -6701,7 +6705,7 @@
6705
"zh-chs": "错误的网络证书",
6706
"zh-cht": "錯誤的網絡憑證",
6707
"xloc": [
6704
- "default.handlebars->33->2415"
6708
+ "default.handlebars->33->2425"
6709
]
6710
},
6711
{
@@ -6721,7 +6725,7 @@
6725
"zh-chs": "巴斯克",
6726
"zh-cht": "巴斯克",
6727
"xloc": [
6724
- "default.handlebars->33->1312"
6728
+ "default.handlebars->33->1322"
6729
]
6730
},
6731
{
@@ -6781,7 +6785,7 @@
6785
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
6786
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6787
"xloc": [
6784
- "default.handlebars->33->1975"
6788
+ "default.handlebars->33->1985"
6789
]
6790
},
6791
{
@@ -6801,7 +6805,7 @@
6805
"zh-chs": "白俄罗斯文",
6806
"zh-cht": "白俄羅斯文",
6807
"xloc": [
6804
- "default.handlebars->33->1314"
6808
+ "default.handlebars->33->1324"
6809
]
6810
},
6811
{
@@ -6821,7 +6825,7 @@
6825
"zh-chs": "孟加拉",
6826
"zh-cht": "孟加拉",
6827
"xloc": [
6824
- "default.handlebars->33->1315"
6828
+ "default.handlebars->33->1325"
6829
]
6830
},
6831
{
@@ -6853,8 +6857,8 @@
6857
"fr": "Chargeur de démarrage",
6858
"ru": "Загрузчик",
6859
"xloc": [
6856
- "default-mobile.handlebars->11->479",
6857
- "default.handlebars->33->1169"
6860
+ "default-mobile.handlebars->11->488",
6861
+ "default.handlebars->33->1179"
6862
]
6863
},
6864
{
@@ -6874,7 +6878,7 @@
6878
"zh-chs": "波斯尼亚文",
6879
"zh-cht": "波斯尼亞文",
6880
"xloc": [
6877
- "default.handlebars->33->1316"
6881
+ "default.handlebars->33->1326"
6882
]
6883
},
6884
{
@@ -6894,7 +6898,7 @@
6898
"zh-chs": "布列塔尼",
6899
"zh-cht": "布列塔尼",
6900
"xloc": [
6897
- "default.handlebars->33->1317"
6901
+ "default.handlebars->33->1327"
6902
]
6903
},
6904
{
@@ -6914,7 +6918,7 @@
6918
"zh-chs": "广播",
6919
"zh-cht": "廣播",
6920
"xloc": [
6917
- "default.handlebars->33->2162",
6921
+ "default.handlebars->33->2172",
6922
"default.handlebars->container->column_l->p4->3->1->0->3->1"
6923
]
6924
},
@@ -6935,7 +6939,7 @@
6939
"zh-chs": "广播消息",
6940
"zh-cht": "廣播消息",
6941
"xloc": [
6938
- "default.handlebars->33->2083"
6942
+ "default.handlebars->33->2093"
6943
]
6944
},
6945
{
@@ -6955,7 +6959,7 @@
6959
"zh-chs": "向所有连接的用户广播消息。",
6960
"zh-cht": "向所有連接的用戶廣播消息。",
6961
"xloc": [
6958
- "default.handlebars->33->2078"
6962
+ "default.handlebars->33->2088"
6963
]
6964
},
6965
{
@@ -6986,7 +6990,7 @@
6990
"zh-chs": "保加利亚文",
6991
"zh-cht": "保加利亞文",
6992
"xloc": [
6989
- "default.handlebars->33->1313"
6993
+ "default.handlebars->33->1323"
6994
]
6995
},
6996
{
@@ -7006,7 +7010,7 @@
7010
"zh-chs": "缅甸文",
7011
"zh-cht": "緬甸文",
7012
"xloc": [
7009
- "default.handlebars->33->1318"
7013
+ "default.handlebars->33->1328"
7014
]
7015
},
7016
{
@@ -7047,7 +7051,7 @@
7051
"zh-chs": "CCM模式",
7052
"zh-cht": "CCM模式",
7053
"xloc": [
7050
- "default.handlebars->33->1664"
7054
+ "default.handlebars->33->1674"
7055
]
7056
},
7057
{
@@ -7068,7 +7072,7 @@
7072
"zh-cht": "CIRA",
7073
"xloc": [
7074
"default-mobile.handlebars->11->236",
7071
- "default.handlebars->33->2441",
7075
+ "default.handlebars->33->2451",
7076
"default.handlebars->33->294",
7077
"default.handlebars->33->505"
7078
]
@@ -7090,7 +7094,7 @@
7094
"zh-chs": "CIRA服务器",
7095
"zh-cht": "CIRA伺服器",
7096
"xloc": [
7093
- "default.handlebars->33->2486"
7097
+ "default.handlebars->33->2496"
7098
]
7099
},
7100
{
@@ -7110,7 +7114,7 @@
7114
"zh-chs": "CIRA服务器命令",
7115
"zh-cht": "CIRA伺服器指令",
7116
"xloc": [
7113
- "default.handlebars->33->2487"
7117
+ "default.handlebars->33->2497"
7118
]
7119
},
7120
{
@@ -7130,7 +7134,7 @@
7134
"zh-chs": "CIRA设置",
7135
"zh-cht": "CIRA設置",
7136
"xloc": [
7133
- "default.handlebars->33->1672"
7137
+ "default.handlebars->33->1682"
7138
]
7139
},
7140
{
@@ -7150,8 +7154,8 @@
7154
"zh-chs": "CPU",
7155
"zh-cht": "CPU",
7156
"xloc": [
7153
- "default-mobile.handlebars->11->521",
7154
- "default.handlebars->33->1221"
7157
+ "default-mobile.handlebars->11->530",
7158
+ "default.handlebars->33->1231"
7159
]
7160
},
7161
{
@@ -7171,7 +7175,7 @@
7175
"zh-chs": "CPU负载",
7176
"zh-cht": "CPU負載",
7177
"xloc": [
7174
- "default.handlebars->33->2430"
7178
+ "default.handlebars->33->2440"
7179
]
7180
},
7181
{
@@ -7191,7 +7195,7 @@
7195
"zh-chs": "最近15分钟的CPU负载",
7196
"zh-cht": "最近15分鐘的CPU負載",
7197
"xloc": [
7194
- "default.handlebars->33->2433"
7198
+ "default.handlebars->33->2443"
7199
]
7200
},
7201
{
@@ -7211,7 +7215,7 @@
7215
"zh-chs": "最近5分钟的CPU负载",
7216
"zh-cht": "最近5分鐘的CPU負載",
7217
"xloc": [
7214
- "default.handlebars->33->2432"
7218
+ "default.handlebars->33->2442"
7219
]
7220
},
7221
{
@@ -7231,7 +7235,7 @@
7235
"zh-chs": "最近一分钟的CPU负载",
7236
"zh-cht": "最近一分鐘的CPU負載",
7237
"xloc": [
7234
- "default.handlebars->33->2431"
7238
+ "default.handlebars->33->2441"
7239
]
7240
},
7241
{
@@ -7252,7 +7256,7 @@
7256
"zh-cht": "CR+LF",
7257
"xloc": [
7258
"default.handlebars->33->1081",
7255
- "default.handlebars->33->1097",
7259
+ "default.handlebars->33->1098",
7260
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
7261
"sharing.handlebars->11->25",
7262
"sharing.handlebars->11->39",
@@ -7276,7 +7280,7 @@
7280
"zh-chs": "CSV",
7281
"zh-cht": "CSV",
7282
"xloc": [
7279
- "default.handlebars->33->2001"
7283
+ "default.handlebars->33->2011"
7284
]
7285
},
7286
{
@@ -7296,8 +7300,8 @@
7300
"zh-chs": "CSV格式",
7301
"zh-cht": "CSV格式",
7302
"xloc": [
7299
- "default.handlebars->33->2005",
7300
- "default.handlebars->33->2070",
7303
+ "default.handlebars->33->2015",
7304
+ "default.handlebars->33->2080",
7305
"default.handlebars->33->571"
7306
]
7307
},
@@ -7335,7 +7339,7 @@
7339
"zh-chs": "呼叫错误",
7340
"zh-cht": "呼叫錯誤",
7341
"xloc": [
7338
- "default.handlebars->33->2503"
7342
+ "default.handlebars->33->2513"
7343
]
7344
},
7345
{
@@ -7358,8 +7362,8 @@
7362
"agent-translations.json",
7363
"default-mobile.handlebars->11->106",
7364
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
7361
- "default.handlebars->33->1579",
7362
- "default.handlebars->33->2492",
7365
+ "default.handlebars->33->1589",
7366
+ "default.handlebars->33->2502",
7367
"default.handlebars->container->dialog->idx_dlgButtonBar",
7368
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
7369
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -7387,12 +7391,12 @@
7391
"zh-chs": "容量",
7392
"zh-cht": "容量",
7393
"xloc": [
7390
- "default-mobile.handlebars->11->526",
7391
- "default-mobile.handlebars->11->531",
7392
- "default-mobile.handlebars->11->533",
7393
- "default.handlebars->33->1226",
7394
- "default.handlebars->33->1231",
7395
- "default.handlebars->33->1233"
7394
+ "default-mobile.handlebars->11->535",
7395
+ "default-mobile.handlebars->11->540",
7396
+ "default-mobile.handlebars->11->542",
7397
+ "default.handlebars->33->1236",
7398
+ "default.handlebars->33->1241",
7399
+ "default.handlebars->33->1243"
7400
]
7401
},
7402
{
@@ -7412,8 +7416,8 @@
7416
"zh-chs": "容量/速度",
7417
"zh-cht": "容量/速度",
7418
"xloc": [
7415
- "default-mobile.handlebars->11->524",
7416
- "default.handlebars->33->1224"
7419
+ "default-mobile.handlebars->11->533",
7420
+ "default.handlebars->33->1234"
7421
]
7422
},
7423
{
@@ -7433,7 +7437,7 @@
7437
"zh-chs": "加泰罗尼亚文",
7438
"zh-cht": "加泰羅尼亞文",
7439
"xloc": [
7436
- "default.handlebars->33->1319"
7440
+ "default.handlebars->33->1329"
7441
]
7442
},
7443
{
@@ -7484,7 +7488,7 @@
7488
"zh-chs": "查莫罗",
7489
"zh-cht": "查莫羅",
7490
"xloc": [
7487
- "default.handlebars->33->1320"
7491
+ "default.handlebars->33->1330"
7492
]
7493
},
7494
{
@@ -7526,7 +7530,7 @@
7530
"zh-chs": "更改{0}的电邮",
7531
"zh-cht": "更改{0}的電郵",
7532
"xloc": [
7529
- "default.handlebars->33->2280"
7533
+ "default.handlebars->33->2290"
7534
]
7535
},
7536
{
@@ -7569,8 +7573,8 @@
7573
"zh-cht": "更改密碼",
7574
"xloc": [
7575
"default-mobile.handlebars->11->114",
7572
- "default.handlebars->33->1535",
7573
- "default.handlebars->33->2265"
7576
+ "default.handlebars->33->1545",
7577
+ "default.handlebars->33->2275"
7578
]
7579
},
7580
{
@@ -7590,7 +7594,7 @@
7594
"zh-chs": "更改{0}的密码",
7595
"zh-cht": "更改{0}的密碼",
7596
"xloc": [
7593
- "default.handlebars->33->2289"
7597
+ "default.handlebars->33->2299"
7598
]
7599
},
7600
{
@@ -7610,7 +7614,7 @@
7614
"zh-chs": "更改{0}的真实名称",
7615
"zh-cht": "更改{0}的真實名稱",
7616
"xloc": [
7613
- "default.handlebars->33->2275"
7617
+ "default.handlebars->33->2285"
7618
]
7619
},
7620
{
@@ -7703,7 +7707,7 @@
7707
"zh-chs": "更改该用户的密码",
7708
"zh-cht": "更改該用戶的密碼",
7709
"xloc": [
7706
- "default.handlebars->33->2264"
7710
+ "default.handlebars->33->2274"
7711
]
7712
},
7713
{
@@ -7743,7 +7747,7 @@
7747
"zh-chs": "在此处更改您的帐户电邮地址。",
7748
"zh-cht": "在此處更改你的帳戶電郵地址。",
7749
"xloc": [
7746
- "default.handlebars->33->1522"
7750
+ "default.handlebars->33->1532"
7751
]
7752
},
7753
{
@@ -7763,7 +7767,7 @@
7767
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7768
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7769
"xloc": [
7766
- "default.handlebars->33->1528"
7770
+ "default.handlebars->33->1538"
7771
]
7772
},
7773
{
@@ -7783,7 +7787,7 @@
7787
"zh-chs": "更改帐户凭据",
7788
"zh-cht": "帳戶憑證已更改",
7789
"xloc": [
7786
- "default.handlebars->33->1947"
7790
+ "default.handlebars->33->1957"
7791
]
7792
},
7793
{
@@ -7803,7 +7807,7 @@
7807
"zh-chs": "{1}组中的设备{0}已更改:{2}",
7808
"zh-cht": "{1}組中的設備{0}已更改:{2}",
7809
"xloc": [
7806
- "default.handlebars->33->1931"
7810
+ "default.handlebars->33->1941"
7811
]
7812
},
7813
{
@@ -7823,7 +7827,7 @@
7827
"zh-chs": "语言从{1}更改为{2}",
7828
"zh-cht": "語言從{1}更改為{2}",
7829
"xloc": [
7826
- "default.handlebars->33->1875"
7830
+ "default.handlebars->33->1885"
7831
]
7832
},
7833
{
@@ -7843,8 +7847,8 @@
7847
"zh-chs": "已更改{0}的用户设备权限",
7848
"zh-cht": "已更改{0}的用戶設備權限",
7849
"xloc": [
7846
- "default.handlebars->33->1933",
7847
- "default.handlebars->33->1954"
7850
+ "default.handlebars->33->1943",
7851
+ "default.handlebars->33->1964"
7852
]
7853
},
7854
{
@@ -7864,7 +7868,7 @@
7868
"zh-chs": "更改语言将需要刷新页面。",
7869
"zh-cht": "更改語言將需要刷新頁面。",
7870
"xloc": [
7867
- "default.handlebars->33->1487"
7871
+ "default.handlebars->33->1497"
7872
]
7873
},
7874
{
@@ -7884,9 +7888,9 @@
7888
"zh-chs": "聊天",
7889
"zh-cht": "聊天",
7890
"xloc": [
7887
- "default.handlebars->33->2022",
7888
- "default.handlebars->33->2260",
7889
- "default.handlebars->33->2261",
7891
+ "default.handlebars->33->2032",
7892
+ "default.handlebars->33->2270",
7893
+ "default.handlebars->33->2271",
7894
"default.handlebars->33->747",
7895
"default.handlebars->33->826",
7896
"default.handlebars->33->848"
@@ -7909,10 +7913,10 @@
7913
"zh-chs": "聊天并通知",
7914
"zh-cht": "聊天並通知",
7915
"xloc": [
7912
- "default-mobile.handlebars->11->593",
7913
- "default-mobile.handlebars->11->613",
7914
- "default.handlebars->33->1734",
7915
- "default.handlebars->33->1770"
7916
+ "default-mobile.handlebars->11->602",
7917
+ "default-mobile.handlebars->11->622",
7918
+ "default.handlebars->33->1744",
7919
+ "default.handlebars->33->1780"
7920
]
7921
},
7922
{
@@ -7922,8 +7926,8 @@
7926
"de": "Chat Anfrage, Drücke hier zum annehmen.",
7927
"ru": "Запрос чата, Нажмите здесь, чтобы принять.",
7928
"xloc": [
7925
- "default-mobile.handlebars->11->645",
7926
- "default.handlebars->33->2385"
7929
+ "default-mobile.handlebars->11->654",
7930
+ "default.handlebars->33->2395"
7931
]
7932
},
7933
{
@@ -7963,7 +7967,7 @@
7967
"zh-chs": "车臣",
7968
"zh-cht": "車臣",
7969
"xloc": [
7966
- "default.handlebars->33->1321"
7970
+ "default.handlebars->33->1331"
7971
]
7972
},
7973
{
@@ -8063,8 +8067,8 @@
8067
"zh-chs": "检查...",
8068
"zh-cht": "檢查...",
8069
"xloc": [
8066
- "default.handlebars->33->1287",
8067
- "default.handlebars->33->2497"
8070
+ "default.handlebars->33->1297",
8071
+ "default.handlebars->33->2507"
8072
]
8073
},
8074
{
@@ -8084,7 +8088,7 @@
8088
"zh-chs": "中文",
8089
"zh-cht": "中文",
8090
"xloc": [
8087
- "default.handlebars->33->1322"
8091
+ "default.handlebars->33->1332"
8092
]
8093
},
8094
{
@@ -8104,7 +8108,7 @@
8108
"zh-chs": "中文(香港)",
8109
"zh-cht": "中文(香港)",
8110
"xloc": [
8107
- "default.handlebars->33->1323"
8111
+ "default.handlebars->33->1333"
8112
]
8113
},
8114
{
@@ -8124,7 +8128,7 @@
8128
"zh-chs": "中文(中国)",
8129
"zh-cht": "中文(中國)",
8130
"xloc": [
8127
- "default.handlebars->33->1324"
8131
+ "default.handlebars->33->1334"
8132
]
8133
},
8134
{
@@ -8144,7 +8148,7 @@
8148
"zh-chs": "简体中文",
8149
"zh-cht": "簡體中文",
8150
"xloc": [
8147
- "default.handlebars->33->1484"
8151
+ "default.handlebars->33->1494"
8152
]
8153
},
8154
{
@@ -8164,7 +8168,7 @@
8168
"zh-chs": "中文(新加坡)",
8169
"zh-cht": "中文(新加坡)",
8170
"xloc": [
8167
- "default.handlebars->33->1325"
8171
+ "default.handlebars->33->1335"
8172
]
8173
},
8174
{
@@ -8184,7 +8188,7 @@
8188
"zh-chs": "中文(台湾)",
8189
"zh-cht": "中文(台灣)",
8190
"xloc": [
8187
- "default.handlebars->33->1326"
8191
+ "default.handlebars->33->1336"
8192
]
8193
},
8194
{
@@ -8204,7 +8208,7 @@
8208
"zh-chs": "繁体中文",
8209
"zh-cht": "繁體中文",
8210
"xloc": [
8207
- "default.handlebars->33->1485"
8211
+ "default.handlebars->33->1495"
8212
]
8213
},
8214
{
@@ -8245,7 +8249,7 @@
8249
"zh-chs": "楚瓦什",
8250
"zh-cht": "楚瓦什",
8251
"xloc": [
8248
- "default.handlebars->33->1327"
8252
+ "default.handlebars->33->1337"
8253
]
8254
},
8255
{
@@ -8283,17 +8287,17 @@
8287
"zh-cht": "清除",
8288
"xloc": [
8289
"default-mobile.handlebars->11->156",
8286
- "default-mobile.handlebars->11->433",
8287
- "default-mobile.handlebars->11->435",
8288
- "default-mobile.handlebars->11->437",
8289
- "default-mobile.handlebars->11->439",
8290
+ "default-mobile.handlebars->11->442",
8291
+ "default-mobile.handlebars->11->444",
8292
+ "default-mobile.handlebars->11->446",
8293
+ "default-mobile.handlebars->11->448",
8294
"default-mobile.handlebars->11->71",
8295
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8292
- "default.handlebars->33->1133",
8293
- "default.handlebars->33->1135",
8294
- "default.handlebars->33->1137",
8295
- "default.handlebars->33->1139",
8296
- "default.handlebars->33->1869",
8296
+ "default.handlebars->33->1143",
8297
+ "default.handlebars->33->1145",
8298
+ "default.handlebars->33->1147",
8299
+ "default.handlebars->33->1149",
8300
+ "default.handlebars->33->1879",
8301
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8302
"default.handlebars->container->column_l->p41->3->1",
8303
"messenger.handlebars->xbottom->1->1->0->5",
@@ -8369,8 +8373,8 @@
8373
"zh-chs": "全部清除",
8374
"zh-cht": "全部清除",
8375
"xloc": [
8372
- "default-mobile.handlebars->11->628",
8373
- "default.handlebars->33->2368"
8376
+ "default-mobile.handlebars->11->637",
8377
+ "default.handlebars->33->2378"
8378
]
8379
},
8380
{
@@ -8411,8 +8415,8 @@
8415
"zh-chs": "清除核心",
8416
"zh-cht": "清除核心",
8417
"xloc": [
8414
- "default-mobile.handlebars->11->547",
8415
- "default.handlebars->33->1248"
8418
+ "default-mobile.handlebars->11->556",
8419
+ "default.handlebars->33->1258"
8420
]
8421
},
8422
{
@@ -8452,8 +8456,8 @@
8456
"zh-chs": "清除此通知",
8457
"zh-cht": "清除此通知",
8458
"xloc": [
8455
- "default-mobile.handlebars->11->627",
8456
- "default.handlebars->33->2367"
8459
+ "default-mobile.handlebars->11->636",
8460
+ "default.handlebars->33->2377"
8461
]
8462
},
8463
{
@@ -8513,8 +8517,8 @@
8517
"zh-chs": "单击此处编辑设备组名称",
8518
"zh-cht": "單擊此處編輯裝置群名稱",
8519
"xloc": [
8516
- "default.handlebars->33->1590",
8517
- "default.handlebars->33->1814"
8520
+ "default.handlebars->33->1600",
8521
+ "default.handlebars->33->1824"
8522
]
8523
},
8524
{
@@ -8554,7 +8558,7 @@
8558
"zh-chs": "单击此处编辑用户组名称",
8559
"zh-cht": "單擊此處編輯用戶群名稱",
8560
"xloc": [
8557
- "default.handlebars->33->2139"
8561
+ "default.handlebars->33->2149"
8562
]
8563
},
8564
{
@@ -8627,7 +8631,7 @@
8631
"zh-cht": "單擊確定將驗證電郵發送到:",
8632
"xloc": [
8633
"default-mobile.handlebars->11->99",
8630
- "default.handlebars->33->1519"
8634
+ "default.handlebars->33->1529"
8635
]
8636
},
8637
{
@@ -8688,8 +8692,8 @@
8692
"zh-chs": "客户端控制模式(CCM)",
8693
"zh-cht": "客戶端控制模式(CCM)",
8694
"xloc": [
8691
- "default-mobile.handlebars->11->502",
8692
- "default.handlebars->33->1202"
8695
+ "default-mobile.handlebars->11->511",
8696
+ "default.handlebars->33->1212"
8697
]
8698
},
8699
{
@@ -8709,7 +8713,7 @@
8713
"zh-chs": "客户编号",
8714
"zh-cht": "客戶編號",
8715
"xloc": [
8712
- "default.handlebars->33->1572"
8716
+ "default.handlebars->33->1582"
8717
]
8718
},
8719
{
@@ -8729,7 +8733,7 @@
8733
"zh-chs": "客户端启动的远程访问",
8734
"zh-cht": "客戶端啟動的遠程訪問",
8735
"xloc": [
8732
- "default.handlebars->33->1671"
8736
+ "default.handlebars->33->1681"
8737
]
8738
},
8739
{
@@ -8749,7 +8753,7 @@
8753
"zh-chs": "客户机密",
8754
"zh-cht": "客戶機密",
8755
"xloc": [
8752
- "default.handlebars->33->1573"
8756
+ "default.handlebars->33->1583"
8757
]
8758
},
8759
{
@@ -8792,10 +8796,10 @@
8796
"xloc": [
8797
"default-mobile.handlebars->11->69",
8798
"default.handlebars->33->1069",
8795
- "default.handlebars->33->1110",
8799
+ "default.handlebars->33->1119",
8800
"default.handlebars->33->155",
8801
"default.handlebars->33->163",
8798
- "default.handlebars->33->2491",
8802
+ "default.handlebars->33->2501",
8803
"sharing.handlebars->11->52"
8804
]
8805
},
@@ -8816,7 +8820,7 @@
8820
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
8821
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
8822
"xloc": [
8819
- "default.handlebars->33->1880"
8823
+ "default.handlebars->33->1890"
8824
]
8825
},
8826
{
@@ -8940,8 +8944,8 @@
8944
"zh-chs": "指令",
8945
"zh-cht": "指令",
8946
"xloc": [
8943
- "default-mobile.handlebars->11->615",
8944
- "default.handlebars->33->1772",
8947
+ "default-mobile.handlebars->11->624",
8948
+ "default.handlebars->33->1782",
8949
"default.handlebars->33->828",
8950
"default.handlebars->33->850"
8951
]
@@ -8963,8 +8967,8 @@
8967
"zh-chs": "通用设备组",
8968
"zh-cht": "通用裝置群",
8969
"xloc": [
8966
- "default.handlebars->33->2170",
8967
- "default.handlebars->33->2294"
8970
+ "default.handlebars->33->2180",
8971
+ "default.handlebars->33->2304"
8972
]
8973
},
8974
{
@@ -8984,8 +8988,8 @@
8988
"zh-chs": "通用设备",
8989
"zh-cht": "通用裝置",
8990
"xloc": [
8987
- "default.handlebars->33->2176",
8988
- "default.handlebars->33->2306"
8991
+ "default.handlebars->33->2186",
8992
+ "default.handlebars->33->2316"
8993
]
8994
},
8995
{
@@ -8996,8 +9000,8 @@
9000
"es": "Fecha de compilación",
9001
"ru": "Время компиляции",
9002
"xloc": [
8999
- "default-mobile.handlebars->11->475",
9000
- "default.handlebars->33->1165"
9003
+ "default-mobile.handlebars->11->484",
9004
+ "default.handlebars->33->1175"
9005
]
9006
},
9007
{
@@ -9017,7 +9021,7 @@
9021
"zh-chs": "压缩档案...",
9022
"zh-cht": "壓縮檔案...",
9023
"xloc": [
9020
- "default.handlebars->33->1105",
9024
+ "default.handlebars->33->1114",
9025
"sharing.handlebars->11->47"
9026
]
9027
},
@@ -9039,12 +9043,12 @@
9043
"zh-cht": "確認",
9044
"xloc": [
9045
"default-mobile.handlebars->11->351",
9042
- "default-mobile.handlebars->11->569",
9043
- "default.handlebars->33->1682",
9044
- "default.handlebars->33->2050",
9045
- "default.handlebars->33->2129",
9046
- "default.handlebars->33->2190",
9047
- "default.handlebars->33->2292",
9046
+ "default-mobile.handlebars->11->578",
9047
+ "default.handlebars->33->1692",
9048
+ "default.handlebars->33->2060",
9049
+ "default.handlebars->33->2139",
9050
+ "default.handlebars->33->2200",
9051
+ "default.handlebars->33->2302",
9052
"default.handlebars->33->535",
9053
"default.handlebars->33->953",
9054
"default.handlebars->33->962"
@@ -9067,8 +9071,8 @@
9071
"zh-chs": "确认将1个副本复制到此位置?",
9072
"zh-cht": "確認將1個副本複製到此位置?",
9073
"xloc": [
9070
- "default-mobile.handlebars->11->428",
9071
- "default.handlebars->33->1128",
9074
+ "default-mobile.handlebars->11->437",
9075
+ "default.handlebars->33->1138",
9076
"sharing.handlebars->11->70"
9077
]
9078
},
@@ -9089,7 +9093,7 @@
9093
"zh-chs": "确认{0}个条目的复制到此位置?",
9094
"zh-cht": "確認{0}個條目的複製到此位置?",
9095
"xloc": [
9092
- "default.handlebars->33->1127",
9096
+ "default.handlebars->33->1137",
9097
"sharing.handlebars->11->69"
9098
]
9099
},
@@ -9110,7 +9114,7 @@
9114
"zh-chs": "确认{0}个条目的副本到此位置?",
9115
"zh-cht": "確認{0}個條目的副本到此位置?",
9116
"xloc": [
9113
- "default-mobile.handlebars->11->427"
9117
+ "default-mobile.handlebars->11->436"
9118
]
9119
},
9120
{
@@ -9130,7 +9134,7 @@
9134
"zh-chs": "确认删除选定的帐户?",
9135
"zh-cht": "確認刪除所選帳戶?",
9136
"xloc": [
9133
- "default.handlebars->33->2049"
9137
+ "default.handlebars->33->2059"
9138
]
9139
},
9140
{
@@ -9170,7 +9174,7 @@
9174
"zh-chs": "确认删除选定的用户组?",
9175
"zh-cht": "確認刪除所選用戶群?",
9176
"xloc": [
9173
- "default.handlebars->33->2128"
9177
+ "default.handlebars->33->2138"
9178
]
9179
},
9180
{
@@ -9190,7 +9194,7 @@
9194
"zh-chs": "确认删除用户{0}?",
9195
"zh-cht": "確認刪除用戶{0}?",
9196
"xloc": [
9193
- "default.handlebars->33->2291"
9197
+ "default.handlebars->33->2301"
9198
]
9199
},
9200
{
@@ -9210,7 +9214,7 @@
9214
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
9215
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
9216
"xloc": [
9213
- "default.handlebars->33->2193"
9217
+ "default.handlebars->33->2203"
9218
]
9219
},
9220
{
@@ -9230,7 +9234,7 @@
9234
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
9235
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
9236
"xloc": [
9233
- "default.handlebars->33->2323"
9237
+ "default.handlebars->33->2333"
9238
]
9239
},
9240
{
@@ -9250,8 +9254,8 @@
9254
"zh-chs": "确认将1个条目移动到此位置?",
9255
"zh-cht": "確認將1個條目移動到此位置?",
9256
"xloc": [
9253
- "default-mobile.handlebars->11->430",
9254
- "default.handlebars->33->1130",
9257
+ "default-mobile.handlebars->11->439",
9258
+ "default.handlebars->33->1140",
9259
"sharing.handlebars->11->72"
9260
]
9261
},
@@ -9272,7 +9276,7 @@
9276
"zh-chs": "确认将{0}个条目移到此位置?",
9277
"zh-cht": "確認將{0}個條目移到該位置?",
9278
"xloc": [
9275
- "default.handlebars->33->1129",
9279
+ "default.handlebars->33->1139",
9280
"sharing.handlebars->11->71"
9281
]
9282
},
@@ -9293,7 +9297,7 @@
9297
"zh-chs": "确认将{0}个条目移到该位置?",
9298
"zh-cht": "確認將{0}個條目移到該位置?",
9299
"xloc": [
9296
- "default-mobile.handlebars->11->429"
9300
+ "default-mobile.handlebars->11->438"
9301
]
9302
},
9303
{
@@ -9313,7 +9317,7 @@
9317
"zh-chs": "确认覆盖?",
9318
"zh-cht": "確認覆蓋?",
9319
"xloc": [
9316
- "default.handlebars->33->1863"
9320
+ "default.handlebars->33->1873"
9321
]
9322
},
9323
{
@@ -9333,8 +9337,8 @@
9337
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
9338
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9339
"xloc": [
9336
- "default.handlebars->33->2183",
9337
- "default.handlebars->33->2314"
9340
+ "default.handlebars->33->2193",
9341
+ "default.handlebars->33->2324"
9342
]
9343
},
9344
{
@@ -9354,8 +9358,8 @@
9358
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9359
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9360
"xloc": [
9357
- "default.handlebars->33->2185",
9358
- "default.handlebars->33->2327"
9361
+ "default.handlebars->33->2195",
9362
+ "default.handlebars->33->2337"
9363
]
9364
},
9365
{
@@ -9375,7 +9379,7 @@
9379
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
9380
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9381
"xloc": [
9378
- "default.handlebars->33->2316"
9382
+ "default.handlebars->33->2326"
9383
]
9384
},
9385
{
@@ -9395,7 +9399,7 @@
9399
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9400
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9401
"xloc": [
9398
- "default.handlebars->33->2319"
9402
+ "default.handlebars->33->2329"
9403
]
9404
},
9405
{
@@ -9415,8 +9419,8 @@
9419
"zh-chs": "确认删除访问权限?",
9420
"zh-cht": "確認刪除訪問權限?",
9421
"xloc": [
9418
- "default.handlebars->33->2317",
9419
- "default.handlebars->33->2320"
9422
+ "default.handlebars->33->2327",
9423
+ "default.handlebars->33->2330"
9424
]
9425
},
9426
{
@@ -9437,7 +9441,7 @@
9441
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
9442
"xloc": [
9443
"default-mobile.handlebars->11->98",
9440
- "default.handlebars->33->1270"
9444
+ "default.handlebars->33->1280"
9445
]
9446
},
9447
{
@@ -9474,7 +9478,7 @@
9478
"zh-chs": "确认删除设备共享“{0}”?",
9479
"zh-cht": "確認刪除設備共享“{0}”?",
9480
"xloc": [
9477
- "default.handlebars->33->2312"
9481
+ "default.handlebars->33->2322"
9482
]
9483
},
9484
{
@@ -9516,7 +9520,7 @@
9520
"nl": "Verwijderen van push-authenticatieapparaat bevestigen?",
9521
"fr": "Supprimer le dispositif d'authentification (push) ?",
9522
"xloc": [
9519
- "default.handlebars->33->1272"
9523
+ "default.handlebars->33->1282"
9524
]
9525
},
9526
{
@@ -9536,7 +9540,7 @@
9540
"zh-chs": "确认删除用户“ {0} ”的权限?",
9541
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
9542
"xloc": [
9539
- "default.handlebars->33->1781"
9543
+ "default.handlebars->33->1791"
9544
]
9545
},
9546
{
@@ -9556,7 +9560,7 @@
9560
"zh-chs": "确认删除用户组“ {0} ”的权限?",
9561
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9562
"xloc": [
9559
- "default.handlebars->33->1783"
9563
+ "default.handlebars->33->1793"
9564
]
9565
},
9566
{
@@ -9565,7 +9569,7 @@
9569
"fr": "Supprimer ce jeton de connexion ?",
9570
"ru": "Подтвердить удаление этого токена входа?",
9571
"xloc": [
9568
- "default.handlebars->33->1565"
9572
+ "default.handlebars->33->1575"
9573
]
9574
},
9575
{
@@ -9602,7 +9606,7 @@
9606
"zh-chs": "确认删除用户{0}?",
9607
"zh-cht": "確認刪除用戶{0}?",
9608
"xloc": [
9605
- "default-mobile.handlebars->11->624"
9609
+ "default-mobile.handlebars->11->633"
9610
]
9611
},
9612
{
@@ -9623,7 +9627,7 @@
9627
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9628
"xloc": [
9629
"default-mobile.handlebars->11->151",
9626
- "default.handlebars->33->1864"
9630
+ "default.handlebars->33->1874"
9631
]
9632
},
9633
{
@@ -9648,8 +9652,8 @@
9652
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9653
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9654
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
9651
- "default.handlebars->33->1100",
9652
- "default.handlebars->33->1619",
9655
+ "default.handlebars->33->1101",
9656
+ "default.handlebars->33->1629",
9657
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9658
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9659
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9700,7 +9704,7 @@
9704
"zh-chs": "连接到服务器",
9705
"zh-cht": "連接到伺服器",
9706
"xloc": [
9703
- "default.handlebars->33->1675"
9707
+ "default.handlebars->33->1685"
9708
]
9709
},
9710
{
@@ -9822,7 +9826,7 @@
9826
"zh-chs": "已连接的英特尔®AMT",
9827
"zh-cht": "已連接的Intel® AMT",
9828
"xloc": [
9825
- "default.handlebars->33->2421"
9829
+ "default.handlebars->33->2431"
9830
]
9831
},
9832
{
@@ -9842,7 +9846,7 @@
9846
"zh-chs": "已连接的用户",
9847
"zh-cht": "已连接的用户",
9848
"xloc": [
9845
- "default.handlebars->33->2426"
9849
+ "default.handlebars->33->2436"
9850
]
9851
},
9852
{
@@ -9862,8 +9866,8 @@
9866
"zh-chs": "现在已连接",
9867
"zh-cht": "現在已連接",
9868
"xloc": [
9865
- "default-mobile.handlebars->11->470",
9866
- "default.handlebars->33->1160"
9869
+ "default-mobile.handlebars->11->479",
9870
+ "default.handlebars->33->1170"
9871
]
9872
},
9873
{
@@ -9904,9 +9908,9 @@
9908
"zh-cht": "正在連線...",
9909
"xloc": [
9910
"default-mobile.handlebars->11->2",
9907
- "default-mobile.handlebars->11->446",
9911
+ "default-mobile.handlebars->11->455",
9912
"default-mobile.handlebars->11->48",
9909
- "default.handlebars->33->1151",
9913
+ "default.handlebars->33->1161",
9914
"default.handlebars->33->282",
9915
"default.handlebars->33->285",
9916
"default.handlebars->33->332",
@@ -9934,7 +9938,7 @@
9938
"zh-chs": "连接数量",
9939
"zh-cht": "連接數量",
9940
"xloc": [
9937
- "default.handlebars->33->2452"
9941
+ "default.handlebars->33->2462"
9942
]
9943
},
9944
{
@@ -9943,6 +9947,9 @@
9947
"fr": "Erreur de connexion",
9948
"ru": "Ошибка соединения",
9949
"xloc": [
9950
+ "default-mobile.handlebars->11->418",
9951
+ "default.handlebars->33->1088",
9952
+ "default.handlebars->33->1110",
9953
"login2.handlebars->7->32"
9954
]
9955
},
@@ -9963,7 +9970,7 @@
9970
"zh-chs": "连接转发器",
9971
"zh-cht": "連接轉發器",
9972
"xloc": [
9966
- "default.handlebars->33->2485"
9973
+ "default.handlebars->33->2495"
9974
]
9975
},
9976
{
@@ -10024,7 +10031,7 @@
10031
"zh-cht": "連接性",
10032
"xloc": [
10033
"default-mobile.handlebars->11->293",
10027
- "default.handlebars->33->1821",
10034
+ "default.handlebars->33->1831",
10035
"default.handlebars->33->273",
10036
"default.handlebars->33->731",
10037
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -10114,7 +10121,7 @@
10121
"zh-chs": "Cookie编码器",
10122
"zh-cht": "Cookie編碼器",
10123
"xloc": [
10117
- "default.handlebars->33->2469"
10124
+ "default.handlebars->33->2479"
10125
]
10126
},
10127
{
@@ -10281,8 +10288,8 @@
10288
"zh-chs": "复制连结到剪贴板",
10289
"zh-cht": "複製連結到剪貼板",
10290
"xloc": [
10284
- "default.handlebars->33->1832",
10285
- "default.handlebars->33->1851",
10291
+ "default.handlebars->33->1842",
10292
+ "default.handlebars->33->1861",
10293
"default.handlebars->33->223",
10294
"default.handlebars->33->245",
10295
"default.handlebars->33->247",
@@ -10389,7 +10396,7 @@
10396
"zh-chs": "复制:“{0}”到“{1}”",
10397
"zh-cht": "複製:“{0}”到“{1}”",
10398
"xloc": [
10392
- "default.handlebars->33->1923"
10399
+ "default.handlebars->33->1933"
10400
]
10401
},
10402
{
@@ -10535,7 +10542,7 @@
10542
"zh-chs": "核心服务器",
10543
"zh-cht": "核心伺服器",
10544
"xloc": [
10538
- "default.handlebars->33->2468"
10545
+ "default.handlebars->33->2478"
10546
]
10547
},
10548
{
@@ -10555,7 +10562,7 @@
10562
"zh-chs": "科西嘉文",
10563
"zh-cht": "科西嘉文",
10564
"xloc": [
10558
- "default.handlebars->33->1328"
10565
+ "default.handlebars->33->1338"
10566
]
10567
},
10568
{
@@ -10575,7 +10582,7 @@
10582
"zh-chs": "创建帐号",
10583
"zh-cht": "創建帳號",
10584
"xloc": [
10578
- "default.handlebars->33->2097",
10585
+ "default.handlebars->33->2107",
10586
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10587
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10588
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10608,7 +10615,7 @@
10615
"es": "Crear Token de inicio de sesión",
10616
"ru": "Создать токен входа",
10617
"xloc": [
10611
- "default.handlebars->33->1512",
10618
+ "default.handlebars->33->1522",
10619
"default.handlebars->33->248"
10620
]
10621
},
@@ -10629,7 +10636,7 @@
10636
"zh-chs": "创建用户组",
10637
"zh-cht": "創建用戶群",
10638
"xloc": [
10632
- "default.handlebars->33->2136"
10639
+ "default.handlebars->33->2146"
10640
]
10641
},
10642
{
@@ -10669,7 +10676,7 @@
10676
"zh-chs": "使用以下选项创建一个新的设备组。",
10677
"zh-cht": "使用以下選項創建一個新的裝置群。",
10678
"xloc": [
10672
- "default.handlebars->33->1542"
10679
+ "default.handlebars->33->1552"
10680
]
10681
},
10682
{
@@ -10698,7 +10705,7 @@
10705
"fr": "Créer des identifiants temporaires pour se connecter à votre compte. Utile pour permettre à des outils ou services de se connecter à votre compte.",
10706
"ru": "Создайте временные имя пользователя и пароль, которые можно использовать в качестве альтернативы для входа в вашу учетную запись. Это полезно для того, чтобы инструменты или другие службы могли получить доступ к вашей учетной записи.",
10707
"xloc": [
10701
- "default.handlebars->33->1493"
10708
+ "default.handlebars->33->1503"
10709
]
10710
},
10711
{
@@ -10738,7 +10745,7 @@
10745
"zh-chs": "创建文件夹:“{0}”",
10746
"zh-cht": "創建文件夾:“{0}”",
10747
"xloc": [
10741
- "default.handlebars->33->1916"
10748
+ "default.handlebars->33->1926"
10749
]
10750
},
10751
{
@@ -10767,7 +10774,7 @@
10774
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10775
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10776
"xloc": [
10770
- "default.handlebars->33->2061"
10777
+ "default.handlebars->33->2071"
10778
]
10779
},
10780
{
@@ -10809,7 +10816,7 @@
10816
"zh-chs": "创建的设备组:{0}",
10817
"zh-cht": "創建的設備組:{0}",
10818
"xloc": [
10812
- "default.handlebars->33->1927"
10819
+ "default.handlebars->33->1937"
10820
]
10821
},
10822
{
@@ -10883,7 +10890,7 @@
10890
"zh-chs": "创建",
10891
"zh-cht": "創建",
10892
"xloc": [
10886
- "default.handlebars->33->2222"
10893
+ "default.handlebars->33->2232"
10894
]
10895
},
10896
{
@@ -10903,7 +10910,7 @@
10910
"zh-chs": "创建时间",
10911
"zh-cht": "創作時間",
10912
"xloc": [
10906
- "default.handlebars->33->1601"
10913
+ "default.handlebars->33->1611"
10914
]
10915
},
10916
{
@@ -10945,8 +10952,8 @@
10952
"zh-chs": "创建者",
10953
"zh-cht": "創作者",
10954
"xloc": [
10948
- "default.handlebars->33->1599",
10949
- "default.handlebars->33->1600"
10955
+ "default.handlebars->33->1609",
10956
+ "default.handlebars->33->1610"
10957
]
10958
},
10959
{
@@ -10968,7 +10975,7 @@
10975
"xloc": [
10976
"default-mobile.handlebars->11->297",
10977
"default-mobile.handlebars->11->299",
10971
- "default.handlebars->33->1570",
10978
+ "default.handlebars->33->1580",
10979
"default.handlebars->33->735",
10980
"default.handlebars->33->737"
10981
]
@@ -10990,7 +10997,7 @@
10997
"zh-chs": "克里语",
10998
"zh-cht": "克里語",
10999
"xloc": [
10993
- "default.handlebars->33->1329"
11000
+ "default.handlebars->33->1339"
11001
]
11002
},
11003
{
@@ -11010,7 +11017,7 @@
11017
"zh-chs": "克罗地亚文",
11018
"zh-cht": "克羅地亞文",
11019
"xloc": [
11013
- "default.handlebars->33->1330"
11020
+ "default.handlebars->33->1340"
11021
]
11022
},
11023
{
@@ -11195,8 +11202,8 @@
11202
"de": "Aktuelles Password nicht in korrekt.",
11203
"ru": "Текущий пароль неверен.",
11204
"xloc": [
11198
- "default-mobile.handlebars->11->655",
11199
- "default.handlebars->33->2395"
11205
+ "default-mobile.handlebars->11->664",
11206
+ "default.handlebars->33->2405"
11207
]
11208
},
11209
{
@@ -11260,7 +11267,7 @@
11267
"zh-chs": "捷克文",
11268
"zh-cht": "捷克文",
11269
"xloc": [
11263
- "default.handlebars->33->1331"
11270
+ "default.handlebars->33->1341"
11271
]
11272
},
11273
{
@@ -11300,7 +11307,7 @@
11307
"zh-chs": "丹麦文",
11308
"zh-cht": "丹麥文",
11309
"xloc": [
11303
- "default.handlebars->33->1332"
11310
+ "default.handlebars->33->1342"
11311
]
11312
},
11313
{
@@ -11352,7 +11359,7 @@
11359
"zh-chs": "日期和时间",
11360
"zh-cht": "日期和時間",
11361
"xloc": [
11355
- "default.handlebars->33->1490"
11362
+ "default.handlebars->33->1500"
11363
]
11364
},
11365
{
@@ -11393,7 +11400,7 @@
11400
"zh-chs": "停用",
11401
"zh-cht": "停用",
11402
"xloc": [
11396
- "default.handlebars->33->1654"
11403
+ "default.handlebars->33->1664"
11404
]
11405
},
11406
{
@@ -11413,7 +11420,7 @@
11420
"zh-chs": "如果设置停用CCM",
11421
"zh-cht": "如果設置停用CCM",
11422
"xloc": [
11416
- "default.handlebars->33->1666"
11423
+ "default.handlebars->33->1676"
11424
]
11425
},
11426
{
@@ -11471,10 +11478,10 @@
11478
"zh-chs": "默认",
11479
"zh-cht": "默認",
11480
"xloc": [
11474
- "default.handlebars->33->2084",
11475
- "default.handlebars->33->2132",
11476
- "default.handlebars->33->2143",
11477
- "default.handlebars->33->2211"
11481
+ "default.handlebars->33->2094",
11482
+ "default.handlebars->33->2142",
11483
+ "default.handlebars->33->2153",
11484
+ "default.handlebars->33->2221"
11485
]
11486
},
11487
{
@@ -11506,12 +11513,12 @@
11513
"zh-cht": "刪除",
11514
"xloc": [
11515
"default-mobile.handlebars->11->146",
11509
- "default-mobile.handlebars->11->420",
11516
+ "default-mobile.handlebars->11->429",
11517
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11518
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11519
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
11513
- "default.handlebars->33->1119",
11514
- "default.handlebars->33->1858",
11520
+ "default.handlebars->33->1129",
11521
+ "default.handlebars->33->1868",
11522
"default.handlebars->33->613",
11523
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11524
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -11543,7 +11550,7 @@
11550
"zh-cht": "刪除帳戶",
11551
"xloc": [
11552
"default-mobile.handlebars->11->108",
11546
- "default.handlebars->33->1527"
11553
+ "default.handlebars->33->1537"
11554
]
11555
},
11556
{
@@ -11563,7 +11570,7 @@
11570
"zh-chs": "删除帐户",
11571
"zh-cht": "刪除帳戶",
11572
"xloc": [
11566
- "default.handlebars->33->2051"
11573
+ "default.handlebars->33->2061"
11574
]
11575
},
11576
{
@@ -11604,11 +11611,11 @@
11611
"zh-chs": "删除群组",
11612
"zh-cht": "刪除群組",
11613
"xloc": [
11607
- "default-mobile.handlebars->11->567",
11608
- "default-mobile.handlebars->11->570",
11609
- "default.handlebars->33->1649",
11610
- "default.handlebars->33->1650",
11611
- "default.handlebars->33->1683"
11614
+ "default-mobile.handlebars->11->576",
11615
+ "default-mobile.handlebars->11->579",
11616
+ "default.handlebars->33->1659",
11617
+ "default.handlebars->33->1660",
11618
+ "default.handlebars->33->1693"
11619
]
11620
},
11621
{
@@ -11669,7 +11676,7 @@
11676
"zh-chs": "删除用户",
11677
"zh-cht": "刪除用戶",
11678
"xloc": [
11672
- "default.handlebars->33->2263"
11679
+ "default.handlebars->33->2273"
11680
]
11681
},
11682
{
@@ -11689,8 +11696,8 @@
11696
"zh-chs": "删除用户群组",
11697
"zh-cht": "刪除用戶群組",
11698
"xloc": [
11692
- "default.handlebars->33->2181",
11693
- "default.handlebars->33->2191"
11699
+ "default.handlebars->33->2191",
11700
+ "default.handlebars->33->2201"
11701
]
11702
},
11703
{
@@ -11710,7 +11717,7 @@
11717
"zh-chs": "删除用户群组",
11718
"zh-cht": "刪除用戶群組",
11719
"xloc": [
11713
- "default.handlebars->33->2130"
11720
+ "default.handlebars->33->2140"
11721
]
11722
},
11723
{
@@ -11730,7 +11737,7 @@
11737
"zh-chs": "删除用户{0}",
11738
"zh-cht": "刪除用戶{0}",
11739
"xloc": [
11733
- "default.handlebars->33->2290"
11740
+ "default.handlebars->33->2300"
11741
]
11742
},
11743
{
@@ -11751,7 +11758,7 @@
11758
"zh-cht": "刪除帳戶",
11759
"xloc": [
11760
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
11754
- "default.handlebars->33->2047",
11761
+ "default.handlebars->33->2057",
11762
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11763
]
11764
},
@@ -11792,7 +11799,7 @@
11799
"zh-chs": "删除群组",
11800
"zh-cht": "刪除群組",
11801
"xloc": [
11795
- "default.handlebars->33->2126"
11802
+ "default.handlebars->33->2136"
11803
]
11804
},
11805
{
@@ -11832,7 +11839,7 @@
11839
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11840
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11841
"xloc": [
11835
- "default.handlebars->33->1918"
11842
+ "default.handlebars->33->1928"
11843
]
11844
},
11845
{
@@ -11853,9 +11860,9 @@
11860
"zh-cht": "刪除所選項目?",
11861
"xloc": [
11862
"default-mobile.handlebars->11->148",
11856
- "default-mobile.handlebars->11->422",
11857
- "default.handlebars->33->1121",
11858
- "default.handlebars->33->1860",
11863
+ "default-mobile.handlebars->11->431",
11864
+ "default.handlebars->33->1131",
11865
+ "default.handlebars->33->1870",
11866
"sharing.handlebars->11->63"
11867
]
11868
},
@@ -11876,7 +11883,7 @@
11883
"zh-chs": "删除用户群组{0}?",
11884
"zh-cht": "刪除用戶群組{0}?",
11885
"xloc": [
11879
- "default.handlebars->33->2189"
11886
+ "default.handlebars->33->2199"
11887
]
11888
},
11889
{
@@ -11897,9 +11904,9 @@
11904
"zh-cht": "刪除{0}個所選項目?",
11905
"xloc": [
11906
"default-mobile.handlebars->11->147",
11900
- "default-mobile.handlebars->11->421",
11901
- "default.handlebars->33->1120",
11902
- "default.handlebars->33->1859",
11907
+ "default-mobile.handlebars->11->430",
11908
+ "default.handlebars->33->1130",
11909
+ "default.handlebars->33->1869",
11910
"sharing.handlebars->11->62"
11911
]
11912
},
@@ -11940,7 +11947,7 @@
11947
"zh-chs": "删除:“{0}”",
11948
"zh-cht": "刪除:“{0}”",
11949
"xloc": [
11943
- "default.handlebars->33->1917"
11950
+ "default.handlebars->33->1927"
11951
]
11952
},
11953
{
@@ -11960,7 +11967,7 @@
11967
"zh-chs": "删除:“{0}”,{1}个元素已删除",
11968
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11969
"xloc": [
11963
- "default.handlebars->33->1919"
11970
+ "default.handlebars->33->1929"
11971
]
11972
},
11973
{
@@ -12079,19 +12086,19 @@
12086
"default-mobile.handlebars->11->257",
12087
"default-mobile.handlebars->11->258",
12088
"default-mobile.handlebars->11->357",
12082
- "default-mobile.handlebars->11->483",
12083
- "default-mobile.handlebars->11->558",
12084
- "default-mobile.handlebars->11->572",
12089
+ "default-mobile.handlebars->11->492",
12090
+ "default-mobile.handlebars->11->567",
12091
+ "default-mobile.handlebars->11->581",
12092
"default.handlebars->33->1003",
12086
- "default.handlebars->33->1173",
12093
"default.handlebars->33->1183",
12088
- "default.handlebars->33->1548",
12089
- "default.handlebars->33->1596",
12090
- "default.handlebars->33->1685",
12091
- "default.handlebars->33->2135",
12094
+ "default.handlebars->33->1193",
12095
+ "default.handlebars->33->1558",
12096
+ "default.handlebars->33->1606",
12097
+ "default.handlebars->33->1695",
12098
"default.handlebars->33->2145",
12093
- "default.handlebars->33->2146",
12094
- "default.handlebars->33->2187",
12099
+ "default.handlebars->33->2155",
12100
+ "default.handlebars->33->2156",
12101
+ "default.handlebars->33->2197",
12102
"default.handlebars->33->654",
12103
"default.handlebars->33->655",
12104
"default.handlebars->33->95",
@@ -12134,9 +12141,9 @@
12141
"xloc": [
12142
"default-mobile.handlebars->11->309",
12143
"default.handlebars->33->1075",
12137
- "default.handlebars->33->1691",
12138
- "default.handlebars->33->2345",
12139
- "default.handlebars->33->2446",
12144
+ "default.handlebars->33->1701",
12145
+ "default.handlebars->33->2355",
12146
+ "default.handlebars->33->2456",
12147
"default.handlebars->33->619",
12148
"default.handlebars->33->801",
12149
"default.handlebars->33->868",
@@ -12200,7 +12207,7 @@
12207
"nl": "Desktop Multiplex",
12208
"fr": "Bureau multiplexé",
12209
"xloc": [
12203
- "default.handlebars->33->2451"
12210
+ "default.handlebars->33->2461"
12211
]
12212
},
12213
{
@@ -12220,9 +12227,9 @@
12227
"zh-chs": "桌面通知",
12228
"zh-cht": "桌面通知",
12229
"xloc": [
12223
- "default.handlebars->33->1610",
12224
- "default.handlebars->33->2150",
12225
- "default.handlebars->33->2237",
12230
+ "default.handlebars->33->1620",
12231
+ "default.handlebars->33->2160",
12232
+ "default.handlebars->33->2247",
12233
"default.handlebars->33->712"
12234
]
12235
},
@@ -12243,9 +12250,9 @@
12250
"zh-chs": "桌面提示",
12251
"zh-cht": "桌面提示",
12252
"xloc": [
12246
- "default.handlebars->33->1609",
12247
- "default.handlebars->33->2149",
12248
- "default.handlebars->33->2236",
12253
+ "default.handlebars->33->1619",
12254
+ "default.handlebars->33->2159",
12255
+ "default.handlebars->33->2246",
12256
"default.handlebars->33->711"
12257
]
12258
},
@@ -12266,9 +12273,9 @@
12273
"zh-chs": "桌面提示+工具栏",
12274
"zh-cht": "桌面提示+工具欄",
12275
"xloc": [
12269
- "default.handlebars->33->1607",
12270
- "default.handlebars->33->2147",
12271
- "default.handlebars->33->2234",
12276
+ "default.handlebars->33->1617",
12277
+ "default.handlebars->33->2157",
12278
+ "default.handlebars->33->2244",
12279
"default.handlebars->33->709"
12280
]
12281
},
@@ -12278,7 +12285,7 @@
12285
"fr": "Session de bureau",
12286
"ru": "Сеанс рабочего стола",
12287
"xloc": [
12281
- "default.handlebars->33->2338"
12288
+ "default.handlebars->33->2348"
12289
]
12290
},
12291
{
@@ -12340,9 +12347,9 @@
12347
"zh-chs": "桌面工具栏",
12348
"zh-cht": "桌面工具欄",
12349
"xloc": [
12343
- "default.handlebars->33->1608",
12344
- "default.handlebars->33->2148",
12345
- "default.handlebars->33->2235",
12350
+ "default.handlebars->33->1618",
12351
+ "default.handlebars->33->2158",
12352
+ "default.handlebars->33->2245",
12353
"default.handlebars->33->710"
12354
]
12355
},
@@ -12467,12 +12474,12 @@
12474
"zh-chs": "设备",
12475
"zh-cht": "裝置",
12476
"xloc": [
12470
- "default-mobile.handlebars->11->478",
12471
- "default.handlebars->33->1168",
12472
- "default.handlebars->33->1276",
12473
- "default.handlebars->33->1714",
12477
+ "default-mobile.handlebars->11->487",
12478
+ "default.handlebars->33->1178",
12479
+ "default.handlebars->33->1286",
12480
+ "default.handlebars->33->1724",
12481
"default.handlebars->33->204",
12475
- "default.handlebars->33->2309",
12482
+ "default.handlebars->33->2319",
12483
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
12484
]
12485
},
@@ -12545,16 +12552,16 @@
12552
"zh-cht": "裝置群",
12553
"xloc": [
12554
"agent-translations.json",
12548
- "default-mobile.handlebars->11->633",
12549
- "default.handlebars->33->1709",
12550
- "default.handlebars->33->1712",
12551
- "default.handlebars->33->1713",
12552
- "default.handlebars->33->1998",
12553
- "default.handlebars->33->2173",
12554
- "default.handlebars->33->2179",
12555
- "default.handlebars->33->2297",
12556
- "default.handlebars->33->2354",
12557
- "default.handlebars->33->2373"
12555
+ "default-mobile.handlebars->11->642",
12556
+ "default.handlebars->33->1719",
12557
+ "default.handlebars->33->1722",
12558
+ "default.handlebars->33->1723",
12559
+ "default.handlebars->33->2008",
12560
+ "default.handlebars->33->2183",
12561
+ "default.handlebars->33->2189",
12562
+ "default.handlebars->33->2307",
12563
+ "default.handlebars->33->2364",
12564
+ "default.handlebars->33->2383"
12565
]
12566
},
12567
{
@@ -12574,8 +12581,8 @@
12581
"zh-chs": "设备组用户",
12582
"zh-cht": "裝置群用戶",
12583
"xloc": [
12577
- "default-mobile.handlebars->11->622",
12578
- "default.handlebars->33->1779"
12584
+ "default-mobile.handlebars->11->631",
12585
+ "default.handlebars->33->1789"
12586
]
12587
},
12588
{
@@ -12596,11 +12603,11 @@
12603
"zh-cht": "裝置群",
12604
"xloc": [
12605
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
12599
- "default.handlebars->33->2014",
12600
- "default.handlebars->33->2120",
12601
- "default.handlebars->33->2160",
12602
- "default.handlebars->33->2231",
12603
- "default.handlebars->33->2424",
12606
+ "default.handlebars->33->2024",
12607
+ "default.handlebars->33->2130",
12608
+ "default.handlebars->33->2170",
12609
+ "default.handlebars->33->2241",
12610
+ "default.handlebars->33->2434",
12611
"default.handlebars->container->column_l->p2->p2info->9"
12612
]
12613
},
@@ -12683,7 +12690,7 @@
12690
"xloc": [
12691
"default-mobile.handlebars->11->355",
12692
"default.handlebars->33->1001",
12686
- "default.handlebars->33->2353",
12693
+ "default.handlebars->33->2363",
12694
"default.handlebars->33->348",
12695
"default.handlebars->33->357",
12696
"player.handlebars->3->9"
@@ -12717,7 +12724,7 @@
12724
"de": "Gerät Verbindungs-Link",
12725
"ru": "Ссылка для сопряжения устройства",
12726
"xloc": [
12720
- "default-mobile.handlebars->11->576"
12727
+ "default-mobile.handlebars->11->585"
12728
]
12729
},
12730
{
@@ -12816,8 +12823,8 @@
12823
"zh-chs": "设备连接。",
12824
"zh-cht": "裝置連接。",
12825
"xloc": [
12819
- "default.handlebars->33->1515",
12820
- "default.handlebars->33->1800"
12826
+ "default.handlebars->33->1525",
12827
+ "default.handlebars->33->1810"
12828
]
12829
},
12830
{
@@ -12837,8 +12844,8 @@
12844
"zh-chs": "设备断开连接。",
12845
"zh-cht": "裝置斷開連接。",
12846
"xloc": [
12840
- "default.handlebars->33->1516",
12841
- "default.handlebars->33->1801"
12847
+ "default.handlebars->33->1526",
12848
+ "default.handlebars->33->1811"
12849
]
12850
},
12851
{
@@ -12858,7 +12865,7 @@
12865
"zh-chs": "创建的设备组:{0}",
12866
"zh-cht": "設備組已創建:{0}",
12867
"xloc": [
12861
- "default.handlebars->33->1948"
12868
+ "default.handlebars->33->1958"
12869
]
12870
},
12871
{
@@ -12878,7 +12885,7 @@
12885
"zh-chs": "设备组已删除:{0}",
12886
"zh-cht": "設備組已刪除:{0}",
12887
"xloc": [
12881
- "default.handlebars->33->1949"
12888
+ "default.handlebars->33->1959"
12889
]
12890
},
12891
{
@@ -12898,7 +12905,7 @@
12905
"zh-chs": "设备组成员身份已更改:{0}",
12906
"zh-cht": "設備組成員身份已更改:{0}",
12907
"xloc": [
12901
- "default.handlebars->33->1950"
12908
+ "default.handlebars->33->1960"
12909
]
12910
},
12911
{
@@ -12939,7 +12946,7 @@
12946
"zh-chs": "设备组通知已更改",
12947
"zh-cht": "設備組通知已更改",
12948
"xloc": [
12942
- "default.handlebars->33->1945"
12949
+ "default.handlebars->33->1955"
12950
]
12951
},
12952
{
@@ -12959,7 +12966,7 @@
12966
"zh-chs": "未删除的设备组:{0}",
12967
"zh-cht": "未刪除的設備組:{0}",
12968
"xloc": [
12962
- "default.handlebars->33->1928"
12969
+ "default.handlebars->33->1938"
12970
]
12971
},
12972
{
@@ -13342,7 +13349,7 @@
13349
"de": "Gerät angefordert Intel(R) AMT ACM TLS activation, FQDN: {0}",
13350
"ru": "Устройство Intel(R) AMT ACM запросило активацию TLS, полное доменное имя: {0}",
13351
"xloc": [
13345
- "default.handlebars->33->1983"
13352
+ "default.handlebars->33->1993"
13353
]
13354
},
13355
{
@@ -13362,7 +13369,7 @@
13369
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
13370
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
13371
"xloc": [
13365
- "default.handlebars->33->1930"
13372
+ "default.handlebars->33->1940"
13373
]
13374
},
13375
{
@@ -13399,9 +13406,9 @@
13406
"zh-chs": "设备",
13407
"zh-cht": "裝置",
13408
"xloc": [
13402
- "default.handlebars->33->1648",
13403
- "default.handlebars->33->2121",
13404
- "default.handlebars->33->2161"
13409
+ "default.handlebars->33->1658",
13410
+ "default.handlebars->33->2131",
13411
+ "default.handlebars->33->2171"
13412
]
13413
},
13414
{
@@ -13421,7 +13428,7 @@
13428
"zh-chs": "已禁用",
13429
"zh-cht": "已禁用",
13430
"xloc": [
13424
- "default-mobile.handlebars->11->463",
13431
+ "default-mobile.handlebars->11->472",
13432
"default.handlebars->33->705"
13433
]
13434
},
@@ -13442,7 +13449,7 @@
13449
"zh-chs": "禁用的电子邮件两因素身份验证",
13450
"zh-cht": "禁用的電子郵件兩因素身份驗證",
13451
"xloc": [
13445
- "default.handlebars->33->1961"
13452
+ "default.handlebars->33->1971"
13453
]
13454
},
13455
{
@@ -13466,8 +13473,8 @@
13473
"default-mobile.handlebars->11->411",
13474
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
13475
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
13469
- "default.handlebars->33->1101",
13470
- "default.handlebars->33->1620",
13476
+ "default.handlebars->33->1102",
13477
+ "default.handlebars->33->1630",
13478
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
13479
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
13480
"sharing.handlebars->11->43",
@@ -13631,7 +13638,7 @@
13638
"zh-chs": "显示设备组名称",
13639
"zh-cht": "顯示裝置群名稱",
13640
"xloc": [
13634
- "default.handlebars->33->1514"
13641
+ "default.handlebars->33->1524"
13642
]
13643
},
13644
{
@@ -13671,7 +13678,7 @@
13678
"zh-chs": "显示公共连结",
13679
"zh-cht": "顯示公共鏈結",
13680
"xloc": [
13674
- "default.handlebars->33->1831"
13681
+ "default.handlebars->33->1841"
13682
]
13683
},
13684
{
@@ -13700,7 +13707,7 @@
13707
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13708
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13709
"xloc": [
13703
- "default.handlebars->33->1890"
13710
+ "default.handlebars->33->1900"
13711
]
13712
},
13713
{
@@ -13720,7 +13727,7 @@
13727
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13728
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13729
"xloc": [
13723
- "default.handlebars->33->1898"
13730
+ "default.handlebars->33->1908"
13731
]
13732
},
13733
{
@@ -13740,8 +13747,8 @@
13747
"zh-chs": "什么都不做",
13748
"zh-cht": "什麼都不做",
13749
"xloc": [
13743
- "default.handlebars->33->1669",
13744
- "default.handlebars->33->1673"
13750
+ "default.handlebars->33->1679",
13751
+ "default.handlebars->33->1683"
13752
]
13753
},
13754
{
@@ -13761,10 +13768,10 @@
13768
"zh-chs": "域",
13769
"zh-cht": "域",
13770
"xloc": [
13764
- "default.handlebars->33->2085",
13765
- "default.handlebars->33->2133",
13766
- "default.handlebars->33->2142",
13767
- "default.handlebars->33->2210",
13771
+ "default.handlebars->33->2095",
13772
+ "default.handlebars->33->2143",
13773
+ "default.handlebars->33->2152",
13774
+ "default.handlebars->33->2220",
13775
"mstsc.handlebars->main->1->3->1->2->1->0",
13776
"mstsc.handlebars->main->1->3->1->2->3"
13777
]
@@ -13786,7 +13793,7 @@
13793
"zh-chs": "请勿更改,如果设置请保留CCM",
13794
"zh-cht": "請勿更改,如果設置請保留CCM",
13795
"xloc": [
13789
- "default.handlebars->33->1665"
13796
+ "default.handlebars->33->1675"
13797
]
13798
},
13799
{
@@ -13823,7 +13830,7 @@
13830
"zh-chs": "不要连接到服务器",
13831
"zh-cht": "不要連接到伺服器",
13832
"xloc": [
13826
- "default.handlebars->33->1674"
13833
+ "default.handlebars->33->1684"
13834
]
13835
},
13836
{
@@ -13961,8 +13968,8 @@
13968
"zh-chs": "下载档案",
13969
"zh-cht": "下載檔案",
13970
"xloc": [
13964
- "default-mobile.handlebars->11->441",
13965
- "default.handlebars->33->1140",
13971
+ "default-mobile.handlebars->11->450",
13972
+ "default.handlebars->33->1150",
13973
"sharing.handlebars->11->82"
13974
]
13975
},
@@ -14063,7 +14070,7 @@
14070
"zh-chs": "下载报告",
14071
"zh-cht": "下載報告",
14072
"xloc": [
14066
- "default.handlebars->33->2003",
14073
+ "default.handlebars->33->2013",
14074
"default.handlebars->container->column_l->p3->3->1->0->3"
14075
]
14076
},
@@ -14274,7 +14281,7 @@
14281
"zh-chs": "使用以下一种档案格式下载事件列表。",
14282
"zh-cht": "使用以下一種檔案格式下載事件列表。",
14283
"xloc": [
14277
- "default.handlebars->33->2004"
14284
+ "default.handlebars->33->2014"
14285
]
14286
},
14287
{
@@ -14294,7 +14301,7 @@
14301
"zh-chs": "使用以下一种档案格式下载用户列表。",
14302
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
14303
"xloc": [
14297
- "default.handlebars->33->2069"
14304
+ "default.handlebars->33->2079"
14305
]
14306
},
14307
{
@@ -14375,7 +14382,7 @@
14382
"zh-chs": "下载:“{0}”",
14383
"zh-cht": "下載:“{0}”",
14384
"xloc": [
14378
- "default.handlebars->33->1921"
14385
+ "default.handlebars->33->1931"
14386
]
14387
},
14388
{
@@ -14385,7 +14392,7 @@
14392
"de": "Download: \\\"{0}\\\", Größe: {1}",
14393
"ru": "Скачивание: \\\"{0}\\\", Размер: {1}",
14394
"xloc": [
14388
- "default.handlebars->33->1978"
14395
+ "default.handlebars->33->1988"
14396
]
14397
},
14398
{
@@ -14425,7 +14432,7 @@
14432
"zh-chs": "代理重复",
14433
"zh-cht": "代理重複",
14434
"xloc": [
14428
- "default.handlebars->33->2420"
14435
+ "default.handlebars->33->2430"
14436
]
14437
},
14438
{
@@ -14465,7 +14472,7 @@
14472
"zh-chs": "复制用户组",
14473
"zh-cht": "複製用戶群",
14474
"xloc": [
14468
- "default.handlebars->33->2137"
14475
+ "default.handlebars->33->2147"
14476
]
14477
},
14478
{
@@ -14502,8 +14509,8 @@
14509
"zh-chs": "持续时间",
14510
"zh-cht": "持續時間",
14511
"xloc": [
14505
- "default.handlebars->33->2333",
14506
- "default.handlebars->33->2359",
14512
+ "default.handlebars->33->2343",
14513
+ "default.handlebars->33->2369",
14514
"player.handlebars->3->2"
14515
]
14516
},
@@ -14541,7 +14548,7 @@
14548
"zh-chs": "荷兰文(比利时)",
14549
"zh-cht": "荷蘭文(比利時)",
14550
"xloc": [
14544
- "default.handlebars->33->1334"
14551
+ "default.handlebars->33->1344"
14552
]
14553
},
14554
{
@@ -14561,7 +14568,7 @@
14568
"zh-chs": "荷兰文(标准)",
14569
"zh-cht": "荷蘭文(標準)",
14570
"xloc": [
14564
- "default.handlebars->33->1333"
14571
+ "default.handlebars->33->1343"
14572
]
14573
},
14574
{
@@ -14873,13 +14880,13 @@
14880
"zh-chs": "编辑设备组",
14881
"zh-cht": "編輯裝置群",
14882
"xloc": [
14876
- "default-mobile.handlebars->11->573",
14877
- "default-mobile.handlebars->11->579",
14878
- "default-mobile.handlebars->11->599",
14879
- "default.handlebars->33->1686",
14880
- "default.handlebars->33->1718",
14881
- "default.handlebars->33->1743",
14882
- "default.handlebars->33->1755"
14883
+ "default-mobile.handlebars->11->582",
14884
+ "default-mobile.handlebars->11->588",
14885
+ "default-mobile.handlebars->11->608",
14886
+ "default.handlebars->33->1696",
14887
+ "default.handlebars->33->1728",
14888
+ "default.handlebars->33->1753",
14889
+ "default.handlebars->33->1765"
14890
]
14891
},
14892
{
@@ -14899,7 +14906,7 @@
14906
"zh-chs": "编辑设备组功能",
14907
"zh-cht": "編輯裝置群功能",
14908
"xloc": [
14902
- "default.handlebars->33->1704"
14909
+ "default.handlebars->33->1714"
14910
]
14911
},
14912
{
@@ -14919,8 +14926,8 @@
14926
"zh-chs": "编辑设备组权限",
14927
"zh-cht": "編輯裝置群權限",
14928
"xloc": [
14922
- "default.handlebars->33->1740",
14923
- "default.handlebars->33->1752"
14929
+ "default.handlebars->33->1750",
14930
+ "default.handlebars->33->1762"
14931
]
14932
},
14933
{
@@ -14940,7 +14947,7 @@
14947
"zh-chs": "编辑设备组用户同意",
14948
"zh-cht": "編輯裝置群用戶同意",
14949
"xloc": [
14943
- "default.handlebars->33->1687"
14950
+ "default.handlebars->33->1697"
14951
]
14952
},
14953
{
@@ -14960,8 +14967,8 @@
14967
"zh-chs": "编辑设备笔记",
14968
"zh-cht": "編輯裝置筆記",
14969
"xloc": [
14963
- "default-mobile.handlebars->11->591",
14964
- "default.handlebars->33->1732"
14970
+ "default-mobile.handlebars->11->600",
14971
+ "default.handlebars->33->1742"
14972
]
14973
},
14974
{
@@ -14981,8 +14988,8 @@
14988
"zh-chs": "编辑设备权限",
14989
"zh-cht": "編輯裝置權限",
14990
"xloc": [
14984
- "default.handlebars->33->1745",
14985
- "default.handlebars->33->1747"
14991
+ "default.handlebars->33->1755",
14992
+ "default.handlebars->33->1757"
14993
]
14994
},
14995
{
@@ -15022,7 +15029,7 @@
15029
"zh-chs": "编辑设备用户同意",
15030
"zh-cht": "編輯裝置用戶同意",
15031
"xloc": [
15025
- "default.handlebars->33->1689"
15032
+ "default.handlebars->33->1699"
15033
]
15034
},
15035
{
@@ -15089,8 +15096,8 @@
15096
"zh-chs": "编辑笔记",
15097
"zh-cht": "編輯筆記",
15098
"xloc": [
15092
- "default-mobile.handlebars->11->606",
15093
- "default.handlebars->33->1762"
15099
+ "default-mobile.handlebars->11->615",
15100
+ "default.handlebars->33->1772"
15101
]
15102
},
15103
{
@@ -15110,7 +15117,7 @@
15117
"zh-chs": "编辑用户同意",
15118
"zh-cht": "編輯用戶同意",
15119
"xloc": [
15113
- "default.handlebars->33->1688"
15120
+ "default.handlebars->33->1698"
15121
]
15122
},
15123
{
@@ -15130,7 +15137,7 @@
15137
"zh-chs": "编辑用户设备组权限",
15138
"zh-cht": "編輯用戶裝置群權限",
15139
"xloc": [
15133
- "default.handlebars->33->1753"
15140
+ "default.handlebars->33->1763"
15141
]
15142
},
15143
{
@@ -15150,7 +15157,7 @@
15157
"zh-chs": "编辑用户设备权限",
15158
"zh-cht": "編輯用戶裝置權限",
15159
"xloc": [
15153
- "default.handlebars->33->1748"
15160
+ "default.handlebars->33->1758"
15161
]
15162
},
15163
{
@@ -15170,7 +15177,7 @@
15177
"zh-chs": "编辑用户组",
15178
"zh-cht": "編輯用戶群",
15179
"xloc": [
15173
- "default.handlebars->33->2188"
15180
+ "default.handlebars->33->2198"
15181
]
15182
},
15183
{
@@ -15190,7 +15197,7 @@
15197
"zh-chs": "编辑用户组设备权限",
15198
"zh-cht": "編輯用戶群裝置權限",
15199
"xloc": [
15193
- "default.handlebars->33->1750"
15200
+ "default.handlebars->33->1760"
15201
]
15202
},
15203
{
@@ -15210,7 +15217,7 @@
15217
"zh-chs": "编辑用户组用户同意",
15218
"zh-cht": "編輯用戶組用戶同意",
15219
"xloc": [
15213
- "default.handlebars->33->1690"
15220
+ "default.handlebars->33->1700"
15221
]
15222
},
15223
{
@@ -15292,11 +15299,11 @@
15299
"zh-cht": "電郵",
15300
"xloc": [
15301
"default-mobile.handlebars->11->102",
15295
- "default.handlebars->33->2087",
15296
- "default.handlebars->33->2214",
15297
- "default.handlebars->33->2216",
15298
- "default.handlebars->33->2256",
15299
- "default.handlebars->33->2276",
15302
+ "default.handlebars->33->2097",
15303
+ "default.handlebars->33->2224",
15304
+ "default.handlebars->33->2226",
15305
+ "default.handlebars->33->2266",
15306
+ "default.handlebars->33->2286",
15307
"default.handlebars->33->390",
15308
"login-mobile.handlebars->5->42",
15309
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -15329,7 +15336,7 @@
15336
"zh-cht": "電郵地址變更",
15337
"xloc": [
15338
"default-mobile.handlebars->11->103",
15332
- "default.handlebars->33->1523"
15339
+ "default.handlebars->33->1533"
15340
]
15341
},
15342
{
@@ -15350,7 +15357,7 @@
15357
"zh-cht": "電郵認證",
15358
"xloc": [
15359
"default-mobile.handlebars->11->92",
15353
- "default.handlebars->33->1264"
15360
+ "default.handlebars->33->1274"
15361
]
15362
},
15363
{
@@ -15410,7 +15417,7 @@
15417
"zh-cht": "電郵驗證",
15418
"xloc": [
15419
"default-mobile.handlebars->11->101",
15413
- "default.handlebars->33->1521"
15420
+ "default.handlebars->33->1531"
15421
]
15422
},
15423
{
@@ -15450,7 +15457,7 @@
15457
"zh-chs": "电邮未验证",
15458
"zh-cht": "電郵未驗證",
15459
"xloc": [
15453
- "default.handlebars->33->2033"
15460
+ "default.handlebars->33->2043"
15461
]
15462
},
15463
{
@@ -15470,8 +15477,8 @@
15477
"zh-chs": "电子邮件已验证",
15478
"zh-cht": "電子郵件已驗證",
15479
"xloc": [
15473
- "default.handlebars->33->2034",
15474
- "default.handlebars->33->2208"
15480
+ "default.handlebars->33->2044",
15481
+ "default.handlebars->33->2218"
15482
]
15483
},
15484
{
@@ -15491,7 +15498,7 @@
15498
"zh-chs": "电邮已验证。",
15499
"zh-cht": "電郵已驗證。",
15500
"xloc": [
15494
- "default.handlebars->33->2093"
15501
+ "default.handlebars->33->2103"
15502
]
15503
},
15504
{
@@ -15511,7 +15518,7 @@
15518
"zh-chs": "电邮未验证",
15519
"zh-cht": "電郵未驗證",
15520
"xloc": [
15514
- "default.handlebars->33->2209"
15521
+ "default.handlebars->33->2219"
15522
]
15523
},
15524
{
@@ -15531,8 +15538,8 @@
15538
"zh-chs": "电邮已发送。",
15539
"zh-cht": "電郵已發送。",
15540
"xloc": [
15534
- "default-mobile.handlebars->11->648",
15535
- "default.handlebars->33->2388",
15541
+ "default-mobile.handlebars->11->657",
15542
+ "default.handlebars->33->2398",
15543
"login-mobile.handlebars->5->2",
15544
"login.handlebars->5->2",
15545
"login2.handlebars->7->3"
@@ -15577,7 +15584,7 @@
15584
"zh-chs": "已通过电邮验证,并且需要重置密码。",
15585
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
15586
"xloc": [
15580
- "default.handlebars->33->2094"
15587
+ "default.handlebars->33->2104"
15588
]
15589
},
15590
{
@@ -15604,7 +15611,7 @@
15611
"fr": "Traffic Email/SMS/Push",
15612
"ru": "Email/SMS/Push трафик",
15613
"xloc": [
15607
- "default.handlebars->33->2477"
15614
+ "default.handlebars->33->2487"
15615
]
15616
},
15617
{
@@ -15650,7 +15657,7 @@
15657
"zh-chs": "启用邀请代码",
15658
"zh-cht": "啟用邀請代碼",
15659
"xloc": [
15653
- "default.handlebars->33->1785"
15660
+ "default.handlebars->33->1795"
15661
]
15662
},
15663
{
@@ -15691,7 +15698,7 @@
15698
"zh-cht": "啟用電郵二因子鑑別。",
15699
"xloc": [
15700
"default-mobile.handlebars->11->94",
15694
- "default.handlebars->33->1266"
15701
+ "default.handlebars->33->1276"
15702
]
15703
},
15704
{
@@ -15731,7 +15738,7 @@
15738
"zh-chs": "已启用",
15739
"zh-cht": "已啟用",
15740
"xloc": [
15734
- "default.handlebars->33->2361"
15741
+ "default.handlebars->33->2371"
15742
]
15743
},
15744
{
@@ -15751,7 +15758,7 @@
15758
"zh-chs": "启用电子邮件两因素身份验证",
15759
"zh-cht": "啟用電子郵件兩因素身份驗證",
15760
"xloc": [
15754
- "default.handlebars->33->1960"
15761
+ "default.handlebars->33->1970"
15762
]
15763
},
15764
{
@@ -15802,7 +15809,7 @@
15809
"zh-chs": "时间结束",
15810
"zh-cht": "時間結束",
15811
"xloc": [
15805
- "default.handlebars->33->2358"
15812
+ "default.handlebars->33->2368"
15813
]
15814
},
15815
{
@@ -15822,7 +15829,7 @@
15829
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15830
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15831
"xloc": [
15825
- "default.handlebars->33->1883"
15832
+ "default.handlebars->33->1893"
15833
]
15834
},
15835
{
@@ -15842,7 +15849,7 @@
15849
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15850
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15851
"xloc": [
15845
- "default.handlebars->33->1884"
15852
+ "default.handlebars->33->1894"
15853
]
15854
},
15855
{
@@ -15851,7 +15858,7 @@
15858
"fr": "Fin de la session de messagerie \\\"{0}\\\" de {1} à {2}, {3} seconde(s)",
15859
"ru": "Завершился сеанс обмена сообщениями \\\"{0}\\\" с {1} до {2}, {3} сек.",
15860
"xloc": [
15854
- "default.handlebars->33->1984"
15861
+ "default.handlebars->33->1994"
15862
]
15863
},
15864
{
@@ -15871,7 +15878,7 @@
15878
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15879
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15880
"xloc": [
15874
- "default.handlebars->33->1881"
15881
+ "default.handlebars->33->1891"
15882
]
15883
},
15884
{
@@ -15891,7 +15898,7 @@
15898
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15899
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15900
"xloc": [
15894
- "default.handlebars->33->1882"
15901
+ "default.handlebars->33->1892"
15902
]
15903
},
15904
{
@@ -15911,7 +15918,7 @@
15918
"zh-chs": "英文",
15919
"zh-cht": "英文",
15920
"xloc": [
15914
- "default.handlebars->33->1335"
15921
+ "default.handlebars->33->1345"
15922
]
15923
},
15924
{
@@ -15931,7 +15938,7 @@
15938
"zh-chs": "英文(澳洲)",
15939
"zh-cht": "英文(澳洲)",
15940
"xloc": [
15934
- "default.handlebars->33->1336"
15941
+ "default.handlebars->33->1346"
15942
]
15943
},
15944
{
@@ -15951,7 +15958,7 @@
15958
"zh-chs": "英文(伯利茲)",
15959
"zh-cht": "英文(伯利茲)",
15960
"xloc": [
15954
- "default.handlebars->33->1337"
15961
+ "default.handlebars->33->1347"
15962
]
15963
},
15964
{
@@ -15971,7 +15978,7 @@
15978
"zh-chs": "英文(加拿大)",
15979
"zh-cht": "英文(加拿大)",
15980
"xloc": [
15974
- "default.handlebars->33->1338"
15981
+ "default.handlebars->33->1348"
15982
]
15983
},
15984
{
@@ -15991,7 +15998,7 @@
15998
"zh-chs": "英文(爱尔兰)",
15999
"zh-cht": "英文(愛爾蘭)",
16000
"xloc": [
15994
- "default.handlebars->33->1339"
16001
+ "default.handlebars->33->1349"
16002
]
16003
},
16004
{
@@ -16011,7 +16018,7 @@
16018
"zh-chs": "英文(牙买加)",
16019
"zh-cht": "英文(牙買加)",
16020
"xloc": [
16014
- "default.handlebars->33->1340"
16021
+ "default.handlebars->33->1350"
16022
]
16023
},
16024
{
@@ -16031,7 +16038,7 @@
16038
"zh-chs": "英文(纽西兰)",
16039
"zh-cht": "英文(紐西蘭)",
16040
"xloc": [
16034
- "default.handlebars->33->1341"
16041
+ "default.handlebars->33->1351"
16042
]
16043
},
16044
{
@@ -16051,7 +16058,7 @@
16058
"zh-chs": "英文(菲律宾)",
16059
"zh-cht": "英文(菲律賓)",
16060
"xloc": [
16054
- "default.handlebars->33->1342"
16061
+ "default.handlebars->33->1352"
16062
]
16063
},
16064
{
@@ -16071,7 +16078,7 @@
16078
"zh-chs": "英语(南非)",
16079
"zh-cht": "英語(南非)",
16080
"xloc": [
16074
- "default.handlebars->33->1343"
16081
+ "default.handlebars->33->1353"
16082
]
16083
},
16084
{
@@ -16091,7 +16098,7 @@
16098
"zh-chs": "英文(特立尼达和多巴哥)",
16099
"zh-cht": "英文(特立尼達和多巴哥)",
16100
"xloc": [
16094
- "default.handlebars->33->1344"
16101
+ "default.handlebars->33->1354"
16102
]
16103
},
16104
{
@@ -16111,7 +16118,7 @@
16118
"zh-chs": "英文(英国)",
16119
"zh-cht": "英文(英國)",
16120
"xloc": [
16114
- "default.handlebars->33->1345"
16121
+ "default.handlebars->33->1355"
16122
]
16123
},
16124
{
@@ -16131,7 +16138,7 @@
16138
"zh-chs": "美国英文",
16139
"zh-cht": "美國英語",
16140
"xloc": [
16134
- "default.handlebars->33->1346"
16141
+ "default.handlebars->33->1356"
16142
]
16143
},
16144
{
@@ -16151,7 +16158,7 @@
16158
"zh-chs": "英文(津巴布韦)",
16159
"zh-cht": "英文(津巴布韋)",
16160
"xloc": [
16154
- "default.handlebars->33->1347"
16161
+ "default.handlebars->33->1357"
16162
]
16163
},
16164
{
@@ -16173,9 +16180,9 @@
16180
"xloc": [
16181
"default-mobile.handlebars->11->371",
16182
"default.handlebars->33->1029",
16176
- "default.handlebars->33->1113",
16177
- "default.handlebars->33->1550",
16178
- "default.handlebars->33->1551",
16183
+ "default.handlebars->33->1122",
16184
+ "default.handlebars->33->1560",
16185
+ "default.handlebars->33->1561",
16186
"sharing.handlebars->11->55"
16187
]
16188
},
@@ -16196,7 +16203,7 @@
16203
"zh-chs": "输入管理领域名称的逗号分隔列表。",
16204
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
16205
"xloc": [
16199
- "default.handlebars->33->2098"
16206
+ "default.handlebars->33->2108"
16207
]
16208
},
16209
{
@@ -16318,7 +16325,7 @@
16325
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
16326
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
16327
"xloc": [
16321
- "default.handlebars->33->1261"
16328
+ "default.handlebars->33->1271"
16329
]
16330
},
16331
{
@@ -16348,8 +16355,8 @@
16355
"de": "Fehler, Einladungscode \\\"{0}\\\" wird bereits verwendet.",
16356
"ru": "Ошибка, пригласительный код \\\"{0}\\\" уже используется.",
16357
"xloc": [
16351
- "default-mobile.handlebars->11->656",
16352
- "default.handlebars->33->2396"
16358
+ "default-mobile.handlebars->11->665",
16359
+ "default.handlebars->33->2406"
16360
]
16361
},
16362
{
@@ -16359,8 +16366,8 @@
16366
"de": "Fehler, Password wurde nicht geändert.",
16367
"ru": "Ошибка, пароль не изменен.",
16368
"xloc": [
16362
- "default-mobile.handlebars->11->653",
16363
- "default.handlebars->33->2393"
16369
+ "default-mobile.handlebars->11->662",
16370
+ "default.handlebars->33->2403"
16371
]
16372
},
16373
{
@@ -16369,8 +16376,8 @@
16376
"fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
16377
"de": "Fehler, kann nicht zu häufig verwendeten Passwörtern geändert werden.",
16378
"xloc": [
16372
- "default-mobile.handlebars->11->652",
16373
- "default.handlebars->33->2392"
16379
+ "default-mobile.handlebars->11->661",
16380
+ "default.handlebars->33->2402"
16381
]
16382
},
16383
{
@@ -16379,8 +16386,8 @@
16386
"fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
16387
"de": "Fehler, Änderung des zuvor verwendeten Kennworts nicht möglich.",
16388
"xloc": [
16382
- "default-mobile.handlebars->11->651",
16383
- "default.handlebars->33->2391"
16389
+ "default-mobile.handlebars->11->660",
16390
+ "default.handlebars->33->2401"
16391
]
16392
},
16393
{
@@ -16430,7 +16437,7 @@
16437
"zh-chs": "世界文",
16438
"zh-cht": "世界語",
16439
"xloc": [
16433
- "default.handlebars->33->1348"
16440
+ "default.handlebars->33->1358"
16441
]
16442
},
16443
{
@@ -16450,7 +16457,7 @@
16457
"zh-chs": "爱沙尼亚文",
16458
"zh-cht": "愛沙尼亞語",
16459
"xloc": [
16453
- "default.handlebars->33->1349"
16460
+ "default.handlebars->33->1359"
16461
]
16462
},
16463
{
@@ -16470,7 +16477,7 @@
16477
"zh-chs": "事件详情",
16478
"zh-cht": "事件詳情",
16479
"xloc": [
16473
- "default.handlebars->33->1153"
16480
+ "default.handlebars->33->1163"
16481
]
16482
},
16483
{
@@ -16490,7 +16497,7 @@
16497
"zh-chs": "事件列表输出",
16498
"zh-cht": "事件列表輸出",
16499
"xloc": [
16493
- "default.handlebars->33->2009"
16500
+ "default.handlebars->33->2019"
16501
]
16502
},
16503
{
@@ -16606,7 +16613,7 @@
16613
"zh-chs": "到期时间",
16614
"zh-cht": "到期時間",
16615
"xloc": [
16609
- "default.handlebars->33->1511",
16616
+ "default.handlebars->33->1521",
16617
"default.handlebars->33->210",
16618
"default.handlebars->33->894"
16619
]
@@ -16648,7 +16655,7 @@
16655
"zh-chs": "过期{0}",
16656
"zh-cht": "過期{0}",
16657
"xloc": [
16651
- "default.handlebars->33->1564",
16658
+ "default.handlebars->33->1574",
16659
"sharing.handlebars->11->95"
16660
]
16661
},
@@ -16689,7 +16696,7 @@
16696
"zh-chs": "扩充式ASCII",
16697
"zh-cht": "擴充式ASCII",
16698
"xloc": [
16692
- "default.handlebars->33->1092",
16699
+ "default.handlebars->33->1093",
16700
"sharing.handlebars->11->34"
16701
]
16702
},
@@ -16731,7 +16738,7 @@
16738
"zh-chs": "外部",
16739
"zh-cht": "外部",
16740
"xloc": [
16734
- "default.handlebars->33->2459"
16741
+ "default.handlebars->33->2469"
16742
]
16743
},
16744
{
@@ -16771,7 +16778,7 @@
16778
"zh-chs": "FYRO马其顿语",
16779
"zh-cht": "FYRO馬其頓語",
16780
"xloc": [
16774
- "default.handlebars->33->1399"
16781
+ "default.handlebars->33->1409"
16782
]
16783
},
16784
{
@@ -16791,7 +16798,7 @@
16798
"zh-chs": "法罗语",
16799
"zh-cht": "法羅語",
16800
"xloc": [
16794
- "default.handlebars->33->1350"
16801
+ "default.handlebars->33->1360"
16802
]
16803
},
16804
{
@@ -16821,8 +16828,8 @@
16828
"de": "Fehler beim ändern der E-Mail-Adresse, wird bereits von einem anderen Konto verwendet: {0}.",
16829
"ru": "Не удалось изменить адрес электронной почты, другой аккаунт уже использует: {0}.",
16830
"xloc": [
16824
- "default-mobile.handlebars->11->647",
16825
- "default.handlebars->33->2387"
16831
+ "default-mobile.handlebars->11->656",
16832
+ "default.handlebars->33->2397"
16833
]
16834
},
16835
{
@@ -16851,7 +16858,7 @@
16858
"zh-chs": "本地用户拒绝后无法启动远程桌面",
16859
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16860
"xloc": [
16854
- "default.handlebars->33->1906"
16861
+ "default.handlebars->33->1916"
16862
]
16863
},
16864
{
@@ -16871,7 +16878,7 @@
16878
"zh-chs": "本地用户拒绝后无法启动远程文件",
16879
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16880
"xloc": [
16874
- "default.handlebars->33->1913"
16881
+ "default.handlebars->33->1923"
16882
]
16883
},
16884
{
@@ -16914,7 +16921,7 @@
16921
"zh-chs": "波斯文(波斯文)",
16922
"zh-cht": "波斯語(波斯語)",
16923
"xloc": [
16917
- "default.handlebars->33->1351"
16924
+ "default.handlebars->33->1361"
16925
]
16926
},
16927
{
@@ -16956,7 +16963,7 @@
16963
"zh-chs": "功能",
16964
"zh-cht": "功能",
16965
"xloc": [
16959
- "default.handlebars->33->1606"
16966
+ "default.handlebars->33->1616"
16967
]
16968
},
16969
{
@@ -16976,7 +16983,7 @@
16983
"zh-chs": "斐济",
16984
"zh-cht": "斐濟",
16985
"xloc": [
16979
- "default.handlebars->33->1352"
16986
+ "default.handlebars->33->1362"
16987
]
16988
},
16989
{
@@ -17016,8 +17023,8 @@
17023
"zh-chs": "档案编辑器",
17024
"zh-cht": "檔案編輯器",
17025
"xloc": [
17019
- "default-mobile.handlebars->11->425",
17020
- "default.handlebars->33->1124",
17026
+ "default-mobile.handlebars->11->434",
17027
+ "default.handlebars->33->1134",
17028
"default.handlebars->33->611",
17029
"sharing.handlebars->11->66"
17030
]
@@ -17055,8 +17062,8 @@
17062
"zh-chs": "档案操作",
17063
"zh-cht": "檔案操作",
17064
"xloc": [
17058
- "default.handlebars->33->1104",
17059
- "default.handlebars->33->1106",
17065
+ "default.handlebars->33->1113",
17066
+ "default.handlebars->33->1115",
17067
"sharing.handlebars->11->46",
17068
"sharing.handlebars->11->48"
17069
]
@@ -17087,7 +17094,7 @@
17094
"fr": "Transfert de fichiers",
17095
"ru": "Передача файлов",
17096
"xloc": [
17090
- "default.handlebars->33->2339"
17097
+ "default.handlebars->33->2349"
17098
]
17099
},
17100
{
@@ -17129,9 +17136,9 @@
17136
"xloc": [
17137
"default-mobile.handlebars->11->203",
17138
"default-mobile.handlebars->11->311",
17132
- "default.handlebars->33->1698",
17133
- "default.handlebars->33->2346",
17134
- "default.handlebars->33->2447",
17139
+ "default.handlebars->33->1708",
17140
+ "default.handlebars->33->2356",
17141
+ "default.handlebars->33->2457",
17142
"default.handlebars->33->317",
17143
"default.handlebars->33->803",
17144
"default.handlebars->33->870",
@@ -17177,9 +17184,9 @@
17184
"zh-chs": "档案通知",
17185
"zh-cht": "檔案通知",
17186
"xloc": [
17180
- "default.handlebars->33->1614",
17181
- "default.handlebars->33->2154",
17182
- "default.handlebars->33->2241",
17187
+ "default.handlebars->33->1624",
17188
+ "default.handlebars->33->2164",
17189
+ "default.handlebars->33->2251",
17190
"default.handlebars->33->716"
17191
]
17192
},
@@ -17200,9 +17207,9 @@
17207
"zh-chs": "档案提示",
17208
"zh-cht": "檔案提示",
17209
"xloc": [
17203
- "default.handlebars->33->1613",
17204
- "default.handlebars->33->2153",
17205
- "default.handlebars->33->2240",
17210
+ "default.handlebars->33->1623",
17211
+ "default.handlebars->33->2163",
17212
+ "default.handlebars->33->2250",
17213
"default.handlebars->33->715"
17214
]
17215
},
@@ -17224,7 +17231,7 @@
17231
"zh-cht": "過濾",
17232
"xloc": [
17233
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
17227
- "default.handlebars->33->1109",
17234
+ "default.handlebars->33->1118",
17235
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
17236
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
17237
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -17269,7 +17276,7 @@
17276
"zh-chs": "查找文件",
17277
"zh-cht": "查找文件",
17278
"xloc": [
17272
- "default.handlebars->33->1112",
17279
+ "default.handlebars->33->1121",
17280
"sharing.handlebars->11->54"
17281
]
17282
},
@@ -17290,7 +17297,7 @@
17297
"zh-chs": "录制会话已完成,{0}秒",
17298
"zh-cht": "錄製會話已完成,{0}秒",
17299
"xloc": [
17293
- "default.handlebars->33->1879"
17300
+ "default.handlebars->33->1889"
17301
]
17302
},
17303
{
@@ -17310,7 +17317,7 @@
17317
"zh-chs": "芬兰",
17318
"zh-cht": "芬蘭",
17319
"xloc": [
17313
- "default.handlebars->33->1353"
17320
+ "default.handlebars->33->1363"
17321
]
17322
},
17323
{
@@ -17319,8 +17326,8 @@
17326
"fr": "Parefeu",
17327
"ru": "Брандмауэр",
17328
"xloc": [
17322
- "default-mobile.handlebars->11->458",
17323
- "default-mobile.handlebars->11->460",
17329
+ "default-mobile.handlebars->11->467",
17330
+ "default-mobile.handlebars->11->469",
17331
"default.handlebars->33->700",
17332
"default.handlebars->33->702"
17333
]
@@ -17332,8 +17339,8 @@
17339
"de": "Firewall nicht aktiv",
17340
"ru": "Брандмауэр не активен",
17341
"xloc": [
17335
- "default.handlebars->33->1811",
17336
- "default.handlebars->33->1825"
17342
+ "default.handlebars->33->1821",
17343
+ "default.handlebars->33->1835"
17344
]
17345
},
17346
{
@@ -17540,8 +17547,8 @@
17547
"zh-chs": "下次登录时强制重置密码。",
17548
"zh-cht": "下次登入時強制重置密碼。",
17549
"xloc": [
17543
- "default.handlebars->33->2092",
17544
- "default.handlebars->33->2287"
17550
+ "default.handlebars->33->2102",
17551
+ "default.handlebars->33->2297"
17552
]
17553
},
17554
{
@@ -17624,7 +17631,7 @@
17631
"zh-chs": "格式化",
17632
"zh-cht": "格式化",
17633
"xloc": [
17627
- "default.handlebars->33->2000"
17634
+ "default.handlebars->33->2010"
17635
]
17636
},
17637
{
@@ -17665,8 +17672,8 @@
17672
"zh-chs": "自由",
17673
"zh-cht": "自由",
17674
"xloc": [
17668
- "default.handlebars->33->2405",
17669
- "default.handlebars->33->2407"
17675
+ "default.handlebars->33->2415",
17676
+ "default.handlebars->33->2417"
17677
]
17678
},
17679
{
@@ -17707,7 +17714,7 @@
17714
"zh-chs": "法文(比利时)",
17715
"zh-cht": "法語(比利時)",
17716
"xloc": [
17710
- "default.handlebars->33->1355"
17717
+ "default.handlebars->33->1365"
17718
]
17719
},
17720
{
@@ -17727,7 +17734,7 @@
17734
"zh-chs": "法文(加拿大)",
17735
"zh-cht": "法語(加拿大)",
17736
"xloc": [
17730
- "default.handlebars->33->1356"
17737
+ "default.handlebars->33->1366"
17738
]
17739
},
17740
{
@@ -17747,7 +17754,7 @@
17754
"zh-chs": "法文(法国)",
17755
"zh-cht": "法語(法國)",
17756
"xloc": [
17750
- "default.handlebars->33->1357"
17757
+ "default.handlebars->33->1367"
17758
]
17759
},
17760
{
@@ -17767,7 +17774,7 @@
17774
"zh-chs": "法文(卢森堡)",
17775
"zh-cht": "法語(盧森堡)",
17776
"xloc": [
17770
- "default.handlebars->33->1358"
17777
+ "default.handlebars->33->1368"
17778
]
17779
},
17780
{
@@ -17787,7 +17794,7 @@
17794
"zh-chs": "法文(摩纳哥)",
17795
"zh-cht": "法語(摩納哥)",
17796
"xloc": [
17790
- "default.handlebars->33->1359"
17797
+ "default.handlebars->33->1369"
17798
]
17799
},
17800
{
@@ -17807,7 +17814,7 @@
17814
"zh-chs": "法文(标准)",
17815
"zh-cht": "法語(標準)",
17816
"xloc": [
17810
- "default.handlebars->33->1354"
17817
+ "default.handlebars->33->1364"
17818
]
17819
},
17820
{
@@ -17827,7 +17834,7 @@
17834
"zh-chs": "法文(瑞士)",
17835
"zh-cht": "法語(瑞士)",
17836
"xloc": [
17830
- "default.handlebars->33->1360"
17837
+ "default.handlebars->33->1370"
17838
]
17839
},
17840
{
@@ -17847,7 +17854,7 @@
17854
"zh-chs": "弗里斯兰文",
17855
"zh-cht": "弗里斯蘭語",
17856
"xloc": [
17850
- "default.handlebars->33->1361"
17857
+ "default.handlebars->33->1371"
17858
]
17859
},
17860
{
@@ -17867,7 +17874,7 @@
17874
"zh-chs": "弗留利",
17875
"zh-cht": "弗留利",
17876
"xloc": [
17870
- "default.handlebars->33->1362"
17877
+ "default.handlebars->33->1372"
17878
]
17879
},
17880
{
@@ -17888,12 +17895,12 @@
17895
"zh-cht": "完整管理員",
17896
"xloc": [
17897
"default-mobile.handlebars->11->129",
17891
- "default-mobile.handlebars->11->565",
17892
- "default-mobile.handlebars->11->578",
17893
- "default-mobile.handlebars->11->598",
17894
- "default.handlebars->33->1557",
17895
- "default.handlebars->33->1717",
17896
- "default.handlebars->33->2104"
17898
+ "default-mobile.handlebars->11->574",
17899
+ "default-mobile.handlebars->11->587",
17900
+ "default-mobile.handlebars->11->607",
17901
+ "default.handlebars->33->1567",
17902
+ "default.handlebars->33->1727",
17903
+ "default.handlebars->33->2114"
17904
]
17905
},
17906
{
@@ -17913,7 +17920,7 @@
17920
"zh-chs": "完整管理员(保留所有权利)",
17921
"zh-cht": "完整管理員(保留所有權利)",
17922
"xloc": [
17916
- "default.handlebars->33->1754"
17923
+ "default.handlebars->33->1764"
17924
]
17925
},
17926
{
@@ -18033,7 +18040,7 @@
18040
"zh-chs": "完整管理员",
18041
"zh-cht": "完整管理員",
18042
"xloc": [
18036
- "default.handlebars->33->2202"
18043
+ "default.handlebars->33->2212"
18044
]
18045
},
18046
{
@@ -18053,8 +18060,8 @@
18060
"zh-chs": "全自动的",
18061
"zh-cht": "全自動的",
18062
"xloc": [
18056
- "default.handlebars->33->1631",
18057
- "default.handlebars->33->1656"
18063
+ "default.handlebars->33->1641",
18064
+ "default.handlebars->33->1666"
18065
]
18066
},
18067
{
@@ -18074,8 +18081,8 @@
18081
"zh-chs": "GPU",
18082
"zh-cht": "GPU",
18083
"xloc": [
18077
- "default-mobile.handlebars->11->522",
18078
- "default.handlebars->33->1222"
18084
+ "default-mobile.handlebars->11->531",
18085
+ "default.handlebars->33->1232"
18086
]
18087
},
18088
{
@@ -18095,7 +18102,7 @@
18102
"zh-chs": "盖尔文(爱尔兰)",
18103
"zh-cht": "蓋爾語(愛爾蘭)",
18104
"xloc": [
18098
- "default.handlebars->33->1364"
18105
+ "default.handlebars->33->1374"
18106
]
18107
},
18108
{
@@ -18115,7 +18122,7 @@
18122
"zh-chs": "盖尔文(苏格兰文)",
18123
"zh-cht": "蓋爾語(蘇格蘭語)",
18124
"xloc": [
18118
- "default.handlebars->33->1363"
18125
+ "default.handlebars->33->1373"
18126
]
18127
},
18128
{
@@ -18135,7 +18142,7 @@
18142
"zh-chs": "加拉契文",
18143
"zh-cht": "加拉契語",
18144
"xloc": [
18138
- "default.handlebars->33->1365"
18145
+ "default.handlebars->33->1375"
18146
]
18147
},
18148
{
@@ -18261,7 +18268,7 @@
18268
"zh-chs": "格鲁吉亚文",
18269
"zh-cht": "格魯吉亞文",
18270
"xloc": [
18264
- "default.handlebars->33->1366"
18271
+ "default.handlebars->33->1376"
18272
]
18273
},
18274
{
@@ -18281,7 +18288,7 @@
18288
"zh-chs": "德文(奥地利)",
18289
"zh-cht": "德語(奧地利)",
18290
"xloc": [
18284
- "default.handlebars->33->1368"
18291
+ "default.handlebars->33->1378"
18292
]
18293
},
18294
{
@@ -18301,7 +18308,7 @@
18308
"zh-chs": "德文(德国)",
18309
"zh-cht": "德文(德國)",
18310
"xloc": [
18304
- "default.handlebars->33->1369"
18311
+ "default.handlebars->33->1379"
18312
]
18313
},
18314
{
@@ -18321,7 +18328,7 @@
18328
"zh-chs": "德文(列支敦士登)",
18329
"zh-cht": "德文(列支敦士登)",
18330
"xloc": [
18324
- "default.handlebars->33->1370"
18331
+ "default.handlebars->33->1380"
18332
]
18333
},
18334
{
@@ -18341,7 +18348,7 @@
18348
"zh-chs": "德文(卢森堡)",
18349
"zh-cht": "德語(盧森堡)",
18350
"xloc": [
18344
- "default.handlebars->33->1371"
18351
+ "default.handlebars->33->1381"
18352
]
18353
},
18354
{
@@ -18361,7 +18368,7 @@
18368
"zh-chs": "德文(标准)",
18369
"zh-cht": "德語(標準)",
18370
"xloc": [
18364
- "default.handlebars->33->1367"
18371
+ "default.handlebars->33->1377"
18372
]
18373
},
18374
{
@@ -18381,7 +18388,7 @@
18388
"zh-chs": "德文(瑞士)",
18389
"zh-cht": "德文(瑞士)",
18390
"xloc": [
18384
- "default.handlebars->33->1372"
18391
+ "default.handlebars->33->1382"
18392
]
18393
},
18394
{
@@ -18442,7 +18449,7 @@
18449
"zh-chs": "正在获取剪贴板内容,{0}个字节",
18450
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
18451
"xloc": [
18445
- "default.handlebars->33->1893"
18452
+ "default.handlebars->33->1903"
18453
]
18454
},
18455
{
@@ -18504,7 +18511,7 @@
18511
"zh-chs": "好",
18512
"zh-cht": "好",
18513
"xloc": [
18507
- "default.handlebars->33->1553"
18514
+ "default.handlebars->33->1563"
18515
]
18516
},
18517
{
@@ -18549,8 +18556,8 @@
18556
"zh-chs": "Google云端硬盘备份",
18557
"zh-cht": "Google雲端硬盤備份",
18558
"xloc": [
18552
- "default.handlebars->33->1574",
18553
- "default.handlebars->33->1577",
18559
+ "default.handlebars->33->1584",
18560
+ "default.handlebars->33->1587",
18561
"default.handlebars->33->232"
18562
]
18563
},
@@ -18571,7 +18578,7 @@
18578
"zh-chs": "Google云端硬盘控制台",
18579
"zh-cht": "Google雲端硬盤控制台",
18580
"xloc": [
18574
- "default.handlebars->33->1571"
18581
+ "default.handlebars->33->1581"
18582
]
18583
},
18584
{
@@ -18611,7 +18618,7 @@
18618
"zh-chs": "Google云端硬盘备份当前处于活动状态。",
18619
"zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
18620
"xloc": [
18614
- "default.handlebars->33->1575"
18621
+ "default.handlebars->33->1585"
18622
]
18623
},
18624
{
@@ -18640,7 +18647,7 @@
18647
"zh-chs": "希腊文",
18648
"zh-cht": "希臘文",
18649
"xloc": [
18643
- "default.handlebars->33->1373"
18650
+ "default.handlebars->33->1383"
18651
]
18652
},
18653
{
@@ -18682,8 +18689,8 @@
18689
"zh-chs": "集体指令",
18690
"zh-cht": "集體指令",
18691
"xloc": [
18685
- "default.handlebars->33->2048",
18686
- "default.handlebars->33->2127",
18692
+ "default.handlebars->33->2058",
18693
+ "default.handlebars->33->2137",
18694
"default.handlebars->33->533",
18695
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
18696
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -18707,7 +18714,7 @@
18714
"zh-chs": "通过...分组",
18715
"zh-cht": "通過...分群",
18716
"xloc": [
18710
- "default.handlebars->33->1996"
18717
+ "default.handlebars->33->2006"
18718
]
18719
},
18720
{
@@ -18727,7 +18734,7 @@
18734
"zh-chs": "组标识符",
18735
"zh-cht": "群標識符",
18736
"xloc": [
18730
- "default.handlebars->33->2144"
18737
+ "default.handlebars->33->2154"
18738
]
18739
},
18740
{
@@ -18747,7 +18754,7 @@
18754
"zh-chs": "群组成员",
18755
"zh-cht": "群組成員",
18756
"xloc": [
18750
- "default.handlebars->33->2165"
18757
+ "default.handlebars->33->2175"
18758
]
18759
},
18760
{
@@ -18767,7 +18774,7 @@
18774
"zh-chs": "用户{0}的群组权限。",
18775
"zh-cht": "用戶{0}的群組權限。",
18776
"xloc": [
18770
- "default.handlebars->33->1716"
18777
+ "default.handlebars->33->1726"
18778
]
18779
},
18780
{
@@ -18787,7 +18794,7 @@
18794
"zh-chs": "{0}的群组权限。",
18795
"zh-cht": "{0}的群組權限。",
18796
"xloc": [
18790
- "default.handlebars->33->1715"
18797
+ "default.handlebars->33->1725"
18798
]
18799
},
18800
{
@@ -18887,7 +18894,7 @@
18894
"de": "Mit einem Gast Teilen",
18895
"ru": "Делиться с гостями",
18896
"xloc": [
18890
- "default.handlebars->33->1724"
18897
+ "default.handlebars->33->1734"
18898
]
18899
},
18900
{
@@ -18907,7 +18914,7 @@
18914
"zh-chs": "古久拉提",
18915
"zh-cht": "古久拉提",
18916
"xloc": [
18910
- "default.handlebars->33->1374"
18917
+ "default.handlebars->33->1384"
18918
]
18919
},
18920
{
@@ -18916,7 +18923,7 @@
18923
"fr": "HTTP",
18924
"ru": "HTTP",
18925
"xloc": [
18919
- "default.handlebars->33->2443"
18926
+ "default.handlebars->33->2453"
18927
]
18928
},
18929
{
@@ -18959,7 +18966,7 @@
18966
"zh-chs": "海地文",
18967
"zh-cht": "海地文",
18968
"xloc": [
18962
- "default.handlebars->33->1375"
18969
+ "default.handlebars->33->1385"
18970
]
18971
},
18972
{
@@ -18999,8 +19006,8 @@
19006
"zh-chs": "强行断开代理",
19007
"zh-cht": "強行斷開代理",
19008
"xloc": [
19002
- "default-mobile.handlebars->11->552",
19003
- "default.handlebars->33->1253"
19009
+ "default-mobile.handlebars->11->561",
19010
+ "default.handlebars->33->1263"
19011
]
19012
},
19013
{
@@ -19020,7 +19027,7 @@
19027
"zh-chs": "堆总数",
19028
"zh-cht": "堆總數",
19029
"xloc": [
19023
- "default.handlebars->33->2461"
19030
+ "default.handlebars->33->2471"
19031
]
19032
},
19033
{
@@ -19040,7 +19047,7 @@
19047
"zh-chs": "堆使用",
19048
"zh-cht": "堆使用",
19049
"xloc": [
19043
- "default.handlebars->33->2460"
19050
+ "default.handlebars->33->2470"
19051
]
19052
},
19053
{
@@ -19060,7 +19067,7 @@
19067
"zh-chs": "希伯来文",
19068
"zh-cht": "希伯來文",
19069
"xloc": [
19063
- "default.handlebars->33->1376"
19070
+ "default.handlebars->33->1386"
19071
]
19072
},
19073
{
@@ -19121,7 +19128,7 @@
19128
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
19129
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
19130
"xloc": [
19124
- "default.handlebars->33->1970"
19131
+ "default.handlebars->33->1980"
19132
]
19133
},
19134
{
@@ -19182,7 +19189,7 @@
19189
"zh-chs": "帮助翻译MeshCentral",
19190
"zh-cht": "幫助翻譯MeshCentral",
19191
"xloc": [
19185
- "default.handlebars->33->1491"
19192
+ "default.handlebars->33->1501"
19193
]
19194
},
19195
{
@@ -19286,7 +19293,7 @@
19293
"zh-chs": "印地文",
19294
"zh-cht": "印地文",
19295
"xloc": [
19289
- "default.handlebars->33->1377"
19296
+ "default.handlebars->33->1387"
19297
]
19298
},
19299
{
@@ -19323,8 +19330,8 @@
19330
"zh-chs": "保存1个条目进行复制",
19331
"zh-cht": "保存1個項目進行複製",
19332
"xloc": [
19326
- "default-mobile.handlebars->11->434",
19327
- "default.handlebars->33->1134",
19333
+ "default-mobile.handlebars->11->443",
19334
+ "default.handlebars->33->1144",
19335
"sharing.handlebars->11->76"
19336
]
19337
},
@@ -19345,8 +19352,8 @@
19352
"zh-chs": "保存1个项目进行移动",
19353
"zh-cht": "保存1個項目進行移動",
19354
"xloc": [
19348
- "default-mobile.handlebars->11->438",
19349
- "default.handlebars->33->1138",
19355
+ "default-mobile.handlebars->11->447",
19356
+ "default.handlebars->33->1148",
19357
"sharing.handlebars->11->80"
19358
]
19359
},
@@ -19367,8 +19374,8 @@
19374
"zh-chs": "保存{0}个条目进行复制",
19375
"zh-cht": "保留{0}個項目進行複製",
19376
"xloc": [
19370
- "default-mobile.handlebars->11->432",
19371
- "default.handlebars->33->1132",
19377
+ "default-mobile.handlebars->11->441",
19378
+ "default.handlebars->33->1142",
19379
"sharing.handlebars->11->74"
19380
]
19381
},
@@ -19389,8 +19396,8 @@
19396
"zh-chs": "保存{0}个条目以进行移动",
19397
"zh-cht": "保存{0}個項目以進行移動",
19398
"xloc": [
19392
- "default-mobile.handlebars->11->436",
19393
- "default.handlebars->33->1136",
19399
+ "default-mobile.handlebars->11->445",
19400
+ "default.handlebars->33->1146",
19401
"sharing.handlebars->11->78"
19402
]
19403
},
@@ -19412,7 +19419,7 @@
19419
"zh-cht": "保存{0}項目{1}給{2}",
19420
"xloc": [
19421
"default-mobile.handlebars->11->153",
19415
- "default.handlebars->33->1866"
19422
+ "default.handlebars->33->1876"
19423
]
19424
},
19425
{
@@ -19446,9 +19453,9 @@
19453
"default-mobile.handlebars->11->253",
19454
"default-mobile.handlebars->11->255",
19455
"default-mobile.handlebars->11->356",
19449
- "default-mobile.handlebars->11->481",
19456
+ "default-mobile.handlebars->11->490",
19457
"default.handlebars->33->1002",
19451
- "default.handlebars->33->1171",
19458
+ "default.handlebars->33->1181",
19459
"default.handlebars->33->349",
19460
"default.handlebars->33->358",
19461
"default.handlebars->33->651"
@@ -19471,7 +19478,7 @@
19478
"zh-chs": "主机名同步",
19479
"zh-cht": "主機名同步",
19480
"xloc": [
19474
- "default.handlebars->33->1603"
19481
+ "default.handlebars->33->1613"
19482
]
19483
},
19484
{
@@ -19491,7 +19498,7 @@
19498
"zh-chs": "匈牙利文",
19499
"zh-cht": "匈牙利文",
19500
"xloc": [
19494
- "default.handlebars->33->1378"
19501
+ "default.handlebars->33->1388"
19502
]
19503
},
19504
{
@@ -19554,9 +19561,9 @@
19561
"zh-chs": "IP:{0}",
19562
"zh-cht": "IP:{0}",
19563
"xloc": [
19557
- "default.handlebars->33->1181",
19564
"default.handlebars->33->1191",
19559
- "default.handlebars->33->1195"
19565
+ "default.handlebars->33->1201",
19566
+ "default.handlebars->33->1205"
19567
]
19568
},
19569
{
@@ -19576,9 +19583,9 @@
19583
"zh-chs": "IP:{0},掩码:{1},网关:{2}",
19584
"zh-cht": "IP:{0},遮罩:{1},閘道:{2}",
19585
"xloc": [
19579
- "default.handlebars->33->1179",
19586
"default.handlebars->33->1189",
19581
- "default.handlebars->33->1193"
19587
+ "default.handlebars->33->1199",
19588
+ "default.handlebars->33->1203"
19589
]
19590
},
19591
{
@@ -19598,12 +19605,12 @@
19605
"zh-chs": "IPv4层",
19606
"zh-cht": "IPv4層",
19607
"xloc": [
19601
- "default-mobile.handlebars->11->488",
19602
- "default-mobile.handlebars->11->490",
19603
- "default.handlebars->33->1178",
19604
- "default.handlebars->33->1180",
19608
+ "default-mobile.handlebars->11->497",
19609
+ "default-mobile.handlebars->11->499",
19610
"default.handlebars->33->1188",
19606
- "default.handlebars->33->1190"
19611
+ "default.handlebars->33->1190",
19612
+ "default.handlebars->33->1198",
19613
+ "default.handlebars->33->1200"
19614
]
19615
},
19616
{
@@ -19686,10 +19693,10 @@
19693
"zh-chs": "IPv6层",
19694
"zh-cht": "IPv6層",
19695
"xloc": [
19689
- "default-mobile.handlebars->11->492",
19690
- "default-mobile.handlebars->11->494",
19691
- "default.handlebars->33->1192",
19692
- "default.handlebars->33->1194"
19696
+ "default-mobile.handlebars->11->501",
19697
+ "default-mobile.handlebars->11->503",
19698
+ "default.handlebars->33->1202",
19699
+ "default.handlebars->33->1204"
19700
]
19701
},
19702
{
@@ -19769,7 +19776,7 @@
19776
"zh-chs": "冰岛文",
19777
"zh-cht": "冰島文",
19778
"xloc": [
19772
- "default.handlebars->33->1379"
19779
+ "default.handlebars->33->1389"
19780
]
19781
},
19782
{
@@ -19810,10 +19817,10 @@
19817
"zh-chs": "识别码",
19818
"zh-cht": "識別符",
19819
"xloc": [
19813
- "default-mobile.handlebars->11->480",
19814
- "default-mobile.handlebars->11->520",
19815
- "default.handlebars->33->1170",
19816
- "default.handlebars->33->1220"
19820
+ "default-mobile.handlebars->11->489",
19821
+ "default-mobile.handlebars->11->529",
19822
+ "default.handlebars->33->1180",
19823
+ "default.handlebars->33->1230"
19824
]
19825
},
19826
{
@@ -19833,7 +19840,7 @@
19840
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
19841
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
19842
"xloc": [
19836
- "default.handlebars->33->1670"
19843
+ "default.handlebars->33->1680"
19844
]
19845
},
19846
{
@@ -19947,7 +19954,7 @@
19954
"nl": "Om authenticatie met pushmeldingen te gebruiken, moet een mobiel apparaat met volledige rechten in uw account zijn ingesteld.",
19955
"fr": "Afin de pousser des notifications pour l'authentification, un appareil mobile doit être configuré sur votre compte avec tous les droits.",
19956
"xloc": [
19950
- "default.handlebars->33->1274"
19957
+ "default.handlebars->33->1284"
19958
]
19959
},
19960
{
@@ -20028,7 +20035,7 @@
20035
"zh-chs": "印度尼西亚文",
20036
"zh-cht": "印度尼西亞文",
20037
"xloc": [
20031
- "default.handlebars->33->1380"
20038
+ "default.handlebars->33->1390"
20039
]
20040
},
20041
{
@@ -20205,7 +20212,7 @@
20212
"de": "Auf diesem Gerät installieren",
20213
"ru": "Установить на это устройство",
20214
"xloc": [
20208
- "default-mobile.handlebars->11->562"
20215
+ "default-mobile.handlebars->11->571"
20216
]
20217
},
20218
{
@@ -20215,7 +20222,7 @@
20222
"de": "Installieren Sie den MeshCentral Agent auf Ihrem Android-Gerät. Klicken Sie nach der Installation auf den Link, um Ihr Gerät mit diesem Server zu verbinden.",
20223
"ru": "Установите MeshCentral Agent на свое устройство Android..После установки щелкните ссылку сопряжения, чтобы подключить ваше устройство к этому серверу..",
20224
"xloc": [
20218
- "default-mobile.handlebars->11->574"
20225
+ "default-mobile.handlebars->11->583"
20226
]
20227
},
20228
{
@@ -20235,8 +20242,8 @@
20242
"zh-chs": "安装类型",
20243
"zh-cht": "安裝方式",
20244
"xloc": [
20238
- "default.handlebars->33->1787",
20239
- "default.handlebars->33->1794",
20245
+ "default.handlebars->33->1797",
20246
+ "default.handlebars->33->1804",
20247
"default.handlebars->33->405",
20248
"default.handlebars->33->419",
20249
"default.handlebars->33->435"
@@ -20259,7 +20266,7 @@
20266
"zh-chs": "英特尔(F10 = ESC + [OM)",
20267
"zh-cht": "Intel(F10 = ESC + [OM)",
20268
"xloc": [
20262
- "default.handlebars->33->1094",
20269
+ "default.handlebars->33->1095",
20270
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
20271
"sharing.handlebars->11->36",
20272
"sharing.handlebars->p12->9->1->terminalSettingsButtons"
@@ -20282,7 +20289,7 @@
20289
"zh-chs": "英特尔AMT",
20290
"zh-cht": "英特爾AMT",
20291
"xloc": [
20285
- "default.handlebars->33->2457"
20292
+ "default.handlebars->33->2467"
20293
]
20294
},
20295
{
@@ -20290,7 +20297,7 @@
20297
"fr": "Gestionnaire Intel AMT",
20298
"nl": "Intel AMT beheerder",
20299
"xloc": [
20293
- "default.handlebars->33->2484"
20300
+ "default.handlebars->33->2494"
20301
]
20302
},
20303
{
@@ -20310,7 +20317,7 @@
20317
"zh-chs": "英特尔ASCII",
20318
"zh-cht": "Intel ASCII",
20319
"xloc": [
20313
- "default.handlebars->33->1093",
20320
+ "default.handlebars->33->1094",
20321
"sharing.handlebars->11->35"
20322
]
20323
},
@@ -20334,11 +20341,11 @@
20341
"default-mobile.handlebars->11->237",
20342
"default-mobile.handlebars->11->285",
20343
"default-mobile.handlebars->11->290",
20337
- "default.handlebars->33->1621",
20338
- "default.handlebars->33->1632",
20339
- "default.handlebars->33->1806",
20340
- "default.handlebars->33->1819",
20341
- "default.handlebars->33->2483",
20344
+ "default.handlebars->33->1631",
20345
+ "default.handlebars->33->1642",
20346
+ "default.handlebars->33->1816",
20347
+ "default.handlebars->33->1829",
20348
+ "default.handlebars->33->2493",
20349
"default.handlebars->33->621",
20350
"default.handlebars->33->686",
20351
"default.handlebars->33->726"
@@ -20517,7 +20524,7 @@
20524
"zh-chs": "英特尔®AMT政策",
This file is too large to show in full.
views/default-mobile.handlebars
+55
-10
@@ -944,9 +944,10 @@
944
<div id=p10files style="position:absolute;top:55px;bottom:0px;width:100%;display:none">
945
<table id="p13toolbar" style="width:100%;height:111px" cellpadding="0" cellspacing="0">
946
<tr>
947
- <td style="background-color:#C0C0C0;border-bottom:2px solid black;padding:2px">
947
+ <td style="background-color:#C0C0C0;border-bottom:2px solid black;padding:2px;line-height:24px">
948
<div style="float:right;text-align:right">
949
<input id="filesActionsBtn" type=button onkeypress="return false" onkeydown="return false" value=Actions onclick=deviceActionFunction() style=margin-right:2px />
950
+ <div id="filesCustomUpperRight" style="float:left;margin-right:6px"></div>
951
</div>
952
<div style="margin-left:2px">
953
<input id=p13AutoConnect value="AutoConnect" onclick=autoConnectFiles(event) onkeypress="return false" onkeydown="return false" type="button" style="display:none">
@@ -3444,8 +3445,8 @@
3445
3446
QH('p10html', x);
3447
3447
- // If we are looking at a local non-windows device, enable terminal capability.
3448
- if ((node.mtype == 3) && (node.agent != null) && (node.agent.id > 4) && (features2 & 0x00000200)) { node.agent.caps = 2; }
3448
+ // If we are looking at a local non-windows device, enable terminal and files capability.
3449
+ if ((node.mtype == 3) && (node.agent != null) && (node.agent.id > 4) && (features2 & 0x00000200)) { node.agent.caps = 6; }
3450
3451
// Show node last 7 days timeline
3452
//drawDeviceTimeline();
@@ -3539,7 +3540,7 @@
3540
(((currentNode.agent == null) && ((typeof currentNode.intelamt.sku !== 'number') || ((currentNode.intelamt.sku & 8) != 0))) || (currentNode.agent && (currentNode.agent.caps & 2)))
3541
) { menus.push({ n: "Terminal", f: 'setupDeviceMenu(5)' }); }
3542
3542
- if ((currentDevicePanel != 2) && (currentNode != null) && (meshrights & 8) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 1024) == 0)) && ((currentNode.mtype == 2) && (currentNode.agent.caps & 4))) { menus.push({ n: "Files", f: 'setupDeviceMenu(2)' }); }
3543
+ if ((currentDevicePanel != 2) && (currentNode != null) && (meshrights & 8) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 1024) == 0)) && ((currentNode.mtype != 1) && (currentNode.agent.caps & 4))) { menus.push({ n: "Files", f: 'setupDeviceMenu(2)' }); }
3544
if ((currentDevicePanel != 3) && (currentNode != null) && (currentNode.mtype != 3)) { menus.push({ n: "Details", f: 'setupDeviceMenu(3)' }); }
3545
if ((currentDevicePanel != 4) && (currentNode != null) && (meshrights & 0x00000010) && (currentNode.mtype == 2)) { menus.push({ n: "Console", f: 'setupDeviceMenu(4)' }); }
3546
updateFooterMenu(menus);
@@ -4023,6 +4024,17 @@
4024
}
4025
}
4026
4027
+ function p13setConsoleMsg(msg, timeout) {
4028
+ if (msg) {
4029
+ Q('p13FilesConsoleMsg').innerHTML += msg;
4030
+ QV('p13FilesConsoleMsg', true);
4031
+ if (p13FilesConsoleMsgTimer != null) { clearTimeout(p13FilesConsoleMsgTimer); }
4032
+ if (timeout) { p13FilesConsoleMsgTimer = setTimeout(p13clearConsoleMsg, timeout); }
4033
+ } else {
4034
+ p13clearConsoleMsg();
4035
+ }
4036
+ }
4037
+
4038
function onDesktopStateChange(xdesktop, state) {
4039
var xstate = state;
4040
if ((xstate == 3) && (xdesktop.contype == 2)) { xstate++; }
@@ -4510,8 +4522,8 @@
4522
var termState = ((terminal != null) && (terminal.state != 0));
4523
QE('termFullScreen', (termState != 0));
4524
4513
- // If we are looking at a local non-windows device, enable terminal capability.
4514
- if ((terminalNode.mtype == 3) && (terminalNode.agent != null) && (terminalNode.agent.id > 4) && (features2 & 0x00000200)) { terminalNode.agent.caps = 2; }
4525
+ // If we are looking at a local non-windows device, enable terminal and files capability.
4526
+ if ((terminalNode.mtype == 3) && (terminalNode.agent != null) && (terminalNode.agent.id > 4) && (features2 & 0x00000200)) { terminalNode.agent.caps = 6; }
4527
4528
// Show the right buttons
4529
QV('disconnectbutton2span', (termState == true));
@@ -4720,9 +4732,10 @@
4732
// Setup the files tab
4733
var samenode = (filesNode == currentNode);
4734
filesNode = currentNode;
4723
- var online = ((filesNode.conn & 1) != 0) ? true : false; // If Agent (1) connected, enable Terminal
4735
+ var online = ((filesNode.conn & 1) != 0) || (filesNode.mtype == 3); // If Agent (1) connected, enable Terminal
4736
QE('p13Connect', online);
4737
if (((samenode == false) || (online == false)) && files) { files.Stop(); files = null; }
4738
+ p13setActions();
4739
}
4740
4741
function onFilesStateChange(xfiles, state) {
@@ -4769,6 +4782,7 @@
4782
if (!files) {
4783
// Setup a mesh agent files
4784
files = CreateAgentRedirect(meshserver, CreateRemoteFiles(p13gotFiles), serverPublicNamePort, authCookie, authRelayCookie, domainUrl);
4785
+ if (filesNode.mtype == 3) { files.urlname = 'sshfilesrelay.ashx'; } // If this is a SSH session, change the URL to the SSH application relay.
4786
files.attemptWebRTC = attemptWebRTC;
4787
files.onStateChanged = onFilesStateChange;
4788
files.onConsoleMessageChange = function () {
@@ -4802,6 +4816,23 @@
4816
try { data = JSON.parse(decode_utf8(data)); } catch (ex) { data = JSON.parse(data); }
4817
if (data.action == 'download') { p13gotDownloadCommand(data); return; }
4818
4819
+ // Process any SSH actions
4820
+ switch (data.action) {
4821
+ case 'sshauth': {
4822
+ var x = '';
4823
+ x += addHtmlValue("Username", '<input id=dp2user style=width:190px maxlength=64 autocomplete=off onkeyup=sshAuthKeyUp(event) />');
4824
+ x += addHtmlValue("Password", '<input type=password id=dp2pass style=width:190px maxlength=64 autocomplete=off onkeyup=sshAuthKeyUp(event) />');
4825
+ x += '<label><input id=dp2keep type=checkbox>' + "Remember credentials" + '</label>';
4826
+ setDialogMode(2, "Authentication", 11, p13sshConnectEx, x, 'ssh');
4827
+ setTimeout(sshAuthKeyUp, 50);
4828
+ return;
4829
+ }
4830
+ case 'autherror': { p13setConsoleMsg("Authentication Error", 5000); return; }
4831
+ case 'connectionerror': { p13setConsoleMsg("Connection Error", 5000); return; }
4832
+ case 'sessionerror': { p13setConsoleMsg("Session expired", 5000); return; }
4833
+ case 'sessiontimeout': { p13setConsoleMsg("Session timeout", 5000); return; }
4834
+ }
4835
+
4836
// Process file upload commands
4837
if ((data.action != null) && (data.action.startsWith('upload'))) { p13gotUploadData(data); return; }
4838
@@ -4826,6 +4857,14 @@
4857
}
4858
}
4859
4860
+ function p13sshConnectEx(b) {
4861
+ if (b == 0) {
4862
+ if (files != null) { connectFiles(); } // Disconnect
4863
+ } else {
4864
+ files.socket.send(JSON.stringify({ action: 'sshauth', username: Q('dp2user').value, password: Q('dp2pass').value, keep: Q('dp2keep').checked }));
4865
+ }
4866
+ }
4867
+
4868
function p13getCheckedNames() {
4869
// Save all existing checked boxes
4870
var checkedNames = [], checkboxes = document.getElementsByName('fd');
@@ -4933,10 +4972,16 @@
4972
QE('p13SelectAllButton', tc > 0);
4973
Q('p13SelectAllButton').value = (cc > 0 ? "None" : "All");
4974
QE('p13RefreshButton', true);
4936
- QE('p13CutButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false)));
4937
- QE('p13CopyButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false)));
4938
- QE('p13PasteButton', advancedFeatures && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0)));
4975
+ QE('p13CutButton', advancedFeatures && (cc > 0) && (cc == sfc) && (currentNode.mtype != 3) && ((p13filetreelocation.length > 0) || (winAgent == false)));
4976
+ QE('p13CopyButton', advancedFeatures && (cc > 0) && (cc == sfc) && (currentNode.mtype != 3) && ((p13filetreelocation.length > 0) || (winAgent == false)));
4977
+ QE('p13PasteButton', advancedFeatures && (currentNode.mtype != 3) && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0)));
4978
+ }
4979
+ if (filesNode.mtype != 3) {
4980
+ QH('filesCustomUpperRight', '');
4981
+ } else {
4982
+ QH('filesCustomUpperRight', '<a style=cursor:pointer onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (filesNode.sshport ? filesNode.sshport : 22)) + '</a>');
4983
}
4984
+ QV('filesActionsBtn', filesNode.mtype != 3);
4985
}
4986
4987
function p13getFileSelCount(includeDirs) { var cc = 0; var checkboxes = document.getElementsByName('fd'); for (var i = 0; i < checkboxes.length; i++) { if ((checkboxes[i].checked) && ((includeDirs != false) || (checkboxes[i].attributes.file.value == '3'))) cc++; } return cc; }
views/default.handlebars
+2
-2
@@ -8616,7 +8616,7 @@
8616
if (terminalNode.mtype != 3) {
8617
QH('terminalCustomUpperRight', '');
8618
} else {
8619
- QH('terminalCustomUpperRight', '<a onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (terminalNode.sshport?terminalNode.sshport:22)) + '</a>');
8619
+ QH('terminalCustomUpperRight', '<a style=cursor:pointer onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (terminalNode.sshport?terminalNode.sshport:22)) + '</a>');
8620
}
8621
8622
// Enable buttons
@@ -9295,7 +9295,7 @@
9295
if (filesNode.mtype != 3) {
9296
QH('filesCustomUpperRight', '');
9297
} else {
9298
- QH('filesCustomUpperRight', '<a onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (filesNode.sshport?filesNode.sshport:22)) + '</a>');
9298
+ QH('filesCustomUpperRight', '<a style=cursor:pointer onclick=cmsshportaction(1,event)>' + format("SSH Port {0}", (filesNode.sshport?filesNode.sshport:22)) + '</a>');
9299
}
9300
QV('filesActionsBtn', filesNode.mtype != 3);
9301
QV('p13FindButton', filesNode.mtype != 3);