diff --git a/agents/MeshCentralAssistant.exe b/agents/MeshCentralAssistant.exe index ec9e72a4..f98aed86 100644 Binary files a/agents/MeshCentralAssistant.exe and b/agents/MeshCentralAssistant.exe differ 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 6cfe6e78..de22720b 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.readAsBinaryString(t))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==s.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o39->1775", - "default.handlebars->39->1777" + "default.handlebars->39->1776", + "default.handlebars->39->1778" ] }, { @@ -287,7 +287,7 @@ "zh-chs": " 可以使用密码提示,但不建议使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->39->1673" + "default.handlebars->39->1674" ] }, { @@ -311,8 +311,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->39->1869", - "default.handlebars->39->2387" + "default.handlebars->39->1870", + "default.handlebars->39->2388" ] }, { @@ -798,7 +798,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->39->1834", + "default.handlebars->39->1835", "default.handlebars->39->439" ] }, @@ -889,7 +889,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->657", - "default.handlebars->39->1943" + "default.handlebars->39->1944" ] }, { @@ -982,7 +982,7 @@ "zh-cht": ",MQTT在線", "xloc": [ "default-mobile.handlebars->11->574", - "default.handlebars->39->1383" + "default.handlebars->39->1384" ] }, { @@ -1073,7 +1073,7 @@ "zh-chs": ",软体KVM", "zh-cht": ",軟體KVM", "xloc": [ - "default.handlebars->39->1124", + "default.handlebars->39->1125", "sharing.handlebars->11->12" ] }, @@ -1118,7 +1118,10 @@ "ru": ", Только просмотр", "sv": ", Titta enbart", "tr": ", Sadece Görüntüle", - "zh-chs": ", 只读", + "zh-chs": ", 只读" + }, + { + "en": ", View only desktop", "xloc": [ "default.handlebars->39->906" ] @@ -1147,9 +1150,9 @@ "default-mobile.handlebars->11->377", "default-mobile.handlebars->11->412", "default-mobile.handlebars->11->429", - "default.handlebars->39->1130", - "default.handlebars->39->1201", - "default.handlebars->39->1227", + "default.handlebars->39->1131", + "default.handlebars->39->1202", + "default.handlebars->39->1228", "sharing.handlebars->11->19", "sharing.handlebars->11->27", "sharing.handlebars->11->44", @@ -1337,7 +1340,7 @@ "zh-chs": ",{0}观看", "zh-cht": ",{0}觀看", "xloc": [ - "default.handlebars->39->1125", + "default.handlebars->39->1126", "sharing.handlebars->11->13" ] }, @@ -1439,9 +1442,9 @@ "xloc": [ "default-mobile.handlebars->11->132", "default-mobile.handlebars->11->445", - "default.handlebars->39->1246", - "default.handlebars->39->1998", - "default.handlebars->39->2585", + "default.handlebars->39->1247", + "default.handlebars->39->1999", + "default.handlebars->39->2586", "sharing.handlebars->11->50" ] }, @@ -1596,7 +1599,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->39->2475" + "default.handlebars->39->2476" ] }, { @@ -1622,7 +1625,7 @@ "xloc": [ "default-mobile.handlebars->11->142", "default-mobile.handlebars->11->700", - "default.handlebars->39->2022", + "default.handlebars->39->2023", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1649,7 +1652,7 @@ "zh-chs": "1条连接", "zh-cht": "1位聯絡文", "xloc": [ - "default.handlebars->39->1127", + "default.handlebars->39->1128", "sharing.handlebars->11->15" ] }, @@ -1700,7 +1703,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->39->2434" + "default.handlebars->39->2435" ] }, { @@ -1750,8 +1753,8 @@ "zh-chs": "1分钟", "zh-cht": "1分鐘", "xloc": [ - "default.handlebars->39->1639", - "default.handlebars->39->982" + "default.handlebars->39->1640", + "default.handlebars->39->983" ] }, { @@ -1825,7 +1828,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->39->2203" + "default.handlebars->39->2204" ] }, { @@ -1913,7 +1916,7 @@ "zh-chs": "1秒", "xloc": [ "default-mobile.handlebars->11->327", - "default.handlebars->39->1012" + "default.handlebars->39->1013" ] }, { @@ -2013,7 +2016,7 @@ "default-mobile.handlebars->11->208", "default-mobile.handlebars->11->212", "default-mobile.handlebars->11->216", - "default.handlebars->39->2207", + "default.handlebars->39->2208", "default.handlebars->39->367", "default.handlebars->39->371", "default.handlebars->39->375", @@ -2192,8 +2195,8 @@ "zh-chs": "10分钟", "zh-cht": "10分鐘", "xloc": [ - "default.handlebars->39->1641", - "default.handlebars->39->984" + "default.handlebars->39->1642", + "default.handlebars->39->985" ] }, { @@ -2217,7 +2220,7 @@ "zh-chs": "10 秒", "xloc": [ "default-mobile.handlebars->11->329", - "default.handlebars->39->1014" + "default.handlebars->39->1015" ] }, { @@ -2340,8 +2343,8 @@ "zh-chs": "12小时", "zh-cht": "12小時", "xloc": [ - "default.handlebars->39->1649", - "default.handlebars->39->992" + "default.handlebars->39->1650", + "default.handlebars->39->993" ] }, { @@ -2411,8 +2414,8 @@ "zh-chs": "15分钟", "zh-cht": "15分鐘", "xloc": [ - "default.handlebars->39->1642", - "default.handlebars->39->985" + "default.handlebars->39->1643", + "default.handlebars->39->986" ] }, { @@ -2436,8 +2439,8 @@ "zh-chs": "16小时", "zh-cht": "16小時", "xloc": [ - "default.handlebars->39->1650", - "default.handlebars->39->993" + "default.handlebars->39->1651", + "default.handlebars->39->994" ] }, { @@ -2461,8 +2464,8 @@ "zh-chs": "2天", "zh-cht": "2天", "xloc": [ - "default.handlebars->39->1652", - "default.handlebars->39->995" + "default.handlebars->39->1653", + "default.handlebars->39->996" ] }, { @@ -2486,8 +2489,8 @@ "zh-chs": "2小时", "zh-cht": "2小時", "xloc": [ - "default.handlebars->39->1646", - "default.handlebars->39->989" + "default.handlebars->39->1647", + "default.handlebars->39->990" ] }, { @@ -2658,8 +2661,8 @@ "zh-chs": "24小时", "zh-cht": "24小時", "xloc": [ - "default.handlebars->39->1651", - "default.handlebars->39->994" + "default.handlebars->39->1652", + "default.handlebars->39->995" ] }, { @@ -2733,7 +2736,7 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->39->2133" + "default.handlebars->39->2134" ] }, { @@ -2757,8 +2760,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->39->2220", - "default.handlebars->39->2458" + "default.handlebars->39->2221", + "default.handlebars->39->2459" ] }, { @@ -2900,8 +2903,8 @@ "zh-chs": "30分钟", "zh-cht": "30分鐘", "xloc": [ - "default.handlebars->39->1643", - "default.handlebars->39->986" + "default.handlebars->39->1644", + "default.handlebars->39->987" ] }, { @@ -2925,7 +2928,7 @@ "zh-chs": "32 位", "xloc": [ "default-mobile.handlebars->11->482", - "default.handlebars->39->1297" + "default.handlebars->39->1298" ] }, { @@ -3000,8 +3003,8 @@ "zh-chs": "4天", "zh-cht": "4天", "xloc": [ - "default.handlebars->39->1653", - "default.handlebars->39->996" + "default.handlebars->39->1654", + "default.handlebars->39->997" ] }, { @@ -3025,8 +3028,8 @@ "zh-chs": "4个小时", "zh-cht": "4個小時", "xloc": [ - "default.handlebars->39->1647", - "default.handlebars->39->990" + "default.handlebars->39->1648", + "default.handlebars->39->991" ] }, { @@ -3149,8 +3152,8 @@ "zh-chs": "45分钟", "zh-cht": "45分鐘", "xloc": [ - "default.handlebars->39->1644", - "default.handlebars->39->987" + "default.handlebars->39->1645", + "default.handlebars->39->988" ] }, { @@ -3198,8 +3201,8 @@ "zh-chs": "5分钟", "zh-cht": "5分鐘", "xloc": [ - "default.handlebars->39->1640", - "default.handlebars->39->983" + "default.handlebars->39->1641", + "default.handlebars->39->984" ] }, { @@ -3223,7 +3226,7 @@ "zh-chs": "5秒", "xloc": [ "default-mobile.handlebars->11->328", - "default.handlebars->39->1013" + "default.handlebars->39->1014" ] }, { @@ -3373,8 +3376,8 @@ "zh-chs": "60分钟", "zh-cht": "60分鐘", "xloc": [ - "default.handlebars->39->1645", - "default.handlebars->39->988" + "default.handlebars->39->1646", + "default.handlebars->39->989" ] }, { @@ -3448,7 +3451,7 @@ "zh-chs": "64 位", "xloc": [ "default-mobile.handlebars->11->484", - "default.handlebars->39->1299" + "default.handlebars->39->1300" ] }, { @@ -3566,7 +3569,7 @@ "zh-chs": "7天电源状态", "zh-cht": "7天電源狀態", "xloc": [ - "default.handlebars->39->1047" + "default.handlebars->39->1048" ] }, { @@ -3641,10 +3644,10 @@ "zh-chs": "8小時", "zh-cht": "8小時", "xloc": [ - "default.handlebars->39->1648", + "default.handlebars->39->1649", "default.handlebars->39->466", "default.handlebars->39->480", - "default.handlebars->39->991" + "default.handlebars->39->992" ] }, { @@ -3956,7 +3959,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->280", - "default.handlebars->39->1791", + "default.handlebars->39->1792", "default.handlebars->39->759" ] }, @@ -4047,7 +4050,7 @@ "tr": "AMT-OS", "zh-chs": "操作系统", "xloc": [ - "default.handlebars->39->2714" + "default.handlebars->39->2715" ] }, { @@ -4055,7 +4058,7 @@ "nl": "AMT-Redir", "es": "AMT-Redir", "xloc": [ - "default.handlebars->39->2619" + "default.handlebars->39->2620" ] }, { @@ -4063,7 +4066,7 @@ "nl": "AMT-WSMAN", "es": "AMT-WSMAN", "xloc": [ - "default.handlebars->39->2618" + "default.handlebars->39->2619" ] }, { @@ -4239,7 +4242,7 @@ "zh-cht": "拒絕存取", "xloc": [ "default-mobile.handlebars->11->575", - "default.handlebars->39->1384" + "default.handlebars->39->1385" ] }, { @@ -4312,7 +4315,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->39->2393" + "default.handlebars->39->2394" ] }, { @@ -4417,9 +4420,9 @@ "default-mobile.handlebars->11->249", "default-mobile.handlebars->11->251", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->39->1682", - "default.handlebars->39->1684", - "default.handlebars->39->2767", + "default.handlebars->39->1683", + "default.handlebars->39->1685", + "default.handlebars->39->2768", "default.handlebars->39->721", "default.handlebars->39->723" ] @@ -4445,7 +4448,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->668", - "default.handlebars->39->2644" + "default.handlebars->39->2645" ] }, { @@ -4518,7 +4521,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->39->2106" + "default.handlebars->39->2107" ] }, { @@ -4542,7 +4545,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->39->2105" + "default.handlebars->39->2106" ] }, { @@ -4550,7 +4553,7 @@ "nl": "Account aangemaakt, naam is {0}.", "es": "Cuenta creada, el nombre es {0}.", "xloc": [ - "default.handlebars->39->2168" + "default.handlebars->39->2169" ] }, { @@ -4574,7 +4577,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->39->2104" + "default.handlebars->39->2105" ] }, { @@ -4598,8 +4601,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->39->2222", - "default.handlebars->39->2390" + "default.handlebars->39->2223", + "default.handlebars->39->2391" ] }, { @@ -4624,7 +4627,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->680", - "default.handlebars->39->2656", + "default.handlebars->39->2657", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -4677,7 +4680,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->39->2041" + "default.handlebars->39->2042" ] }, { @@ -4700,7 +4703,7 @@ "tr": "{0}, {1}, {2} adresinden hesap girişi", "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "xloc": [ - "default.handlebars->39->2147" + "default.handlebars->39->2148" ] }, { @@ -4724,7 +4727,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->39->2042" + "default.handlebars->39->2043" ] }, { @@ -4774,7 +4777,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->39->2114" + "default.handlebars->39->2115" ] }, { @@ -4798,7 +4801,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->39->2103" + "default.handlebars->39->2104" ] }, { @@ -4847,7 +4850,7 @@ "zh-cht": "指令", "xloc": [ "default-mobile.handlebars->11->581", - "default.handlebars->39->1390", + "default.handlebars->39->1391", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -4872,8 +4875,8 @@ "zh-chs": "动作档案", "zh-cht": "動作檔案", "xloc": [ - "default.handlebars->39->1093", - "default.handlebars->39->1095" + "default.handlebars->39->1094", + "default.handlebars->39->1096" ] }, { @@ -5000,7 +5003,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->39->1825" + "default.handlebars->39->1826" ] }, { @@ -5027,7 +5030,7 @@ "default-mobile.handlebars->11->275", "default-mobile.handlebars->11->277", "default-mobile.handlebars->11->537", - "default.handlebars->39->1345", + "default.handlebars->39->1346", "default.handlebars->39->752", "default.handlebars->39->754" ] @@ -5100,7 +5103,7 @@ "tr": "Aktif Giriş Jetonları", "zh-chs": "活动登录令牌", "xloc": [ - "default.handlebars->39->1703" + "default.handlebars->39->1704" ] }, { @@ -5165,7 +5168,7 @@ "zh-chs": "添加", "xloc": [ "default-mobile.handlebars->11->404", - "default.handlebars->39->1161" + "default.handlebars->39->1162" ] }, { @@ -5229,7 +5232,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->39->1787", + "default.handlebars->39->1788", "default.handlebars->39->405" ] }, @@ -5275,8 +5278,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->39->2365", - "default.handlebars->39->2524", + "default.handlebars->39->2366", + "default.handlebars->39->2525", "default.handlebars->39->409" ] }, @@ -5301,7 +5304,7 @@ "zh-chs": "添加设备日志", "zh-cht": "新增裝置日誌", "xloc": [ - "default.handlebars->39->959" + "default.handlebars->39->960" ] }, { @@ -5325,9 +5328,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->39->1905", - "default.handlebars->39->2359", - "default.handlebars->39->2512", + "default.handlebars->39->1906", + "default.handlebars->39->2360", + "default.handlebars->39->2513", "default.handlebars->39->332" ] }, @@ -5352,7 +5355,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->39->1902" + "default.handlebars->39->1903" ] }, { @@ -5376,8 +5379,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->39->1907", - "default.handlebars->39->1909" + "default.handlebars->39->1908", + "default.handlebars->39->1910" ] }, { @@ -5514,7 +5517,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->39->2544" + "default.handlebars->39->2545" ] }, { @@ -5582,8 +5585,8 @@ "zh-chs": "添加安全密钥", "zh-cht": "新增安全密鑰", "xloc": [ - "default.handlebars->39->1429", "default.handlebars->39->1430", + "default.handlebars->39->1431", "default.handlebars->39->217", "default.handlebars->39->219", "default.handlebars->39->222", @@ -5636,7 +5639,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->39->1912" + "default.handlebars->39->1913" ] }, { @@ -5660,9 +5663,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->39->1783", - "default.handlebars->39->1904", - "default.handlebars->39->2518", + "default.handlebars->39->1784", + "default.handlebars->39->1905", + "default.handlebars->39->2519", "default.handlebars->39->888" ] }, @@ -5687,7 +5690,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->39->1914" + "default.handlebars->39->1915" ] }, { @@ -5756,8 +5759,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->39->1782", - "default.handlebars->39->2354" + "default.handlebars->39->1783", + "default.handlebars->39->2355" ] }, { @@ -5781,7 +5784,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->39->1901" + "default.handlebars->39->1902" ] }, { @@ -5805,7 +5808,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->39->2389" + "default.handlebars->39->2390" ] }, { @@ -5969,7 +5972,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->39->1786", + "default.handlebars->39->1787", "default.handlebars->39->404" ] }, @@ -6088,7 +6091,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->39->2130" + "default.handlebars->39->2131" ] }, { @@ -6112,13 +6115,13 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->39->2141" + "default.handlebars->39->2142" ] }, { "en": "Added device share {0} with unlimited time.", "xloc": [ - "default.handlebars->39->2171" + "default.handlebars->39->2172" ] }, { @@ -6142,8 +6145,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2097", - "default.handlebars->39->2124" + "default.handlebars->39->2098", + "default.handlebars->39->2125" ] }, { @@ -6166,7 +6169,7 @@ "tr": "Giriş belirteci eklendi", "zh-chs": "添加登录令牌", "xloc": [ - "default.handlebars->39->2155" + "default.handlebars->39->2156" ] }, { @@ -6189,7 +6192,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi", "zh-chs": "新增推送通知认证装置", "xloc": [ - "default.handlebars->39->2153" + "default.handlebars->39->2154" ] }, { @@ -6213,7 +6216,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->39->2135" + "default.handlebars->39->2136" ] }, { @@ -6237,7 +6240,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2108" + "default.handlebars->39->2109" ] }, { @@ -6261,8 +6264,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->39->2111", - "default.handlebars->39->2120" + "default.handlebars->39->2112", + "default.handlebars->39->2121" ] }, { @@ -6335,7 +6338,7 @@ "zh-cht": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->11->539", - "default.handlebars->39->1347" + "default.handlebars->39->1348" ] }, { @@ -6360,7 +6363,7 @@ "zh-cht": "管理員憑證", "xloc": [ "default-mobile.handlebars->11->545", - "default.handlebars->39->1353" + "default.handlebars->39->1354" ] }, { @@ -6409,7 +6412,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2438" + "default.handlebars->39->2439" ] }, { @@ -6458,7 +6461,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2287" + "default.handlebars->39->2288" ] }, { @@ -6482,7 +6485,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->39->2214" + "default.handlebars->39->2215" ] }, { @@ -6506,7 +6509,7 @@ "zh-chs": "南非文", "zh-cht": "南非文", "xloc": [ - "default.handlebars->39->1432" + "default.handlebars->39->1433" ] }, { @@ -6534,9 +6537,9 @@ "default-mobile.handlebars->11->241", "default-mobile.handlebars->11->294", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->39->1973", - "default.handlebars->39->1986", - "default.handlebars->39->2712", + "default.handlebars->39->1974", + "default.handlebars->39->1987", + "default.handlebars->39->2713", "default.handlebars->39->348", "default.handlebars->39->579", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -6563,8 +6566,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->39->1975", - "default.handlebars->39->1988" + "default.handlebars->39->1976", + "default.handlebars->39->1989" ] }, { @@ -6614,7 +6617,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->639", - "default.handlebars->39->1922" + "default.handlebars->39->1923" ] }, { @@ -6638,7 +6641,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->39->2681" + "default.handlebars->39->2682" ] }, { @@ -6783,6 +6786,12 @@ "tr": "Temsilci Seçimi", "zh-chs": "代理选择" }, + { + "en": "Agent Self-Share", + "xloc": [ + "default.handlebars->39->910" + ] + }, { "cs": "Relace agenta", "de": "Agent-Sitzungen", @@ -6804,7 +6813,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->39->2697" + "default.handlebars->39->2698" ] }, { @@ -6897,7 +6906,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->39->1984", + "default.handlebars->39->1985", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -6946,7 +6955,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->39->2094" + "default.handlebars->39->2095" ] }, { @@ -7098,7 +7107,7 @@ "zh-cht": "代理離線", "xloc": [ "default-mobile.handlebars->11->573", - "default.handlebars->39->1382" + "default.handlebars->39->1383" ] }, { @@ -7123,7 +7132,7 @@ "zh-cht": "代理在線", "xloc": [ "default-mobile.handlebars->11->572", - "default.handlebars->39->1381" + "default.handlebars->39->1382" ] }, { @@ -7311,7 +7320,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->39->2725" + "default.handlebars->39->2726" ] }, { @@ -7335,7 +7344,7 @@ "zh-chs": "阿尔巴尼亚文", "zh-cht": "阿爾巴尼亞文", "xloc": [ - "default.handlebars->39->1433" + "default.handlebars->39->1434" ] }, { @@ -7362,7 +7371,7 @@ "default-mobile.handlebars->11->141", "default-mobile.handlebars->11->446", "default-mobile.handlebars->11->448", - "default.handlebars->39->2593", + "default.handlebars->39->2594", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -7387,7 +7396,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->39->2177" + "default.handlebars->39->2178" ] }, { @@ -7411,7 +7420,7 @@ "zh-chs": "所有显示", "zh-cht": "所有顯示", "xloc": [ - "default.handlebars->39->1194" + "default.handlebars->39->1195" ] }, { @@ -7435,7 +7444,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->39->2175" + "default.handlebars->39->2176" ] }, { @@ -7459,9 +7468,9 @@ "zh-chs": "全部聚焦", "zh-cht": "全部聚焦", "xloc": [ - "default.handlebars->39->1131", - "default.handlebars->39->1133", - "default.handlebars->39->1134" + "default.handlebars->39->1132", + "default.handlebars->39->1134", + "default.handlebars->39->1135" ] }, { @@ -7505,8 +7514,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->39->1867", - "default.handlebars->39->2386" + "default.handlebars->39->1868", + "default.handlebars->39->2387" ] }, { @@ -7530,7 +7539,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->39->1868" + "default.handlebars->39->1869" ] }, { @@ -7623,8 +7632,8 @@ "xloc": [ "default-mobile.handlebars->11->397", "default-mobile.handlebars->11->401", - "default.handlebars->39->1154", - "default.handlebars->39->1158" + "default.handlebars->39->1155", + "default.handlebars->39->1159" ] }, { @@ -7698,7 +7707,7 @@ "zh-chs": "备用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->39->1220", + "default.handlebars->39->1221", "sharing.handlebars->11->37" ] }, @@ -7769,9 +7778,9 @@ "zh-chs": "一直通知", "zh-cht": "一直通知", "xloc": [ - "default.handlebars->39->1760", - "default.handlebars->39->2345", - "default.handlebars->39->2447", + "default.handlebars->39->1761", + "default.handlebars->39->2346", + "default.handlebars->39->2448", "default.handlebars->39->805" ] }, @@ -7796,9 +7805,9 @@ "zh-chs": "一直提示", "zh-cht": "一直提示", "xloc": [ - "default.handlebars->39->1761", - "default.handlebars->39->2346", - "default.handlebars->39->2448", + "default.handlebars->39->1762", + "default.handlebars->39->2347", + "default.handlebars->39->2449", "default.handlebars->39->806" ] }, @@ -8034,8 +8043,8 @@ "tr": "Anti-virüs etkin değil", "zh-chs": "杀毒软件未激活", "xloc": [ - "default.handlebars->39->1977", - "default.handlebars->39->1991" + "default.handlebars->39->1978", + "default.handlebars->39->1992" ] }, { @@ -8331,7 +8340,7 @@ "zh-chs": "阿拉伯文(阿尔及利亚)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->39->1435" + "default.handlebars->39->1436" ] }, { @@ -8355,7 +8364,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯文(巴林)", "xloc": [ - "default.handlebars->39->1436" + "default.handlebars->39->1437" ] }, { @@ -8379,7 +8388,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->39->1437" + "default.handlebars->39->1438" ] }, { @@ -8403,7 +8412,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->39->1438" + "default.handlebars->39->1439" ] }, { @@ -8427,7 +8436,7 @@ "zh-chs": "阿拉伯文(约旦)", "zh-cht": "阿拉伯文(約旦)", "xloc": [ - "default.handlebars->39->1439" + "default.handlebars->39->1440" ] }, { @@ -8451,7 +8460,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->39->1440" + "default.handlebars->39->1441" ] }, { @@ -8475,7 +8484,7 @@ "zh-chs": "阿拉伯文(黎巴嫩)", "zh-cht": "阿拉伯文(黎巴嫩)", "xloc": [ - "default.handlebars->39->1441" + "default.handlebars->39->1442" ] }, { @@ -8499,7 +8508,7 @@ "zh-chs": "阿拉伯文(利比亚)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->39->1442" + "default.handlebars->39->1443" ] }, { @@ -8523,7 +8532,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->39->1443" + "default.handlebars->39->1444" ] }, { @@ -8547,7 +8556,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->39->1444" + "default.handlebars->39->1445" ] }, { @@ -8571,7 +8580,7 @@ "zh-chs": "阿拉伯文(卡塔尔)", "zh-cht": "阿拉伯文(卡塔爾)", "xloc": [ - "default.handlebars->39->1445" + "default.handlebars->39->1446" ] }, { @@ -8595,7 +8604,7 @@ "zh-chs": "阿拉伯文(沙特阿拉伯)", "zh-cht": "阿拉伯文(沙特阿拉伯)", "xloc": [ - "default.handlebars->39->1446" + "default.handlebars->39->1447" ] }, { @@ -8619,7 +8628,7 @@ "zh-chs": "阿拉伯文(标准)", "zh-cht": "阿拉伯文(標準)", "xloc": [ - "default.handlebars->39->1434" + "default.handlebars->39->1435" ] }, { @@ -8643,7 +8652,7 @@ "zh-chs": "阿拉伯文(叙利亚)", "zh-cht": "阿拉伯文(敘利亞)", "xloc": [ - "default.handlebars->39->1447" + "default.handlebars->39->1448" ] }, { @@ -8667,7 +8676,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->39->1448" + "default.handlebars->39->1449" ] }, { @@ -8691,7 +8700,7 @@ "zh-chs": "阿拉伯文(阿联酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->39->1449" + "default.handlebars->39->1450" ] }, { @@ -8715,7 +8724,7 @@ "zh-chs": "阿拉伯文(也门)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->39->1450" + "default.handlebars->39->1451" ] }, { @@ -8739,7 +8748,7 @@ "zh-chs": "阿拉贡文", "zh-cht": "阿拉貢文", "xloc": [ - "default.handlebars->39->1451" + "default.handlebars->39->1452" ] }, { @@ -8766,9 +8775,9 @@ "default-mobile.handlebars->11->481", "default-mobile.handlebars->11->483", "default-mobile.handlebars->11->485", - "default.handlebars->39->1296", - "default.handlebars->39->1298", - "default.handlebars->39->1300" + "default.handlebars->39->1297", + "default.handlebars->39->1299", + "default.handlebars->39->1301" ] }, { @@ -8817,7 +8826,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->604", - "default.handlebars->39->1839" + "default.handlebars->39->1840" ] }, { @@ -8841,7 +8850,7 @@ "zh-chs": "您确定要删除节点{0}吗?", "zh-cht": "你確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->39->1069" + "default.handlebars->39->1070" ] }, { @@ -8865,7 +8874,7 @@ "zh-chs": "您确定要卸载所选代理吗?", "zh-cht": "你確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->39->1058" + "default.handlebars->39->1059" ] }, { @@ -8889,7 +8898,7 @@ "zh-chs": "您确定要卸载所选的{0}代理吗?", "zh-cht": "你確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->39->1057" + "default.handlebars->39->1058" ] }, { @@ -8913,7 +8922,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->39->2776" + "default.handlebars->39->2777" ] }, { @@ -8961,7 +8970,7 @@ "zh-chs": "亚美尼亚文", "zh-cht": "亞美尼亞文", "xloc": [ - "default.handlebars->39->1452" + "default.handlebars->39->1453" ] }, { @@ -9033,7 +9042,7 @@ "zh-chs": "阿萨姆文", "zh-cht": "阿薩姆文", "xloc": [ - "default.handlebars->39->1453" + "default.handlebars->39->1454" ] }, { @@ -9172,7 +9181,7 @@ "zh-chs": "阿斯图里亚斯文", "zh-cht": "阿斯圖里亞斯文", "xloc": [ - "default.handlebars->39->1454" + "default.handlebars->39->1455" ] }, { @@ -9196,7 +9205,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->39->2063" + "default.handlebars->39->2064" ] }, { @@ -9243,10 +9252,10 @@ "default-mobile.handlebars->11->422", "default-mobile.handlebars->11->430", "default-mobile.handlebars->11->439", - "default.handlebars->39->1202", - "default.handlebars->39->1211", - "default.handlebars->39->1229", - "default.handlebars->39->1237", + "default.handlebars->39->1203", + "default.handlebars->39->1212", + "default.handlebars->39->1230", + "default.handlebars->39->1238", "ssh.handlebars->3->14", "ssh.handlebars->3->15", "ssh.handlebars->3->5" @@ -9273,7 +9282,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->39->2451" + "default.handlebars->39->2452" ] }, { @@ -9296,9 +9305,9 @@ "tr": "Kimlik Doğrulama Cihazı", "zh-chs": "认证设备", "xloc": [ - "default.handlebars->39->1415", - "default.handlebars->39->1417", - "default.handlebars->39->1421" + "default.handlebars->39->1416", + "default.handlebars->39->1418", + "default.handlebars->39->1422" ] }, { @@ -9323,8 +9332,8 @@ "xloc": [ "default-mobile.handlebars->11->423", "default-mobile.handlebars->11->440", - "default.handlebars->39->1213", - "default.handlebars->39->1238" + "default.handlebars->39->1214", + "default.handlebars->39->1239" ] }, { @@ -9352,8 +9361,8 @@ "default-mobile.handlebars->11->64", "default-mobile.handlebars->11->95", "default-mobile.handlebars->11->97", - "default.handlebars->39->1411", - "default.handlebars->39->1413", + "default.handlebars->39->1412", + "default.handlebars->39->1414", "default.handlebars->39->193", "default.handlebars->39->198" ] @@ -9451,7 +9460,7 @@ "zh-chs": "自动删除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->39->1746" + "default.handlebars->39->1747" ] }, { @@ -9503,7 +9512,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->39->2144" + "default.handlebars->39->2145" ] }, { @@ -9593,7 +9602,7 @@ "tr": "Etkin olmayan cihazları otomatik olarak kaldırın", "zh-chs": "自动移除非活动设备", "xloc": [ - "default.handlebars->39->1862" + "default.handlebars->39->1863" ] }, { @@ -9617,7 +9626,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->39->2706" + "default.handlebars->39->2707" ] }, { @@ -9641,7 +9650,7 @@ "zh-chs": "阿塞拜疆文", "zh-cht": "阿塞拜疆文", "xloc": [ - "default.handlebars->39->1455" + "default.handlebars->39->1456" ] }, { @@ -9694,7 +9703,7 @@ "zh-cht": "的BIOS", "xloc": [ "default-mobile.handlebars->11->551", - "default.handlebars->39->1359" + "default.handlebars->39->1360" ] }, { @@ -9802,7 +9811,7 @@ "zh-chs": "退格", "xloc": [ "default-mobile.handlebars->11->380", - "default.handlebars->39->1137" + "default.handlebars->39->1138" ] }, { @@ -9850,8 +9859,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->39->1953", - "default.handlebars->39->1960", + "default.handlebars->39->1954", + "default.handlebars->39->1961", "default.handlebars->39->472", "default.handlebars->39->486" ] @@ -9877,8 +9886,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->39->1954", - "default.handlebars->39->1961", + "default.handlebars->39->1955", + "default.handlebars->39->1962", "default.handlebars->39->473", "default.handlebars->39->487", "default.handlebars->39->503" @@ -9930,7 +9939,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->39->2454" + "default.handlebars->39->2455" ] }, { @@ -9960,7 +9969,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->39->2688" + "default.handlebars->39->2689" ] }, { @@ -9984,7 +9993,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->39->2687" + "default.handlebars->39->2688" ] }, { @@ -10008,7 +10017,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->39->1456" + "default.handlebars->39->1457" ] }, { @@ -10080,7 +10089,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->39->2143" + "default.handlebars->39->2144" ] }, { @@ -10104,7 +10113,7 @@ "zh-chs": "白俄罗斯文", "zh-cht": "白俄羅斯文", "xloc": [ - "default.handlebars->39->1458" + "default.handlebars->39->1459" ] }, { @@ -10128,7 +10137,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->39->1459" + "default.handlebars->39->1460" ] }, { @@ -10199,7 +10208,7 @@ "zh-chs": "引导加载程序", "xloc": [ "default-mobile.handlebars->11->515", - "default.handlebars->39->1313" + "default.handlebars->39->1314" ] }, { @@ -10223,7 +10232,7 @@ "zh-chs": "波斯尼亚文", "zh-cht": "波斯尼亞文", "xloc": [ - "default.handlebars->39->1460" + "default.handlebars->39->1461" ] }, { @@ -10247,7 +10256,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->39->1461" + "default.handlebars->39->1462" ] }, { @@ -10271,7 +10280,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->39->2352", + "default.handlebars->39->2353", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -10296,7 +10305,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->39->2269" + "default.handlebars->39->2270" ] }, { @@ -10320,7 +10329,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->39->2264" + "default.handlebars->39->2265" ] }, { @@ -10368,7 +10377,7 @@ "zh-chs": "保加利亚文", "zh-cht": "保加利亞文", "xloc": [ - "default.handlebars->39->1457" + "default.handlebars->39->1458" ] }, { @@ -10392,7 +10401,7 @@ "zh-chs": "缅甸文", "zh-cht": "緬甸文", "xloc": [ - "default.handlebars->39->1462" + "default.handlebars->39->1463" ] }, { @@ -10415,7 +10424,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。", "xloc": [ - "default.handlebars->39->1864" + "default.handlebars->39->1865" ] }, { @@ -10438,7 +10447,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。", "xloc": [ - "default.handlebars->39->1865" + "default.handlebars->39->1866" ] }, { @@ -10446,7 +10455,7 @@ "nl": "Bytes in", "es": "Bytes entrantes", "xloc": [ - "default.handlebars->39->2611" + "default.handlebars->39->2612" ] }, { @@ -10454,7 +10463,7 @@ "nl": "Bytes uit", "es": "Bytes salientes", "xloc": [ - "default.handlebars->39->2612" + "default.handlebars->39->2613" ] }, { @@ -10503,7 +10512,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->39->1822" + "default.handlebars->39->1823" ] }, { @@ -10528,7 +10537,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->242", - "default.handlebars->39->2713", + "default.handlebars->39->2714", "default.handlebars->39->350", "default.handlebars->39->581" ] @@ -10554,7 +10563,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->39->2760" + "default.handlebars->39->2761" ] }, { @@ -10578,7 +10587,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->39->2761" + "default.handlebars->39->2762" ] }, { @@ -10611,7 +10620,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->39->1830" + "default.handlebars->39->1831" ] }, { @@ -10636,8 +10645,8 @@ "zh-cht": "CPU", "xloc": [ "default-mobile.handlebars->11->557", - "default.handlebars->39->1365", - "default.handlebars->39->2737", + "default.handlebars->39->1366", + "default.handlebars->39->2738", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -10662,7 +10671,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->39->2702" + "default.handlebars->39->2703" ] }, { @@ -10686,7 +10695,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2705" + "default.handlebars->39->2706" ] }, { @@ -10710,7 +10719,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2704" + "default.handlebars->39->2705" ] }, { @@ -10734,7 +10743,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2703" + "default.handlebars->39->2704" ] }, { @@ -10758,8 +10767,8 @@ "zh-chs": "CR+LF", "zh-cht": "CR+LF", "xloc": [ - "default.handlebars->39->1199", - "default.handlebars->39->1222", + "default.handlebars->39->1200", + "default.handlebars->39->1223", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", "sharing.handlebars->11->25", "sharing.handlebars->11->39", @@ -10787,7 +10796,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->39->2185" + "default.handlebars->39->2186" ] }, { @@ -10811,8 +10820,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->39->2189", - "default.handlebars->39->2256", + "default.handlebars->39->2190", + "default.handlebars->39->2257", "default.handlebars->39->652" ] }, @@ -10858,7 +10867,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->39->2777" + "default.handlebars->39->2778" ] }, { @@ -10894,8 +10903,8 @@ "agent-translations.json", "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->39->1723", - "default.handlebars->39->2766", + "default.handlebars->39->1724", + "default.handlebars->39->2767", "default.handlebars->39->446", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -10971,9 +10980,9 @@ "default-mobile.handlebars->11->562", "default-mobile.handlebars->11->567", "default-mobile.handlebars->11->569", - "default.handlebars->39->1370", - "default.handlebars->39->1375", - "default.handlebars->39->1377" + "default.handlebars->39->1371", + "default.handlebars->39->1376", + "default.handlebars->39->1378" ] }, { @@ -10998,7 +11007,7 @@ "zh-cht": "容量/速度", "xloc": [ "default-mobile.handlebars->11->560", - "default.handlebars->39->1368" + "default.handlebars->39->1369" ] }, { @@ -11022,7 +11031,7 @@ "zh-chs": "加泰罗尼亚文", "zh-cht": "加泰羅尼亞文", "xloc": [ - "default.handlebars->39->1463" + "default.handlebars->39->1464" ] }, { @@ -11115,7 +11124,7 @@ "zh-chs": "查莫罗", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->39->1464" + "default.handlebars->39->1465" ] }, { @@ -11165,7 +11174,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->39->2499" + "default.handlebars->39->2500" ] }, { @@ -11189,8 +11198,8 @@ "zh-chs": "更改组", "zh-cht": "更改群", "xloc": [ - "default.handlebars->39->1066", "default.handlebars->39->1067", + "default.handlebars->39->1068", "default.handlebars->39->850" ] }, @@ -11216,8 +11225,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->11->114", - "default.handlebars->39->1679", - "default.handlebars->39->2472" + "default.handlebars->39->1680", + "default.handlebars->39->2473" ] }, { @@ -11241,7 +11250,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->39->2508" + "default.handlebars->39->2509" ] }, { @@ -11265,7 +11274,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->39->2494" + "default.handlebars->39->2495" ] }, { @@ -11406,7 +11415,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->39->2471" + "default.handlebars->39->2472" ] }, { @@ -11454,7 +11463,7 @@ "zh-chs": "在此处更改您的帐户电邮地址。", "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ - "default.handlebars->39->1666" + "default.handlebars->39->1667" ] }, { @@ -11478,7 +11487,7 @@ "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->39->1672" + "default.handlebars->39->1673" ] }, { @@ -11502,7 +11511,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->39->2115" + "default.handlebars->39->2116" ] }, { @@ -11510,7 +11519,7 @@ "nl": "Weergavenaam account gewijzigd in {0}.", "es": "Cambiado el nombre visible de la cuenta a {0}.", "xloc": [ - "default.handlebars->39->2167" + "default.handlebars->39->2168" ] }, { @@ -11534,7 +11543,7 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->39->2099" + "default.handlebars->39->2100" ] }, { @@ -11558,7 +11567,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->39->2043" + "default.handlebars->39->2044" ] }, { @@ -11582,8 +11591,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2101", - "default.handlebars->39->2122" + "default.handlebars->39->2102", + "default.handlebars->39->2123" ] }, { @@ -11627,7 +11636,7 @@ "zh-chs": "更改语言将需要刷新页面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->39->1631" + "default.handlebars->39->1632" ] }, { @@ -11651,12 +11660,12 @@ "zh-chs": "聊天", "zh-cht": "聊天", "xloc": [ - "default.handlebars->39->2206", - "default.handlebars->39->2467", + "default.handlebars->39->2207", "default.handlebars->39->2468", + "default.handlebars->39->2469", "default.handlebars->39->845", - "default.handlebars->39->932", - "default.handlebars->39->954" + "default.handlebars->39->933", + "default.handlebars->39->955" ] }, { @@ -11682,8 +11691,8 @@ "xloc": [ "default-mobile.handlebars->11->629", "default-mobile.handlebars->11->649", - "default.handlebars->39->1896", - "default.handlebars->39->1933" + "default.handlebars->39->1897", + "default.handlebars->39->1934" ] }, { @@ -11707,7 +11716,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->681", - "default.handlebars->39->2657" + "default.handlebars->39->2658" ] }, { @@ -11755,7 +11764,7 @@ "zh-chs": "车臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->39->1465" + "default.handlebars->39->1466" ] }, { @@ -11875,8 +11884,8 @@ "zh-chs": "检查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->39->1431", - "default.handlebars->39->2771" + "default.handlebars->39->1432", + "default.handlebars->39->2772" ] }, { @@ -11900,7 +11909,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->39->1466" + "default.handlebars->39->1467" ] }, { @@ -11924,7 +11933,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->39->1467" + "default.handlebars->39->1468" ] }, { @@ -11948,7 +11957,7 @@ "zh-chs": "中文(中国)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->39->1468" + "default.handlebars->39->1469" ] }, { @@ -11972,7 +11981,7 @@ "zh-chs": "简体中文", "zh-cht": "簡體中文", "xloc": [ - "default.handlebars->39->1628" + "default.handlebars->39->1629" ] }, { @@ -11996,7 +12005,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->39->1469" + "default.handlebars->39->1470" ] }, { @@ -12020,7 +12029,7 @@ "zh-chs": "中文(台湾)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->39->1470" + "default.handlebars->39->1471" ] }, { @@ -12044,7 +12053,7 @@ "zh-chs": "繁体中文", "zh-cht": "繁體中文", "xloc": [ - "default.handlebars->39->1629" + "default.handlebars->39->1630" ] }, { @@ -12093,7 +12102,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->39->1471" + "default.handlebars->39->1472" ] }, { @@ -12145,11 +12154,11 @@ "default-mobile.handlebars->11->471", "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->39->1272", - "default.handlebars->39->1274", - "default.handlebars->39->1276", - "default.handlebars->39->1278", - "default.handlebars->39->2037", + "default.handlebars->39->1273", + "default.handlebars->39->1275", + "default.handlebars->39->1277", + "default.handlebars->39->1279", + "default.handlebars->39->2038", "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", @@ -12180,7 +12189,7 @@ "zh-chs": "清除 RDP 凭据?", "xloc": [ "default-mobile.handlebars->11->365", - "default.handlebars->39->1110" + "default.handlebars->39->1111" ] }, { @@ -12204,7 +12213,7 @@ "zh-chs": "清除 SSH 凭据?", "xloc": [ "default-mobile.handlebars->11->363", - "default.handlebars->39->1108" + "default.handlebars->39->1109" ] }, { @@ -12300,7 +12309,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->664", - "default.handlebars->39->2640" + "default.handlebars->39->2641" ] }, { @@ -12350,7 +12359,7 @@ "zh-cht": "清除核心", "xloc": [ "default-mobile.handlebars->11->583", - "default.handlebars->39->1392" + "default.handlebars->39->1393" ] }, { @@ -12399,7 +12408,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->663", - "default.handlebars->39->2639" + "default.handlebars->39->2640" ] }, { @@ -12471,8 +12480,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ - "default.handlebars->39->1734", - "default.handlebars->39->1982" + "default.handlebars->39->1735", + "default.handlebars->39->1983" ] }, { @@ -12520,7 +12529,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->39->2326" + "default.handlebars->39->2327" ] }, { @@ -12638,7 +12647,7 @@ "zh-cht": "單擊確定將驗證電郵發送到:", "xloc": [ "default-mobile.handlebars->11->99", - "default.handlebars->39->1663" + "default.handlebars->39->1664" ] }, { @@ -12712,7 +12721,7 @@ "zh-cht": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->11->538", - "default.handlebars->39->1346" + "default.handlebars->39->1347" ] }, { @@ -12736,7 +12745,7 @@ "zh-chs": "客户编号", "zh-cht": "客戶編號", "xloc": [ - "default.handlebars->39->1716" + "default.handlebars->39->1717" ] }, { @@ -12760,7 +12769,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->39->1829" + "default.handlebars->39->1830" ] }, { @@ -12784,7 +12793,7 @@ "zh-chs": "客户机密", "zh-cht": "客戶機密", "xloc": [ - "default.handlebars->39->1717" + "default.handlebars->39->1718" ] }, { @@ -12834,11 +12843,11 @@ "zh-cht": "關", "xloc": [ "default-mobile.handlebars->11->69", - "default.handlebars->39->1187", - "default.handlebars->39->1248", + "default.handlebars->39->1188", + "default.handlebars->39->1249", "default.handlebars->39->205", "default.handlebars->39->213", - "default.handlebars->39->2765", + "default.handlebars->39->2766", "sharing.handlebars->11->52" ] }, @@ -12863,7 +12872,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->39->2048" + "default.handlebars->39->2049" ] }, { @@ -13035,9 +13044,9 @@ "zh-cht": "指令", "xloc": [ "default-mobile.handlebars->11->651", - "default.handlebars->39->1935", - "default.handlebars->39->934", - "default.handlebars->39->956" + "default.handlebars->39->1936", + "default.handlebars->39->935", + "default.handlebars->39->957" ] }, { @@ -13061,8 +13070,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->39->2360", - "default.handlebars->39->2513" + "default.handlebars->39->2361", + "default.handlebars->39->2514" ] }, { @@ -13086,8 +13095,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->39->2366", - "default.handlebars->39->2525" + "default.handlebars->39->2367", + "default.handlebars->39->2526" ] }, { @@ -13111,7 +13120,7 @@ "zh-chs": "编译时间", "xloc": [ "default-mobile.handlebars->11->511", - "default.handlebars->39->1309" + "default.handlebars->39->1310" ] }, { @@ -13155,7 +13164,7 @@ "zh-chs": "压缩档案...", "zh-cht": "壓縮檔案...", "xloc": [ - "default.handlebars->39->1243", + "default.handlebars->39->1244", "sharing.handlebars->11->47" ] }, @@ -13202,13 +13211,13 @@ "xloc": [ "default-mobile.handlebars->11->360", "default-mobile.handlebars->11->605", - "default.handlebars->39->1061", - "default.handlebars->39->1070", - "default.handlebars->39->1840", - "default.handlebars->39->2234", - "default.handlebars->39->2316", - "default.handlebars->39->2382", - "default.handlebars->39->2511", + "default.handlebars->39->1062", + "default.handlebars->39->1071", + "default.handlebars->39->1841", + "default.handlebars->39->2235", + "default.handlebars->39->2317", + "default.handlebars->39->2383", + "default.handlebars->39->2512", "default.handlebars->39->616" ] }, @@ -13254,7 +13263,7 @@ "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->11->460", - "default.handlebars->39->1267", + "default.handlebars->39->1268", "sharing.handlebars->11->70" ] }, @@ -13279,7 +13288,7 @@ "zh-chs": "确认{0}个条目的复制到此位置?", "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ - "default.handlebars->39->1266", + "default.handlebars->39->1267", "sharing.handlebars->11->69" ] }, @@ -13328,7 +13337,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->39->2233" + "default.handlebars->39->2234" ] }, { @@ -13373,7 +13382,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->39->2315" + "default.handlebars->39->2316" ] }, { @@ -13397,7 +13406,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->39->2510" + "default.handlebars->39->2511" ] }, { @@ -13421,7 +13430,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2385" + "default.handlebars->39->2386" ] }, { @@ -13445,7 +13454,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2542" + "default.handlebars->39->2543" ] }, { @@ -13470,7 +13479,7 @@ "zh-cht": "確認將1個條目移動到此位置?", "xloc": [ "default-mobile.handlebars->11->462", - "default.handlebars->39->1269", + "default.handlebars->39->1270", "sharing.handlebars->11->72" ] }, @@ -13495,7 +13504,7 @@ "zh-chs": "确认将{0}个条目移到此位置?", "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ - "default.handlebars->39->1268", + "default.handlebars->39->1269", "sharing.handlebars->11->71" ] }, @@ -13544,7 +13553,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->39->2031" + "default.handlebars->39->2032" ] }, { @@ -13568,8 +13577,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2375", - "default.handlebars->39->2533" + "default.handlebars->39->2376", + "default.handlebars->39->2534" ] }, { @@ -13593,8 +13602,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2377", - "default.handlebars->39->2546" + "default.handlebars->39->2378", + "default.handlebars->39->2547" ] }, { @@ -13618,7 +13627,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2535" + "default.handlebars->39->2536" ] }, { @@ -13642,7 +13651,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2538" + "default.handlebars->39->2539" ] }, { @@ -13666,8 +13675,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->39->2536", - "default.handlebars->39->2539" + "default.handlebars->39->2537", + "default.handlebars->39->2540" ] }, { @@ -13692,7 +13701,7 @@ "zh-cht": "確認刪除身份驗證軟體兩步登入?", "xloc": [ "default-mobile.handlebars->11->98", - "default.handlebars->39->1414" + "default.handlebars->39->1415" ] }, { @@ -13737,7 +13746,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->39->2531" + "default.handlebars->39->2532" ] }, { @@ -13802,7 +13811,7 @@ "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?", "zh-chs": "确认移除推送认证设备?", "xloc": [ - "default.handlebars->39->1416" + "default.handlebars->39->1417" ] }, { @@ -13826,7 +13835,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->1946" + "default.handlebars->39->1947" ] }, { @@ -13850,7 +13859,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->1948" + "default.handlebars->39->1949" ] }, { @@ -13896,7 +13905,7 @@ "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?", "zh-chs": "确认删除此登录令牌?", "xloc": [ - "default.handlebars->39->1709" + "default.handlebars->39->1710" ] }, { @@ -13989,7 +13998,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->39->2032" + "default.handlebars->39->2033" ] }, { @@ -14018,8 +14027,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->39->1225", - "default.handlebars->39->1764", + "default.handlebars->39->1226", + "default.handlebars->39->1765", "default.handlebars->39->809", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -14099,7 +14108,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->39->1833" + "default.handlebars->39->1834" ] }, { @@ -14246,7 +14255,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->39->2693" + "default.handlebars->39->2694" ] }, { @@ -14270,7 +14279,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->39->2698" + "default.handlebars->39->2699" ] }, { @@ -14304,7 +14313,7 @@ "zh-cht": "現在已連接", "xloc": [ "default-mobile.handlebars->11->506", - "default.handlebars->39->1304" + "default.handlebars->39->1305" ] }, { @@ -14402,7 +14411,7 @@ "default-mobile.handlebars->11->2", "default-mobile.handlebars->11->478", "default-mobile.handlebars->11->48", - "default.handlebars->39->1290", + "default.handlebars->39->1291", "default.handlebars->39->338", "default.handlebars->39->341", "default.handlebars->39->395", @@ -14454,7 +14463,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->39->2724" + "default.handlebars->39->2725" ] }, { @@ -14478,8 +14487,8 @@ "zh-chs": "连接错误", "xloc": [ "default-mobile.handlebars->11->441", - "default.handlebars->39->1212", - "default.handlebars->39->1239", + "default.handlebars->39->1213", + "default.handlebars->39->1240", "login2.handlebars->7->32" ] }, @@ -14504,7 +14513,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->39->2759" + "default.handlebars->39->2760" ] }, { @@ -14577,7 +14586,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->299", - "default.handlebars->39->1989", + "default.handlebars->39->1990", "default.handlebars->39->328", "default.handlebars->39->826", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -14605,8 +14614,8 @@ "zh-cht": "控制台", "xloc": [ "default-mobile.handlebars->11->322", - "default.handlebars->39->927", - "default.handlebars->39->949", + "default.handlebars->39->928", + "default.handlebars->39->950", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole" @@ -14657,8 +14666,8 @@ "zh-chs": "控制", "zh-cht": "控制", "xloc": [ - "default.handlebars->39->926", - "default.handlebars->39->948", + "default.handlebars->39->927", + "default.handlebars->39->949", "messenger.handlebars->remoteImage->3->2" ] }, @@ -14707,7 +14716,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->39->2743" + "default.handlebars->39->2744" ] }, { @@ -14918,8 +14927,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->39->2000", - "default.handlebars->39->2019", + "default.handlebars->39->2001", + "default.handlebars->39->2020", "default.handlebars->39->272", "default.handlebars->39->294", "default.handlebars->39->296", @@ -15046,7 +15055,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2091" + "default.handlebars->39->2092" ] }, { @@ -15220,7 +15229,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->39->2742" + "default.handlebars->39->2743" ] }, { @@ -15244,7 +15253,7 @@ "zh-chs": "科西嘉文", "zh-cht": "科西嘉文", "xloc": [ - "default.handlebars->39->1472" + "default.handlebars->39->1473" ] }, { @@ -15288,7 +15297,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->39->2283", + "default.handlebars->39->2284", "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" @@ -15358,7 +15367,7 @@ "tr": "Giriş Simgesi Oluştur", "zh-chs": "创建登录令牌", "xloc": [ - "default.handlebars->39->1656", + "default.handlebars->39->1657", "default.handlebars->39->297" ] }, @@ -15383,7 +15392,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->39->2323" + "default.handlebars->39->2324" ] }, { @@ -15431,7 +15440,7 @@ "zh-chs": "使用以下选项创建一个新的设备组。", "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ - "default.handlebars->39->1686" + "default.handlebars->39->1687" ] }, { @@ -15478,7 +15487,7 @@ "tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.", "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。", "xloc": [ - "default.handlebars->39->1637" + "default.handlebars->39->1638" ] }, { @@ -15526,7 +15535,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->39->2084" + "default.handlebars->39->2085" ] }, { @@ -15573,7 +15582,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->39->2247" + "default.handlebars->39->2248" ] }, { @@ -15623,7 +15632,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->39->2095" + "default.handlebars->39->2096" ] }, { @@ -15647,7 +15656,7 @@ "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。", "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。", "xloc": [ - "default.handlebars->39->972" + "default.handlebars->39->973" ] }, { @@ -15713,7 +15722,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->39->2427" + "default.handlebars->39->2428" ] }, { @@ -15737,7 +15746,7 @@ "zh-chs": "创建时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->39->1745" + "default.handlebars->39->1746" ] }, { @@ -15787,8 +15796,8 @@ "zh-chs": "创建者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->39->1743", - "default.handlebars->39->1744" + "default.handlebars->39->1744", + "default.handlebars->39->1745" ] }, { @@ -15813,7 +15822,7 @@ "zh-cht": "證書", "xloc": [ "default-mobile.handlebars->11->309", - "default.handlebars->39->1714", + "default.handlebars->39->1715", "default.handlebars->39->836" ] }, @@ -15838,7 +15847,7 @@ "zh-chs": "克里语", "zh-cht": "克里語", "xloc": [ - "default.handlebars->39->1473" + "default.handlebars->39->1474" ] }, { @@ -15862,7 +15871,7 @@ "zh-chs": "克罗地亚文", "zh-cht": "克羅地亞文", "xloc": [ - "default.handlebars->39->1474" + "default.handlebars->39->1475" ] }, { @@ -15938,8 +15947,8 @@ "xloc": [ "default-mobile.handlebars->11->398", "default-mobile.handlebars->11->402", - "default.handlebars->39->1155", - "default.handlebars->39->1159", + "default.handlebars->39->1156", + "default.handlebars->39->1160", "default.handlebars->39->57", "sharing.handlebars->11->24" ] @@ -16107,7 +16116,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->691", - "default.handlebars->39->2667" + "default.handlebars->39->2668" ] }, { @@ -16205,7 +16214,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->39->1475" + "default.handlebars->39->1476" ] }, { @@ -16253,7 +16262,7 @@ "zh-chs": "丹麦文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->39->1476" + "default.handlebars->39->1477" ] }, { @@ -16301,7 +16310,7 @@ "zh-chs": "数据通道", "zh-cht": "數據通道", "xloc": [ - "default.handlebars->39->1123", + "default.handlebars->39->1124", "sharing.handlebars->11->11" ] }, @@ -16326,7 +16335,7 @@ "zh-chs": "日期和时间", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->39->1634" + "default.handlebars->39->1635" ] }, { @@ -16351,8 +16360,8 @@ "zh-cht": "天", "xloc": [ "default-mobile.handlebars->11->350", - "default.handlebars->39->1045", - "default.handlebars->39->2591" + "default.handlebars->39->1046", + "default.handlebars->39->2592" ] }, { @@ -16376,7 +16385,7 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->39->1812" + "default.handlebars->39->1813" ] }, { @@ -16400,7 +16409,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->39->1824" + "default.handlebars->39->1825" ] }, { @@ -16470,10 +16479,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->39->2270", - "default.handlebars->39->2319", - "default.handlebars->39->2330", - "default.handlebars->39->2403" + "default.handlebars->39->2271", + "default.handlebars->39->2320", + "default.handlebars->39->2331", + "default.handlebars->39->2404" ] }, { @@ -16497,7 +16506,7 @@ "zh-chs": "德尔", "xloc": [ "default-mobile.handlebars->11->386", - "default.handlebars->39->1143" + "default.handlebars->39->1144" ] }, { @@ -16526,8 +16535,8 @@ "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->39->1258", - "default.handlebars->39->2026", + "default.handlebars->39->1259", + "default.handlebars->39->2027", "default.handlebars->39->699", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -16563,7 +16572,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->11->108", - "default.handlebars->39->1671" + "default.handlebars->39->1672" ] }, { @@ -16587,7 +16596,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->39->2235" + "default.handlebars->39->2236" ] }, { @@ -16661,9 +16670,9 @@ "xloc": [ "default-mobile.handlebars->11->603", "default-mobile.handlebars->11->606", - "default.handlebars->39->1799", "default.handlebars->39->1800", - "default.handlebars->39->1841" + "default.handlebars->39->1801", + "default.handlebars->39->1842" ] }, { @@ -16688,7 +16697,7 @@ "zh-cht": "刪除節點", "xloc": [ "default-mobile.handlebars->11->358", - "default.handlebars->39->1071" + "default.handlebars->39->1072" ] }, { @@ -16733,7 +16742,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->39->2470" + "default.handlebars->39->2471" ] }, { @@ -16757,8 +16766,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2371", - "default.handlebars->39->2383" + "default.handlebars->39->2372", + "default.handlebars->39->2384" ] }, { @@ -16782,7 +16791,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2317" + "default.handlebars->39->2318" ] }, { @@ -16806,7 +16815,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->39->2509" + "default.handlebars->39->2510" ] }, { @@ -16831,7 +16840,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->39->2231", + "default.handlebars->39->2232", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -16880,7 +16889,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->39->2313" + "default.handlebars->39->2314" ] }, { @@ -16928,7 +16937,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->39->2086" + "default.handlebars->39->2087" ] }, { @@ -16954,8 +16963,8 @@ "xloc": [ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->454", - "default.handlebars->39->1260", - "default.handlebars->39->2028", + "default.handlebars->39->1261", + "default.handlebars->39->2029", "sharing.handlebars->11->63" ] }, @@ -16980,7 +16989,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->39->2381" + "default.handlebars->39->2382" ] }, { @@ -17006,8 +17015,8 @@ "xloc": [ "default-mobile.handlebars->11->147", "default-mobile.handlebars->11->453", - "default.handlebars->39->1259", - "default.handlebars->39->2027", + "default.handlebars->39->1260", + "default.handlebars->39->2028", "sharing.handlebars->11->62" ] }, @@ -17056,7 +17065,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->39->2085" + "default.handlebars->39->2086" ] }, { @@ -17080,7 +17089,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->39->2087" + "default.handlebars->39->2088" ] }, { @@ -17105,7 +17114,7 @@ "zh-cht": "被拒絕", "xloc": [ "default-mobile.handlebars->11->373", - "default.handlebars->39->1118", + "default.handlebars->39->1119", "sharing.handlebars->11->29", "sharing.handlebars->11->7" ] @@ -17242,17 +17251,17 @@ "default-mobile.handlebars->11->519", "default-mobile.handlebars->11->594", "default-mobile.handlebars->11->608", - "default.handlebars->39->1113", - "default.handlebars->39->1317", - "default.handlebars->39->1327", + "default.handlebars->39->1114", + "default.handlebars->39->1318", + "default.handlebars->39->1328", "default.handlebars->39->144", - "default.handlebars->39->1692", - "default.handlebars->39->1740", - "default.handlebars->39->1843", - "default.handlebars->39->2322", - "default.handlebars->39->2332", + "default.handlebars->39->1693", + "default.handlebars->39->1741", + "default.handlebars->39->1844", + "default.handlebars->39->2323", "default.handlebars->39->2333", - "default.handlebars->39->2379", + "default.handlebars->39->2334", + "default.handlebars->39->2380", "default.handlebars->39->740", "default.handlebars->39->741", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -17301,15 +17310,15 @@ "zh-cht": "桌面", "xloc": [ "default-mobile.handlebars->11->318", - "default.handlebars->39->1193", - "default.handlebars->39->1849", - "default.handlebars->39->2566", - "default.handlebars->39->2616", - "default.handlebars->39->2632", - "default.handlebars->39->2718", + "default.handlebars->39->1194", + "default.handlebars->39->1850", + "default.handlebars->39->2567", + "default.handlebars->39->2617", + "default.handlebars->39->2633", + "default.handlebars->39->2719", "default.handlebars->39->705", "default.handlebars->39->899", - "default.handlebars->39->974", + "default.handlebars->39->975", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", "sharing.handlebars->11->23", @@ -17337,7 +17346,7 @@ "zh-chs": "桌面 + 文件", "xloc": [ "default.handlebars->39->903", - "default.handlebars->39->977" + "default.handlebars->39->978" ] }, { @@ -17384,7 +17393,7 @@ "zh-chs": "桌面 + 终端 + 文件", "xloc": [ "default.handlebars->39->904", - "default.handlebars->39->979" + "default.handlebars->39->980" ] }, { @@ -17431,7 +17440,7 @@ "tr": "Masaüstü Multiplex", "zh-chs": "桌面复用", "xloc": [ - "default.handlebars->39->2723" + "default.handlebars->39->2724" ] }, { @@ -17455,9 +17464,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->39->1755", - "default.handlebars->39->2340", - "default.handlebars->39->2442", + "default.handlebars->39->1756", + "default.handlebars->39->2341", + "default.handlebars->39->2443", "default.handlebars->39->800" ] }, @@ -17482,9 +17491,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->39->1754", - "default.handlebars->39->2339", - "default.handlebars->39->2441", + "default.handlebars->39->1755", + "default.handlebars->39->2340", + "default.handlebars->39->2442", "default.handlebars->39->799" ] }, @@ -17509,9 +17518,9 @@ "zh-chs": "桌面提示+工具栏", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->39->1752", - "default.handlebars->39->2337", - "default.handlebars->39->2439", + "default.handlebars->39->1753", + "default.handlebars->39->2338", + "default.handlebars->39->2440", "default.handlebars->39->797" ] }, @@ -17535,7 +17544,7 @@ "tr": "Masaüstü Oturumu", "zh-chs": "桌面会话", "xloc": [ - "default.handlebars->39->2559" + "default.handlebars->39->2560" ] }, { @@ -17629,9 +17638,9 @@ "zh-chs": "桌面工具栏", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->39->1753", - "default.handlebars->39->2338", - "default.handlebars->39->2440", + "default.handlebars->39->1754", + "default.handlebars->39->2339", + "default.handlebars->39->2441", "default.handlebars->39->798" ] }, @@ -17655,7 +17664,7 @@ "tr": "Yalnızca Masaüstü Görünümü", "zh-chs": "仅桌面视图", "xloc": [ - "default.handlebars->39->2415" + "default.handlebars->39->2416" ] }, { @@ -17678,7 +17687,7 @@ "tr": "Masaüstü, Yalnızca görüntüleme", "zh-chs": "桌面,仅查看", "xloc": [ - "default.handlebars->39->980" + "default.handlebars->39->981" ] }, { @@ -17702,7 +17711,7 @@ "zh-chs": "桌面时段", "zh-cht": "桌面時段", "xloc": [ - "default.handlebars->39->1192" + "default.handlebars->39->1193" ] }, { @@ -17776,7 +17785,7 @@ "zh-cht": "細節", "xloc": [ "default-mobile.handlebars->11->321", - "default.handlebars->39->1938", + "default.handlebars->39->1939", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -17827,13 +17836,13 @@ "zh-cht": "裝置", "xloc": [ "default-mobile.handlebars->11->514", - "default.handlebars->39->1312", - "default.handlebars->39->1420", - "default.handlebars->39->1876", - "default.handlebars->39->2528", + "default.handlebars->39->1313", + "default.handlebars->39->1421", + "default.handlebars->39->1877", + "default.handlebars->39->2529", "default.handlebars->39->253", - "default.handlebars->39->2590", - "default.handlebars->39->2605", + "default.handlebars->39->2591", + "default.handlebars->39->2606", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -17860,7 +17869,7 @@ "xloc": [ "default-mobile.handlebars->11->339", "default-mobile.handlebars->11->348", - "default.handlebars->39->1028" + "default.handlebars->39->1029" ] }, { @@ -17930,7 +17939,7 @@ "tr": "Cihaz Ayrıntıları", "zh-chs": "设备详情", "xloc": [ - "default.handlebars->39->1900" + "default.handlebars->39->1901" ] }, { @@ -17980,17 +17989,17 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->669", - "default.handlebars->39->1871", - "default.handlebars->39->1874", + "default.handlebars->39->1872", "default.handlebars->39->1875", - "default.handlebars->39->2182", - "default.handlebars->39->2363", - "default.handlebars->39->2369", - "default.handlebars->39->2516", - "default.handlebars->39->2575", - "default.handlebars->39->2594", - "default.handlebars->39->2608", - "default.handlebars->39->2645" + "default.handlebars->39->1876", + "default.handlebars->39->2183", + "default.handlebars->39->2364", + "default.handlebars->39->2370", + "default.handlebars->39->2517", + "default.handlebars->39->2576", + "default.handlebars->39->2595", + "default.handlebars->39->2609", + "default.handlebars->39->2646" ] }, { @@ -18015,7 +18024,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->658", - "default.handlebars->39->1944" + "default.handlebars->39->1945" ] }, { @@ -18040,11 +18049,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->39->2198", - "default.handlebars->39->2307", - "default.handlebars->39->2350", - "default.handlebars->39->2436", - "default.handlebars->39->2696", + "default.handlebars->39->2199", + "default.handlebars->39->2308", + "default.handlebars->39->2351", + "default.handlebars->39->2437", + "default.handlebars->39->2697", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -18093,7 +18102,7 @@ "zh-chs": "设备位置", "zh-cht": "裝置位置", "xloc": [ - "default.handlebars->39->1072" + "default.handlebars->39->1073" ] }, { @@ -18117,7 +18126,7 @@ "zh-chs": "设备消息", "zh-cht": "裝置訊息", "xloc": [ - "default.handlebars->39->964" + "default.handlebars->39->965" ] }, { @@ -18142,8 +18151,8 @@ "zh-cht": "裝置名稱", "xloc": [ "default-mobile.handlebars->11->366", - "default.handlebars->39->1111", - "default.handlebars->39->2574", + "default.handlebars->39->1112", + "default.handlebars->39->2575", "default.handlebars->39->411", "default.handlebars->39->420", "player.handlebars->3->25" @@ -18171,7 +18180,7 @@ "zh-cht": "裝置通知", "xloc": [ "default.handlebars->39->638", - "default.handlebars->39->969" + "default.handlebars->39->970" ] }, { @@ -18217,7 +18226,7 @@ "tr": "Cihaz İtme", "zh-chs": "设备推送", "xloc": [ - "default.handlebars->39->2455" + "default.handlebars->39->2456" ] }, { @@ -18401,11 +18410,11 @@ "zh-chs": "设备连接。", "zh-cht": "裝置連接。", "xloc": [ - "default.handlebars->39->1659", - "default.handlebars->39->1965", - "default.handlebars->39->1969", - "default.handlebars->39->911", - "default.handlebars->39->915" + "default.handlebars->39->1660", + "default.handlebars->39->1966", + "default.handlebars->39->1970", + "default.handlebars->39->912", + "default.handlebars->39->916" ] }, { @@ -18429,11 +18438,11 @@ "zh-chs": "设备断开连接。", "zh-cht": "裝置斷開連接。", "xloc": [ - "default.handlebars->39->1660", - "default.handlebars->39->1966", - "default.handlebars->39->1970", - "default.handlebars->39->912", - "default.handlebars->39->916" + "default.handlebars->39->1661", + "default.handlebars->39->1967", + "default.handlebars->39->1971", + "default.handlebars->39->913", + "default.handlebars->39->917" ] }, { @@ -18457,7 +18466,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->39->2116" + "default.handlebars->39->2117" ] }, { @@ -18481,7 +18490,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->39->2117" + "default.handlebars->39->2118" ] }, { @@ -18505,7 +18514,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2118" + "default.handlebars->39->2119" ] }, { @@ -18530,7 +18539,7 @@ "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。", "xloc": [ "default-mobile.handlebars->11->346", - "default.handlebars->39->961" + "default.handlebars->39->962" ] }, { @@ -18554,7 +18563,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->39->2113" + "default.handlebars->39->2114" ] }, { @@ -18578,7 +18587,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->39->2096" + "default.handlebars->39->2097" ] }, { @@ -19046,7 +19055,7 @@ "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}", "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ - "default.handlebars->39->2151" + "default.handlebars->39->2152" ] }, { @@ -19070,7 +19079,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->39->2098" + "default.handlebars->39->2099" ] }, { @@ -19115,9 +19124,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->39->1797", - "default.handlebars->39->2308", - "default.handlebars->39->2351" + "default.handlebars->39->1798", + "default.handlebars->39->2309", + "default.handlebars->39->2352" ] }, { @@ -19187,7 +19196,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2129" + "default.handlebars->39->2130" ] }, { @@ -19215,8 +19224,8 @@ "default-mobile.handlebars->11->428", "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->39->1226", - "default.handlebars->39->1765", + "default.handlebars->39->1227", + "default.handlebars->39->1766", "default.handlebars->39->810", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -19394,7 +19403,7 @@ "zh-chs": "在远程设备上显示一个消息框。", "zh-cht": "在遠程裝置上顯示一個訊息框。", "xloc": [ - "default.handlebars->39->965" + "default.handlebars->39->966" ] }, { @@ -19486,7 +19495,7 @@ "zh-chs": "显示设备组名称", "zh-cht": "顯示裝置群名稱", "xloc": [ - "default.handlebars->39->1658" + "default.handlebars->39->1659" ] }, { @@ -19510,7 +19519,7 @@ "zh-chs": "显示名称", "zh-cht": "顯示名稱", "xloc": [ - "default.handlebars->39->1176" + "default.handlebars->39->1177" ] }, { @@ -19534,7 +19543,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->39->1999" + "default.handlebars->39->2000" ] }, { @@ -19557,7 +19566,7 @@ "tr": "{0} göster", "zh-chs": "显示{0}", "xloc": [ - "default.handlebars->39->1195" + "default.handlebars->39->1196" ] }, { @@ -19581,7 +19590,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2058" + "default.handlebars->39->2059" ] }, { @@ -19605,7 +19614,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2066" + "default.handlebars->39->2067" ] }, { @@ -19629,8 +19638,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->39->1827", - "default.handlebars->39->1831" + "default.handlebars->39->1828", + "default.handlebars->39->1832" ] }, { @@ -19655,10 +19664,10 @@ "zh-cht": "域", "xloc": [ "default.handlebars->39->113", - "default.handlebars->39->2271", - "default.handlebars->39->2320", - "default.handlebars->39->2329", - "default.handlebars->39->2402", + "default.handlebars->39->2272", + "default.handlebars->39->2321", + "default.handlebars->39->2330", + "default.handlebars->39->2403", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -19704,7 +19713,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->39->1823" + "default.handlebars->39->1824" ] }, { @@ -19749,7 +19758,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->39->1832" + "default.handlebars->39->1833" ] }, { @@ -19861,7 +19870,7 @@ "zh-chs": "下", "xloc": [ "default-mobile.handlebars->11->394", - "default.handlebars->39->1151" + "default.handlebars->39->1152" ] }, { @@ -19960,7 +19969,7 @@ "zh-cht": "下載檔案", "xloc": [ "default-mobile.handlebars->11->473", - "default.handlebars->39->1279", + "default.handlebars->39->1280", "sharing.handlebars->11->82" ] }, @@ -20009,7 +20018,7 @@ "zh-chs": "下载MeshCmd", "zh-cht": "下載MeshCmd", "xloc": [ - "default.handlebars->39->1097" + "default.handlebars->39->1098" ] }, { @@ -20081,7 +20090,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->39->2187", + "default.handlebars->39->2188", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -20107,7 +20116,7 @@ "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。", "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->39->1090" + "default.handlebars->39->1091" ] }, { @@ -20178,7 +20187,7 @@ "tr": "Cihaz listesini indir", "zh-chs": "下载设备列表", "xloc": [ - "default.handlebars->39->1795" + "default.handlebars->39->1796" ] }, { @@ -20226,7 +20235,7 @@ "zh-chs": "下载电源事件", "zh-cht": "下載電源事件", "xloc": [ - "default.handlebars->39->1046" + "default.handlebars->39->1047" ] }, { @@ -20369,7 +20378,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->39->2188" + "default.handlebars->39->2189" ] }, { @@ -20393,7 +20402,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->39->2255" + "default.handlebars->39->2256" ] }, { @@ -20490,7 +20499,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->39->2089" + "default.handlebars->39->2090" ] }, { @@ -20513,7 +20522,7 @@ "tr": "İndirme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2146" + "default.handlebars->39->2147" ] }, { @@ -20561,7 +20570,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->39->2692" + "default.handlebars->39->2693" ] }, { @@ -20609,7 +20618,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->39->2324" + "default.handlebars->39->2325" ] }, { @@ -20654,8 +20663,8 @@ "zh-chs": "持续时间", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->39->2554", - "default.handlebars->39->2580", + "default.handlebars->39->2555", + "default.handlebars->39->2581", "player.handlebars->3->18" ] }, @@ -20701,7 +20710,7 @@ "zh-chs": "荷兰文(比利时)", "zh-cht": "荷蘭文(比利時)", "xloc": [ - "default.handlebars->39->1478" + "default.handlebars->39->1479" ] }, { @@ -20725,7 +20734,7 @@ "zh-chs": "荷兰文(标准)", "zh-cht": "荷蘭文(標準)", "xloc": [ - "default.handlebars->39->1477" + "default.handlebars->39->1478" ] }, { @@ -21093,9 +21102,9 @@ "default-mobile.handlebars->11->362", "default-mobile.handlebars->11->364", "default-mobile.handlebars->11->371", - "default.handlebars->39->1107", - "default.handlebars->39->1109", - "default.handlebars->39->1116" + "default.handlebars->39->1108", + "default.handlebars->39->1110", + "default.handlebars->39->1117" ] }, { @@ -21122,10 +21131,10 @@ "default-mobile.handlebars->11->609", "default-mobile.handlebars->11->615", "default-mobile.handlebars->11->635", - "default.handlebars->39->1844", - "default.handlebars->39->1880", - "default.handlebars->39->1906", - "default.handlebars->39->1918" + "default.handlebars->39->1845", + "default.handlebars->39->1881", + "default.handlebars->39->1907", + "default.handlebars->39->1919" ] }, { @@ -21149,7 +21158,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->39->1866" + "default.handlebars->39->1867" ] }, { @@ -21173,8 +21182,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->39->1903", - "default.handlebars->39->1915" + "default.handlebars->39->1904", + "default.handlebars->39->1916" ] }, { @@ -21198,7 +21207,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->39->1845" + "default.handlebars->39->1846" ] }, { @@ -21223,7 +21232,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->627", - "default.handlebars->39->1894" + "default.handlebars->39->1895" ] }, { @@ -21247,8 +21256,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->39->1908", - "default.handlebars->39->1910" + "default.handlebars->39->1909", + "default.handlebars->39->1911" ] }, { @@ -21296,7 +21305,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->39->1847" + "default.handlebars->39->1848" ] }, { @@ -21320,7 +21329,7 @@ "zh-chs": "编辑群组", "zh-cht": "編輯群組", "xloc": [ - "default.handlebars->39->938" + "default.handlebars->39->939" ] }, { @@ -21348,7 +21357,7 @@ "default-mobile.handlebars->11->288", "default-mobile.handlebars->11->289", "default-mobile.handlebars->11->357", - "default.handlebars->39->1053", + "default.handlebars->39->1054", "default.handlebars->39->762", "default.handlebars->39->767", "default.handlebars->39->768" @@ -21376,7 +21385,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->642", - "default.handlebars->39->1925" + "default.handlebars->39->1926" ] }, { @@ -21400,7 +21409,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->39->1846" + "default.handlebars->39->1847" ] }, { @@ -21424,7 +21433,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->39->1916" + "default.handlebars->39->1917" ] }, { @@ -21448,7 +21457,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->39->1911" + "default.handlebars->39->1912" ] }, { @@ -21471,7 +21480,7 @@ "tr": "Kullanıcı Özelliklerini Düzenle", "zh-chs": "编辑用户特征", "xloc": [ - "default.handlebars->39->2492" + "default.handlebars->39->2493" ] }, { @@ -21495,7 +21504,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->39->2380" + "default.handlebars->39->2381" ] }, { @@ -21519,7 +21528,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->39->1913" + "default.handlebars->39->1914" ] }, { @@ -21527,7 +21536,7 @@ "nl": "Functies van gebruikersgroepen bewerken", "es": "Editar características del grupo de usuarios", "xloc": [ - "default.handlebars->39->2373" + "default.handlebars->39->2374" ] }, { @@ -21551,7 +21560,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->39->1848" + "default.handlebars->39->1849" ] }, { @@ -21649,12 +21658,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->39->2273", - "default.handlebars->39->2406", - "default.handlebars->39->2408", - "default.handlebars->39->2453", - "default.handlebars->39->2463", - "default.handlebars->39->2495", + "default.handlebars->39->2274", + "default.handlebars->39->2407", + "default.handlebars->39->2409", + "default.handlebars->39->2454", + "default.handlebars->39->2464", + "default.handlebars->39->2496", "default.handlebars->39->456", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -21691,7 +21700,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->11->103", - "default.handlebars->39->1667" + "default.handlebars->39->1668" ] }, { @@ -21716,7 +21725,7 @@ "zh-cht": "電郵認證", "xloc": [ "default-mobile.handlebars->11->92", - "default.handlebars->39->1408" + "default.handlebars->39->1409" ] }, { @@ -21750,7 +21759,7 @@ "nl": "Email verbinden", "es": "Correo electrónico conectado", "xloc": [ - "default.handlebars->39->1767", + "default.handlebars->39->1768", "default.handlebars->39->812" ] }, @@ -21759,7 +21768,7 @@ "nl": "Email verbroken", "es": "Correo electrónico desconectado", "xloc": [ - "default.handlebars->39->1768", + "default.handlebars->39->1769", "default.handlebars->39->813" ] }, @@ -21768,8 +21777,8 @@ "nl": "Email meldingen", "es": "Notificaciones por correo electrónico", "xloc": [ - "default.handlebars->39->1968", - "default.handlebars->39->914" + "default.handlebars->39->1969", + "default.handlebars->39->915" ] }, { @@ -21815,7 +21824,7 @@ "zh-cht": "電郵驗證", "xloc": [ "default-mobile.handlebars->11->101", - "default.handlebars->39->1665" + "default.handlebars->39->1666" ] }, { @@ -21863,7 +21872,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2217" + "default.handlebars->39->2218" ] }, { @@ -21887,8 +21896,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->39->2218", - "default.handlebars->39->2400" + "default.handlebars->39->2219", + "default.handlebars->39->2401" ] }, { @@ -21912,7 +21921,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->39->2279" + "default.handlebars->39->2280" ] }, { @@ -21936,7 +21945,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2401" + "default.handlebars->39->2402" ] }, { @@ -21981,7 +21990,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->684", - "default.handlebars->39->2660", + "default.handlebars->39->2661", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -22054,7 +22063,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->39->2280" + "default.handlebars->39->2281" ] }, { @@ -22098,7 +22107,7 @@ "tr": "E-posta/SMS/Push Trafiği", "zh-chs": "电子邮件/短信/推送流量", "xloc": [ - "default.handlebars->39->2751" + "default.handlebars->39->2752" ] }, { @@ -22152,7 +22161,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->39->1950" + "default.handlebars->39->1951" ] }, { @@ -22201,7 +22210,7 @@ "zh-cht": "啟用電郵二因子鑑別。", "xloc": [ "default-mobile.handlebars->11->94", - "default.handlebars->39->1410" + "default.handlebars->39->1411" ] }, { @@ -22250,7 +22259,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->39->116", - "default.handlebars->39->2582" + "default.handlebars->39->2583" ] }, { @@ -22274,7 +22283,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2128" + "default.handlebars->39->2129" ] }, { @@ -22322,7 +22331,7 @@ "zh-chs": "结尾", "xloc": [ "default-mobile.handlebars->11->388", - "default.handlebars->39->1145" + "default.handlebars->39->1146" ] }, { @@ -22346,7 +22355,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->39->2579" + "default.handlebars->39->2580" ] }, { @@ -22370,7 +22379,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2051" + "default.handlebars->39->2052" ] }, { @@ -22394,7 +22403,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2052" + "default.handlebars->39->2053" ] }, { @@ -22417,7 +22426,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi", "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒", "xloc": [ - "default.handlebars->39->2161" + "default.handlebars->39->2162" ] }, { @@ -22440,7 +22449,7 @@ "tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye", "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"", "xloc": [ - "default.handlebars->39->2152" + "default.handlebars->39->2153" ] }, { @@ -22464,7 +22473,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2049" + "default.handlebars->39->2050" ] }, { @@ -22488,7 +22497,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2050" + "default.handlebars->39->2051" ] }, { @@ -22512,7 +22521,7 @@ "zh-chs": "英文", "zh-cht": "英文", "xloc": [ - "default.handlebars->39->1479" + "default.handlebars->39->1480" ] }, { @@ -22536,7 +22545,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->39->1480" + "default.handlebars->39->1481" ] }, { @@ -22560,7 +22569,7 @@ "zh-chs": "英文(伯利茲)", "zh-cht": "英文(伯利茲)", "xloc": [ - "default.handlebars->39->1481" + "default.handlebars->39->1482" ] }, { @@ -22584,7 +22593,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->39->1482" + "default.handlebars->39->1483" ] }, { @@ -22608,7 +22617,7 @@ "zh-chs": "英文(爱尔兰)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->39->1483" + "default.handlebars->39->1484" ] }, { @@ -22632,7 +22641,7 @@ "zh-chs": "英文(牙买加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->39->1484" + "default.handlebars->39->1485" ] }, { @@ -22656,7 +22665,7 @@ "zh-chs": "英文(纽西兰)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->39->1485" + "default.handlebars->39->1486" ] }, { @@ -22680,7 +22689,7 @@ "zh-chs": "英文(菲律宾)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->39->1486" + "default.handlebars->39->1487" ] }, { @@ -22704,7 +22713,7 @@ "zh-chs": "英语(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->39->1487" + "default.handlebars->39->1488" ] }, { @@ -22728,7 +22737,7 @@ "zh-chs": "英文(特立尼达和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->39->1488" + "default.handlebars->39->1489" ] }, { @@ -22752,7 +22761,7 @@ "zh-chs": "英文(英国)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->39->1489" + "default.handlebars->39->1490" ] }, { @@ -22776,7 +22785,7 @@ "zh-chs": "美国英文", "zh-cht": "美國英語", "xloc": [ - "default.handlebars->39->1490" + "default.handlebars->39->1491" ] }, { @@ -22800,7 +22809,7 @@ "zh-chs": "英文(津巴布韦)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->39->1491" + "default.handlebars->39->1492" ] }, { @@ -22845,10 +22854,10 @@ "zh-cht": "輸入", "xloc": [ "default-mobile.handlebars->11->382", - "default.handlebars->39->1139", - "default.handlebars->39->1251", - "default.handlebars->39->1694", + "default.handlebars->39->1140", + "default.handlebars->39->1252", "default.handlebars->39->1695", + "default.handlebars->39->1696", "sharing.handlebars->11->55" ] }, @@ -22873,7 +22882,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->39->2284" + "default.handlebars->39->2285" ] }, { @@ -22965,7 +22974,7 @@ "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。", "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->39->1164" + "default.handlebars->39->1165" ] }, { @@ -23079,7 +23088,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ - "default.handlebars->39->1405" + "default.handlebars->39->1406" ] }, { @@ -23187,7 +23196,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->692", - "default.handlebars->39->2668" + "default.handlebars->39->2669" ] }, { @@ -23211,7 +23220,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->689", - "default.handlebars->39->2665" + "default.handlebars->39->2666" ] }, { @@ -23235,7 +23244,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->688", - "default.handlebars->39->2664" + "default.handlebars->39->2665" ] }, { @@ -23259,7 +23268,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->687", - "default.handlebars->39->2663" + "default.handlebars->39->2664" ] }, { @@ -23307,7 +23316,7 @@ "zh-chs": "逃脱", "xloc": [ "default-mobile.handlebars->11->383", - "default.handlebars->39->1140" + "default.handlebars->39->1141" ] }, { @@ -23331,7 +23340,7 @@ "zh-chs": "世界文", "zh-cht": "世界語", "xloc": [ - "default.handlebars->39->1492" + "default.handlebars->39->1493" ] }, { @@ -23375,7 +23384,7 @@ "zh-chs": "爱沙尼亚文", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->39->1493" + "default.handlebars->39->1494" ] }, { @@ -23419,7 +23428,7 @@ "zh-chs": "事件详情", "zh-cht": "事件詳情", "xloc": [ - "default.handlebars->39->1293" + "default.handlebars->39->1294" ] }, { @@ -23443,7 +23452,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->39->2193" + "default.handlebars->39->2194" ] }, { @@ -23614,8 +23623,8 @@ "zh-chs": "到期时间", "zh-cht": "到期時間", "xloc": [ - "default.handlebars->39->1001", - "default.handlebars->39->1655", + "default.handlebars->39->1002", + "default.handlebars->39->1656", "default.handlebars->39->259" ] }, @@ -23664,7 +23673,7 @@ "zh-chs": "过期{0}", "zh-cht": "過期{0}", "xloc": [ - "default.handlebars->39->1708", + "default.handlebars->39->1709", "sharing.handlebars->11->95" ] }, @@ -23713,7 +23722,7 @@ "zh-chs": "扩充式ASCII", "zh-cht": "擴充式ASCII", "xloc": [ - "default.handlebars->39->1217", + "default.handlebars->39->1218", "sharing.handlebars->11->34" ] }, @@ -23763,7 +23772,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->39->2731" + "default.handlebars->39->2732" ] }, { @@ -23811,7 +23820,7 @@ "zh-chs": "FYRO马其顿语", "zh-cht": "FYRO馬其頓語", "xloc": [ - "default.handlebars->39->1543" + "default.handlebars->39->1544" ] }, { @@ -23835,7 +23844,7 @@ "zh-chs": "法罗语", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->39->1494" + "default.handlebars->39->1495" ] }, { @@ -23883,7 +23892,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->683", - "default.handlebars->39->2659" + "default.handlebars->39->2660" ] }, { @@ -23930,7 +23939,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->39->2074" + "default.handlebars->39->2075" ] }, { @@ -23974,7 +23983,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->39->2081" + "default.handlebars->39->2082" ] }, { @@ -24019,7 +24028,7 @@ "zh-cht": "無法啟動遠程終端接合{0}({1})", "xloc": [ "default-mobile.handlebars->11->374", - "default.handlebars->39->1119", + "default.handlebars->39->1120", "sharing.handlebars->11->30", "sharing.handlebars->11->8" ] @@ -24045,7 +24054,7 @@ "zh-chs": "波斯文(波斯文)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->39->1495" + "default.handlebars->39->1496" ] }, { @@ -24095,9 +24104,9 @@ "zh-chs": "功能", "zh-cht": "功能", "xloc": [ - "default.handlebars->39->1751", - "default.handlebars->39->2336", - "default.handlebars->39->2424" + "default.handlebars->39->1752", + "default.handlebars->39->2337", + "default.handlebars->39->2425" ] }, { @@ -24121,7 +24130,7 @@ "zh-chs": "斐济", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->39->1496" + "default.handlebars->39->1497" ] }, { @@ -24170,7 +24179,7 @@ "zh-cht": "檔案編輯器", "xloc": [ "default-mobile.handlebars->11->457", - "default.handlebars->39->1263", + "default.handlebars->39->1264", "default.handlebars->39->697", "sharing.handlebars->11->66" ] @@ -24217,8 +24226,8 @@ "zh-chs": "档案操作", "zh-cht": "檔案操作", "xloc": [ - "default.handlebars->39->1242", - "default.handlebars->39->1244", + "default.handlebars->39->1243", + "default.handlebars->39->1245", "sharing.handlebars->11->46", "sharing.handlebars->11->48" ] @@ -24267,7 +24276,7 @@ "tr": "Dosya transferi", "zh-chs": "文件传输", "xloc": [ - "default.handlebars->39->2560" + "default.handlebars->39->2561" ] }, { @@ -24291,7 +24300,7 @@ "zh-chs": "文件系统驱动", "zh-cht": "FileSystemDriver", "xloc": [ - "default.handlebars->39->1181" + "default.handlebars->39->1182" ] }, { @@ -24317,14 +24326,14 @@ "xloc": [ "default-mobile.handlebars->11->206", "default-mobile.handlebars->11->320", - "default.handlebars->39->1856", - "default.handlebars->39->2567", - "default.handlebars->39->2617", - "default.handlebars->39->2633", - "default.handlebars->39->2719", + "default.handlebars->39->1857", + "default.handlebars->39->2568", + "default.handlebars->39->2618", + "default.handlebars->39->2634", + "default.handlebars->39->2720", "default.handlebars->39->377", "default.handlebars->39->901", - "default.handlebars->39->976", + "default.handlebars->39->977", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", "sharing.handlebars->LeftSideToolBar" @@ -24375,9 +24384,9 @@ "zh-chs": "档案通知", "zh-cht": "檔案通知", "xloc": [ - "default.handlebars->39->1759", - "default.handlebars->39->2344", - "default.handlebars->39->2446", + "default.handlebars->39->1760", + "default.handlebars->39->2345", + "default.handlebars->39->2447", "default.handlebars->39->804" ] }, @@ -24402,9 +24411,9 @@ "zh-chs": "档案提示", "zh-cht": "檔案提示", "xloc": [ - "default.handlebars->39->1758", - "default.handlebars->39->2343", - "default.handlebars->39->2445", + "default.handlebars->39->1759", + "default.handlebars->39->2344", + "default.handlebars->39->2446", "default.handlebars->39->803" ] }, @@ -24430,7 +24439,7 @@ "zh-cht": "過濾", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1", - "default.handlebars->39->1247", + "default.handlebars->39->1248", "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", @@ -24483,7 +24492,7 @@ "zh-chs": "查找文件", "zh-cht": "查找文件", "xloc": [ - "default.handlebars->39->1250", + "default.handlebars->39->1251", "sharing.handlebars->11->54" ] }, @@ -24508,7 +24517,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->39->2047" + "default.handlebars->39->2048" ] }, { @@ -24532,7 +24541,7 @@ "zh-chs": "芬兰", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->39->1497" + "default.handlebars->39->1498" ] }, { @@ -24581,8 +24590,8 @@ "tr": "Güvenlik duvarı etkin değil", "zh-chs": "防火墙未激活", "xloc": [ - "default.handlebars->39->1979", - "default.handlebars->39->1993" + "default.handlebars->39->1980", + "default.handlebars->39->1994" ] }, { @@ -24635,7 +24644,7 @@ "zh-chs": "闪光", "xloc": [ "default-mobile.handlebars->11->324", - "default.handlebars->39->1009" + "default.handlebars->39->1010" ] }, { @@ -24874,8 +24883,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->39->2278", - "default.handlebars->39->2506" + "default.handlebars->39->2279", + "default.handlebars->39->2507" ] }, { @@ -24974,7 +24983,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->39->2184" + "default.handlebars->39->2185" ] }, { @@ -25044,8 +25053,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->39->2677", - "default.handlebars->39->2679" + "default.handlebars->39->2678", + "default.handlebars->39->2680" ] }, { @@ -25094,7 +25103,7 @@ "zh-chs": "法文(比利时)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->39->1499" + "default.handlebars->39->1500" ] }, { @@ -25118,7 +25127,7 @@ "zh-chs": "法文(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->39->1500" + "default.handlebars->39->1501" ] }, { @@ -25142,7 +25151,7 @@ "zh-chs": "法文(法国)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->39->1501" + "default.handlebars->39->1502" ] }, { @@ -25166,7 +25175,7 @@ "zh-chs": "法文(卢森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->39->1502" + "default.handlebars->39->1503" ] }, { @@ -25190,7 +25199,7 @@ "zh-chs": "法文(摩纳哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->39->1503" + "default.handlebars->39->1504" ] }, { @@ -25214,7 +25223,7 @@ "zh-chs": "法文(标准)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->39->1498" + "default.handlebars->39->1499" ] }, { @@ -25238,7 +25247,7 @@ "zh-chs": "法文(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->39->1504" + "default.handlebars->39->1505" ] }, { @@ -25262,7 +25271,7 @@ "zh-chs": "弗里斯兰文", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->39->1505" + "default.handlebars->39->1506" ] }, { @@ -25286,7 +25295,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->39->1506" + "default.handlebars->39->1507" ] }, { @@ -25314,9 +25323,9 @@ "default-mobile.handlebars->11->601", "default-mobile.handlebars->11->614", "default-mobile.handlebars->11->634", - "default.handlebars->39->1701", - "default.handlebars->39->1879", - "default.handlebars->39->2290" + "default.handlebars->39->1702", + "default.handlebars->39->1880", + "default.handlebars->39->2291" ] }, { @@ -25340,7 +25349,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->39->1917" + "default.handlebars->39->1918" ] }, { @@ -25385,7 +25394,7 @@ "zh-chs": "完整设备权限", "zh-cht": "完整裝置權限", "xloc": [ - "default.handlebars->39->918" + "default.handlebars->39->919" ] }, { @@ -25409,7 +25418,7 @@ "zh-chs": "全部权限", "zh-cht": "全部權限", "xloc": [ - "default.handlebars->39->937" + "default.handlebars->39->938" ] }, { @@ -25484,7 +25493,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->39->2394" + "default.handlebars->39->2395" ] }, { @@ -25508,8 +25517,8 @@ "zh-chs": "全自动的", "zh-cht": "全自動的", "xloc": [ - "default.handlebars->39->1778", - "default.handlebars->39->1814" + "default.handlebars->39->1779", + "default.handlebars->39->1815" ] }, { @@ -25534,7 +25543,7 @@ "zh-cht": "GPU", "xloc": [ "default-mobile.handlebars->11->558", - "default.handlebars->39->1366" + "default.handlebars->39->1367" ] }, { @@ -25558,7 +25567,7 @@ "zh-chs": "盖尔文(爱尔兰)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->39->1508" + "default.handlebars->39->1509" ] }, { @@ -25582,7 +25591,7 @@ "zh-chs": "盖尔文(苏格兰文)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->39->1507" + "default.handlebars->39->1508" ] }, { @@ -25606,7 +25615,7 @@ "zh-chs": "加拉契文", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->39->1509" + "default.handlebars->39->1510" ] }, { @@ -25740,7 +25749,7 @@ "nl": "Genereer rapport", "es": "Generar informe", "xloc": [ - "default.handlebars->39->2603" + "default.handlebars->39->2604" ] }, { @@ -25772,7 +25781,7 @@ "zh-chs": "格鲁吉亚文", "zh-cht": "格魯吉亞文", "xloc": [ - "default.handlebars->39->1510" + "default.handlebars->39->1511" ] }, { @@ -25796,7 +25805,7 @@ "zh-chs": "德文(奥地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->39->1512" + "default.handlebars->39->1513" ] }, { @@ -25820,7 +25829,7 @@ "zh-chs": "德文(德国)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->39->1513" + "default.handlebars->39->1514" ] }, { @@ -25844,7 +25853,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->39->1514" + "default.handlebars->39->1515" ] }, { @@ -25868,7 +25877,7 @@ "zh-chs": "德文(卢森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->39->1515" + "default.handlebars->39->1516" ] }, { @@ -25892,7 +25901,7 @@ "zh-chs": "德文(标准)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->39->1511" + "default.handlebars->39->1512" ] }, { @@ -25916,7 +25925,7 @@ "zh-chs": "德文(瑞士)", "zh-cht": "德文(瑞士)", "xloc": [ - "default.handlebars->39->1516" + "default.handlebars->39->1517" ] }, { @@ -25925,7 +25934,7 @@ "pl": "Pobierz schowek", "es": "Obtener portapapeles", "xloc": [ - "default.handlebars->39->1166" + "default.handlebars->39->1167" ] }, { @@ -25998,7 +26007,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2061" + "default.handlebars->39->2062" ] }, { @@ -26072,7 +26081,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->39->1697" + "default.handlebars->39->1698" ] }, { @@ -26125,8 +26134,8 @@ "zh-chs": "Google云端硬盘备份", "zh-cht": "Google雲端硬盤備份", "xloc": [ - "default.handlebars->39->1718", - "default.handlebars->39->1721", + "default.handlebars->39->1719", + "default.handlebars->39->1722", "default.handlebars->39->281" ] }, @@ -26151,7 +26160,7 @@ "zh-chs": "Google云端硬盘控制台", "zh-cht": "Google雲端硬盤控制台", "xloc": [ - "default.handlebars->39->1715" + "default.handlebars->39->1716" ] }, { @@ -26199,7 +26208,7 @@ "zh-chs": "Google云端硬盘备份当前处于活动状态。", "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ - "default.handlebars->39->1719" + "default.handlebars->39->1720" ] }, { @@ -26246,7 +26255,7 @@ "zh-chs": "希腊文", "zh-cht": "希臘文", "xloc": [ - "default.handlebars->39->1517" + "default.handlebars->39->1518" ] }, { @@ -26271,7 +26280,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->256", - "default.handlebars->39->2614", + "default.handlebars->39->2615", "default.handlebars->39->732", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -26297,8 +26306,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->39->2232", - "default.handlebars->39->2314", + "default.handlebars->39->2233", + "default.handlebars->39->2315", "default.handlebars->39->609", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -26326,7 +26335,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2180" + "default.handlebars->39->2181" ] }, { @@ -26350,7 +26359,7 @@ "zh-chs": "组标识符", "zh-cht": "群標識符", "xloc": [ - "default.handlebars->39->2331" + "default.handlebars->39->2332" ] }, { @@ -26374,7 +26383,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->39->2355" + "default.handlebars->39->2356" ] }, { @@ -26398,7 +26407,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2592" + "default.handlebars->39->2593" ] }, { @@ -26422,7 +26431,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->39->1878" + "default.handlebars->39->1879" ] }, { @@ -26446,7 +26455,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->39->1877" + "default.handlebars->39->1878" ] }, { @@ -26526,7 +26535,7 @@ "nl": "Gast", "es": "Invitado", "xloc": [ - "default.handlebars->39->2609" + "default.handlebars->39->2610" ] }, { @@ -26551,7 +26560,7 @@ "zh-cht": "來賓姓名", "xloc": [ "default.handlebars->39->254", - "default.handlebars->39->973" + "default.handlebars->39->974" ] }, { @@ -26574,8 +26583,8 @@ "tr": "Misafir Paylaşımı", "zh-chs": "嘉宾分享", "xloc": [ - "default.handlebars->39->925", - "default.handlebars->39->947" + "default.handlebars->39->926", + "default.handlebars->39->948" ] }, { @@ -26598,7 +26607,7 @@ "tr": "Misafir Paylaşımı", "zh-chs": "嘉宾分享", "xloc": [ - "default.handlebars->39->1886" + "default.handlebars->39->1887" ] }, { @@ -26622,7 +26631,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->39->1518" + "default.handlebars->39->1519" ] }, { @@ -26645,7 +26654,7 @@ "tr": "HTTP", "zh-chs": "HTTP", "xloc": [ - "default.handlebars->39->2715" + "default.handlebars->39->2716" ] }, { @@ -26716,7 +26725,7 @@ "zh-chs": "海地文", "zh-cht": "海地文", "xloc": [ - "default.handlebars->39->1519" + "default.handlebars->39->1520" ] }, { @@ -26788,7 +26797,7 @@ "zh-cht": "強行斷開代理", "xloc": [ "default-mobile.handlebars->11->588", - "default.handlebars->39->1397" + "default.handlebars->39->1398" ] }, { @@ -26812,7 +26821,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->39->2733" + "default.handlebars->39->2734" ] }, { @@ -26836,7 +26845,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->39->2732" + "default.handlebars->39->2733" ] }, { @@ -26860,7 +26869,7 @@ "zh-chs": "希伯来文", "zh-cht": "希伯來文", "xloc": [ - "default.handlebars->39->1520" + "default.handlebars->39->1521" ] }, { @@ -26953,7 +26962,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->39->2138" + "default.handlebars->39->2139" ] }, { @@ -27026,7 +27035,7 @@ "zh-chs": "帮助翻译MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->39->1635" + "default.handlebars->39->1636" ] }, { @@ -27150,7 +27159,7 @@ "zh-chs": "印地文", "zh-cht": "印地文", "xloc": [ - "default.handlebars->39->1521" + "default.handlebars->39->1522" ] }, { @@ -27196,7 +27205,7 @@ "zh-cht": "保存1個項目進行複製", "xloc": [ "default-mobile.handlebars->11->466", - "default.handlebars->39->1273", + "default.handlebars->39->1274", "sharing.handlebars->11->76" ] }, @@ -27222,7 +27231,7 @@ "zh-cht": "保存1個項目進行移動", "xloc": [ "default-mobile.handlebars->11->470", - "default.handlebars->39->1277", + "default.handlebars->39->1278", "sharing.handlebars->11->80" ] }, @@ -27248,7 +27257,7 @@ "zh-cht": "保留{0}個項目進行複製", "xloc": [ "default-mobile.handlebars->11->464", - "default.handlebars->39->1271", + "default.handlebars->39->1272", "sharing.handlebars->11->74" ] }, @@ -27274,7 +27283,7 @@ "zh-cht": "保存{0}個項目以進行移動", "xloc": [ "default-mobile.handlebars->11->468", - "default.handlebars->39->1275", + "default.handlebars->39->1276", "sharing.handlebars->11->78" ] }, @@ -27300,7 +27309,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->39->2034" + "default.handlebars->39->2035" ] }, { @@ -27324,7 +27333,7 @@ "zh-chs": "家", "xloc": [ "default-mobile.handlebars->11->387", - "default.handlebars->39->1144" + "default.handlebars->39->1145" ] }, { @@ -27353,8 +27362,8 @@ "default-mobile.handlebars->11->261", "default-mobile.handlebars->11->367", "default-mobile.handlebars->11->517", - "default.handlebars->39->1112", - "default.handlebars->39->1315", + "default.handlebars->39->1113", + "default.handlebars->39->1316", "default.handlebars->39->412", "default.handlebars->39->421", "default.handlebars->39->737" @@ -27381,7 +27390,7 @@ "zh-chs": "主机名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->39->1747" + "default.handlebars->39->1748" ] }, { @@ -27405,7 +27414,7 @@ "zh-chs": "匈牙利文", "zh-cht": "匈牙利文", "xloc": [ - "default.handlebars->39->1522" + "default.handlebars->39->1523" ] }, { @@ -27480,9 +27489,9 @@ "zh-chs": "IP:{0}", "zh-cht": "IP:{0}", "xloc": [ - "default.handlebars->39->1325", - "default.handlebars->39->1335", - "default.handlebars->39->1339" + "default.handlebars->39->1326", + "default.handlebars->39->1336", + "default.handlebars->39->1340" ] }, { @@ -27506,9 +27515,9 @@ "zh-chs": "IP:{0},掩码:{1},网关:{2}", "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ - "default.handlebars->39->1323", - "default.handlebars->39->1333", - "default.handlebars->39->1337" + "default.handlebars->39->1324", + "default.handlebars->39->1334", + "default.handlebars->39->1338" ] }, { @@ -27534,10 +27543,10 @@ "xloc": [ "default-mobile.handlebars->11->524", "default-mobile.handlebars->11->526", - "default.handlebars->39->1322", - "default.handlebars->39->1324", - "default.handlebars->39->1332", - "default.handlebars->39->1334" + "default.handlebars->39->1323", + "default.handlebars->39->1325", + "default.handlebars->39->1333", + "default.handlebars->39->1335" ] }, { @@ -27638,8 +27647,8 @@ "xloc": [ "default-mobile.handlebars->11->528", "default-mobile.handlebars->11->530", - "default.handlebars->39->1336", - "default.handlebars->39->1338" + "default.handlebars->39->1337", + "default.handlebars->39->1339" ] }, { @@ -27735,7 +27744,7 @@ "zh-chs": "冰岛文", "zh-cht": "冰島文", "xloc": [ - "default.handlebars->39->1523" + "default.handlebars->39->1524" ] }, { @@ -27760,7 +27769,7 @@ "zh-cht": "圖符選擇", "xloc": [ "default-mobile.handlebars->11->361", - "default.handlebars->39->1106" + "default.handlebars->39->1107" ] }, { @@ -27786,8 +27795,8 @@ "xloc": [ "default-mobile.handlebars->11->516", "default-mobile.handlebars->11->556", - "default.handlebars->39->1314", - "default.handlebars->39->1364" + "default.handlebars->39->1315", + "default.handlebars->39->1365" ] }, { @@ -27811,7 +27820,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->39->1828" + "default.handlebars->39->1829" ] }, { @@ -27980,9 +27989,9 @@ "tr": "Intel® AMT Cihazlarını İçe Aktarın", "zh-chs": "导入英特尔® AMT 设备", "xloc": [ - "default.handlebars->39->1802", "default.handlebars->39->1803", - "default.handlebars->39->1807" + "default.handlebars->39->1804", + "default.handlebars->39->1808" ] }, { @@ -28005,7 +28014,7 @@ "tr": "MeshCommander JSON formatında yerel Intel® AMT cihazlarının bir listesini içe aktarın.", "zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。", "xloc": [ - "default.handlebars->39->1801" + "default.handlebars->39->1802" ] }, { @@ -28028,7 +28037,7 @@ "tr": "Cihaz listesini içe aktar", "zh-chs": "导入设备列表", "xloc": [ - "default.handlebars->39->1796" + "default.handlebars->39->1797" ] }, { @@ -28051,7 +28060,7 @@ "tr": "Anında bildirim kimlik doğrulamasını kullanmak için, hesabınızda tam haklara sahip bir mobil cihaz kurulmalıdır.", "zh-chs": "为了使用推送通知身份验证,必须在您的帐户中设置具有完全权限的移动设备。", "xloc": [ - "default.handlebars->39->1418" + "default.handlebars->39->1419" ] }, { @@ -28074,7 +28083,7 @@ "tr": "Kaldırılana kadar günleri devre dışı bırak", "zh-chs": "停用天数直到移除", "xloc": [ - "default.handlebars->39->1863" + "default.handlebars->39->1864" ] }, { @@ -28235,7 +28244,7 @@ "zh-chs": "印度尼西亚文", "zh-cht": "印度尼西亞文", "xloc": [ - "default.handlebars->39->1524" + "default.handlebars->39->1525" ] }, { @@ -28333,7 +28342,7 @@ "zh-chs": "插", "xloc": [ "default-mobile.handlebars->11->385", - "default.handlebars->39->1142" + "default.handlebars->39->1143" ] }, { @@ -28557,8 +28566,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->39->1952", - "default.handlebars->39->1959", + "default.handlebars->39->1953", + "default.handlebars->39->1960", "default.handlebars->39->471", "default.handlebars->39->485", "default.handlebars->39->501", @@ -28586,7 +28595,7 @@ "zh-chs": "英特尔(F10 = ESC + [OM)", "zh-cht": "Intel(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->39->1219", + "default.handlebars->39->1220", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", "sharing.handlebars->11->36", "sharing.handlebars->p12->9->1->terminalSettingsButtons" @@ -28613,7 +28622,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->39->2729" + "default.handlebars->39->2730" ] }, { @@ -28660,7 +28669,7 @@ "tr": "Intel AMT yöneticisi", "zh-chs": "英特尔 AMT 经理", "xloc": [ - "default.handlebars->39->2758" + "default.handlebars->39->2759" ] }, { @@ -28692,7 +28701,7 @@ "zh-chs": "英特尔ASCII", "zh-cht": "Intel ASCII", "xloc": [ - "default.handlebars->39->1218", + "default.handlebars->39->1219", "sharing.handlebars->11->35" ] }, @@ -28720,11 +28729,11 @@ "default-mobile.handlebars->11->243", "default-mobile.handlebars->11->291", "default-mobile.handlebars->11->296", - "default.handlebars->39->1766", - "default.handlebars->39->1779", - "default.handlebars->39->1974", - "default.handlebars->39->1987", - "default.handlebars->39->2757", + "default.handlebars->39->1767", + "default.handlebars->39->1780", + "default.handlebars->39->1975", + "default.handlebars->39->1988", + "default.handlebars->39->2758", "default.handlebars->39->707", "default.handlebars->39->772", "default.handlebars->39->811", @@ -28942,8 +28951,8 @@ "tr": "Intel® AMT Tek Tıkla Kurtarma", "zh-chs": "英特尔® AMT 一键恢复", "xloc": [ - "default.handlebars->39->1024", - "default.handlebars->39->1037" + "default.handlebars->39->1025", + "default.handlebars->39->1038" ] }, { @@ -28967,7 +28976,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->39->1815" + "default.handlebars->39->1816" ] }, { @@ -28993,9 +29002,9 @@ "default-mobile.handlebars->11->340", "default-mobile.handlebars->11->342", "default-mobile.handlebars->11->344", - "default.handlebars->39->1038", - "default.handlebars->39->1040", - "default.handlebars->39->1042" + "default.handlebars->39->1039", + "default.handlebars->39->1041", + "default.handlebars->39->1043" ] }, { @@ -29019,7 +29028,7 @@ "zh-chs": "英特尔® AMT 关机", "xloc": [ "default-mobile.handlebars->11->336", - "default.handlebars->39->1023" + "default.handlebars->39->1024" ] }, { @@ -29043,7 +29052,7 @@ "zh-chs": "英特尔® AMT 开机", "xloc": [ "default-mobile.handlebars->11->335", - "default.handlebars->39->1022" + "default.handlebars->39->1023" ] }, { @@ -29067,8 +29076,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->39->2562", - "default.handlebars->39->2569", + "default.handlebars->39->2563", + "default.handlebars->39->2570", "player.handlebars->3->30" ] }, @@ -29093,7 +29102,7 @@ "zh-chs": "英特尔® AMT 重置", "xloc": [ "default-mobile.handlebars->11->334", - "default.handlebars->39->1021" + "default.handlebars->39->1022" ] }, { @@ -29141,8 +29150,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->39->2561", - "default.handlebars->39->2568", + "default.handlebars->39->2562", + "default.handlebars->39->2569", "player.handlebars->3->29" ] }, @@ -29214,9 +29223,9 @@ "zh-chs": "英特尔®AMT桌面和串行事件", "zh-cht": "Intel® AMT桌面和串行事件", "xloc": [ - "default.handlebars->39->1661", - "default.handlebars->39->1967", - "default.handlebars->39->913" + "default.handlebars->39->1662", + "default.handlebars->39->1968", + "default.handlebars->39->914" ] }, { @@ -29434,8 +29443,8 @@ "zh-cht": "僅限Intel® AMT,無代理", "xloc": [ "default-mobile.handlebars->11->591", - "default.handlebars->39->1691", - "default.handlebars->39->1736" + "default.handlebars->39->1692", + "default.handlebars->39->1737" ] }, { @@ -29529,7 +29538,7 @@ "zh-cht": "Intel ® Active Management Technology(Intel® AMT)", "xloc": [ "default-mobile.handlebars->11->548", - "default.handlebars->39->1356" + "default.handlebars->39->1357" ] }, { @@ -29835,7 +29844,7 @@ "zh-chs": "互动", "zh-cht": "互動", "xloc": [ - "default.handlebars->39->1182" + "default.handlebars->39->1183" ] }, { @@ -29859,8 +29868,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->39->1955", - "default.handlebars->39->1962", + "default.handlebars->39->1956", + "default.handlebars->39->1963", "default.handlebars->39->474", "default.handlebars->39->488", "default.handlebars->39->504" @@ -29934,7 +29943,7 @@ "zh-chs": "因纽特文", "zh-cht": "因紐特文", "xloc": [ - "default.handlebars->39->1525" + "default.handlebars->39->1526" ] }, { @@ -30007,7 +30016,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->39->2691" + "default.handlebars->39->2692" ] }, { @@ -30031,7 +30040,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->39->2685" + "default.handlebars->39->2686" ] }, { @@ -30055,9 +30064,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->39->1808", - "default.handlebars->39->2252", - "default.handlebars->39->2254" + "default.handlebars->39->1809", + "default.handlebars->39->2253", + "default.handlebars->39->2255" ] }, { @@ -30081,8 +30090,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->39->1804", - "default.handlebars->39->2250" + "default.handlebars->39->1805", + "default.handlebars->39->2251" ] }, { @@ -30142,7 +30151,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->39->2683" + "default.handlebars->39->2684" ] }, { @@ -30166,7 +30175,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->39->2684" + "default.handlebars->39->2685" ] }, { @@ -30190,7 +30199,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->695", - "default.handlebars->39->2671" + "default.handlebars->39->2672" ] }, { @@ -30249,7 +30258,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->675", - "default.handlebars->39->2651" + "default.handlebars->39->2652" ] }, { @@ -30293,7 +30302,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->674", - "default.handlebars->39->2650" + "default.handlebars->39->2651" ] }, { @@ -30393,7 +30402,7 @@ "xloc": [ "default-mobile.handlebars->11->673", "default-mobile.handlebars->11->78", - "default.handlebars->39->2649", + "default.handlebars->39->2650", "default.handlebars->39->287" ] }, @@ -30418,7 +30427,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->676", - "default.handlebars->39->2652" + "default.handlebars->39->2653" ] }, { @@ -30467,7 +30476,7 @@ "tr": "{0}, {1}, {2}'den geçersiz kullanıcı giriş denemesi", "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "xloc": [ - "default.handlebars->39->2150" + "default.handlebars->39->2151" ] }, { @@ -30491,7 +30500,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->672", - "default.handlebars->39->2648" + "default.handlebars->39->2649" ] }, { @@ -30535,7 +30544,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->39->2226" + "default.handlebars->39->2227" ] }, { @@ -30628,7 +30637,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->1957" + "default.handlebars->39->1958" ] }, { @@ -30676,7 +30685,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->39->1789", + "default.handlebars->39->1790", "default.handlebars->39->407", "default.handlebars->39->490" ] @@ -30703,12 +30712,12 @@ "zh-cht": "邀請碼", "xloc": [ "default-mobile.handlebars->11->670", - "default.handlebars->39->1772", - "default.handlebars->39->1951", - "default.handlebars->39->1956", - "default.handlebars->39->1958", - "default.handlebars->39->1963", - "default.handlebars->39->2646" + "default.handlebars->39->1773", + "default.handlebars->39->1952", + "default.handlebars->39->1957", + "default.handlebars->39->1959", + "default.handlebars->39->1964", + "default.handlebars->39->2647" ] }, { @@ -30756,7 +30765,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->39->1788", + "default.handlebars->39->1789", "default.handlebars->39->406" ] }, @@ -30805,7 +30814,7 @@ "zh-chs": "爱尔兰文", "zh-cht": "愛爾蘭文", "xloc": [ - "default.handlebars->39->1526" + "default.handlebars->39->1527" ] }, { @@ -30829,7 +30838,7 @@ "zh-chs": "意大利文(标准)", "zh-cht": "意大利文(標準)", "xloc": [ - "default.handlebars->39->1527" + "default.handlebars->39->1528" ] }, { @@ -30853,7 +30862,7 @@ "zh-chs": "意大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->39->1528" + "default.handlebars->39->1529" ] }, { @@ -30897,7 +30906,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->39->2186" + "default.handlebars->39->2187" ] }, { @@ -30921,8 +30930,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->39->2191", - "default.handlebars->39->2258", + "default.handlebars->39->2192", + "default.handlebars->39->2259", "default.handlebars->39->654" ] }, @@ -30947,7 +30956,7 @@ "zh-chs": "日文", "zh-cht": "日文", "xloc": [ - "default.handlebars->39->1529" + "default.handlebars->39->1530" ] }, { @@ -30971,7 +30980,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->39->2044" + "default.handlebars->39->2045" ] }, { @@ -30995,7 +31004,7 @@ "zh-chs": "卡纳达文", "zh-cht": "卡納達文", "xloc": [ - "default.handlebars->39->1530" + "default.handlebars->39->1531" ] }, { @@ -31019,7 +31028,7 @@ "zh-chs": "克什米尔文", "zh-cht": "克什米爾文", "xloc": [ - "default.handlebars->39->1531" + "default.handlebars->39->1532" ] }, { @@ -31043,7 +31052,7 @@ "zh-chs": "哈萨克文", "zh-cht": "哈薩克文", "xloc": [ - "default.handlebars->39->1532" + "default.handlebars->39->1533" ] }, { @@ -31067,7 +31076,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->39->1816" + "default.handlebars->39->1817" ] }, { @@ -31091,7 +31100,7 @@ "zh-chs": "内核驱动器", "zh-cht": "內核驅動器", "xloc": [ - "default.handlebars->39->1183" + "default.handlebars->39->1184" ] }, { @@ -31116,8 +31125,8 @@ "xloc": [ "default-mobile.handlebars->11->418", "default-mobile.handlebars->11->435", - "default.handlebars->39->1207", - "default.handlebars->39->1234", + "default.handlebars->39->1208", + "default.handlebars->39->1235", "ssh.handlebars->3->10" ] }, @@ -31142,8 +31151,8 @@ "zh-chs": "键名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->39->1423", - "default.handlebars->39->1426" + "default.handlebars->39->1424", + "default.handlebars->39->1427" ] }, { @@ -31168,8 +31177,8 @@ "xloc": [ "default-mobile.handlebars->11->419", "default-mobile.handlebars->11->436", - "default.handlebars->39->1209", - "default.handlebars->39->1235", + "default.handlebars->39->1210", + "default.handlebars->39->1236", "ssh.handlebars->3->12" ] }, @@ -31195,7 +31204,7 @@ "xloc": [ "default-mobile.handlebars->11->421", "default-mobile.handlebars->11->438", - "default.handlebars->39->1208", + "default.handlebars->39->1209", "ssh.handlebars->3->11" ] }, @@ -31241,7 +31250,7 @@ "zh-chs": "键盘快捷键自定义", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1", - "default.handlebars->39->1162" + "default.handlebars->39->1163" ] }, { @@ -31286,7 +31295,7 @@ "zh-chs": "高棉文", "zh-cht": "高棉文", "xloc": [ - "default.handlebars->39->1533" + "default.handlebars->39->1534" ] }, { @@ -31310,7 +31319,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->39->2059" + "default.handlebars->39->2060" ] }, { @@ -31334,7 +31343,7 @@ "zh-chs": "吉尔吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->39->1534" + "default.handlebars->39->1535" ] }, { @@ -31358,7 +31367,7 @@ "zh-chs": "克林贡", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->39->1535" + "default.handlebars->39->1536" ] }, { @@ -31383,7 +31392,7 @@ "zh-cht": "已知的", "xloc": [ "default-mobile.handlebars->11->547", - "default.handlebars->39->1355" + "default.handlebars->39->1356" ] }, { @@ -31407,7 +31416,7 @@ "zh-chs": "韩文", "zh-cht": "韓文", "xloc": [ - "default.handlebars->39->1536" + "default.handlebars->39->1537" ] }, { @@ -31431,7 +31440,7 @@ "zh-chs": "韩文(朝鲜)", "zh-cht": "韓文(朝鮮)", "xloc": [ - "default.handlebars->39->1537" + "default.handlebars->39->1538" ] }, { @@ -31455,7 +31464,7 @@ "zh-chs": "韩文(韩国)", "zh-cht": "韓文(韓國)", "xloc": [ - "default.handlebars->39->1538" + "default.handlebars->39->1539" ] }, { @@ -31479,8 +31488,8 @@ "zh-chs": "如果", "zh-cht": "如果", "xloc": [ - "default.handlebars->39->1200", - "default.handlebars->39->1223", + "default.handlebars->39->1201", + "default.handlebars->39->1224", "sharing.handlebars->11->26", "sharing.handlebars->11->40" ] @@ -31506,7 +31515,7 @@ "zh-chs": "语言", "zh-cht": "語言", "xloc": [ - "default.handlebars->39->1633" + "default.handlebars->39->1634" ] }, { @@ -31574,7 +31583,7 @@ "zh-chs": "大焦点", "zh-cht": "大焦點", "xloc": [ - "default.handlebars->39->1136" + "default.handlebars->39->1137" ] }, { @@ -31726,7 +31735,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->39->2597", + "default.handlebars->39->2598", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -31788,7 +31797,7 @@ "nl": "Laaste 7 dagen", "es": "Últimos 7 días", "xloc": [ - "default.handlebars->39->2596" + "default.handlebars->39->2597" ] }, { @@ -31836,7 +31845,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->39->2199" + "default.handlebars->39->2200" ] }, { @@ -31844,7 +31853,7 @@ "nl": "Laaste dag", "es": "Último día", "xloc": [ - "default.handlebars->39->2595" + "default.handlebars->39->2596" ] }, { @@ -31868,7 +31877,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->39->2428" + "default.handlebars->39->2429" ] }, { @@ -31920,9 +31929,9 @@ "default-mobile.handlebars->11->508", "default-mobile.handlebars->11->509", "default-mobile.handlebars->11->510", - "default.handlebars->39->1306", "default.handlebars->39->1307", "default.handlebars->39->1308", + "default.handlebars->39->1309", "default.handlebars->39->136", "default.handlebars->39->138", "default.handlebars->39->140" @@ -31951,8 +31960,8 @@ "xloc": [ "default-mobile.handlebars->11->505", "default-mobile.handlebars->11->507", - "default.handlebars->39->1303", - "default.handlebars->39->1305", + "default.handlebars->39->1304", + "default.handlebars->39->1306", "default.handlebars->39->135" ] }, @@ -31977,7 +31986,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->39->2432" + "default.handlebars->39->2433" ] }, { @@ -32049,7 +32058,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->39->2209" + "default.handlebars->39->2210" ] }, { @@ -32190,7 +32199,7 @@ "zh-chs": "拉丁文", "zh-cht": "拉丁文", "xloc": [ - "default.handlebars->39->1539" + "default.handlebars->39->1540" ] }, { @@ -32214,7 +32223,7 @@ "zh-chs": "拉脱维亚文", "zh-cht": "拉脫維亞文", "xloc": [ - "default.handlebars->39->1540" + "default.handlebars->39->1541" ] }, { @@ -32238,7 +32247,7 @@ "zh-chs": "启动MeshCentral路由器", "zh-cht": "啟動MeshCentral路由器", "xloc": [ - "default.handlebars->39->1079" + "default.handlebars->39->1080" ] }, { @@ -32353,7 +32362,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->39->2478" + "default.handlebars->39->2479" ] }, { @@ -32377,7 +32386,7 @@ "zh-chs": "剩下", "xloc": [ "default-mobile.handlebars->11->391", - "default.handlebars->39->1148" + "default.handlebars->39->1149" ] }, { @@ -32385,7 +32394,7 @@ "nl": "Web-RDP sessie verlaten na {0} seconde(n).", "es": "Abandonar la sesión Web-RDP tras {0} segundo(s).", "xloc": [ - "default.handlebars->39->2165" + "default.handlebars->39->2166" ] }, { @@ -32393,7 +32402,7 @@ "nl": "Web-SFTP sessie verlaten na {0} seconde(n).", "es": "Abandonar la sesión Web-SFTP tras {0} segundo(s).", "xloc": [ - "default.handlebars->39->2164" + "default.handlebars->39->2165" ] }, { @@ -32401,7 +32410,7 @@ "nl": "Web-SSH sessie verlaten na {0} seconde(n).", "es": "Abandonar la sesión Web-SSH tras {0} segundo(s).", "xloc": [ - "default.handlebars->39->2163" + "default.handlebars->39->2164" ] }, { @@ -32409,7 +32418,7 @@ "nl": "Web-VNC sessie verlaten na {0} seconde(n).", "es": "Abandonar la sesión Web-VNC tras {0} segundo(s).", "xloc": [ - "default.handlebars->39->2166" + "default.handlebars->39->2167" ] }, { @@ -32462,7 +32471,7 @@ "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->39->2045" + "default.handlebars->39->2046" ] }, { @@ -32470,7 +32479,7 @@ "nl": "Verliet de desktop multiplex sessie na {0} seconde(n).", "es": "Abandonar la sesión de escritorio multiplexada tras {0} segundo(s).", "xloc": [ - "default.handlebars->39->2162" + "default.handlebars->39->2163" ] }, { @@ -32478,7 +32487,7 @@ "nl": "Duur", "es": "Longitud", "xloc": [ - "default.handlebars->39->2610" + "default.handlebars->39->2611" ] }, { @@ -32502,7 +32511,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->39->2779" + "default.handlebars->39->2780" ] }, { @@ -32550,8 +32559,8 @@ "zh-chs": "限制事件", "zh-cht": "限制事件", "xloc": [ - "default.handlebars->39->931", - "default.handlebars->39->953" + "default.handlebars->39->932", + "default.handlebars->39->954" ] }, { @@ -32601,9 +32610,9 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->11->647", - "default.handlebars->39->1931", - "default.handlebars->39->923", - "default.handlebars->39->945" + "default.handlebars->39->1932", + "default.handlebars->39->924", + "default.handlebars->39->946" ] }, { @@ -32628,7 +32637,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->620", - "default.handlebars->39->1885" + "default.handlebars->39->1886" ] }, { @@ -32971,7 +32980,7 @@ "zh-chs": "Linux ARM,Raspberry Pi(32位)", "zh-cht": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->39->1087" + "default.handlebars->39->1088" ] }, { @@ -32995,7 +33004,7 @@ "zh-chs": "Linux ARM, Raspberry Pi (64位)", "zh-cht": "Linux ARM, Raspberry Pi (64位)", "xloc": [ - "default.handlebars->39->1088" + "default.handlebars->39->1089" ] }, { @@ -33167,7 +33176,7 @@ "zh-chs": "Linux x86(32位)", "zh-cht": "Linux x86(32位)", "xloc": [ - "default.handlebars->39->1084" + "default.handlebars->39->1085" ] }, { @@ -33191,7 +33200,7 @@ "zh-chs": "Linux x86(64位)", "zh-cht": "Linux x86(64位)", "xloc": [ - "default.handlebars->39->1083" + "default.handlebars->39->1084" ] }, { @@ -33215,7 +33224,7 @@ "zh-chs": "Linux / BSD / macOS命令外壳", "zh-cht": "Linux / BSD / macOS命令外殼", "xloc": [ - "default.handlebars->39->1032", + "default.handlebars->39->1033", "default.handlebars->39->621" ] }, @@ -33306,7 +33315,7 @@ "zh-chs": "立陶宛文", "zh-cht": "立陶宛文", "xloc": [ - "default.handlebars->39->1541" + "default.handlebars->39->1542" ] }, { @@ -33356,13 +33365,13 @@ "xloc": [ "default-mobile.handlebars->11->81", "default-mobile.handlebars->11->96", - "default.handlebars->39->1074", - "default.handlebars->39->1400", - "default.handlebars->39->1412", - "default.handlebars->39->1727", - "default.handlebars->39->1731", - "default.handlebars->39->2501", - "default.handlebars->39->2550" + "default.handlebars->39->1075", + "default.handlebars->39->1401", + "default.handlebars->39->1413", + "default.handlebars->39->1728", + "default.handlebars->39->1732", + "default.handlebars->39->2502", + "default.handlebars->39->2551" ] }, { @@ -33475,8 +33484,8 @@ "tr": "Yerel cihazlar, aracı yok", "zh-chs": "本地设备,无代理", "xloc": [ - "default.handlebars->39->1688", - "default.handlebars->39->1738" + "default.handlebars->39->1689", + "default.handlebars->39->1739" ] }, { @@ -33524,7 +33533,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->39->2067" + "default.handlebars->39->2068" ] }, { @@ -33548,7 +33557,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->39->2068" + "default.handlebars->39->2069" ] }, { @@ -33572,7 +33581,7 @@ "zh-chs": "本地化设置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->39->1636", + "default.handlebars->39->1637", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -33645,7 +33654,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2298" + "default.handlebars->39->2299" ] }, { @@ -33669,7 +33678,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->39->2302" + "default.handlebars->39->2303" ] }, { @@ -33692,7 +33701,7 @@ "tr": "Masaüstünü Kilitle", "zh-chs": "锁定桌面", "xloc": [ - "default.handlebars->39->970" + "default.handlebars->39->971" ] }, { @@ -33716,7 +33725,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2229" + "default.handlebars->39->2230" ] }, { @@ -33749,7 +33758,7 @@ "tr": "Uzak kullanıcının faresi ve klavyesi kilitlensin mi?", "zh-chs": "锁定远程用户的鼠标和键盘?", "xloc": [ - "default.handlebars->39->967" + "default.handlebars->39->968" ] }, { @@ -33795,7 +33804,7 @@ "tr": "Kullanıcı masaüstü kilitlensin mi?", "zh-chs": "锁定用户桌面?", "xloc": [ - "default.handlebars->39->971" + "default.handlebars->39->972" ] }, { @@ -33819,7 +33828,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->39->2210" + "default.handlebars->39->2211" ] }, { @@ -33844,7 +33853,7 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->39->2391", + "default.handlebars->39->2392", "default.handlebars->39->286" ] }, @@ -33869,7 +33878,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->39->2093" + "default.handlebars->39->2094" ] }, { @@ -34196,7 +34205,7 @@ "zh-chs": "卢森堡文", "zh-cht": "盧森堡文", "xloc": [ - "default.handlebars->39->1542" + "default.handlebars->39->1543" ] }, { @@ -34222,10 +34231,10 @@ "xloc": [ "default-mobile.handlebars->11->520", "default-mobile.handlebars->11->522", - "default.handlebars->39->1318", - "default.handlebars->39->1320", - "default.handlebars->39->1328", - "default.handlebars->39->1330" + "default.handlebars->39->1319", + "default.handlebars->39->1321", + "default.handlebars->39->1329", + "default.handlebars->39->1331" ] }, { @@ -34275,8 +34284,8 @@ "zh-cht": "MAC:{0}", "xloc": [ "default-mobile.handlebars->11->523", - "default.handlebars->39->1321", - "default.handlebars->39->1331" + "default.handlebars->39->1322", + "default.handlebars->39->1332" ] }, { @@ -34301,8 +34310,8 @@ "zh-cht": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->11->521", - "default.handlebars->39->1319", - "default.handlebars->39->1329" + "default.handlebars->39->1320", + "default.handlebars->39->1330" ] }, { @@ -34426,8 +34435,8 @@ "default-mobile.handlebars->11->576", "default-mobile.handlebars->11->578", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default.handlebars->39->1385", - "default.handlebars->39->1387", + "default.handlebars->39->1386", + "default.handlebars->39->1388", "default.handlebars->39->356", "default.handlebars->39->587", "default.handlebars->39->825", @@ -34714,7 +34723,7 @@ "tr": "MacOS Yükleyici", "zh-chs": "MacOS 安装程序", "xloc": [ - "default.handlebars->39->1077" + "default.handlebars->39->1078" ] }, { @@ -34761,7 +34770,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->39->2745" + "default.handlebars->39->2746" ] }, { @@ -34785,7 +34794,7 @@ "zh-chs": "马来文", "zh-cht": "馬來文", "xloc": [ - "default.handlebars->39->1544" + "default.handlebars->39->1545" ] }, { @@ -34809,7 +34818,7 @@ "zh-chs": "玛拉雅拉姆文", "zh-cht": "馬拉雅拉姆文", "xloc": [ - "default.handlebars->39->1545" + "default.handlebars->39->1546" ] }, { @@ -34833,7 +34842,7 @@ "zh-chs": "马耳他文", "zh-cht": "馬耳他文", "xloc": [ - "default.handlebars->39->1546" + "default.handlebars->39->1547" ] }, { @@ -34857,7 +34866,7 @@ "zh-chs": "管理帐户图片", "xloc": [ "default-mobile.handlebars->11->82", - "default.handlebars->39->1401" + "default.handlebars->39->1402" ] }, { @@ -34908,8 +34917,8 @@ "xloc": [ "default-mobile.handlebars->11->617", "default-mobile.handlebars->11->637", - "default.handlebars->39->1882", - "default.handlebars->39->1920" + "default.handlebars->39->1883", + "default.handlebars->39->1921" ] }, { @@ -34935,8 +34944,8 @@ "xloc": [ "default-mobile.handlebars->11->616", "default-mobile.handlebars->11->636", - "default.handlebars->39->1881", - "default.handlebars->39->1919" + "default.handlebars->39->1882", + "default.handlebars->39->1920" ] }, { @@ -34960,7 +34969,7 @@ "zh-chs": "管理设备", "zh-cht": "管理裝置", "xloc": [ - "default.handlebars->39->940" + "default.handlebars->39->941" ] }, { @@ -34984,7 +34993,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->39->2296" + "default.handlebars->39->2297" ] }, { @@ -35032,7 +35041,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->39->2295" + "default.handlebars->39->2296" ] }, { @@ -35056,8 +35065,8 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->39->2294", - "default.handlebars->39->939" + "default.handlebars->39->2295", + "default.handlebars->39->940" ] }, { @@ -35230,7 +35239,7 @@ "zh-chs": "使用软件代理进行管理", "zh-cht": "使用軟體代理進行管理", "xloc": [ - "default.handlebars->39->1690" + "default.handlebars->39->1691" ] }, { @@ -35255,7 +35264,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default-mobile.handlebars->11->592", - "default.handlebars->39->1737" + "default.handlebars->39->1738" ] }, { @@ -35279,7 +35288,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->39->2215" + "default.handlebars->39->2216" ] }, { @@ -35345,7 +35354,7 @@ "zh-chs": "毛利文", "zh-cht": "毛利文", "xloc": [ - "default.handlebars->39->1547" + "default.handlebars->39->1548" ] }, { @@ -35434,7 +35443,7 @@ "zh-chs": "马拉地文", "zh-cht": "馬拉地文", "xloc": [ - "default.handlebars->39->1548" + "default.handlebars->39->1549" ] }, { @@ -35458,7 +35467,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->39->2689" + "default.handlebars->39->2690" ] }, { @@ -35535,8 +35544,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->39->2730", - "default.handlebars->39->2735" + "default.handlebars->39->2731", + "default.handlebars->39->2736" ] }, { @@ -35561,8 +35570,8 @@ "zh-cht": "記憶體", "xloc": [ "default-mobile.handlebars->11->565", - "default.handlebars->39->1373", - "default.handlebars->39->2709", + "default.handlebars->39->1374", + "default.handlebars->39->2710", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -35591,8 +35600,8 @@ "default-mobile.handlebars->11->312", "default-mobile.handlebars->11->504", "default-mobile.handlebars->11->512", - "default.handlebars->39->1302", - "default.handlebars->39->1310", + "default.handlebars->39->1303", + "default.handlebars->39->1311", "default.handlebars->39->512", "default.handlebars->39->516", "default.handlebars->39->527", @@ -35625,7 +35634,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->624", - "default.handlebars->39->1891" + "default.handlebars->39->1892" ] }, { @@ -35773,8 +35782,8 @@ "zh-chs": "MeshAction(.txt)", "zh-cht": "MeshAction(.txt)", "xloc": [ - "default.handlebars->39->1094", - "default.handlebars->39->1096" + "default.handlebars->39->1095", + "default.handlebars->39->1097" ] }, { @@ -35798,7 +35807,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->39->2747" + "default.handlebars->39->2748" ] }, { @@ -35822,7 +35831,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->39->2748" + "default.handlebars->39->2749" ] }, { @@ -36026,7 +36035,7 @@ "zh-chs": "MeshCentral错误", "zh-cht": "MeshCentral錯誤", "xloc": [ - "default.handlebars->39->1730" + "default.handlebars->39->1731" ] }, { @@ -36050,7 +36059,7 @@ "zh-chs": "MeshCentral路由器", "zh-cht": "MeshCentral Router", "xloc": [ - "default.handlebars->39->1080" + "default.handlebars->39->1081" ] }, { @@ -36157,7 +36166,7 @@ "zh-chs": "MeshCentral 路由器是Windows工具,用于TCP端口映射。例如,您可以通过该服务器将RDP放入远程设备。", "zh-cht": "MeshCentral Router是Windows工具,用於TCP介面映射。例如,你可以通過該伺服器將RDP放入遠程裝置。", "xloc": [ - "default.handlebars->39->1075" + "default.handlebars->39->1076" ] }, { @@ -36215,7 +36224,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->39->2746" + "default.handlebars->39->2747" ] }, { @@ -36263,7 +36272,7 @@ "zh-chs": "MeshCentral版本", "zh-cht": "MeshCentral版本", "xloc": [ - "default.handlebars->39->1726", + "default.handlebars->39->1727", "default.handlebars->39->182", "default.handlebars->39->184" ] @@ -36289,7 +36298,7 @@ "zh-chs": "MeshCmd", "zh-cht": "MeshCmd", "xloc": [ - "default.handlebars->39->1092", + "default.handlebars->39->1093", "default.handlebars->39->334", "default.handlebars->39->858" ] @@ -36315,7 +36324,7 @@ "zh-chs": "MeshCmd(Linux ARM,32位)", "zh-cht": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->39->1104" + "default.handlebars->39->1105" ] }, { @@ -36339,7 +36348,7 @@ "zh-chs": "MeshCmd(Linux ARM,64位)", "zh-cht": "MeshCmd(Linux ARM,64位)", "xloc": [ - "default.handlebars->39->1105" + "default.handlebars->39->1106" ] }, { @@ -36363,7 +36372,7 @@ "zh-chs": "MeshCmd(Linux x86,32bit)", "zh-cht": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->39->1100" + "default.handlebars->39->1101" ] }, { @@ -36387,7 +36396,7 @@ "zh-chs": "MeshCmd(Linux x86,64位)", "zh-cht": "MeshCmd(Linux x86,64位)", "xloc": [ - "default.handlebars->39->1101" + "default.handlebars->39->1102" ] }, { @@ -36411,7 +36420,7 @@ "zh-chs": "MeshCmd(Win32可执行档案)", "zh-cht": "MeshCmd(Win32可執行檔案)", "xloc": [ - "default.handlebars->39->1098" + "default.handlebars->39->1099" ] }, { @@ -36435,7 +36444,7 @@ "zh-chs": "MeshCmd(Win64可执行档案)", "zh-cht": "MeshCmd(Win64可執行檔案)", "xloc": [ - "default.handlebars->39->1099" + "default.handlebars->39->1100" ] }, { @@ -36480,7 +36489,7 @@ "zh-chs": "MeshCmd(macOS,ARM-64位)", "zh-cht": "MeshCmd(macOS,ARM-64位)", "xloc": [ - "default.handlebars->39->1103" + "default.handlebars->39->1104" ] }, { @@ -36504,7 +36513,7 @@ "zh-chs": "MeshCmd(macOS,x86-ARM-64位)", "zh-cht": "MeshCmd(macOS,x86-ARM-64位)", "xloc": [ - "default.handlebars->39->1102" + "default.handlebars->39->1103" ] }, { @@ -36528,7 +36537,7 @@ "zh-chs": "MeshCmd是一个可以执行许多不同操作的命令行工具。可以选择下载和编辑操作档案以提供服务器信息和凭据。", "zh-cht": "MeshCmd是一個可以執行許多不同操作的命令行工具。可以選擇下載和編輯操作檔案以提供伺服器訊息和憑據。", "xloc": [ - "default.handlebars->39->1089" + "default.handlebars->39->1090" ] }, { @@ -36618,7 +36627,7 @@ "zh-chs": "消息", "zh-cht": "訊息", "xloc": [ - "default.handlebars->39->1055", + "default.handlebars->39->1056", "default.handlebars->39->475", "default.handlebars->39->843" ] @@ -36668,7 +36677,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->39->2744" + "default.handlebars->39->2745" ] }, { @@ -36739,8 +36748,8 @@ "tr": "haberci", "zh-chs": "信使", "xloc": [ - "default.handlebars->39->2563", - "default.handlebars->39->2620" + "default.handlebars->39->2564", + "default.handlebars->39->2621" ] }, { @@ -36856,7 +36865,7 @@ "zh-chs": "移动设备", "xloc": [ "default-mobile.handlebars->11->518", - "default.handlebars->39->1316" + "default.handlebars->39->1317" ] }, { @@ -36905,8 +36914,8 @@ "xloc": [ "default-mobile.handlebars->11->513", "default-mobile.handlebars->11->566", - "default.handlebars->39->1311", - "default.handlebars->39->1374" + "default.handlebars->39->1312", + "default.handlebars->39->1375" ] }, { @@ -36954,7 +36963,7 @@ "zh-chs": "摩尔达维亚文", "zh-cht": "摩爾達維亞文", "xloc": [ - "default.handlebars->39->1549" + "default.handlebars->39->1550" ] }, { @@ -36978,7 +36987,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->39->2778" + "default.handlebars->39->2779" ] }, { @@ -37003,7 +37012,7 @@ "zh-cht": "母板", "xloc": [ "default-mobile.handlebars->11->559", - "default.handlebars->39->1367" + "default.handlebars->39->1368" ] }, { @@ -37075,7 +37084,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2092" + "default.handlebars->39->2093" ] }, { @@ -37099,7 +37108,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->39->2125" + "default.handlebars->39->2126" ] }, { @@ -37146,8 +37155,8 @@ "tr": "Birden Çok Sorun", "zh-chs": "多个问题", "xloc": [ - "default.handlebars->39->1980", - "default.handlebars->39->1994" + "default.handlebars->39->1981", + "default.handlebars->39->1995" ] }, { @@ -37191,7 +37200,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->39->2581" + "default.handlebars->39->2582" ] }, { @@ -37215,7 +37224,7 @@ "zh-chs": "必须以用户身份运行", "zh-cht": "必須以用戶身份運行", "xloc": [ - "default.handlebars->39->1035", + "default.handlebars->39->1036", "default.handlebars->39->624" ] }, @@ -37381,7 +37390,7 @@ "zh-chs": "我的服务器控制台", "zh-cht": "我的伺服器控制台", "xloc": [ - "default.handlebars->39->1380" + "default.handlebars->39->1381" ] }, { @@ -37575,8 +37584,8 @@ "zh-chs": "我的密钥", "zh-cht": "我的密鍵", "xloc": [ - "default.handlebars->39->1424", - "default.handlebars->39->1427" + "default.handlebars->39->1425", + "default.handlebars->39->1428" ] }, { @@ -37678,22 +37687,22 @@ "default-mobile.handlebars->11->553", "default-mobile.handlebars->11->593", "default-mobile.handlebars->11->607", - "default.handlebars->39->1175", - "default.handlebars->39->1294", - "default.handlebars->39->1361", + "default.handlebars->39->1176", + "default.handlebars->39->1295", + "default.handlebars->39->1362", "default.handlebars->39->143", "default.handlebars->39->157", - "default.handlebars->39->1687", - "default.handlebars->39->1705", - "default.handlebars->39->1710", - "default.handlebars->39->1739", - "default.handlebars->39->1842", - "default.handlebars->39->2197", - "default.handlebars->39->2305", - "default.handlebars->39->2321", - "default.handlebars->39->2328", - "default.handlebars->39->2378", - "default.handlebars->39->2397", + "default.handlebars->39->1688", + "default.handlebars->39->1706", + "default.handlebars->39->1711", + "default.handlebars->39->1740", + "default.handlebars->39->1843", + "default.handlebars->39->2198", + "default.handlebars->39->2306", + "default.handlebars->39->2322", + "default.handlebars->39->2329", + "default.handlebars->39->2379", + "default.handlebars->39->2398", "default.handlebars->39->291", "default.handlebars->39->730", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -37746,7 +37755,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->39->2286" + "default.handlebars->39->2287" ] }, { @@ -37770,7 +37779,7 @@ "zh-chs": "纳瓦霍文", "zh-cht": "納瓦霍文", "xloc": [ - "default.handlebars->39->1550" + "default.handlebars->39->1551" ] }, { @@ -37794,7 +37803,7 @@ "zh-chs": "恩东加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->39->1551" + "default.handlebars->39->1552" ] }, { @@ -37818,7 +37827,7 @@ "zh-chs": "尼泊尔文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->39->1552" + "default.handlebars->39->1553" ] }, { @@ -37842,7 +37851,7 @@ "zh-chs": "网络接口", "zh-cht": "網絡介面", "xloc": [ - "default.handlebars->39->1073" + "default.handlebars->39->1074" ] }, { @@ -37888,8 +37897,8 @@ "zh-cht": "網路", "xloc": [ "default-mobile.handlebars->11->532", - "default.handlebars->39->1326", - "default.handlebars->39->1340" + "default.handlebars->39->1327", + "default.handlebars->39->1341" ] }, { @@ -37914,7 +37923,7 @@ "zh-cht": "新", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", - "default.handlebars->39->1704", + "default.handlebars->39->1705", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -37939,7 +37948,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->39->2132" + "default.handlebars->39->2133" ] }, { @@ -37963,7 +37972,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->665", - "default.handlebars->39->2641" + "default.handlebars->39->2642" ] }, { @@ -38036,9 +38045,9 @@ "zh-cht": "新裝置群", "xloc": [ "default-mobile.handlebars->11->115", - "default.handlebars->39->1065", - "default.handlebars->39->1680", - "default.handlebars->39->1693" + "default.handlebars->39->1066", + "default.handlebars->39->1681", + "default.handlebars->39->1694" ] }, { @@ -38064,8 +38073,8 @@ "xloc": [ "default-mobile.handlebars->11->144", "default-mobile.handlebars->11->450", - "default.handlebars->39->1256", - "default.handlebars->39->2024", + "default.handlebars->39->1257", + "default.handlebars->39->2025", "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", @@ -38166,8 +38175,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->39->1820", - "default.handlebars->39->1821" + "default.handlebars->39->1821", + "default.handlebars->39->1822" ] }, { @@ -38193,8 +38202,8 @@ "xloc": [ "default-mobile.handlebars->11->110", "default-mobile.handlebars->11->111", - "default.handlebars->39->1675", - "default.handlebars->39->1676" + "default.handlebars->39->1676", + "default.handlebars->39->1677" ] }, { @@ -38262,8 +38271,8 @@ "zh-chs": "没有AMT", "zh-cht": "沒有AMT", "xloc": [ - "default.handlebars->39->922", - "default.handlebars->39->944" + "default.handlebars->39->923", + "default.handlebars->39->945" ] }, { @@ -38332,7 +38341,7 @@ "tr": "Aracı Konsolu Yok", "zh-chs": "无座席控制台", "xloc": [ - "default.handlebars->39->2487" + "default.handlebars->39->2488" ] }, { @@ -38355,7 +38364,7 @@ "tr": "Konsol Yok", "zh-chs": "没有控制台", "xloc": [ - "default.handlebars->39->2418" + "default.handlebars->39->2419" ] }, { @@ -38406,10 +38415,10 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->39->1927", - "default.handlebars->39->2414", - "default.handlebars->39->924", - "default.handlebars->39->946" + "default.handlebars->39->1928", + "default.handlebars->39->2415", + "default.handlebars->39->925", + "default.handlebars->39->947" ] }, { @@ -38433,8 +38442,8 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->39->1887", - "default.handlebars->39->2483" + "default.handlebars->39->1888", + "default.handlebars->39->2484" ] }, { @@ -38478,9 +38487,9 @@ "zh-chs": "找不到事件", "zh-cht": "找不到事件", "xloc": [ - "default.handlebars->39->1292", - "default.handlebars->39->2173", - "default.handlebars->39->2549" + "default.handlebars->39->1293", + "default.handlebars->39->2174", + "default.handlebars->39->2550" ] }, { @@ -38505,8 +38514,8 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->622", - "default.handlebars->39->1889", - "default.handlebars->39->2486" + "default.handlebars->39->1890", + "default.handlebars->39->2487" ] }, { @@ -38531,10 +38540,10 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->11->645", - "default.handlebars->39->1929", - "default.handlebars->39->2417", - "default.handlebars->39->921", - "default.handlebars->39->943" + "default.handlebars->39->1930", + "default.handlebars->39->2418", + "default.handlebars->39->922", + "default.handlebars->39->944" ] }, { @@ -38558,8 +38567,8 @@ "zh-chs": "无输入", "zh-cht": "無輸入", "xloc": [ - "default.handlebars->39->919", - "default.handlebars->39->941" + "default.handlebars->39->920", + "default.handlebars->39->942" ] }, { @@ -38585,8 +38594,8 @@ "xloc": [ "default-mobile.handlebars->11->623", "default-mobile.handlebars->11->646", - "default.handlebars->39->1890", - "default.handlebars->39->1930" + "default.handlebars->39->1891", + "default.handlebars->39->1931" ] }, { @@ -38702,7 +38711,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->39->2358" + "default.handlebars->39->2359" ] }, { @@ -38726,7 +38735,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->39->2299" + "default.handlebars->39->2300" ] }, { @@ -38734,7 +38743,7 @@ "nl": "Geen nieuwe apparaten", "es": "No hay nuevos dispositivos", "xloc": [ - "default.handlebars->39->2300" + "default.handlebars->39->2301" ] }, { @@ -38758,8 +38767,8 @@ "zh-chs": "没有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->39->1773", - "default.handlebars->39->1811" + "default.handlebars->39->1774", + "default.handlebars->39->1812" ] }, { @@ -38789,8 +38798,8 @@ "pt-br": "Sem Comando Remoto", "es": "No hay Comando remoto", "xloc": [ - "default.handlebars->39->2420", - "default.handlebars->39->2489" + "default.handlebars->39->2421", + "default.handlebars->39->2490" ] }, { @@ -38800,8 +38809,8 @@ "pt-br": "Sem Controle Remoto", "es": "No hay Control remoto", "xloc": [ - "default.handlebars->39->2413", - "default.handlebars->39->2482" + "default.handlebars->39->2414", + "default.handlebars->39->2483" ] }, { @@ -38811,8 +38820,8 @@ "pt-br": "Sem Resetar/Desligar", "es": "No hay Reiniciar/Apagar", "xloc": [ - "default.handlebars->39->2422", - "default.handlebars->39->2491" + "default.handlebars->39->2423", + "default.handlebars->39->2492" ] }, { @@ -38839,10 +38848,10 @@ "default-mobile.handlebars->11->130", "default-mobile.handlebars->11->602", "default-mobile.handlebars->11->653", - "default.handlebars->39->1702", - "default.handlebars->39->1939", - "default.handlebars->39->936", - "default.handlebars->39->958" + "default.handlebars->39->1703", + "default.handlebars->39->1940", + "default.handlebars->39->937", + "default.handlebars->39->959" ] }, { @@ -38887,7 +38896,7 @@ "zh-cht": "沒有TLS加密", "xloc": [ "default-mobile.handlebars->11->355", - "default.handlebars->39->1051", + "default.handlebars->39->1052", "default.handlebars->39->427" ] }, @@ -38913,10 +38922,10 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->11->644", - "default.handlebars->39->1928", - "default.handlebars->39->2416", - "default.handlebars->39->920", - "default.handlebars->39->942" + "default.handlebars->39->1929", + "default.handlebars->39->2417", + "default.handlebars->39->921", + "default.handlebars->39->943" ] }, { @@ -38941,8 +38950,8 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->621", - "default.handlebars->39->1888", - "default.handlebars->39->2485" + "default.handlebars->39->1889", + "default.handlebars->39->2486" ] }, { @@ -38966,7 +38975,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->39->2301" + "default.handlebars->39->2302" ] }, { @@ -38976,8 +38985,8 @@ "pt-br": "Não desinstalar", "es": "No hay Desinstalar", "xloc": [ - "default.handlebars->39->2419", - "default.handlebars->39->2488" + "default.handlebars->39->2420", + "default.handlebars->39->2489" ] }, { @@ -38987,8 +38996,8 @@ "pt-br": "Não acordar", "es": "No hay Despertar", "xloc": [ - "default.handlebars->39->2421", - "default.handlebars->39->2490" + "default.handlebars->39->2422", + "default.handlebars->39->2491" ] }, { @@ -39013,7 +39022,7 @@ "zh-cht": "該設備當前無可用操作。", "xloc": [ "default-mobile.handlebars->11->338", - "default.handlebars->39->1027" + "default.handlebars->39->1028" ] }, { @@ -39056,8 +39065,8 @@ "tr": "Otomatik güncelleme yok", "zh-chs": "没有自动更新", "xloc": [ - "default.handlebars->39->1978", - "default.handlebars->39->1992" + "default.handlebars->39->1979", + "default.handlebars->39->1993" ] }, { @@ -39081,8 +39090,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->39->2364", - "default.handlebars->39->2517" + "default.handlebars->39->2365", + "default.handlebars->39->2518" ] }, { @@ -39226,8 +39235,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->39->2370", - "default.handlebars->39->2529" + "default.handlebars->39->2371", + "default.handlebars->39->2530" ] }, { @@ -39274,7 +39283,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->39->1996" + "default.handlebars->39->1997" ] }, { @@ -39372,7 +39381,7 @@ "zh-chs": "找不到文件", "zh-cht": "找不到文件", "xloc": [ - "default.handlebars->39->1228", + "default.handlebars->39->1229", "sharing.handlebars->11->45" ] }, @@ -39397,7 +39406,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->39->2304" + "default.handlebars->39->2305" ] }, { @@ -39422,7 +39431,7 @@ "zh-cht": "沒有此裝置的訊息。", "xloc": [ "default-mobile.handlebars->11->571", - "default.handlebars->39->1379" + "default.handlebars->39->1380" ] }, { @@ -39469,7 +39478,7 @@ "zh-chs": "未定义键盘快捷键", "xloc": [ "default-mobile.handlebars->11->405", - "default.handlebars->39->1163" + "default.handlebars->39->1164" ] }, { @@ -39588,7 +39597,7 @@ "zh-chs": "没有其他相同类型的设备组。", "zh-cht": "沒有其他相同類型的裝置群。", "xloc": [ - "default.handlebars->39->1068" + "default.handlebars->39->1069" ] }, { @@ -39612,7 +39621,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->696", - "default.handlebars->39->2672" + "default.handlebars->39->2673" ] }, { @@ -39660,7 +39669,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->39->2551" + "default.handlebars->39->2552" ] }, { @@ -39704,7 +39713,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->39->2392" + "default.handlebars->39->2393" ] }, { @@ -39748,7 +39757,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->39->2523" + "default.handlebars->39->2524" ] }, { @@ -39772,7 +39781,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->694", - "default.handlebars->39->2670" + "default.handlebars->39->2671" ] }, { @@ -39796,7 +39805,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->39->2205" + "default.handlebars->39->2206" ] }, { @@ -39926,27 +39935,27 @@ "default-mobile.handlebars->11->395", "default-mobile.handlebars->11->447", "default-mobile.handlebars->11->595", - "default.handlebars->39->1152", - "default.handlebars->39->1733", - "default.handlebars->39->1741", - "default.handlebars->39->1750", - "default.handlebars->39->1762", - "default.handlebars->39->1769", - "default.handlebars->39->1771", - "default.handlebars->39->1981", - "default.handlebars->39->2006", - "default.handlebars->39->2011", - "default.handlebars->39->2181", - "default.handlebars->39->2325", - "default.handlebars->39->2327", - "default.handlebars->39->2335", - "default.handlebars->39->2347", - "default.handlebars->39->2411", - "default.handlebars->39->2423", - "default.handlebars->39->2433", - "default.handlebars->39->2437", + "default.handlebars->39->1153", + "default.handlebars->39->1734", + "default.handlebars->39->1742", + "default.handlebars->39->1751", + "default.handlebars->39->1763", + "default.handlebars->39->1770", + "default.handlebars->39->1772", + "default.handlebars->39->1982", + "default.handlebars->39->2007", + "default.handlebars->39->2012", + "default.handlebars->39->2182", + "default.handlebars->39->2326", + "default.handlebars->39->2328", + "default.handlebars->39->2336", + "default.handlebars->39->2348", + "default.handlebars->39->2412", + "default.handlebars->39->2424", + "default.handlebars->39->2434", + "default.handlebars->39->2438", "default.handlebars->39->244", - "default.handlebars->39->2449", + "default.handlebars->39->2450", "default.handlebars->39->263", "default.handlebars->39->343", "default.handlebars->39->344", @@ -39980,7 +39989,7 @@ "tr": "Hiçbiri", "zh-chs": "没有任何", "xloc": [ - "default.handlebars->39->1798" + "default.handlebars->39->1799" ] }, { @@ -40028,7 +40037,7 @@ "zh-chs": "挪威文", "zh-cht": "挪威文", "xloc": [ - "default.handlebars->39->1553" + "default.handlebars->39->1554" ] }, { @@ -40052,7 +40061,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->39->1554" + "default.handlebars->39->1555" ] }, { @@ -40076,7 +40085,7 @@ "zh-chs": "挪威文(尼诺斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->39->1555" + "default.handlebars->39->1556" ] }, { @@ -40100,7 +40109,7 @@ "zh-chs": "未激活", "zh-cht": "未激活", "xloc": [ - "default.handlebars->39->1343" + "default.handlebars->39->1344" ] }, { @@ -40176,8 +40185,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->39->1972", - "default.handlebars->39->1985" + "default.handlebars->39->1973", + "default.handlebars->39->1986" ] }, { @@ -40202,7 +40211,7 @@ "zh-cht": "未知", "xloc": [ "default-mobile.handlebars->11->546", - "default.handlebars->39->1354" + "default.handlebars->39->1355" ] }, { @@ -40249,7 +40258,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->39->2573" + "default.handlebars->39->2574" ] }, { @@ -40273,8 +40282,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->39->2398", - "default.handlebars->39->2399" + "default.handlebars->39->2399", + "default.handlebars->39->2400" ] }, { @@ -40298,7 +40307,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->39->2497" + "default.handlebars->39->2498" ] }, { @@ -40323,12 +40332,12 @@ "zh-cht": "筆記", "xloc": [ "default-mobile.handlebars->11->347", - "default.handlebars->39->1780", - "default.handlebars->39->2459", + "default.handlebars->39->1781", + "default.handlebars->39->2460", "default.handlebars->39->839", - "default.handlebars->39->930", - "default.handlebars->39->952", - "default.handlebars->39->962" + "default.handlebars->39->931", + "default.handlebars->39->953", + "default.handlebars->39->963" ] }, { @@ -40376,9 +40385,9 @@ "zh-chs": "通知设置", "zh-cht": "通知設定", "xloc": [ - "default.handlebars->39->1662", - "default.handlebars->39->1971", - "default.handlebars->39->917", + "default.handlebars->39->1663", + "default.handlebars->39->1972", + "default.handlebars->39->918", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -40444,7 +40453,7 @@ "zh-chs": "通知音效", "zh-cht": "通知音效", "xloc": [ - "default.handlebars->39->1657" + "default.handlebars->39->1658" ] }, { @@ -40468,7 +40477,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->1770", + "default.handlebars->39->1771", "default.handlebars->39->815" ] }, @@ -40493,7 +40502,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->2465", + "default.handlebars->39->2466", "default.handlebars->39->260" ] }, @@ -40518,7 +40527,7 @@ "zh-chs": "仅通知", "zh-cht": "只通知", "xloc": [ - "default.handlebars->39->1006" + "default.handlebars->39->1007" ] }, { @@ -40542,9 +40551,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->39->1850", - "default.handlebars->39->1854", - "default.handlebars->39->1857" + "default.handlebars->39->1851", + "default.handlebars->39->1855", + "default.handlebars->39->1858" ] }, { @@ -40568,7 +40577,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->39->2244" + "default.handlebars->39->2245" ] }, { @@ -40591,7 +40600,7 @@ "tr": "Boş", "zh-chs": "空值", "xloc": [ - "default.handlebars->39->2738" + "default.handlebars->39->2739" ] }, { @@ -40642,9 +40651,9 @@ "default-mobile.handlebars->11->501", "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->39->1724", - "default.handlebars->39->1976", - "default.handlebars->39->1990", + "default.handlebars->39->1725", + "default.handlebars->39->1977", + "default.handlebars->39->1991", "default.handlebars->39->779", "default.handlebars->39->783", "default.handlebars->39->787", @@ -40729,7 +40738,7 @@ "zh-chs": "欧舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->39->1556" + "default.handlebars->39->1557" ] }, { @@ -40754,7 +40763,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->662", - "default.handlebars->39->2638" + "default.handlebars->39->2639" ] }, { @@ -40802,7 +40811,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->39->2202" + "default.handlebars->39->2203" ] }, { @@ -40851,7 +40860,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->39->1674" + "default.handlebars->39->1675" ] }, { @@ -40875,7 +40884,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->39->2178" + "default.handlebars->39->2179" ] }, { @@ -40950,7 +40959,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->39->2201" + "default.handlebars->39->2202" ] }, { @@ -40973,7 +40982,7 @@ "tr": "Yalnızca ilk 100 kullanıcıyı göster", "zh-chs": "只显示前 100 个用户", "xloc": [ - "default.handlebars->39->2245" + "default.handlebars->39->2246" ] }, { @@ -40998,7 +41007,7 @@ "zh-cht": "只能編輯小於200k的檔案。", "xloc": [ "default-mobile.handlebars->11->458", - "default.handlebars->39->1264", + "default.handlebars->39->1265", "default.handlebars->39->698", "sharing.handlebars->11->67" ] @@ -41073,7 +41082,7 @@ "zh-chs": "在设备上打开页面", "zh-cht": "在裝置上打開頁面", "xloc": [ - "default.handlebars->39->963" + "default.handlebars->39->964" ] }, { @@ -41297,7 +41306,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->39->2060" + "default.handlebars->39->2061" ] }, { @@ -41322,8 +41331,8 @@ "zh-cht": "操作系統", "xloc": [ "default-mobile.handlebars->11->503", - "default.handlebars->39->1091", - "default.handlebars->39->1301", + "default.handlebars->39->1092", + "default.handlebars->39->1302", "default.handlebars->39->301", "default.handlebars->39->458", "default.handlebars->39->499", @@ -41352,9 +41361,9 @@ "zh-cht": "操作", "xloc": [ "default-mobile.handlebars->11->337", - "default.handlebars->39->1026", - "default.handlebars->39->2228", - "default.handlebars->39->2312", + "default.handlebars->39->1027", + "default.handlebars->39->2229", + "default.handlebars->39->2313", "default.handlebars->39->607", "default.handlebars->39->627" ] @@ -41401,7 +41410,7 @@ "zh-chs": "奥里亚", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->39->1557" + "default.handlebars->39->1558" ] }, { @@ -41425,7 +41434,7 @@ "zh-chs": "奥罗莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->39->1558" + "default.handlebars->39->1559" ] }, { @@ -41649,7 +41658,7 @@ "zh-chs": "自己的过程", "zh-cht": "自己的過程", "xloc": [ - "default.handlebars->39->1184" + "default.handlebars->39->1185" ] }, { @@ -41673,7 +41682,7 @@ "zh-chs": "PID", "zh-cht": "PID", "xloc": [ - "default.handlebars->39->1180", + "default.handlebars->39->1181", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -41698,7 +41707,7 @@ "zh-chs": "推", "xloc": [ "default-mobile.handlebars->11->577", - "default.handlebars->39->1386" + "default.handlebars->39->1387" ] }, { @@ -41722,7 +41731,7 @@ "zh-chs": "向下翻页", "xloc": [ "default-mobile.handlebars->11->390", - "default.handlebars->39->1147" + "default.handlebars->39->1148" ] }, { @@ -41746,7 +41755,7 @@ "zh-chs": "向上翻页", "xloc": [ "default-mobile.handlebars->11->389", - "default.handlebars->39->1146" + "default.handlebars->39->1147" ] }, { @@ -41794,7 +41803,7 @@ "zh-cht": "零件號", "xloc": [ "default-mobile.handlebars->11->564", - "default.handlebars->39->1372" + "default.handlebars->39->1373" ] }, { @@ -41818,7 +41827,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->39->2216" + "default.handlebars->39->2217" ] }, { @@ -41886,7 +41895,7 @@ "xloc": [ "default-mobile.handlebars->11->128", "default-mobile.handlebars->11->600", - "default.handlebars->39->1700" + "default.handlebars->39->1701" ] }, { @@ -41910,7 +41919,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->39->2395" + "default.handlebars->39->2396" ] }, { @@ -41961,16 +41970,16 @@ "default-mobile.handlebars->11->353", "default-mobile.handlebars->11->417", "default-mobile.handlebars->11->434", - "default.handlebars->39->1049", - "default.handlebars->39->1206", - "default.handlebars->39->1233", - "default.handlebars->39->1817", - "default.handlebars->39->2274", + "default.handlebars->39->1050", + "default.handlebars->39->1207", + "default.handlebars->39->1234", + "default.handlebars->39->1818", "default.handlebars->39->2275", - "default.handlebars->39->2429", - "default.handlebars->39->2431", - "default.handlebars->39->2502", + "default.handlebars->39->2276", + "default.handlebars->39->2430", + "default.handlebars->39->2432", "default.handlebars->39->2503", + "default.handlebars->39->2504", "default.handlebars->39->295", "default.handlebars->39->425", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->2->1", @@ -42113,7 +42122,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->690", - "default.handlebars->39->2666" + "default.handlebars->39->2667" ] }, { @@ -42162,7 +42171,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->39->2504" + "default.handlebars->39->2505" ] }, { @@ -42187,7 +42196,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->11->112", - "default.handlebars->39->1677" + "default.handlebars->39->1678" ] }, { @@ -42282,8 +42291,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->11->104", "default-mobile.handlebars->11->105", - "default.handlebars->39->1669", "default.handlebars->39->1670", + "default.handlebars->39->1671", "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", @@ -42325,9 +42334,9 @@ "default-mobile.handlebars->11->463", "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->39->1224", - "default.handlebars->39->1270", - "default.handlebars->39->2033", + "default.handlebars->39->1225", + "default.handlebars->39->1271", + "default.handlebars->39->2034", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -42497,7 +42506,7 @@ "zh-cht": "執行代理指令", "xloc": [ "default-mobile.handlebars->11->580", - "default.handlebars->39->1389" + "default.handlebars->39->1390" ] }, { @@ -42563,7 +42572,7 @@ "zh-chs": "执行英特尔®AMT激活和配置。", "zh-cht": "執行英特爾®AMT激活和配置。", "xloc": [ - "default.handlebars->39->1784", + "default.handlebars->39->1785", "default.handlebars->39->402" ] }, @@ -42672,7 +42681,7 @@ "zh-chs": "执行英特尔® AMT 关机?", "xloc": [ "default-mobile.handlebars->11->343", - "default.handlebars->39->1041" + "default.handlebars->39->1042" ] }, { @@ -42696,7 +42705,7 @@ "zh-chs": "执行英特尔® AMT 电源?", "xloc": [ "default-mobile.handlebars->11->341", - "default.handlebars->39->1039" + "default.handlebars->39->1040" ] }, { @@ -42720,7 +42729,7 @@ "zh-chs": "执行英特尔® AMT 重置?", "xloc": [ "default-mobile.handlebars->11->345", - "default.handlebars->39->1043" + "default.handlebars->39->1044" ] }, { @@ -42820,7 +42829,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->39->2065" + "default.handlebars->39->2066" ] }, { @@ -42844,7 +42853,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->671", - "default.handlebars->39->2647" + "default.handlebars->39->2648" ] }, { @@ -42869,8 +42878,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->656", - "default.handlebars->39->1942", - "default.handlebars->39->2200" + "default.handlebars->39->1943", + "default.handlebars->39->2201" ] }, { @@ -42894,7 +42903,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->39->1559" + "default.handlebars->39->1560" ] }, { @@ -42967,10 +42976,10 @@ "default-mobile.handlebars->11->74", "default-mobile.handlebars->11->89", "default-mobile.handlebars->11->91", - "default.handlebars->39->1404", - "default.handlebars->39->1407", + "default.handlebars->39->1405", + "default.handlebars->39->1408", "default.handlebars->39->227", - "default.handlebars->39->2480" + "default.handlebars->39->2481" ] }, { @@ -42994,7 +43003,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->39->2410" + "default.handlebars->39->2411" ] }, { @@ -43019,8 +43028,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->11->90", - "default.handlebars->39->1406", - "default.handlebars->39->2479" + "default.handlebars->39->1407", + "default.handlebars->39->2480" ] }, { @@ -43211,7 +43220,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->11->100", - "default.handlebars->39->1664" + "default.handlebars->39->1665" ] }, { @@ -43236,7 +43245,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->39->276", - "default.handlebars->39->2775" + "default.handlebars->39->2776" ] }, { @@ -43408,7 +43417,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->11->127", - "default.handlebars->39->1699" + "default.handlebars->39->1700" ] }, { @@ -43432,7 +43441,7 @@ "zh-chs": "波兰文", "zh-cht": "波蘭文", "xloc": [ - "default.handlebars->39->1560" + "default.handlebars->39->1561" ] }, { @@ -43536,7 +43545,7 @@ "zh-chs": "葡萄牙文", "zh-cht": "葡萄牙文", "xloc": [ - "default.handlebars->39->1561" + "default.handlebars->39->1562" ] }, { @@ -43560,7 +43569,7 @@ "zh-chs": "葡萄牙文(巴西)", "zh-cht": "葡萄牙文(巴西)", "xloc": [ - "default.handlebars->39->1562" + "default.handlebars->39->1563" ] }, { @@ -43657,7 +43666,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->39->1983", + "default.handlebars->39->1984", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -43684,7 +43693,7 @@ "xloc": [ "default-mobile.handlebars->11->225", "default-mobile.handlebars->11->333", - "default.handlebars->39->1019", + "default.handlebars->39->1020", "default.handlebars->39->6" ] }, @@ -43760,7 +43769,7 @@ "zh-chs": "预激活", "zh-cht": "預激活", "xloc": [ - "default.handlebars->39->1344" + "default.handlebars->39->1345" ] }, { @@ -43811,7 +43820,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->39->2572" + "default.handlebars->39->2573" ] }, { @@ -43935,9 +43944,9 @@ "xloc": [ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", - "default.handlebars->39->1399", - "default.handlebars->39->2474", - "default.handlebars->39->2500", + "default.handlebars->39->1400", + "default.handlebars->39->2475", + "default.handlebars->39->2501", "default.handlebars->39->288" ] }, @@ -43962,7 +43971,7 @@ "zh-chs": "打印屏幕", "xloc": [ "default-mobile.handlebars->11->384", - "default.handlebars->39->1141" + "default.handlebars->39->1142" ] }, { @@ -44123,7 +44132,7 @@ "zh-chs": "进程控制", "zh-cht": "進程控制", "xloc": [ - "default.handlebars->39->1196" + "default.handlebars->39->1197" ] }, { @@ -44146,7 +44155,7 @@ "tr": "İşlem Ayrıntıları, #{0}", "zh-chs": "流程详情,#{0}", "xloc": [ - "default.handlebars->39->1171" + "default.handlebars->39->1172" ] }, { @@ -44217,7 +44226,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->39->2057" + "default.handlebars->39->2058" ] }, { @@ -44265,7 +44274,7 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->39->1005" + "default.handlebars->39->1006" ] }, { @@ -44289,9 +44298,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->39->1851", - "default.handlebars->39->1855", - "default.handlebars->39->1858" + "default.handlebars->39->1852", + "default.handlebars->39->1856", + "default.handlebars->39->1859" ] }, { @@ -44315,7 +44324,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->39->2570", + "default.handlebars->39->2571", "player.handlebars->3->32" ] }, @@ -44362,7 +44371,7 @@ "zh-cht": "配置狀態", "xloc": [ "default-mobile.handlebars->11->540", - "default.handlebars->39->1348" + "default.handlebars->39->1349" ] }, { @@ -44407,7 +44416,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->39->2018" + "default.handlebars->39->2019" ] }, { @@ -44451,7 +44460,7 @@ "zh-chs": "旁遮普文", "zh-cht": "旁遮普文", "xloc": [ - "default.handlebars->39->1563" + "default.handlebars->39->1564" ] }, { @@ -44475,7 +44484,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->39->1564" + "default.handlebars->39->1565" ] }, { @@ -44499,7 +44508,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->39->1565" + "default.handlebars->39->1566" ] }, { @@ -44638,7 +44647,7 @@ "zh-chs": "盖丘亚族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->39->1566" + "default.handlebars->39->1567" ] }, { @@ -44904,7 +44913,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->39->2734" + "default.handlebars->39->2735" ] }, { @@ -44952,7 +44961,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->39->1818" + "default.handlebars->39->1819" ] }, { @@ -44976,7 +44985,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->39->2276" + "default.handlebars->39->2277" ] }, { @@ -45045,9 +45054,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->39->2407", - "default.handlebars->39->2409", - "default.handlebars->39->2493" + "default.handlebars->39->2408", + "default.handlebars->39->2410", + "default.handlebars->39->2494" ] }, { @@ -45071,7 +45080,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->39->2285" + "default.handlebars->39->2286" ] }, { @@ -45096,7 +45105,7 @@ "zh-cht": "收到無效的網絡數據", "xloc": [ "default-mobile.handlebars->11->376", - "default.handlebars->39->1121", + "default.handlebars->39->1122", "sharing.handlebars->11->10", "sharing.handlebars->11->32" ] @@ -45122,9 +45131,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1748", - "default.handlebars->39->2334", - "default.handlebars->39->2412" + "default.handlebars->39->1749", + "default.handlebars->39->2335", + "default.handlebars->39->2413" ] }, { @@ -45172,9 +45181,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1859", - "default.handlebars->39->2372", - "default.handlebars->39->2481" + "default.handlebars->39->1860", + "default.handlebars->39->2373", + "default.handlebars->39->2482" ] }, { @@ -45198,7 +45207,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->39->2584" + "default.handlebars->39->2585" ] }, { @@ -45268,8 +45277,8 @@ "xloc": [ "default-mobile.handlebars->11->145", "default-mobile.handlebars->11->451", - "default.handlebars->39->1257", - "default.handlebars->39->2025", + "default.handlebars->39->1258", + "default.handlebars->39->2026", "sharing.handlebars->11->60" ] }, @@ -45401,7 +45410,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->244", - "default.handlebars->39->2716", + "default.handlebars->39->2717", "default.handlebars->39->354", "default.handlebars->39->585" ] @@ -45427,7 +45436,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->39->2701" + "default.handlebars->39->2702" ] }, { @@ -45471,7 +45480,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->39->2694" + "default.handlebars->39->2695" ] }, { @@ -45515,8 +45524,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->39->2700", - "default.handlebars->39->2728" + "default.handlebars->39->2701", + "default.handlebars->39->2729" ] }, { @@ -45562,8 +45571,8 @@ "xloc": [ "default-mobile.handlebars->11->420", "default-mobile.handlebars->11->437", - "default.handlebars->39->1210", - "default.handlebars->39->1236", + "default.handlebars->39->1211", + "default.handlebars->39->1237", "mstsc.handlebars->main->1->3->1->rowremember->3->0", "ssh.handlebars->3->13" ] @@ -45750,7 +45759,7 @@ "zh-chs": "远程剪贴板", "zh-cht": "遠程剪貼板", "xloc": [ - "default.handlebars->39->1169" + "default.handlebars->39->1170" ] }, { @@ -45775,7 +45784,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->631", - "default.handlebars->39->1898" + "default.handlebars->39->1899" ] }, { @@ -45801,8 +45810,8 @@ "xloc": [ "default-mobile.handlebars->11->618", "default-mobile.handlebars->11->638", - "default.handlebars->39->1883", - "default.handlebars->39->1921" + "default.handlebars->39->1884", + "default.handlebars->39->1922" ] }, { @@ -45922,8 +45931,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->39->2071", - "default.handlebars->39->2077" + "default.handlebars->39->2072", + "default.handlebars->39->2078" ] }, { @@ -45947,7 +45956,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2072" + "default.handlebars->39->2073" ] }, { @@ -45971,7 +45980,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2078" + "default.handlebars->39->2079" ] }, { @@ -45995,9 +46004,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->39->2069", - "default.handlebars->39->2073", - "default.handlebars->39->2079" + "default.handlebars->39->2070", + "default.handlebars->39->2074", + "default.handlebars->39->2080" ] }, { @@ -46066,7 +46075,7 @@ "zh-cht": "遠程桌面設置", "xloc": [ "default-mobile.handlebars->11->378", - "default.handlebars->39->1132", + "default.handlebars->39->1133", "default.handlebars->39->397", "sharing.handlebars->11->20" ] @@ -46234,7 +46243,7 @@ "tr": "Uzaktan Giriş Kilidi", "zh-chs": "远程输入锁定", "xloc": [ - "default.handlebars->39->966" + "default.handlebars->39->967" ] }, { @@ -46258,7 +46267,7 @@ "zh-chs": "远程键盘输入", "zh-cht": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->39->1165", + "default.handlebars->39->1166", "sharing.handlebars->11->22" ] }, @@ -46326,7 +46335,7 @@ "tr": "Uzak Oturumlar", "zh-chs": "远程会话", "xloc": [ - "default.handlebars->39->2586" + "default.handlebars->39->2587" ] }, { @@ -46460,9 +46469,9 @@ "xloc": [ "default-mobile.handlebars->11->619", "default-mobile.handlebars->11->643", - "default.handlebars->39->1884", - "default.handlebars->39->1926", - "default.handlebars->39->2484" + "default.handlebars->39->1885", + "default.handlebars->39->1927", + "default.handlebars->39->2485" ] }, { @@ -46486,7 +46495,7 @@ "zh-chs": "远程剪贴板的有效期为60秒。", "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->39->1168" + "default.handlebars->39->1169" ] }, { @@ -46646,7 +46655,7 @@ "zh-chs": "删除配置", "zh-cht": "刪除配置", "xloc": [ - "default.handlebars->39->1720" + "default.handlebars->39->1721" ] }, { @@ -46712,8 +46721,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->39->2376", - "default.handlebars->39->2545" + "default.handlebars->39->2377", + "default.handlebars->39->2546" ] }, { @@ -46737,8 +46746,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->39->2374", - "default.handlebars->39->2532" + "default.handlebars->39->2375", + "default.handlebars->39->2533" ] }, { @@ -46762,7 +46771,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->2530" + "default.handlebars->39->2531" ] }, { @@ -46785,7 +46794,7 @@ "tr": "Giriş Simgesini Kaldır", "zh-chs": "删除登录令牌", "xloc": [ - "default.handlebars->39->1712" + "default.handlebars->39->1713" ] }, { @@ -46830,7 +46839,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2541" + "default.handlebars->39->2542" ] }, { @@ -46854,8 +46863,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->39->1947", - "default.handlebars->39->2537" + "default.handlebars->39->1948", + "default.handlebars->39->2538" ] }, { @@ -46879,7 +46888,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->39->2384" + "default.handlebars->39->2385" ] }, { @@ -46903,8 +46912,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->39->1945", - "default.handlebars->39->2534" + "default.handlebars->39->1946", + "default.handlebars->39->2535" ] }, { @@ -46928,7 +46937,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->39->2507" + "default.handlebars->39->2508" ] }, { @@ -46952,7 +46961,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->39->2277" + "default.handlebars->39->2278" ] }, { @@ -46976,7 +46985,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->39->1861" + "default.handlebars->39->1862" ] }, { @@ -47023,7 +47032,7 @@ "tr": "Etkin olmayanı kaldır", "zh-chs": "移除不活跃", "xloc": [ - "default.handlebars->39->1749" + "default.handlebars->39->1750" ] }, { @@ -47046,7 +47055,7 @@ "tr": "Giriş jetonunu kaldır", "zh-chs": "删除登录令牌", "xloc": [ - "default.handlebars->39->1707" + "default.handlebars->39->1708" ] }, { @@ -47095,7 +47104,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->11->88", - "default.handlebars->39->1403" + "default.handlebars->39->1404" ] }, { @@ -47167,7 +47176,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->39->2469" + "default.handlebars->39->2470" ] }, { @@ -47191,7 +47200,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2521" + "default.handlebars->39->2522" ] }, { @@ -47215,7 +47224,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->39->2368" + "default.handlebars->39->2369" ] }, { @@ -47239,7 +47248,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->39->2362", + "default.handlebars->39->2363", "default.handlebars->39->890" ] }, @@ -47264,10 +47273,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->39->1793", - "default.handlebars->39->2356", - "default.handlebars->39->2515", - "default.handlebars->39->2527", + "default.handlebars->39->1794", + "default.handlebars->39->2357", + "default.handlebars->39->2516", + "default.handlebars->39->2528", "default.handlebars->39->891" ] }, @@ -47296,7 +47305,7 @@ "nl": "Weergavenaam account verwijderd.", "es": "Eliminado el nombre visible de la cuenta.", "xloc": [ - "default.handlebars->39->2169" + "default.handlebars->39->2170" ] }, { @@ -47320,7 +47329,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->39->2131" + "default.handlebars->39->2132" ] }, { @@ -47344,7 +47353,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->39->2142" + "default.handlebars->39->2143" ] }, { @@ -47368,7 +47377,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->39->2127" + "default.handlebars->39->2128" ] }, { @@ -47391,7 +47400,7 @@ "tr": "Kaldırılan giriş belirteci", "zh-chs": "删除了登录令牌", "xloc": [ - "default.handlebars->39->2156" + "default.handlebars->39->2157" ] }, { @@ -47415,7 +47424,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->39->2137" + "default.handlebars->39->2138" ] }, { @@ -47438,7 +47447,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı kaldırıldı", "zh-chs": "删除了推送通知身份验证设备", "xloc": [ - "default.handlebars->39->2154" + "default.handlebars->39->2155" ] }, { @@ -47462,7 +47471,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->39->2134" + "default.handlebars->39->2135" ] }, { @@ -47486,9 +47495,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2100", - "default.handlebars->39->2121", - "default.handlebars->39->2126" + "default.handlebars->39->2101", + "default.handlebars->39->2122", + "default.handlebars->39->2127" ] }, { @@ -47512,7 +47521,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->39->2110" + "default.handlebars->39->2111" ] }, { @@ -47536,7 +47545,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->39->2123" + "default.handlebars->39->2124" ] }, { @@ -47560,8 +47569,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->39->2102", - "default.handlebars->39->2112" + "default.handlebars->39->2103", + "default.handlebars->39->2113" ] }, { @@ -47589,8 +47598,8 @@ "default-mobile.handlebars->11->455", "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->39->1261", - "default.handlebars->39->2029", + "default.handlebars->39->1262", + "default.handlebars->39->2030", "default.handlebars->39->696", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -47640,7 +47649,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->39->2088" + "default.handlebars->39->2089" ] }, { @@ -47664,7 +47673,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->39->2179" + "default.handlebars->39->2180" ] }, { @@ -47688,7 +47697,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->39->2174" + "default.handlebars->39->2175" ] }, { @@ -47696,7 +47705,7 @@ "nl": "Rapport heeft geen vermeldingen geretourneerd.", "es": "El informe no ha devuelto contenido.", "xloc": [ - "default.handlebars->39->2613" + "default.handlebars->39->2614" ] }, { @@ -47715,7 +47724,7 @@ "sv": "Report.csv", "tr": "Report.csv", "xloc": [ - "default.handlebars->39->2636" + "default.handlebars->39->2637" ] }, { @@ -47832,7 +47841,7 @@ "tr": "Ayrıntılar isteniyor...", "zh-chs": "查询详情...", "xloc": [ - "default.handlebars->39->1172" + "default.handlebars->39->1173" ] }, { @@ -47856,7 +47865,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->39->1678" + "default.handlebars->39->1679" ] }, { @@ -47881,8 +47890,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->39->2282", - "default.handlebars->39->2505" + "default.handlebars->39->2283", + "default.handlebars->39->2506" ] }, { @@ -47983,7 +47992,7 @@ "zh-cht": "重設", "xloc": [ "default-mobile.handlebars->11->332", - "default.handlebars->39->1018", + "default.handlebars->39->1019", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -48009,7 +48018,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->632", - "default.handlebars->39->1899" + "default.handlebars->39->1900" ] }, { @@ -48160,9 +48169,9 @@ "zh-cht": "重置/關閉", "xloc": [ "default-mobile.handlebars->11->652", - "default.handlebars->39->1936", - "default.handlebars->39->935", - "default.handlebars->39->957" + "default.handlebars->39->1937", + "default.handlebars->39->936", + "default.handlebars->39->958" ] }, { @@ -48186,7 +48195,7 @@ "zh-chs": "重新启动", "zh-cht": "重新啟動", "xloc": [ - "default.handlebars->39->1190", + "default.handlebars->39->1191", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -48211,7 +48220,7 @@ "zh-chs": "还原服务器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->39->1725" + "default.handlebars->39->1726" ] }, { @@ -48259,7 +48268,7 @@ "zh-chs": "使用备份还原服务器,这将删除现有服务器数据。仅当您知道自己在做什么时才这样做。", "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->39->1722" + "default.handlebars->39->1723" ] }, { @@ -48309,7 +48318,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->39->2396" + "default.handlebars->39->2397" ] }, { @@ -48333,7 +48342,7 @@ "zh-chs": "雷托-罗曼语", "zh-cht": "雷托-羅曼語", "xloc": [ - "default.handlebars->39->1567" + "default.handlebars->39->1568" ] }, { @@ -48357,7 +48366,7 @@ "zh-chs": "正确的", "xloc": [ "default-mobile.handlebars->11->393", - "default.handlebars->39->1150" + "default.handlebars->39->1151" ] }, { @@ -48381,7 +48390,7 @@ "zh-chs": "罗马尼亚文", "zh-cht": "羅馬尼亞文", "xloc": [ - "default.handlebars->39->1568" + "default.handlebars->39->1569" ] }, { @@ -48405,7 +48414,7 @@ "zh-chs": "罗马尼亚文(摩尔达维亚)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->39->1569" + "default.handlebars->39->1570" ] }, { @@ -48431,8 +48440,8 @@ "xloc": [ "default-mobile.handlebars->11->131", "default-mobile.handlebars->11->444", - "default.handlebars->39->1245", - "default.handlebars->39->1997", + "default.handlebars->39->1246", + "default.handlebars->39->1998", "sharing.handlebars->11->49" ] }, @@ -48638,8 +48647,8 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->39->1016", - "default.handlebars->39->1036", + "default.handlebars->39->1017", + "default.handlebars->39->1037", "default.handlebars->39->625" ] }, @@ -48664,7 +48673,7 @@ "zh-chs": "运行MeshCentral Router,然后单击“安装”以使其可从浏览器启动。", "zh-cht": "運行MeshCentral Router,然後單擊“安裝”以使其可從瀏覽器啟動。", "xloc": [ - "default.handlebars->39->1078" + "default.handlebars->39->1079" ] }, { @@ -48688,7 +48697,7 @@ "zh-chs": "以代理身份运行", "zh-cht": "以代理身份運行", "xloc": [ - "default.handlebars->39->1033", + "default.handlebars->39->1034", "default.handlebars->39->622" ] }, @@ -48713,7 +48722,7 @@ "zh-chs": "以用户身份运行,如果没有用户,则运行代理", "zh-cht": "以用戶身份運行,如果沒有用戶,則運行代理", "xloc": [ - "default.handlebars->39->1034", + "default.handlebars->39->1035", "default.handlebars->39->623" ] }, @@ -48762,7 +48771,7 @@ "zh-chs": "在所选设备上运行命令。", "zh-cht": "在所選裝置上運行命令。", "xloc": [ - "default.handlebars->39->1029", + "default.handlebars->39->1030", "default.handlebars->39->618" ] }, @@ -48793,8 +48802,8 @@ "pl": "Bieganie", "es": "Ejecutando", "xloc": [ - "default.handlebars->39->1174", - "default.handlebars->39->1178" + "default.handlebars->39->1175", + "default.handlebars->39->1179" ] }, { @@ -48818,7 +48827,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->39->2064" + "default.handlebars->39->2065" ] }, { @@ -48842,7 +48851,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2139" + "default.handlebars->39->2140" ] }, { @@ -48866,7 +48875,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2140" + "default.handlebars->39->2141" ] }, { @@ -48890,7 +48899,7 @@ "zh-chs": "俄文", "zh-cht": "俄文", "xloc": [ - "default.handlebars->39->1570" + "default.handlebars->39->1571" ] }, { @@ -48914,7 +48923,7 @@ "zh-chs": "俄文(摩尔达维亚)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->39->1571" + "default.handlebars->39->1572" ] }, { @@ -49002,8 +49011,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->39->2456", - "default.handlebars->39->2461", + "default.handlebars->39->2457", + "default.handlebars->39->2462", "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", @@ -49032,7 +49041,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->39->2477" + "default.handlebars->39->2478" ] }, { @@ -49056,7 +49065,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->698", - "default.handlebars->39->2674" + "default.handlebars->39->2675" ] }, { @@ -49080,7 +49089,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->699", - "default.handlebars->39->2675" + "default.handlebars->39->2676" ] }, { @@ -49113,7 +49122,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->693", - "default.handlebars->39->2669" + "default.handlebars->39->2670" ] }, { @@ -49183,7 +49192,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->697", - "default.handlebars->39->2673" + "default.handlebars->39->2674" ] }, { @@ -49269,8 +49278,8 @@ "xloc": [ "default-mobile.handlebars->11->409", "default-mobile.handlebars->11->449", - "default.handlebars->39->1198", - "default.handlebars->39->1255" + "default.handlebars->39->1199", + "default.handlebars->39->1256" ] }, { @@ -49389,7 +49398,7 @@ "zh-chs": "萨米(拉普兰)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->39->1572" + "default.handlebars->39->1573" ] }, { @@ -49460,7 +49469,7 @@ "zh-chs": "三乡", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->39->1573" + "default.handlebars->39->1574" ] }, { @@ -49484,7 +49493,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->39->1574" + "default.handlebars->39->1575" ] }, { @@ -49508,7 +49517,7 @@ "zh-chs": "撒丁岛", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->39->1575" + "default.handlebars->39->1576" ] }, { @@ -49845,7 +49854,7 @@ "zh-chs": "搜寻", "zh-cht": "搜尋", "xloc": [ - "default.handlebars->39->1249", + "default.handlebars->39->1250", "default.handlebars->39->716", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", "sharing.handlebars->11->53" @@ -49959,7 +49968,7 @@ "zh-cht": "已使用TLS保安", "xloc": [ "default-mobile.handlebars->11->543", - "default.handlebars->39->1351" + "default.handlebars->39->1352" ] }, { @@ -49985,10 +49994,10 @@ "xloc": [ "default-mobile.handlebars->11->354", "default-mobile.handlebars->11->542", - "default.handlebars->39->1050", - "default.handlebars->39->1350", - "default.handlebars->39->1995", - "default.handlebars->39->2457", + "default.handlebars->39->1051", + "default.handlebars->39->1351", + "default.handlebars->39->1996", + "default.handlebars->39->2458", "default.handlebars->39->426", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -50014,7 +50023,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->39->2452" + "default.handlebars->39->2453" ] }, { @@ -50038,7 +50047,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->667", - "default.handlebars->39->2643" + "default.handlebars->39->2644" ] }, { @@ -50106,11 +50115,11 @@ "zh-chs": "全选", "zh-cht": "全選", "xloc": [ - "default.handlebars->39->1252", - "default.handlebars->39->1254", - "default.handlebars->39->2021", - "default.handlebars->39->2224", - "default.handlebars->39->2310", + "default.handlebars->39->1253", + "default.handlebars->39->1255", + "default.handlebars->39->2022", + "default.handlebars->39->2225", + "default.handlebars->39->2311", "default.handlebars->39->447", "default.handlebars->39->590", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -50129,8 +50138,8 @@ "nl": "Selecteer datum & Tijd...", "es": "Seleccionad fecha y hora...", "xloc": [ - "default.handlebars->39->1003", - "default.handlebars->39->2601" + "default.handlebars->39->1004", + "default.handlebars->39->2602" ] }, { @@ -50154,10 +50163,10 @@ "zh-chs": "选择无", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->39->1253", - "default.handlebars->39->2020", - "default.handlebars->39->2223", - "default.handlebars->39->2309", + "default.handlebars->39->1254", + "default.handlebars->39->2021", + "default.handlebars->39->2224", + "default.handlebars->39->2310", "default.handlebars->39->589", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -50183,7 +50192,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulaması için kaydedilecek bir cihaz seçin. Seçildikten sonra, cihaz onay isteyecektir.", "zh-chs": "选择要注册推送通知身份验证的设备。选择后,设备将提示确认。", "xloc": [ - "default.handlebars->39->1419" + "default.handlebars->39->1420" ] }, { @@ -50207,7 +50216,7 @@ "zh-chs": "为所选设备选择一个新组", "zh-cht": "為所選裝置選擇一個新群", "xloc": [ - "default.handlebars->39->1064" + "default.handlebars->39->1065" ] }, { @@ -50231,7 +50240,7 @@ "zh-chs": "选择此设备的新组", "zh-cht": "選擇此裝置的新群", "xloc": [ - "default.handlebars->39->1063" + "default.handlebars->39->1064" ] }, { @@ -50303,8 +50312,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->39->2227", - "default.handlebars->39->2311" + "default.handlebars->39->2228", + "default.handlebars->39->2312" ] }, { @@ -50329,7 +50338,7 @@ "zh-cht": "選擇要在此裝置上執行的操作。", "xloc": [ "default-mobile.handlebars->11->323", - "default.handlebars->39->1008" + "default.handlebars->39->1009" ] }, { @@ -50353,7 +50362,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->39->1819" + "default.handlebars->39->1820" ] }, { @@ -50403,7 +50412,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->648", - "default.handlebars->39->1932" + "default.handlebars->39->1933" ] }, { @@ -50475,7 +50484,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->39->2238" + "default.handlebars->39->2239" ] }, { @@ -50499,7 +50508,7 @@ "zh-chs": "发送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->39->1020", + "default.handlebars->39->1021", "default.handlebars->39->591" ] }, @@ -50524,7 +50533,7 @@ "zh-chs": "发送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->39->1056" + "default.handlebars->39->1057" ] }, { @@ -50548,7 +50557,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->39->2236" + "default.handlebars->39->2237" ] }, { @@ -50572,7 +50581,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->39->2462" + "default.handlebars->39->2463" ] }, { @@ -50596,7 +50605,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->39->2464" + "default.handlebars->39->2465" ] }, { @@ -50620,7 +50629,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->39->2353" + "default.handlebars->39->2354" ] }, { @@ -50644,7 +50653,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->39->2239" + "default.handlebars->39->2240" ] }, { @@ -50668,7 +50677,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->39->2219" + "default.handlebars->39->2220" ] }, { @@ -50716,7 +50725,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->39->2281" + "default.handlebars->39->2282" ] }, { @@ -50863,7 +50872,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->39->2466" + "default.handlebars->39->2467" ] }, { @@ -50942,7 +50951,7 @@ "zh-chs": "塞尔维亚", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->39->1578" + "default.handlebars->39->1579" ] }, { @@ -50967,7 +50976,7 @@ "zh-cht": "序列號", "xloc": [ "default-mobile.handlebars->11->554", - "default.handlebars->39->1362" + "default.handlebars->39->1363" ] }, { @@ -51011,7 +51020,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->39->2291" + "default.handlebars->39->2292" ] }, { @@ -51035,7 +51044,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->39->2749" + "default.handlebars->39->2750" ] }, { @@ -51082,7 +51091,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->39->2750" + "default.handlebars->39->2751" ] }, { @@ -51108,11 +51117,11 @@ "xloc": [ "default-mobile.handlebars->11->625", "default-mobile.handlebars->11->640", - "default.handlebars->39->1892", - "default.handlebars->39->1923", - "default.handlebars->39->2288", - "default.handlebars->39->928", - "default.handlebars->39->950" + "default.handlebars->39->1893", + "default.handlebars->39->1924", + "default.handlebars->39->2289", + "default.handlebars->39->929", + "default.handlebars->39->951" ] }, { @@ -51160,7 +51169,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->666", - "default.handlebars->39->2642" + "default.handlebars->39->2643" ] }, { @@ -51207,8 +51216,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2211", - "default.handlebars->39->2303" + "default.handlebars->39->2212", + "default.handlebars->39->2304" ] }, { @@ -51232,7 +51241,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->39->2426" + "default.handlebars->39->2427" ] }, { @@ -51256,7 +51265,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->39->2292" + "default.handlebars->39->2293" ] }, { @@ -51280,7 +51289,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2425" + "default.handlebars->39->2426" ] }, { @@ -51304,7 +51313,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->39->2680" + "default.handlebars->39->2681" ] }, { @@ -51352,7 +51361,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->39->2762" + "default.handlebars->39->2763" ] }, { @@ -51375,7 +51384,7 @@ "tr": "Sunucu İzleme Etkinliği", "zh-chs": "服务器跟踪事件", "xloc": [ - "default.handlebars->39->2741" + "default.handlebars->39->2742" ] }, { @@ -51448,7 +51457,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->39->2293" + "default.handlebars->39->2294" ] }, { @@ -51688,7 +51697,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->39->2740" + "default.handlebars->39->2741" ] }, { @@ -51712,7 +51721,7 @@ "zh-chs": "服务详情", "zh-cht": "服務詳情", "xloc": [ - "default.handlebars->39->1191" + "default.handlebars->39->1192" ] }, { @@ -51760,8 +51769,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->39->2552", - "default.handlebars->39->2606", + "default.handlebars->39->2553", + "default.handlebars->39->2607", "ssh.handlebars->3->17", "ssh.handlebars->3->19" ] @@ -51810,7 +51819,7 @@ "zh-chs": "会话信息", "zh-cht": "會議訊息", "xloc": [ - "default.handlebars->39->1129", + "default.handlebars->39->1130", "sharing.handlebars->11->18" ] }, @@ -51836,8 +51845,8 @@ "xloc": [ "default-mobile.handlebars->11->424", "default-mobile.handlebars->11->442", - "default.handlebars->39->1214", - "default.handlebars->39->1240" + "default.handlebars->39->1215", + "default.handlebars->39->1241" ] }, { @@ -51912,8 +51921,8 @@ "xloc": [ "default-mobile.handlebars->11->425", "default-mobile.handlebars->11->443", - "default.handlebars->39->1215", - "default.handlebars->39->1241" + "default.handlebars->39->1216", + "default.handlebars->39->1242" ] }, { @@ -51980,7 +51989,7 @@ "pl": "Ustaw schowek", "es": "Asignar portapapeles", "xloc": [ - "default.handlebars->39->1167" + "default.handlebars->39->1168" ] }, { @@ -52071,7 +52080,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2062" + "default.handlebars->39->2063" ] }, { @@ -52170,7 +52179,7 @@ "zh-cht": "設定", "xloc": [ "agent-translations.json", - "default.handlebars->39->1785", + "default.handlebars->39->1786", "default.handlebars->39->403" ] }, @@ -52237,7 +52246,7 @@ "zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。", "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ - "default.handlebars->39->1713" + "default.handlebars->39->1714" ] }, { @@ -52316,7 +52325,7 @@ "zh-chs": "共享设备", "zh-cht": "共享裝置", "xloc": [ - "default.handlebars->39->1007", + "default.handlebars->39->1008", "default.handlebars->39->273" ] }, @@ -52365,7 +52374,7 @@ "zh-chs": "共享过程", "zh-cht": "共享過程", "xloc": [ - "default.handlebars->39->1185" + "default.handlebars->39->1186" ] }, { @@ -52388,7 +52397,7 @@ "tr": "Paylaşım", "zh-chs": "分享", "xloc": [ - "default.handlebars->39->1937" + "default.handlebars->39->1938" ] }, { @@ -52463,8 +52472,8 @@ "xloc": [ "default-mobile.handlebars->11->396", "default-mobile.handlebars->11->400", - "default.handlebars->39->1153", - "default.handlebars->39->1157" + "default.handlebars->39->1154", + "default.handlebars->39->1158" ] }, { @@ -52748,7 +52757,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->628", - "default.handlebars->39->1895" + "default.handlebars->39->1896" ] }, { @@ -52776,7 +52785,7 @@ "nl": "Toon verkeer", "es": "Mostrar tráfico", "xloc": [ - "default.handlebars->39->2602" + "default.handlebars->39->2603" ] }, { @@ -52800,7 +52809,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->39->1852" + "default.handlebars->39->1853" ] }, { @@ -52920,8 +52929,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->39->2242", - "default.handlebars->39->2267" + "default.handlebars->39->2243", + "default.handlebars->39->2268" ] }, { @@ -52945,8 +52954,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->39->2241", - "default.handlebars->39->2266" + "default.handlebars->39->2242", + "default.handlebars->39->2267" ] }, { @@ -52970,8 +52979,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->39->2243", - "default.handlebars->39->2268" + "default.handlebars->39->2244", + "default.handlebars->39->2269" ] }, { @@ -52995,8 +53004,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->39->2240", - "default.handlebars->39->2265" + "default.handlebars->39->2241", + "default.handlebars->39->2266" ] }, { @@ -53246,8 +53255,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->39->1776", - "default.handlebars->39->1809" + "default.handlebars->39->1777", + "default.handlebars->39->1810" ] }, { @@ -53271,8 +53280,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->39->1774", - "default.handlebars->39->1813" + "default.handlebars->39->1775", + "default.handlebars->39->1814" ] }, { @@ -53296,7 +53305,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->39->1576" + "default.handlebars->39->1577" ] }, { @@ -53320,7 +53329,7 @@ "zh-chs": "僧伽罗文", "zh-cht": "僧伽羅文", "xloc": [ - "default.handlebars->39->1577" + "default.handlebars->39->1578" ] }, { @@ -53390,8 +53399,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->39->2555", - "default.handlebars->39->2576", + "default.handlebars->39->2556", + "default.handlebars->39->2577", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -53416,7 +53425,7 @@ "zh-chs": "缩放:100%", "zh-cht": "縮放:100%", "xloc": [ - "default.handlebars->39->1282", + "default.handlebars->39->1283", "sharing.handlebars->11->85" ] }, @@ -53441,7 +53450,7 @@ "zh-chs": "缩放:125%", "zh-cht": "縮放:125%", "xloc": [ - "default.handlebars->39->1283", + "default.handlebars->39->1284", "sharing.handlebars->11->86" ] }, @@ -53466,7 +53475,7 @@ "zh-chs": "缩放:150%", "zh-cht": "縮放:150%", "xloc": [ - "default.handlebars->39->1284", + "default.handlebars->39->1285", "sharing.handlebars->11->87" ] }, @@ -53491,7 +53500,7 @@ "zh-chs": "缩放:200%", "zh-cht": "縮放:200%", "xloc": [ - "default.handlebars->39->1285", + "default.handlebars->39->1286", "sharing.handlebars->11->88" ] }, @@ -53520,7 +53529,7 @@ "default-mobile.handlebars->11->222", "default-mobile.handlebars->11->223", "default-mobile.handlebars->11->331", - "default.handlebars->39->1017", + "default.handlebars->39->1018", "default.handlebars->39->2", "default.handlebars->39->3", "default.handlebars->39->4" @@ -53598,7 +53607,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->39->1579" + "default.handlebars->39->1580" ] }, { @@ -53622,7 +53631,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->39->1580" + "default.handlebars->39->1581" ] }, { @@ -53697,7 +53706,7 @@ "zh-chs": "小焦点", "zh-cht": "小焦點", "xloc": [ - "default.handlebars->39->1135" + "default.handlebars->39->1136" ] }, { @@ -53722,7 +53731,7 @@ "zh-cht": "軟斷開代理", "xloc": [ "default-mobile.handlebars->11->587", - "default.handlebars->39->1396" + "default.handlebars->39->1397" ] }, { @@ -53795,7 +53804,7 @@ "zh-chs": "索马尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->39->1581" + "default.handlebars->39->1582" ] }, { @@ -53819,7 +53828,7 @@ "zh-chs": "索比亚文", "zh-cht": "索比亞文", "xloc": [ - "default.handlebars->39->1582" + "default.handlebars->39->1583" ] }, { @@ -54041,7 +54050,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->39->1583" + "default.handlebars->39->1584" ] }, { @@ -54065,7 +54074,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->39->1584" + "default.handlebars->39->1585" ] }, { @@ -54089,7 +54098,7 @@ "zh-chs": "西班牙文(玻利维亚)", "zh-cht": "西班牙文(玻利維亞)", "xloc": [ - "default.handlebars->39->1585" + "default.handlebars->39->1586" ] }, { @@ -54113,7 +54122,7 @@ "zh-chs": "西班牙文(智利)", "zh-cht": "西班牙文(智利)", "xloc": [ - "default.handlebars->39->1586" + "default.handlebars->39->1587" ] }, { @@ -54137,7 +54146,7 @@ "zh-chs": "西班牙文(哥伦比亚)", "zh-cht": "西班牙文(哥倫比亞)", "xloc": [ - "default.handlebars->39->1587" + "default.handlebars->39->1588" ] }, { @@ -54161,7 +54170,7 @@ "zh-chs": "西班牙文(哥斯达黎加)", "zh-cht": "西班牙文(哥斯達黎加)", "xloc": [ - "default.handlebars->39->1588" + "default.handlebars->39->1589" ] }, { @@ -54185,7 +54194,7 @@ "zh-chs": "西班牙文(多米尼加共和国)", "zh-cht": "西班牙文(多米尼加共和國)", "xloc": [ - "default.handlebars->39->1589" + "default.handlebars->39->1590" ] }, { @@ -54209,7 +54218,7 @@ "zh-chs": "西班牙文(厄瓜多尔)", "zh-cht": "西班牙文(厄瓜多爾)", "xloc": [ - "default.handlebars->39->1590" + "default.handlebars->39->1591" ] }, { @@ -54233,7 +54242,7 @@ "zh-chs": "西班牙文(萨尔瓦多)", "zh-cht": "西班牙文(薩爾瓦多)", "xloc": [ - "default.handlebars->39->1591" + "default.handlebars->39->1592" ] }, { @@ -54257,7 +54266,7 @@ "zh-chs": "西班牙文(危地马拉)", "zh-cht": "西班牙文(危地馬拉)", "xloc": [ - "default.handlebars->39->1592" + "default.handlebars->39->1593" ] }, { @@ -54281,7 +54290,7 @@ "zh-chs": "西班牙文(洪都拉斯)", "zh-cht": "西班牙文(洪都拉斯)", "xloc": [ - "default.handlebars->39->1593" + "default.handlebars->39->1594" ] }, { @@ -54305,7 +54314,7 @@ "zh-chs": "西班牙文(墨西哥)", "zh-cht": "西班牙文(墨西哥)", "xloc": [ - "default.handlebars->39->1594" + "default.handlebars->39->1595" ] }, { @@ -54329,7 +54338,7 @@ "zh-chs": "西班牙文(尼加拉瓜)", "zh-cht": "西班牙文(尼加拉瓜)", "xloc": [ - "default.handlebars->39->1595" + "default.handlebars->39->1596" ] }, { @@ -54353,7 +54362,7 @@ "zh-chs": "西班牙文(巴拿马)", "zh-cht": "西班牙文(巴拿馬)", "xloc": [ - "default.handlebars->39->1596" + "default.handlebars->39->1597" ] }, { @@ -54377,7 +54386,7 @@ "zh-chs": "西班牙文(巴拉圭)", "zh-cht": "西班牙文(巴拉圭)", "xloc": [ - "default.handlebars->39->1597" + "default.handlebars->39->1598" ] }, { @@ -54401,7 +54410,7 @@ "zh-chs": "西班牙文(秘鲁)", "zh-cht": "西班牙文(秘魯)", "xloc": [ - "default.handlebars->39->1598" + "default.handlebars->39->1599" ] }, { @@ -54425,7 +54434,7 @@ "zh-chs": "西班牙文(波多黎各)", "zh-cht": "西班牙文(波多黎各)", "xloc": [ - "default.handlebars->39->1599" + "default.handlebars->39->1600" ] }, { @@ -54449,7 +54458,7 @@ "zh-chs": "西班牙文(西班牙)", "zh-cht": "西班牙文(西班牙)", "xloc": [ - "default.handlebars->39->1600" + "default.handlebars->39->1601" ] }, { @@ -54473,7 +54482,7 @@ "zh-chs": "西班牙文(乌拉圭)", "zh-cht": "西班牙文(烏拉圭)", "xloc": [ - "default.handlebars->39->1601" + "default.handlebars->39->1602" ] }, { @@ -54497,7 +54506,7 @@ "zh-chs": "西班牙文(委内瑞拉)", "zh-cht": "西班牙文(委內瑞拉)", "xloc": [ - "default.handlebars->39->1602" + "default.handlebars->39->1603" ] }, { @@ -54593,7 +54602,7 @@ "zh-chs": "开始", "zh-cht": "開始", "xloc": [ - "default.handlebars->39->1188" + "default.handlebars->39->1189" ] }, { @@ -54638,10 +54647,10 @@ "zh-chs": "开始时间", "zh-cht": "開始時間", "xloc": [ - "default.handlebars->39->1126", + "default.handlebars->39->1127", "default.handlebars->39->114", - "default.handlebars->39->2553", - "default.handlebars->39->2578", + "default.handlebars->39->2554", + "default.handlebars->39->2579", "default.handlebars->39->258", "sharing.handlebars->11->14" ] @@ -54714,7 +54723,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->39->2046" + "default.handlebars->39->2047" ] }, { @@ -54738,7 +54747,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2055" + "default.handlebars->39->2056" ] }, { @@ -54762,7 +54771,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2056" + "default.handlebars->39->2057" ] }, { @@ -54785,7 +54794,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü başlatıldı", "zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}", "xloc": [ - "default.handlebars->39->2160" + "default.handlebars->39->2161" ] }, { @@ -54809,7 +54818,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2053" + "default.handlebars->39->2054" ] }, { @@ -54833,7 +54842,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->39->2075" + "default.handlebars->39->2076" ] }, { @@ -54857,7 +54866,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->39->2076" + "default.handlebars->39->2077" ] }, { @@ -54881,7 +54890,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->39->2082" + "default.handlebars->39->2083" ] }, { @@ -54905,7 +54914,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->39->2083" + "default.handlebars->39->2084" ] }, { @@ -54929,7 +54938,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2054" + "default.handlebars->39->2055" ] }, { @@ -54953,7 +54962,7 @@ "zh-chs": "现在开始", "zh-cht": "現在開始", "xloc": [ - "default.handlebars->39->999" + "default.handlebars->39->1000" ] }, { @@ -54977,7 +54986,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->39->2070" + "default.handlebars->39->2071" ] }, { @@ -55001,7 +55010,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->39->2080" + "default.handlebars->39->2081" ] }, { @@ -55045,7 +55054,7 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->1179", + "default.handlebars->39->1180", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -55114,8 +55123,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->2496", - "default.handlebars->39->2571", + "default.handlebars->39->2497", + "default.handlebars->39->2572", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -55140,7 +55149,7 @@ "zh-chs": "停止", "zh-cht": "停止", "xloc": [ - "default.handlebars->39->1189" + "default.handlebars->39->1190" ] }, { @@ -55164,7 +55173,7 @@ "zh-chs": "停止进程", "zh-cht": "停止進程", "xloc": [ - "default.handlebars->39->1170" + "default.handlebars->39->1171" ] }, { @@ -55187,7 +55196,7 @@ "tr": "#{0} \\\"{1}\\\" işlemi durdurulsun mu?", "zh-chs": "停止进程 #{0} \\\"{1}\\\"?", "xloc": [ - "default.handlebars->39->1197" + "default.handlebars->39->1198" ] }, { @@ -55231,8 +55240,8 @@ "tr": "durduruldu", "zh-chs": "停止", "xloc": [ - "default.handlebars->39->1173", - "default.handlebars->39->1177" + "default.handlebars->39->1174", + "default.handlebars->39->1178" ] }, { @@ -55277,7 +55286,7 @@ "zh-cht": "儲存", "xloc": [ "default-mobile.handlebars->11->570", - "default.handlebars->39->1378" + "default.handlebars->39->1379" ] }, { @@ -55325,7 +55334,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->39->2001" + "default.handlebars->39->2002" ] }, { @@ -55349,7 +55358,7 @@ "zh-chs": "强", "zh-cht": "強", "xloc": [ - "default.handlebars->39->1696" + "default.handlebars->39->1697" ] }, { @@ -55402,7 +55411,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->2237" + "default.handlebars->39->2238" ] }, { @@ -55522,7 +55531,7 @@ "zh-chs": "苏图", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->39->1603" + "default.handlebars->39->1604" ] }, { @@ -55546,7 +55555,7 @@ "zh-chs": "斯瓦希里文", "zh-cht": "斯瓦希里文", "xloc": [ - "default.handlebars->39->1604" + "default.handlebars->39->1605" ] }, { @@ -55595,7 +55604,7 @@ "zh-chs": "瑞典文", "zh-cht": "瑞典文", "xloc": [ - "default.handlebars->39->1605" + "default.handlebars->39->1606" ] }, { @@ -55619,7 +55628,7 @@ "zh-chs": "瑞典文(芬兰)", "zh-cht": "瑞典文(芬蘭)", "xloc": [ - "default.handlebars->39->1606" + "default.handlebars->39->1607" ] }, { @@ -55643,7 +55652,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->39->1607" + "default.handlebars->39->1608" ] }, { @@ -55667,7 +55676,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->39->1790" + "default.handlebars->39->1791" ] }, { @@ -55691,7 +55700,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->39->1860" + "default.handlebars->39->1861" ] }, { @@ -55999,7 +56008,7 @@ "zh-cht": "未設置TLS", "xloc": [ "default-mobile.handlebars->11->544", - "default.handlebars->39->1352" + "default.handlebars->39->1353" ] }, { @@ -56024,7 +56033,7 @@ "zh-cht": "需要TLS加密", "xloc": [ "default-mobile.handlebars->11->356", - "default.handlebars->39->1052", + "default.handlebars->39->1053", "default.handlebars->39->428" ] }, @@ -56051,7 +56060,7 @@ "xloc": [ "default-mobile.handlebars->11->381", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->3", - "default.handlebars->39->1138" + "default.handlebars->39->1139" ] }, { @@ -56075,7 +56084,7 @@ "zh-chs": "标签1,标签2,标签3", "zh-cht": "標籤1,標籤2,標籤3", "xloc": [ - "default.handlebars->39->1115", + "default.handlebars->39->1116", "default.handlebars->39->632" ] }, @@ -56127,7 +56136,7 @@ "default-mobile.handlebars->11->301", "default-mobile.handlebars->11->302", "default-mobile.handlebars->11->369", - "default.handlebars->39->1114", + "default.handlebars->39->1115", "default.handlebars->39->631", "default.handlebars->39->828", "default.handlebars->39->829", @@ -56178,7 +56187,7 @@ "zh-chs": "泰米尔文", "zh-cht": "泰米爾文", "xloc": [ - "default.handlebars->39->1608" + "default.handlebars->39->1609" ] }, { @@ -56202,7 +56211,7 @@ "zh-chs": "塔塔尔族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->39->1609" + "default.handlebars->39->1610" ] }, { @@ -56226,7 +56235,7 @@ "zh-chs": "泰卢加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->39->1610" + "default.handlebars->39->1611" ] }, { @@ -56252,15 +56261,15 @@ "xloc": [ "default-mobile.handlebars->11->202", "default-mobile.handlebars->11->319", - "default.handlebars->39->1853", - "default.handlebars->39->2565", - "default.handlebars->39->2615", - "default.handlebars->39->2631", - "default.handlebars->39->2717", + "default.handlebars->39->1854", + "default.handlebars->39->2566", + "default.handlebars->39->2616", + "default.handlebars->39->2632", + "default.handlebars->39->2718", "default.handlebars->39->373", "default.handlebars->39->706", "default.handlebars->39->898", - "default.handlebars->39->975", + "default.handlebars->39->976", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", "default.handlebars->contextMenu->cxterminal", "sharing.handlebars->LeftSideToolBar" @@ -56287,7 +56296,7 @@ "zh-chs": "终端 + 文件", "xloc": [ "default.handlebars->39->902", - "default.handlebars->39->978" + "default.handlebars->39->979" ] }, { @@ -56335,9 +56344,9 @@ "zh-chs": "终端通知", "zh-cht": "終端機通知", "xloc": [ - "default.handlebars->39->1757", - "default.handlebars->39->2342", - "default.handlebars->39->2444", + "default.handlebars->39->1758", + "default.handlebars->39->2343", + "default.handlebars->39->2445", "default.handlebars->39->802" ] }, @@ -56362,9 +56371,9 @@ "zh-chs": "终端提示", "zh-cht": "終端機提示", "xloc": [ - "default.handlebars->39->1756", - "default.handlebars->39->2341", - "default.handlebars->39->2443", + "default.handlebars->39->1757", + "default.handlebars->39->2342", + "default.handlebars->39->2444", "default.handlebars->39->801" ] }, @@ -56388,7 +56397,7 @@ "tr": "Terminal Oturumu", "zh-chs": "终端会话", "xloc": [ - "default.handlebars->39->2558" + "default.handlebars->39->2559" ] }, { @@ -56517,7 +56526,7 @@ "zh-chs": "泰国", "zh-cht": "泰國", "xloc": [ - "default.handlebars->39->1611" + "default.handlebars->39->1612" ] }, { @@ -56694,7 +56703,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->661", - "default.handlebars->39->2637" + "default.handlebars->39->2638" ] }, { @@ -56718,7 +56727,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->682", - "default.handlebars->39->2658" + "default.handlebars->39->2659" ] }, { @@ -56811,7 +56820,7 @@ "zh-cht": "此帳戶無權建立新的裝置群。", "xloc": [ "default-mobile.handlebars->11->116", - "default.handlebars->39->1681" + "default.handlebars->39->1682" ] }, { @@ -56834,7 +56843,7 @@ "tr": "Bu aracının eski bir sertifika doğrulama mekanizması var, güncellemeyi düşünün.", "zh-chs": "此代理具有过时的证书验证机制,请考虑更新。", "xloc": [ - "default.handlebars->39->2158" + "default.handlebars->39->2159" ] }, { @@ -56857,7 +56866,7 @@ "tr": "Bu aracı güvenli olmayan tüneller kullanıyor, güncellemeyi düşünün.", "zh-chs": "此代理正在使用不安全的隧道,请考虑更新。", "xloc": [ - "default.handlebars->39->2159" + "default.handlebars->39->2160" ] }, { @@ -56925,10 +56934,10 @@ "tr": "Bu bir misafir paylaşım oturumu", "zh-chs": "这是嘉宾分享环节", "xloc": [ - "default.handlebars->39->1291", - "default.handlebars->39->2172", - "default.handlebars->39->2547", - "default.handlebars->39->2548" + "default.handlebars->39->1292", + "default.handlebars->39->2173", + "default.handlebars->39->2548", + "default.handlebars->39->2549" ] }, { @@ -56975,7 +56984,7 @@ "tr": "Bu eski bir aracı sürümüdür, güncellemeyi düşünün.", "zh-chs": "这是一个旧的代理版本,考虑更新。", "xloc": [ - "default.handlebars->39->2157" + "default.handlebars->39->2158" ] }, { @@ -57020,7 +57029,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->39->1838" + "default.handlebars->39->1839" ] }, { @@ -57069,7 +57078,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->39->1835" + "default.handlebars->39->1836" ] }, { @@ -57188,7 +57197,7 @@ "zh-chs": "这会在此设备的事件日志中添加一个条目。", "zh-cht": "這會在此裝置的事件日誌中增加一個記錄。", "xloc": [ - "default.handlebars->39->960" + "default.handlebars->39->961" ] }, { @@ -57233,7 +57242,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->39->1059" + "default.handlebars->39->1060" ] }, { @@ -57257,7 +57266,7 @@ "zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。", "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ - "default.handlebars->39->1060" + "default.handlebars->39->1061" ] }, { @@ -57281,7 +57290,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->39->1612" + "default.handlebars->39->1613" ] }, { @@ -57306,9 +57315,9 @@ "zh-cht": "時間", "xloc": [ "default-mobile.handlebars->11->326", - "default.handlebars->39->1011", - "default.handlebars->39->2599", - "default.handlebars->39->2604", + "default.handlebars->39->1012", + "default.handlebars->39->2600", + "default.handlebars->39->2605", "player.handlebars->3->17" ] }, @@ -57333,8 +57342,8 @@ "zh-chs": "时间范围", "zh-cht": "時間範圍", "xloc": [ - "default.handlebars->39->1002", - "default.handlebars->39->2600" + "default.handlebars->39->1003", + "default.handlebars->39->2601" ] }, { @@ -57358,7 +57367,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->39->2176" + "default.handlebars->39->2177" ] }, { @@ -57382,8 +57391,8 @@ "zh-chs": "时间范围", "zh-cht": "時間範圍", "xloc": [ - "default.handlebars->39->1000", - "default.handlebars->39->2598" + "default.handlebars->39->1001", + "default.handlebars->39->2599" ] }, { @@ -57408,7 +57417,7 @@ "zh-cht": "超時", "xloc": [ "default-mobile.handlebars->11->375", - "default.handlebars->39->1120", + "default.handlebars->39->1121", "sharing.handlebars->11->31", "sharing.handlebars->11->9" ] @@ -57616,7 +57625,7 @@ "zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->39->1668" + "default.handlebars->39->1669" ] }, { @@ -58189,7 +58198,7 @@ "tr": "Jeton Adı", "zh-chs": "代币名称", "xloc": [ - "default.handlebars->39->1654" + "default.handlebars->39->1655" ] }, { @@ -58289,7 +58298,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->1054" + "default.handlebars->39->1055" ] }, { @@ -58520,7 +58529,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->39->1613" + "default.handlebars->39->1614" ] }, { @@ -58544,7 +58553,7 @@ "zh-chs": "茨瓦纳", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->39->1614" + "default.handlebars->39->1615" ] }, { @@ -58588,7 +58597,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->39->1615" + "default.handlebars->39->1616" ] }, { @@ -58612,7 +58621,7 @@ "zh-chs": "土库曼文", "zh-cht": "土庫曼文", "xloc": [ - "default.handlebars->39->1616" + "default.handlebars->39->1617" ] }, { @@ -58682,13 +58691,13 @@ "xloc": [ "default-mobile.handlebars->11->122", "default-mobile.handlebars->11->596", - "default.handlebars->39->1186", - "default.handlebars->39->1689", - "default.handlebars->39->1742", - "default.handlebars->39->1810", - "default.handlebars->39->2588", + "default.handlebars->39->1187", + "default.handlebars->39->1690", + "default.handlebars->39->1743", + "default.handlebars->39->1811", + "default.handlebars->39->2589", "default.handlebars->39->414", - "default.handlebars->39->981", + "default.handlebars->39->982", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "sharing.handlebars->p11->deskarea0->deskarea4->3" ] @@ -58714,7 +58723,7 @@ "zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->39->1425" + "default.handlebars->39->1426" ] }, { @@ -58738,7 +58747,7 @@ "zh-chs": "输入要添加的密钥的名称。", "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ - "default.handlebars->39->1422" + "default.handlebars->39->1423" ] }, { @@ -58827,7 +58836,7 @@ "zh-chs": "UTF8终端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->39->1216", + "default.handlebars->39->1217", "sharing.handlebars->11->33" ] }, @@ -58852,7 +58861,7 @@ "zh-chs": "乌克兰", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->39->1617" + "default.handlebars->39->1618" ] }, { @@ -58968,7 +58977,7 @@ "zh-chs": "在验证电子邮件地址之前,无法访问此功能。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电子邮件地址。", "zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->39->1683", + "default.handlebars->39->1684", "default.handlebars->39->722" ] }, @@ -58993,8 +59002,8 @@ "zh-chs": "在启用两因素身份验证之前,无法访问此功能。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。", "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->39->1685", - "default.handlebars->39->2768", + "default.handlebars->39->1686", + "default.handlebars->39->2769", "default.handlebars->39->724" ] }, @@ -59019,7 +59028,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->678", - "default.handlebars->39->2654" + "default.handlebars->39->2655" ] }, { @@ -59085,7 +59094,7 @@ "tr": "Ekran yakalanamadı", "zh-chs": "无法捕捉显示", "xloc": [ - "default.handlebars->39->1122" + "default.handlebars->39->1123" ] }, { @@ -59179,7 +59188,7 @@ "tr": "Herhangi bir cihaz içe aktarılamıyor.", "zh-chs": "无法导入任何设备。", "xloc": [ - "default.handlebars->39->1806" + "default.handlebars->39->1807" ] }, { @@ -59379,9 +59388,9 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->650", - "default.handlebars->39->1934", - "default.handlebars->39->933", - "default.handlebars->39->955" + "default.handlebars->39->1935", + "default.handlebars->39->934", + "default.handlebars->39->956" ] }, { @@ -59406,7 +59415,7 @@ "zh-cht": "卸載代理", "xloc": [ "default-mobile.handlebars->11->630", - "default.handlebars->39->1025", + "default.handlebars->39->1026", "default.handlebars->39->593" ] }, @@ -59431,7 +59440,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->39->1897" + "default.handlebars->39->1898" ] }, { @@ -59455,7 +59464,7 @@ "zh-chs": "卸载代理", "zh-cht": "卸載代理", "xloc": [ - "default.handlebars->39->1062" + "default.handlebars->39->1063" ] }, { @@ -59487,24 +59496,24 @@ "default-mobile.handlebars->11->541", "default-mobile.handlebars->11->6", "default.handlebars->39->13", - "default.handlebars->39->1342", - "default.handlebars->39->1349", - "default.handlebars->39->1728", + "default.handlebars->39->1343", + "default.handlebars->39->1350", "default.handlebars->39->1729", + "default.handlebars->39->1730", "default.handlebars->39->174", "default.handlebars->39->175", "default.handlebars->39->176", "default.handlebars->39->178", "default.handlebars->39->180", - "default.handlebars->39->2540", - "default.handlebars->39->2557", - "default.handlebars->39->2564", - "default.handlebars->39->2625", + "default.handlebars->39->2541", + "default.handlebars->39->2558", + "default.handlebars->39->2565", "default.handlebars->39->2626", "default.handlebars->39->2627", "default.handlebars->39->2628", "default.handlebars->39->2629", - "default.handlebars->39->2634", + "default.handlebars->39->2630", + "default.handlebars->39->2635", "default.handlebars->39->44", "default.handlebars->39->51", "default.handlebars->39->52", @@ -59533,7 +59542,7 @@ "zh-cht": "未知#{0}", "xloc": [ "default-mobile.handlebars->11->590", - "default.handlebars->39->1735" + "default.handlebars->39->1736" ] }, { @@ -59557,7 +59566,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->39->2686" + "default.handlebars->39->2687" ] }, { @@ -59581,8 +59590,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->39->2367", - "default.handlebars->39->2526" + "default.handlebars->39->2368", + "default.handlebars->39->2527" ] }, { @@ -59606,9 +59615,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->39->2361", - "default.handlebars->39->2514", - "default.handlebars->39->2690" + "default.handlebars->39->2362", + "default.handlebars->39->2515", + "default.handlebars->39->2691" ] }, { @@ -59632,7 +59641,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->39->2682" + "default.handlebars->39->2683" ] }, { @@ -59665,8 +59674,8 @@ "nl": "Onbekende gebruiker", "es": "Usuario desconocido", "xloc": [ - "default.handlebars->39->2630", - "default.handlebars->39->2635" + "default.handlebars->39->2631", + "default.handlebars->39->2636" ] }, { @@ -59690,7 +59699,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->39->2520" + "default.handlebars->39->2521" ] }, { @@ -59739,7 +59748,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->39->1826" + "default.handlebars->39->1827" ] }, { @@ -59763,11 +59772,11 @@ "zh-chs": "无限制", "zh-cht": "無限", "xloc": [ - "default.handlebars->39->1638", + "default.handlebars->39->1639", "default.handlebars->39->251", "default.handlebars->39->470", "default.handlebars->39->484", - "default.handlebars->39->997" + "default.handlebars->39->998" ] }, { @@ -59791,7 +59800,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->39->2230" + "default.handlebars->39->2231" ] }, { @@ -59814,7 +59823,7 @@ "tr": "Uzak kullanıcının fare ve klavyesinin kilidi açılsın mı?", "zh-chs": "解锁远程用户的鼠标和键盘?", "xloc": [ - "default.handlebars->39->968" + "default.handlebars->39->969" ] }, { @@ -59874,7 +59883,7 @@ "default-mobile.handlebars->11->392", "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->39->1149", + "default.handlebars->39->1150", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->dialogBody->dialog3->d3servermode->d3serveraction", @@ -59902,7 +59911,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->39->2773" + "default.handlebars->39->2774" ] }, { @@ -60007,11 +60016,11 @@ "default-mobile.handlebars->11->456", "default-mobile.handlebars->11->474", "default-mobile.handlebars->11->477", - "default.handlebars->39->1262", - "default.handlebars->39->1286", - "default.handlebars->39->1289", - "default.handlebars->39->2030", - "default.handlebars->39->2038", + "default.handlebars->39->1263", + "default.handlebars->39->1287", + "default.handlebars->39->1290", + "default.handlebars->39->2031", + "default.handlebars->39->2039", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -60040,7 +60049,7 @@ "zh-cht": "上載mesh agent核心", "xloc": [ "default-mobile.handlebars->11->589", - "default.handlebars->39->1398" + "default.handlebars->39->1399" ] }, { @@ -60065,7 +60074,7 @@ "zh-cht": "上載核心檔案", "xloc": [ "default-mobile.handlebars->11->586", - "default.handlebars->39->1395" + "default.handlebars->39->1396" ] }, { @@ -60090,7 +60099,7 @@ "zh-cht": "上載默認伺服器核心", "xloc": [ "default-mobile.handlebars->11->582", - "default.handlebars->39->1391", + "default.handlebars->39->1392", "default.handlebars->39->605", "default.handlebars->39->650" ] @@ -60188,7 +60197,7 @@ "zh-cht": "上傳恢復核心", "xloc": [ "default-mobile.handlebars->11->584", - "default.handlebars->39->1393" + "default.handlebars->39->1394" ] }, { @@ -60236,7 +60245,7 @@ "zh-chs": "上传小核", "xloc": [ "default-mobile.handlebars->11->585", - "default.handlebars->39->1394" + "default.handlebars->39->1395" ] }, { @@ -60261,8 +60270,8 @@ "zh-cht": "上傳將覆蓋1個檔案。繼續?", "xloc": [ "default-mobile.handlebars->11->475", - "default.handlebars->39->1287", - "default.handlebars->39->2039", + "default.handlebars->39->1288", + "default.handlebars->39->2040", "sharing.handlebars->11->90" ] }, @@ -60288,8 +60297,8 @@ "zh-cht": "上傳將覆蓋{0}個檔案。繼續?", "xloc": [ "default-mobile.handlebars->11->476", - "default.handlebars->39->1288", - "default.handlebars->39->2040", + "default.handlebars->39->1289", + "default.handlebars->39->2041", "sharing.handlebars->11->91" ] }, @@ -60335,7 +60344,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->39->2090" + "default.handlebars->39->2091" ] }, { @@ -60358,7 +60367,7 @@ "tr": "Yükleme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2145" + "default.handlebars->39->2146" ] }, { @@ -60382,7 +60391,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->39->1618" + "default.handlebars->39->1619" ] }, { @@ -60406,7 +60415,7 @@ "zh-chs": "乌尔都文", "zh-cht": "烏爾都文", "xloc": [ - "default.handlebars->39->1619" + "default.handlebars->39->1620" ] }, { @@ -60429,7 +60438,7 @@ "tr": "kullanım", "zh-chs": "用法", "xloc": [ - "default.handlebars->39->2736" + "default.handlebars->39->2737" ] }, { @@ -60619,8 +60628,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->39->2676", - "default.handlebars->39->2678" + "default.handlebars->39->2677", + "default.handlebars->39->2679" ] }, { @@ -60645,13 +60654,13 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->39->112", - "default.handlebars->39->1794", - "default.handlebars->39->2183", - "default.handlebars->39->2212", - "default.handlebars->39->2357", - "default.handlebars->39->2583", - "default.handlebars->39->2589", - "default.handlebars->39->2607", + "default.handlebars->39->1795", + "default.handlebars->39->2184", + "default.handlebars->39->2213", + "default.handlebars->39->2358", + "default.handlebars->39->2584", + "default.handlebars->39->2590", + "default.handlebars->39->2608", "default.handlebars->39->326", "default.handlebars->39->893" ] @@ -60677,7 +60686,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->39->2213" + "default.handlebars->39->2214" ] }, { @@ -60701,11 +60710,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->39->1805", - "default.handlebars->39->2248", + "default.handlebars->39->1806", "default.handlebars->39->2249", - "default.handlebars->39->2251", - "default.handlebars->39->2253" + "default.handlebars->39->2250", + "default.handlebars->39->2252", + "default.handlebars->39->2254" ] }, { @@ -60729,7 +60738,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->39->2695" + "default.handlebars->39->2696" ] }, { @@ -60754,7 +60763,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->11->599", - "default.handlebars->39->1792", + "default.handlebars->39->1793", "default.handlebars->39->889" ] }, @@ -60779,10 +60788,10 @@ "zh-chs": "用户同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->39->1004", - "default.handlebars->39->1763", - "default.handlebars->39->2348", - "default.handlebars->39->2450", + "default.handlebars->39->1005", + "default.handlebars->39->1764", + "default.handlebars->39->2349", + "default.handlebars->39->2451", "default.handlebars->39->264", "default.handlebars->39->808" ] @@ -60808,11 +60817,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->39->1872", "default.handlebars->39->1873", - "default.handlebars->39->2318", - "default.handlebars->39->2522", - "default.handlebars->39->2543", + "default.handlebars->39->1874", + "default.handlebars->39->2319", + "default.handlebars->39->2523", + "default.handlebars->39->2544", "default.handlebars->39->892" ] }, @@ -60861,7 +60870,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->39->2519" + "default.handlebars->39->2520" ] }, { @@ -60909,9 +60918,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->39->1941", - "default.handlebars->39->2404", - "default.handlebars->39->2405" + "default.handlebars->39->1942", + "default.handlebars->39->2405", + "default.handlebars->39->2406" ] }, { @@ -60935,8 +60944,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->39->1870", - "default.handlebars->39->2388" + "default.handlebars->39->1871", + "default.handlebars->39->2389" ] }, { @@ -60983,7 +60992,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->39->2260" + "default.handlebars->39->2261" ] }, { @@ -61008,7 +61017,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->654", - "default.handlebars->39->1940" + "default.handlebars->39->1941" ] }, { @@ -61123,7 +61132,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2727" + "default.handlebars->39->2728" ] }, { @@ -61159,7 +61168,7 @@ "nl": "Gebruik van gebruikersverkeer", "es": "Uso de tráfico de usuario", "xloc": [ - "default.handlebars->39->2587" + "default.handlebars->39->2588" ] }, { @@ -61255,7 +61264,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->677", - "default.handlebars->39->2653" + "default.handlebars->39->2654" ] }, { @@ -61279,8 +61288,8 @@ "zh-chs": "用户浏览器值", "zh-cht": "用戶瀏覽器值", "xloc": [ - "default.handlebars->39->1630", - "default.handlebars->39->1632" + "default.handlebars->39->1631", + "default.handlebars->39->1633" ] }, { @@ -61304,7 +61313,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->39->2119" + "default.handlebars->39->2120" ] }, { @@ -61328,7 +61337,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->39->2109" + "default.handlebars->39->2110" ] }, { @@ -61352,7 +61361,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2107" + "default.handlebars->39->2108" ] }, { @@ -61404,7 +61413,7 @@ "tr": "{0}, {1}, {2}'den kilitli hesapta kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "xloc": [ - "default.handlebars->39->2149" + "default.handlebars->39->2150" ] }, { @@ -61427,7 +61436,7 @@ "tr": "{0}, {1}, {2}'den yanlış 2. faktörle kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "xloc": [ - "default.handlebars->39->2148" + "default.handlebars->39->2149" ] }, { @@ -61435,7 +61444,7 @@ "nl": "Gebruikersmeldingen gewijzigd", "es": "Han cambiado las notificaciones del usuario", "xloc": [ - "default.handlebars->39->2170" + "default.handlebars->39->2171" ] }, { @@ -61459,7 +61468,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->685", - "default.handlebars->39->2661" + "default.handlebars->39->2662" ] }, { @@ -61510,12 +61519,12 @@ "default-mobile.handlebars->11->352", "default-mobile.handlebars->11->416", "default-mobile.handlebars->11->433", - "default.handlebars->39->1048", - "default.handlebars->39->1205", - "default.handlebars->39->1232", - "default.handlebars->39->1706", - "default.handlebars->39->1711", - "default.handlebars->39->2272", + "default.handlebars->39->1049", + "default.handlebars->39->1206", + "default.handlebars->39->1233", + "default.handlebars->39->1707", + "default.handlebars->39->1712", + "default.handlebars->39->2273", "default.handlebars->39->293", "default.handlebars->39->423", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->0->1", @@ -61548,8 +61557,8 @@ "xloc": [ "default-mobile.handlebars->11->414", "default-mobile.handlebars->11->431", - "default.handlebars->39->1203", - "default.handlebars->39->1230", + "default.handlebars->39->1204", + "default.handlebars->39->1231", "ssh.handlebars->3->6" ] }, @@ -61601,8 +61610,8 @@ "xloc": [ "default-mobile.handlebars->11->415", "default-mobile.handlebars->11->432", - "default.handlebars->39->1204", - "default.handlebars->39->1231", + "default.handlebars->39->1205", + "default.handlebars->39->1232", "ssh.handlebars->3->7" ] }, @@ -61656,9 +61665,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->39->2306", - "default.handlebars->39->2349", - "default.handlebars->39->2726", + "default.handlebars->39->2307", + "default.handlebars->39->2350", + "default.handlebars->39->2727", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -61683,7 +61692,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2699" + "default.handlebars->39->2700" ] }, { @@ -61706,7 +61715,7 @@ "tr": "Kullanıcılar Görünümü", "zh-chs": "用户视图", "xloc": [ - "default.handlebars->39->2246" + "default.handlebars->39->2247" ] }, { @@ -61730,7 +61739,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->686", - "default.handlebars->39->2662" + "default.handlebars->39->2663" ] }, { @@ -61800,7 +61809,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->39->1221", + "default.handlebars->39->1222", "sharing.handlebars->11->38" ] }, @@ -61849,7 +61858,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->39->2225" + "default.handlebars->39->2226" ] }, { @@ -61873,7 +61882,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->679", - "default.handlebars->39->2655" + "default.handlebars->39->2656" ] }, { @@ -61897,7 +61906,7 @@ "zh-chs": "有效期", "zh-cht": "有效期", "xloc": [ - "default.handlebars->39->998" + "default.handlebars->39->999" ] }, { @@ -61941,7 +61950,7 @@ "zh-chs": "文达", "zh-cht": "文達", "xloc": [ - "default.handlebars->39->1620" + "default.handlebars->39->1621" ] }, { @@ -61967,8 +61976,8 @@ "xloc": [ "default-mobile.handlebars->11->549", "default-mobile.handlebars->11->552", - "default.handlebars->39->1357", - "default.handlebars->39->1360" + "default.handlebars->39->1358", + "default.handlebars->39->1361" ] }, { @@ -62017,7 +62026,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->39->2498" + "default.handlebars->39->2499" ] }, { @@ -62067,8 +62076,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->11->87", - "default.handlebars->39->1402", - "default.handlebars->39->2221" + "default.handlebars->39->1403", + "default.handlebars->39->2222" ] }, { @@ -62092,7 +62101,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->39->2136" + "default.handlebars->39->2137" ] }, { @@ -62169,10 +62178,10 @@ "default-mobile.handlebars->11->533", "default-mobile.handlebars->11->550", "default-mobile.handlebars->11->555", - "default.handlebars->39->1295", - "default.handlebars->39->1341", - "default.handlebars->39->1358", - "default.handlebars->39->1363", + "default.handlebars->39->1296", + "default.handlebars->39->1342", + "default.handlebars->39->1359", + "default.handlebars->39->1364", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -62197,7 +62206,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->39->2769" + "default.handlebars->39->2770" ] }, { @@ -62267,7 +62276,7 @@ "zh-chs": "颤动", "xloc": [ "default-mobile.handlebars->11->325", - "default.handlebars->39->1010" + "default.handlebars->39->1011" ] }, { @@ -62291,7 +62300,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->39->1621" + "default.handlebars->39->1622" ] }, { @@ -62339,7 +62348,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->39->2297" + "default.handlebars->39->2298" ] }, { @@ -62383,8 +62392,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->39->2772", - "default.handlebars->39->2774" + "default.handlebars->39->2773", + "default.handlebars->39->2775" ] }, { @@ -62432,7 +62441,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->39->1781" + "default.handlebars->39->1782" ] }, { @@ -62456,7 +62465,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->39->2460" + "default.handlebars->39->2461" ] }, { @@ -62503,7 +62512,7 @@ "tr": "Bu kullanıcı için önceki girişleri görüntüle", "zh-chs": "查看此用户以前的登录", "xloc": [ - "default.handlebars->39->2473" + "default.handlebars->39->2474" ] }, { @@ -62550,7 +62559,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->39->1622" + "default.handlebars->39->1623" ] }, { @@ -62750,7 +62759,7 @@ "zh-cht": "正在等待用戶授予訪問權限...", "xloc": [ "default-mobile.handlebars->11->372", - "default.handlebars->39->1117", + "default.handlebars->39->1118", "sharing.handlebars->11->28", "sharing.handlebars->11->6" ] @@ -62776,8 +62785,8 @@ "zh-chs": "唤醒", "zh-cht": "喚醒", "xloc": [ - "default.handlebars->39->929", - "default.handlebars->39->951" + "default.handlebars->39->930", + "default.handlebars->39->952" ] }, { @@ -62803,8 +62812,8 @@ "xloc": [ "default-mobile.handlebars->11->626", "default-mobile.handlebars->11->641", - "default.handlebars->39->1893", - "default.handlebars->39->1924" + "default.handlebars->39->1894", + "default.handlebars->39->1925" ] }, { @@ -62829,7 +62838,7 @@ "zh-cht": "喚醒", "xloc": [ "default-mobile.handlebars->11->330", - "default.handlebars->39->1015" + "default.handlebars->39->1016" ] }, { @@ -62877,7 +62886,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->39->1623" + "default.handlebars->39->1624" ] }, { @@ -62901,7 +62910,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->39->1698" + "default.handlebars->39->1699" ] }, { @@ -62938,8 +62947,8 @@ "nl": "Webpagina meldingen", "es": "Notificaciones de página web", "xloc": [ - "default.handlebars->39->1964", - "default.handlebars->39->910" + "default.handlebars->39->1965", + "default.handlebars->39->911" ] }, { @@ -62963,8 +62972,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->39->2752", - "default.handlebars->39->2753" + "default.handlebars->39->2753", + "default.handlebars->39->2754" ] }, { @@ -62987,7 +62996,7 @@ "tr": "Web Sunucusu HTTP Başlıkları", "zh-chs": "Web 服务器 HTTP 标头", "xloc": [ - "default.handlebars->39->2756" + "default.handlebars->39->2757" ] }, { @@ -63011,7 +63020,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->39->2754" + "default.handlebars->39->2755" ] }, { @@ -63035,7 +63044,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->39->2755" + "default.handlebars->39->2756" ] }, { @@ -63059,7 +63068,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->39->2621", + "default.handlebars->39->2622", "default.handlebars->39->871" ] }, @@ -63068,7 +63077,7 @@ "nl": "Web-SFTP", "es": "Web-SFTP", "xloc": [ - "default.handlebars->39->2623" + "default.handlebars->39->2624" ] }, { @@ -63091,7 +63100,7 @@ "tr": "Web-SSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2622", + "default.handlebars->39->2623", "default.handlebars->39->873" ] }, @@ -63115,7 +63124,7 @@ "tr": "Web-VNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2624", + "default.handlebars->39->2625", "default.handlebars->39->869" ] }, @@ -63139,7 +63148,7 @@ "tr": "WebRDP", "zh-chs": "网络RDP", "xloc": [ - "default.handlebars->39->2720" + "default.handlebars->39->2721" ] }, { @@ -63162,7 +63171,7 @@ "tr": "WebSSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2721" + "default.handlebars->39->2722" ] }, { @@ -63194,7 +63203,7 @@ "tr": "WebVNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2722" + "default.handlebars->39->2723" ] }, { @@ -63268,7 +63277,7 @@ "zh-chs": "威尔士文", "zh-cht": "威爾士文", "xloc": [ - "default.handlebars->39->1624" + "default.handlebars->39->1625" ] }, { @@ -63292,7 +63301,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->1949" + "default.handlebars->39->1950" ] }, { @@ -63317,7 +63326,7 @@ "zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。", "xloc": [ "default-mobile.handlebars->11->93", - "default.handlebars->39->1409" + "default.handlebars->39->1410" ] }, { @@ -63341,7 +63350,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->39->1836" + "default.handlebars->39->1837" ] }, { @@ -63386,7 +63395,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->39->1837" + "default.handlebars->39->1838" ] }, { @@ -63410,7 +63419,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->39->2430" + "default.handlebars->39->2431" ] }, { @@ -63437,8 +63446,8 @@ "default-mobile.handlebars->11->399", "default-mobile.handlebars->11->403", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->5", - "default.handlebars->39->1156", - "default.handlebars->39->1160", + "default.handlebars->39->1157", + "default.handlebars->39->1161", "sharing.handlebars->p11->deskarea0->deskarea4->3->deskkeys->3" ] }, @@ -63636,7 +63645,7 @@ "zh-chs": "Win32可执行档案", "zh-cht": "Win32可執行檔案", "xloc": [ - "default.handlebars->39->1076" + "default.handlebars->39->1077" ] }, { @@ -63775,7 +63784,7 @@ "zh-chs": "Windows(32位)", "zh-cht": "Windows(32位)", "xloc": [ - "default.handlebars->39->1082" + "default.handlebars->39->1083" ] }, { @@ -63799,7 +63808,7 @@ "zh-chs": "Windows(64位)", "zh-cht": "Windows(64位)", "xloc": [ - "default.handlebars->39->1081" + "default.handlebars->39->1082" ] }, { @@ -64018,7 +64027,7 @@ "zh-chs": "Windows命令提示", "zh-cht": "Windows命令提示", "xloc": [ - "default.handlebars->39->1030", + "default.handlebars->39->1031", "default.handlebars->39->619" ] }, @@ -64117,7 +64126,7 @@ "zh-chs": "Windows PowerShell", "zh-cht": "Windows PowerShell", "xloc": [ - "default.handlebars->39->1031", + "default.handlebars->39->1032", "default.handlebars->39->620" ] }, @@ -64262,7 +64271,7 @@ "zh-chs": "换行:关", "zh-cht": "换行:關", "xloc": [ - "default.handlebars->39->1281", + "default.handlebars->39->1282", "sharing.handlebars->11->84" ] }, @@ -64287,7 +64296,7 @@ "zh-chs": "换行:开", "zh-cht": "换行:開", "xloc": [ - "default.handlebars->39->1280", + "default.handlebars->39->1281", "sharing.handlebars->11->83" ] }, @@ -64408,7 +64417,7 @@ "zh-chs": "科萨", "zh-cht": "科薩", "xloc": [ - "default.handlebars->39->1625" + "default.handlebars->39->1626" ] }, { @@ -64432,7 +64441,7 @@ "zh-chs": "意第绪文", "zh-cht": "意第緒文", "xloc": [ - "default.handlebars->39->1626" + "default.handlebars->39->1627" ] }, { @@ -64598,7 +64607,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->39->1428" + "default.handlebars->39->1429" ] }, { @@ -64647,7 +64656,7 @@ "zh-chs": "邮编档案名", "zh-cht": "郵編檔案名", "xloc": [ - "default.handlebars->39->1265", + "default.handlebars->39->1266", "sharing.handlebars->11->68" ] }, @@ -64746,7 +64755,7 @@ "zh-chs": "祖鲁族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->39->1627" + "default.handlebars->39->1628" ] }, { @@ -65092,7 +65101,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->39->2770" + "default.handlebars->39->2771" ] }, { @@ -65491,7 +65500,7 @@ "zh-cht": "console.txt", "xloc": [ "default-mobile.handlebars->11->579", - "default.handlebars->39->1388" + "default.handlebars->39->1389" ] }, { @@ -65516,7 +65525,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->39->2035" + "default.handlebars->39->2036" ] }, { @@ -65728,8 +65737,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->39->2190", - "default.handlebars->39->2195" + "default.handlebars->39->2191", + "default.handlebars->39->2196" ] }, { @@ -65753,8 +65762,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->39->2192", - "default.handlebars->39->2196" + "default.handlebars->39->2193", + "default.handlebars->39->2197" ] }, { @@ -65826,8 +65835,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->39->2707", - "default.handlebars->39->2710" + "default.handlebars->39->2708", + "default.handlebars->39->2711" ] }, { @@ -66082,7 +66091,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->39->2261" + "default.handlebars->39->2262" ] }, { @@ -66289,7 +66298,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->39->2289" + "default.handlebars->39->2290" ] }, { @@ -66493,7 +66502,7 @@ "zh-chs": "macOS ARM (64位)", "zh-cht": "macOS ARM (64位)", "xloc": [ - "default.handlebars->39->1086" + "default.handlebars->39->1087" ] }, { @@ -66517,7 +66526,7 @@ "zh-chs": "macOS x86 (64位)", "zh-cht": "macOS x86 (64位)", "xloc": [ - "default.handlebars->39->1085" + "default.handlebars->39->1086" ] }, { @@ -66616,7 +66625,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->39->2036" + "default.handlebars->39->2037" ] }, { @@ -66866,7 +66875,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->39->1732" + "default.handlebars->39->1733" ] }, { @@ -66890,7 +66899,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->39->2764" + "default.handlebars->39->2765" ] }, { @@ -66988,7 +66997,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->39->2739" + "default.handlebars->39->2740" ] }, { @@ -67012,7 +67021,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->39->2763" + "default.handlebars->39->2764" ] }, { @@ -67057,8 +67066,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->39->2708", - "default.handlebars->39->2711" + "default.handlebars->39->2709", + "default.handlebars->39->2712" ] }, { @@ -67180,8 +67189,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->39->2257", - "default.handlebars->39->2262" + "default.handlebars->39->2258", + "default.handlebars->39->2263" ] }, { @@ -67205,8 +67214,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->39->2259", - "default.handlebars->39->2263" + "default.handlebars->39->2260", + "default.handlebars->39->2264" ] }, { @@ -67230,7 +67239,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->39->2194" + "default.handlebars->39->2195" ] }, { @@ -67424,8 +67433,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->39->2010", - "default.handlebars->39->2015" + "default.handlebars->39->2011", + "default.handlebars->39->2016" ] }, { @@ -67469,9 +67478,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->39->2008", - "default.handlebars->39->2013", - "default.handlebars->39->2556" + "default.handlebars->39->2009", + "default.handlebars->39->2014", + "default.handlebars->39->2557" ] }, { @@ -67517,10 +67526,10 @@ "xloc": [ "default-mobile.handlebars->11->563", "default-mobile.handlebars->11->568", - "default.handlebars->39->1371", - "default.handlebars->39->1376", - "default.handlebars->39->2009", - "default.handlebars->39->2014" + "default.handlebars->39->1372", + "default.handlebars->39->1377", + "default.handlebars->39->2010", + "default.handlebars->39->2015" ] }, { @@ -67545,7 +67554,7 @@ "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->11->561", - "default.handlebars->39->1369" + "default.handlebars->39->1370" ] }, { @@ -67589,7 +67598,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->39->2476" + "default.handlebars->39->2477" ] }, { @@ -67613,8 +67622,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->39->2007", - "default.handlebars->39->2012" + "default.handlebars->39->2008", + "default.handlebars->39->2013" ] }, { @@ -67639,8 +67648,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->39->2023", - "default.handlebars->39->2577", + "default.handlebars->39->2024", + "default.handlebars->39->2578", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -67667,7 +67676,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->39->2002" + "default.handlebars->39->2003" ] }, { @@ -67711,7 +67720,7 @@ "zh-chs": "{0}个连接", "zh-cht": "{0}個連接", "xloc": [ - "default.handlebars->39->1128", + "default.handlebars->39->1129", "sharing.handlebars->11->16" ] }, @@ -67735,7 +67744,7 @@ "tr": "{1} ile {2} arasında {0}.", "zh-chs": "{0} 从 {1} 到 {2}。", "xloc": [ - "default.handlebars->39->1044" + "default.handlebars->39->1045" ] }, { @@ -67759,7 +67768,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->39->2005" + "default.handlebars->39->2006" ] }, { @@ -67783,7 +67792,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->39->2435" + "default.handlebars->39->2436" ] }, { @@ -67852,7 +67861,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->39->2003" + "default.handlebars->39->2004" ] }, { @@ -67902,7 +67911,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->39->2004" + "default.handlebars->39->2005" ] }, { @@ -67970,7 +67979,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->39->2204" + "default.handlebars->39->2205" ] }, { @@ -68297,7 +68306,7 @@ "default-mobile.handlebars->11->209", "default-mobile.handlebars->11->213", "default-mobile.handlebars->11->217", - "default.handlebars->39->2208", + "default.handlebars->39->2209", "default.handlebars->39->368", "default.handlebars->39->372", "default.handlebars->39->376", @@ -68541,7 +68550,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->39->2017" + "default.handlebars->39->2018" ] }, { @@ -68565,7 +68574,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->39->2016" + "default.handlebars->39->2017" ] }, {