diff --git a/apprelays.js b/apprelays.js index 18e7913a..fa7248c9 100644 --- a/apprelays.js +++ b/apprelays.js @@ -710,7 +710,6 @@ module.exports.CreateSshFilesRelay = function (parent, db, ws, req, domain, user }); }); obj.sshClient.on('error', function (err) { - console.log('error', err); if (err.level == 'client-authentication') { try { obj.ws.send(JSON.stringify({ action: 'autherror' })); } catch (ex) { } } if (err.level == 'client-timeout') { try { obj.ws.send(JSON.stringify({ action: 'sessiontimeout' })); } catch (ex) { } } obj.close(); diff --git a/package.json b/package.json index c08c3ae2..dd87d038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.8.45", + "version": "0.8.46", "keywords": [ "Remote Device Management", "Remote Device Monitoring", diff --git a/public/scripts/agent-redir-ws-0.1.1-min.js b/public/scripts/agent-redir-ws-0.1.1-min.js index f214c7a3..6cfe6e78 100644 --- a/public/scripts/agent-redir-ws-0.1.1-min.js +++ b/public/scripts/agent-redir-ws-0.1.1-min.js @@ -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;o33->1628", - "default.handlebars->33->1630" + "default.handlebars->33->1638", + "default.handlebars->33->1640" ] }, { @@ -204,7 +204,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->33->1529" + "default.handlebars->33->1539" ] }, { @@ -224,8 +224,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->33->1707", - "default.handlebars->33->2195" + "default.handlebars->33->1717", + "default.handlebars->33->2205" ] }, { @@ -430,7 +430,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->33->1676", + "default.handlebars->33->1686", "default.handlebars->33->376" ] }, @@ -505,8 +505,8 @@ "zh-chs": ",", "zh-cht": ",", "xloc": [ - "default-mobile.handlebars->11->621", - "default.handlebars->33->1778" + "default-mobile.handlebars->11->630", + "default.handlebars->33->1788" ] }, { @@ -556,8 +556,8 @@ "zh-chs": ",MQTT在线", "zh-cht": ",MQTT在線", "xloc": [ - "default-mobile.handlebars->11->538", - "default.handlebars->33->1239" + "default-mobile.handlebars->11->547", + "default.handlebars->33->1249" ] }, { @@ -652,7 +652,7 @@ "default-mobile.handlebars->11->412", "default.handlebars->33->1020", "default.handlebars->33->1083", - "default.handlebars->33->1102", + "default.handlebars->33->1103", "sharing.handlebars->11->19", "sharing.handlebars->11->27", "sharing.handlebars->11->44", @@ -842,10 +842,10 @@ "zh-cht": "...", "xloc": [ "default-mobile.handlebars->11->132", - "default-mobile.handlebars->11->414", - "default.handlebars->33->1108", - "default.handlebars->33->1830", - "default.handlebars->33->2364", + "default-mobile.handlebars->11->422", + "default.handlebars->33->1117", + "default.handlebars->33->1840", + "default.handlebars->33->2374", "sharing.handlebars->11->50" ] }, @@ -903,7 +903,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->33->2268" + "default.handlebars->33->2278" ] }, { @@ -924,8 +924,8 @@ "zh-cht": "1個位元組", "xloc": [ "default-mobile.handlebars->11->142", - "default-mobile.handlebars->11->664", - "default.handlebars->33->1854", + "default-mobile.handlebars->11->673", + "default.handlebars->33->1864", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -991,7 +991,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->33->2229" + "default.handlebars->33->2239" ] }, { @@ -1033,7 +1033,7 @@ "zh-chs": "1分钟", "zh-cht": "1分鐘", "xloc": [ - "default.handlebars->33->1495", + "default.handlebars->33->1505", "default.handlebars->33->876" ] }, @@ -1096,7 +1096,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->33->2019" + "default.handlebars->33->2029" ] }, { @@ -1172,7 +1172,7 @@ "default-mobile.handlebars->11->204", "default-mobile.handlebars->11->207", "default-mobile.handlebars->11->210", - "default.handlebars->33->2023", + "default.handlebars->33->2033", "default.handlebars->33->309", "default.handlebars->33->312", "default.handlebars->33->315", @@ -1304,7 +1304,7 @@ "zh-chs": "10分钟", "zh-cht": "10分鐘", "xloc": [ - "default.handlebars->33->1497", + "default.handlebars->33->1507", "default.handlebars->33->878" ] }, @@ -1398,7 +1398,7 @@ "zh-chs": "12小时", "zh-cht": "12小時", "xloc": [ - "default.handlebars->33->1505", + "default.handlebars->33->1515", "default.handlebars->33->886" ] }, @@ -1441,7 +1441,7 @@ "zh-chs": "15分钟", "zh-cht": "15分鐘", "xloc": [ - "default.handlebars->33->1498", + "default.handlebars->33->1508", "default.handlebars->33->879" ] }, @@ -1462,7 +1462,7 @@ "zh-chs": "16小时", "zh-cht": "16小時", "xloc": [ - "default.handlebars->33->1506", + "default.handlebars->33->1516", "default.handlebars->33->887" ] }, @@ -1483,7 +1483,7 @@ "zh-chs": "2天", "zh-cht": "2天", "xloc": [ - "default.handlebars->33->1508", + "default.handlebars->33->1518", "default.handlebars->33->889" ] }, @@ -1504,7 +1504,7 @@ "zh-chs": "2小时", "zh-cht": "2小時", "xloc": [ - "default.handlebars->33->1502", + "default.handlebars->33->1512", "default.handlebars->33->883" ] }, @@ -1609,7 +1609,7 @@ "zh-chs": "24小时", "zh-cht": "24小時", "xloc": [ - "default.handlebars->33->1507", + "default.handlebars->33->1517", "default.handlebars->33->888" ] }, @@ -1672,7 +1672,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->33->1965" + "default.handlebars->33->1975" ] }, { @@ -1692,8 +1692,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->33->2036", - "default.handlebars->33->2251" + "default.handlebars->33->2046", + "default.handlebars->33->2261" ] }, { @@ -1729,7 +1729,7 @@ "pt": "3", "ru": "3", "xloc": [ - "default-mobile.handlebars->11->440" + "default-mobile.handlebars->11->449" ] }, { @@ -1812,7 +1812,7 @@ "zh-chs": "30分钟", "zh-cht": "30分鐘", "xloc": [ - "default.handlebars->33->1499", + "default.handlebars->33->1509", "default.handlebars->33->880" ] }, @@ -1876,7 +1876,7 @@ "zh-chs": "4天", "zh-cht": "4天", "xloc": [ - "default.handlebars->33->1509", + "default.handlebars->33->1519", "default.handlebars->33->890" ] }, @@ -1897,7 +1897,7 @@ "zh-chs": "4个小时", "zh-cht": "4個小時", "xloc": [ - "default.handlebars->33->1503", + "default.handlebars->33->1513", "default.handlebars->33->884" ] }, @@ -1981,7 +1981,7 @@ "zh-chs": "45分钟", "zh-cht": "45分鐘", "xloc": [ - "default.handlebars->33->1500", + "default.handlebars->33->1510", "default.handlebars->33->881" ] }, @@ -2022,7 +2022,7 @@ "zh-chs": "5分钟", "zh-cht": "5分鐘", "xloc": [ - "default.handlebars->33->1496", + "default.handlebars->33->1506", "default.handlebars->33->877" ] }, @@ -2159,7 +2159,7 @@ "zh-chs": "60分钟", "zh-cht": "60分鐘", "xloc": [ - "default.handlebars->33->1501", + "default.handlebars->33->1511", "default.handlebars->33->882" ] }, @@ -2343,7 +2343,7 @@ "zh-chs": "8小時", "zh-cht": "8小時", "xloc": [ - "default.handlebars->33->1504", + "default.handlebars->33->1514", "default.handlebars->33->400", "default.handlebars->33->414", "default.handlebars->33->885" @@ -2580,7 +2580,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->274", - "default.handlebars->33->1644", + "default.handlebars->33->1654", "default.handlebars->33->673" ] }, @@ -2645,7 +2645,7 @@ "fr": "AMT-OS", "ru": "AMT-OS", "xloc": [ - "default.handlebars->33->2442" + "default.handlebars->33->2452" ] }, { @@ -2759,8 +2759,8 @@ "fr": "Antivirus", "ru": "Антивирус", "xloc": [ - "default-mobile.handlebars->11->450", - "default-mobile.handlebars->11->452", + "default-mobile.handlebars->11->459", + "default-mobile.handlebars->11->461", "default.handlebars->33->692", "default.handlebars->33->694" ] @@ -2782,8 +2782,8 @@ "zh-chs": "拒绝访问", "zh-cht": "拒絕存取", "xloc": [ - "default-mobile.handlebars->11->539", - "default.handlebars->33->1240" + "default-mobile.handlebars->11->548", + "default.handlebars->33->1250" ] }, { @@ -2834,7 +2834,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->33->2201" + "default.handlebars->33->2211" ] }, { @@ -2923,9 +2923,9 @@ "default-mobile.handlebars->11->243", "default-mobile.handlebars->11->245", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->33->1538", - "default.handlebars->33->1540", - "default.handlebars->33->2493", + "default.handlebars->33->1548", + "default.handlebars->33->1550", + "default.handlebars->33->2503", "default.handlebars->33->635", "default.handlebars->33->637" ] @@ -2937,8 +2937,8 @@ "de": "Konto Einstellungen", "ru": "Настройки аккаунта", "xloc": [ - "default-mobile.handlebars->11->632", - "default.handlebars->33->2372" + "default-mobile.handlebars->11->641", + "default.handlebars->33->2382" ] }, { @@ -2999,7 +2999,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->33->1938" + "default.handlebars->33->1948" ] }, { @@ -3019,7 +3019,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->33->1937" + "default.handlebars->33->1947" ] }, { @@ -3039,7 +3039,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->33->1936" + "default.handlebars->33->1946" ] }, { @@ -3059,8 +3059,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->33->2038", - "default.handlebars->33->2198" + "default.handlebars->33->2048", + "default.handlebars->33->2208" ] }, { @@ -3080,8 +3080,8 @@ "zh-chs": "达到帐户限制。", "zh-cht": "達到帳戶限制。", "xloc": [ - "default-mobile.handlebars->11->644", - "default.handlebars->33->2384", + "default-mobile.handlebars->11->653", + "default.handlebars->33->2394", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -3126,7 +3126,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->33->1873" + "default.handlebars->33->1883" ] }, { @@ -3136,7 +3136,7 @@ "de": "Konto Login von {0}, {1}, {2}", "ru": "Вход в аккаунт с {0}, {1}, {2}", "xloc": [ - "default.handlebars->33->1979" + "default.handlebars->33->1989" ] }, { @@ -3156,7 +3156,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->33->1874" + "default.handlebars->33->1884" ] }, { @@ -3198,7 +3198,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->33->1946" + "default.handlebars->33->1956" ] }, { @@ -3218,7 +3218,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->33->1935" + "default.handlebars->33->1945" ] }, { @@ -3258,8 +3258,8 @@ "zh-chs": "指令", "zh-cht": "指令", "xloc": [ - "default-mobile.handlebars->11->545", - "default.handlebars->33->1246", + "default-mobile.handlebars->11->554", + "default.handlebars->33->1256", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -3388,7 +3388,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->33->1667" + "default.handlebars->33->1677" ] }, { @@ -3410,8 +3410,8 @@ "xloc": [ "default-mobile.handlebars->11->269", "default-mobile.handlebars->11->271", - "default-mobile.handlebars->11->501", - "default.handlebars->33->1201", + "default-mobile.handlebars->11->510", + "default.handlebars->33->1211", "default.handlebars->33->666", "default.handlebars->33->668" ] @@ -3462,7 +3462,7 @@ "fr": "Jetons de connexion actifs", "ru": "Активные токены входа", "xloc": [ - "default.handlebars->33->1559" + "default.handlebars->33->1569" ] }, { @@ -3510,7 +3510,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->33->1640", + "default.handlebars->33->1650", "default.handlebars->33->342" ] }, @@ -3548,8 +3548,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->33->2175", - "default.handlebars->33->2305", + "default.handlebars->33->2185", + "default.handlebars->33->2315", "default.handlebars->33->346" ] }, @@ -3590,9 +3590,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->33->1742", - "default.handlebars->33->2169", - "default.handlebars->33->2293", + "default.handlebars->33->1752", + "default.handlebars->33->2179", + "default.handlebars->33->2303", "default.handlebars->33->276" ] }, @@ -3613,7 +3613,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->33->1739" + "default.handlebars->33->1749" ] }, { @@ -3633,8 +3633,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->33->1744", - "default.handlebars->33->1746" + "default.handlebars->33->1754", + "default.handlebars->33->1756" ] }, { @@ -3731,7 +3731,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->33->2325" + "default.handlebars->33->2335" ] }, { @@ -3771,8 +3771,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->33->1285", - "default.handlebars->33->1286", + "default.handlebars->33->1295", + "default.handlebars->33->1296", "default.handlebars->33->167", "default.handlebars->33->169", "default.handlebars->33->172", @@ -3796,7 +3796,7 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default-mobile.handlebars->11->561", + "default-mobile.handlebars->11->570", "default.handlebars->33->789" ] }, @@ -3817,7 +3817,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->33->1749" + "default.handlebars->33->1759" ] }, { @@ -3837,9 +3837,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->33->1636", - "default.handlebars->33->1741", - "default.handlebars->33->2299", + "default.handlebars->33->1646", + "default.handlebars->33->1751", + "default.handlebars->33->2309", "default.handlebars->33->790" ] }, @@ -3860,7 +3860,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->33->1751" + "default.handlebars->33->1761" ] }, { @@ -3880,7 +3880,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default-mobile.handlebars->11->597" + "default-mobile.handlebars->11->606" ] }, { @@ -3917,8 +3917,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->33->1635", - "default.handlebars->33->2164" + "default.handlebars->33->1645", + "default.handlebars->33->2174" ] }, { @@ -3938,7 +3938,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->33->1738" + "default.handlebars->33->1748" ] }, { @@ -3958,7 +3958,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->33->2197" + "default.handlebars->33->2207" ] }, { @@ -4084,7 +4084,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->33->1639", + "default.handlebars->33->1649", "default.handlebars->33->341" ] }, @@ -4163,7 +4163,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->33->1962" + "default.handlebars->33->1972" ] }, { @@ -4183,7 +4183,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->33->1973" + "default.handlebars->33->1983" ] }, { @@ -4203,8 +4203,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->33->1929", - "default.handlebars->33->1956" + "default.handlebars->33->1939", + "default.handlebars->33->1966" ] }, { @@ -4213,7 +4213,7 @@ "fr": "Jeton de connexion ajouté", "ru": "Добавлен токен входа", "xloc": [ - "default.handlebars->33->1987" + "default.handlebars->33->1997" ] }, { @@ -4221,7 +4221,7 @@ "nl": "Verificatie apparaat voor pushmeldingen toegevoegd", "fr": "Appareil d'authentification par notification ajouté", "xloc": [ - "default.handlebars->33->1985" + "default.handlebars->33->1995" ] }, { @@ -4241,7 +4241,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->33->1967" + "default.handlebars->33->1977" ] }, { @@ -4261,7 +4261,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->33->1940" + "default.handlebars->33->1950" ] }, { @@ -4281,8 +4281,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->33->1943", - "default.handlebars->33->1952" + "default.handlebars->33->1953", + "default.handlebars->33->1962" ] }, { @@ -4342,8 +4342,8 @@ "zh-chs": "管理员控制模式(ACM)", "zh-cht": "管理員控制模式(ACM)", "xloc": [ - "default-mobile.handlebars->11->503", - "default.handlebars->33->1203" + "default-mobile.handlebars->11->512", + "default.handlebars->33->1213" ] }, { @@ -4363,8 +4363,8 @@ "zh-chs": "管理员凭证", "zh-cht": "管理員憑證", "xloc": [ - "default-mobile.handlebars->11->509", - "default.handlebars->33->1209" + "default-mobile.handlebars->11->518", + "default.handlebars->33->1219" ] }, { @@ -4405,7 +4405,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->33->2233" + "default.handlebars->33->2243" ] }, { @@ -4446,7 +4446,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->33->2101" + "default.handlebars->33->2111" ] }, { @@ -4466,7 +4466,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->33->2030" + "default.handlebars->33->2040" ] }, { @@ -4486,7 +4486,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->33->1288" + "default.handlebars->33->1298" ] }, { @@ -4510,9 +4510,9 @@ "default-mobile.handlebars->11->235", "default-mobile.handlebars->11->288", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->33->1805", - "default.handlebars->33->1818", - "default.handlebars->33->2440", + "default.handlebars->33->1815", + "default.handlebars->33->1828", + "default.handlebars->33->2450", "default.handlebars->33->292", "default.handlebars->33->503", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -4535,8 +4535,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->33->1807", - "default.handlebars->33->1820" + "default.handlebars->33->1817", + "default.handlebars->33->1830" ] }, { @@ -4577,8 +4577,8 @@ "zh-chs": "代理控制台", "zh-cht": "代理控制台", "xloc": [ - "default-mobile.handlebars->11->603", - "default.handlebars->33->1759" + "default-mobile.handlebars->11->612", + "default.handlebars->33->1769" ] }, { @@ -4598,7 +4598,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->33->2409" + "default.handlebars->33->2419" ] }, { @@ -4711,7 +4711,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->33->2425" + "default.handlebars->33->2435" ] }, { @@ -4752,7 +4752,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->33->1816", + "default.handlebars->33->1826", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -4773,7 +4773,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->33->1926" + "default.handlebars->33->1936" ] }, { @@ -4835,8 +4835,8 @@ "zh-chs": "代理离线", "zh-cht": "代理離線", "xloc": [ - "default-mobile.handlebars->11->537", - "default.handlebars->33->1238" + "default-mobile.handlebars->11->546", + "default.handlebars->33->1248" ] }, { @@ -4856,8 +4856,8 @@ "zh-chs": "代理在线", "zh-cht": "代理在線", "xloc": [ - "default-mobile.handlebars->11->536", - "default.handlebars->33->1237" + "default-mobile.handlebars->11->545", + "default.handlebars->33->1247" ] }, { @@ -4898,7 +4898,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->33->2453" + "default.handlebars->33->2463" ] }, { @@ -4918,7 +4918,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->33->1289" + "default.handlebars->33->1299" ] }, { @@ -4939,8 +4939,8 @@ "zh-cht": "所有", "xloc": [ "default-mobile.handlebars->11->141", - "default-mobile.handlebars->11->415", - "default-mobile.handlebars->11->417", + "default-mobile.handlebars->11->423", + "default-mobile.handlebars->11->425", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -4961,7 +4961,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->33->1993" + "default.handlebars->33->2003" ] }, { @@ -5001,7 +5001,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->33->1991" + "default.handlebars->33->2001" ] }, { @@ -5043,8 +5043,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->33->1705", - "default.handlebars->33->2194" + "default.handlebars->33->1715", + "default.handlebars->33->2204" ] }, { @@ -5064,7 +5064,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->33->1706" + "default.handlebars->33->1716" ] }, { @@ -5169,7 +5169,7 @@ "zh-chs": "备用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->33->1095", + "default.handlebars->33->1096", "sharing.handlebars->11->37" ] }, @@ -5212,9 +5212,9 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->33->1615", - "default.handlebars->33->2155", - "default.handlebars->33->2242", + "default.handlebars->33->1625", + "default.handlebars->33->2165", + "default.handlebars->33->2252", "default.handlebars->33->717" ] }, @@ -5235,9 +5235,9 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->33->1616", - "default.handlebars->33->2156", - "default.handlebars->33->2243", + "default.handlebars->33->1626", + "default.handlebars->33->2166", + "default.handlebars->33->2253", "default.handlebars->33->718" ] }, @@ -5357,7 +5357,7 @@ "fr": "Installation pour Android", "ru": "Установка Android", "xloc": [ - "default-mobile.handlebars->11->577" + "default-mobile.handlebars->11->586" ] }, { @@ -5388,8 +5388,8 @@ "de": "Anti-virus ist nicht aktiv", "ru": "Антивирус не активен", "xloc": [ - "default.handlebars->33->1809", - "default.handlebars->33->1823" + "default.handlebars->33->1819", + "default.handlebars->33->1833" ] }, { @@ -5409,7 +5409,7 @@ "zh-chs": "杀毒软件", "zh-cht": "防毒軟體", "xloc": [ - "default-mobile.handlebars->11->466", + "default-mobile.handlebars->11->475", "default.handlebars->33->708" ] }, @@ -5531,7 +5531,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->33->1291" + "default.handlebars->33->1301" ] }, { @@ -5551,7 +5551,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->33->1292" + "default.handlebars->33->1302" ] }, { @@ -5571,7 +5571,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->33->1293" + "default.handlebars->33->1303" ] }, { @@ -5591,7 +5591,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->33->1294" + "default.handlebars->33->1304" ] }, { @@ -5611,7 +5611,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->33->1295" + "default.handlebars->33->1305" ] }, { @@ -5631,7 +5631,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->33->1296" + "default.handlebars->33->1306" ] }, { @@ -5651,7 +5651,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->33->1297" + "default.handlebars->33->1307" ] }, { @@ -5671,7 +5671,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->33->1298" + "default.handlebars->33->1308" ] }, { @@ -5691,7 +5691,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->33->1299" + "default.handlebars->33->1309" ] }, { @@ -5711,7 +5711,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->33->1300" + "default.handlebars->33->1310" ] }, { @@ -5731,7 +5731,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->33->1301" + "default.handlebars->33->1311" ] }, { @@ -5751,7 +5751,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->33->1302" + "default.handlebars->33->1312" ] }, { @@ -5771,7 +5771,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->33->1290" + "default.handlebars->33->1300" ] }, { @@ -5791,7 +5791,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->33->1303" + "default.handlebars->33->1313" ] }, { @@ -5811,7 +5811,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->33->1304" + "default.handlebars->33->1314" ] }, { @@ -5831,7 +5831,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->33->1305" + "default.handlebars->33->1315" ] }, { @@ -5851,7 +5851,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->33->1306" + "default.handlebars->33->1316" ] }, { @@ -5871,7 +5871,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->33->1307" + "default.handlebars->33->1317" ] }, { @@ -5891,8 +5891,8 @@ "zh-chs": "架构", "zh-cht": "結構", "xloc": [ - "default-mobile.handlebars->11->449", - "default.handlebars->33->1156" + "default-mobile.handlebars->11->458", + "default.handlebars->33->1166" ] }, { @@ -5932,8 +5932,8 @@ "zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。", "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ - "default-mobile.handlebars->11->568", - "default.handlebars->33->1681" + "default-mobile.handlebars->11->577", + "default.handlebars->33->1691" ] }, { @@ -6013,7 +6013,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->33->2502" + "default.handlebars->33->2512" ] }, { @@ -6033,7 +6033,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->33->1308" + "default.handlebars->33->1318" ] }, { @@ -6093,7 +6093,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->33->1309" + "default.handlebars->33->1319" ] }, { @@ -6149,7 +6149,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->33->1310" + "default.handlebars->33->1320" ] }, { @@ -6169,7 +6169,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->33->1895" + "default.handlebars->33->1905" ] }, { @@ -6179,7 +6179,9 @@ "ru": "Аутентификация", "xloc": [ "default-mobile.handlebars->11->405", + "default-mobile.handlebars->11->416", "default.handlebars->33->1087", + "default.handlebars->33->1108", "ssh.handlebars->3->7", "ssh.handlebars->3->8" ] @@ -6201,7 +6203,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->33->2246" + "default.handlebars->33->2256" ] }, { @@ -6210,16 +6212,18 @@ "fr": "Dispositif d'authentification", "ru": "Устройство аутентификации", "xloc": [ - "default.handlebars->33->1271", - "default.handlebars->33->1273", - "default.handlebars->33->1277" + "default.handlebars->33->1281", + "default.handlebars->33->1283", + "default.handlebars->33->1287" ] }, { "en": "Authentication Error", "xloc": [ "default-mobile.handlebars->11->406", - "default.handlebars->33->1088" + "default-mobile.handlebars->11->417", + "default.handlebars->33->1089", + "default.handlebars->33->1109" ] }, { @@ -6243,8 +6247,8 @@ "default-mobile.handlebars->11->64", "default-mobile.handlebars->11->95", "default-mobile.handlebars->11->97", - "default.handlebars->33->1267", - "default.handlebars->33->1269", + "default.handlebars->33->1277", + "default.handlebars->33->1279", "default.handlebars->33->143", "default.handlebars->33->148" ] @@ -6326,7 +6330,7 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->33->1602" + "default.handlebars->33->1612" ] }, { @@ -6370,7 +6374,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->33->1976" + "default.handlebars->33->1986" ] }, { @@ -6410,7 +6414,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->33->2434" + "default.handlebars->33->2444" ] }, { @@ -6430,7 +6434,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->33->1311" + "default.handlebars->33->1321" ] }, { @@ -6440,9 +6444,9 @@ "de": "SCHLECHT", "ru": "BAD", "xloc": [ - "default-mobile.handlebars->11->453", - "default-mobile.handlebars->11->457", - "default-mobile.handlebars->11->461", + "default-mobile.handlebars->11->462", + "default-mobile.handlebars->11->466", + "default-mobile.handlebars->11->470", "default.handlebars->33->695", "default.handlebars->33->699", "default.handlebars->33->703" @@ -6465,8 +6469,8 @@ "zh-chs": "的BIOS", "zh-cht": "的BIOS", "xloc": [ - "default-mobile.handlebars->11->515", - "default.handlebars->33->1215" + "default-mobile.handlebars->11->524", + "default.handlebars->33->1225" ] }, { @@ -6593,8 +6597,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->33->1788", - "default.handlebars->33->1795", + "default.handlebars->33->1798", + "default.handlebars->33->1805", "default.handlebars->33->406", "default.handlebars->33->420" ] @@ -6616,8 +6620,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->33->1789", - "default.handlebars->33->1796", + "default.handlebars->33->1799", + "default.handlebars->33->1806", "default.handlebars->33->407", "default.handlebars->33->421", "default.handlebars->33->437" @@ -6661,7 +6665,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->33->2248" + "default.handlebars->33->2258" ] }, { @@ -6681,7 +6685,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->33->2416" + "default.handlebars->33->2426" ] }, { @@ -6701,7 +6705,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->33->2415" + "default.handlebars->33->2425" ] }, { @@ -6721,7 +6725,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->33->1312" + "default.handlebars->33->1322" ] }, { @@ -6781,7 +6785,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->33->1975" + "default.handlebars->33->1985" ] }, { @@ -6801,7 +6805,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->33->1314" + "default.handlebars->33->1324" ] }, { @@ -6821,7 +6825,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->33->1315" + "default.handlebars->33->1325" ] }, { @@ -6853,8 +6857,8 @@ "fr": "Chargeur de démarrage", "ru": "Загрузчик", "xloc": [ - "default-mobile.handlebars->11->479", - "default.handlebars->33->1169" + "default-mobile.handlebars->11->488", + "default.handlebars->33->1179" ] }, { @@ -6874,7 +6878,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->33->1316" + "default.handlebars->33->1326" ] }, { @@ -6894,7 +6898,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->33->1317" + "default.handlebars->33->1327" ] }, { @@ -6914,7 +6918,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->33->2162", + "default.handlebars->33->2172", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -6935,7 +6939,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->33->2083" + "default.handlebars->33->2093" ] }, { @@ -6955,7 +6959,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->33->2078" + "default.handlebars->33->2088" ] }, { @@ -6986,7 +6990,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->33->1313" + "default.handlebars->33->1323" ] }, { @@ -7006,7 +7010,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->33->1318" + "default.handlebars->33->1328" ] }, { @@ -7047,7 +7051,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->33->1664" + "default.handlebars->33->1674" ] }, { @@ -7068,7 +7072,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->236", - "default.handlebars->33->2441", + "default.handlebars->33->2451", "default.handlebars->33->294", "default.handlebars->33->505" ] @@ -7090,7 +7094,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->33->2486" + "default.handlebars->33->2496" ] }, { @@ -7110,7 +7114,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->33->2487" + "default.handlebars->33->2497" ] }, { @@ -7130,7 +7134,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->33->1672" + "default.handlebars->33->1682" ] }, { @@ -7150,8 +7154,8 @@ "zh-chs": "CPU", "zh-cht": "CPU", "xloc": [ - "default-mobile.handlebars->11->521", - "default.handlebars->33->1221" + "default-mobile.handlebars->11->530", + "default.handlebars->33->1231" ] }, { @@ -7171,7 +7175,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->33->2430" + "default.handlebars->33->2440" ] }, { @@ -7191,7 +7195,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->33->2433" + "default.handlebars->33->2443" ] }, { @@ -7211,7 +7215,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->33->2432" + "default.handlebars->33->2442" ] }, { @@ -7231,7 +7235,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->33->2431" + "default.handlebars->33->2441" ] }, { @@ -7252,7 +7256,7 @@ "zh-cht": "CR+LF", "xloc": [ "default.handlebars->33->1081", - "default.handlebars->33->1097", + "default.handlebars->33->1098", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons", "sharing.handlebars->11->25", "sharing.handlebars->11->39", @@ -7276,7 +7280,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->33->2001" + "default.handlebars->33->2011" ] }, { @@ -7296,8 +7300,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->33->2005", - "default.handlebars->33->2070", + "default.handlebars->33->2015", + "default.handlebars->33->2080", "default.handlebars->33->571" ] }, @@ -7335,7 +7339,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->33->2503" + "default.handlebars->33->2513" ] }, { @@ -7358,8 +7362,8 @@ "agent-translations.json", "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->33->1579", - "default.handlebars->33->2492", + "default.handlebars->33->1589", + "default.handlebars->33->2502", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -7387,12 +7391,12 @@ "zh-chs": "容量", "zh-cht": "容量", "xloc": [ - "default-mobile.handlebars->11->526", - "default-mobile.handlebars->11->531", - "default-mobile.handlebars->11->533", - "default.handlebars->33->1226", - "default.handlebars->33->1231", - "default.handlebars->33->1233" + "default-mobile.handlebars->11->535", + "default-mobile.handlebars->11->540", + "default-mobile.handlebars->11->542", + "default.handlebars->33->1236", + "default.handlebars->33->1241", + "default.handlebars->33->1243" ] }, { @@ -7412,8 +7416,8 @@ "zh-chs": "容量/速度", "zh-cht": "容量/速度", "xloc": [ - "default-mobile.handlebars->11->524", - "default.handlebars->33->1224" + "default-mobile.handlebars->11->533", + "default.handlebars->33->1234" ] }, { @@ -7433,7 +7437,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->33->1319" + "default.handlebars->33->1329" ] }, { @@ -7484,7 +7488,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->33->1320" + "default.handlebars->33->1330" ] }, { @@ -7526,7 +7530,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->33->2280" + "default.handlebars->33->2290" ] }, { @@ -7569,8 +7573,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->11->114", - "default.handlebars->33->1535", - "default.handlebars->33->2265" + "default.handlebars->33->1545", + "default.handlebars->33->2275" ] }, { @@ -7590,7 +7594,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->33->2289" + "default.handlebars->33->2299" ] }, { @@ -7610,7 +7614,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->33->2275" + "default.handlebars->33->2285" ] }, { @@ -7703,7 +7707,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->33->2264" + "default.handlebars->33->2274" ] }, { @@ -7743,7 +7747,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->33->1522" + "default.handlebars->33->1532" ] }, { @@ -7763,7 +7767,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->33->1528" + "default.handlebars->33->1538" ] }, { @@ -7783,7 +7787,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->33->1947" + "default.handlebars->33->1957" ] }, { @@ -7803,7 +7807,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->33->1931" + "default.handlebars->33->1941" ] }, { @@ -7823,7 +7827,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->33->1875" + "default.handlebars->33->1885" ] }, { @@ -7843,8 +7847,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->33->1933", - "default.handlebars->33->1954" + "default.handlebars->33->1943", + "default.handlebars->33->1964" ] }, { @@ -7864,7 +7868,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->33->1487" + "default.handlebars->33->1497" ] }, { @@ -7884,9 +7888,9 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->33->2022", - "default.handlebars->33->2260", - "default.handlebars->33->2261", + "default.handlebars->33->2032", + "default.handlebars->33->2270", + "default.handlebars->33->2271", "default.handlebars->33->747", "default.handlebars->33->826", "default.handlebars->33->848" @@ -7909,10 +7913,10 @@ "zh-chs": "聊天并通知", "zh-cht": "聊天並通知", "xloc": [ - "default-mobile.handlebars->11->593", - "default-mobile.handlebars->11->613", - "default.handlebars->33->1734", - "default.handlebars->33->1770" + "default-mobile.handlebars->11->602", + "default-mobile.handlebars->11->622", + "default.handlebars->33->1744", + "default.handlebars->33->1780" ] }, { @@ -7922,8 +7926,8 @@ "de": "Chat Anfrage, Drücke hier zum annehmen.", "ru": "Запрос чата, Нажмите здесь, чтобы принять.", "xloc": [ - "default-mobile.handlebars->11->645", - "default.handlebars->33->2385" + "default-mobile.handlebars->11->654", + "default.handlebars->33->2395" ] }, { @@ -7963,7 +7967,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->33->1321" + "default.handlebars->33->1331" ] }, { @@ -8063,8 +8067,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->33->1287", - "default.handlebars->33->2497" + "default.handlebars->33->1297", + "default.handlebars->33->2507" ] }, { @@ -8084,7 +8088,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->33->1322" + "default.handlebars->33->1332" ] }, { @@ -8104,7 +8108,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->33->1323" + "default.handlebars->33->1333" ] }, { @@ -8124,7 +8128,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->33->1324" + "default.handlebars->33->1334" ] }, { @@ -8144,7 +8148,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->33->1484" + "default.handlebars->33->1494" ] }, { @@ -8164,7 +8168,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->33->1325" + "default.handlebars->33->1335" ] }, { @@ -8184,7 +8188,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->33->1326" + "default.handlebars->33->1336" ] }, { @@ -8204,7 +8208,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->33->1485" + "default.handlebars->33->1495" ] }, { @@ -8245,7 +8249,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->33->1327" + "default.handlebars->33->1337" ] }, { @@ -8283,17 +8287,17 @@ "zh-cht": "清除", "xloc": [ "default-mobile.handlebars->11->156", - "default-mobile.handlebars->11->433", - "default-mobile.handlebars->11->435", - "default-mobile.handlebars->11->437", - "default-mobile.handlebars->11->439", + "default-mobile.handlebars->11->442", + "default-mobile.handlebars->11->444", + "default-mobile.handlebars->11->446", + "default-mobile.handlebars->11->448", "default-mobile.handlebars->11->71", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5", - "default.handlebars->33->1133", - "default.handlebars->33->1135", - "default.handlebars->33->1137", - "default.handlebars->33->1139", - "default.handlebars->33->1869", + "default.handlebars->33->1143", + "default.handlebars->33->1145", + "default.handlebars->33->1147", + "default.handlebars->33->1149", + "default.handlebars->33->1879", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", "messenger.handlebars->xbottom->1->1->0->5", @@ -8369,8 +8373,8 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default-mobile.handlebars->11->628", - "default.handlebars->33->2368" + "default-mobile.handlebars->11->637", + "default.handlebars->33->2378" ] }, { @@ -8411,8 +8415,8 @@ "zh-chs": "清除核心", "zh-cht": "清除核心", "xloc": [ - "default-mobile.handlebars->11->547", - "default.handlebars->33->1248" + "default-mobile.handlebars->11->556", + "default.handlebars->33->1258" ] }, { @@ -8452,8 +8456,8 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default-mobile.handlebars->11->627", - "default.handlebars->33->2367" + "default-mobile.handlebars->11->636", + "default.handlebars->33->2377" ] }, { @@ -8513,8 +8517,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->33->1590", - "default.handlebars->33->1814" + "default.handlebars->33->1600", + "default.handlebars->33->1824" ] }, { @@ -8554,7 +8558,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->33->2139" + "default.handlebars->33->2149" ] }, { @@ -8627,7 +8631,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->11->99", - "default.handlebars->33->1519" + "default.handlebars->33->1529" ] }, { @@ -8688,8 +8692,8 @@ "zh-chs": "客户端控制模式(CCM)", "zh-cht": "客戶端控制模式(CCM)", "xloc": [ - "default-mobile.handlebars->11->502", - "default.handlebars->33->1202" + "default-mobile.handlebars->11->511", + "default.handlebars->33->1212" ] }, { @@ -8709,7 +8713,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->33->1572" + "default.handlebars->33->1582" ] }, { @@ -8729,7 +8733,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->33->1671" + "default.handlebars->33->1681" ] }, { @@ -8749,7 +8753,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->33->1573" + "default.handlebars->33->1583" ] }, { @@ -8792,10 +8796,10 @@ "xloc": [ "default-mobile.handlebars->11->69", "default.handlebars->33->1069", - "default.handlebars->33->1110", + "default.handlebars->33->1119", "default.handlebars->33->155", "default.handlebars->33->163", - "default.handlebars->33->2491", + "default.handlebars->33->2501", "sharing.handlebars->11->52" ] }, @@ -8816,7 +8820,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->33->1880" + "default.handlebars->33->1890" ] }, { @@ -8940,8 +8944,8 @@ "zh-chs": "指令", "zh-cht": "指令", "xloc": [ - "default-mobile.handlebars->11->615", - "default.handlebars->33->1772", + "default-mobile.handlebars->11->624", + "default.handlebars->33->1782", "default.handlebars->33->828", "default.handlebars->33->850" ] @@ -8963,8 +8967,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->33->2170", - "default.handlebars->33->2294" + "default.handlebars->33->2180", + "default.handlebars->33->2304" ] }, { @@ -8984,8 +8988,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->33->2176", - "default.handlebars->33->2306" + "default.handlebars->33->2186", + "default.handlebars->33->2316" ] }, { @@ -8996,8 +9000,8 @@ "es": "Fecha de compilación", "ru": "Время компиляции", "xloc": [ - "default-mobile.handlebars->11->475", - "default.handlebars->33->1165" + "default-mobile.handlebars->11->484", + "default.handlebars->33->1175" ] }, { @@ -9017,7 +9021,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->33->1105", + "default.handlebars->33->1114", "sharing.handlebars->11->47" ] }, @@ -9039,12 +9043,12 @@ "zh-cht": "確認", "xloc": [ "default-mobile.handlebars->11->351", - "default-mobile.handlebars->11->569", - "default.handlebars->33->1682", - "default.handlebars->33->2050", - "default.handlebars->33->2129", - "default.handlebars->33->2190", - "default.handlebars->33->2292", + "default-mobile.handlebars->11->578", + "default.handlebars->33->1692", + "default.handlebars->33->2060", + "default.handlebars->33->2139", + "default.handlebars->33->2200", + "default.handlebars->33->2302", "default.handlebars->33->535", "default.handlebars->33->953", "default.handlebars->33->962" @@ -9067,8 +9071,8 @@ "zh-chs": "确认将1个副本复制到此位置?", "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ - "default-mobile.handlebars->11->428", - "default.handlebars->33->1128", + "default-mobile.handlebars->11->437", + "default.handlebars->33->1138", "sharing.handlebars->11->70" ] }, @@ -9089,7 +9093,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->33->1127", + "default.handlebars->33->1137", "sharing.handlebars->11->69" ] }, @@ -9110,7 +9114,7 @@ "zh-chs": "确认{0}个条目的副本到此位置?", "zh-cht": "確認{0}個條目的副本到此位置?", "xloc": [ - "default-mobile.handlebars->11->427" + "default-mobile.handlebars->11->436" ] }, { @@ -9130,7 +9134,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->33->2049" + "default.handlebars->33->2059" ] }, { @@ -9170,7 +9174,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->33->2128" + "default.handlebars->33->2138" ] }, { @@ -9190,7 +9194,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->33->2291" + "default.handlebars->33->2301" ] }, { @@ -9210,7 +9214,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->33->2193" + "default.handlebars->33->2203" ] }, { @@ -9230,7 +9234,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->33->2323" + "default.handlebars->33->2333" ] }, { @@ -9250,8 +9254,8 @@ "zh-chs": "确认将1个条目移动到此位置?", "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ - "default-mobile.handlebars->11->430", - "default.handlebars->33->1130", + "default-mobile.handlebars->11->439", + "default.handlebars->33->1140", "sharing.handlebars->11->72" ] }, @@ -9272,7 +9276,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->33->1129", + "default.handlebars->33->1139", "sharing.handlebars->11->71" ] }, @@ -9293,7 +9297,7 @@ "zh-chs": "确认将{0}个条目移到该位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default-mobile.handlebars->11->429" + "default-mobile.handlebars->11->438" ] }, { @@ -9313,7 +9317,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->33->1863" + "default.handlebars->33->1873" ] }, { @@ -9333,8 +9337,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->33->2183", - "default.handlebars->33->2314" + "default.handlebars->33->2193", + "default.handlebars->33->2324" ] }, { @@ -9354,8 +9358,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->33->2185", - "default.handlebars->33->2327" + "default.handlebars->33->2195", + "default.handlebars->33->2337" ] }, { @@ -9375,7 +9379,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->33->2316" + "default.handlebars->33->2326" ] }, { @@ -9395,7 +9399,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->33->2319" + "default.handlebars->33->2329" ] }, { @@ -9415,8 +9419,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->33->2317", - "default.handlebars->33->2320" + "default.handlebars->33->2327", + "default.handlebars->33->2330" ] }, { @@ -9437,7 +9441,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->11->98", - "default.handlebars->33->1270" + "default.handlebars->33->1280" ] }, { @@ -9474,7 +9478,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->33->2312" + "default.handlebars->33->2322" ] }, { @@ -9516,7 +9520,7 @@ "nl": "Verwijderen van push-authenticatieapparaat bevestigen?", "fr": "Supprimer le dispositif d'authentification (push) ?", "xloc": [ - "default.handlebars->33->1272" + "default.handlebars->33->1282" ] }, { @@ -9536,7 +9540,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->33->1781" + "default.handlebars->33->1791" ] }, { @@ -9556,7 +9560,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->33->1783" + "default.handlebars->33->1793" ] }, { @@ -9565,7 +9569,7 @@ "fr": "Supprimer ce jeton de connexion ?", "ru": "Подтвердить удаление этого токена входа?", "xloc": [ - "default.handlebars->33->1565" + "default.handlebars->33->1575" ] }, { @@ -9602,7 +9606,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default-mobile.handlebars->11->624" + "default-mobile.handlebars->11->633" ] }, { @@ -9623,7 +9627,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->33->1864" + "default.handlebars->33->1874" ] }, { @@ -9648,8 +9652,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span", - "default.handlebars->33->1100", - "default.handlebars->33->1619", + "default.handlebars->33->1101", + "default.handlebars->33->1629", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", @@ -9700,7 +9704,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->33->1675" + "default.handlebars->33->1685" ] }, { @@ -9822,7 +9826,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->33->2421" + "default.handlebars->33->2431" ] }, { @@ -9842,7 +9846,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->33->2426" + "default.handlebars->33->2436" ] }, { @@ -9862,8 +9866,8 @@ "zh-chs": "现在已连接", "zh-cht": "現在已連接", "xloc": [ - "default-mobile.handlebars->11->470", - "default.handlebars->33->1160" + "default-mobile.handlebars->11->479", + "default.handlebars->33->1170" ] }, { @@ -9904,9 +9908,9 @@ "zh-cht": "正在連線...", "xloc": [ "default-mobile.handlebars->11->2", - "default-mobile.handlebars->11->446", + "default-mobile.handlebars->11->455", "default-mobile.handlebars->11->48", - "default.handlebars->33->1151", + "default.handlebars->33->1161", "default.handlebars->33->282", "default.handlebars->33->285", "default.handlebars->33->332", @@ -9934,7 +9938,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->33->2452" + "default.handlebars->33->2462" ] }, { @@ -9943,6 +9947,9 @@ "fr": "Erreur de connexion", "ru": "Ошибка соединения", "xloc": [ + "default-mobile.handlebars->11->418", + "default.handlebars->33->1088", + "default.handlebars->33->1110", "login2.handlebars->7->32" ] }, @@ -9963,7 +9970,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->33->2485" + "default.handlebars->33->2495" ] }, { @@ -10024,7 +10031,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->293", - "default.handlebars->33->1821", + "default.handlebars->33->1831", "default.handlebars->33->273", "default.handlebars->33->731", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -10114,7 +10121,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->33->2469" + "default.handlebars->33->2479" ] }, { @@ -10281,8 +10288,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->33->1832", - "default.handlebars->33->1851", + "default.handlebars->33->1842", + "default.handlebars->33->1861", "default.handlebars->33->223", "default.handlebars->33->245", "default.handlebars->33->247", @@ -10389,7 +10396,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->33->1923" + "default.handlebars->33->1933" ] }, { @@ -10535,7 +10542,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->33->2468" + "default.handlebars->33->2478" ] }, { @@ -10555,7 +10562,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->33->1328" + "default.handlebars->33->1338" ] }, { @@ -10575,7 +10582,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->33->2097", + "default.handlebars->33->2107", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" @@ -10608,7 +10615,7 @@ "es": "Crear Token de inicio de sesión", "ru": "Создать токен входа", "xloc": [ - "default.handlebars->33->1512", + "default.handlebars->33->1522", "default.handlebars->33->248" ] }, @@ -10629,7 +10636,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->33->2136" + "default.handlebars->33->2146" ] }, { @@ -10669,7 +10676,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->33->1542" + "default.handlebars->33->1552" ] }, { @@ -10698,7 +10705,7 @@ "fr": "Créer des identifiants temporaires pour se connecter à votre compte. Utile pour permettre à des outils ou services de se connecter à votre compte.", "ru": "Создайте временные имя пользователя и пароль, которые можно использовать в качестве альтернативы для входа в вашу учетную запись. Это полезно для того, чтобы инструменты или другие службы могли получить доступ к вашей учетной записи.", "xloc": [ - "default.handlebars->33->1493" + "default.handlebars->33->1503" ] }, { @@ -10738,7 +10745,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->33->1916" + "default.handlebars->33->1926" ] }, { @@ -10767,7 +10774,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->33->2061" + "default.handlebars->33->2071" ] }, { @@ -10809,7 +10816,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->33->1927" + "default.handlebars->33->1937" ] }, { @@ -10883,7 +10890,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->33->2222" + "default.handlebars->33->2232" ] }, { @@ -10903,7 +10910,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->33->1601" + "default.handlebars->33->1611" ] }, { @@ -10945,8 +10952,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->33->1599", - "default.handlebars->33->1600" + "default.handlebars->33->1609", + "default.handlebars->33->1610" ] }, { @@ -10968,7 +10975,7 @@ "xloc": [ "default-mobile.handlebars->11->297", "default-mobile.handlebars->11->299", - "default.handlebars->33->1570", + "default.handlebars->33->1580", "default.handlebars->33->735", "default.handlebars->33->737" ] @@ -10990,7 +10997,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->33->1329" + "default.handlebars->33->1339" ] }, { @@ -11010,7 +11017,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->33->1330" + "default.handlebars->33->1340" ] }, { @@ -11195,8 +11202,8 @@ "de": "Aktuelles Password nicht in korrekt.", "ru": "Текущий пароль неверен.", "xloc": [ - "default-mobile.handlebars->11->655", - "default.handlebars->33->2395" + "default-mobile.handlebars->11->664", + "default.handlebars->33->2405" ] }, { @@ -11260,7 +11267,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->33->1331" + "default.handlebars->33->1341" ] }, { @@ -11300,7 +11307,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->33->1332" + "default.handlebars->33->1342" ] }, { @@ -11352,7 +11359,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->33->1490" + "default.handlebars->33->1500" ] }, { @@ -11393,7 +11400,7 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->33->1654" + "default.handlebars->33->1664" ] }, { @@ -11413,7 +11420,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->33->1666" + "default.handlebars->33->1676" ] }, { @@ -11471,10 +11478,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->33->2084", - "default.handlebars->33->2132", - "default.handlebars->33->2143", - "default.handlebars->33->2211" + "default.handlebars->33->2094", + "default.handlebars->33->2142", + "default.handlebars->33->2153", + "default.handlebars->33->2221" ] }, { @@ -11506,12 +11513,12 @@ "zh-cht": "刪除", "xloc": [ "default-mobile.handlebars->11->146", - "default-mobile.handlebars->11->420", + "default-mobile.handlebars->11->429", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default-mobile.handlebars->dialog->idx_dlgButtonBar->5", - "default.handlebars->33->1119", - "default.handlebars->33->1858", + "default.handlebars->33->1129", + "default.handlebars->33->1868", "default.handlebars->33->613", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -11543,7 +11550,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->11->108", - "default.handlebars->33->1527" + "default.handlebars->33->1537" ] }, { @@ -11563,7 +11570,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->33->2051" + "default.handlebars->33->2061" ] }, { @@ -11604,11 +11611,11 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default-mobile.handlebars->11->567", - "default-mobile.handlebars->11->570", - "default.handlebars->33->1649", - "default.handlebars->33->1650", - "default.handlebars->33->1683" + "default-mobile.handlebars->11->576", + "default-mobile.handlebars->11->579", + "default.handlebars->33->1659", + "default.handlebars->33->1660", + "default.handlebars->33->1693" ] }, { @@ -11669,7 +11676,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->33->2263" + "default.handlebars->33->2273" ] }, { @@ -11689,8 +11696,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->33->2181", - "default.handlebars->33->2191" + "default.handlebars->33->2191", + "default.handlebars->33->2201" ] }, { @@ -11710,7 +11717,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->33->2130" + "default.handlebars->33->2140" ] }, { @@ -11730,7 +11737,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->33->2290" + "default.handlebars->33->2300" ] }, { @@ -11751,7 +11758,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->33->2047", + "default.handlebars->33->2057", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -11792,7 +11799,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->33->2126" + "default.handlebars->33->2136" ] }, { @@ -11832,7 +11839,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->33->1918" + "default.handlebars->33->1928" ] }, { @@ -11853,9 +11860,9 @@ "zh-cht": "刪除所選項目?", "xloc": [ "default-mobile.handlebars->11->148", - "default-mobile.handlebars->11->422", - "default.handlebars->33->1121", - "default.handlebars->33->1860", + "default-mobile.handlebars->11->431", + "default.handlebars->33->1131", + "default.handlebars->33->1870", "sharing.handlebars->11->63" ] }, @@ -11876,7 +11883,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->33->2189" + "default.handlebars->33->2199" ] }, { @@ -11897,9 +11904,9 @@ "zh-cht": "刪除{0}個所選項目?", "xloc": [ "default-mobile.handlebars->11->147", - "default-mobile.handlebars->11->421", - "default.handlebars->33->1120", - "default.handlebars->33->1859", + "default-mobile.handlebars->11->430", + "default.handlebars->33->1130", + "default.handlebars->33->1869", "sharing.handlebars->11->62" ] }, @@ -11940,7 +11947,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->33->1917" + "default.handlebars->33->1927" ] }, { @@ -11960,7 +11967,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->33->1919" + "default.handlebars->33->1929" ] }, { @@ -12079,19 +12086,19 @@ "default-mobile.handlebars->11->257", "default-mobile.handlebars->11->258", "default-mobile.handlebars->11->357", - "default-mobile.handlebars->11->483", - "default-mobile.handlebars->11->558", - "default-mobile.handlebars->11->572", + "default-mobile.handlebars->11->492", + "default-mobile.handlebars->11->567", + "default-mobile.handlebars->11->581", "default.handlebars->33->1003", - "default.handlebars->33->1173", "default.handlebars->33->1183", - "default.handlebars->33->1548", - "default.handlebars->33->1596", - "default.handlebars->33->1685", - "default.handlebars->33->2135", + "default.handlebars->33->1193", + "default.handlebars->33->1558", + "default.handlebars->33->1606", + "default.handlebars->33->1695", "default.handlebars->33->2145", - "default.handlebars->33->2146", - "default.handlebars->33->2187", + "default.handlebars->33->2155", + "default.handlebars->33->2156", + "default.handlebars->33->2197", "default.handlebars->33->654", "default.handlebars->33->655", "default.handlebars->33->95", @@ -12134,9 +12141,9 @@ "xloc": [ "default-mobile.handlebars->11->309", "default.handlebars->33->1075", - "default.handlebars->33->1691", - "default.handlebars->33->2345", - "default.handlebars->33->2446", + "default.handlebars->33->1701", + "default.handlebars->33->2355", + "default.handlebars->33->2456", "default.handlebars->33->619", "default.handlebars->33->801", "default.handlebars->33->868", @@ -12200,7 +12207,7 @@ "nl": "Desktop Multiplex", "fr": "Bureau multiplexé", "xloc": [ - "default.handlebars->33->2451" + "default.handlebars->33->2461" ] }, { @@ -12220,9 +12227,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->33->1610", - "default.handlebars->33->2150", - "default.handlebars->33->2237", + "default.handlebars->33->1620", + "default.handlebars->33->2160", + "default.handlebars->33->2247", "default.handlebars->33->712" ] }, @@ -12243,9 +12250,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->33->1609", - "default.handlebars->33->2149", - "default.handlebars->33->2236", + "default.handlebars->33->1619", + "default.handlebars->33->2159", + "default.handlebars->33->2246", "default.handlebars->33->711" ] }, @@ -12266,9 +12273,9 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->33->1607", - "default.handlebars->33->2147", - "default.handlebars->33->2234", + "default.handlebars->33->1617", + "default.handlebars->33->2157", + "default.handlebars->33->2244", "default.handlebars->33->709" ] }, @@ -12278,7 +12285,7 @@ "fr": "Session de bureau", "ru": "Сеанс рабочего стола", "xloc": [ - "default.handlebars->33->2338" + "default.handlebars->33->2348" ] }, { @@ -12340,9 +12347,9 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->33->1608", - "default.handlebars->33->2148", - "default.handlebars->33->2235", + "default.handlebars->33->1618", + "default.handlebars->33->2158", + "default.handlebars->33->2245", "default.handlebars->33->710" ] }, @@ -12467,12 +12474,12 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default-mobile.handlebars->11->478", - "default.handlebars->33->1168", - "default.handlebars->33->1276", - "default.handlebars->33->1714", + "default-mobile.handlebars->11->487", + "default.handlebars->33->1178", + "default.handlebars->33->1286", + "default.handlebars->33->1724", "default.handlebars->33->204", - "default.handlebars->33->2309", + "default.handlebars->33->2319", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -12545,16 +12552,16 @@ "zh-cht": "裝置群", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->633", - "default.handlebars->33->1709", - "default.handlebars->33->1712", - "default.handlebars->33->1713", - "default.handlebars->33->1998", - "default.handlebars->33->2173", - "default.handlebars->33->2179", - "default.handlebars->33->2297", - "default.handlebars->33->2354", - "default.handlebars->33->2373" + "default-mobile.handlebars->11->642", + "default.handlebars->33->1719", + "default.handlebars->33->1722", + "default.handlebars->33->1723", + "default.handlebars->33->2008", + "default.handlebars->33->2183", + "default.handlebars->33->2189", + "default.handlebars->33->2307", + "default.handlebars->33->2364", + "default.handlebars->33->2383" ] }, { @@ -12574,8 +12581,8 @@ "zh-chs": "设备组用户", "zh-cht": "裝置群用戶", "xloc": [ - "default-mobile.handlebars->11->622", - "default.handlebars->33->1779" + "default-mobile.handlebars->11->631", + "default.handlebars->33->1789" ] }, { @@ -12596,11 +12603,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->33->2014", - "default.handlebars->33->2120", - "default.handlebars->33->2160", - "default.handlebars->33->2231", - "default.handlebars->33->2424", + "default.handlebars->33->2024", + "default.handlebars->33->2130", + "default.handlebars->33->2170", + "default.handlebars->33->2241", + "default.handlebars->33->2434", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -12683,7 +12690,7 @@ "xloc": [ "default-mobile.handlebars->11->355", "default.handlebars->33->1001", - "default.handlebars->33->2353", + "default.handlebars->33->2363", "default.handlebars->33->348", "default.handlebars->33->357", "player.handlebars->3->9" @@ -12717,7 +12724,7 @@ "de": "Gerät Verbindungs-Link", "ru": "Ссылка для сопряжения устройства", "xloc": [ - "default-mobile.handlebars->11->576" + "default-mobile.handlebars->11->585" ] }, { @@ -12816,8 +12823,8 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->33->1515", - "default.handlebars->33->1800" + "default.handlebars->33->1525", + "default.handlebars->33->1810" ] }, { @@ -12837,8 +12844,8 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->33->1516", - "default.handlebars->33->1801" + "default.handlebars->33->1526", + "default.handlebars->33->1811" ] }, { @@ -12858,7 +12865,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->33->1948" + "default.handlebars->33->1958" ] }, { @@ -12878,7 +12885,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->33->1949" + "default.handlebars->33->1959" ] }, { @@ -12898,7 +12905,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->33->1950" + "default.handlebars->33->1960" ] }, { @@ -12939,7 +12946,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->33->1945" + "default.handlebars->33->1955" ] }, { @@ -12959,7 +12966,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->33->1928" + "default.handlebars->33->1938" ] }, { @@ -13342,7 +13349,7 @@ "de": "Gerät angefordert Intel(R) AMT ACM TLS activation, FQDN: {0}", "ru": "Устройство Intel(R) AMT ACM запросило активацию TLS, полное доменное имя: {0}", "xloc": [ - "default.handlebars->33->1983" + "default.handlebars->33->1993" ] }, { @@ -13362,7 +13369,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->33->1930" + "default.handlebars->33->1940" ] }, { @@ -13399,9 +13406,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->33->1648", - "default.handlebars->33->2121", - "default.handlebars->33->2161" + "default.handlebars->33->1658", + "default.handlebars->33->2131", + "default.handlebars->33->2171" ] }, { @@ -13421,7 +13428,7 @@ "zh-chs": "已禁用", "zh-cht": "已禁用", "xloc": [ - "default-mobile.handlebars->11->463", + "default-mobile.handlebars->11->472", "default.handlebars->33->705" ] }, @@ -13442,7 +13449,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->33->1961" + "default.handlebars->33->1971" ] }, { @@ -13466,8 +13473,8 @@ "default-mobile.handlebars->11->411", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span", - "default.handlebars->33->1101", - "default.handlebars->33->1620", + "default.handlebars->33->1102", + "default.handlebars->33->1630", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "sharing.handlebars->11->43", @@ -13631,7 +13638,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->33->1514" + "default.handlebars->33->1524" ] }, { @@ -13671,7 +13678,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->33->1831" + "default.handlebars->33->1841" ] }, { @@ -13700,7 +13707,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->33->1890" + "default.handlebars->33->1900" ] }, { @@ -13720,7 +13727,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->33->1898" + "default.handlebars->33->1908" ] }, { @@ -13740,8 +13747,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->33->1669", - "default.handlebars->33->1673" + "default.handlebars->33->1679", + "default.handlebars->33->1683" ] }, { @@ -13761,10 +13768,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->33->2085", - "default.handlebars->33->2133", - "default.handlebars->33->2142", - "default.handlebars->33->2210", + "default.handlebars->33->2095", + "default.handlebars->33->2143", + "default.handlebars->33->2152", + "default.handlebars->33->2220", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -13786,7 +13793,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->33->1665" + "default.handlebars->33->1675" ] }, { @@ -13823,7 +13830,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->33->1674" + "default.handlebars->33->1684" ] }, { @@ -13961,8 +13968,8 @@ "zh-chs": "下载档案", "zh-cht": "下載檔案", "xloc": [ - "default-mobile.handlebars->11->441", - "default.handlebars->33->1140", + "default-mobile.handlebars->11->450", + "default.handlebars->33->1150", "sharing.handlebars->11->82" ] }, @@ -14063,7 +14070,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->33->2003", + "default.handlebars->33->2013", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -14274,7 +14281,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->33->2004" + "default.handlebars->33->2014" ] }, { @@ -14294,7 +14301,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->33->2069" + "default.handlebars->33->2079" ] }, { @@ -14375,7 +14382,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->33->1921" + "default.handlebars->33->1931" ] }, { @@ -14385,7 +14392,7 @@ "de": "Download: \\\"{0}\\\", Größe: {1}", "ru": "Скачивание: \\\"{0}\\\", Размер: {1}", "xloc": [ - "default.handlebars->33->1978" + "default.handlebars->33->1988" ] }, { @@ -14425,7 +14432,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->33->2420" + "default.handlebars->33->2430" ] }, { @@ -14465,7 +14472,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->33->2137" + "default.handlebars->33->2147" ] }, { @@ -14502,8 +14509,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->33->2333", - "default.handlebars->33->2359", + "default.handlebars->33->2343", + "default.handlebars->33->2369", "player.handlebars->3->2" ] }, @@ -14541,7 +14548,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->33->1334" + "default.handlebars->33->1344" ] }, { @@ -14561,7 +14568,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->33->1333" + "default.handlebars->33->1343" ] }, { @@ -14873,13 +14880,13 @@ "zh-chs": "编辑设备组", "zh-cht": "編輯裝置群", "xloc": [ - "default-mobile.handlebars->11->573", - "default-mobile.handlebars->11->579", - "default-mobile.handlebars->11->599", - "default.handlebars->33->1686", - "default.handlebars->33->1718", - "default.handlebars->33->1743", - "default.handlebars->33->1755" + "default-mobile.handlebars->11->582", + "default-mobile.handlebars->11->588", + "default-mobile.handlebars->11->608", + "default.handlebars->33->1696", + "default.handlebars->33->1728", + "default.handlebars->33->1753", + "default.handlebars->33->1765" ] }, { @@ -14899,7 +14906,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->33->1704" + "default.handlebars->33->1714" ] }, { @@ -14919,8 +14926,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->33->1740", - "default.handlebars->33->1752" + "default.handlebars->33->1750", + "default.handlebars->33->1762" ] }, { @@ -14940,7 +14947,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->33->1687" + "default.handlebars->33->1697" ] }, { @@ -14960,8 +14967,8 @@ "zh-chs": "编辑设备笔记", "zh-cht": "編輯裝置筆記", "xloc": [ - "default-mobile.handlebars->11->591", - "default.handlebars->33->1732" + "default-mobile.handlebars->11->600", + "default.handlebars->33->1742" ] }, { @@ -14981,8 +14988,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->33->1745", - "default.handlebars->33->1747" + "default.handlebars->33->1755", + "default.handlebars->33->1757" ] }, { @@ -15022,7 +15029,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->33->1689" + "default.handlebars->33->1699" ] }, { @@ -15089,8 +15096,8 @@ "zh-chs": "编辑笔记", "zh-cht": "編輯筆記", "xloc": [ - "default-mobile.handlebars->11->606", - "default.handlebars->33->1762" + "default-mobile.handlebars->11->615", + "default.handlebars->33->1772" ] }, { @@ -15110,7 +15117,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->33->1688" + "default.handlebars->33->1698" ] }, { @@ -15130,7 +15137,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->33->1753" + "default.handlebars->33->1763" ] }, { @@ -15150,7 +15157,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->33->1748" + "default.handlebars->33->1758" ] }, { @@ -15170,7 +15177,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->33->2188" + "default.handlebars->33->2198" ] }, { @@ -15190,7 +15197,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->33->1750" + "default.handlebars->33->1760" ] }, { @@ -15210,7 +15217,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->33->1690" + "default.handlebars->33->1700" ] }, { @@ -15292,11 +15299,11 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->33->2087", - "default.handlebars->33->2214", - "default.handlebars->33->2216", - "default.handlebars->33->2256", - "default.handlebars->33->2276", + "default.handlebars->33->2097", + "default.handlebars->33->2224", + "default.handlebars->33->2226", + "default.handlebars->33->2266", + "default.handlebars->33->2286", "default.handlebars->33->390", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -15329,7 +15336,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->11->103", - "default.handlebars->33->1523" + "default.handlebars->33->1533" ] }, { @@ -15350,7 +15357,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->11->92", - "default.handlebars->33->1264" + "default.handlebars->33->1274" ] }, { @@ -15410,7 +15417,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->11->101", - "default.handlebars->33->1521" + "default.handlebars->33->1531" ] }, { @@ -15450,7 +15457,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->33->2033" + "default.handlebars->33->2043" ] }, { @@ -15470,8 +15477,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->33->2034", - "default.handlebars->33->2208" + "default.handlebars->33->2044", + "default.handlebars->33->2218" ] }, { @@ -15491,7 +15498,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->33->2093" + "default.handlebars->33->2103" ] }, { @@ -15511,7 +15518,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->33->2209" + "default.handlebars->33->2219" ] }, { @@ -15531,8 +15538,8 @@ "zh-chs": "电邮已发送。", "zh-cht": "電郵已發送。", "xloc": [ - "default-mobile.handlebars->11->648", - "default.handlebars->33->2388", + "default-mobile.handlebars->11->657", + "default.handlebars->33->2398", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -15577,7 +15584,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->33->2094" + "default.handlebars->33->2104" ] }, { @@ -15604,7 +15611,7 @@ "fr": "Traffic Email/SMS/Push", "ru": "Email/SMS/Push трафик", "xloc": [ - "default.handlebars->33->2477" + "default.handlebars->33->2487" ] }, { @@ -15650,7 +15657,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->33->1785" + "default.handlebars->33->1795" ] }, { @@ -15691,7 +15698,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->11->94", - "default.handlebars->33->1266" + "default.handlebars->33->1276" ] }, { @@ -15731,7 +15738,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->33->2361" + "default.handlebars->33->2371" ] }, { @@ -15751,7 +15758,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->33->1960" + "default.handlebars->33->1970" ] }, { @@ -15802,7 +15809,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->33->2358" + "default.handlebars->33->2368" ] }, { @@ -15822,7 +15829,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->33->1883" + "default.handlebars->33->1893" ] }, { @@ -15842,7 +15849,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->33->1884" + "default.handlebars->33->1894" ] }, { @@ -15851,7 +15858,7 @@ "fr": "Fin de la session de messagerie \\\"{0}\\\" de {1} à {2}, {3} seconde(s)", "ru": "Завершился сеанс обмена сообщениями \\\"{0}\\\" с {1} до {2}, {3} сек.", "xloc": [ - "default.handlebars->33->1984" + "default.handlebars->33->1994" ] }, { @@ -15871,7 +15878,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->33->1881" + "default.handlebars->33->1891" ] }, { @@ -15891,7 +15898,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->33->1882" + "default.handlebars->33->1892" ] }, { @@ -15911,7 +15918,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->33->1335" + "default.handlebars->33->1345" ] }, { @@ -15931,7 +15938,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->33->1336" + "default.handlebars->33->1346" ] }, { @@ -15951,7 +15958,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->33->1337" + "default.handlebars->33->1347" ] }, { @@ -15971,7 +15978,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->33->1338" + "default.handlebars->33->1348" ] }, { @@ -15991,7 +15998,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->33->1339" + "default.handlebars->33->1349" ] }, { @@ -16011,7 +16018,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->33->1340" + "default.handlebars->33->1350" ] }, { @@ -16031,7 +16038,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->33->1341" + "default.handlebars->33->1351" ] }, { @@ -16051,7 +16058,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->33->1342" + "default.handlebars->33->1352" ] }, { @@ -16071,7 +16078,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->33->1343" + "default.handlebars->33->1353" ] }, { @@ -16091,7 +16098,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->33->1344" + "default.handlebars->33->1354" ] }, { @@ -16111,7 +16118,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->33->1345" + "default.handlebars->33->1355" ] }, { @@ -16131,7 +16138,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->33->1346" + "default.handlebars->33->1356" ] }, { @@ -16151,7 +16158,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->33->1347" + "default.handlebars->33->1357" ] }, { @@ -16173,9 +16180,9 @@ "xloc": [ "default-mobile.handlebars->11->371", "default.handlebars->33->1029", - "default.handlebars->33->1113", - "default.handlebars->33->1550", - "default.handlebars->33->1551", + "default.handlebars->33->1122", + "default.handlebars->33->1560", + "default.handlebars->33->1561", "sharing.handlebars->11->55" ] }, @@ -16196,7 +16203,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->33->2098" + "default.handlebars->33->2108" ] }, { @@ -16318,7 +16325,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->33->1261" + "default.handlebars->33->1271" ] }, { @@ -16348,8 +16355,8 @@ "de": "Fehler, Einladungscode \\\"{0}\\\" wird bereits verwendet.", "ru": "Ошибка, пригласительный код \\\"{0}\\\" уже используется.", "xloc": [ - "default-mobile.handlebars->11->656", - "default.handlebars->33->2396" + "default-mobile.handlebars->11->665", + "default.handlebars->33->2406" ] }, { @@ -16359,8 +16366,8 @@ "de": "Fehler, Password wurde nicht geändert.", "ru": "Ошибка, пароль не изменен.", "xloc": [ - "default-mobile.handlebars->11->653", - "default.handlebars->33->2393" + "default-mobile.handlebars->11->662", + "default.handlebars->33->2403" ] }, { @@ -16369,8 +16376,8 @@ "fr": "Erreur, impossible de changer le mot de passe couramment utilisé.", "de": "Fehler, kann nicht zu häufig verwendeten Passwörtern geändert werden.", "xloc": [ - "default-mobile.handlebars->11->652", - "default.handlebars->33->2392" + "default-mobile.handlebars->11->661", + "default.handlebars->33->2402" ] }, { @@ -16379,8 +16386,8 @@ "fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.", "de": "Fehler, Änderung des zuvor verwendeten Kennworts nicht möglich.", "xloc": [ - "default-mobile.handlebars->11->651", - "default.handlebars->33->2391" + "default-mobile.handlebars->11->660", + "default.handlebars->33->2401" ] }, { @@ -16430,7 +16437,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->33->1348" + "default.handlebars->33->1358" ] }, { @@ -16450,7 +16457,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->33->1349" + "default.handlebars->33->1359" ] }, { @@ -16470,7 +16477,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->33->1153" + "default.handlebars->33->1163" ] }, { @@ -16490,7 +16497,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->33->2009" + "default.handlebars->33->2019" ] }, { @@ -16606,7 +16613,7 @@ "zh-chs": "到期时间", "zh-cht": "到期時間", "xloc": [ - "default.handlebars->33->1511", + "default.handlebars->33->1521", "default.handlebars->33->210", "default.handlebars->33->894" ] @@ -16648,7 +16655,7 @@ "zh-chs": "过期{0}", "zh-cht": "過期{0}", "xloc": [ - "default.handlebars->33->1564", + "default.handlebars->33->1574", "sharing.handlebars->11->95" ] }, @@ -16689,7 +16696,7 @@ "zh-chs": "扩充式ASCII", "zh-cht": "擴充式ASCII", "xloc": [ - "default.handlebars->33->1092", + "default.handlebars->33->1093", "sharing.handlebars->11->34" ] }, @@ -16731,7 +16738,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->33->2459" + "default.handlebars->33->2469" ] }, { @@ -16771,7 +16778,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->33->1399" + "default.handlebars->33->1409" ] }, { @@ -16791,7 +16798,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->33->1350" + "default.handlebars->33->1360" ] }, { @@ -16821,8 +16828,8 @@ "de": "Fehler beim ändern der E-Mail-Adresse, wird bereits von einem anderen Konto verwendet: {0}.", "ru": "Не удалось изменить адрес электронной почты, другой аккаунт уже использует: {0}.", "xloc": [ - "default-mobile.handlebars->11->647", - "default.handlebars->33->2387" + "default-mobile.handlebars->11->656", + "default.handlebars->33->2397" ] }, { @@ -16851,7 +16858,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->33->1906" + "default.handlebars->33->1916" ] }, { @@ -16871,7 +16878,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->33->1913" + "default.handlebars->33->1923" ] }, { @@ -16914,7 +16921,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->33->1351" + "default.handlebars->33->1361" ] }, { @@ -16956,7 +16963,7 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->33->1606" + "default.handlebars->33->1616" ] }, { @@ -16976,7 +16983,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->33->1352" + "default.handlebars->33->1362" ] }, { @@ -17016,8 +17023,8 @@ "zh-chs": "档案编辑器", "zh-cht": "檔案編輯器", "xloc": [ - "default-mobile.handlebars->11->425", - "default.handlebars->33->1124", + "default-mobile.handlebars->11->434", + "default.handlebars->33->1134", "default.handlebars->33->611", "sharing.handlebars->11->66" ] @@ -17055,8 +17062,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->33->1104", - "default.handlebars->33->1106", + "default.handlebars->33->1113", + "default.handlebars->33->1115", "sharing.handlebars->11->46", "sharing.handlebars->11->48" ] @@ -17087,7 +17094,7 @@ "fr": "Transfert de fichiers", "ru": "Передача файлов", "xloc": [ - "default.handlebars->33->2339" + "default.handlebars->33->2349" ] }, { @@ -17129,9 +17136,9 @@ "xloc": [ "default-mobile.handlebars->11->203", "default-mobile.handlebars->11->311", - "default.handlebars->33->1698", - "default.handlebars->33->2346", - "default.handlebars->33->2447", + "default.handlebars->33->1708", + "default.handlebars->33->2356", + "default.handlebars->33->2457", "default.handlebars->33->317", "default.handlebars->33->803", "default.handlebars->33->870", @@ -17177,9 +17184,9 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->33->1614", - "default.handlebars->33->2154", - "default.handlebars->33->2241", + "default.handlebars->33->1624", + "default.handlebars->33->2164", + "default.handlebars->33->2251", "default.handlebars->33->716" ] }, @@ -17200,9 +17207,9 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->33->1613", - "default.handlebars->33->2153", - "default.handlebars->33->2240", + "default.handlebars->33->1623", + "default.handlebars->33->2163", + "default.handlebars->33->2250", "default.handlebars->33->715" ] }, @@ -17224,7 +17231,7 @@ "zh-cht": "過濾", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1", - "default.handlebars->33->1109", + "default.handlebars->33->1118", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -17269,7 +17276,7 @@ "zh-chs": "查找文件", "zh-cht": "查找文件", "xloc": [ - "default.handlebars->33->1112", + "default.handlebars->33->1121", "sharing.handlebars->11->54" ] }, @@ -17290,7 +17297,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->33->1879" + "default.handlebars->33->1889" ] }, { @@ -17310,7 +17317,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->33->1353" + "default.handlebars->33->1363" ] }, { @@ -17319,8 +17326,8 @@ "fr": "Parefeu", "ru": "Брандмауэр", "xloc": [ - "default-mobile.handlebars->11->458", - "default-mobile.handlebars->11->460", + "default-mobile.handlebars->11->467", + "default-mobile.handlebars->11->469", "default.handlebars->33->700", "default.handlebars->33->702" ] @@ -17332,8 +17339,8 @@ "de": "Firewall nicht aktiv", "ru": "Брандмауэр не активен", "xloc": [ - "default.handlebars->33->1811", - "default.handlebars->33->1825" + "default.handlebars->33->1821", + "default.handlebars->33->1835" ] }, { @@ -17540,8 +17547,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->33->2092", - "default.handlebars->33->2287" + "default.handlebars->33->2102", + "default.handlebars->33->2297" ] }, { @@ -17624,7 +17631,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->33->2000" + "default.handlebars->33->2010" ] }, { @@ -17665,8 +17672,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->33->2405", - "default.handlebars->33->2407" + "default.handlebars->33->2415", + "default.handlebars->33->2417" ] }, { @@ -17707,7 +17714,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->33->1355" + "default.handlebars->33->1365" ] }, { @@ -17727,7 +17734,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->33->1356" + "default.handlebars->33->1366" ] }, { @@ -17747,7 +17754,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->33->1357" + "default.handlebars->33->1367" ] }, { @@ -17767,7 +17774,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->33->1358" + "default.handlebars->33->1368" ] }, { @@ -17787,7 +17794,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->33->1359" + "default.handlebars->33->1369" ] }, { @@ -17807,7 +17814,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->33->1354" + "default.handlebars->33->1364" ] }, { @@ -17827,7 +17834,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->33->1360" + "default.handlebars->33->1370" ] }, { @@ -17847,7 +17854,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->33->1361" + "default.handlebars->33->1371" ] }, { @@ -17867,7 +17874,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->33->1362" + "default.handlebars->33->1372" ] }, { @@ -17888,12 +17895,12 @@ "zh-cht": "完整管理員", "xloc": [ "default-mobile.handlebars->11->129", - "default-mobile.handlebars->11->565", - "default-mobile.handlebars->11->578", - "default-mobile.handlebars->11->598", - "default.handlebars->33->1557", - "default.handlebars->33->1717", - "default.handlebars->33->2104" + "default-mobile.handlebars->11->574", + "default-mobile.handlebars->11->587", + "default-mobile.handlebars->11->607", + "default.handlebars->33->1567", + "default.handlebars->33->1727", + "default.handlebars->33->2114" ] }, { @@ -17913,7 +17920,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->33->1754" + "default.handlebars->33->1764" ] }, { @@ -18033,7 +18040,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->33->2202" + "default.handlebars->33->2212" ] }, { @@ -18053,8 +18060,8 @@ "zh-chs": "全自动的", "zh-cht": "全自動的", "xloc": [ - "default.handlebars->33->1631", - "default.handlebars->33->1656" + "default.handlebars->33->1641", + "default.handlebars->33->1666" ] }, { @@ -18074,8 +18081,8 @@ "zh-chs": "GPU", "zh-cht": "GPU", "xloc": [ - "default-mobile.handlebars->11->522", - "default.handlebars->33->1222" + "default-mobile.handlebars->11->531", + "default.handlebars->33->1232" ] }, { @@ -18095,7 +18102,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->33->1364" + "default.handlebars->33->1374" ] }, { @@ -18115,7 +18122,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->33->1363" + "default.handlebars->33->1373" ] }, { @@ -18135,7 +18142,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->33->1365" + "default.handlebars->33->1375" ] }, { @@ -18261,7 +18268,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->33->1366" + "default.handlebars->33->1376" ] }, { @@ -18281,7 +18288,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->33->1368" + "default.handlebars->33->1378" ] }, { @@ -18301,7 +18308,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->33->1369" + "default.handlebars->33->1379" ] }, { @@ -18321,7 +18328,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->33->1370" + "default.handlebars->33->1380" ] }, { @@ -18341,7 +18348,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->33->1371" + "default.handlebars->33->1381" ] }, { @@ -18361,7 +18368,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->33->1367" + "default.handlebars->33->1377" ] }, { @@ -18381,7 +18388,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->33->1372" + "default.handlebars->33->1382" ] }, { @@ -18442,7 +18449,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->33->1893" + "default.handlebars->33->1903" ] }, { @@ -18504,7 +18511,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->33->1553" + "default.handlebars->33->1563" ] }, { @@ -18549,8 +18556,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->33->1574", - "default.handlebars->33->1577", + "default.handlebars->33->1584", + "default.handlebars->33->1587", "default.handlebars->33->232" ] }, @@ -18571,7 +18578,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->33->1571" + "default.handlebars->33->1581" ] }, { @@ -18611,7 +18618,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->33->1575" + "default.handlebars->33->1585" ] }, { @@ -18640,7 +18647,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->33->1373" + "default.handlebars->33->1383" ] }, { @@ -18682,8 +18689,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->33->2048", - "default.handlebars->33->2127", + "default.handlebars->33->2058", + "default.handlebars->33->2137", "default.handlebars->33->533", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -18707,7 +18714,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->33->1996" + "default.handlebars->33->2006" ] }, { @@ -18727,7 +18734,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->33->2144" + "default.handlebars->33->2154" ] }, { @@ -18747,7 +18754,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->33->2165" + "default.handlebars->33->2175" ] }, { @@ -18767,7 +18774,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->33->1716" + "default.handlebars->33->1726" ] }, { @@ -18787,7 +18794,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->33->1715" + "default.handlebars->33->1725" ] }, { @@ -18887,7 +18894,7 @@ "de": "Mit einem Gast Teilen", "ru": "Делиться с гостями", "xloc": [ - "default.handlebars->33->1724" + "default.handlebars->33->1734" ] }, { @@ -18907,7 +18914,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->33->1374" + "default.handlebars->33->1384" ] }, { @@ -18916,7 +18923,7 @@ "fr": "HTTP", "ru": "HTTP", "xloc": [ - "default.handlebars->33->2443" + "default.handlebars->33->2453" ] }, { @@ -18959,7 +18966,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->33->1375" + "default.handlebars->33->1385" ] }, { @@ -18999,8 +19006,8 @@ "zh-chs": "强行断开代理", "zh-cht": "強行斷開代理", "xloc": [ - "default-mobile.handlebars->11->552", - "default.handlebars->33->1253" + "default-mobile.handlebars->11->561", + "default.handlebars->33->1263" ] }, { @@ -19020,7 +19027,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->33->2461" + "default.handlebars->33->2471" ] }, { @@ -19040,7 +19047,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->33->2460" + "default.handlebars->33->2470" ] }, { @@ -19060,7 +19067,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->33->1376" + "default.handlebars->33->1386" ] }, { @@ -19121,7 +19128,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->33->1970" + "default.handlebars->33->1980" ] }, { @@ -19182,7 +19189,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->33->1491" + "default.handlebars->33->1501" ] }, { @@ -19286,7 +19293,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->33->1377" + "default.handlebars->33->1387" ] }, { @@ -19323,8 +19330,8 @@ "zh-chs": "保存1个条目进行复制", "zh-cht": "保存1個項目進行複製", "xloc": [ - "default-mobile.handlebars->11->434", - "default.handlebars->33->1134", + "default-mobile.handlebars->11->443", + "default.handlebars->33->1144", "sharing.handlebars->11->76" ] }, @@ -19345,8 +19352,8 @@ "zh-chs": "保存1个项目进行移动", "zh-cht": "保存1個項目進行移動", "xloc": [ - "default-mobile.handlebars->11->438", - "default.handlebars->33->1138", + "default-mobile.handlebars->11->447", + "default.handlebars->33->1148", "sharing.handlebars->11->80" ] }, @@ -19367,8 +19374,8 @@ "zh-chs": "保存{0}个条目进行复制", "zh-cht": "保留{0}個項目進行複製", "xloc": [ - "default-mobile.handlebars->11->432", - "default.handlebars->33->1132", + "default-mobile.handlebars->11->441", + "default.handlebars->33->1142", "sharing.handlebars->11->74" ] }, @@ -19389,8 +19396,8 @@ "zh-chs": "保存{0}个条目以进行移动", "zh-cht": "保存{0}個項目以進行移動", "xloc": [ - "default-mobile.handlebars->11->436", - "default.handlebars->33->1136", + "default-mobile.handlebars->11->445", + "default.handlebars->33->1146", "sharing.handlebars->11->78" ] }, @@ -19412,7 +19419,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->33->1866" + "default.handlebars->33->1876" ] }, { @@ -19446,9 +19453,9 @@ "default-mobile.handlebars->11->253", "default-mobile.handlebars->11->255", "default-mobile.handlebars->11->356", - "default-mobile.handlebars->11->481", + "default-mobile.handlebars->11->490", "default.handlebars->33->1002", - "default.handlebars->33->1171", + "default.handlebars->33->1181", "default.handlebars->33->349", "default.handlebars->33->358", "default.handlebars->33->651" @@ -19471,7 +19478,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->33->1603" + "default.handlebars->33->1613" ] }, { @@ -19491,7 +19498,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->33->1378" + "default.handlebars->33->1388" ] }, { @@ -19554,9 +19561,9 @@ "zh-chs": "IP:{0}", "zh-cht": "IP:{0}", "xloc": [ - "default.handlebars->33->1181", "default.handlebars->33->1191", - "default.handlebars->33->1195" + "default.handlebars->33->1201", + "default.handlebars->33->1205" ] }, { @@ -19576,9 +19583,9 @@ "zh-chs": "IP:{0},掩码:{1},网关:{2}", "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ - "default.handlebars->33->1179", "default.handlebars->33->1189", - "default.handlebars->33->1193" + "default.handlebars->33->1199", + "default.handlebars->33->1203" ] }, { @@ -19598,12 +19605,12 @@ "zh-chs": "IPv4层", "zh-cht": "IPv4層", "xloc": [ - "default-mobile.handlebars->11->488", - "default-mobile.handlebars->11->490", - "default.handlebars->33->1178", - "default.handlebars->33->1180", + "default-mobile.handlebars->11->497", + "default-mobile.handlebars->11->499", "default.handlebars->33->1188", - "default.handlebars->33->1190" + "default.handlebars->33->1190", + "default.handlebars->33->1198", + "default.handlebars->33->1200" ] }, { @@ -19686,10 +19693,10 @@ "zh-chs": "IPv6层", "zh-cht": "IPv6層", "xloc": [ - "default-mobile.handlebars->11->492", - "default-mobile.handlebars->11->494", - "default.handlebars->33->1192", - "default.handlebars->33->1194" + "default-mobile.handlebars->11->501", + "default-mobile.handlebars->11->503", + "default.handlebars->33->1202", + "default.handlebars->33->1204" ] }, { @@ -19769,7 +19776,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->33->1379" + "default.handlebars->33->1389" ] }, { @@ -19810,10 +19817,10 @@ "zh-chs": "识别码", "zh-cht": "識別符", "xloc": [ - "default-mobile.handlebars->11->480", - "default-mobile.handlebars->11->520", - "default.handlebars->33->1170", - "default.handlebars->33->1220" + "default-mobile.handlebars->11->489", + "default-mobile.handlebars->11->529", + "default.handlebars->33->1180", + "default.handlebars->33->1230" ] }, { @@ -19833,7 +19840,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->33->1670" + "default.handlebars->33->1680" ] }, { @@ -19947,7 +19954,7 @@ "nl": "Om authenticatie met pushmeldingen te gebruiken, moet een mobiel apparaat met volledige rechten in uw account zijn ingesteld.", "fr": "Afin de pousser des notifications pour l'authentification, un appareil mobile doit être configuré sur votre compte avec tous les droits.", "xloc": [ - "default.handlebars->33->1274" + "default.handlebars->33->1284" ] }, { @@ -20028,7 +20035,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->33->1380" + "default.handlebars->33->1390" ] }, { @@ -20205,7 +20212,7 @@ "de": "Auf diesem Gerät installieren", "ru": "Установить на это устройство", "xloc": [ - "default-mobile.handlebars->11->562" + "default-mobile.handlebars->11->571" ] }, { @@ -20215,7 +20222,7 @@ "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.", "ru": "Установите MeshCentral Agent на свое устройство Android..После установки щелкните ссылку сопряжения, чтобы подключить ваше устройство к этому серверу..", "xloc": [ - "default-mobile.handlebars->11->574" + "default-mobile.handlebars->11->583" ] }, { @@ -20235,8 +20242,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->33->1787", - "default.handlebars->33->1794", + "default.handlebars->33->1797", + "default.handlebars->33->1804", "default.handlebars->33->405", "default.handlebars->33->419", "default.handlebars->33->435" @@ -20259,7 +20266,7 @@ "zh-chs": "英特尔(F10 = ESC + [OM)", "zh-cht": "Intel(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->33->1094", + "default.handlebars->33->1095", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons", "sharing.handlebars->11->36", "sharing.handlebars->p12->9->1->terminalSettingsButtons" @@ -20282,7 +20289,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->33->2457" + "default.handlebars->33->2467" ] }, { @@ -20290,7 +20297,7 @@ "fr": "Gestionnaire Intel AMT", "nl": "Intel AMT beheerder", "xloc": [ - "default.handlebars->33->2484" + "default.handlebars->33->2494" ] }, { @@ -20310,7 +20317,7 @@ "zh-chs": "英特尔ASCII", "zh-cht": "Intel ASCII", "xloc": [ - "default.handlebars->33->1093", + "default.handlebars->33->1094", "sharing.handlebars->11->35" ] }, @@ -20334,11 +20341,11 @@ "default-mobile.handlebars->11->237", "default-mobile.handlebars->11->285", "default-mobile.handlebars->11->290", - "default.handlebars->33->1621", - "default.handlebars->33->1632", - "default.handlebars->33->1806", - "default.handlebars->33->1819", - "default.handlebars->33->2483", + "default.handlebars->33->1631", + "default.handlebars->33->1642", + "default.handlebars->33->1816", + "default.handlebars->33->1829", + "default.handlebars->33->2493", "default.handlebars->33->621", "default.handlebars->33->686", "default.handlebars->33->726" @@ -20517,7 +20524,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->33->1657" + "default.handlebars->33->1667" ] }, { @@ -20571,8 +20578,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->33->2341", - "default.handlebars->33->2348", + "default.handlebars->33->2351", + "default.handlebars->33->2358", "player.handlebars->3->14" ] }, @@ -20623,8 +20630,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->33->2340", - "default.handlebars->33->2347", + "default.handlebars->33->2350", + "default.handlebars->33->2357", "player.handlebars->3->13" ] }, @@ -20684,8 +20691,8 @@ "zh-chs": "英特尔®AMT桌面和串行事件。", "zh-cht": "Intel® AMT桌面和串行事件。", "xloc": [ - "default.handlebars->33->1517", - "default.handlebars->33->1802" + "default.handlebars->33->1527", + "default.handlebars->33->1812" ] }, { @@ -20870,9 +20877,9 @@ "zh-chs": "仅限英特尔®AMT,无代理", "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ - "default-mobile.handlebars->11->555", - "default.handlebars->33->1547", - "default.handlebars->33->1592" + "default-mobile.handlebars->11->564", + "default.handlebars->33->1557", + "default.handlebars->33->1602" ] }, { @@ -20949,8 +20956,8 @@ "zh-chs": "英特尔®主动管理技术(英特尔®AMT)", "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ - "default-mobile.handlebars->11->512", - "default.handlebars->33->1212" + "default-mobile.handlebars->11->521", + "default.handlebars->33->1222" ] }, { @@ -21176,8 +21183,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->33->1790", - "default.handlebars->33->1797", + "default.handlebars->33->1800", + "default.handlebars->33->1807", "default.handlebars->33->408", "default.handlebars->33->422", "default.handlebars->33->438" @@ -21220,7 +21227,7 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->33->1381" + "default.handlebars->33->1391" ] }, { @@ -21272,7 +21279,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->33->2419" + "default.handlebars->33->2429" ] }, { @@ -21292,7 +21299,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->33->2413" + "default.handlebars->33->2423" ] }, { @@ -21312,8 +21319,8 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->33->2066", - "default.handlebars->33->2068" + "default.handlebars->33->2076", + "default.handlebars->33->2078" ] }, { @@ -21333,7 +21340,7 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->33->2064" + "default.handlebars->33->2074" ] }, { @@ -21353,7 +21360,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->33->2411" + "default.handlebars->33->2421" ] }, { @@ -21373,7 +21380,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->33->2412" + "default.handlebars->33->2422" ] }, { @@ -21383,8 +21390,8 @@ "de": "Ungültige SMS Nachricht", "ru": "Неверное SMS-сообщение", "xloc": [ - "default-mobile.handlebars->11->659", - "default.handlebars->33->2399" + "default-mobile.handlebars->11->668", + "default.handlebars->33->2409" ] }, { @@ -21416,8 +21423,8 @@ "de": "Ungültige Domain", "ru": "Неверный домен", "xloc": [ - "default-mobile.handlebars->11->639", - "default.handlebars->33->2379" + "default-mobile.handlebars->11->648", + "default.handlebars->33->2389" ] }, { @@ -21427,8 +21434,8 @@ "de": "Ungültige Email", "ru": "Неверный адрес электронной почты", "xloc": [ - "default-mobile.handlebars->11->638", - "default.handlebars->33->2378" + "default-mobile.handlebars->11->647", + "default.handlebars->33->2388" ] }, { @@ -21501,10 +21508,10 @@ "de": "Ungültiges Passwort", "ru": "Неверный пароль", "xloc": [ - "default-mobile.handlebars->11->637", + "default-mobile.handlebars->11->646", "default-mobile.handlebars->11->78", - "default.handlebars->33->2377", - "default.handlebars->33->238" + "default.handlebars->33->238", + "default.handlebars->33->2387" ] }, { @@ -21514,8 +21521,8 @@ "de": "Ungültige Berechtigung der Seite", "ru": "Недействительные разрешения сайта", "xloc": [ - "default-mobile.handlebars->11->640", - "default.handlebars->33->2380" + "default-mobile.handlebars->11->649", + "default.handlebars->33->2390" ] }, { @@ -21547,7 +21554,7 @@ "de": "Ungültiger Anmeldeversuch von", "ru": "Некорректная попытка входа пользователя из {0}, {1}, {2}", "xloc": [ - "default.handlebars->33->1982" + "default.handlebars->33->1992" ] }, { @@ -21557,8 +21564,8 @@ "de": "Ungültiger Benutzername", "ru": "Неверное имя пользователя", "xloc": [ - "default-mobile.handlebars->11->636", - "default.handlebars->33->2376" + "default-mobile.handlebars->11->645", + "default.handlebars->33->2386" ] }, { @@ -21578,7 +21585,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->33->2042" + "default.handlebars->33->2052" ] }, { @@ -21655,7 +21662,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->33->1792" + "default.handlebars->33->1802" ] }, { @@ -21695,7 +21702,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->33->1642", + "default.handlebars->33->1652", "default.handlebars->33->344", "default.handlebars->33->424" ] @@ -21717,13 +21724,13 @@ "zh-chs": "邀请码", "zh-cht": "邀請碼", "xloc": [ - "default-mobile.handlebars->11->634", - "default.handlebars->33->1625", - "default.handlebars->33->1786", - "default.handlebars->33->1791", - "default.handlebars->33->1793", - "default.handlebars->33->1798", - "default.handlebars->33->2374" + "default-mobile.handlebars->11->643", + "default.handlebars->33->1635", + "default.handlebars->33->1796", + "default.handlebars->33->1801", + "default.handlebars->33->1803", + "default.handlebars->33->1808", + "default.handlebars->33->2384" ] }, { @@ -21763,7 +21770,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->33->1641", + "default.handlebars->33->1651", "default.handlebars->33->343" ] }, @@ -21804,7 +21811,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->33->1382" + "default.handlebars->33->1392" ] }, { @@ -21824,7 +21831,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->33->1383" + "default.handlebars->33->1393" ] }, { @@ -21844,7 +21851,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->33->1384" + "default.handlebars->33->1394" ] }, { @@ -21864,7 +21871,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->33->2002" + "default.handlebars->33->2012" ] }, { @@ -21884,8 +21891,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->33->2007", - "default.handlebars->33->2072", + "default.handlebars->33->2017", + "default.handlebars->33->2082", "default.handlebars->33->573" ] }, @@ -21906,7 +21913,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->33->1385" + "default.handlebars->33->1395" ] }, { @@ -21926,7 +21933,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->33->1876" + "default.handlebars->33->1886" ] }, { @@ -21946,7 +21953,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->33->1386" + "default.handlebars->33->1396" ] }, { @@ -21966,7 +21973,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->33->1387" + "default.handlebars->33->1397" ] }, { @@ -21986,7 +21993,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->33->1388" + "default.handlebars->33->1398" ] }, { @@ -22006,7 +22013,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->33->1658" + "default.handlebars->33->1668" ] }, { @@ -22046,8 +22053,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->33->1279", - "default.handlebars->33->1282" + "default.handlebars->33->1289", + "default.handlebars->33->1292" ] }, { @@ -22112,7 +22119,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->33->1389" + "default.handlebars->33->1399" ] }, { @@ -22132,7 +22139,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->33->1891" + "default.handlebars->33->1901" ] }, { @@ -22152,7 +22159,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->33->1390" + "default.handlebars->33->1400" ] }, { @@ -22172,7 +22179,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->33->1391" + "default.handlebars->33->1401" ] }, { @@ -22192,8 +22199,8 @@ "zh-chs": "已知的", "zh-cht": "已知的", "xloc": [ - "default-mobile.handlebars->11->511", - "default.handlebars->33->1211" + "default-mobile.handlebars->11->520", + "default.handlebars->33->1221" ] }, { @@ -22213,7 +22220,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->33->1392" + "default.handlebars->33->1402" ] }, { @@ -22233,7 +22240,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->33->1393" + "default.handlebars->33->1403" ] }, { @@ -22253,7 +22260,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->33->1394" + "default.handlebars->33->1404" ] }, { @@ -22274,7 +22281,7 @@ "zh-cht": "如果", "xloc": [ "default.handlebars->33->1082", - "default.handlebars->33->1098", + "default.handlebars->33->1099", "sharing.handlebars->11->26", "sharing.handlebars->11->40" ] @@ -22296,7 +22303,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->33->1489" + "default.handlebars->33->1499" ] }, { @@ -22549,7 +22556,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->33->2015" + "default.handlebars->33->2025" ] }, { @@ -22569,7 +22576,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->33->2223" + "default.handlebars->33->2233" ] }, { @@ -22589,12 +22596,12 @@ "zh-chs": "上次代理地址", "zh-cht": "上次代理地址", "xloc": [ - "default-mobile.handlebars->11->472", - "default-mobile.handlebars->11->473", - "default-mobile.handlebars->11->474", - "default.handlebars->33->1162", - "default.handlebars->33->1163", - "default.handlebars->33->1164", + "default-mobile.handlebars->11->481", + "default-mobile.handlebars->11->482", + "default-mobile.handlebars->11->483", + "default.handlebars->33->1172", + "default.handlebars->33->1173", + "default.handlebars->33->1174", "default.handlebars->33->87", "default.handlebars->33->89", "default.handlebars->33->91" @@ -22617,10 +22624,10 @@ "zh-chs": "上次代理连接", "zh-cht": "上次代理連接", "xloc": [ - "default-mobile.handlebars->11->469", - "default-mobile.handlebars->11->471", - "default.handlebars->33->1159", - "default.handlebars->33->1161", + "default-mobile.handlebars->11->478", + "default-mobile.handlebars->11->480", + "default.handlebars->33->1169", + "default.handlebars->33->1171", "default.handlebars->33->86" ] }, @@ -22641,7 +22648,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->33->2227" + "default.handlebars->33->2237" ] }, { @@ -22701,7 +22708,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->33->2025" + "default.handlebars->33->2035" ] }, { @@ -22802,7 +22809,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->33->1395" + "default.handlebars->33->1405" ] }, { @@ -22822,7 +22829,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->33->1396" + "default.handlebars->33->1406" ] }, { @@ -22917,7 +22924,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->33->2271" + "default.handlebars->33->2281" ] }, { @@ -22973,7 +22980,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->33->1877" + "default.handlebars->33->1887" ] }, { @@ -22993,7 +23000,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->33->2505" + "default.handlebars->33->2515" ] }, { @@ -23066,8 +23073,8 @@ "zh-chs": "有限输入", "zh-cht": "有限輸入", "xloc": [ - "default-mobile.handlebars->11->611", - "default.handlebars->33->1768", + "default-mobile.handlebars->11->620", + "default.handlebars->33->1778", "default.handlebars->33->817", "default.handlebars->33->839" ] @@ -23089,8 +23096,8 @@ "zh-chs": "仅有限输入", "zh-cht": "僅有限輸入", "xloc": [ - "default-mobile.handlebars->11->584", - "default.handlebars->33->1723" + "default-mobile.handlebars->11->593", + "default.handlebars->33->1733" ] }, { @@ -23620,7 +23627,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->33->1397" + "default.handlebars->33->1407" ] }, { @@ -23662,12 +23669,12 @@ "xloc": [ "default-mobile.handlebars->11->81", "default-mobile.handlebars->11->96", - "default.handlebars->33->1256", - "default.handlebars->33->1268", - "default.handlebars->33->1583", - "default.handlebars->33->1587", - "default.handlebars->33->2282", - "default.handlebars->33->2329", + "default.handlebars->33->1266", + "default.handlebars->33->1278", + "default.handlebars->33->1593", + "default.handlebars->33->1597", + "default.handlebars->33->2292", + "default.handlebars->33->2339", "default.handlebars->33->966" ] }, @@ -23719,8 +23726,8 @@ "fr": "Appareils locaux, aucun agent", "ru": "Локальные устройства, без агентов", "xloc": [ - "default.handlebars->33->1544", - "default.handlebars->33->1594" + "default.handlebars->33->1554", + "default.handlebars->33->1604" ] }, { @@ -23760,7 +23767,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->33->1899" + "default.handlebars->33->1909" ] }, { @@ -23780,7 +23787,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->33->1900" + "default.handlebars->33->1910" ] }, { @@ -23800,7 +23807,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->33->1492", + "default.handlebars->33->1502", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -23861,7 +23868,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->33->2112" + "default.handlebars->33->2122" ] }, { @@ -23881,7 +23888,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->33->2115" + "default.handlebars->33->2125" ] }, { @@ -23910,7 +23917,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->33->2045" + "default.handlebars->33->2055" ] }, { @@ -23958,7 +23965,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->33->2026" + "default.handlebars->33->2036" ] }, { @@ -23979,7 +23986,7 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->33->2199", + "default.handlebars->33->2209", "default.handlebars->33->237" ] }, @@ -24000,7 +24007,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->33->1925" + "default.handlebars->33->1935" ] }, { @@ -24250,7 +24257,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->33->1398" + "default.handlebars->33->1408" ] }, { @@ -24270,12 +24277,12 @@ "zh-chs": "MAC层", "zh-cht": "MAC層", "xloc": [ - "default-mobile.handlebars->11->484", - "default-mobile.handlebars->11->486", - "default.handlebars->33->1174", - "default.handlebars->33->1176", + "default-mobile.handlebars->11->493", + "default-mobile.handlebars->11->495", "default.handlebars->33->1184", - "default.handlebars->33->1186" + "default.handlebars->33->1186", + "default.handlebars->33->1194", + "default.handlebars->33->1196" ] }, { @@ -24316,9 +24323,9 @@ "zh-chs": "MAC:{0}", "zh-cht": "MAC:{0}", "xloc": [ - "default-mobile.handlebars->11->487", - "default.handlebars->33->1177", - "default.handlebars->33->1187" + "default-mobile.handlebars->11->496", + "default.handlebars->33->1187", + "default.handlebars->33->1197" ] }, { @@ -24338,9 +24345,9 @@ "zh-chs": "MAC:{0},网关:{1}", "zh-cht": "MAC:{0},網關:{1}", "xloc": [ - "default-mobile.handlebars->11->485", - "default.handlebars->33->1175", - "default.handlebars->33->1185" + "default-mobile.handlebars->11->494", + "default.handlebars->33->1185", + "default.handlebars->33->1195" ] }, { @@ -24431,11 +24438,11 @@ "xloc": [ "default-mobile.handlebars->11->239", "default-mobile.handlebars->11->292", - "default-mobile.handlebars->11->540", - "default-mobile.handlebars->11->542", + "default-mobile.handlebars->11->549", + "default-mobile.handlebars->11->551", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default.handlebars->33->1241", - "default.handlebars->33->1243", + "default.handlebars->33->1251", + "default.handlebars->33->1253", "default.handlebars->33->300", "default.handlebars->33->511", "default.handlebars->33->730", @@ -24646,7 +24653,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->33->2471" + "default.handlebars->33->2481" ] }, { @@ -24666,7 +24673,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->33->1400" + "default.handlebars->33->1410" ] }, { @@ -24686,7 +24693,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->33->1401" + "default.handlebars->33->1411" ] }, { @@ -24706,7 +24713,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->33->1402" + "default.handlebars->33->1412" ] }, { @@ -24717,7 +24724,7 @@ "ru": "Управление изображением учетной записи", "xloc": [ "default-mobile.handlebars->11->82", - "default.handlebars->33->1257" + "default.handlebars->33->1267" ] }, { @@ -24758,10 +24765,10 @@ "zh-chs": "管理设备组计算机", "zh-cht": "管理裝置群電腦", "xloc": [ - "default-mobile.handlebars->11->581", - "default-mobile.handlebars->11->601", - "default.handlebars->33->1720", - "default.handlebars->33->1757" + "default-mobile.handlebars->11->590", + "default-mobile.handlebars->11->610", + "default.handlebars->33->1730", + "default.handlebars->33->1767" ] }, { @@ -24781,10 +24788,10 @@ "zh-chs": "管理设备组用户", "zh-cht": "管理裝置群用戶", "xloc": [ - "default-mobile.handlebars->11->580", - "default-mobile.handlebars->11->600", - "default.handlebars->33->1719", - "default.handlebars->33->1756" + "default-mobile.handlebars->11->589", + "default-mobile.handlebars->11->609", + "default.handlebars->33->1729", + "default.handlebars->33->1766" ] }, { @@ -24824,7 +24831,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->33->2110" + "default.handlebars->33->2120" ] }, { @@ -24864,7 +24871,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->33->2109" + "default.handlebars->33->2119" ] }, { @@ -24884,7 +24891,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->33->2108", + "default.handlebars->33->2118", "default.handlebars->33->833" ] }, @@ -25019,7 +25026,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->33->1546" + "default.handlebars->33->1556" ] }, { @@ -25039,8 +25046,8 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default-mobile.handlebars->11->556", - "default.handlebars->33->1593" + "default-mobile.handlebars->11->565", + "default.handlebars->33->1603" ] }, { @@ -25060,7 +25067,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->33->2031" + "default.handlebars->33->2041" ] }, { @@ -25114,7 +25121,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->33->1403" + "default.handlebars->33->1413" ] }, { @@ -25155,7 +25162,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->33->1404" + "default.handlebars->33->1414" ] }, { @@ -25175,7 +25182,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->33->2417" + "default.handlebars->33->2427" ] }, { @@ -25240,8 +25247,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->33->2458", - "default.handlebars->33->2463" + "default.handlebars->33->2468", + "default.handlebars->33->2473" ] }, { @@ -25261,9 +25268,9 @@ "zh-chs": "记忆体", "zh-cht": "記憶體", "xloc": [ - "default-mobile.handlebars->11->529", - "default.handlebars->33->1229", - "default.handlebars->33->2437", + "default-mobile.handlebars->11->538", + "default.handlebars->33->1239", + "default.handlebars->33->2447", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -25286,10 +25293,10 @@ "xloc": [ "default-mobile.handlebars->11->266", "default-mobile.handlebars->11->303", - "default-mobile.handlebars->11->468", - "default-mobile.handlebars->11->476", - "default.handlebars->33->1158", - "default.handlebars->33->1166", + "default-mobile.handlebars->11->477", + "default-mobile.handlebars->11->485", + "default.handlebars->33->1168", + "default.handlebars->33->1176", "default.handlebars->33->440", "default.handlebars->33->444", "default.handlebars->33->454", @@ -25317,8 +25324,8 @@ "zh-chs": "网格代理控制台", "zh-cht": "網格代理控制台", "xloc": [ - "default-mobile.handlebars->11->588", - "default.handlebars->33->1729" + "default-mobile.handlebars->11->597", + "default.handlebars->33->1739" ] }, { @@ -25463,7 +25470,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->33->2473" + "default.handlebars->33->2483" ] }, { @@ -25483,7 +25490,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->33->2474" + "default.handlebars->33->2484" ] }, { @@ -25493,7 +25500,7 @@ "de": "MeshCentral Agent für Android", "ru": "Агент MeshCentral для Android", "xloc": [ - "default-mobile.handlebars->11->575" + "default-mobile.handlebars->11->584" ] }, { @@ -25560,7 +25567,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->33->1586" + "default.handlebars->33->1596" ] }, { @@ -25649,7 +25656,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->33->2472" + "default.handlebars->33->2482" ] }, { @@ -25691,7 +25698,7 @@ "xloc": [ "default.handlebars->33->133", "default.handlebars->33->135", - "default.handlebars->33->1582" + "default.handlebars->33->1592" ] }, { @@ -26026,7 +26033,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->33->2470" + "default.handlebars->33->2480" ] }, { @@ -26074,7 +26081,7 @@ "nl": "Messenger", "fr": "Messagerie", "xloc": [ - "default.handlebars->33->2342" + "default.handlebars->33->2352" ] }, { @@ -26146,8 +26153,8 @@ "de": "Mobiles Gerät", "ru": "Мобильное устройство", "xloc": [ - "default-mobile.handlebars->11->482", - "default.handlebars->33->1172" + "default-mobile.handlebars->11->491", + "default.handlebars->33->1182" ] }, { @@ -26177,10 +26184,10 @@ "zh-chs": "模型", "zh-cht": "模型", "xloc": [ - "default-mobile.handlebars->11->477", - "default-mobile.handlebars->11->530", - "default.handlebars->33->1167", - "default.handlebars->33->1230" + "default-mobile.handlebars->11->486", + "default-mobile.handlebars->11->539", + "default.handlebars->33->1177", + "default.handlebars->33->1240" ] }, { @@ -26220,7 +26227,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->33->1405" + "default.handlebars->33->1415" ] }, { @@ -26240,7 +26247,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->33->2504" + "default.handlebars->33->2514" ] }, { @@ -26260,8 +26267,8 @@ "zh-chs": "母板", "zh-cht": "母板", "xloc": [ - "default-mobile.handlebars->11->523", - "default.handlebars->33->1223" + "default-mobile.handlebars->11->532", + "default.handlebars->33->1233" ] }, { @@ -26321,7 +26328,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->33->1924" + "default.handlebars->33->1934" ] }, { @@ -26341,7 +26348,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->33->1957" + "default.handlebars->33->1967" ] }, { @@ -26371,8 +26378,8 @@ "de": "Mehrere Probleme", "ru": "Множественные проблемы", "xloc": [ - "default.handlebars->33->1812", - "default.handlebars->33->1826" + "default.handlebars->33->1822", + "default.handlebars->33->1836" ] }, { @@ -26392,7 +26399,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->33->2360" + "default.handlebars->33->2370" ] }, { @@ -26546,7 +26553,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->33->1236" + "default.handlebars->33->1246" ] }, { @@ -26708,8 +26715,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->33->1280", - "default.handlebars->33->1283" + "default.handlebars->33->1290", + "default.handlebars->33->1293" ] }, { @@ -26791,25 +26798,25 @@ "xloc": [ "default-mobile.handlebars->11->121", "default-mobile.handlebars->11->251", - "default-mobile.handlebars->11->447", - "default-mobile.handlebars->11->517", - "default-mobile.handlebars->11->557", - "default-mobile.handlebars->11->571", + "default-mobile.handlebars->11->456", + "default-mobile.handlebars->11->526", + "default-mobile.handlebars->11->566", + "default-mobile.handlebars->11->580", "default.handlebars->33->1059", "default.handlebars->33->108", - "default.handlebars->33->1154", - "default.handlebars->33->1217", - "default.handlebars->33->1543", - "default.handlebars->33->1561", - "default.handlebars->33->1566", - "default.handlebars->33->1595", - "default.handlebars->33->1684", - "default.handlebars->33->2013", - "default.handlebars->33->2118", - "default.handlebars->33->2134", - "default.handlebars->33->2141", - "default.handlebars->33->2186", - "default.handlebars->33->2205", + "default.handlebars->33->1164", + "default.handlebars->33->1227", + "default.handlebars->33->1553", + "default.handlebars->33->1571", + "default.handlebars->33->1576", + "default.handlebars->33->1605", + "default.handlebars->33->1694", + "default.handlebars->33->2023", + "default.handlebars->33->2128", + "default.handlebars->33->2144", + "default.handlebars->33->2151", + "default.handlebars->33->2196", + "default.handlebars->33->2215", "default.handlebars->33->242", "default.handlebars->33->644", "default.handlebars->33->94", @@ -26855,7 +26862,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->33->2100" + "default.handlebars->33->2110" ] }, { @@ -26875,7 +26882,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->33->1406" + "default.handlebars->33->1416" ] }, { @@ -26895,7 +26902,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->33->1407" + "default.handlebars->33->1417" ] }, { @@ -26915,7 +26922,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->33->1408" + "default.handlebars->33->1418" ] }, { @@ -26972,9 +26979,9 @@ "zh-chs": "网络", "zh-cht": "網路", "xloc": [ - "default-mobile.handlebars->11->496", - "default.handlebars->33->1182", - "default.handlebars->33->1196" + "default-mobile.handlebars->11->505", + "default.handlebars->33->1192", + "default.handlebars->33->1206" ] }, { @@ -26995,7 +27002,7 @@ "zh-cht": "新", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", - "default.handlebars->33->1560", + "default.handlebars->33->1570", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -27016,7 +27023,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->33->1964" + "default.handlebars->33->1974" ] }, { @@ -27026,8 +27033,8 @@ "de": "Neuer Account", "ru": "Новый аккаунт", "xloc": [ - "default-mobile.handlebars->11->629", - "default.handlebars->33->2369" + "default-mobile.handlebars->11->638", + "default.handlebars->33->2379" ] }, { @@ -27088,8 +27095,8 @@ "zh-cht": "新裝置群", "xloc": [ "default-mobile.handlebars->11->115", - "default.handlebars->33->1536", - "default.handlebars->33->1549", + "default.handlebars->33->1546", + "default.handlebars->33->1559", "default.handlebars->33->957" ] }, @@ -27111,9 +27118,9 @@ "zh-cht": "新建檔案夾", "xloc": [ "default-mobile.handlebars->11->144", - "default-mobile.handlebars->11->418", - "default.handlebars->33->1117", - "default.handlebars->33->1856", + "default-mobile.handlebars->11->427", + "default.handlebars->33->1127", + "default.handlebars->33->1866", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing.handlebars->11->59", @@ -27198,8 +27205,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->33->1662", - "default.handlebars->33->1663" + "default.handlebars->33->1672", + "default.handlebars->33->1673" ] }, { @@ -27221,8 +27228,8 @@ "xloc": [ "default-mobile.handlebars->11->110", "default-mobile.handlebars->11->111", - "default.handlebars->33->1531", - "default.handlebars->33->1532" + "default.handlebars->33->1541", + "default.handlebars->33->1542" ] }, { @@ -27335,7 +27342,7 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->33->1764", + "default.handlebars->33->1774", "default.handlebars->33->818", "default.handlebars->33->840" ] @@ -27357,7 +27364,7 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->33->1725" + "default.handlebars->33->1735" ] }, { @@ -27377,9 +27384,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->33->1152", - "default.handlebars->33->1989", - "default.handlebars->33->2328" + "default.handlebars->33->1162", + "default.handlebars->33->1999", + "default.handlebars->33->2338" ] }, { @@ -27399,8 +27406,8 @@ "zh-chs": "不能存取档案", "zh-cht": "不能存取檔案", "xloc": [ - "default-mobile.handlebars->11->586", - "default.handlebars->33->1727" + "default-mobile.handlebars->11->595", + "default.handlebars->33->1737" ] }, { @@ -27420,8 +27427,8 @@ "zh-chs": "没有档案", "zh-cht": "沒有檔案", "xloc": [ - "default-mobile.handlebars->11->609", - "default.handlebars->33->1766", + "default-mobile.handlebars->11->618", + "default.handlebars->33->1776", "default.handlebars->33->815", "default.handlebars->33->837" ] @@ -27464,10 +27471,10 @@ "zh-chs": "没有英特尔®AMT", "zh-cht": "沒有Intel® AMT", "xloc": [ - "default-mobile.handlebars->11->587", - "default-mobile.handlebars->11->610", - "default.handlebars->33->1728", - "default.handlebars->33->1767" + "default-mobile.handlebars->11->596", + "default-mobile.handlebars->11->619", + "default.handlebars->33->1738", + "default.handlebars->33->1777" ] }, { @@ -27553,7 +27560,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->33->2168" + "default.handlebars->33->2178" ] }, { @@ -27573,7 +27580,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->33->2113" + "default.handlebars->33->2123" ] }, { @@ -27593,8 +27600,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->33->1626", - "default.handlebars->33->1653" + "default.handlebars->33->1636", + "default.handlebars->33->1663" ] }, { @@ -27615,10 +27622,10 @@ "zh-cht": "沒有權利", "xloc": [ "default-mobile.handlebars->11->130", - "default-mobile.handlebars->11->566", - "default-mobile.handlebars->11->617", - "default.handlebars->33->1558", - "default.handlebars->33->1774", + "default-mobile.handlebars->11->575", + "default-mobile.handlebars->11->626", + "default.handlebars->33->1568", + "default.handlebars->33->1784", "default.handlebars->33->830", "default.handlebars->33->852" ] @@ -27662,8 +27669,8 @@ "zh-chs": "没有终端", "zh-cht": "沒有終端", "xloc": [ - "default-mobile.handlebars->11->608", - "default.handlebars->33->1765", + "default-mobile.handlebars->11->617", + "default.handlebars->33->1775", "default.handlebars->33->814", "default.handlebars->33->836" ] @@ -27685,8 +27692,8 @@ "zh-chs": "不能访问终端", "zh-cht": "不能訪問終端", "xloc": [ - "default-mobile.handlebars->11->585", - "default.handlebars->33->1726" + "default-mobile.handlebars->11->594", + "default.handlebars->33->1736" ] }, { @@ -27706,7 +27713,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->33->2114" + "default.handlebars->33->2124" ] }, { @@ -27737,8 +27744,8 @@ "de": "Kein Automatisches Update", "ru": "Без автоматического обновления", "xloc": [ - "default.handlebars->33->1810", - "default.handlebars->33->1824" + "default.handlebars->33->1820", + "default.handlebars->33->1834" ] }, { @@ -27758,8 +27765,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->33->2174", - "default.handlebars->33->2298" + "default.handlebars->33->2184", + "default.handlebars->33->2308" ] }, { @@ -27879,8 +27886,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->33->2180", - "default.handlebars->33->2310" + "default.handlebars->33->2190", + "default.handlebars->33->2320" ] }, { @@ -27909,7 +27916,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->33->1828" + "default.handlebars->33->1838" ] }, { @@ -27991,7 +27998,7 @@ "zh-chs": "找不到文件", "zh-cht": "找不到文件", "xloc": [ - "default.handlebars->33->1103", + "default.handlebars->33->1104", "sharing.handlebars->11->45" ] }, @@ -28012,7 +28019,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->33->2117" + "default.handlebars->33->2127" ] }, { @@ -28032,8 +28039,8 @@ "zh-chs": "没有此设备的讯息。", "zh-cht": "沒有此裝置的訊息。", "xloc": [ - "default-mobile.handlebars->11->535", - "default.handlebars->33->1235" + "default-mobile.handlebars->11->544", + "default.handlebars->33->1245" ] }, { @@ -28123,8 +28130,8 @@ "de": "Keine Telefonnummer für diese Benutzer", "ru": "У этого пользователя нет номера телефона", "xloc": [ - "default-mobile.handlebars->11->660", - "default.handlebars->33->2400" + "default-mobile.handlebars->11->669", + "default.handlebars->33->2410" ] }, { @@ -28164,7 +28171,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->33->2330" + "default.handlebars->33->2340" ] }, { @@ -28184,7 +28191,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->33->2200" + "default.handlebars->33->2210" ] }, { @@ -28204,7 +28211,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->33->2304" + "default.handlebars->33->2314" ] }, { @@ -28214,8 +28221,8 @@ "de": "Keine Benutzer Verwaltungsrechte", "ru": "Нет прав на управление пользователями", "xloc": [ - "default-mobile.handlebars->11->658", - "default.handlebars->33->2398" + "default-mobile.handlebars->11->667", + "default.handlebars->33->2408" ] }, { @@ -28235,7 +28242,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->33->2021" + "default.handlebars->33->2031" ] }, { @@ -28324,28 +28331,28 @@ "default-mobile.handlebars->11->256", "default-mobile.handlebars->11->294", "default-mobile.handlebars->11->384", - "default-mobile.handlebars->11->416", - "default-mobile.handlebars->11->559", + "default-mobile.handlebars->11->424", + "default-mobile.handlebars->11->568", "default.handlebars->33->1042", - "default.handlebars->33->1589", - "default.handlebars->33->1597", - "default.handlebars->33->1605", - "default.handlebars->33->1617", - "default.handlebars->33->1622", - "default.handlebars->33->1624", - "default.handlebars->33->1813", - "default.handlebars->33->1838", - "default.handlebars->33->1843", + "default.handlebars->33->1599", + "default.handlebars->33->1607", + "default.handlebars->33->1615", + "default.handlebars->33->1627", + "default.handlebars->33->1632", + "default.handlebars->33->1634", + "default.handlebars->33->1823", + "default.handlebars->33->1848", + "default.handlebars->33->1853", "default.handlebars->33->195", - "default.handlebars->33->1997", - "default.handlebars->33->2138", + "default.handlebars->33->2007", "default.handlebars->33->214", - "default.handlebars->33->2140", - "default.handlebars->33->2157", - "default.handlebars->33->2219", - "default.handlebars->33->2228", - "default.handlebars->33->2232", - "default.handlebars->33->2244", + "default.handlebars->33->2148", + "default.handlebars->33->2150", + "default.handlebars->33->2167", + "default.handlebars->33->2229", + "default.handlebars->33->2238", + "default.handlebars->33->2242", + "default.handlebars->33->2254", "default.handlebars->33->287", "default.handlebars->33->288", "default.handlebars->33->641", @@ -28394,7 +28401,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->33->1409" + "default.handlebars->33->1419" ] }, { @@ -28414,7 +28421,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->33->1410" + "default.handlebars->33->1420" ] }, { @@ -28434,7 +28441,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->33->1411" + "default.handlebars->33->1421" ] }, { @@ -28454,7 +28461,7 @@ "zh-chs": "未激活", "zh-cht": "未激活", "xloc": [ - "default.handlebars->33->1199" + "default.handlebars->33->1209" ] }, { @@ -28475,7 +28482,7 @@ "zh-cht": "未啟動(輸入)", "xloc": [ "default-mobile.handlebars->11->268", - "default-mobile.handlebars->11->500", + "default-mobile.handlebars->11->509", "default.handlebars->33->665" ] }, @@ -28497,7 +28504,7 @@ "zh-cht": "未啟動(預)", "xloc": [ "default-mobile.handlebars->11->267", - "default-mobile.handlebars->11->499", + "default-mobile.handlebars->11->508", "default.handlebars->33->664" ] }, @@ -28518,8 +28525,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->33->1804", - "default.handlebars->33->1817" + "default.handlebars->33->1814", + "default.handlebars->33->1827" ] }, { @@ -28539,8 +28546,8 @@ "zh-chs": "未知", "zh-cht": "未知", "xloc": [ - "default-mobile.handlebars->11->510", - "default.handlebars->33->1210" + "default-mobile.handlebars->11->519", + "default.handlebars->33->1220" ] }, { @@ -28570,7 +28577,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->33->2352" + "default.handlebars->33->2362" ] }, { @@ -28590,8 +28597,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->33->2206", - "default.handlebars->33->2207" + "default.handlebars->33->2216", + "default.handlebars->33->2217" ] }, { @@ -28611,7 +28618,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->33->2278" + "default.handlebars->33->2288" ] }, { @@ -28632,8 +28639,8 @@ "zh-cht": "筆記", "xloc": [ "default-mobile.handlebars->11->338", - "default.handlebars->33->1633", - "default.handlebars->33->2252", + "default.handlebars->33->1643", + "default.handlebars->33->2262", "default.handlebars->33->741", "default.handlebars->33->824", "default.handlebars->33->846", @@ -28677,8 +28684,8 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->33->1518", - "default.handlebars->33->1803", + "default.handlebars->33->1528", + "default.handlebars->33->1813", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -28705,7 +28712,7 @@ "zh-chs": "通知设置还必须在帐户设置中启用。", "zh-cht": "通知設定還必須在帳戶設定中啟用。", "xloc": [ - "default.handlebars->33->1799" + "default.handlebars->33->1809" ] }, { @@ -28725,7 +28732,7 @@ "zh-chs": "通知音效。", "zh-cht": "通知音效。", "xloc": [ - "default.handlebars->33->1513" + "default.handlebars->33->1523" ] }, { @@ -28745,7 +28752,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->33->1623" + "default.handlebars->33->1633" ] }, { @@ -28766,7 +28773,7 @@ "zh-cht": "通知", "xloc": [ "default.handlebars->33->211", - "default.handlebars->33->2258" + "default.handlebars->33->2268" ] }, { @@ -28806,9 +28813,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->33->1692", - "default.handlebars->33->1696", - "default.handlebars->33->1699" + "default.handlebars->33->1702", + "default.handlebars->33->1706", + "default.handlebars->33->1709" ] }, { @@ -28828,7 +28835,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->33->2060" + "default.handlebars->33->2070" ] }, { @@ -28837,7 +28844,7 @@ "nl": "Null", "ru": "Null", "xloc": [ - "default.handlebars->33->2464" + "default.handlebars->33->2474" ] }, { @@ -28858,15 +28865,15 @@ "zh-cht": "OK", "xloc": [ "default-mobile.handlebars->11->107", - "default-mobile.handlebars->11->451", - "default-mobile.handlebars->11->455", - "default-mobile.handlebars->11->459", - "default-mobile.handlebars->11->465", + "default-mobile.handlebars->11->460", + "default-mobile.handlebars->11->464", + "default-mobile.handlebars->11->468", + "default-mobile.handlebars->11->474", "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->33->1580", - "default.handlebars->33->1808", - "default.handlebars->33->1822", + "default.handlebars->33->1590", + "default.handlebars->33->1818", + "default.handlebars->33->1832", "default.handlebars->33->693", "default.handlebars->33->697", "default.handlebars->33->701", @@ -28929,7 +28936,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->33->1412" + "default.handlebars->33->1422" ] }, { @@ -28949,8 +28956,8 @@ "zh-chs": "发生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default-mobile.handlebars->11->626", - "default.handlebars->33->2366" + "default-mobile.handlebars->11->635", + "default.handlebars->33->2376" ] }, { @@ -28990,7 +28997,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->33->2018" + "default.handlebars->33->2028" ] }, { @@ -29031,7 +29038,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->33->1530" + "default.handlebars->33->1540" ] }, { @@ -29051,7 +29058,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->33->1994" + "default.handlebars->33->2004" ] }, { @@ -29114,7 +29121,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->33->2017" + "default.handlebars->33->2027" ] }, { @@ -29134,8 +29141,8 @@ "zh-chs": "只能编辑小于200k的档案。", "zh-cht": "只能編輯小於200k的檔案。", "xloc": [ - "default-mobile.handlebars->11->426", - "default.handlebars->33->1125", + "default-mobile.handlebars->11->435", + "default.handlebars->33->1135", "default.handlebars->33->612", "sharing.handlebars->11->67" ] @@ -29300,7 +29307,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->33->1892" + "default.handlebars->33->1902" ] }, { @@ -29320,8 +29327,8 @@ "zh-chs": "操作系统", "zh-cht": "操作系統", "xloc": [ - "default-mobile.handlebars->11->467", - "default.handlebars->33->1157", + "default-mobile.handlebars->11->476", + "default.handlebars->33->1167", "default.handlebars->33->249", "default.handlebars->33->392", "default.handlebars->33->433", @@ -29347,8 +29354,8 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->11->328", - "default.handlebars->33->2044", - "default.handlebars->33->2125", + "default.handlebars->33->2054", + "default.handlebars->33->2135", "default.handlebars->33->531", "default.handlebars->33->546", "default.handlebars->33->918" @@ -29388,7 +29395,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->33->1413" + "default.handlebars->33->1423" ] }, { @@ -29408,7 +29415,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->33->1414" + "default.handlebars->33->1424" ] }, { @@ -29468,7 +29475,7 @@ "zh-chs": "过时的", "zh-cht": "過時的", "xloc": [ - "default-mobile.handlebars->11->464", + "default-mobile.handlebars->11->473", "default.handlebars->33->706" ] }, @@ -29547,8 +29554,8 @@ "nl": "PUSH", "fr": "Envoyer", "xloc": [ - "default-mobile.handlebars->11->541", - "default.handlebars->33->1242" + "default-mobile.handlebars->11->550", + "default.handlebars->33->1252" ] }, { @@ -29590,8 +29597,8 @@ "zh-chs": "零件号", "zh-cht": "零件號", "xloc": [ - "default-mobile.handlebars->11->528", - "default.handlebars->33->1228" + "default-mobile.handlebars->11->537", + "default.handlebars->33->1238" ] }, { @@ -29611,7 +29618,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->33->2032" + "default.handlebars->33->2042" ] }, { @@ -29666,8 +29673,8 @@ "zh-cht": "部分權限", "xloc": [ "default-mobile.handlebars->11->128", - "default-mobile.handlebars->11->564", - "default.handlebars->33->1556" + "default-mobile.handlebars->11->573", + "default.handlebars->33->1566" ] }, { @@ -29687,7 +29694,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->33->2203" + "default.handlebars->33->2213" ] }, { @@ -29729,14 +29736,16 @@ "xloc": [ "default-mobile.handlebars->11->344", "default-mobile.handlebars->11->403", + "default-mobile.handlebars->11->414", "default.handlebars->33->1085", - "default.handlebars->33->1659", - "default.handlebars->33->2088", - "default.handlebars->33->2089", - "default.handlebars->33->2224", - "default.handlebars->33->2226", - "default.handlebars->33->2283", - "default.handlebars->33->2284", + "default.handlebars->33->1106", + "default.handlebars->33->1669", + "default.handlebars->33->2098", + "default.handlebars->33->2099", + "default.handlebars->33->2234", + "default.handlebars->33->2236", + "default.handlebars->33->2293", + "default.handlebars->33->2294", "default.handlebars->33->246", "default.handlebars->33->362", "default.handlebars->33->941", @@ -29850,8 +29859,8 @@ "de": "Passwort geändert.", "ru": "Пароль изменен.", "xloc": [ - "default-mobile.handlebars->11->654", - "default.handlebars->33->2394" + "default-mobile.handlebars->11->663", + "default.handlebars->33->2404" ] }, { @@ -29892,7 +29901,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->33->2285" + "default.handlebars->33->2295" ] }, { @@ -29913,7 +29922,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->11->112", - "default.handlebars->33->1533" + "default.handlebars->33->1543" ] }, { @@ -29992,8 +30001,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->11->104", "default-mobile.handlebars->11->105", - "default.handlebars->33->1525", - "default.handlebars->33->1526", + "default.handlebars->33->1535", + "default.handlebars->33->1536", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -30028,12 +30037,12 @@ "zh-cht": "糊", "xloc": [ "default-mobile.handlebars->11->152", - "default-mobile.handlebars->11->431", + "default-mobile.handlebars->11->440", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->33->1099", - "default.handlebars->33->1131", - "default.handlebars->33->1865", + "default.handlebars->33->1100", + "default.handlebars->33->1141", + "default.handlebars->33->1875", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -30101,8 +30110,8 @@ "zh-chs": "执行代理指令", "zh-cht": "執行代理指令", "xloc": [ - "default-mobile.handlebars->11->544", - "default.handlebars->33->1245" + "default-mobile.handlebars->11->553", + "default.handlebars->33->1255" ] }, { @@ -30156,7 +30165,7 @@ "zh-chs": "执行英特尔®AMT激活和配置。", "zh-cht": "執行英特爾®AMT激活和配置。", "xloc": [ - "default.handlebars->33->1637", + "default.handlebars->33->1647", "default.handlebars->33->339" ] }, @@ -30339,7 +30348,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->33->1897" + "default.handlebars->33->1907" ] }, { @@ -30349,8 +30358,8 @@ "de": "Zugriff verboten", "ru": "В доступе отказано", "xloc": [ - "default-mobile.handlebars->11->635", - "default.handlebars->33->2375" + "default-mobile.handlebars->11->644", + "default.handlebars->33->2385" ] }, { @@ -30370,9 +30379,9 @@ "zh-chs": "权限", "zh-cht": "權限", "xloc": [ - "default-mobile.handlebars->11->620", - "default.handlebars->33->1777", - "default.handlebars->33->2016" + "default-mobile.handlebars->11->629", + "default.handlebars->33->1787", + "default.handlebars->33->2026" ] }, { @@ -30392,7 +30401,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->33->1415" + "default.handlebars->33->1425" ] }, { @@ -30435,10 +30444,10 @@ "default-mobile.handlebars->11->74", "default-mobile.handlebars->11->89", "default-mobile.handlebars->11->91", - "default.handlebars->33->1260", - "default.handlebars->33->1263", + "default.handlebars->33->1270", + "default.handlebars->33->1273", "default.handlebars->33->177", - "default.handlebars->33->2273" + "default.handlebars->33->2283" ] }, { @@ -30458,7 +30467,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->33->2218" + "default.handlebars->33->2228" ] }, { @@ -30479,8 +30488,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->11->90", - "default.handlebars->33->1262", - "default.handlebars->33->2272" + "default.handlebars->33->1272", + "default.handlebars->33->2282" ] }, { @@ -30639,7 +30648,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->11->100", - "default.handlebars->33->1520" + "default.handlebars->33->1530" ] }, { @@ -30660,7 +30669,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->33->227", - "default.handlebars->33->2501" + "default.handlebars->33->2511" ] }, { @@ -30804,7 +30813,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->11->127", - "default.handlebars->33->1555" + "default.handlebars->33->1565" ] }, { @@ -30824,7 +30833,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->33->1416" + "default.handlebars->33->1426" ] }, { @@ -30844,7 +30853,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->33->1417" + "default.handlebars->33->1427" ] }, { @@ -30864,7 +30873,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->33->1418" + "default.handlebars->33->1428" ] }, { @@ -30945,7 +30954,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->33->1815", + "default.handlebars->33->1825", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -31032,7 +31041,7 @@ "zh-chs": "预激活", "zh-cht": "預激活", "xloc": [ - "default.handlebars->33->1200" + "default.handlebars->33->1210" ] }, { @@ -31075,7 +31084,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->33->2351" + "default.handlebars->33->2361" ] }, { @@ -31170,9 +31179,9 @@ "xloc": [ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", - "default.handlebars->33->1255", - "default.handlebars->33->2267", - "default.handlebars->33->2281", + "default.handlebars->33->1265", + "default.handlebars->33->2277", + "default.handlebars->33->2291", "default.handlebars->33->239" ] }, @@ -31284,7 +31293,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->33->1889" + "default.handlebars->33->1899" ] }, { @@ -31344,9 +31353,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->33->1693", - "default.handlebars->33->1697", - "default.handlebars->33->1700" + "default.handlebars->33->1703", + "default.handlebars->33->1707", + "default.handlebars->33->1710" ] }, { @@ -31366,7 +31375,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->33->2349", + "default.handlebars->33->2359", "player.handlebars->3->16" ] }, @@ -31404,8 +31413,8 @@ "zh-chs": "配置状态", "zh-cht": "配置狀態", "xloc": [ - "default-mobile.handlebars->11->504", - "default.handlebars->33->1204" + "default-mobile.handlebars->11->513", + "default.handlebars->33->1214" ] }, { @@ -31426,7 +31435,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->33->1850" + "default.handlebars->33->1860" ] }, { @@ -31446,7 +31455,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->33->1419" + "default.handlebars->33->1429" ] }, { @@ -31466,7 +31475,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->33->1420" + "default.handlebars->33->1430" ] }, { @@ -31486,7 +31495,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->33->1421" + "default.handlebars->33->1431" ] }, { @@ -31563,7 +31572,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->33->1422" + "default.handlebars->33->1432" ] }, { @@ -31749,7 +31758,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->33->2462" + "default.handlebars->33->2472" ] }, { @@ -31789,7 +31798,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->33->1660" + "default.handlebars->33->1670" ] }, { @@ -31809,7 +31818,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->33->2090" + "default.handlebars->33->2100" ] }, { @@ -31866,9 +31875,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->33->2215", - "default.handlebars->33->2217", - "default.handlebars->33->2274" + "default.handlebars->33->2225", + "default.handlebars->33->2227", + "default.handlebars->33->2284" ] }, { @@ -31888,7 +31897,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->33->2099" + "default.handlebars->33->2109" ] }, { @@ -31931,7 +31940,7 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->33->1604" + "default.handlebars->33->1614" ] }, { @@ -31971,7 +31980,7 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->33->1703" + "default.handlebars->33->1713" ] }, { @@ -31991,7 +32000,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->33->2363" + "default.handlebars->33->2373" ] }, { @@ -32032,9 +32041,9 @@ "zh-cht": "遞迴刪除", "xloc": [ "default-mobile.handlebars->11->145", - "default-mobile.handlebars->11->419", - "default.handlebars->33->1118", - "default.handlebars->33->1857", + "default-mobile.handlebars->11->428", + "default.handlebars->33->1128", + "default.handlebars->33->1867", "sharing.handlebars->11->60" ] }, @@ -32146,7 +32155,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->238", - "default.handlebars->33->2444", + "default.handlebars->33->2454", "default.handlebars->33->298", "default.handlebars->33->509" ] @@ -32168,7 +32177,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->33->2429" + "default.handlebars->33->2439" ] }, { @@ -32188,7 +32197,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->33->2422" + "default.handlebars->33->2432" ] }, { @@ -32208,8 +32217,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->33->2428", - "default.handlebars->33->2456" + "default.handlebars->33->2438", + "default.handlebars->33->2466" ] }, { @@ -32234,7 +32243,9 @@ "ru": "Запомнить учетные данные", "xloc": [ "default-mobile.handlebars->11->404", - "default.handlebars->33->1086" + "default-mobile.handlebars->11->415", + "default.handlebars->33->1086", + "default.handlebars->33->1107" ] }, { @@ -32375,8 +32386,8 @@ "zh-chs": "远程命令", "zh-cht": "遠程命令", "xloc": [ - "default-mobile.handlebars->11->595", - "default.handlebars->33->1736" + "default-mobile.handlebars->11->604", + "default.handlebars->33->1746" ] }, { @@ -32396,10 +32407,10 @@ "zh-chs": "遥控", "zh-cht": "遙控", "xloc": [ - "default-mobile.handlebars->11->582", - "default-mobile.handlebars->11->602", - "default.handlebars->33->1721", - "default.handlebars->33->1758" + "default-mobile.handlebars->11->591", + "default-mobile.handlebars->11->611", + "default.handlebars->33->1731", + "default.handlebars->33->1768" ] }, { @@ -32469,8 +32480,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->33->1903", - "default.handlebars->33->1909" + "default.handlebars->33->1913", + "default.handlebars->33->1919" ] }, { @@ -32490,7 +32501,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->33->1904" + "default.handlebars->33->1914" ] }, { @@ -32510,7 +32521,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->33->1910" + "default.handlebars->33->1920" ] }, { @@ -32530,9 +32541,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->33->1901", - "default.handlebars->33->1905", - "default.handlebars->33->1911" + "default.handlebars->33->1911", + "default.handlebars->33->1915", + "default.handlebars->33->1921" ] }, { @@ -32634,7 +32645,7 @@ "zh-chs": "远程网格用户", "zh-cht": "遠程網格用戶", "xloc": [ - "default-mobile.handlebars->11->623" + "default-mobile.handlebars->11->632" ] }, { @@ -32700,10 +32711,10 @@ "zh-chs": "仅远程查看", "zh-cht": "僅遠程查看", "xloc": [ - "default-mobile.handlebars->11->583", - "default-mobile.handlebars->11->607", - "default.handlebars->33->1722", - "default.handlebars->33->1763" + "default-mobile.handlebars->11->592", + "default-mobile.handlebars->11->616", + "default.handlebars->33->1732", + "default.handlebars->33->1773" ] }, { @@ -32803,7 +32814,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->33->1576" + "default.handlebars->33->1586" ] }, { @@ -32857,8 +32868,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->33->2184", - "default.handlebars->33->2326" + "default.handlebars->33->2194", + "default.handlebars->33->2336" ] }, { @@ -32878,8 +32889,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->33->2182", - "default.handlebars->33->2313" + "default.handlebars->33->2192", + "default.handlebars->33->2323" ] }, { @@ -32899,7 +32910,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->33->2311" + "default.handlebars->33->2321" ] }, { @@ -32908,7 +32919,7 @@ "fr": "Supprimer le jeton d'authentification", "ru": "Удалить токен входа", "xloc": [ - "default.handlebars->33->1568" + "default.handlebars->33->1578" ] }, { @@ -32945,7 +32956,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->33->2322" + "default.handlebars->33->2332" ] }, { @@ -32965,8 +32976,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->33->1782", - "default.handlebars->33->2318" + "default.handlebars->33->1792", + "default.handlebars->33->2328" ] }, { @@ -32986,7 +32997,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->33->2192" + "default.handlebars->33->2202" ] }, { @@ -33006,8 +33017,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->33->1780", - "default.handlebars->33->2315" + "default.handlebars->33->1790", + "default.handlebars->33->2325" ] }, { @@ -33027,7 +33038,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->33->2288" + "default.handlebars->33->2298" ] }, { @@ -33047,7 +33058,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->33->2091" + "default.handlebars->33->2101" ] }, { @@ -33067,7 +33078,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->33->1701" + "default.handlebars->33->1711" ] }, { @@ -33096,7 +33107,7 @@ "fr": "Supprimer le jeton d'authentification", "ru": "Удалить токен входа", "xloc": [ - "default.handlebars->33->1563" + "default.handlebars->33->1573" ] }, { @@ -33137,7 +33148,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->11->88", - "default.handlebars->33->1259" + "default.handlebars->33->1269" ] }, { @@ -33197,7 +33208,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->33->2262" + "default.handlebars->33->2272" ] }, { @@ -33217,7 +33228,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->33->2302" + "default.handlebars->33->2312" ] }, { @@ -33237,7 +33248,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->33->2178" + "default.handlebars->33->2188" ] }, { @@ -33257,7 +33268,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->33->2172", + "default.handlebars->33->2182", "default.handlebars->33->792" ] }, @@ -33278,10 +33289,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->33->1646", - "default.handlebars->33->2166", - "default.handlebars->33->2296", - "default.handlebars->33->2308", + "default.handlebars->33->1656", + "default.handlebars->33->2176", + "default.handlebars->33->2306", + "default.handlebars->33->2318", "default.handlebars->33->793" ] }, @@ -33302,7 +33313,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->33->1963" + "default.handlebars->33->1973" ] }, { @@ -33322,7 +33333,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->33->1974" + "default.handlebars->33->1984" ] }, { @@ -33342,7 +33353,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->33->1959" + "default.handlebars->33->1969" ] }, { @@ -33351,7 +33362,7 @@ "fr": "Jeton d'authentification supprimé", "ru": "Удален токен входа", "xloc": [ - "default.handlebars->33->1988" + "default.handlebars->33->1998" ] }, { @@ -33371,7 +33382,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->33->1969" + "default.handlebars->33->1979" ] }, { @@ -33379,7 +33390,7 @@ "nl": "Verificatieapparaat voor pushmeldingen verwijderd", "fr": "L'authentification par notification sur cet appareil est supprimée.", "xloc": [ - "default.handlebars->33->1986" + "default.handlebars->33->1996" ] }, { @@ -33399,7 +33410,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->33->1966" + "default.handlebars->33->1976" ] }, { @@ -33419,9 +33430,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->33->1932", - "default.handlebars->33->1953", - "default.handlebars->33->1958" + "default.handlebars->33->1942", + "default.handlebars->33->1963", + "default.handlebars->33->1968" ] }, { @@ -33441,7 +33452,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->33->1942" + "default.handlebars->33->1952" ] }, { @@ -33461,7 +33472,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->33->1955" + "default.handlebars->33->1965" ] }, { @@ -33481,8 +33492,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->33->1934", - "default.handlebars->33->1944" + "default.handlebars->33->1944", + "default.handlebars->33->1954" ] }, { @@ -33503,11 +33514,11 @@ "zh-cht": "改名", "xloc": [ "default-mobile.handlebars->11->149", - "default-mobile.handlebars->11->423", + "default-mobile.handlebars->11->432", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->33->1122", - "default.handlebars->33->1861", + "default.handlebars->33->1132", + "default.handlebars->33->1871", "default.handlebars->33->610", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -33533,7 +33544,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->33->1920" + "default.handlebars->33->1930" ] }, { @@ -33553,7 +33564,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->33->1995" + "default.handlebars->33->2005" ] }, { @@ -33573,7 +33584,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->33->1990" + "default.handlebars->33->2000" ] }, { @@ -33611,7 +33622,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->33->1534" + "default.handlebars->33->1544" ] }, { @@ -33632,8 +33643,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->33->2096", - "default.handlebars->33->2286" + "default.handlebars->33->2106", + "default.handlebars->33->2296" ] }, { @@ -33739,8 +33750,8 @@ "zh-chs": "重置/关闭电源", "zh-cht": "重置/關閉電源", "xloc": [ - "default-mobile.handlebars->11->596", - "default.handlebars->33->1737" + "default-mobile.handlebars->11->605", + "default.handlebars->33->1747" ] }, { @@ -33866,8 +33877,8 @@ "zh-chs": "重置/关闭", "zh-cht": "重置/關閉", "xloc": [ - "default-mobile.handlebars->11->616", - "default.handlebars->33->1773", + "default-mobile.handlebars->11->625", + "default.handlebars->33->1783", "default.handlebars->33->829", "default.handlebars->33->851" ] @@ -33910,7 +33921,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->33->1581" + "default.handlebars->33->1591" ] }, { @@ -33950,7 +33961,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->33->1578" + "default.handlebars->33->1588" ] }, { @@ -33993,7 +34004,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->33->2204" + "default.handlebars->33->2214" ] }, { @@ -34013,7 +34024,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->33->1423" + "default.handlebars->33->1433" ] }, { @@ -34043,7 +34054,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->33->1424" + "default.handlebars->33->1434" ] }, { @@ -34063,7 +34074,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->33->1425" + "default.handlebars->33->1435" ] }, { @@ -34084,9 +34095,9 @@ "zh-cht": "根", "xloc": [ "default-mobile.handlebars->11->131", - "default-mobile.handlebars->11->413", - "default.handlebars->33->1107", - "default.handlebars->33->1829", + "default-mobile.handlebars->11->421", + "default.handlebars->33->1116", + "default.handlebars->33->1839", "sharing.handlebars->11->49" ] }, @@ -34366,7 +34377,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->33->1896" + "default.handlebars->33->1906" ] }, { @@ -34386,7 +34397,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->33->1971" + "default.handlebars->33->1981" ] }, { @@ -34406,7 +34417,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->33->1972" + "default.handlebars->33->1982" ] }, { @@ -34426,7 +34437,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->33->1426" + "default.handlebars->33->1436" ] }, { @@ -34446,7 +34457,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->33->1427" + "default.handlebars->33->1437" ] }, { @@ -34485,8 +34496,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->33->2249", - "default.handlebars->33->2254", + "default.handlebars->33->2259", + "default.handlebars->33->2264", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -34511,7 +34522,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->33->2270" + "default.handlebars->33->2280" ] }, { @@ -34521,8 +34532,8 @@ "de": "SMS Fehler", "ru": "Ошибка SMS", "xloc": [ - "default-mobile.handlebars->11->662", - "default.handlebars->33->2402" + "default-mobile.handlebars->11->671", + "default.handlebars->33->2412" ] }, { @@ -34532,8 +34543,8 @@ "de": "SMS Fehler: {0}", "ru": "Ошибка SMS: {0}", "xloc": [ - "default-mobile.handlebars->11->663", - "default.handlebars->33->2403" + "default-mobile.handlebars->11->672", + "default.handlebars->33->2413" ] }, { @@ -34543,8 +34554,8 @@ "de": "SMS-Gateway nicht aktiviert", "ru": "SMS-шлюз не включен", "xloc": [ - "default-mobile.handlebars->11->657", - "default.handlebars->33->2397" + "default-mobile.handlebars->11->666", + "default.handlebars->33->2407" ] }, { @@ -34576,8 +34587,8 @@ "de": "SMS Erfolgreich gesendet.", "ru": "SMS успешно отправлено.", "xloc": [ - "default-mobile.handlebars->11->661", - "default.handlebars->33->2401" + "default-mobile.handlebars->11->670", + "default.handlebars->33->2411" ] }, { @@ -34620,7 +34631,9 @@ "ru": "Порт SSH {0}", "xloc": [ "default-mobile.handlebars->11->398", - "default.handlebars->33->1080" + "default-mobile.handlebars->11->426", + "default.handlebars->33->1080", + "default.handlebars->33->1126" ] }, { @@ -34671,7 +34684,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->33->1428" + "default.handlebars->33->1438" ] }, { @@ -34729,7 +34742,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->33->1429" + "default.handlebars->33->1439" ] }, { @@ -34749,7 +34762,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->33->1430" + "default.handlebars->33->1440" ] }, { @@ -34769,7 +34782,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->33->1431" + "default.handlebars->33->1441" ] }, { @@ -35050,7 +35063,7 @@ "zh-chs": "搜寻", "zh-cht": "搜尋", "xloc": [ - "default.handlebars->33->1111", + "default.handlebars->33->1120", "default.handlebars->33->630", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", "sharing.handlebars->11->53" @@ -35138,8 +35151,8 @@ "zh-chs": "已使用TLS保安", "zh-cht": "已使用TLS保安", "xloc": [ - "default-mobile.handlebars->11->507", - "default.handlebars->33->1207" + "default-mobile.handlebars->11->516", + "default.handlebars->33->1217" ] }, { @@ -35160,10 +35173,10 @@ "zh-cht": "安全", "xloc": [ "default-mobile.handlebars->11->345", - "default-mobile.handlebars->11->506", - "default.handlebars->33->1206", - "default.handlebars->33->1827", - "default.handlebars->33->2250", + "default-mobile.handlebars->11->515", + "default.handlebars->33->1216", + "default.handlebars->33->1837", + "default.handlebars->33->2260", "default.handlebars->33->363", "default.handlebars->33->942", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" @@ -35186,7 +35199,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->33->2247" + "default.handlebars->33->2257" ] }, { @@ -35196,8 +35209,8 @@ "de": "Sicherheits Warnung", "ru": "Предупреждение безопасности", "xloc": [ - "default-mobile.handlebars->11->631", - "default.handlebars->33->2371" + "default-mobile.handlebars->11->640", + "default.handlebars->33->2381" ] }, { @@ -35237,11 +35250,11 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->33->1114", - "default.handlebars->33->1116", - "default.handlebars->33->1853", - "default.handlebars->33->2040", - "default.handlebars->33->2123", + "default.handlebars->33->1123", + "default.handlebars->33->1125", + "default.handlebars->33->1863", + "default.handlebars->33->2050", + "default.handlebars->33->2133", "default.handlebars->33->514", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", @@ -35271,10 +35284,10 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->33->1115", - "default.handlebars->33->1852", - "default.handlebars->33->2039", - "default.handlebars->33->2122", + "default.handlebars->33->1124", + "default.handlebars->33->1862", + "default.handlebars->33->2049", + "default.handlebars->33->2132", "default.handlebars->33->513", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -35285,7 +35298,7 @@ "nl": "Selecteer een apparaat om te registreren voor verificatie via pushmeldingen. Eenmaal geselecteerd, zal het apparaat om bevestiging vragen.", "fr": "Sélectionner l'appareil qui recevera les notifications d'authentification (push). Une fois sélectionné, l'appareil demandera confirmation.", "xloc": [ - "default.handlebars->33->1275" + "default.handlebars->33->1285" ] }, { @@ -35385,8 +35398,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->33->2043", - "default.handlebars->33->2124" + "default.handlebars->33->2053", + "default.handlebars->33->2134" ] }, { @@ -35427,7 +35440,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->33->1661" + "default.handlebars->33->1671" ] }, { @@ -35468,8 +35481,8 @@ "zh-chs": "仅自我事件", "zh-cht": "僅自我事件", "xloc": [ - "default-mobile.handlebars->11->612", - "default.handlebars->33->1769" + "default-mobile.handlebars->11->621", + "default.handlebars->33->1779" ] }, { @@ -35513,7 +35526,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->33->2054" + "default.handlebars->33->2064" ] }, { @@ -35574,7 +35587,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->33->2052" + "default.handlebars->33->2062" ] }, { @@ -35594,7 +35607,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->33->2255" + "default.handlebars->33->2265" ] }, { @@ -35614,7 +35627,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->33->2257" + "default.handlebars->33->2267" ] }, { @@ -35634,7 +35647,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->33->2163" + "default.handlebars->33->2173" ] }, { @@ -35654,7 +35667,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->33->2055" + "default.handlebars->33->2065" ] }, { @@ -35674,7 +35687,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->33->2035" + "default.handlebars->33->2045" ] }, { @@ -35714,7 +35727,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->33->2095" + "default.handlebars->33->2105" ] }, { @@ -35837,7 +35850,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->33->2259" + "default.handlebars->33->2269" ] }, { @@ -35875,7 +35888,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->33->1434" + "default.handlebars->33->1444" ] }, { @@ -35895,8 +35908,8 @@ "zh-chs": "序列号", "zh-cht": "序列號", "xloc": [ - "default-mobile.handlebars->11->518", - "default.handlebars->33->1218" + "default-mobile.handlebars->11->527", + "default.handlebars->33->1228" ] }, { @@ -35916,7 +35929,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->33->2105" + "default.handlebars->33->2115" ] }, { @@ -35936,7 +35949,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->33->2475" + "default.handlebars->33->2485" ] }, { @@ -35966,7 +35979,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->33->2476" + "default.handlebars->33->2486" ] }, { @@ -35986,11 +35999,11 @@ "zh-chs": "服务器档案", "zh-cht": "伺服器檔案", "xloc": [ - "default-mobile.handlebars->11->589", - "default-mobile.handlebars->11->604", - "default.handlebars->33->1730", - "default.handlebars->33->1760", - "default.handlebars->33->2102", + "default-mobile.handlebars->11->598", + "default-mobile.handlebars->11->613", + "default.handlebars->33->1740", + "default.handlebars->33->1770", + "default.handlebars->33->2112", "default.handlebars->33->822", "default.handlebars->33->844" ] @@ -36020,8 +36033,8 @@ "nl": "Server limiet", "fr": "Limite du serveur", "xloc": [ - "default-mobile.handlebars->11->630", - "default.handlebars->33->2370" + "default-mobile.handlebars->11->639", + "default.handlebars->33->2380" ] }, { @@ -36050,8 +36063,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->33->2027", - "default.handlebars->33->2116" + "default.handlebars->33->2037", + "default.handlebars->33->2126" ] }, { @@ -36071,7 +36084,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->33->2221" + "default.handlebars->33->2231" ] }, { @@ -36091,7 +36104,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->33->2106" + "default.handlebars->33->2116" ] }, { @@ -36111,7 +36124,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->33->2220" + "default.handlebars->33->2230" ] }, { @@ -36131,7 +36144,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->33->2408" + "default.handlebars->33->2418" ] }, { @@ -36171,7 +36184,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->33->2488" + "default.handlebars->33->2498" ] }, { @@ -36180,7 +36193,7 @@ "fr": "Évènement du serveur", "ru": "Событие трассировки сервера", "xloc": [ - "default.handlebars->33->2467" + "default.handlebars->33->2477" ] }, { @@ -36241,7 +36254,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->33->2107" + "default.handlebars->33->2117" ] }, { @@ -36408,7 +36421,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->33->2466" + "default.handlebars->33->2476" ] }, { @@ -36468,7 +36481,7 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->33->2331", + "default.handlebars->33->2341", "ssh.handlebars->3->10" ] }, @@ -36498,7 +36511,9 @@ "ru": "Сессия истекла", "xloc": [ "default-mobile.handlebars->11->407", - "default.handlebars->33->1089" + "default-mobile.handlebars->11->419", + "default.handlebars->33->1090", + "default.handlebars->33->1111" ] }, { @@ -36538,7 +36553,9 @@ "ru": "Тайм-аут сеанса", "xloc": [ "default-mobile.handlebars->11->408", - "default.handlebars->33->1090" + "default-mobile.handlebars->11->420", + "default.handlebars->33->1091", + "default.handlebars->33->1112" ] }, { @@ -36630,7 +36647,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->33->1894" + "default.handlebars->33->1904" ] }, { @@ -36713,7 +36730,7 @@ "zh-cht": "設定", "xloc": [ "agent-translations.json", - "default.handlebars->33->1638", + "default.handlebars->33->1648", "default.handlebars->33->340" ] }, @@ -36768,7 +36785,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->33->1569" + "default.handlebars->33->1579" ] }, { @@ -37112,8 +37129,8 @@ "zh-chs": "只显示自己的事件", "zh-cht": "只顯示自己的事件", "xloc": [ - "default-mobile.handlebars->11->592", - "default.handlebars->33->1733" + "default-mobile.handlebars->11->601", + "default.handlebars->33->1743" ] }, { @@ -37133,7 +37150,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->33->1694" + "default.handlebars->33->1704" ] }, { @@ -37233,8 +37250,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->33->2058", - "default.handlebars->33->2081" + "default.handlebars->33->2068", + "default.handlebars->33->2091" ] }, { @@ -37254,8 +37271,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->33->2057", - "default.handlebars->33->2080" + "default.handlebars->33->2067", + "default.handlebars->33->2090" ] }, { @@ -37275,8 +37292,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->33->2059", - "default.handlebars->33->2082" + "default.handlebars->33->2069", + "default.handlebars->33->2092" ] }, { @@ -37296,8 +37313,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->33->2056", - "default.handlebars->33->2079" + "default.handlebars->33->2066", + "default.handlebars->33->2089" ] }, { @@ -37491,8 +37508,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->33->1629", - "default.handlebars->33->1651" + "default.handlebars->33->1639", + "default.handlebars->33->1661" ] }, { @@ -37512,8 +37529,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->33->1627", - "default.handlebars->33->1655" + "default.handlebars->33->1637", + "default.handlebars->33->1665" ] }, { @@ -37533,7 +37550,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->33->1432" + "default.handlebars->33->1442" ] }, { @@ -37553,7 +37570,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->33->1433" + "default.handlebars->33->1443" ] }, { @@ -37595,8 +37612,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->33->2334", - "default.handlebars->33->2355", + "default.handlebars->33->2344", + "default.handlebars->33->2365", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -37617,7 +37634,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->33->1143", + "default.handlebars->33->1153", "sharing.handlebars->11->85" ] }, @@ -37638,7 +37655,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->33->1144", + "default.handlebars->33->1154", "sharing.handlebars->11->86" ] }, @@ -37659,7 +37676,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->33->1145", + "default.handlebars->33->1155", "sharing.handlebars->11->87" ] }, @@ -37680,7 +37697,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->33->1146", + "default.handlebars->33->1156", "sharing.handlebars->11->88" ] }, @@ -37771,7 +37788,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->33->1435" + "default.handlebars->33->1445" ] }, { @@ -37791,7 +37808,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->33->1436" + "default.handlebars->33->1446" ] }, { @@ -37874,8 +37891,8 @@ "zh-chs": "软断开代理", "zh-cht": "軟斷開代理", "xloc": [ - "default-mobile.handlebars->11->551", - "default.handlebars->33->1252" + "default-mobile.handlebars->11->560", + "default.handlebars->33->1262" ] }, { @@ -37936,7 +37953,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->33->1437" + "default.handlebars->33->1447" ] }, { @@ -37956,7 +37973,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->33->1438" + "default.handlebars->33->1448" ] }, { @@ -38110,7 +38127,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->33->1439" + "default.handlebars->33->1449" ] }, { @@ -38130,7 +38147,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->33->1440" + "default.handlebars->33->1450" ] }, { @@ -38150,7 +38167,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->33->1441" + "default.handlebars->33->1451" ] }, { @@ -38170,7 +38187,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->33->1442" + "default.handlebars->33->1452" ] }, { @@ -38190,7 +38207,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->33->1443" + "default.handlebars->33->1453" ] }, { @@ -38210,7 +38227,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->33->1444" + "default.handlebars->33->1454" ] }, { @@ -38230,7 +38247,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->33->1445" + "default.handlebars->33->1455" ] }, { @@ -38250,7 +38267,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->33->1446" + "default.handlebars->33->1456" ] }, { @@ -38270,7 +38287,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->33->1447" + "default.handlebars->33->1457" ] }, { @@ -38290,7 +38307,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->33->1448" + "default.handlebars->33->1458" ] }, { @@ -38310,7 +38327,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->33->1449" + "default.handlebars->33->1459" ] }, { @@ -38330,7 +38347,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->33->1450" + "default.handlebars->33->1460" ] }, { @@ -38350,7 +38367,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->33->1451" + "default.handlebars->33->1461" ] }, { @@ -38370,7 +38387,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->33->1452" + "default.handlebars->33->1462" ] }, { @@ -38390,7 +38407,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->33->1453" + "default.handlebars->33->1463" ] }, { @@ -38410,7 +38427,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->33->1454" + "default.handlebars->33->1464" ] }, { @@ -38430,7 +38447,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->33->1455" + "default.handlebars->33->1465" ] }, { @@ -38450,7 +38467,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->33->1456" + "default.handlebars->33->1466" ] }, { @@ -38470,7 +38487,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->33->1457" + "default.handlebars->33->1467" ] }, { @@ -38490,7 +38507,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->33->1458" + "default.handlebars->33->1468" ] }, { @@ -38609,8 +38626,8 @@ "xloc": [ "default.handlebars->33->1015", "default.handlebars->33->209", - "default.handlebars->33->2332", - "default.handlebars->33->2357", + "default.handlebars->33->2342", + "default.handlebars->33->2367", "sharing.handlebars->11->14" ] }, @@ -38661,7 +38678,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->33->1878" + "default.handlebars->33->1888" ] }, { @@ -38681,7 +38698,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->33->1887" + "default.handlebars->33->1897" ] }, { @@ -38701,7 +38718,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->33->1888" + "default.handlebars->33->1898" ] }, { @@ -38721,7 +38738,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->33->1885" + "default.handlebars->33->1895" ] }, { @@ -38741,7 +38758,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->33->1907" + "default.handlebars->33->1917" ] }, { @@ -38761,7 +38778,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->33->1908" + "default.handlebars->33->1918" ] }, { @@ -38781,7 +38798,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->33->1914" + "default.handlebars->33->1924" ] }, { @@ -38801,7 +38818,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->33->1915" + "default.handlebars->33->1925" ] }, { @@ -38821,7 +38838,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->33->1886" + "default.handlebars->33->1896" ] }, { @@ -38861,7 +38878,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->33->1902" + "default.handlebars->33->1912" ] }, { @@ -38881,7 +38898,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->33->1912" + "default.handlebars->33->1922" ] }, { @@ -38942,8 +38959,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->33->2277", - "default.handlebars->33->2350", + "default.handlebars->33->2287", + "default.handlebars->33->2360", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -39041,8 +39058,8 @@ "zh-chs": "储存", "zh-cht": "儲存", "xloc": [ - "default-mobile.handlebars->11->534", - "default.handlebars->33->1234" + "default-mobile.handlebars->11->543", + "default.handlebars->33->1244" ] }, { @@ -39082,7 +39099,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->33->1833" + "default.handlebars->33->1843" ] }, { @@ -39102,7 +39119,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->33->1552" + "default.handlebars->33->1562" ] }, { @@ -39147,7 +39164,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->33->2053" + "default.handlebars->33->2063" ] }, { @@ -39247,7 +39264,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->33->1459" + "default.handlebars->33->1469" ] }, { @@ -39267,7 +39284,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->33->1460" + "default.handlebars->33->1470" ] }, { @@ -39308,7 +39325,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->33->1461" + "default.handlebars->33->1471" ] }, { @@ -39328,7 +39345,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->33->1462" + "default.handlebars->33->1472" ] }, { @@ -39348,7 +39365,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->33->1463" + "default.handlebars->33->1473" ] }, { @@ -39368,7 +39385,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->33->1643" + "default.handlebars->33->1653" ] }, { @@ -39388,7 +39405,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->33->1702" + "default.handlebars->33->1712" ] }, { @@ -39554,8 +39571,8 @@ "zh-chs": "未设置TLS", "zh-cht": "未設置TLS", "xloc": [ - "default-mobile.handlebars->11->508", - "default.handlebars->33->1208" + "default-mobile.handlebars->11->517", + "default.handlebars->33->1218" ] }, { @@ -39696,7 +39713,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->33->1464" + "default.handlebars->33->1474" ] }, { @@ -39716,7 +39733,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->33->1465" + "default.handlebars->33->1475" ] }, { @@ -39736,7 +39753,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->33->1466" + "default.handlebars->33->1476" ] }, { @@ -39758,9 +39775,9 @@ "xloc": [ "default-mobile.handlebars->11->200", "default-mobile.handlebars->11->310", - "default.handlebars->33->1695", - "default.handlebars->33->2344", - "default.handlebars->33->2445", + "default.handlebars->33->1705", + "default.handlebars->33->2354", + "default.handlebars->33->2455", "default.handlebars->33->314", "default.handlebars->33->620", "default.handlebars->33->800", @@ -39817,9 +39834,9 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->33->1612", - "default.handlebars->33->2152", - "default.handlebars->33->2239", + "default.handlebars->33->1622", + "default.handlebars->33->2162", + "default.handlebars->33->2249", "default.handlebars->33->714" ] }, @@ -39840,9 +39857,9 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->33->1611", - "default.handlebars->33->2151", - "default.handlebars->33->2238", + "default.handlebars->33->1621", + "default.handlebars->33->2161", + "default.handlebars->33->2248", "default.handlebars->33->713" ] }, @@ -39851,7 +39868,7 @@ "nl": "Terminal sessie", "fr": "Session terminal", "xloc": [ - "default.handlebars->33->2337" + "default.handlebars->33->2347" ] }, { @@ -39960,7 +39977,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->33->1467" + "default.handlebars->33->1477" ] }, { @@ -40099,8 +40116,8 @@ "zh-chs": "目前没有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default-mobile.handlebars->11->625", - "default.handlebars->33->2365" + "default-mobile.handlebars->11->634", + "default.handlebars->33->2375" ] }, { @@ -40110,8 +40127,8 @@ "de": "Seit der letzten Anmeldung sind {0} Anmeldeversuche für dieses Konto fehlgeschlagen.", "ru": "С момента последнего входа в этот аккаунт было {0} неудачных попыток входа..", "xloc": [ - "default-mobile.handlebars->11->646", - "default.handlebars->33->2386" + "default-mobile.handlebars->11->655", + "default.handlebars->33->2396" ] }, { @@ -40172,7 +40189,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->11->116", - "default.handlebars->33->1537" + "default.handlebars->33->1547" ] }, { @@ -40266,7 +40283,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->33->1680" + "default.handlebars->33->1690" ] }, { @@ -40307,7 +40324,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->33->1677" + "default.handlebars->33->1687" ] }, { @@ -40467,7 +40484,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->33->1468" + "default.handlebars->33->1478" ] }, { @@ -40529,7 +40546,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->33->1992" + "default.handlebars->33->2002" ] }, { @@ -40733,7 +40750,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->33->1524" + "default.handlebars->33->1534" ] }, { @@ -41156,7 +41173,7 @@ "fr": "Nom du jeton", "ru": "Имя токена", "xloc": [ - "default.handlebars->33->1510" + "default.handlebars->33->1520" ] }, { @@ -41361,7 +41378,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->33->1469" + "default.handlebars->33->1479" ] }, { @@ -41381,7 +41398,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->33->1470" + "default.handlebars->33->1480" ] }, { @@ -41401,7 +41418,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->33->1471" + "default.handlebars->33->1481" ] }, { @@ -41421,7 +41438,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->33->1472" + "default.handlebars->33->1482" ] }, { @@ -41462,11 +41479,11 @@ "zh-cht": "類型", "xloc": [ "default-mobile.handlebars->11->122", - "default-mobile.handlebars->11->560", + "default-mobile.handlebars->11->569", "default.handlebars->33->1068", - "default.handlebars->33->1545", - "default.handlebars->33->1598", - "default.handlebars->33->1652", + "default.handlebars->33->1555", + "default.handlebars->33->1608", + "default.handlebars->33->1662", "default.handlebars->33->351", "default.handlebars->33->875", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", @@ -41490,7 +41507,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->33->1281" + "default.handlebars->33->1291" ] }, { @@ -41510,7 +41527,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->33->1278" + "default.handlebars->33->1288" ] }, { @@ -41551,7 +41568,7 @@ "zh-chs": "UTF8终端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->33->1091", + "default.handlebars->33->1092", "sharing.handlebars->11->33" ] }, @@ -41572,7 +41589,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->33->1473" + "default.handlebars->33->1483" ] }, { @@ -41668,7 +41685,7 @@ "zh-chs": "在验证电子邮件地址之前,无法访问此功能。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电子邮件地址。", "zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->33->1539", + "default.handlebars->33->1549", "default.handlebars->33->636" ] }, @@ -41689,8 +41706,8 @@ "zh-chs": "在启用两因素身份验证之前,无法访问此功能。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->33->1541", - "default.handlebars->33->2494", + "default.handlebars->33->1551", + "default.handlebars->33->2504", "default.handlebars->33->638" ] }, @@ -41701,8 +41718,8 @@ "de": "In diesem Modus kann kein Benutzer hinzugefügt werden", "ru": "Невозможно добавить пользователя в этом режиме", "xloc": [ - "default-mobile.handlebars->11->642", - "default.handlebars->33->2382" + "default-mobile.handlebars->11->651", + "default.handlebars->33->2392" ] }, { @@ -41846,8 +41863,8 @@ "zh-cht": "卸載", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->614", - "default.handlebars->33->1771", + "default-mobile.handlebars->11->623", + "default.handlebars->33->1781", "default.handlebars->33->827", "default.handlebars->33->849" ] @@ -41869,7 +41886,7 @@ "zh-chs": "卸载代理", "zh-cht": "卸載代理", "xloc": [ - "default-mobile.handlebars->11->594", + "default-mobile.handlebars->11->603", "default.handlebars->33->517", "default.handlebars->33->917" ] @@ -41891,7 +41908,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->33->1735" + "default.handlebars->33->1745" ] }, { @@ -41938,22 +41955,22 @@ "default-mobile.handlebars->11->43", "default-mobile.handlebars->11->44", "default-mobile.handlebars->11->45", - "default-mobile.handlebars->11->498", - "default-mobile.handlebars->11->505", + "default-mobile.handlebars->11->507", + "default-mobile.handlebars->11->514", "default-mobile.handlebars->11->6", - "default.handlebars->33->1198", - "default.handlebars->33->1205", + "default.handlebars->33->1208", + "default.handlebars->33->1215", "default.handlebars->33->125", "default.handlebars->33->126", "default.handlebars->33->127", "default.handlebars->33->129", "default.handlebars->33->13", "default.handlebars->33->131", - "default.handlebars->33->1584", - "default.handlebars->33->1585", - "default.handlebars->33->2321", - "default.handlebars->33->2336", - "default.handlebars->33->2343", + "default.handlebars->33->1594", + "default.handlebars->33->1595", + "default.handlebars->33->2331", + "default.handlebars->33->2346", + "default.handlebars->33->2353", "default.handlebars->33->44", "default.handlebars->33->48", "default.handlebars->33->49", @@ -41980,8 +41997,8 @@ "zh-chs": "未知#{0}", "zh-cht": "未知#{0}", "xloc": [ - "default-mobile.handlebars->11->554", - "default.handlebars->33->1591" + "default-mobile.handlebars->11->563", + "default.handlebars->33->1601" ] }, { @@ -42001,7 +42018,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->33->2414" + "default.handlebars->33->2424" ] }, { @@ -42021,8 +42038,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->33->2177", - "default.handlebars->33->2307" + "default.handlebars->33->2187", + "default.handlebars->33->2317" ] }, { @@ -42042,9 +42059,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->33->2171", - "default.handlebars->33->2295", - "default.handlebars->33->2418" + "default.handlebars->33->2181", + "default.handlebars->33->2305", + "default.handlebars->33->2428" ] }, { @@ -42064,7 +42081,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->33->2410" + "default.handlebars->33->2420" ] }, { @@ -42105,7 +42122,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->33->2301" + "default.handlebars->33->2311" ] }, { @@ -42146,7 +42163,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->33->1668" + "default.handlebars->33->1678" ] }, { @@ -42166,7 +42183,7 @@ "zh-chs": "无限制", "zh-cht": "無限", "xloc": [ - "default.handlebars->33->1494", + "default.handlebars->33->1504", "default.handlebars->33->202", "default.handlebars->33->404", "default.handlebars->33->418" @@ -42189,7 +42206,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->33->2046" + "default.handlebars->33->2056" ] }, { @@ -42265,7 +42282,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->33->2499" + "default.handlebars->33->2509" ] }, { @@ -42286,8 +42303,8 @@ "zh-cht": "更新資料", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->454", - "default-mobile.handlebars->11->456", + "default-mobile.handlebars->11->463", + "default-mobile.handlebars->11->465", "default.handlebars->33->696", "default.handlebars->33->698" ] @@ -42335,14 +42352,14 @@ "zh-cht": "上載檔案", "xloc": [ "default-mobile.handlebars->11->150", - "default-mobile.handlebars->11->424", - "default-mobile.handlebars->11->442", - "default-mobile.handlebars->11->445", - "default.handlebars->33->1123", - "default.handlebars->33->1147", - "default.handlebars->33->1150", - "default.handlebars->33->1862", - "default.handlebars->33->1870", + "default-mobile.handlebars->11->433", + "default-mobile.handlebars->11->451", + "default-mobile.handlebars->11->454", + "default.handlebars->33->1133", + "default.handlebars->33->1157", + "default.handlebars->33->1160", + "default.handlebars->33->1872", + "default.handlebars->33->1880", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -42366,8 +42383,8 @@ "zh-chs": "上载网格代理核心", "zh-cht": "上載mesh agent核心", "xloc": [ - "default-mobile.handlebars->11->553", - "default.handlebars->33->1254" + "default-mobile.handlebars->11->562", + "default.handlebars->33->1264" ] }, { @@ -42387,8 +42404,8 @@ "zh-chs": "上载核心档案", "zh-cht": "上載核心檔案", "xloc": [ - "default-mobile.handlebars->11->550", - "default.handlebars->33->1251" + "default-mobile.handlebars->11->559", + "default.handlebars->33->1261" ] }, { @@ -42408,8 +42425,8 @@ "zh-chs": "上载默认服务器核心", "zh-cht": "上載默認伺服器核心", "xloc": [ - "default-mobile.handlebars->11->546", - "default.handlebars->33->1247", + "default-mobile.handlebars->11->555", + "default.handlebars->33->1257", "default.handlebars->33->529", "default.handlebars->33->569" ] @@ -42481,8 +42498,8 @@ "zh-chs": "上传恢复核心", "zh-cht": "上傳恢復核心", "xloc": [ - "default-mobile.handlebars->11->548", - "default.handlebars->33->1249" + "default-mobile.handlebars->11->557", + "default.handlebars->33->1259" ] }, { @@ -42511,8 +42528,8 @@ "fr": "Charger un micro noyau", "de": "Laden Sie den winzigen Kern hoch", "xloc": [ - "default-mobile.handlebars->11->549", - "default.handlebars->33->1250" + "default-mobile.handlebars->11->558", + "default.handlebars->33->1260" ] }, { @@ -42532,9 +42549,9 @@ "zh-chs": "上传将覆盖1个档案。继续?", "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ - "default-mobile.handlebars->11->443", - "default.handlebars->33->1148", - "default.handlebars->33->1871", + "default-mobile.handlebars->11->452", + "default.handlebars->33->1158", + "default.handlebars->33->1881", "sharing.handlebars->11->90" ] }, @@ -42555,9 +42572,9 @@ "zh-chs": "上传将覆盖{0}个档案。继续?", "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ - "default-mobile.handlebars->11->444", - "default.handlebars->33->1149", - "default.handlebars->33->1872", + "default-mobile.handlebars->11->453", + "default.handlebars->33->1159", + "default.handlebars->33->1882", "sharing.handlebars->11->91" ] }, @@ -42595,7 +42612,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->33->1922" + "default.handlebars->33->1932" ] }, { @@ -42605,7 +42622,7 @@ "de": "Hochladen: \\\"{0}\\\", Größe: {1}", "ru": "Загрузка: \\\"{0}\\\", Размер: {1}", "xloc": [ - "default.handlebars->33->1977" + "default.handlebars->33->1987" ] }, { @@ -42625,7 +42642,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->33->1474" + "default.handlebars->33->1484" ] }, { @@ -42645,7 +42662,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->33->1475" + "default.handlebars->33->1485" ] }, { @@ -42739,8 +42756,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->33->2404", - "default.handlebars->33->2406" + "default.handlebars->33->2414", + "default.handlebars->33->2416" ] }, { @@ -42760,11 +42777,11 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->33->1647", - "default.handlebars->33->1999", - "default.handlebars->33->2028", - "default.handlebars->33->2167", - "default.handlebars->33->2362", + "default.handlebars->33->1657", + "default.handlebars->33->2009", + "default.handlebars->33->2038", + "default.handlebars->33->2177", + "default.handlebars->33->2372", "default.handlebars->33->271", "default.handlebars->33->795" ] @@ -42786,7 +42803,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->33->2029" + "default.handlebars->33->2039" ] }, { @@ -42806,10 +42823,10 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->33->2062", - "default.handlebars->33->2063", - "default.handlebars->33->2065", - "default.handlebars->33->2067" + "default.handlebars->33->2072", + "default.handlebars->33->2073", + "default.handlebars->33->2075", + "default.handlebars->33->2077" ] }, { @@ -42829,7 +42846,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->33->2423" + "default.handlebars->33->2433" ] }, { @@ -42849,8 +42866,8 @@ "zh-chs": "用户授权", "zh-cht": "用戶授權", "xloc": [ - "default-mobile.handlebars->11->563", - "default.handlebars->33->1645", + "default-mobile.handlebars->11->572", + "default.handlebars->33->1655", "default.handlebars->33->791" ] }, @@ -42871,10 +42888,10 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->33->1618", + "default.handlebars->33->1628", "default.handlebars->33->215", - "default.handlebars->33->2158", - "default.handlebars->33->2245", + "default.handlebars->33->2168", + "default.handlebars->33->2255", "default.handlebars->33->720", "default.handlebars->33->896" ] @@ -42896,11 +42913,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->33->1710", - "default.handlebars->33->1711", - "default.handlebars->33->2131", - "default.handlebars->33->2303", - "default.handlebars->33->2324", + "default.handlebars->33->1720", + "default.handlebars->33->1721", + "default.handlebars->33->2141", + "default.handlebars->33->2313", + "default.handlebars->33->2334", "default.handlebars->33->794" ] }, @@ -42941,7 +42958,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->33->2300" + "default.handlebars->33->2310" ] }, { @@ -42961,7 +42978,7 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default-mobile.handlebars->11->619" + "default-mobile.handlebars->11->628" ] }, { @@ -42981,9 +42998,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->33->1776", - "default.handlebars->33->2212", - "default.handlebars->33->2213" + "default.handlebars->33->1786", + "default.handlebars->33->2222", + "default.handlebars->33->2223" ] }, { @@ -43003,8 +43020,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->33->1708", - "default.handlebars->33->2196" + "default.handlebars->33->1718", + "default.handlebars->33->2206" ] }, { @@ -43033,7 +43050,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->33->2074" + "default.handlebars->33->2084" ] }, { @@ -43053,8 +43070,8 @@ "zh-chs": "用户名", "zh-cht": "用戶名", "xloc": [ - "default-mobile.handlebars->11->618", - "default.handlebars->33->1775" + "default-mobile.handlebars->11->627", + "default.handlebars->33->1785" ] }, { @@ -43129,7 +43146,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->33->2455" + "default.handlebars->33->2465" ] }, { @@ -43223,8 +43240,8 @@ "de": "Benutzer existiert bereits.", "ru": "Пользователь уже существует", "xloc": [ - "default-mobile.handlebars->11->641", - "default.handlebars->33->2381" + "default-mobile.handlebars->11->650", + "default.handlebars->33->2391" ] }, { @@ -43244,8 +43261,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->33->1486", - "default.handlebars->33->1488" + "default.handlebars->33->1496", + "default.handlebars->33->1498" ] }, { @@ -43265,7 +43282,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->33->1951" + "default.handlebars->33->1961" ] }, { @@ -43285,7 +43302,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->33->1941" + "default.handlebars->33->1951" ] }, { @@ -43305,7 +43322,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->33->1939" + "default.handlebars->33->1949" ] }, { @@ -43340,7 +43357,7 @@ "de": "Benutzeranmeldeversuch für gesperrtes Konto von {0}, {1}, {2}", "ru": "Попытка входа пользователя в заблокированный аккаунт из {0}, {1}, {2}", "xloc": [ - "default.handlebars->33->1981" + "default.handlebars->33->1991" ] }, { @@ -43349,7 +43366,7 @@ "fr": "Tentative de connexion avec un second facteur erroné de {0}, {1}, {2}", "de": "Benutzeranmeldeversuch mit falschem 2. Faktor von {0}, {1}, {2}", "xloc": [ - "default.handlebars->33->1980" + "default.handlebars->33->1990" ] }, { @@ -43359,8 +43376,8 @@ "de": "Benutzer {0} nicht gefunden", "ru": "Пользователь {0} не найден.", "xloc": [ - "default-mobile.handlebars->11->649", - "default.handlebars->33->2389" + "default-mobile.handlebars->11->658", + "default.handlebars->33->2399" ] }, { @@ -43402,10 +43419,12 @@ "xloc": [ "default-mobile.handlebars->11->343", "default-mobile.handlebars->11->402", + "default-mobile.handlebars->11->413", "default.handlebars->33->1084", - "default.handlebars->33->1562", - "default.handlebars->33->1567", - "default.handlebars->33->2086", + "default.handlebars->33->1105", + "default.handlebars->33->1572", + "default.handlebars->33->1577", + "default.handlebars->33->2096", "default.handlebars->33->244", "default.handlebars->33->360", "default.handlebars->33->940", @@ -43481,9 +43500,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->33->2119", - "default.handlebars->33->2159", - "default.handlebars->33->2454", + "default.handlebars->33->2129", + "default.handlebars->33->2169", + "default.handlebars->33->2464", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -43504,7 +43523,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->33->2427" + "default.handlebars->33->2437" ] }, { @@ -43514,8 +43533,8 @@ "de": "Benutzer {0} nicht gefunden", "ru": "Пользователи {0} не найдены.", "xloc": [ - "default-mobile.handlebars->11->650", - "default.handlebars->33->2390" + "default-mobile.handlebars->11->659", + "default.handlebars->33->2400" ] }, { @@ -43553,7 +43572,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->33->1096", + "default.handlebars->33->1097", "sharing.handlebars->11->38" ] }, @@ -43584,7 +43603,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->33->2041" + "default.handlebars->33->2051" ] }, { @@ -43593,8 +43612,8 @@ "fr": "Exception de validation", "de": "Validierungsausnahme", "xloc": [ - "default-mobile.handlebars->11->643", - "default.handlebars->33->2383" + "default-mobile.handlebars->11->652", + "default.handlebars->33->2393" ] }, { @@ -43634,7 +43653,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->33->1476" + "default.handlebars->33->1486" ] }, { @@ -43654,10 +43673,10 @@ "zh-chs": "供应商", "zh-cht": "供應商", "xloc": [ - "default-mobile.handlebars->11->513", - "default-mobile.handlebars->11->516", - "default.handlebars->33->1213", - "default.handlebars->33->1216" + "default-mobile.handlebars->11->522", + "default-mobile.handlebars->11->525", + "default.handlebars->33->1223", + "default.handlebars->33->1226" ] }, { @@ -43698,7 +43717,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->33->2279" + "default.handlebars->33->2289" ] }, { @@ -43740,8 +43759,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->11->87", - "default.handlebars->33->1258", - "default.handlebars->33->2037" + "default.handlebars->33->1268", + "default.handlebars->33->2047" ] }, { @@ -43761,7 +43780,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->33->1968" + "default.handlebars->33->1978" ] }, { @@ -43822,14 +43841,14 @@ "zh-chs": "版本", "zh-cht": "版", "xloc": [ - "default-mobile.handlebars->11->448", - "default-mobile.handlebars->11->497", - "default-mobile.handlebars->11->514", - "default-mobile.handlebars->11->519", - "default.handlebars->33->1155", - "default.handlebars->33->1197", - "default.handlebars->33->1214", - "default.handlebars->33->1219", + "default-mobile.handlebars->11->457", + "default-mobile.handlebars->11->506", + "default-mobile.handlebars->11->523", + "default-mobile.handlebars->11->528", + "default.handlebars->33->1165", + "default.handlebars->33->1207", + "default.handlebars->33->1224", + "default.handlebars->33->1229", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -43850,7 +43869,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->33->2495" + "default.handlebars->33->2505" ] }, { @@ -43902,7 +43921,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->33->1477" + "default.handlebars->33->1487" ] }, { @@ -43942,7 +43961,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->33->2111" + "default.handlebars->33->2121" ] }, { @@ -43962,8 +43981,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->33->2498", - "default.handlebars->33->2500" + "default.handlebars->33->2508", + "default.handlebars->33->2510" ] }, { @@ -44003,7 +44022,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->33->1634" + "default.handlebars->33->1644" ] }, { @@ -44023,7 +44042,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->33->2253" + "default.handlebars->33->2263" ] }, { @@ -44046,7 +44065,7 @@ "es": "Ver inicios de sesión anteriores de éste usuario", "ru": "Посмотреть предыдущие входы в систему для этого пользователя", "xloc": [ - "default.handlebars->33->2266" + "default.handlebars->33->2276" ] }, { @@ -44066,7 +44085,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->33->1478" + "default.handlebars->33->1488" ] }, { @@ -44256,10 +44275,10 @@ "zh-chs": "唤醒设备", "zh-cht": "喚醒裝置", "xloc": [ - "default-mobile.handlebars->11->590", - "default-mobile.handlebars->11->605", - "default.handlebars->33->1731", - "default.handlebars->33->1761" + "default-mobile.handlebars->11->599", + "default-mobile.handlebars->11->614", + "default.handlebars->33->1741", + "default.handlebars->33->1771" ] }, { @@ -44320,7 +44339,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->33->1479" + "default.handlebars->33->1489" ] }, { @@ -44340,7 +44359,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->33->1554" + "default.handlebars->33->1564" ] }, { @@ -44385,8 +44404,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->33->2478", - "default.handlebars->33->2479" + "default.handlebars->33->2488", + "default.handlebars->33->2489" ] }, { @@ -44395,7 +44414,7 @@ "fr": "Entêtes du serveur web HTTP", "ru": "Заголовки HTTP веб-сервера", "xloc": [ - "default.handlebars->33->2482" + "default.handlebars->33->2492" ] }, { @@ -44415,7 +44434,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->33->2480" + "default.handlebars->33->2490" ] }, { @@ -44435,7 +44454,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->33->2481" + "default.handlebars->33->2491" ] }, { @@ -44482,7 +44501,7 @@ "fr": "WebRDP", "ru": "WebRDP", "xloc": [ - "default.handlebars->33->2448" + "default.handlebars->33->2458" ] }, { @@ -44491,7 +44510,7 @@ "fr": "WebSSH", "ru": "WebSSH", "xloc": [ - "default.handlebars->33->2449" + "default.handlebars->33->2459" ] }, { @@ -44500,7 +44519,7 @@ "fr": "WebVNC", "ru": "WebVNC", "xloc": [ - "default.handlebars->33->2450" + "default.handlebars->33->2460" ] }, { @@ -44562,7 +44581,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->33->1480" + "default.handlebars->33->1490" ] }, { @@ -44582,7 +44601,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->33->1784" + "default.handlebars->33->1794" ] }, { @@ -44603,7 +44622,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->11->93", - "default.handlebars->33->1265" + "default.handlebars->33->1275" ] }, { @@ -44623,7 +44642,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->33->1678" + "default.handlebars->33->1688" ] }, { @@ -44660,7 +44679,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->33->1679" + "default.handlebars->33->1689" ] }, { @@ -44680,7 +44699,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->33->2225" + "default.handlebars->33->2235" ] }, { @@ -45237,7 +45256,7 @@ "de": "Windows Sicherheit", "ru": "Безопасность Windows", "xloc": [ - "default-mobile.handlebars->11->462", + "default-mobile.handlebars->11->471", "default.handlebars->33->704" ] }, @@ -45319,7 +45338,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->33->1142", + "default.handlebars->33->1152", "sharing.handlebars->11->84" ] }, @@ -45340,7 +45359,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->33->1141", + "default.handlebars->33->1151", "sharing.handlebars->11->83" ] }, @@ -45442,7 +45461,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->33->1481" + "default.handlebars->33->1491" ] }, { @@ -45462,7 +45481,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->33->1482" + "default.handlebars->33->1492" ] }, { @@ -45600,7 +45619,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->33->1284" + "default.handlebars->33->1294" ] }, { @@ -45641,7 +45660,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->33->1126", + "default.handlebars->33->1136", "sharing.handlebars->11->68" ] }, @@ -45724,7 +45743,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->33->1483" + "default.handlebars->33->1493" ] }, { @@ -45992,7 +46011,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->33->2496" + "default.handlebars->33->2506" ] }, { @@ -46260,8 +46279,8 @@ "zh-chs": "console.txt", "zh-cht": "console.txt", "xloc": [ - "default-mobile.handlebars->11->543", - "default.handlebars->33->1244" + "default-mobile.handlebars->11->552", + "default.handlebars->33->1254" ] }, { @@ -46282,7 +46301,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->33->1867" + "default.handlebars->33->1877" ] }, { @@ -46400,8 +46419,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->33->2006", - "default.handlebars->33->2011" + "default.handlebars->33->2016", + "default.handlebars->33->2021" ] }, { @@ -46421,8 +46440,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->33->2008", - "default.handlebars->33->2012" + "default.handlebars->33->2018", + "default.handlebars->33->2022" ] }, { @@ -46462,8 +46481,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->33->2435", - "default.handlebars->33->2438" + "default.handlebars->33->2445", + "default.handlebars->33->2448" ] }, { @@ -46678,7 +46697,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->33->2075" + "default.handlebars->33->2085" ] }, { @@ -46801,7 +46820,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->33->2103" + "default.handlebars->33->2113" ] }, { @@ -47046,7 +47065,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->33->1868" + "default.handlebars->33->1878" ] }, { @@ -47151,7 +47170,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->33->1588" + "default.handlebars->33->1598" ] }, { @@ -47171,7 +47190,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->33->2490" + "default.handlebars->33->2500" ] }, { @@ -47237,7 +47256,7 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->33->2465" + "default.handlebars->33->2475" ] }, { @@ -47257,7 +47276,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->33->2489" + "default.handlebars->33->2499" ] }, { @@ -47294,8 +47313,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->33->2436", - "default.handlebars->33->2439" + "default.handlebars->33->2446", + "default.handlebars->33->2449" ] }, { @@ -47378,8 +47397,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->33->2071", - "default.handlebars->33->2076" + "default.handlebars->33->2081", + "default.handlebars->33->2086" ] }, { @@ -47399,8 +47418,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->33->2073", - "default.handlebars->33->2077" + "default.handlebars->33->2083", + "default.handlebars->33->2087" ] }, { @@ -47420,7 +47439,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->33->2010" + "default.handlebars->33->2020" ] }, { @@ -47440,8 +47459,8 @@ "zh-chs": "{0}", "zh-cht": "{0}", "xloc": [ - "default-mobile.handlebars->11->491", - "default-mobile.handlebars->11->495" + "default-mobile.handlebars->11->500", + "default-mobile.handlebars->11->504" ] }, { @@ -47481,8 +47500,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->33->1842", - "default.handlebars->33->1847" + "default.handlebars->33->1852", + "default.handlebars->33->1857" ] }, { @@ -47502,9 +47521,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->33->1840", - "default.handlebars->33->1845", - "default.handlebars->33->2335" + "default.handlebars->33->1850", + "default.handlebars->33->1855", + "default.handlebars->33->2345" ] }, { @@ -47524,12 +47543,12 @@ "zh-chs": "{0} Mb", "zh-cht": "{0} Mb", "xloc": [ - "default-mobile.handlebars->11->527", - "default-mobile.handlebars->11->532", - "default.handlebars->33->1227", - "default.handlebars->33->1232", - "default.handlebars->33->1841", - "default.handlebars->33->1846" + "default-mobile.handlebars->11->536", + "default-mobile.handlebars->11->541", + "default.handlebars->33->1237", + "default.handlebars->33->1242", + "default.handlebars->33->1851", + "default.handlebars->33->1856" ] }, { @@ -47549,8 +47568,8 @@ "zh-chs": "{0} Mb,{1} Mhz", "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ - "default-mobile.handlebars->11->525", - "default.handlebars->33->1225" + "default-mobile.handlebars->11->534", + "default.handlebars->33->1235" ] }, { @@ -47570,7 +47589,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->33->2269" + "default.handlebars->33->2279" ] }, { @@ -47590,8 +47609,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->33->1839", - "default.handlebars->33->1844" + "default.handlebars->33->1849", + "default.handlebars->33->1854" ] }, { @@ -47612,8 +47631,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->33->1855", - "default.handlebars->33->2356", + "default.handlebars->33->1865", + "default.handlebars->33->2366", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -47636,7 +47655,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->33->1834" + "default.handlebars->33->1844" ] }, { @@ -47687,7 +47706,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->33->1837" + "default.handlebars->33->1847" ] }, { @@ -47707,7 +47726,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->33->2230" + "default.handlebars->33->2240" ] }, { @@ -47764,7 +47783,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->33->1835" + "default.handlebars->33->1845" ] }, { @@ -47806,7 +47825,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->33->1836" + "default.handlebars->33->1846" ] }, { @@ -47846,7 +47865,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->33->2020" + "default.handlebars->33->2030" ] }, { @@ -48010,7 +48029,7 @@ "default-mobile.handlebars->11->205", "default-mobile.handlebars->11->208", "default-mobile.handlebars->11->211", - "default.handlebars->33->2024", + "default.handlebars->33->2034", "default.handlebars->33->310", "default.handlebars->33->313", "default.handlebars->33->316", @@ -48107,8 +48126,8 @@ "fr": "{0}, Masque : {1}, Passerelle : {2}", "ru": "{0}, маска: {1}, шлюз: {2}", "xloc": [ - "default-mobile.handlebars->11->489", - "default-mobile.handlebars->11->493" + "default-mobile.handlebars->11->498", + "default-mobile.handlebars->11->502" ] }, { @@ -48188,7 +48207,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->33->1849" + "default.handlebars->33->1859" ] }, { @@ -48208,7 +48227,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->33->1848" + "default.handlebars->33->1858" ] }, { diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 7e15347c..3e98925c 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -944,9 +944,10 @@