Version 1.0.41

Ylian Saint-Hilaire committed Jun 23, 2022 at 22:27 UTC 726ce8bdddbfd06c3e423c65cfbdf70718cabcf4
3 files changed +2278 -2274
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.0.40",
3 + "version": "1.0.41",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
public/scripts/agent-rdp-0.0.1-min.js
+1 -1
@@ -1 +1 @@
1 -var CreateRDPDesktop=function(e){var a={};function n(e){return(!0===a.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function o(e){a.State!=e&&(a.State=e,null!=a.onStateChanged&&a.onStateChanged(a,a.State))}function s(e){var t=a.Canvas.canvas.height/a.CanvasId.clientHeight,n=a.Canvas.canvas.width/a.CanvasId.clientWidth,s=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(a.Canvas.canvas),n=(e.pageX-s[0])*n,t=(e.pageY-s[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}a.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},a.State=0,a.canvas=Q(e),"string"==typeof(a.CanvasId=e)&&(a.CanvasId=Q(e)),a.Canvas=a.CanvasId.getContext("2d"),a.ScreenWidth=a.width=1280,a.ScreenHeight=a.height=1024,a.m.onClipboardChanged=null,a.onConsoleMessageChange=null,a.Start=function(e,t,n){o(1),a.nodeid=e,a.port=t;var s={savepass:(a.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(s.width=a.ScreenWidth=a.width=n.width,s.height=a.ScreenHeight=a.height=n.height,delete n.width,delete n.height),a.render=new Mstsc.Canvas.create(a.canvas),a.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),a.socket.binaryType="arraybuffer",a.socket.onopen=function(){o(2),a.socket.send(JSON.stringify(["infos",{ip:a.nodeid,port:a.port,screen:{width:a.width,height:a.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},a.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":o(3),a.rotation=0,a.Canvas.setTransform(1,0,0,1,0,0),a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.m.onScreenSizeChange&&a.m.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);break;case"rdp-bitmap":if(null==a.bitmapData)break;var n=t[1];n.data=a.bitmapData,delete a.bitmapData,a.render.update(n);break;case"rdp-close":a.Stop();break;case"rdp-error":switch(a.consoleMessageTimeout=5,a.consoleMessage=t[1],delete a.consoleMessageArgs,2<t.length&&(a.consoleMessageArgs=[t[2]]),t[1]){case"NODE_RDP_PROTOCOL_X224_NEG_FAILURE":1==t[2]?a.consoleMessageId=9:2==t[2]?a.consoleMessageId=10:3==t[2]?a.consoleMessageId=11:4==t[2]?a.consoleMessageId=12:5==t[2]?a.consoleMessageId=13:6==t[2]?a.consoleMessageId=14:a.consoleMessageId=7;break;case"NODE_RDP_PROTOCOL_X224_NLA_NOT_SUPPORTED":a.consoleMessageId=8;break;default:a.consoleMessageId=null}a.onConsoleMessageChange&&a.onConsoleMessageChange(),a.Stop();break;case"rdp-clipboard":a.lastClipboardContent=t[1],a.m.onClipboardChanged&&a.m.onClipboardChanged(t[1]);break;case"ping":a.socket.send('["pong"]')}}else a.bitmapData=e.data},a.socket.onclose=function(){o(0)},o(1)},a.Stop=function(){a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),a.socket&&a.socket.close()},a.m.setClipboard=function(e){a.socket&&a.socket.send(JSON.stringify(["clipboard",e]))},a.m.getClipboard=function(){return a.lastClipboardContent},a.m.mousemove=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return a.mouseNagleData=["mouse",t.x,t.y,0,!1],null==a.mouseNagleTimer&&(a.mouseNagleTimer=setTimeout(function(){a.socket.send(JSON.stringify(a.mouseNagleData)),a.mouseNagleTimer=null},50)),e.preventDefault(),!1}},a.m.mouseup=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},a.m.mousedown=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},a.m.handleKeyUp=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},a.m.handleKeyDown=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},a.m.mousewheel=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight)){null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),a.m.ReverseMouseWheel&&(n*=-1),0!=n&&a.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},a.m.SendStringUnicode=function(e){a.socket&&3==a.State&&a.socket.send(JSON.stringify(["utype",e]))},a.m.SendKeyMsgKC=function(e,t,n){if(3==a.State)if("object"==typeof e)for(var s in e)a.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=i[t];null!=t&&a.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},a.m.mousedblclick=function(){},a.m.handleKeyPress=function(){},a.m.setRotation=function(){},a.m.sendcad=function(){a.socket.send(JSON.stringify(["scancode",29,!0])),a.socket.send(JSON.stringify(["scancode",56,!0])),a.socket.send(JSON.stringify(["scancode",57427,!0])),a.socket.send(JSON.stringify(["scancode",57427,!1])),a.socket.send(JSON.stringify(["scancode",56,!1])),a.socket.send(JSON.stringify(["scancode",29,!1]))};var i={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return a}
\ No newline at end of file
1 +var CreateRDPDesktop=function(e){var a={m:{KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},State:0};a.canvas=Q(e),"string"==typeof(a.CanvasId=e)&&(a.CanvasId=Q(e)),a.Canvas=a.CanvasId.getContext("2d"),a.ScreenWidth=a.width=1280,a.ScreenHeight=a.height=1024,a.m.onClipboardChanged=null;var o=!(a.onConsoleMessageChange=null),i="default";function n(e){return(!0===a.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function r(e){a.State!=e&&(a.State=e,null!=a.onStateChanged&&a.onStateChanged(a,a.State))}function s(e){var t=a.Canvas.canvas.height/a.CanvasId.clientHeight,n=a.Canvas.canvas.width/a.CanvasId.clientWidth,s=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(a.Canvas.canvas),n=(e.pageX-s[0])*n,t=(e.pageY-s[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}a.mouseCursorActive=function(e){o!=e&&(o=e,a.CanvasId.style.cursor=1==e?i:"default")},a.Start=function(e,t,n){r(1),a.nodeid=e,a.port=t;var s={savepass:(a.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(s.width=a.ScreenWidth=a.width=n.width,s.height=a.ScreenHeight=a.height=n.height,delete n.width,delete n.height),a.render=new Mstsc.Canvas.create(a.canvas),a.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),a.socket.binaryType="arraybuffer",a.socket.onopen=function(){r(2),a.socket.send(JSON.stringify(["infos",{ip:a.nodeid,port:a.port,screen:{width:a.width,height:a.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},a.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":r(3),a.rotation=0,a.Canvas.setTransform(1,0,0,1,0,0),a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.m.onScreenSizeChange&&a.m.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);break;case"rdp-bitmap":if(null==a.bitmapData)break;var n=t[1];n.data=a.bitmapData,delete a.bitmapData,a.render.update(n);break;case"rdp-pointer":n=t[1];i=n,o&&(a.CanvasId.style.cursor=n);break;case"rdp-close":a.Stop();break;case"rdp-error":switch(a.consoleMessageTimeout=5,a.consoleMessage=t[1],delete a.consoleMessageArgs,2<t.length&&(a.consoleMessageArgs=[t[2]]),t[1]){case"NODE_RDP_PROTOCOL_X224_NEG_FAILURE":1==t[2]?a.consoleMessageId=9:2==t[2]?a.consoleMessageId=10:3==t[2]?a.consoleMessageId=11:4==t[2]?a.consoleMessageId=12:5==t[2]?a.consoleMessageId=13:6==t[2]?a.consoleMessageId=14:a.consoleMessageId=7;break;case"NODE_RDP_PROTOCOL_X224_NLA_NOT_SUPPORTED":a.consoleMessageId=8;break;default:a.consoleMessageId=null}a.onConsoleMessageChange&&a.onConsoleMessageChange(),a.Stop();break;case"rdp-clipboard":a.lastClipboardContent=t[1],a.m.onClipboardChanged&&a.m.onClipboardChanged(t[1]);break;case"ping":a.socket.send('["pong"]')}}else a.bitmapData=e.data},a.socket.onclose=function(){r(0)},r(1)},a.Stop=function(){a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),a.socket&&a.socket.close()},a.m.setClipboard=function(e){a.socket&&a.socket.send(JSON.stringify(["clipboard",e]))},a.m.getClipboard=function(){return a.lastClipboardContent},a.m.mousemove=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return a.mouseNagleData=["mouse",t.x,t.y,0,!1],null==a.mouseNagleTimer&&(a.mouseNagleTimer=setTimeout(function(){a.socket.send(JSON.stringify(a.mouseNagleData)),a.mouseNagleTimer=null},50)),e.preventDefault(),!1}},a.m.mouseup=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},a.m.mousedown=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},a.m.handleKeyUp=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},a.m.handleKeyDown=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},a.m.mousewheel=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight)){null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),a.m.ReverseMouseWheel&&(n*=-1),0!=n&&a.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},a.m.SendStringUnicode=function(e){a.socket&&3==a.State&&a.socket.send(JSON.stringify(["utype",e]))},a.m.SendKeyMsgKC=function(e,t,n){if(3==a.State)if("object"==typeof e)for(var s in e)a.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=c[t];null!=t&&a.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},a.m.mousedblclick=function(){},a.m.handleKeyPress=function(){},a.m.setRotation=function(){},a.m.sendcad=function(){a.socket.send(JSON.stringify(["scancode",29,!0])),a.socket.send(JSON.stringify(["scancode",56,!0])),a.socket.send(JSON.stringify(["scancode",57427,!0])),a.socket.send(JSON.stringify(["scancode",57427,!1])),a.socket.send(JSON.stringify(["scancode",56,!1])),a.socket.send(JSON.stringify(["scancode",29,!1]))};var c={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return a}
\ No newline at end of file
translate/translate.json
+2276 -2272
@@ -46,8 +46,8 @@
46 "zh-chs": " + CIRA",
47 "zh-cht": " + CIRA",
48 "xloc": [
49 - "default.handlebars->41->1905",
50 - "default.handlebars->41->1907"
49 + "default.handlebars->41->1907",
50 + "default.handlebars->41->1909"
51 ]
52 },
53 {
@@ -299,7 +299,7 @@
299 "zh-chs": " 可以使用密码提示,但不建议使用。",
300 "zh-cht": " 可以使用密碼提示,但不建議使用。",
301 "xloc": [
302 - "default.handlebars->41->1784"
302 + "default.handlebars->41->1786"
303 ]
304 },
305 {
@@ -324,8 +324,8 @@
324 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326 "xloc": [
327 - "default.handlebars->41->2025",
328 - "default.handlebars->41->2580"
327 + "default.handlebars->41->2027",
328 + "default.handlebars->41->2582"
329 ]
330 },
331 {
@@ -834,7 +834,7 @@
834 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
835 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
836 "xloc": [
837 - "default.handlebars->41->1985",
837 + "default.handlebars->41->1987",
838 "default.handlebars->41->475"
839 ]
840 },
@@ -929,9 +929,9 @@
929 "zh-cht": ",",
930 "xloc": [
931 "default-mobile.handlebars->11->701",
932 - "default.handlebars->41->2099",
933 - "default.handlebars->41->2363",
934 - "default.handlebars->41->893"
932 + "default.handlebars->41->2101",
933 + "default.handlebars->41->2365",
934 + "default.handlebars->41->894"
935 ]
936 },
937 {
@@ -1048,7 +1048,7 @@
1048 "zh-cht": ",MQTT在線",
1049 "xloc": [
1050 "default-mobile.handlebars->11->605",
1051 - "default.handlebars->41->1493"
1051 + "default.handlebars->41->1495"
1052 ]
1053 },
1054 {
@@ -1072,8 +1072,8 @@
1072 "tr": ", İzin Yok",
1073 "zh-chs": ", 不同意",
1074 "xloc": [
1075 - "default.handlebars->41->1943",
1076 - "default.handlebars->41->982"
1075 + "default.handlebars->41->1945",
1076 + "default.handlebars->41->983"
1077 ]
1078 },
1079 {
@@ -1098,8 +1098,8 @@
1098 "zh-chs": ",提示同意",
1099 "zh-cht": ",提示同意",
1100 "xloc": [
1101 - "default.handlebars->41->1944",
1102 - "default.handlebars->41->983"
1101 + "default.handlebars->41->1946",
1102 + "default.handlebars->41->984"
1103 ]
1104 },
1105 {
@@ -1109,7 +1109,7 @@
1109 "ru": ", RDP",
1110 "fr": ", RDP",
1111 "xloc": [
1112 - "default.handlebars->41->1234"
1112 + "default.handlebars->41->1236"
1113 ]
1114 },
1115 {
@@ -1129,8 +1129,8 @@
1129 "ru": ", Ежедневно",
1130 "tr": ", Günlük yinelenen",
1131 "xloc": [
1132 - "default.handlebars->41->1940",
1133 - "default.handlebars->41->979"
1132 + "default.handlebars->41->1942",
1133 + "default.handlebars->41->980"
1134 ]
1135 },
1136 {
@@ -1150,8 +1150,8 @@
1150 "ru": ", Еженедельно",
1151 "tr": ", Haftalık yinelenen",
1152 "xloc": [
1153 - "default.handlebars->41->1941",
1154 - "default.handlebars->41->980"
1153 + "default.handlebars->41->1943",
1154 + "default.handlebars->41->981"
1155 ]
1156 },
1157 {
@@ -1193,7 +1193,7 @@
1193 "fr": ", SFTP",
1194 "xloc": [
1195 "default-mobile.handlebars->11->468",
1196 - "default.handlebars->41->1342"
1196 + "default.handlebars->41->1344"
1197 ]
1198 },
1199 {
@@ -1203,7 +1203,7 @@
1203 "ru": ", SSH",
1204 "fr": ", SSH",
1205 "xloc": [
1206 - "default.handlebars->41->1310"
1206 + "default.handlebars->41->1312"
1207 ]
1208 },
1209 {
@@ -1228,7 +1228,7 @@
1228 "zh-chs": ",软体KVM",
1229 "zh-cht": ",軟體KVM",
1230 "xloc": [
1231 - "default.handlebars->41->1217",
1231 + "default.handlebars->41->1219",
1232 "sharing.handlebars->11->12"
1233 ]
1234 },
@@ -1253,8 +1253,8 @@
1253 "tr": ", Araç Çubuğu",
1254 "zh-chs": ", 工具栏",
1255 "xloc": [
1256 - "default.handlebars->41->1945",
1257 - "default.handlebars->41->984"
1256 + "default.handlebars->41->1947",
1257 + "default.handlebars->41->985"
1258 ]
1259 },
1260 {
@@ -1295,8 +1295,8 @@
1295 "ru": ", Только просмотр рабочего стола",
1296 "tr": ", Yalnızca masaüstünü görüntüle",
1297 "xloc": [
1298 - "default.handlebars->41->1942",
1299 - "default.handlebars->41->981"
1298 + "default.handlebars->41->1944",
1299 + "default.handlebars->41->982"
1300 ]
1301 },
1302 {
@@ -1324,9 +1324,9 @@
1324 "default-mobile.handlebars->11->411",
1325 "default-mobile.handlebars->11->446",
1326 "default-mobile.handlebars->11->469",
1327 - "default.handlebars->41->1233",
1328 - "default.handlebars->41->1311",
1329 - "default.handlebars->41->1343",
1327 + "default.handlebars->41->1235",
1328 + "default.handlebars->41->1313",
1329 + "default.handlebars->41->1345",
1330 "sharing.handlebars->11->19",
1331 "sharing.handlebars->11->27",
1332 "sharing.handlebars->11->44",
@@ -1522,7 +1522,7 @@
1522 "zh-chs": ",{0}观看",
1523 "zh-cht": ",{0}觀看",
1524 "xloc": [
1525 - "default.handlebars->41->1228",
1525 + "default.handlebars->41->1230",
1526 "sharing.handlebars->11->13"
1527 ]
1528 },
@@ -1629,9 +1629,9 @@
1629 "xloc": [
1630 "default-mobile.handlebars->11->139",
1631 "default-mobile.handlebars->11->475",
1632 - "default.handlebars->41->1353",
1633 - "default.handlebars->41->2160",
1634 - "default.handlebars->41->2778",
1632 + "default.handlebars->41->1355",
1633 + "default.handlebars->41->2162",
1634 + "default.handlebars->41->2780",
1635 "sharing.handlebars->11->50"
1636 ]
1637 },
@@ -1793,7 +1793,7 @@
1793 "zh-chs": "1个活跃时段",
1794 "zh-cht": "1個活躍時段",
1795 "xloc": [
1796 - "default.handlebars->41->2668"
1796 + "default.handlebars->41->2670"
1797 ]
1798 },
1799 {
@@ -1820,7 +1820,7 @@
1820 "xloc": [
1821 "default-mobile.handlebars->11->149",
1822 "default-mobile.handlebars->11->745",
1823 - "default.handlebars->41->2184",
1823 + "default.handlebars->41->2186",
1824 "download.handlebars->3->1",
1825 "download2.handlebars->5->1",
1826 "sharing.handlebars->11->96"
@@ -1859,7 +1859,7 @@
1859 "zh-chs": "1条连接",
1860 "zh-cht": "1位聯絡文",
1861 "xloc": [
1862 - "default.handlebars->41->1230",
1862 + "default.handlebars->41->1232",
1863 "sharing.handlebars->11->15"
1864 ]
1865 },
@@ -1912,7 +1912,7 @@
1912 "zh-chs": "1组",
1913 "zh-cht": "1群",
1914 "xloc": [
1915 - "default.handlebars->41->2627"
1915 + "default.handlebars->41->2629"
1916 ]
1917 },
1918 {
@@ -1964,8 +1964,8 @@
1964 "zh-chs": "1分钟",
1965 "zh-cht": "1分鐘",
1966 "xloc": [
1967 - "default.handlebars->41->1062",
1968 - "default.handlebars->41->1749"
1967 + "default.handlebars->41->1064",
1968 + "default.handlebars->41->1751"
1969 ]
1970 },
1971 {
@@ -2042,7 +2042,7 @@
2042 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2043 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2044 "xloc": [
2045 - "default.handlebars->41->2395"
2045 + "default.handlebars->41->2397"
2046 ]
2047 },
2048 {
@@ -2134,7 +2134,7 @@
2134 "zh-chs": "1秒",
2135 "xloc": [
2136 "default-mobile.handlebars->11->361",
2137 - "default.handlebars->41->1097"
2137 + "default.handlebars->41->1099"
2138 ]
2139 },
2140 {
@@ -2239,7 +2239,7 @@
2239 "default-mobile.handlebars->11->218",
2240 "default-mobile.handlebars->11->222",
2241 "default-mobile.handlebars->11->226",
2242 - "default.handlebars->41->2399",
2242 + "default.handlebars->41->2401",
2243 "default.handlebars->41->400",
2244 "default.handlebars->41->403",
2245 "default.handlebars->41->407",
@@ -2426,8 +2426,8 @@
2426 "zh-chs": "10分钟",
2427 "zh-cht": "10分鐘",
2428 "xloc": [
2429 - "default.handlebars->41->1064",
2430 - "default.handlebars->41->1751"
2429 + "default.handlebars->41->1066",
2430 + "default.handlebars->41->1753"
2431 ]
2432 },
2433 {
@@ -2452,7 +2452,7 @@
2452 "zh-chs": "10 秒",
2453 "xloc": [
2454 "default-mobile.handlebars->11->363",
2455 - "default.handlebars->41->1099"
2455 + "default.handlebars->41->1101"
2456 ]
2457 },
2458 {
@@ -2620,8 +2620,8 @@
2620 "zh-chs": "12小时",
2621 "zh-cht": "12小時",
2622 "xloc": [
2623 - "default.handlebars->41->1072",
2624 - "default.handlebars->41->1759"
2623 + "default.handlebars->41->1074",
2624 + "default.handlebars->41->1761"
2625 ]
2626 },
2627 {
@@ -2774,8 +2774,8 @@
2774 "zh-chs": "15分钟",
2775 "zh-cht": "15分鐘",
2776 "xloc": [
2777 - "default.handlebars->41->1065",
2778 - "default.handlebars->41->1752"
2777 + "default.handlebars->41->1067",
2778 + "default.handlebars->41->1754"
2779 ]
2780 },
2781 {
@@ -2800,8 +2800,8 @@
2800 "zh-chs": "16小时",
2801 "zh-cht": "16小時",
2802 "xloc": [
2803 - "default.handlebars->41->1073",
2804 - "default.handlebars->41->1760"
2803 + "default.handlebars->41->1075",
2804 + "default.handlebars->41->1762"
2805 ]
2806 },
2807 {
@@ -2957,8 +2957,8 @@
2957 "zh-chs": "2天",
2958 "zh-cht": "2天",
2959 "xloc": [
2960 - "default.handlebars->41->1075",
2961 - "default.handlebars->41->1762"
2960 + "default.handlebars->41->1077",
2961 + "default.handlebars->41->1764"
2962 ]
2963 },
2964 {
@@ -2983,8 +2983,8 @@
2983 "zh-chs": "2小时",
2984 "zh-cht": "2小時",
2985 "xloc": [
2986 - "default.handlebars->41->1069",
2987 - "default.handlebars->41->1756"
2986 + "default.handlebars->41->1071",
2987 + "default.handlebars->41->1758"
2988 ]
2989 },
2990 {
@@ -3162,8 +3162,8 @@
3162 "zh-chs": "24小时",
3163 "zh-cht": "24小時",
3164 "xloc": [
3165 - "default.handlebars->41->1074",
3166 - "default.handlebars->41->1761"
3165 + "default.handlebars->41->1076",
3166 + "default.handlebars->41->1763"
3167 ]
3168 },
3169 {
@@ -3237,7 +3237,7 @@
3237 "zh-chs": "2FA备份代码已清除",
3238 "zh-cht": "2FA備份代碼已清除",
3239 "xloc": [
3240 - "default.handlebars->41->2295"
3240 + "default.handlebars->41->2297"
3241 ]
3242 },
3243 {
@@ -3259,7 +3259,7 @@
3259 "ru": "2-oй фактор",
3260 "fr": "Second facteur",
3261 "xloc": [
3262 - "default.handlebars->41->2814"
3262 + "default.handlebars->41->2816"
3263 ]
3264 },
3265 {
@@ -3284,8 +3284,8 @@
3284 "zh-chs": "启用第二因素身份验证",
3285 "zh-cht": "啟用第二因素身份驗證",
3286 "xloc": [
3287 - "default.handlebars->41->2413",
3288 - "default.handlebars->41->2651"
3287 + "default.handlebars->41->2415",
3288 + "default.handlebars->41->2653"
3289 ]
3290 },
3291 {
@@ -3434,8 +3434,8 @@
3434 "zh-chs": "30分钟",
3435 "zh-cht": "30分鐘",
3436 "xloc": [
3437 - "default.handlebars->41->1066",
3438 - "default.handlebars->41->1753"
3437 + "default.handlebars->41->1068",
3438 + "default.handlebars->41->1755"
3439 ]
3440 },
3441 {
@@ -3460,7 +3460,7 @@
3460 "zh-chs": "32 位",
3461 "xloc": [
3462 "default-mobile.handlebars->11->512",
3463 - "default.handlebars->41->1406"
3463 + "default.handlebars->41->1408"
3464 ]
3465 },
3466 {
@@ -3538,8 +3538,8 @@
3538 "zh-chs": "4天",
3539 "zh-cht": "4天",
3540 "xloc": [
3541 - "default.handlebars->41->1076",
3542 - "default.handlebars->41->1763"
3541 + "default.handlebars->41->1078",
3542 + "default.handlebars->41->1765"
3543 ]
3544 },
3545 {
@@ -3564,8 +3564,8 @@
3564 "zh-chs": "4个小时",
3565 "zh-cht": "4個小時",
3566 "xloc": [
3567 - "default.handlebars->41->1070",
3568 - "default.handlebars->41->1757"
3567 + "default.handlebars->41->1072",
3568 + "default.handlebars->41->1759"
3569 ]
3570 },
3571 {
@@ -3693,8 +3693,8 @@
3693 "zh-chs": "45分钟",
3694 "zh-cht": "45分鐘",
3695 "xloc": [
3696 - "default.handlebars->41->1067",
3697 - "default.handlebars->41->1754"
3696 + "default.handlebars->41->1069",
3697 + "default.handlebars->41->1756"
3698 ]
3699 },
3700 {
@@ -3744,8 +3744,8 @@
3744 "zh-chs": "5分钟",
3745 "zh-cht": "5分鐘",
3746 "xloc": [
3747 - "default.handlebars->41->1063",
3748 - "default.handlebars->41->1750"
3747 + "default.handlebars->41->1065",
3748 + "default.handlebars->41->1752"
3749 ]
3750 },
3751 {
@@ -3770,7 +3770,7 @@
3770 "zh-chs": "5秒",
3771 "xloc": [
3772 "default-mobile.handlebars->11->362",
3773 - "default.handlebars->41->1098"
3773 + "default.handlebars->41->1100"
3774 ]
3775 },
3776 {
@@ -3926,8 +3926,8 @@
3926 "zh-chs": "60分钟",
3927 "zh-cht": "60分鐘",
3928 "xloc": [
3929 - "default.handlebars->41->1068",
3930 - "default.handlebars->41->1755"
3929 + "default.handlebars->41->1070",
3930 + "default.handlebars->41->1757"
3931 ]
3932 },
3933 {
@@ -4004,7 +4004,7 @@
4004 "zh-chs": "64 位",
4005 "xloc": [
4006 "default-mobile.handlebars->11->514",
4007 - "default.handlebars->41->1408"
4007 + "default.handlebars->41->1410"
4008 ]
4009 },
4010 {
@@ -4164,7 +4164,7 @@
4164 "zh-chs": "7天电源状态",
4165 "zh-cht": "7天電源狀態",
4166 "xloc": [
4167 - "default.handlebars->41->1132"
4167 + "default.handlebars->41->1134"
4168 ]
4169 },
4170 {
@@ -4175,7 +4175,7 @@
4175 "ru": "7 дней",
4176 "fr": "7 jours",
4177 "xloc": [
4178 - "default.handlebars->41->1764"
4178 + "default.handlebars->41->1766"
4179 ]
4180 },
4181 {
@@ -4253,8 +4253,8 @@
4253 "zh-chs": "8小時",
4254 "zh-cht": "8小時",
4255 "xloc": [
4256 - "default.handlebars->41->1071",
4257 - "default.handlebars->41->1758",
4256 + "default.handlebars->41->1073",
4257 + "default.handlebars->41->1760",
4258 "default.handlebars->41->503",
4259 "default.handlebars->41->517"
4260 ]
@@ -4581,8 +4581,8 @@
4581 "zh-cht": "ACM",
4582 "xloc": [
4583 "default-mobile.handlebars->11->297",
4584 - "default.handlebars->41->1923",
4585 - "default.handlebars->41->811"
4584 + "default.handlebars->41->1925",
4585 + "default.handlebars->41->812"
4586 ]
4587 },
4588 {
@@ -4676,7 +4676,7 @@
4676 "tr": "AMT-OS",
4677 "zh-chs": "操作系统",
4678 "xloc": [
4679 - "default.handlebars->41->2936"
4679 + "default.handlebars->41->2938"
4680 ]
4681 },
4682 {
@@ -4695,7 +4695,7 @@
4695 "ru": "AMT-Redir",
4696 "tr": "AMT-Yönlendirme",
4697 "xloc": [
4698 - "default.handlebars->41->2821"
4698 + "default.handlebars->41->2823"
4699 ]
4700 },
4701 {
@@ -4714,7 +4714,7 @@
4714 "ru": "AMT-WSMAN",
4715 "tr": "AMT-WSMAN",
4716 "xloc": [
4717 - "default.handlebars->41->2820"
4717 + "default.handlebars->41->2822"
4718 ]
4719 },
4720 {
@@ -4870,8 +4870,8 @@
4870 "xloc": [
4871 "default-mobile.handlebars->11->516",
4872 "default-mobile.handlebars->11->518",
4873 - "default.handlebars->41->830",
4874 - "default.handlebars->41->832"
4873 + "default.handlebars->41->831",
4874 + "default.handlebars->41->833"
4875 ]
4876 },
4877 {
@@ -4897,7 +4897,7 @@
4897 "zh-cht": "拒絕存取",
4898 "xloc": [
4899 "default-mobile.handlebars->11->606",
4900 - "default.handlebars->41->1494"
4900 + "default.handlebars->41->1496"
4901 ]
4902 },
4903 {
@@ -4973,7 +4973,7 @@
4973 "zh-chs": "访问服务器档案",
4974 "zh-cht": "存取伺服器檔案",
4975 "xloc": [
4976 - "default.handlebars->41->2586"
4976 + "default.handlebars->41->2588"
4977 ]
4978 },
4979 {
@@ -5082,11 +5082,11 @@
5082 "default-mobile.handlebars->11->264",
5083 "default-mobile.handlebars->11->266",
5084 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5085 - "default.handlebars->41->1793",
5085 "default.handlebars->41->1795",
5087 - "default.handlebars->41->2989",
5088 - "default.handlebars->41->771",
5089 - "default.handlebars->41->773"
5086 + "default.handlebars->41->1797",
5087 + "default.handlebars->41->2991",
5088 + "default.handlebars->41->772",
5089 + "default.handlebars->41->774"
5090 ]
5091 },
5092 {
@@ -5111,7 +5111,7 @@
5111 "zh-chs": "帐号设定",
5112 "xloc": [
5113 "default-mobile.handlebars->11->712",
5114 - "default.handlebars->41->2865"
5114 + "default.handlebars->41->2867"
5115 ]
5116 },
5117 {
@@ -5187,7 +5187,7 @@
5187 "zh-chs": "帐户已更改:{0}",
5188 "zh-cht": "帳戶已更改:{0}",
5189 "xloc": [
5190 - "default.handlebars->41->2268"
5190 + "default.handlebars->41->2270"
5191 ]
5192 },
5193 {
@@ -5212,7 +5212,7 @@
5212 "zh-chs": "创建帐户,电子邮件为{0}",
5213 "zh-cht": "創建帳戶,電子郵件為{0}",
5214 "xloc": [
5215 - "default.handlebars->41->2267"
5215 + "default.handlebars->41->2269"
5216 ]
5217 },
5218 {
@@ -5232,7 +5232,7 @@
5232 "ru": "Аккаунт создан, имя {0}.",
5233 "tr": "Hesap oluşturuldu, ad {0}.",
5234 "xloc": [
5235 - "default.handlebars->41->2330"
5235 + "default.handlebars->41->2332"
5236 ]
5237 },
5238 {
@@ -5257,7 +5257,7 @@
5257 "zh-chs": "创建帐户,用户名是{0}",
5258 "zh-cht": "帳戶已創建,用戶名是{0}",
5259 "xloc": [
5260 - "default.handlebars->41->2266"
5260 + "default.handlebars->41->2268"
5261 ]
5262 },
5263 {
@@ -5284,8 +5284,8 @@
5284 "xloc": [
5285 "default-mobile.handlebars->11->64",
5286 "default.handlebars->41->199",
5287 - "default.handlebars->41->2415",
5288 - "default.handlebars->41->2583"
5287 + "default.handlebars->41->2417",
5288 + "default.handlebars->41->2585"
5289 ]
5290 },
5291 {
@@ -5311,7 +5311,7 @@
5311 "zh-cht": "達到帳戶限制。",
5312 "xloc": [
5313 "default-mobile.handlebars->11->724",
5314 - "default.handlebars->41->2877",
5314 + "default.handlebars->41->2879",
5315 "login-mobile.handlebars->5->6",
5316 "login.handlebars->5->6",
5317 "login2.handlebars->7->8"
@@ -5366,7 +5366,7 @@
5366 "zh-chs": "帐号登录",
5367 "zh-cht": "帳號登錄",
5368 "xloc": [
5369 - "default.handlebars->41->2203"
5369 + "default.handlebars->41->2205"
5370 ]
5371 },
5372 {
@@ -5390,7 +5390,7 @@
5390 "tr": "{0}, {1}, {2} adresinden hesap girişi",
5391 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5392 "xloc": [
5393 - "default.handlebars->41->2309"
5393 + "default.handlebars->41->2311"
5394 ]
5395 },
5396 {
@@ -5415,7 +5415,7 @@
5415 "zh-chs": "帐户登出",
5416 "zh-cht": "帳戶登出",
5417 "xloc": [
5418 - "default.handlebars->41->2204"
5418 + "default.handlebars->41->2206"
5419 ]
5420 },
5421 {
@@ -5467,7 +5467,7 @@
5467 "zh-chs": "帐户密码已更改:{0}",
5468 "zh-cht": "帳戶密碼已更改:{0}",
5469 "xloc": [
5470 - "default.handlebars->41->2276"
5470 + "default.handlebars->41->2278"
5471 ]
5472 },
5473 {
@@ -5492,7 +5492,7 @@
5492 "zh-chs": "帐户已删除",
5493 "zh-cht": "帳戶已刪除",
5494 "xloc": [
5495 - "default.handlebars->41->2265"
5495 + "default.handlebars->41->2267"
5496 ]
5497 },
5498 {
@@ -5543,7 +5543,7 @@
5543 "zh-cht": "指令",
5544 "xloc": [
5545 "default-mobile.handlebars->11->612",
5546 - "default.handlebars->41->1500",
5546 + "default.handlebars->41->1502",
5547 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5548 ]
5549 },
@@ -5569,8 +5569,8 @@
5569 "zh-chs": "动作档案",
5570 "zh-cht": "動作檔案",
5571 "xloc": [
5572 - "default.handlebars->41->1178",
5573 - "default.handlebars->41->1180"
5572 + "default.handlebars->41->1180",
5573 + "default.handlebars->41->1182"
5574 ]
5575 },
5576 {
@@ -5599,7 +5599,7 @@
5599 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
5600 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
5601 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
5602 - "default.handlebars->41->894",
5602 + "default.handlebars->41->895",
5603 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
5604 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
5605 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -5702,7 +5702,7 @@
5702 "zh-chs": "如果ACM失败,则激活到CCM",
5703 "zh-cht": "如果ACM失敗,則激活到CCM",
5704 "xloc": [
5705 - "default.handlebars->41->1976"
5705 + "default.handlebars->41->1978"
5706 ]
5707 },
5708 {
@@ -5730,9 +5730,9 @@
5730 "default-mobile.handlebars->11->292",
5731 "default-mobile.handlebars->11->294",
5732 "default-mobile.handlebars->11->567",
5733 - "default.handlebars->41->1454",
5734 - "default.handlebars->41->804",
5735 - "default.handlebars->41->806"
5733 + "default.handlebars->41->1456",
5734 + "default.handlebars->41->805",
5735 + "default.handlebars->41->807"
5736 ]
5737 },
5738 {
@@ -5782,8 +5782,8 @@
5782 "zh-chs": "主动设备共享",
5783 "zh-cht": "主動設備共享",
5784 "xloc": [
5785 - "default.handlebars->41->1927",
5786 - "default.handlebars->41->966"
5785 + "default.handlebars->41->1929",
5786 + "default.handlebars->41->967"
5787 ]
5788 },
5789 {
@@ -5807,7 +5807,7 @@
5807 "tr": "Aktif Giriş Anahtarları",
5808 "zh-chs": "活动登录令牌",
5809 "xloc": [
5810 - "default.handlebars->41->1824"
5810 + "default.handlebars->41->1826"
5811 ]
5812 },
5813 {
@@ -5827,7 +5827,7 @@
5827 "ru": "Активный пользователь",
5828 "tr": "Aktif Kullanıcı",
5829 "xloc": [
5830 - "default.handlebars->41->848"
5830 + "default.handlebars->41->849"
5831 ]
5832 },
5833 {
@@ -5847,7 +5847,7 @@
5847 "ru": "Активные пользователи",
5848 "tr": "Aktif Kullanıcılar",
5849 "xloc": [
5850 - "default.handlebars->41->847"
5850 + "default.handlebars->41->848"
5851 ]
5852 },
5853 {
@@ -5894,8 +5894,8 @@
5894 "zh-chs": "添加",
5895 "xloc": [
5896 "default-mobile.handlebars->11->438",
5897 - "default.handlebars->41->1265",
5898 - "default.handlebars->41->1270"
5897 + "default.handlebars->41->1267",
5898 + "default.handlebars->41->1272"
5899 ]
5900 },
5901 {
@@ -5962,7 +5962,7 @@
5962 "zh-chs": "添加代理",
5963 "zh-cht": "新增代理",
5964 "xloc": [
5965 - "default.handlebars->41->1917",
5965 + "default.handlebars->41->1919",
5966 "default.handlebars->41->441"
5967 ]
5968 },
@@ -6010,9 +6010,9 @@
6010 "zh-chs": "添加设备",
6011 "zh-cht": "新增裝置",
6012 "xloc": [
6013 - "default.handlebars->41->1921",
6014 - "default.handlebars->41->2558",
6015 - "default.handlebars->41->2717",
6013 + "default.handlebars->41->1923",
6014 + "default.handlebars->41->2560",
6015 + "default.handlebars->41->2719",
6016 "default.handlebars->41->445"
6017 ]
6018 },
@@ -6038,7 +6038,7 @@
6038 "zh-chs": "添加设备日志",
6039 "zh-cht": "新增裝置日誌",
6040 "xloc": [
6041 - "default.handlebars->41->1039"
6041 + "default.handlebars->41->1040"
6042 ]
6043 },
6044 {
@@ -6063,9 +6063,9 @@
6063 "zh-chs": "添加设备组",
6064 "zh-cht": "新增裝置群",
6065 "xloc": [
6066 - "default.handlebars->41->2061",
6067 - "default.handlebars->41->2552",
6068 - "default.handlebars->41->2705",
6066 + "default.handlebars->41->2063",
6067 + "default.handlebars->41->2554",
6068 + "default.handlebars->41->2707",
6069 "default.handlebars->41->357"
6070 ]
6071 },
@@ -6091,7 +6091,7 @@
6091 "zh-chs": "添加设备组权限",
6092 "zh-cht": "新增裝置群權限",
6093 "xloc": [
6094 - "default.handlebars->41->2058"
6094 + "default.handlebars->41->2060"
6095 ]
6096 },
6097 {
@@ -6116,8 +6116,8 @@
6116 "zh-chs": "添加设备权限",
6117 "zh-cht": "新增裝置權限",
6118 "xloc": [
6119 - "default.handlebars->41->2063",
6120 - "default.handlebars->41->2065"
6119 + "default.handlebars->41->2065",
6120 + "default.handlebars->41->2067"
6121 ]
6122 },
6123 {
@@ -6260,7 +6260,7 @@
6260 "zh-chs": "添加成员身份",
6261 "zh-cht": "新增成員身份",
6262 "xloc": [
6263 - "default.handlebars->41->2737"
6263 + "default.handlebars->41->2739"
6264 ]
6265 },
6266 {
@@ -6331,8 +6331,8 @@
6331 "zh-chs": "添加安全密钥",
6332 "zh-cht": "新增安全密鑰",
6333 "xloc": [
6334 - "default.handlebars->41->1539",
6335 - "default.handlebars->41->1540",
6334 + "default.handlebars->41->1541",
6335 + "default.handlebars->41->1542",
6336 "default.handlebars->41->230",
6337 "default.handlebars->41->232",
6338 "default.handlebars->41->235",
@@ -6362,7 +6362,7 @@
6362 "zh-cht": "新增用戶",
6363 "xloc": [
6364 "default-mobile.handlebars->11->637",
6365 - "default.handlebars->41->958"
6365 + "default.handlebars->41->959"
6366 ]
6367 },
6368 {
@@ -6387,7 +6387,7 @@
6387 "zh-chs": "添加用户设备权限",
6388 "zh-cht": "新增用戶裝置權限",
6389 "xloc": [
6390 - "default.handlebars->41->2068"
6390 + "default.handlebars->41->2070"
6391 ]
6392 },
6393 {
@@ -6412,10 +6412,10 @@
6412 "zh-chs": "添加用户组",
6413 "zh-cht": "新增用戶群",
6414 "xloc": [
6415 - "default.handlebars->41->1913",
6416 - "default.handlebars->41->2060",
6417 - "default.handlebars->41->2711",
6418 - "default.handlebars->41->959"
6415 + "default.handlebars->41->1915",
6416 + "default.handlebars->41->2062",
6417 + "default.handlebars->41->2713",
6418 + "default.handlebars->41->960"
6419 ]
6420 },
6421 {
@@ -6440,7 +6440,7 @@
6440 "zh-chs": "添加用户组设备权限",
6441 "zh-cht": "新增用戶群裝置權限",
6442 "xloc": [
6443 - "default.handlebars->41->2070"
6443 + "default.handlebars->41->2072"
6444 ]
6445 },
6446 {
@@ -6512,8 +6512,8 @@
6512 "zh-chs": "添加用户",
6513 "zh-cht": "新增用戶",
6514 "xloc": [
6515 - "default.handlebars->41->1912",
6516 - "default.handlebars->41->2547"
6515 + "default.handlebars->41->1914",
6516 + "default.handlebars->41->2549"
6517 ]
6518 },
6519 {
@@ -6538,7 +6538,7 @@
6538 "zh-chs": "将用户添加到设备组",
6539 "zh-cht": "將用戶新增到裝置群",
6540 "xloc": [
6541 - "default.handlebars->41->2057"
6541 + "default.handlebars->41->2059"
6542 ]
6543 },
6544 {
@@ -6563,7 +6563,7 @@
6563 "zh-chs": "将用户添加到用户组",
6564 "zh-cht": "將用戶新增到用戶群",
6565 "xloc": [
6566 - "default.handlebars->41->2582"
6566 + "default.handlebars->41->2584"
6567 ]
6568 },
6569 {
@@ -6734,7 +6734,7 @@
6734 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6735 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6736 "xloc": [
6737 - "default.handlebars->41->1916",
6737 + "default.handlebars->41->1918",
6738 "default.handlebars->41->440"
6739 ]
6740 },
@@ -6759,7 +6759,7 @@
6759 "tr": "Yerel ağda bulunan cihazı ekleyin.",
6760 "zh-chs": "添加位于本地网络上的设备。",
6761 "xloc": [
6762 - "default.handlebars->41->1920",
6762 + "default.handlebars->41->1922",
6763 "default.handlebars->41->444"
6764 ]
6765 },
@@ -6859,7 +6859,7 @@
6859 "zh-chs": "添加了身份验证应用程序",
6860 "zh-cht": "添加了身份驗證應用程序",
6861 "xloc": [
6862 - "default.handlebars->41->2292"
6862 + "default.handlebars->41->2294"
6863 ]
6864 },
6865 {
@@ -6884,7 +6884,7 @@
6884 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
6885 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
6886 "xloc": [
6887 - "default.handlebars->41->2303"
6887 + "default.handlebars->41->2305"
6888 ]
6889 },
6890 {
@@ -6904,7 +6904,7 @@
6904 "ru": "Добавлен ежедневный общий доступ к устройству {0}.",
6905 "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6906 "xloc": [
6907 - "default.handlebars->41->2340"
6907 + "default.handlebars->41->2342"
6908 ]
6909 },
6910 {
@@ -6924,7 +6924,7 @@
6924 "ru": "Добавлен еженедельный общий доступ к устройству {0}.",
6925 "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6926 "xloc": [
6927 - "default.handlebars->41->2341"
6927 + "default.handlebars->41->2343"
6928 ]
6929 },
6930 {
@@ -6944,7 +6944,7 @@
6944 "ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.",
6945 "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6946 "xloc": [
6947 - "default.handlebars->41->2333"
6947 + "default.handlebars->41->2335"
6948 ]
6949 },
6950 {
@@ -6969,8 +6969,8 @@
6969 "zh-chs": "已将设备{0}添加到设备组{1}",
6970 "zh-cht": "已將設備{0}添加到設備組{1}",
6971 "xloc": [
6972 - "default.handlebars->41->2259",
6973 - "default.handlebars->41->2286"
6972 + "default.handlebars->41->2261",
6973 + "default.handlebars->41->2288"
6974 ]
6975 },
6976 {
@@ -6994,7 +6994,7 @@
6994 "tr": "Giriş anahtarı eklendi",
6995 "zh-chs": "添加登录令牌",
6996 "xloc": [
6997 - "default.handlebars->41->2317"
6997 + "default.handlebars->41->2319"
6998 ]
6999 },
7000 {
@@ -7018,7 +7018,7 @@
7018 "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
7019 "zh-chs": "新增推送通知认证装置",
7020 "xloc": [
7021 - "default.handlebars->41->2315"
7021 + "default.handlebars->41->2317"
7022 ]
7023 },
7024 {
@@ -7043,7 +7043,7 @@
7043 "zh-chs": "添加了安全密钥",
7044 "zh-cht": "添加了安全密鑰",
7045 "xloc": [
7046 - "default.handlebars->41->2297"
7046 + "default.handlebars->41->2299"
7047 ]
7048 },
7049 {
@@ -7068,7 +7068,7 @@
7068 "zh-chs": "已将用户组{0}添加到设备组{1}",
7069 "zh-cht": "已將用戶組{0}添加到設備組{1}",
7070 "xloc": [
7071 - "default.handlebars->41->2270"
7071 + "default.handlebars->41->2272"
7072 ]
7073 },
7074 {
@@ -7093,8 +7093,8 @@
7093 "zh-chs": "已将用户{0}添加到用户组{1}",
7094 "zh-cht": "已將用戶{0}添加到用戶組{1}",
7095 "xloc": [
7096 - "default.handlebars->41->2273",
7097 - "default.handlebars->41->2282"
7096 + "default.handlebars->41->2275",
7097 + "default.handlebars->41->2284"
7098 ]
7099 },
7100 {
@@ -7170,7 +7170,7 @@
7170 "zh-cht": "管理員控制模式(ACM)",
7171 "xloc": [
7172 "default-mobile.handlebars->11->569",
7173 - "default.handlebars->41->1456"
7173 + "default.handlebars->41->1458"
7174 ]
7175 },
7176 {
@@ -7196,7 +7196,7 @@
7196 "zh-cht": "管理員憑證",
7197 "xloc": [
7198 "default-mobile.handlebars->11->575",
7199 - "default.handlebars->41->1462"
7199 + "default.handlebars->41->1464"
7200 ]
7201 },
7202 {
@@ -7247,7 +7247,7 @@
7247 "zh-chs": "管理领域",
7248 "zh-cht": "管理領域",
7249 "xloc": [
7250 - "default.handlebars->41->2631"
7250 + "default.handlebars->41->2633"
7251 ]
7252 },
7253 {
@@ -7298,7 +7298,7 @@
7298 "zh-chs": "管理领域",
7299 "zh-cht": "管理領域",
7300 "xloc": [
7301 - "default.handlebars->41->2480"
7301 + "default.handlebars->41->2482"
7302 ]
7303 },
7304 {
@@ -7323,7 +7323,7 @@
7323 "zh-chs": "管理员",
7324 "zh-cht": "管理員",
7325 "xloc": [
7326 - "default.handlebars->41->2407"
7326 + "default.handlebars->41->2409"
7327 ]
7328 },
7329 {
@@ -7348,7 +7348,7 @@
7348 "zh-chs": "南非文",
7349 "zh-cht": "南非文",
7350 "xloc": [
7351 - "default.handlebars->41->1542"
7351 + "default.handlebars->41->1544"
7352 ]
7353 },
7354 {
@@ -7377,9 +7377,9 @@
7377 "default-mobile.handlebars->11->256",
7378 "default-mobile.handlebars->11->313",
7379 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7380 - "default.handlebars->41->2135",
7381 - "default.handlebars->41->2148",
7382 - "default.handlebars->41->2934",
7380 + "default.handlebars->41->2137",
7381 + "default.handlebars->41->2150",
7382 + "default.handlebars->41->2936",
7383 "default.handlebars->41->377",
7384 "default.handlebars->41->629",
7385 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7408,8 +7408,8 @@
7408 "zh-chs": "代理+英特尔AMT",
7409 "zh-cht": "代理+Intel&reg; AMT",
7410 "xloc": [
7411 - "default.handlebars->41->2137",
7412 - "default.handlebars->41->2150"
7411 + "default.handlebars->41->2139",
7412 + "default.handlebars->41->2152"
7413 ]
7414 },
7415 {
@@ -7461,7 +7461,7 @@
7461 "zh-cht": "代理控制台",
7462 "xloc": [
7463 "default-mobile.handlebars->11->683",
7464 - "default.handlebars->41->2078"
7464 + "default.handlebars->41->2080"
7465 ]
7466 },
7467 {
@@ -7486,7 +7486,7 @@
7486 "zh-chs": "代理错误计数器",
7487 "zh-cht": "代理錯誤計數器",
7488 "xloc": [
7489 - "default.handlebars->41->2903"
7489 + "default.handlebars->41->2905"
7490 ]
7491 },
7492 {
@@ -7653,8 +7653,8 @@
7653 "ru": "Общий доступ из Агента",
7654 "tr": "Agent Kendisinin-Paylaşımı",
7655 "xloc": [
7656 - "default.handlebars->41->1946",
7657 - "default.handlebars->41->985"
7656 + "default.handlebars->41->1948",
7657 + "default.handlebars->41->986"
7658 ]
7659 },
7660 {
@@ -7679,7 +7679,7 @@
7679 "zh-chs": "代理时段",
7680 "zh-cht": "代理時段",
7681 "xloc": [
7682 - "default.handlebars->41->2919"
7682 + "default.handlebars->41->2921"
7683 ]
7684 },
7685 {
@@ -7726,7 +7726,7 @@
7726 "zh-cht": "代理標籤",
7727 "xloc": [
7728 "default-mobile.handlebars->11->310",
7729 - "default.handlebars->41->827"
7729 + "default.handlebars->41->828"
7730 ]
7731 },
7732 {
@@ -7776,7 +7776,7 @@
7776 "zh-chs": "代理类型",
7777 "zh-cht": "代理類型",
7778 "xloc": [
7779 - "default.handlebars->41->2146",
7779 + "default.handlebars->41->2148",
7780 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7781 ]
7782 },
@@ -7827,7 +7827,7 @@
7827 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7828 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7829 "xloc": [
7830 - "default.handlebars->41->2256"
7830 + "default.handlebars->41->2258"
7831 ]
7832 },
7833 {
@@ -7853,8 +7853,8 @@
7853 "zh-cht": "代理已連接",
7854 "xloc": [
7855 "default.handlebars->41->243",
7856 - "default.handlebars->41->945",
7857 - "default.handlebars->41->946"
7856 + "default.handlebars->41->946",
7857 + "default.handlebars->41->947"
7858 ]
7859 },
7860 {
@@ -8008,7 +8008,7 @@
8008 "zh-cht": "代理離線",
8009 "xloc": [
8010 "default-mobile.handlebars->11->604",
8011 - "default.handlebars->41->1492"
8011 + "default.handlebars->41->1494"
8012 ]
8013 },
8014 {
@@ -8034,7 +8034,7 @@
8034 "zh-cht": "代理在線",
8035 "xloc": [
8036 "default-mobile.handlebars->11->603",
8037 - "default.handlebars->41->1491"
8037 + "default.handlebars->41->1493"
8038 ]
8039 },
8040 {
@@ -8122,7 +8122,7 @@
8122 "zh-chs": "代理在特权降低的远程设备上运行。",
8123 "zh-cht": "代理在特權降低的遠程設備上運行。",
8124 "xloc": [
8125 - "default.handlebars->41->939"
8125 + "default.handlebars->41->940"
8126 ]
8127 },
8128 {
@@ -8231,8 +8231,8 @@
8231 "zh-chs": "代理",
8232 "zh-cht": "代理",
8233 "xloc": [
8234 - "default.handlebars->41->2108",
8235 - "default.handlebars->41->2947",
8234 + "default.handlebars->41->2110",
8235 + "default.handlebars->41->2949",
8236 "default.handlebars->41->522"
8237 ]
8238 },
@@ -8258,7 +8258,7 @@
8258 "zh-chs": "阿尔巴尼亚文",
8259 "zh-cht": "阿爾巴尼亞文",
8260 "xloc": [
8261 - "default.handlebars->41->1543"
8261 + "default.handlebars->41->1545"
8262 ]
8263 },
8264 {
@@ -8286,7 +8286,7 @@
8286 "default-mobile.handlebars->11->148",
8287 "default-mobile.handlebars->11->476",
8288 "default-mobile.handlebars->11->478",
8289 - "default.handlebars->41->2790",
8289 + "default.handlebars->41->2792",
8290 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8291 ]
8292 },
@@ -8312,7 +8312,7 @@
8312 "zh-chs": "全部可用",
8313 "zh-cht": "全部可用",
8314 "xloc": [
8315 - "default.handlebars->41->2369"
8315 + "default.handlebars->41->2371"
8316 ]
8317 },
8318 {
@@ -8323,7 +8323,7 @@
8323 "pt-br": "Todos agentes disponíveis",
8324 "ru": "Все доступные агенты",
8325 "xloc": [
8326 - "default.handlebars->41->2109",
8326 + "default.handlebars->41->2111",
8327 "default.handlebars->41->523"
8328 ]
8329 },
@@ -8349,7 +8349,7 @@
8349 "zh-chs": "所有显示",
8350 "zh-cht": "所有顯示",
8351 "xloc": [
8352 - "default.handlebars->41->1303"
8352 + "default.handlebars->41->1305"
8353 ]
8354 },
8355 {
@@ -8374,7 +8374,7 @@
8374 "zh-chs": "所有事件",
8375 "zh-cht": "所有事件",
8376 "xloc": [
8377 - "default.handlebars->41->2367"
8377 + "default.handlebars->41->2369"
8378 ]
8379 },
8380 {
@@ -8399,9 +8399,9 @@
8399 "zh-chs": "全部聚焦",
8400 "zh-cht": "全部聚焦",
8401 "xloc": [
8402 - "default.handlebars->41->1235",
8402 "default.handlebars->41->1237",
8404 - "default.handlebars->41->1238"
8403 + "default.handlebars->41->1239",
8404 + "default.handlebars->41->1240"
8405 ]
8406 },
8407 {
@@ -8450,8 +8450,8 @@
8450 "zh-chs": "允许用户管理此设备组和该组中的设备。",
8451 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8452 "xloc": [
8453 - "default.handlebars->41->2023",
8454 - "default.handlebars->41->2579"
8453 + "default.handlebars->41->2025",
8454 + "default.handlebars->41->2581"
8455 ]
8456 },
8457 {
@@ -8476,7 +8476,7 @@
8476 "zh-chs": "允许用户管理此设备。",
8477 "zh-cht": "允許用戶管理此裝置。",
8478 "xloc": [
8479 - "default.handlebars->41->2024"
8479 + "default.handlebars->41->2026"
8480 ]
8481 },
8482 {
@@ -8573,8 +8573,8 @@
8573 "xloc": [
8574 "default-mobile.handlebars->11->431",
8575 "default-mobile.handlebars->11->435",
8576 - "default.handlebars->41->1258",
8577 - "default.handlebars->41->1262"
8576 + "default.handlebars->41->1260",
8577 + "default.handlebars->41->1264"
8578 ]
8579 },
8580 {
@@ -8584,7 +8584,7 @@
8584 "ru": "Альтернативная оболочка",
8585 "fr": "Shell alternatif",
8586 "xloc": [
8587 - "default.handlebars->41->1225"
8587 + "default.handlebars->41->1227"
8588 ]
8589 },
8590 {
@@ -8661,7 +8661,7 @@
8661 "zh-chs": "备用(F10 = ESC + 0)",
8662 "zh-cht": "備用(F10 = ESC + 0)",
8663 "xloc": [
8664 - "default.handlebars->41->1337",
8664 + "default.handlebars->41->1339",
8665 "sharing.handlebars->11->37"
8666 ]
8667 },
@@ -8735,10 +8735,10 @@
8735 "zh-chs": "一直通知",
8736 "zh-cht": "一直通知",
8737 "xloc": [
8738 - "default.handlebars->41->1889",
8739 - "default.handlebars->41->2538",
8740 - "default.handlebars->41->2640",
8741 - "default.handlebars->41->857"
8738 + "default.handlebars->41->1891",
8739 + "default.handlebars->41->2540",
8740 + "default.handlebars->41->2642",
8741 + "default.handlebars->41->858"
8742 ]
8743 },
8744 {
@@ -8763,10 +8763,10 @@
8763 "zh-chs": "一直提示",
8764 "zh-cht": "一直提示",
8765 "xloc": [
8766 - "default.handlebars->41->1890",
8767 - "default.handlebars->41->2539",
8768 - "default.handlebars->41->2641",
8769 - "default.handlebars->41->858"
8766 + "default.handlebars->41->1892",
8767 + "default.handlebars->41->2541",
8768 + "default.handlebars->41->2643",
8769 + "default.handlebars->41->859"
8770 ]
8771 },
8772 {
@@ -9011,8 +9011,8 @@
9011 "tr": "Anti-virüs etkin değil",
9012 "zh-chs": "杀毒软件未激活",
9013 "xloc": [
9014 - "default.handlebars->41->2139",
9015 - "default.handlebars->41->2153"
9014 + "default.handlebars->41->2141",
9015 + "default.handlebars->41->2155"
9016 ]
9017 },
9018 {
@@ -9038,7 +9038,7 @@
9038 "zh-cht": "防毒軟體",
9039 "xloc": [
9040 "default-mobile.handlebars->11->532",
9041 - "default.handlebars->41->846"
9041 + "default.handlebars->41->847"
9042 ]
9043 },
9044 {
@@ -9331,7 +9331,7 @@
9331 "zh-chs": "阿拉伯文(阿尔及利亚)",
9332 "zh-cht": "阿拉伯文(阿爾及利亞)",
9333 "xloc": [
9334 - "default.handlebars->41->1545"
9334 + "default.handlebars->41->1547"
9335 ]
9336 },
9337 {
@@ -9356,7 +9356,7 @@
9356 "zh-chs": "阿拉伯文(巴林)",
9357 "zh-cht": "阿拉伯文(巴林)",
9358 "xloc": [
9359 - "default.handlebars->41->1546"
9359 + "default.handlebars->41->1548"
9360 ]
9361 },
9362 {
@@ -9381,7 +9381,7 @@
9381 "zh-chs": "阿拉伯文(埃及)",
9382 "zh-cht": "阿拉伯文(埃及)",
9383 "xloc": [
9384 - "default.handlebars->41->1547"
9384 + "default.handlebars->41->1549"
9385 ]
9386 },
9387 {
@@ -9406,7 +9406,7 @@
9406 "zh-chs": "阿拉伯文(伊拉克)",
9407 "zh-cht": "阿拉伯文(伊拉克)",
9408 "xloc": [
9409 - "default.handlebars->41->1548"
9409 + "default.handlebars->41->1550"
9410 ]
9411 },
9412 {
@@ -9431,7 +9431,7 @@
9431 "zh-chs": "阿拉伯文(约旦)",
9432 "zh-cht": "阿拉伯文(約旦)",
9433 "xloc": [
9434 - "default.handlebars->41->1549"
9434 + "default.handlebars->41->1551"
9435 ]
9436 },
9437 {
@@ -9456,7 +9456,7 @@
9456 "zh-chs": "阿拉伯文(科威特)",
9457 "zh-cht": "阿拉伯文(科威特)",
9458 "xloc": [
9459 - "default.handlebars->41->1550"
9459 + "default.handlebars->41->1552"
9460 ]
9461 },
9462 {
@@ -9481,7 +9481,7 @@
9481 "zh-chs": "阿拉伯文(黎巴嫩)",
9482 "zh-cht": "阿拉伯文(黎巴嫩)",
9483 "xloc": [
9484 - "default.handlebars->41->1551"
9484 + "default.handlebars->41->1553"
9485 ]
9486 },
9487 {
@@ -9506,7 +9506,7 @@
9506 "zh-chs": "阿拉伯文(利比亚)",
9507 "zh-cht": "阿拉伯文(利比亞)",
9508 "xloc": [
9509 - "default.handlebars->41->1552"
9509 + "default.handlebars->41->1554"
9510 ]
9511 },
9512 {
@@ -9531,7 +9531,7 @@
9531 "zh-chs": "阿拉伯文(摩洛哥)",
9532 "zh-cht": "阿拉伯文(摩洛哥)",
9533 "xloc": [
9534 - "default.handlebars->41->1553"
9534 + "default.handlebars->41->1555"
9535 ]
9536 },
9537 {
@@ -9556,7 +9556,7 @@
9556 "zh-chs": "阿拉伯文(阿曼)",
9557 "zh-cht": "阿拉伯文(阿曼)",
9558 "xloc": [
9559 - "default.handlebars->41->1554"
9559 + "default.handlebars->41->1556"
9560 ]
9561 },
9562 {
@@ -9581,7 +9581,7 @@
9581 "zh-chs": "阿拉伯文(卡塔尔)",
9582 "zh-cht": "阿拉伯文(卡塔爾)",
9583 "xloc": [
9584 - "default.handlebars->41->1555"
9584 + "default.handlebars->41->1557"
9585 ]
9586 },
9587 {
@@ -9606,7 +9606,7 @@
9606 "zh-chs": "阿拉伯文(沙特阿拉伯)",
9607 "zh-cht": "阿拉伯文(沙特阿拉伯)",
9608 "xloc": [
9609 - "default.handlebars->41->1556"
9609 + "default.handlebars->41->1558"
9610 ]
9611 },
9612 {
@@ -9631,7 +9631,7 @@
9631 "zh-chs": "阿拉伯文(标准)",
9632 "zh-cht": "阿拉伯文(標準)",
9633 "xloc": [
9634 - "default.handlebars->41->1544"
9634 + "default.handlebars->41->1546"
9635 ]
9636 },
9637 {
@@ -9656,7 +9656,7 @@
9656 "zh-chs": "阿拉伯文(叙利亚)",
9657 "zh-cht": "阿拉伯文(敘利亞)",
9658 "xloc": [
9659 - "default.handlebars->41->1557"
9659 + "default.handlebars->41->1559"
9660 ]
9661 },
9662 {
@@ -9681,7 +9681,7 @@
9681 "zh-chs": "阿拉伯文(突尼斯)",
9682 "zh-cht": "阿拉伯文(突尼斯)",
9683 "xloc": [
9684 - "default.handlebars->41->1558"
9684 + "default.handlebars->41->1560"
9685 ]
9686 },
9687 {
@@ -9706,7 +9706,7 @@
9706 "zh-chs": "阿拉伯文(阿联酋)",
9707 "zh-cht": "阿拉伯文(阿聯酋)",
9708 "xloc": [
9709 - "default.handlebars->41->1559"
9709 + "default.handlebars->41->1561"
9710 ]
9711 },
9712 {
@@ -9731,7 +9731,7 @@
9731 "zh-chs": "阿拉伯文(也门)",
9732 "zh-cht": "阿拉伯文(也門)",
9733 "xloc": [
9734 - "default.handlebars->41->1560"
9734 + "default.handlebars->41->1562"
9735 ]
9736 },
9737 {
@@ -9756,7 +9756,7 @@
9756 "zh-chs": "阿拉贡文",
9757 "zh-cht": "阿拉貢文",
9758 "xloc": [
9759 - "default.handlebars->41->1561"
9759 + "default.handlebars->41->1563"
9760 ]
9761 },
9762 {
@@ -9784,9 +9784,9 @@
9784 "default-mobile.handlebars->11->511",
9785 "default-mobile.handlebars->11->513",
9786 "default-mobile.handlebars->11->515",
9787 - "default.handlebars->41->1405",
9787 "default.handlebars->41->1407",
9789 - "default.handlebars->41->1409"
9788 + "default.handlebars->41->1409",
9789 + "default.handlebars->41->1411"
9790 ]
9791 },
9792 {
@@ -9837,7 +9837,7 @@
9837 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9838 "xloc": [
9839 "default-mobile.handlebars->11->644",
9840 - "default.handlebars->41->1990"
9840 + "default.handlebars->41->1992"
9841 ]
9842 },
9843 {
@@ -9862,7 +9862,7 @@
9862 "zh-chs": "您确定要删除节点{0}吗?",
9863 "zh-cht": "你確定要刪除節點{0}嗎?",
9864 "xloc": [
9865 - "default.handlebars->41->1154"
9865 + "default.handlebars->41->1156"
9866 ]
9867 },
9868 {
@@ -9887,7 +9887,7 @@
9887 "zh-chs": "您确定要卸载所选代理吗?",
9888 "zh-cht": "你確定要卸載所選代理嗎?",
9889 "xloc": [
9890 - "default.handlebars->41->1143"
9890 + "default.handlebars->41->1145"
9891 ]
9892 },
9893 {
@@ -9912,7 +9912,7 @@
9912 "zh-chs": "您确定要卸载所选的{0}代理吗?",
9913 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
9914 "xloc": [
9915 - "default.handlebars->41->1142"
9915 + "default.handlebars->41->1144"
9916 ]
9917 },
9918 {
@@ -9937,7 +9937,7 @@
9937 "zh-chs": "您确定要{0}插件吗:{1}",
9938 "zh-cht": "你確定要{0}外掛嗎:{1}",
9939 "xloc": [
9940 - "default.handlebars->41->2998"
9940 + "default.handlebars->41->3000"
9941 ]
9942 },
9943 {
@@ -9987,7 +9987,7 @@
9987 "zh-chs": "亚美尼亚文",
9988 "zh-cht": "亞美尼亞文",
9989 "xloc": [
9990 - "default.handlebars->41->1562"
9990 + "default.handlebars->41->1564"
9991 ]
9992 },
9993 {
@@ -10099,7 +10099,7 @@
10099 "zh-chs": "阿萨姆文",
10100 "zh-cht": "阿薩姆文",
10101 "xloc": [
10102 - "default.handlebars->41->1563"
10102 + "default.handlebars->41->1565"
10103 ]
10104 },
10105 {
@@ -10244,7 +10244,7 @@
10244 "zh-chs": "阿斯图里亚斯文",
10245 "zh-cht": "阿斯圖里亞斯文",
10246 "xloc": [
10247 - "default.handlebars->41->1564"
10247 + "default.handlebars->41->1566"
10248 ]
10249 },
10250 {
@@ -10269,7 +10269,7 @@
10269 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
10270 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
10271 "xloc": [
10272 - "default.handlebars->41->2225"
10272 + "default.handlebars->41->2227"
10273 ]
10274 },
10275 {
@@ -10317,9 +10317,9 @@
10317 "default-mobile.handlebars->11->447",
10318 "default-mobile.handlebars->11->451",
10319 "default-mobile.handlebars->11->463",
10320 - "default.handlebars->41->1312",
10321 - "default.handlebars->41->1316",
10322 - "default.handlebars->41->1328",
10320 + "default.handlebars->41->1314",
10321 + "default.handlebars->41->1318",
10322 + "default.handlebars->41->1330",
10323 "ssh.handlebars->3->21",
10324 "ssh.handlebars->3->22",
10325 "ssh.handlebars->3->5",
@@ -10348,7 +10348,7 @@
10348 "zh-chs": "认证软件",
10349 "zh-cht": "認證軟體",
10350 "xloc": [
10351 - "default.handlebars->41->2644"
10351 + "default.handlebars->41->2646"
10352 ]
10353 },
10354 {
@@ -10372,9 +10372,9 @@
10372 "tr": "Kimlik Doğrulama Cihazı",
10373 "zh-chs": "认证设备",
10374 "xloc": [
10375 - "default.handlebars->41->1525",
10375 "default.handlebars->41->1527",
10377 - "default.handlebars->41->1531"
10376 + "default.handlebars->41->1529",
10377 + "default.handlebars->41->1533"
10378 ]
10379 },
10380 {
@@ -10400,8 +10400,8 @@
10400 "xloc": [
10401 "default-mobile.handlebars->11->464",
10402 "default-mobile.handlebars->11->470",
10403 - "default.handlebars->41->1330",
10404 - "default.handlebars->41->1345"
10403 + "default.handlebars->41->1332",
10404 + "default.handlebars->41->1347"
10405 ]
10406 },
10407 {
@@ -10430,8 +10430,8 @@
10430 "default-mobile.handlebars->11->104",
10431 "default-mobile.handlebars->11->68",
10432 "default-mobile.handlebars->11->71",
10433 - "default.handlebars->41->1521",
10433 "default.handlebars->41->1523",
10434 + "default.handlebars->41->1525",
10435 "default.handlebars->41->205",
10436 "default.handlebars->41->210"
10437 ]
@@ -10553,8 +10553,8 @@
10553 "zh-chs": "自动删除",
10554 "zh-cht": "自動刪除",
10555 "xloc": [
10556 - "default.handlebars->41->1874",
10557 - "default.handlebars->41->2360"
10556 + "default.handlebars->41->1876",
10557 + "default.handlebars->41->2362"
10558 ]
10559 },
10560 {
@@ -10608,7 +10608,7 @@
10608 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10609 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10610 "xloc": [
10611 - "default.handlebars->41->2306"
10611 + "default.handlebars->41->2308"
10612 ]
10613 },
10614 {
@@ -10703,7 +10703,7 @@
10703 "tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10704 "zh-chs": "自动移除非活动设备",
10705 "xloc": [
10706 - "default.handlebars->41->2018"
10706 + "default.handlebars->41->2020"
10707 ]
10708 },
10709 {
@@ -10728,7 +10728,7 @@
10728 "zh-chs": "可用內存",
10729 "zh-cht": "可用內存",
10730 "xloc": [
10731 - "default.handlebars->41->2928"
10731 + "default.handlebars->41->2930"
10732 ]
10733 },
10734 {
@@ -10753,7 +10753,7 @@
10753 "zh-chs": "阿塞拜疆文",
10754 "zh-cht": "阿塞拜疆文",
10755 "xloc": [
10756 - "default.handlebars->41->1565"
10756 + "default.handlebars->41->1567"
10757 ]
10758 },
10759 {
@@ -10780,9 +10780,9 @@
10780 "default-mobile.handlebars->11->519",
10781 "default-mobile.handlebars->11->523",
10782 "default-mobile.handlebars->11->527",
10783 - "default.handlebars->41->833",
10784 - "default.handlebars->41->837",
10785 - "default.handlebars->41->841"
10783 + "default.handlebars->41->834",
10784 + "default.handlebars->41->838",
10785 + "default.handlebars->41->842"
10786 ]
10787 },
10788 {
@@ -10808,7 +10808,7 @@
10808 "zh-cht": "的BIOS",
10809 "xloc": [
10810 "default-mobile.handlebars->11->582",
10811 - "default.handlebars->41->1469"
10811 + "default.handlebars->41->1471"
10812 ]
10813 },
10814 {
@@ -10919,7 +10919,7 @@
10919 "zh-chs": "退格",
10920 "xloc": [
10921 "default-mobile.handlebars->11->414",
10922 - "default.handlebars->41->1241"
10922 + "default.handlebars->41->1243"
10923 ]
10924 },
10925 {
@@ -10969,8 +10969,8 @@
10969 "zh-chs": "背景与互动",
10970 "zh-cht": "背景與互動",
10971 "xloc": [
10972 - "default.handlebars->41->2115",
10973 - "default.handlebars->41->2122",
10972 + "default.handlebars->41->2117",
10973 + "default.handlebars->41->2124",
10974 "default.handlebars->41->509",
10975 "default.handlebars->41->529"
10976 ]
@@ -10997,8 +10997,8 @@
10997 "zh-chs": "仅背景",
10998 "zh-cht": "僅背景",
10999 "xloc": [
11000 - "default.handlebars->41->2116",
11001 - "default.handlebars->41->2123",
11000 + "default.handlebars->41->2118",
11001 + "default.handlebars->41->2125",
11002 "default.handlebars->41->510",
11003 "default.handlebars->41->530",
11004 "default.handlebars->41->546"
@@ -11052,8 +11052,8 @@
11052 "zh-chs": "备用码",
11053 "zh-cht": "備用碼",
11054 "xloc": [
11055 - "default.handlebars->41->2647",
11056 - "default.handlebars->41->2838"
11055 + "default.handlebars->41->2649",
11056 + "default.handlebars->41->2840"
11057 ]
11058 },
11059 {
@@ -11109,7 +11109,7 @@
11109 "zh-chs": "错误的签名",
11110 "zh-cht": "錯誤的簽名",
11111 "xloc": [
11112 - "default.handlebars->41->2910"
11112 + "default.handlebars->41->2912"
11113 ]
11114 },
11115 {
@@ -11134,7 +11134,7 @@
11134 "zh-chs": "错误的网络证书",
11135 "zh-cht": "錯誤的網絡憑證",
11136 "xloc": [
11137 - "default.handlebars->41->2909"
11137 + "default.handlebars->41->2911"
11138 ]
11139 },
11140 {
@@ -11159,7 +11159,7 @@
11159 "zh-chs": "巴斯克",
11160 "zh-cht": "巴斯克",
11161 "xloc": [
11162 - "default.handlebars->41->1566"
11162 + "default.handlebars->41->1568"
11163 ]
11164 },
11165 {
@@ -11234,7 +11234,7 @@
11234 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
11235 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
11236 "xloc": [
11237 - "default.handlebars->41->2305"
11237 + "default.handlebars->41->2307"
11238 ]
11239 },
11240 {
@@ -11259,7 +11259,7 @@
11259 "zh-chs": "白俄罗斯文",
11260 "zh-cht": "白俄羅斯文",
11261 "xloc": [
11262 - "default.handlebars->41->1568"
11262 + "default.handlebars->41->1570"
11263 ]
11264 },
11265 {
@@ -11284,7 +11284,7 @@
11284 "zh-chs": "孟加拉",
11285 "zh-cht": "孟加拉",
11286 "xloc": [
11287 - "default.handlebars->41->1569"
11287 + "default.handlebars->41->1571"
11288 ]
11289 },
11290 {
@@ -11358,7 +11358,7 @@
11358 "zh-chs": "引导加载程序",
11359 "xloc": [
11360 "default-mobile.handlebars->11->545",
11361 - "default.handlebars->41->1422"
11361 + "default.handlebars->41->1424"
11362 ]
11363 },
11364 {
@@ -11383,7 +11383,7 @@
11383 "zh-chs": "波斯尼亚文",
11384 "zh-cht": "波斯尼亞文",
11385 "xloc": [
11386 - "default.handlebars->41->1570"
11386 + "default.handlebars->41->1572"
11387 ]
11388 },
11389 {
@@ -11408,7 +11408,7 @@
11408 "zh-chs": "布列塔尼",
11409 "zh-cht": "布列塔尼",
11410 "xloc": [
11411 - "default.handlebars->41->1571"
11411 + "default.handlebars->41->1573"
11412 ]
11413 },
11414 {
@@ -11433,7 +11433,7 @@
11433 "zh-chs": "广播",
11434 "zh-cht": "廣播",
11435 "xloc": [
11436 - "default.handlebars->41->2545",
11436 + "default.handlebars->41->2547",
11437 "default.handlebars->container->column_l->p4->3->1->0->3->1"
11438 ]
11439 },
@@ -11459,7 +11459,7 @@
11459 "zh-chs": "广播消息",
11460 "zh-cht": "廣播消息",
11461 "xloc": [
11462 - "default.handlebars->41->2462"
11462 + "default.handlebars->41->2464"
11463 ]
11464 },
11465 {
@@ -11484,7 +11484,7 @@
11484 "zh-chs": "向所有连接的用户广播消息。",
11485 "zh-cht": "向所有連接的用戶廣播消息。",
11486 "xloc": [
11487 - "default.handlebars->41->2457"
11487 + "default.handlebars->41->2459"
11488 ]
11489 },
11490 {
@@ -11495,7 +11495,7 @@
11495 "pt-br": "Navegador",
11496 "ru": "Браузер",
11497 "xloc": [
11498 - "default.handlebars->41->2812"
11498 + "default.handlebars->41->2814"
11499 ]
11500 },
11501 {
@@ -11555,7 +11555,7 @@
11555 "zh-chs": "保加利亚文",
11556 "zh-cht": "保加利亞文",
11557 "xloc": [
11558 - "default.handlebars->41->1567"
11558 + "default.handlebars->41->1569"
11559 ]
11560 },
11561 {
@@ -11580,7 +11580,7 @@
11580 "zh-chs": "缅甸文",
11581 "zh-cht": "緬甸文",
11582 "xloc": [
11583 - "default.handlebars->41->1572"
11583 + "default.handlebars->41->1574"
11584 ]
11585 },
11586 {
@@ -11604,7 +11604,7 @@
11604 "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11605 "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11606 "xloc": [
11607 - "default.handlebars->41->2020"
11607 + "default.handlebars->41->2022"
11608 ]
11609 },
11610 {
@@ -11628,7 +11628,7 @@
11628 "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11629 "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11630 "xloc": [
11631 - "default.handlebars->41->2021"
11631 + "default.handlebars->41->2023"
11632 ]
11633 },
11634 {
@@ -11648,7 +11648,7 @@
11648 "ru": "Входящих байт",
11649 "tr": "Bayt Girişi",
11650 "xloc": [
11651 - "default.handlebars->41->2808"
11651 + "default.handlebars->41->2810"
11652 ]
11653 },
11654 {
@@ -11668,7 +11668,7 @@
11668 "ru": "Исходящих байт",
11669 "tr": "Bayt Bitti",
11670 "xloc": [
11671 - "default.handlebars->41->2809"
11671 + "default.handlebars->41->2811"
11672 ]
11673 },
11674 {
@@ -11704,7 +11704,7 @@
11704 "zh-cht": "CCM",
11705 "xloc": [
11706 "default-mobile.handlebars->11->296",
11707 - "default.handlebars->41->809"
11707 + "default.handlebars->41->810"
11708 ]
11709 },
11710 {
@@ -11729,7 +11729,7 @@
11729 "zh-chs": "CCM模式",
11730 "zh-cht": "CCM模式",
11731 "xloc": [
11732 - "default.handlebars->41->1973"
11732 + "default.handlebars->41->1975"
11733 ]
11734 },
11735 {
@@ -11755,7 +11755,7 @@
11755 "zh-cht": "CIRA",
11756 "xloc": [
11757 "default-mobile.handlebars->11->257",
11758 - "default.handlebars->41->2935",
11758 + "default.handlebars->41->2937",
11759 "default.handlebars->41->379",
11760 "default.handlebars->41->631"
11761 ]
@@ -11782,7 +11782,7 @@
11782 "zh-chs": "CIRA服务器",
11783 "zh-cht": "CIRA伺服器",
11784 "xloc": [
11785 - "default.handlebars->41->2982"
11785 + "default.handlebars->41->2984"
11786 ]
11787 },
11788 {
@@ -11807,7 +11807,7 @@
11807 "zh-chs": "CIRA服务器命令",
11808 "zh-cht": "CIRA伺服器指令",
11809 "xloc": [
11810 - "default.handlebars->41->2983"
11810 + "default.handlebars->41->2985"
11811 ]
11812 },
11813 {
@@ -11852,7 +11852,7 @@
11852 "zh-chs": "CIRA设置",
11853 "zh-cht": "CIRA設置",
11854 "xloc": [
11855 - "default.handlebars->41->1981"
11855 + "default.handlebars->41->1983"
11856 ]
11857 },
11858 {
@@ -11878,8 +11878,8 @@
11878 "zh-cht": "CPU",
11879 "xloc": [
11880 "default-mobile.handlebars->11->588",
11881 - "default.handlebars->41->1475",
11882 - "default.handlebars->41->2959",
11881 + "default.handlebars->41->1477",
11882 + "default.handlebars->41->2961",
11883 "default.handlebars->container->column_l->p40->3->1->p40type->5"
11884 ]
11885 },
@@ -11905,7 +11905,7 @@
11905 "zh-chs": "CPU负载",
11906 "zh-cht": "CPU負載",
11907 "xloc": [
11908 - "default.handlebars->41->2924"
11908 + "default.handlebars->41->2926"
11909 ]
11910 },
11911 {
@@ -11930,7 +11930,7 @@
11930 "zh-chs": "最近15分钟的CPU负载",
11931 "zh-cht": "最近15分鐘的CPU負載",
11932 "xloc": [
11933 - "default.handlebars->41->2927"
11933 + "default.handlebars->41->2929"
11934 ]
11935 },
11936 {
@@ -11955,7 +11955,7 @@
11955 "zh-chs": "最近5分钟的CPU负载",
11956 "zh-cht": "最近5分鐘的CPU負載",
11957 "xloc": [
11958 - "default.handlebars->41->2926"
11958 + "default.handlebars->41->2928"
11959 ]
11960 },
11961 {
@@ -11980,7 +11980,7 @@
11980 "zh-chs": "最近一分钟的CPU负载",
11981 "zh-cht": "最近一分鐘的CPU負載",
11982 "xloc": [
11983 - "default.handlebars->41->2925"
11983 + "default.handlebars->41->2927"
11984 ]
11985 },
11986 {
@@ -12005,8 +12005,8 @@
12005 "zh-chs": "CR+LF",
12006 "zh-cht": "CR+LF",
12007 "xloc": [
12008 - "default.handlebars->41->1308",
12009 - "default.handlebars->41->1339",
12008 + "default.handlebars->41->1310",
12009 + "default.handlebars->41->1341",
12010 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
12011 "sharing.handlebars->11->25",
12012 "sharing.handlebars->11->39",
@@ -12035,7 +12035,7 @@
12035 "zh-chs": "CSV",
12036 "zh-cht": "CSV",
12037 "xloc": [
12038 - "default.handlebars->41->2377"
12038 + "default.handlebars->41->2379"
12039 ]
12040 },
12041 {
@@ -12060,9 +12060,9 @@
12060 "zh-chs": "CSV格式",
12061 "zh-cht": "CSV格式",
12062 "xloc": [
12063 - "default.handlebars->41->2381",
12064 - "default.handlebars->41->2449",
12065 - "default.handlebars->41->702"
12063 + "default.handlebars->41->2383",
12064 + "default.handlebars->41->2451",
12065 + "default.handlebars->41->703"
12066 ]
12067 },
12068 {
@@ -12109,7 +12109,7 @@
12109 "zh-chs": "呼叫错误",
12110 "zh-cht": "呼叫錯誤",
12111 "xloc": [
12112 - "default.handlebars->41->2999"
12112 + "default.handlebars->41->3001"
12113 ]
12114 },
12115 {
@@ -12157,8 +12157,8 @@
12157 "agent-translations.json",
12158 "default-mobile.handlebars->11->113",
12159 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
12160 - "default.handlebars->41->1844",
12161 - "default.handlebars->41->2988",
12160 + "default.handlebars->41->1846",
12161 + "default.handlebars->41->2990",
12162 "default.handlebars->41->482",
12163 "default.handlebars->container->dialog->idx_dlgButtonBar",
12164 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -12246,9 +12246,9 @@
12246 "default-mobile.handlebars->11->593",
12247 "default-mobile.handlebars->11->598",
12248 "default-mobile.handlebars->11->600",
12249 - "default.handlebars->41->1480",
12250 - "default.handlebars->41->1485",
12251 - "default.handlebars->41->1487"
12249 + "default.handlebars->41->1482",
12250 + "default.handlebars->41->1487",
12251 + "default.handlebars->41->1489"
12252 ]
12253 },
12254 {
@@ -12274,7 +12274,7 @@
12274 "zh-cht": "容量/速度",
12275 "xloc": [
12276 "default-mobile.handlebars->11->591",
12277 - "default.handlebars->41->1478"
12277 + "default.handlebars->41->1480"
12278 ]
12279 },
12280 {
@@ -12299,7 +12299,7 @@
12299 "zh-chs": "加泰罗尼亚文",
12300 "zh-cht": "加泰羅尼亞文",
12301 "xloc": [
12302 - "default.handlebars->41->1573"
12302 + "default.handlebars->41->1575"
12303 ]
12304 },
12305 {
@@ -12324,7 +12324,7 @@
12324 "zh-chs": "在这里为中心显示地图",
12325 "zh-cht": "在這裡為中心顯示地圖",
12326 "xloc": [
12327 - "default.handlebars->41->762"
12327 + "default.handlebars->41->763"
12328 ]
12329 },
12330 {
@@ -12396,7 +12396,7 @@
12396 "zh-chs": "查莫罗",
12397 "zh-cht": "查莫羅",
12398 "xloc": [
12399 - "default.handlebars->41->1574"
12399 + "default.handlebars->41->1576"
12400 ]
12401 },
12402 {
@@ -12448,7 +12448,7 @@
12448 "zh-chs": "更改{0}的电邮",
12449 "zh-cht": "更改{0}的電郵",
12450 "xloc": [
12451 - "default.handlebars->41->2692"
12451 + "default.handlebars->41->2694"
12452 ]
12453 },
12454 {
@@ -12473,9 +12473,9 @@
12473 "zh-chs": "更改组",
12474 "zh-cht": "更改群",
12475 "xloc": [
12476 - "default.handlebars->41->1151",
12477 - "default.handlebars->41->1152",
12478 - "default.handlebars->41->913"
12476 + "default.handlebars->41->1153",
12477 + "default.handlebars->41->1154",
12478 + "default.handlebars->41->914"
12479 ]
12480 },
12481 {
@@ -12501,8 +12501,8 @@
12501 "zh-cht": "更改密碼",
12502 "xloc": [
12503 "default-mobile.handlebars->11->121",
12504 - "default.handlebars->41->1790",
12505 - "default.handlebars->41->2665"
12504 + "default.handlebars->41->1792",
12505 + "default.handlebars->41->2667"
12506 ]
12507 },
12508 {
@@ -12527,7 +12527,7 @@
12527 "zh-chs": "更改{0}的密码",
12528 "zh-cht": "更改{0}的密碼",
12529 "xloc": [
12530 - "default.handlebars->41->2701"
12530 + "default.handlebars->41->2703"
12531 ]
12532 },
12533 {
@@ -12552,7 +12552,7 @@
12552 "zh-chs": "更改{0}的真实名称",
12553 "zh-cht": "更改{0}的真實名稱",
12554 "xloc": [
12555 - "default.handlebars->41->2687"
12555 + "default.handlebars->41->2689"
12556 ]
12557 },
12558 {
@@ -12699,7 +12699,7 @@
12699 "zh-chs": "更改该用户的密码",
12700 "zh-cht": "更改該用戶的密碼",
12701 "xloc": [
12702 - "default.handlebars->41->2664"
12702 + "default.handlebars->41->2666"
12703 ]
12704 },
12705 {
@@ -12749,7 +12749,7 @@
12749 "zh-chs": "在此处更改您的帐户电邮地址。",
12750 "zh-cht": "在此處更改你的帳戶電郵地址。",
12751 "xloc": [
12752 - "default.handlebars->41->1777"
12752 + "default.handlebars->41->1779"
12753 ]
12754 },
12755 {
@@ -12774,7 +12774,7 @@
12774 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12775 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12776 "xloc": [
12777 - "default.handlebars->41->1783"
12777 + "default.handlebars->41->1785"
12778 ]
12779 },
12780 {
@@ -12799,7 +12799,7 @@
12799 "zh-chs": "更改帐户凭据",
12800 "zh-cht": "帳戶憑證已更改",
12801 "xloc": [
12802 - "default.handlebars->41->2277"
12802 + "default.handlebars->41->2279"
12803 ]
12804 },
12805 {
@@ -12819,7 +12819,7 @@
12819 "ru": "Изменено отображаемое имя учетной записи на {0}.",
12820 "tr": "Hesap görünen adı {0} olarak değiştirildi.",
12821 "xloc": [
12822 - "default.handlebars->41->2329"
12822 + "default.handlebars->41->2331"
12823 ]
12824 },
12825 {
@@ -12844,8 +12844,8 @@
12844 "zh-chs": "{1}组中的设备{0}已更改:{2}",
12845 "zh-cht": "{1}組中的設備{0}已更改:{2}",
12846 "xloc": [
12847 - "default.handlebars->41->2261",
12848 - "default.handlebars->41->2342"
12847 + "default.handlebars->41->2263",
12848 + "default.handlebars->41->2344"
12849 ]
12850 },
12851 {
@@ -12870,7 +12870,7 @@
12870 "zh-chs": "语言从{1}更改为{2}",
12871 "zh-cht": "語言從{1}更改為{2}",
12872 "xloc": [
12873 - "default.handlebars->41->2205"
12873 + "default.handlebars->41->2207"
12874 ]
12875 },
12876 {
@@ -12895,8 +12895,8 @@
12895 "zh-chs": "已更改{0}的用户设备权限",
12896 "zh-cht": "已更改{0}的用戶設備權限",
12897 "xloc": [
12898 - "default.handlebars->41->2263",
12899 - "default.handlebars->41->2284"
12898 + "default.handlebars->41->2265",
12899 + "default.handlebars->41->2286"
12900 ]
12901 },
12902 {
@@ -12942,7 +12942,7 @@
12942 "zh-chs": "更改语言将需要刷新页面。",
12943 "zh-cht": "更改語言將需要刷新頁面。",
12944 "xloc": [
12945 - "default.handlebars->41->1741"
12945 + "default.handlebars->41->1743"
12946 ]
12947 },
12948 {
@@ -12967,12 +12967,12 @@
12967 "zh-chs": "聊天",
12968 "zh-cht": "聊天",
12969 "xloc": [
12970 - "default.handlebars->41->1012",
12971 - "default.handlebars->41->1034",
12972 - "default.handlebars->41->2398",
12973 - "default.handlebars->41->2660",
12974 - "default.handlebars->41->2661",
12975 - "default.handlebars->41->902"
12970 + "default.handlebars->41->1013",
12971 + "default.handlebars->41->1035",
12972 + "default.handlebars->41->2400",
12973 + "default.handlebars->41->2662",
12974 + "default.handlebars->41->2663",
12975 + "default.handlebars->41->903"
12976 ]
12977 },
12978 {
@@ -12999,8 +12999,8 @@
12999 "xloc": [
13000 "default-mobile.handlebars->11->673",
13001 "default-mobile.handlebars->11->693",
13002 - "default.handlebars->41->2052",
13003 - "default.handlebars->41->2089"
13002 + "default.handlebars->41->2054",
13003 + "default.handlebars->41->2091"
13004 ]
13005 },
13006 {
@@ -13025,7 +13025,7 @@
13025 "zh-chs": "聊天请求,点击这里接受。",
13026 "xloc": [
13027 "default-mobile.handlebars->11->725",
13028 - "default.handlebars->41->2878"
13028 + "default.handlebars->41->2880"
13029 ]
13030 },
13031 {
@@ -13075,7 +13075,7 @@
13075 "zh-chs": "车臣",
13076 "zh-cht": "車臣",
13077 "xloc": [
13078 - "default.handlebars->41->1575"
13078 + "default.handlebars->41->1577"
13079 ]
13080 },
13081 {
@@ -13200,8 +13200,8 @@
13200 "zh-chs": "检查...",
13201 "zh-cht": "檢查...",
13202 "xloc": [
13203 - "default.handlebars->41->1541",
13204 - "default.handlebars->41->2993"
13203 + "default.handlebars->41->1543",
13204 + "default.handlebars->41->2995"
13205 ]
13206 },
13207 {
@@ -13226,7 +13226,7 @@
13226 "zh-chs": "中文",
13227 "zh-cht": "中文",
13228 "xloc": [
13229 - "default.handlebars->41->1576"
13229 + "default.handlebars->41->1578"
13230 ]
13231 },
13232 {
@@ -13251,7 +13251,7 @@
13251 "zh-chs": "中文(香港)",
13252 "zh-cht": "中文(香港)",
13253 "xloc": [
13254 - "default.handlebars->41->1577"
13254 + "default.handlebars->41->1579"
13255 ]
13256 },
13257 {
@@ -13276,7 +13276,7 @@
13276 "zh-chs": "中文(中国)",
13277 "zh-cht": "中文(中國)",
13278 "xloc": [
13279 - "default.handlebars->41->1578"
13279 + "default.handlebars->41->1580"
13280 ]
13281 },
13282 {
@@ -13301,7 +13301,7 @@
13301 "zh-chs": "简体中文",
13302 "zh-cht": "簡體中文",
13303 "xloc": [
13304 - "default.handlebars->41->1738"
13304 + "default.handlebars->41->1740"
13305 ]
13306 },
13307 {
@@ -13326,7 +13326,7 @@
13326 "zh-chs": "中文(新加坡)",
13327 "zh-cht": "中文(新加坡)",
13328 "xloc": [
13329 - "default.handlebars->41->1579"
13329 + "default.handlebars->41->1581"
13330 ]
13331 },
13332 {
@@ -13351,7 +13351,7 @@
13351 "zh-chs": "中文(台湾)",
13352 "zh-cht": "中文(台灣)",
13353 "xloc": [
13354 - "default.handlebars->41->1580"
13354 + "default.handlebars->41->1582"
13355 ]
13356 },
13357 {
@@ -13376,7 +13376,7 @@
13376 "zh-chs": "繁体中文",
13377 "zh-cht": "繁體中文",
13378 "xloc": [
13379 - "default.handlebars->41->1739"
13379 + "default.handlebars->41->1741"
13380 ]
13381 },
13382 {
@@ -13427,7 +13427,7 @@
13427 "zh-chs": "楚瓦什",
13428 "zh-cht": "楚瓦什",
13429 "xloc": [
13430 - "default.handlebars->41->1581"
13430 + "default.handlebars->41->1583"
13431 ]
13432 },
13433 {
@@ -13481,11 +13481,11 @@
13481 "default-mobile.handlebars->11->501",
13482 "default-mobile.handlebars->11->78",
13483 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
13484 - "default.handlebars->41->1379",
13484 "default.handlebars->41->1381",
13485 "default.handlebars->41->1383",
13486 "default.handlebars->41->1385",
13488 - "default.handlebars->41->2199",
13487 + "default.handlebars->41->1387",
13488 + "default.handlebars->41->2201",
13489 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13490 "default.handlebars->container->column_l->p41->3->1",
13491 "messenger.handlebars->xbottom->1->1->0->5",
@@ -13517,7 +13517,7 @@
13517 "zh-chs": "清除 RDP 凭据?",
13518 "xloc": [
13519 "default-mobile.handlebars->11->399",
13520 - "default.handlebars->41->1195"
13520 + "default.handlebars->41->1197"
13521 ]
13522 },
13523 {
@@ -13542,7 +13542,7 @@
13542 "zh-chs": "清除 SSH 凭据?",
13543 "xloc": [
13544 "default-mobile.handlebars->11->397",
13545 - "default.handlebars->41->1193"
13545 + "default.handlebars->41->1195"
13546 ]
13547 },
13548 {
@@ -13642,7 +13642,7 @@
13642 "zh-cht": "全部清除",
13643 "xloc": [
13644 "default-mobile.handlebars->11->708",
13645 - "default.handlebars->41->2861"
13645 + "default.handlebars->41->2863"
13646 ]
13647 },
13648 {
@@ -13694,7 +13694,7 @@
13694 "zh-cht": "清除核心",
13695 "xloc": [
13696 "default-mobile.handlebars->11->614",
13697 - "default.handlebars->41->1502"
13697 + "default.handlebars->41->1504"
13698 ]
13699 },
13700 {
@@ -13745,7 +13745,7 @@
13745 "zh-cht": "清除此通知",
13746 "xloc": [
13747 "default-mobile.handlebars->11->707",
13748 - "default.handlebars->41->2860"
13748 + "default.handlebars->41->2862"
13749 ]
13750 },
13751 {
@@ -13831,8 +13831,8 @@
13831 "zh-chs": "单击此处编辑设备组名称",
13832 "zh-cht": "單擊此處編輯裝置群名稱",
13833 "xloc": [
13834 - "default.handlebars->41->1855",
13835 - "default.handlebars->41->2144"
13834 + "default.handlebars->41->1857",
13835 + "default.handlebars->41->2146"
13836 ]
13837 },
13838 {
@@ -13857,7 +13857,7 @@
13857 "zh-chs": "单击此处编辑服务器端设备名称",
13858 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
13859 "xloc": [
13860 - "default.handlebars->41->778"
13860 + "default.handlebars->41->779"
13861 ]
13862 },
13863 {
@@ -13882,7 +13882,7 @@
13882 "zh-chs": "单击此处编辑用户组名称",
13883 "zh-cht": "單擊此處編輯用戶群名稱",
13884 "xloc": [
13885 - "default.handlebars->41->2519"
13885 + "default.handlebars->41->2521"
13886 ]
13887 },
13888 {
@@ -14005,7 +14005,7 @@
14005 "zh-cht": "單擊確定將驗證電郵發送到:",
14006 "xloc": [
14007 "default-mobile.handlebars->11->106",
14008 - "default.handlebars->41->1774"
14008 + "default.handlebars->41->1776"
14009 ]
14010 },
14011 {
@@ -14099,7 +14099,7 @@
14099 "zh-cht": "客戶端控制模式(CCM)",
14100 "xloc": [
14101 "default-mobile.handlebars->11->568",
14102 - "default.handlebars->41->1455"
14102 + "default.handlebars->41->1457"
14103 ]
14104 },
14105 {
@@ -14124,7 +14124,7 @@
14124 "zh-chs": "客户编号",
14125 "zh-cht": "客戶編號",
14126 "xloc": [
14127 - "default.handlebars->41->1837"
14127 + "default.handlebars->41->1839"
14128 ]
14129 },
14130 {
@@ -14149,7 +14149,7 @@
14149 "zh-chs": "客户端启动的远程访问",
14150 "zh-cht": "客戶端啟動的遠程訪問",
14151 "xloc": [
14152 - "default.handlebars->41->1980"
14152 + "default.handlebars->41->1982"
14153 ]
14154 },
14155 {
@@ -14174,7 +14174,7 @@
14174 "zh-chs": "客户机密",
14175 "zh-cht": "客戶機密",
14176 "xloc": [
14177 - "default.handlebars->41->1838"
14177 + "default.handlebars->41->1840"
14178 ]
14179 },
14180 {
@@ -14227,11 +14227,11 @@
14227 "xloc": [
14228 "agent-translations.json",
14229 "default-mobile.handlebars->11->76",
14230 - "default.handlebars->41->1296",
14231 - "default.handlebars->41->1355",
14230 + "default.handlebars->41->1298",
14231 + "default.handlebars->41->1357",
14232 "default.handlebars->41->217",
14233 "default.handlebars->41->225",
14234 - "default.handlebars->41->2987",
14234 + "default.handlebars->41->2989",
14235 "sharing.handlebars->11->52"
14236 ]
14237 },
@@ -14243,7 +14243,7 @@
14243 "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
14244 "ru": "Завершился сеанс мультиплексирования рабочего стола \\\"{0}\\\", {1} сек.",
14245 "xloc": [
14246 - "default.handlebars->41->2349"
14246 + "default.handlebars->41->2351"
14247 ]
14248 },
14249 {
@@ -14268,7 +14268,7 @@
14268 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
14269 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
14270 "xloc": [
14271 - "default.handlebars->41->2210"
14271 + "default.handlebars->41->2212"
14272 ]
14273 },
14274 {
@@ -14443,9 +14443,9 @@
14443 "zh-cht": "指令",
14444 "xloc": [
14445 "default-mobile.handlebars->11->695",
14446 - "default.handlebars->41->1014",
14447 - "default.handlebars->41->1036",
14448 - "default.handlebars->41->2091"
14446 + "default.handlebars->41->1015",
14447 + "default.handlebars->41->1037",
14448 + "default.handlebars->41->2093"
14449 ]
14450 },
14451 {
@@ -14470,8 +14470,8 @@
14470 "zh-chs": "通用设备组",
14471 "zh-cht": "通用裝置群",
14472 "xloc": [
14473 - "default.handlebars->41->2553",
14474 - "default.handlebars->41->2706"
14473 + "default.handlebars->41->2555",
14474 + "default.handlebars->41->2708"
14475 ]
14476 },
14477 {
@@ -14496,8 +14496,8 @@
14496 "zh-chs": "通用设备",
14497 "zh-cht": "通用裝置",
14498 "xloc": [
14499 - "default.handlebars->41->2559",
14500 - "default.handlebars->41->2718"
14499 + "default.handlebars->41->2561",
14500 + "default.handlebars->41->2720"
14501 ]
14502 },
14503 {
@@ -14522,7 +14522,7 @@
14522 "zh-chs": "编译时间",
14523 "xloc": [
14524 "default-mobile.handlebars->11->541",
14525 - "default.handlebars->41->1418"
14525 + "default.handlebars->41->1420"
14526 ]
14527 },
14528 {
@@ -14568,7 +14568,7 @@
14568 "zh-chs": "压缩档案...",
14569 "zh-cht": "壓縮檔案...",
14570 "xloc": [
14571 - "default.handlebars->41->1350",
14571 + "default.handlebars->41->1352",
14572 "sharing.handlebars->11->47"
14573 ]
14574 },
@@ -14617,13 +14617,13 @@
14617 "xloc": [
14618 "default-mobile.handlebars->11->394",
14619 "default-mobile.handlebars->11->645",
14620 - "default.handlebars->41->1146",
14621 - "default.handlebars->41->1155",
14622 - "default.handlebars->41->1991",
14623 - "default.handlebars->41->2427",
14624 - "default.handlebars->41->2509",
14625 - "default.handlebars->41->2575",
14626 - "default.handlebars->41->2704",
14620 + "default.handlebars->41->1148",
14621 + "default.handlebars->41->1157",
14622 + "default.handlebars->41->1993",
14623 + "default.handlebars->41->2429",
14624 + "default.handlebars->41->2511",
14625 + "default.handlebars->41->2577",
14626 + "default.handlebars->41->2706",
14627 "default.handlebars->41->666"
14628 ]
14629 },
@@ -14671,7 +14671,7 @@
14671 "zh-cht": "確認將1個副本複製到此位置?",
14672 "xloc": [
14673 "default-mobile.handlebars->11->490",
14674 - "default.handlebars->41->1374",
14674 + "default.handlebars->41->1376",
14675 "sharing.handlebars->11->70"
14676 ]
14677 },
@@ -14697,7 +14697,7 @@
14697 "zh-chs": "确认{0}个条目的复制到此位置?",
14698 "zh-cht": "確認{0}個條目的複製到此位置?",
14699 "xloc": [
14700 - "default.handlebars->41->1373",
14700 + "default.handlebars->41->1375",
14701 "sharing.handlebars->11->69"
14702 ]
14703 },
@@ -14748,7 +14748,7 @@
14748 "zh-chs": "确认删除选定的帐户?",
14749 "zh-cht": "確認刪除所選帳戶?",
14750 "xloc": [
14751 - "default.handlebars->41->2426"
14751 + "default.handlebars->41->2428"
14752 ]
14753 },
14754 {
@@ -14795,7 +14795,7 @@
14795 "zh-chs": "确认删除选定的用户组?",
14796 "zh-cht": "確認刪除所選用戶群?",
14797 "xloc": [
14798 - "default.handlebars->41->2508"
14798 + "default.handlebars->41->2510"
14799 ]
14800 },
14801 {
@@ -14820,7 +14820,7 @@
14820 "zh-chs": "确认删除用户{0}?",
14821 "zh-cht": "確認刪除用戶{0}?",
14822 "xloc": [
14823 - "default.handlebars->41->2703"
14823 + "default.handlebars->41->2705"
14824 ]
14825 },
14826 {
@@ -14845,7 +14845,7 @@
14845 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
14846 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14847 "xloc": [
14848 - "default.handlebars->41->2578"
14848 + "default.handlebars->41->2580"
14849 ]
14850 },
14851 {
@@ -14870,7 +14870,7 @@
14870 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14871 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14872 "xloc": [
14873 - "default.handlebars->41->2735"
14873 + "default.handlebars->41->2737"
14874 ]
14875 },
14876 {
@@ -14896,7 +14896,7 @@
14896 "zh-cht": "確認將1個條目移動到此位置?",
14897 "xloc": [
14898 "default-mobile.handlebars->11->492",
14899 - "default.handlebars->41->1376",
14899 + "default.handlebars->41->1378",
14900 "sharing.handlebars->11->72"
14901 ]
14902 },
@@ -14922,7 +14922,7 @@
14922 "zh-chs": "确认将{0}个条目移到此位置?",
14923 "zh-cht": "確認將{0}個條目移到該位置?",
14924 "xloc": [
14925 - "default.handlebars->41->1375",
14925 + "default.handlebars->41->1377",
14926 "sharing.handlebars->11->71"
14927 ]
14928 },
@@ -14973,7 +14973,7 @@
14973 "zh-chs": "确认覆盖?",
14974 "zh-cht": "確認覆蓋?",
14975 "xloc": [
14976 - "default.handlebars->41->2193"
14976 + "default.handlebars->41->2195"
14977 ]
14978 },
14979 {
@@ -14998,8 +14998,8 @@
14998 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
14999 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
15000 "xloc": [
15001 - "default.handlebars->41->2568",
15002 - "default.handlebars->41->2726"
15001 + "default.handlebars->41->2570",
15002 + "default.handlebars->41->2728"
15003 ]
15004 },
15005 {
@@ -15024,8 +15024,8 @@
15024 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
15025 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
15026 "xloc": [
15027 - "default.handlebars->41->2570",
15028 - "default.handlebars->41->2739"
15027 + "default.handlebars->41->2572",
15028 + "default.handlebars->41->2741"
15029 ]
15030 },
15031 {
@@ -15050,7 +15050,7 @@
15050 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
15051 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
15052 "xloc": [
15053 - "default.handlebars->41->2728"
15053 + "default.handlebars->41->2730"
15054 ]
15055 },
15056 {
@@ -15075,7 +15075,7 @@
15075 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
15076 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
15077 "xloc": [
15078 - "default.handlebars->41->2731"
15078 + "default.handlebars->41->2733"
15079 ]
15080 },
15081 {
@@ -15100,8 +15100,8 @@
15100 "zh-chs": "确认删除访问权限?",
15101 "zh-cht": "確認刪除訪問權限?",
15102 "xloc": [
15103 - "default.handlebars->41->2729",
15104 - "default.handlebars->41->2732"
15103 + "default.handlebars->41->2731",
15104 + "default.handlebars->41->2734"
15105 ]
15106 },
15107 {
@@ -15127,7 +15127,7 @@
15127 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
15128 "xloc": [
15129 "default-mobile.handlebars->11->105",
15130 - "default.handlebars->41->1524"
15130 + "default.handlebars->41->1526"
15131 ]
15132 },
15133 {
@@ -15174,7 +15174,7 @@
15174 "zh-chs": "确认删除设备共享“{0}”?",
15175 "zh-cht": "確認刪除設備共享“{0}”?",
15176 "xloc": [
15177 - "default.handlebars->41->2724"
15177 + "default.handlebars->41->2726"
15178 ]
15179 },
15180 {
@@ -15242,7 +15242,7 @@
15242 "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
15243 "zh-chs": "确认移除推送认证设备?",
15244 "xloc": [
15245 - "default.handlebars->41->1526"
15245 + "default.handlebars->41->1528"
15246 ]
15247 },
15248 {
@@ -15267,7 +15267,7 @@
15267 "zh-chs": "确认删除用户“ {0} ”的权限?",
15268 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
15269 "xloc": [
15270 - "default.handlebars->41->2102"
15270 + "default.handlebars->41->2104"
15271 ]
15272 },
15273 {
@@ -15292,7 +15292,7 @@
15292 "zh-chs": "确认删除用户组“ {0} ”的权限?",
15293 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
15294 "xloc": [
15295 - "default.handlebars->41->2104"
15295 + "default.handlebars->41->2106"
15296 ]
15297 },
15298 {
@@ -15340,7 +15340,7 @@
15340 "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
15341 "zh-chs": "确认删除此登录令牌?",
15342 "xloc": [
15343 - "default.handlebars->41->1830"
15343 + "default.handlebars->41->1832"
15344 ]
15345 },
15346 {
@@ -15437,7 +15437,7 @@
15437 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15438 "xloc": [
15439 "default-mobile.handlebars->11->158",
15440 - "default.handlebars->41->2194"
15440 + "default.handlebars->41->2196"
15441 ]
15442 },
15443 {
@@ -15466,8 +15466,8 @@
15466 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
15467 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
15468 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
15469 - "default.handlebars->41->1893",
15470 - "default.handlebars->41->861",
15469 + "default.handlebars->41->1895",
15470 + "default.handlebars->41->862",
15471 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
15472 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
15473 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -15549,7 +15549,7 @@
15549 "zh-chs": "连接到服务器",
15550 "zh-cht": "連接到伺服器",
15551 "xloc": [
15552 - "default.handlebars->41->1984"
15552 + "default.handlebars->41->1986"
15553 ]
15554 },
15555 {
@@ -15727,7 +15727,7 @@
15727 "zh-chs": "已连接的英特尔&reg;AMT",
15728 "zh-cht": "已連接的Intel&reg; AMT",
15729 "xloc": [
15730 - "default.handlebars->41->2915"
15730 + "default.handlebars->41->2917"
15731 ]
15732 },
15733 {
@@ -15752,7 +15752,7 @@
15752 "zh-chs": "已连接的用户",
15753 "zh-cht": "已连接的用户",
15754 "xloc": [
15755 - "default.handlebars->41->2920"
15755 + "default.handlebars->41->2922"
15756 ]
15757 },
15758 {
@@ -15799,7 +15799,7 @@
15799 "zh-cht": "現在已連接",
15800 "xloc": [
15801 "default-mobile.handlebars->11->536",
15802 - "default.handlebars->41->1413"
15802 + "default.handlebars->41->1415"
15803 ]
15804 },
15805 {
@@ -15914,7 +15914,7 @@
15914 "default-mobile.handlebars->11->2",
15915 "default-mobile.handlebars->11->48",
15916 "default-mobile.handlebars->11->508",
15917 - "default.handlebars->41->1399",
15917 + "default.handlebars->41->1401",
15918 "default.handlebars->41->363",
15919 "default.handlebars->41->366",
15920 "default.handlebars->41->431",
@@ -15968,7 +15968,7 @@
15968 "zh-chs": "连接数量",
15969 "zh-cht": "連接數量",
15970 "xloc": [
15971 - "default.handlebars->41->2946"
15971 + "default.handlebars->41->2948"
15972 ]
15973 },
15974 {
@@ -15993,8 +15993,8 @@
15993 "zh-chs": "连接错误",
15994 "xloc": [
15995 "default-mobile.handlebars->11->471",
15996 - "default.handlebars->41->1329",
15997 - "default.handlebars->41->1346",
15996 + "default.handlebars->41->1331",
15997 + "default.handlebars->41->1348",
15998 "login2.handlebars->7->32"
15999 ]
16000 },
@@ -16020,7 +16020,7 @@
16020 "zh-chs": "连接转发器",
16021 "zh-cht": "連接轉發器",
16022 "xloc": [
16023 - "default.handlebars->41->2981"
16023 + "default.handlebars->41->2983"
16024 ]
16025 },
16026 {
@@ -16096,9 +16096,9 @@
16096 "zh-cht": "連接性",
16097 "xloc": [
16098 "default-mobile.handlebars->11->318",
16099 - "default.handlebars->41->2151",
16099 + "default.handlebars->41->2153",
16100 "default.handlebars->41->353",
16101 - "default.handlebars->41->878",
16101 + "default.handlebars->41->879",
16102 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
16103 ]
16104 },
@@ -16119,7 +16119,7 @@
16119 "ru": "Согласие",
16120 "tr": "Onay",
16121 "xloc": [
16122 - "default.handlebars->41->2359"
16122 + "default.handlebars->41->2361"
16123 ]
16124 },
16125 {
@@ -16145,8 +16145,8 @@
16145 "zh-cht": "控制台",
16146 "xloc": [
16147 "default-mobile.handlebars->11->356",
16148 - "default.handlebars->41->1007",
16149 - "default.handlebars->41->1029",
16148 + "default.handlebars->41->1008",
16149 + "default.handlebars->41->1030",
16150 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
16151 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
16152 "default.handlebars->contextMenu->cxconsole"
@@ -16174,7 +16174,7 @@
16174 "zh-chs": "控制台 -",
16175 "zh-cht": "控制台 -",
16176 "xloc": [
16177 - "default.handlebars->41->779"
16177 + "default.handlebars->41->780"
16178 ]
16179 },
16180 {
@@ -16199,8 +16199,8 @@
16199 "zh-chs": "控制",
16200 "zh-cht": "控制",
16201 "xloc": [
16202 - "default.handlebars->41->1006",
16203 - "default.handlebars->41->1028",
16202 + "default.handlebars->41->1007",
16203 + "default.handlebars->41->1029",
16204 "messenger.handlebars->remoteImage->3->2"
16205 ]
16206 },
@@ -16251,7 +16251,7 @@
16251 "zh-chs": "Cookie编码器",
16252 "zh-cht": "Cookie編碼器",
16253 "xloc": [
16254 - "default.handlebars->41->2965"
16254 + "default.handlebars->41->2967"
16255 ]
16256 },
16257 {
@@ -16470,8 +16470,8 @@
16470 "zh-chs": "复制连结到剪贴板",
16471 "zh-cht": "複製連結到剪貼板",
16472 "xloc": [
16473 - "default.handlebars->41->2162",
16474 - "default.handlebars->41->2181",
16473 + "default.handlebars->41->2164",
16474 + "default.handlebars->41->2183",
16475 "default.handlebars->41->295",
16476 "default.handlebars->41->317",
16477 "default.handlebars->41->319",
@@ -16603,7 +16603,7 @@
16603 "zh-chs": "复制:“{0}”到“{1}”",
16604 "zh-cht": "複製:“{0}”到“{1}”",
16605 "xloc": [
16606 - "default.handlebars->41->2253"
16606 + "default.handlebars->41->2255"
16607 ]
16608 },
16609 {
@@ -16784,7 +16784,7 @@
16784 "zh-chs": "核心服务器",
16785 "zh-cht": "核心伺服器",
16786 "xloc": [
16787 - "default.handlebars->41->2964"
16787 + "default.handlebars->41->2966"
16788 ]
16789 },
16790 {
@@ -16809,7 +16809,7 @@
16809 "zh-chs": "科西嘉文",
16810 "zh-cht": "科西嘉文",
16811 "xloc": [
16812 - "default.handlebars->41->1582"
16812 + "default.handlebars->41->1584"
16813 ]
16814 },
16815 {
@@ -16855,7 +16855,7 @@
16855 "zh-chs": "创建帐号",
16856 "zh-cht": "創建帳號",
16857 "xloc": [
16858 - "default.handlebars->41->2476",
16858 + "default.handlebars->41->2478",
16859 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16860 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16861 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16928,7 +16928,7 @@
16928 "tr": "Giriş Simgesi Oluştur",
16929 "zh-chs": "创建登录令牌",
16930 "xloc": [
16931 - "default.handlebars->41->1767",
16931 + "default.handlebars->41->1769",
16932 "default.handlebars->41->320"
16933 ]
16934 },
@@ -16954,7 +16954,7 @@
16954 "zh-chs": "创建用户组",
16955 "zh-cht": "創建用戶群",
16956 "xloc": [
16957 - "default.handlebars->41->2516"
16957 + "default.handlebars->41->2518"
16958 ]
16959 },
16960 {
@@ -16979,7 +16979,7 @@
16979 "zh-chs": "创建连结以与访客共享此设备",
16980 "zh-cht": "創建鏈結以與訪客共享此裝置",
16981 "xloc": [
16982 - "default.handlebars->41->905"
16982 + "default.handlebars->41->906"
16983 ]
16984 },
16985 {
@@ -17004,7 +17004,7 @@
17004 "zh-chs": "使用以下选项创建一个新的设备组。",
17005 "zh-cht": "使用以下選項創建一個新的裝置群。",
17006 "xloc": [
17007 - "default.handlebars->41->1797"
17007 + "default.handlebars->41->1799"
17008 ]
17009 },
17010 {
@@ -17053,7 +17053,7 @@
17053 "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.",
17054 "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
17055 "xloc": [
17056 - "default.handlebars->41->1747"
17056 + "default.handlebars->41->1749"
17057 ]
17058 },
17059 {
@@ -17103,7 +17103,7 @@
17103 "zh-chs": "创建文件夹:“{0}”",
17104 "zh-cht": "創建文件夾:“{0}”",
17105 "xloc": [
17106 - "default.handlebars->41->2246"
17106 + "default.handlebars->41->2248"
17107 ]
17108 },
17109 {
@@ -17152,7 +17152,7 @@
17152 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
17153 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
17154 "xloc": [
17155 - "default.handlebars->41->2440"
17155 + "default.handlebars->41->2442"
17156 ]
17157 },
17158 {
@@ -17204,7 +17204,7 @@
17204 "zh-chs": "创建的设备组:{0}",
17205 "zh-cht": "創建的設備組:{0}",
17206 "xloc": [
17207 - "default.handlebars->41->2257"
17207 + "default.handlebars->41->2259"
17208 ]
17209 },
17210 {
@@ -17229,7 +17229,7 @@
17229 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
17230 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
17231 "xloc": [
17232 - "default.handlebars->41->1052"
17232 + "default.handlebars->41->1054"
17233 ]
17234 },
17235 {
@@ -17298,7 +17298,7 @@
17298 "zh-chs": "创建",
17299 "zh-cht": "創建",
17300 "xloc": [
17301 - "default.handlebars->41->2620"
17301 + "default.handlebars->41->2622"
17302 ]
17303 },
17304 {
@@ -17323,7 +17323,7 @@
17323 "zh-chs": "创建时间",
17324 "zh-cht": "創作時間",
17325 "xloc": [
17326 - "default.handlebars->41->1873"
17326 + "default.handlebars->41->1875"
17327 ]
17328 },
17329 {
@@ -17375,8 +17375,8 @@
17375 "zh-chs": "创建者",
17376 "zh-cht": "創作者",
17377 "xloc": [
17378 - "default.handlebars->41->1871",
17379 - "default.handlebars->41->1872"
17378 + "default.handlebars->41->1873",
17379 + "default.handlebars->41->1874"
17380 ]
17381 },
17382 {
@@ -17402,9 +17402,9 @@
17402 "zh-cht": "證書",
17403 "xloc": [
17404 "default-mobile.handlebars->11->330",
17405 - "default.handlebars->41->1218",
17406 - "default.handlebars->41->1835",
17407 - "default.handlebars->41->890"
17405 + "default.handlebars->41->1220",
17406 + "default.handlebars->41->1837",
17407 + "default.handlebars->41->891"
17408 ]
17409 },
17410 {
@@ -17429,7 +17429,7 @@
17429 "zh-chs": "克里语",
17430 "zh-cht": "克里語",
17431 "xloc": [
17432 - "default.handlebars->41->1583"
17432 + "default.handlebars->41->1585"
17433 ]
17434 },
17435 {
@@ -17454,7 +17454,7 @@
17454 "zh-chs": "克罗地亚文",
17455 "zh-cht": "克羅地亞文",
17456 "xloc": [
17457 - "default.handlebars->41->1584"
17457 + "default.handlebars->41->1586"
17458 ]
17459 },
17460 {
@@ -17533,8 +17533,8 @@
17533 "xloc": [
17534 "default-mobile.handlebars->11->432",
17535 "default-mobile.handlebars->11->436",
17536 - "default.handlebars->41->1259",
17537 - "default.handlebars->41->1263",
17536 + "default.handlebars->41->1261",
17537 + "default.handlebars->41->1265",
17538 "default.handlebars->41->60",
17539 "sharing.handlebars->11->24"
17540 ]
@@ -17709,7 +17709,7 @@
17709 "zh-chs": "当前密码不正确。",
17710 "xloc": [
17711 "default-mobile.handlebars->11->735",
17712 - "default.handlebars->41->2888"
17712 + "default.handlebars->41->2890"
17713 ]
17714 },
17715 {
@@ -17812,7 +17812,7 @@
17812 "zh-chs": "捷克文",
17813 "zh-cht": "捷克文",
17814 "xloc": [
17815 - "default.handlebars->41->1585"
17815 + "default.handlebars->41->1587"
17816 ]
17817 },
17818 {
@@ -17882,7 +17882,7 @@
17882 "zh-chs": "丹麦文",
17883 "zh-cht": "丹麥文",
17884 "xloc": [
17885 - "default.handlebars->41->1586"
17885 + "default.handlebars->41->1588"
17886 ]
17887 },
17888 {
@@ -17932,7 +17932,7 @@
17932 "zh-chs": "数据通道",
17933 "zh-cht": "數據通道",
17934 "xloc": [
17935 - "default.handlebars->41->1216",
17935 + "default.handlebars->41->1218",
17936 "sharing.handlebars->11->11"
17937 ]
17938 },
@@ -17958,7 +17958,7 @@
17958 "zh-chs": "日期和时间",
17959 "zh-cht": "日期和時間",
17960 "xloc": [
17961 - "default.handlebars->41->1744"
17961 + "default.handlebars->41->1746"
17962 ]
17963 },
17964 {
@@ -17984,9 +17984,9 @@
17984 "zh-cht": "天",
17985 "xloc": [
17986 "default-mobile.handlebars->11->384",
17987 - "default.handlebars->41->1130",
17988 - "default.handlebars->41->2785",
17989 - "default.handlebars->41->2788"
17987 + "default.handlebars->41->1132",
17988 + "default.handlebars->41->2787",
17989 + "default.handlebars->41->2790"
17990 ]
17991 },
17992 {
@@ -18011,8 +18011,8 @@
18011 "zh-chs": "停用",
18012 "zh-cht": "停用",
18013 "xloc": [
18014 - "default.handlebars->41->1903",
18015 - "default.handlebars->41->1963"
18014 + "default.handlebars->41->1905",
18015 + "default.handlebars->41->1965"
18016 ]
18017 },
18018 {
@@ -18037,7 +18037,7 @@
18037 "zh-chs": "如果设置停用CCM",
18038 "zh-cht": "如果設置停用CCM",
18039 "xloc": [
18040 - "default.handlebars->41->1975"
18040 + "default.handlebars->41->1977"
18041 ]
18042 },
18043 {
@@ -18110,10 +18110,10 @@
18110 "zh-chs": "默认",
18111 "zh-cht": "默認",
18112 "xloc": [
18113 - "default.handlebars->41->2463",
18114 - "default.handlebars->41->2512",
18115 - "default.handlebars->41->2523",
18116 - "default.handlebars->41->2596"
18113 + "default.handlebars->41->2465",
18114 + "default.handlebars->41->2514",
18115 + "default.handlebars->41->2525",
18116 + "default.handlebars->41->2598"
18117 ]
18118 },
18119 {
@@ -18138,7 +18138,7 @@
18138 "zh-chs": "德尔",
18139 "xloc": [
18140 "default-mobile.handlebars->11->420",
18141 - "default.handlebars->41->1247"
18141 + "default.handlebars->41->1249"
18142 ]
18143 },
18144 {
@@ -18168,9 +18168,9 @@
18168 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
18169 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
18170 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
18171 - "default.handlebars->41->1365",
18172 - "default.handlebars->41->2188",
18173 - "default.handlebars->41->749",
18171 + "default.handlebars->41->1367",
18172 + "default.handlebars->41->2190",
18173 + "default.handlebars->41->750",
18174 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18175 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
18176 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -18206,7 +18206,7 @@
18206 "zh-cht": "刪除帳戶",
18207 "xloc": [
18208 "default-mobile.handlebars->11->115",
18209 - "default.handlebars->41->1782"
18209 + "default.handlebars->41->1784"
18210 ]
18211 },
18212 {
@@ -18231,7 +18231,7 @@
18231 "zh-chs": "删除帐户",
18232 "zh-cht": "刪除帳戶",
18233 "xloc": [
18234 - "default.handlebars->41->2428"
18234 + "default.handlebars->41->2430"
18235 ]
18236 },
18237 {
@@ -18257,7 +18257,7 @@
18257 "zh-cht": "刪除裝置",
18258 "xloc": [
18259 "default-mobile.handlebars->11->339",
18260 - "default.handlebars->41->915"
18260 + "default.handlebars->41->916"
18261 ]
18262 },
18263 {
@@ -18308,8 +18308,8 @@
18308 "xloc": [
18309 "default-mobile.handlebars->11->643",
18310 "default-mobile.handlebars->11->646",
18311 - "default.handlebars->41->1951",
18312 - "default.handlebars->41->1992"
18311 + "default.handlebars->41->1953",
18312 + "default.handlebars->41->1994"
18313 ]
18314 },
18315 {
@@ -18335,7 +18335,7 @@
18335 "zh-cht": "刪除節點",
18336 "xloc": [
18337 "default-mobile.handlebars->11->392",
18338 - "default.handlebars->41->1156"
18338 + "default.handlebars->41->1158"
18339 ]
18340 },
18341 {
@@ -18382,7 +18382,7 @@
18382 "zh-chs": "删除用户",
18383 "zh-cht": "刪除用戶",
18384 "xloc": [
18385 - "default.handlebars->41->2663"
18385 + "default.handlebars->41->2665"
18386 ]
18387 },
18388 {
@@ -18407,8 +18407,8 @@
18407 "zh-chs": "删除用户群组",
18408 "zh-cht": "刪除用戶群組",
18409 "xloc": [
18410 - "default.handlebars->41->2564",
18411 - "default.handlebars->41->2576"
18410 + "default.handlebars->41->2566",
18411 + "default.handlebars->41->2578"
18412 ]
18413 },
18414 {
@@ -18433,7 +18433,7 @@
18433 "zh-chs": "删除用户群组",
18434 "zh-cht": "刪除用戶群組",
18435 "xloc": [
18436 - "default.handlebars->41->2510"
18436 + "default.handlebars->41->2512"
18437 ]
18438 },
18439 {
@@ -18458,7 +18458,7 @@
18458 "zh-chs": "删除用户{0}",
18459 "zh-cht": "刪除用戶{0}",
18460 "xloc": [
18461 - "default.handlebars->41->2702"
18461 + "default.handlebars->41->2704"
18462 ]
18463 },
18464 {
@@ -18484,7 +18484,7 @@
18484 "zh-cht": "刪除帳戶",
18485 "xloc": [
18486 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18487 - "default.handlebars->41->2424",
18487 + "default.handlebars->41->2426",
18488 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18489 ]
18490 },
@@ -18535,7 +18535,7 @@
18535 "zh-chs": "删除群组",
18536 "zh-cht": "刪除群組",
18537 "xloc": [
18538 - "default.handlebars->41->2506"
18538 + "default.handlebars->41->2508"
18539 ]
18540 },
18541 {
@@ -18560,7 +18560,7 @@
18560 "zh-chs": "删除项目?",
18561 "zh-cht": "刪除項目?",
18562 "xloc": [
18563 - "default.handlebars->41->750"
18563 + "default.handlebars->41->751"
18564 ]
18565 },
18566 {
@@ -18585,7 +18585,7 @@
18585 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18586 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18587 "xloc": [
18588 - "default.handlebars->41->2248"
18588 + "default.handlebars->41->2250"
18589 ]
18590 },
18591 {
@@ -18612,8 +18612,8 @@
18612 "xloc": [
18613 "default-mobile.handlebars->11->155",
18614 "default-mobile.handlebars->11->484",
18615 - "default.handlebars->41->1367",
18616 - "default.handlebars->41->2190",
18615 + "default.handlebars->41->1369",
18616 + "default.handlebars->41->2192",
18617 "sharing.handlebars->11->63"
18618 ]
18619 },
@@ -18639,7 +18639,7 @@
18639 "zh-chs": "删除用户群组{0}?",
18640 "zh-cht": "刪除用戶群組{0}?",
18641 "xloc": [
18642 - "default.handlebars->41->2574"
18642 + "default.handlebars->41->2576"
18643 ]
18644 },
18645 {
@@ -18666,8 +18666,8 @@
18666 "xloc": [
18667 "default-mobile.handlebars->11->154",
18668 "default-mobile.handlebars->11->483",
18669 - "default.handlebars->41->1366",
18670 - "default.handlebars->41->2189",
18669 + "default.handlebars->41->1368",
18670 + "default.handlebars->41->2191",
18671 "sharing.handlebars->11->62"
18672 ]
18673 },
@@ -18718,7 +18718,7 @@
18718 "zh-chs": "删除:“{0}”",
18719 "zh-cht": "刪除:“{0}”",
18720 "xloc": [
18721 - "default.handlebars->41->2247"
18721 + "default.handlebars->41->2249"
18722 ]
18723 },
18724 {
@@ -18743,7 +18743,7 @@
18743 "zh-chs": "删除:“{0}”,{1}个元素已删除",
18744 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18745 "xloc": [
18746 - "default.handlebars->41->2249"
18746 + "default.handlebars->41->2251"
18747 ]
18748 },
18749 {
@@ -18769,7 +18769,7 @@
18769 "zh-cht": "被拒絕",
18770 "xloc": [
18771 "default-mobile.handlebars->11->407",
18772 - "default.handlebars->41->1203",
18772 + "default.handlebars->41->1205",
18773 "sharing.handlebars->11->29",
18774 "sharing.handlebars->11->7"
18775 ]
@@ -18914,20 +18914,20 @@
18914 "default-mobile.handlebars->11->549",
18915 "default-mobile.handlebars->11->629",
18916 "default-mobile.handlebars->11->652",
18917 - "default.handlebars->41->1198",
18918 - "default.handlebars->41->1426",
18919 - "default.handlebars->41->1436",
18917 + "default.handlebars->41->1200",
18918 + "default.handlebars->41->1428",
18919 + "default.handlebars->41->1438",
18920 "default.handlebars->41->149",
18921 - "default.handlebars->41->1807",
18922 - "default.handlebars->41->1864",
18923 - "default.handlebars->41->1998",
18924 - "default.handlebars->41->2357",
18925 - "default.handlebars->41->2515",
18926 - "default.handlebars->41->2525",
18927 - "default.handlebars->41->2526",
18928 - "default.handlebars->41->2572",
18929 - "default.handlebars->41->790",
18921 + "default.handlebars->41->1809",
18922 + "default.handlebars->41->1866",
18923 + "default.handlebars->41->2000",
18924 + "default.handlebars->41->2359",
18925 + "default.handlebars->41->2517",
18926 + "default.handlebars->41->2527",
18927 + "default.handlebars->41->2528",
18928 + "default.handlebars->41->2574",
18929 "default.handlebars->41->791",
18930 + "default.handlebars->41->792",
18931 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
18932 ]
18933 },
@@ -18976,16 +18976,16 @@
18976 "zh-cht": "桌面",
18977 "xloc": [
18978 "default-mobile.handlebars->11->352",
18979 - "default.handlebars->41->1054",
18980 - "default.handlebars->41->1302",
18981 - "default.handlebars->41->1931",
18982 - "default.handlebars->41->2004",
18983 - "default.handlebars->41->2759",
18984 - "default.handlebars->41->2818",
18985 - "default.handlebars->41->2849",
18986 - "default.handlebars->41->2940",
18987 - "default.handlebars->41->755",
18988 - "default.handlebars->41->970",
18979 + "default.handlebars->41->1056",
18980 + "default.handlebars->41->1304",
18981 + "default.handlebars->41->1933",
18982 + "default.handlebars->41->2006",
18983 + "default.handlebars->41->2761",
18984 + "default.handlebars->41->2820",
18985 + "default.handlebars->41->2851",
18986 + "default.handlebars->41->2942",
18987 + "default.handlebars->41->756",
18988 + "default.handlebars->41->971",
18989 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
18990 "default.handlebars->contextMenu->cxdesktop",
18991 "sharing.handlebars->11->23",
@@ -19013,9 +19013,9 @@
19013 "tr": "Masaüstü + Dosyalar",
19014 "zh-chs": "桌面 + 文件",
19015 "xloc": [
19016 - "default.handlebars->41->1057",
19017 - "default.handlebars->41->1935",
19018 - "default.handlebars->41->974"
19016 + "default.handlebars->41->1059",
19017 + "default.handlebars->41->1937",
19018 + "default.handlebars->41->975"
19019 ]
19020 },
19021 {
@@ -19039,8 +19039,8 @@
19039 "tr": "Masaüstü + Terminal",
19040 "zh-chs": "桌面 + 终端",
19041 "xloc": [
19042 - "default.handlebars->41->1932",
19043 - "default.handlebars->41->971"
19042 + "default.handlebars->41->1934",
19043 + "default.handlebars->41->972"
19044 ]
19045 },
19046 {
@@ -19064,9 +19064,9 @@
19064 "tr": "Masaüstü + Terminal + Dosyalar",
19065 "zh-chs": "桌面 + 终端 + 文件",
19066 "xloc": [
19067 - "default.handlebars->41->1059",
19068 - "default.handlebars->41->1936",
19069 - "default.handlebars->41->975"
19067 + "default.handlebars->41->1061",
19068 + "default.handlebars->41->1938",
19069 + "default.handlebars->41->976"
19070 ]
19071 },
19072 {
@@ -19115,7 +19115,7 @@
19115 "tr": "Masaüstü Multiplex",
19116 "zh-chs": "桌面复用",
19117 "xloc": [
19118 - "default.handlebars->41->2945"
19118 + "default.handlebars->41->2947"
19119 ]
19120 },
19121 {
@@ -19140,10 +19140,10 @@
19140 "zh-chs": "桌面通知",
19141 "zh-cht": "桌面通知",
19142 "xloc": [
19143 - "default.handlebars->41->1884",
19144 - "default.handlebars->41->2533",
19145 - "default.handlebars->41->2635",
19146 - "default.handlebars->41->852"
19143 + "default.handlebars->41->1886",
19144 + "default.handlebars->41->2535",
19145 + "default.handlebars->41->2637",
19146 + "default.handlebars->41->853"
19147 ]
19148 },
19149 {
@@ -19168,10 +19168,10 @@
19168 "zh-chs": "桌面提示",
19169 "zh-cht": "桌面提示",
19170 "xloc": [
19171 - "default.handlebars->41->1883",
19172 - "default.handlebars->41->2532",
19173 - "default.handlebars->41->2634",
19174 - "default.handlebars->41->851"
19171 + "default.handlebars->41->1885",
19172 + "default.handlebars->41->2534",
19173 + "default.handlebars->41->2636",
19174 + "default.handlebars->41->852"
19175 ]
19176 },
19177 {
@@ -19196,10 +19196,10 @@
19196 "zh-chs": "桌面提示+工具栏",
19197 "zh-cht": "桌面提示+工具欄",
19198 "xloc": [
19199 - "default.handlebars->41->1881",
19200 - "default.handlebars->41->2530",
19201 - "default.handlebars->41->2632",
19202 - "default.handlebars->41->849"
19199 + "default.handlebars->41->1883",
19200 + "default.handlebars->41->2532",
19201 + "default.handlebars->41->2634",
19202 + "default.handlebars->41->850"
19203 ]
19204 },
19205 {
@@ -19223,7 +19223,7 @@
19223 "tr": "Masaüstü Oturumu",
19224 "zh-chs": "桌面会话",
19225 "xloc": [
19226 - "default.handlebars->41->2752"
19226 + "default.handlebars->41->2754"
19227 ]
19228 },
19229 {
@@ -19321,10 +19321,10 @@
19321 "zh-chs": "桌面工具栏",
19322 "zh-cht": "桌面工具欄",
19323 "xloc": [
19324 - "default.handlebars->41->1882",
19325 - "default.handlebars->41->2531",
19326 - "default.handlebars->41->2633",
19327 - "default.handlebars->41->850"
19324 + "default.handlebars->41->1884",
19325 + "default.handlebars->41->2533",
19326 + "default.handlebars->41->2635",
19327 + "default.handlebars->41->851"
19328 ]
19329 },
19330 {
@@ -19348,7 +19348,7 @@
19348 "tr": "Yalnızca Masaüstü Görünümü",
19349 "zh-chs": "仅桌面视图",
19350 "xloc": [
19351 - "default.handlebars->41->2608"
19351 + "default.handlebars->41->2610"
19352 ]
19353 },
19354 {
@@ -19372,7 +19372,7 @@
19372 "tr": "Masaüstü, Yalnızca görüntüleme",
19373 "zh-chs": "桌面,仅查看",
19374 "xloc": [
19375 - "default.handlebars->41->1060"
19375 + "default.handlebars->41->1062"
19376 ]
19377 },
19378 {
@@ -19397,7 +19397,7 @@
19397 "zh-chs": "桌面时段",
19398 "zh-cht": "桌面時段",
19399 "xloc": [
19400 - "default.handlebars->41->1301"
19400 + "default.handlebars->41->1303"
19401 ]
19402 },
19403 {
@@ -19474,7 +19474,7 @@
19474 "zh-cht": "細節",
19475 "xloc": [
19476 "default-mobile.handlebars->11->355",
19477 - "default.handlebars->41->2094",
19477 + "default.handlebars->41->2096",
19478 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19479 "default.handlebars->contextMenu->cxdetails"
19480 ]
@@ -19527,13 +19527,13 @@
19527 "zh-cht": "裝置",
19528 "xloc": [
19529 "default-mobile.handlebars->11->544",
19530 - "default.handlebars->41->1421",
19531 - "default.handlebars->41->1530",
19532 - "default.handlebars->41->2032",
19530 + "default.handlebars->41->1423",
19531 + "default.handlebars->41->1532",
19532 + "default.handlebars->41->2034",
19533 "default.handlebars->41->267",
19534 - "default.handlebars->41->2721",
19535 - "default.handlebars->41->2784",
19536 - "default.handlebars->41->2802",
19534 + "default.handlebars->41->2723",
19535 + "default.handlebars->41->2786",
19536 + "default.handlebars->41->2804",
19537 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19538 ]
19539 },
@@ -19561,7 +19561,7 @@
19561 "xloc": [
19562 "default-mobile.handlebars->11->373",
19563 "default-mobile.handlebars->11->382",
19564 - "default.handlebars->41->1113"
19564 + "default.handlebars->41->1115"
19565 ]
19566 },
19567 {
@@ -19634,7 +19634,7 @@
19634 "tr": "Cihaz Ayrıntıları",
19635 "zh-chs": "设备详情",
19636 "xloc": [
19637 - "default.handlebars->41->2056"
19637 + "default.handlebars->41->2058"
19638 ]
19639 },
19640 {
@@ -19686,17 +19686,17 @@
19686 "xloc": [
19687 "agent-translations.json",
19688 "default-mobile.handlebars->11->713",
19689 - "default.handlebars->41->2027",
19690 - "default.handlebars->41->2030",
19691 - "default.handlebars->41->2031",
19692 - "default.handlebars->41->2374",
19693 - "default.handlebars->41->2556",
19694 - "default.handlebars->41->2562",
19695 - "default.handlebars->41->2709",
19696 - "default.handlebars->41->2768",
19697 - "default.handlebars->41->2791",
19698 - "default.handlebars->41->2805",
19699 - "default.handlebars->41->2866"
19689 + "default.handlebars->41->2029",
19690 + "default.handlebars->41->2032",
19691 + "default.handlebars->41->2033",
19692 + "default.handlebars->41->2376",
19693 + "default.handlebars->41->2558",
19694 + "default.handlebars->41->2564",
19695 + "default.handlebars->41->2711",
19696 + "default.handlebars->41->2770",
19697 + "default.handlebars->41->2793",
19698 + "default.handlebars->41->2807",
19699 + "default.handlebars->41->2868"
19700 ]
19701 },
19702 {
@@ -19722,7 +19722,7 @@
19722 "zh-cht": "裝置群用戶",
19723 "xloc": [
19724 "default-mobile.handlebars->11->702",
19725 - "default.handlebars->41->2100"
19725 + "default.handlebars->41->2102"
19726 ]
19727 },
19728 {
@@ -19748,11 +19748,11 @@
19748 "zh-cht": "裝置群",
19749 "xloc": [
19750 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19751 - "default.handlebars->41->2390",
19752 - "default.handlebars->41->2500",
19753 - "default.handlebars->41->2543",
19754 - "default.handlebars->41->2629",
19755 - "default.handlebars->41->2918",
19751 + "default.handlebars->41->2392",
19752 + "default.handlebars->41->2502",
19753 + "default.handlebars->41->2545",
19754 + "default.handlebars->41->2631",
19755 + "default.handlebars->41->2920",
19756 "default.handlebars->container->column_l->p2->p2info->9"
19757 ]
19758 },
@@ -19778,7 +19778,7 @@
19778 "zh-chs": "设备信息导出",
19779 "zh-cht": "裝置訊息輸出",
19780 "xloc": [
19781 - "default.handlebars->41->709"
19781 + "default.handlebars->41->710"
19782 ]
19783 },
19784 {
@@ -19803,7 +19803,7 @@
19803 "zh-chs": "设备位置",
19804 "zh-cht": "裝置位置",
19805 "xloc": [
19806 - "default.handlebars->41->1157"
19806 + "default.handlebars->41->1159"
19807 ]
19808 },
19809 {
@@ -19828,7 +19828,7 @@
19828 "zh-chs": "设备消息",
19829 "zh-cht": "裝置訊息",
19830 "xloc": [
19831 - "default.handlebars->41->1044"
19831 + "default.handlebars->41->1045"
19832 ]
19833 },
19834 {
@@ -19854,8 +19854,8 @@
19854 "zh-cht": "裝置名稱",
19855 "xloc": [
19856 "default-mobile.handlebars->11->400",
19857 - "default.handlebars->41->1196",
19858 - "default.handlebars->41->2767",
19857 + "default.handlebars->41->1198",
19858 + "default.handlebars->41->2769",
19859 "default.handlebars->41->447",
19860 "default.handlebars->41->456",
19861 "player.handlebars->3->25"
@@ -19883,7 +19883,7 @@
19883 "zh-chs": "设备通知",
19884 "zh-cht": "裝置通知",
19885 "xloc": [
19886 - "default.handlebars->41->1049",
19886 + "default.handlebars->41->1051",
19887 "default.handlebars->41->688"
19888 ]
19889 },
@@ -19932,7 +19932,7 @@
19932 "tr": "Cihaz İtme",
19933 "zh-chs": "设备推送",
19934 "xloc": [
19935 - "default.handlebars->41->2648"
19935 + "default.handlebars->41->2650"
19936 ]
19937 },
19938 {
@@ -20000,8 +20000,8 @@
20000 "zh-chs": "设备共享链接",
20001 "zh-cht": "設備共享鏈接",
20002 "xloc": [
20003 - "default.handlebars->41->1928",
20004 - "default.handlebars->41->967"
20003 + "default.handlebars->41->1930",
20004 + "default.handlebars->41->968"
20005 ]
20006 },
20007 {
@@ -20074,9 +20074,9 @@
20074 "default-mobile.handlebars->11->282",
20075 "default-mobile.handlebars->11->284",
20076 "default-mobile.handlebars->11->286",
20077 - "default.handlebars->41->794",
20078 - "default.handlebars->41->796",
20079 - "default.handlebars->41->798"
20077 + "default.handlebars->41->795",
20078 + "default.handlebars->41->797",
20079 + "default.handlebars->41->799"
20080 ]
20081 },
20082 {
@@ -20125,11 +20125,11 @@
20125 "zh-chs": "设备连接。",
20126 "zh-cht": "裝置連接。",
20127 "xloc": [
20128 - "default.handlebars->41->1770",
20129 - "default.handlebars->41->2127",
20130 - "default.handlebars->41->2131",
20131 - "default.handlebars->41->991",
20132 - "default.handlebars->41->995"
20128 + "default.handlebars->41->1772",
20129 + "default.handlebars->41->2129",
20130 + "default.handlebars->41->2133",
20131 + "default.handlebars->41->992",
20132 + "default.handlebars->41->996"
20133 ]
20134 },
20135 {
@@ -20154,11 +20154,11 @@
20154 "zh-chs": "设备断开连接。",
20155 "zh-cht": "裝置斷開連接。",
20156 "xloc": [
20157 - "default.handlebars->41->1771",
20158 - "default.handlebars->41->2128",
20159 - "default.handlebars->41->2132",
20160 - "default.handlebars->41->992",
20161 - "default.handlebars->41->996"
20157 + "default.handlebars->41->1773",
20158 + "default.handlebars->41->2130",
20159 + "default.handlebars->41->2134",
20160 + "default.handlebars->41->993",
20161 + "default.handlebars->41->997"
20162 ]
20163 },
20164 {
@@ -20183,7 +20183,7 @@
20183 "zh-chs": "创建的设备组:{0}",
20184 "zh-cht": "設備組已創建:{0}",
20185 "xloc": [
20186 - "default.handlebars->41->2278"
20186 + "default.handlebars->41->2280"
20187 ]
20188 },
20189 {
@@ -20208,7 +20208,7 @@
20208 "zh-chs": "设备组已删除:{0}",
20209 "zh-cht": "設備組已刪除:{0}",
20210 "xloc": [
20211 - "default.handlebars->41->2279"
20211 + "default.handlebars->41->2281"
20212 ]
20213 },
20214 {
@@ -20233,7 +20233,7 @@
20233 "zh-chs": "设备组成员身份已更改:{0}",
20234 "zh-cht": "設備組成員身份已更改:{0}",
20235 "xloc": [
20236 - "default.handlebars->41->2280"
20236 + "default.handlebars->41->2282"
20237 ]
20238 },
20239 {
@@ -20259,7 +20259,7 @@
20259 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
20260 "xloc": [
20261 "default-mobile.handlebars->11->380",
20262 - "default.handlebars->41->1041"
20262 + "default.handlebars->41->1042"
20263 ]
20264 },
20265 {
@@ -20284,7 +20284,7 @@
20284 "zh-chs": "设备组通知已更改",
20285 "zh-cht": "設備組通知已更改",
20286 "xloc": [
20287 - "default.handlebars->41->2275"
20287 + "default.handlebars->41->2277"
20288 ]
20289 },
20290 {
@@ -20309,7 +20309,7 @@
20309 "zh-chs": "未删除的设备组:{0}",
20310 "zh-cht": "未刪除的設備組:{0}",
20311 "xloc": [
20312 - "default.handlebars->41->2258"
20312 + "default.handlebars->41->2260"
20313 ]
20314 },
20315 {
@@ -20329,7 +20329,7 @@
20329 "ru": "Группа устройств {0} изменена: {1}",
20330 "tr": "{0} cihaz grubu değiştirildi: {1}",
20331 "xloc": [
20332 - "default.handlebars->41->2344"
20332 + "default.handlebars->41->2346"
20333 ]
20334 },
20335 {
@@ -20338,7 +20338,7 @@
20338 "pl": "Grupy urządzeń to urządzenie jest bramką dla",
20339 "ru": "Группы устройств, для которых это устройство является релеем",
20340 "xloc": [
20341 - "default.handlebars->41->891"
20341 + "default.handlebars->41->892"
20342 ]
20343 },
20344 {
@@ -20366,7 +20366,7 @@
20366 "default-mobile.handlebars->11->199",
20367 "default-mobile.handlebars->11->269",
20368 "default.handlebars->41->371",
20369 - "default.handlebars->41->776"
20369 + "default.handlebars->41->777"
20370 ]
20371 },
20372 {
@@ -20695,7 +20695,7 @@
20695 "default-mobile.handlebars->11->198",
20696 "default-mobile.handlebars->11->268",
20697 "default.handlebars->41->370",
20698 - "default.handlebars->41->775"
20698 + "default.handlebars->41->776"
20699 ]
20700 },
20701 {
@@ -20817,7 +20817,7 @@
20817 "zh-chs": "设备名称",
20818 "zh-cht": "裝置名稱",
20819 "xloc": [
20820 - "default.handlebars->41->767"
20820 + "default.handlebars->41->768"
20821 ]
20822 },
20823 {
@@ -20866,7 +20866,7 @@
20866 "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20867 "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20868 "xloc": [
20869 - "default.handlebars->41->2313"
20869 + "default.handlebars->41->2315"
20870 ]
20871 },
20872 {
@@ -20891,7 +20891,7 @@
20891 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20892 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20893 "xloc": [
20894 - "default.handlebars->41->2260"
20894 + "default.handlebars->41->2262"
20895 ]
20896 },
20897 {
@@ -20938,9 +20938,9 @@
20938 "zh-chs": "设备",
20939 "zh-cht": "裝置",
20940 "xloc": [
20941 - "default.handlebars->41->1949",
20942 - "default.handlebars->41->2501",
20943 - "default.handlebars->41->2544"
20941 + "default.handlebars->41->1951",
20942 + "default.handlebars->41->2503",
20943 + "default.handlebars->41->2546"
20944 ]
20945 },
20946 {
@@ -21048,7 +21048,7 @@
21048 "xloc": [
21049 "default-mobile.handlebars->11->529",
21050 "default.handlebars->41->122",
21051 - "default.handlebars->41->843"
21051 + "default.handlebars->41->844"
21052 ]
21053 },
21054 {
@@ -21073,7 +21073,7 @@
21073 "zh-chs": "禁用的电子邮件两因素身份验证",
21074 "zh-cht": "禁用的電子郵件兩因素身份驗證",
21075 "xloc": [
21076 - "default.handlebars->41->2291"
21076 + "default.handlebars->41->2293"
21077 ]
21078 },
21079 {
@@ -21102,8 +21102,8 @@
21102 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
21103 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
21104 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
21105 - "default.handlebars->41->1894",
21106 - "default.handlebars->41->862",
21105 + "default.handlebars->41->1896",
21106 + "default.handlebars->41->863",
21107 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
21108 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
21109 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -21332,7 +21332,7 @@
21332 "zh-chs": "在远程设备上显示一个消息框。",
21333 "zh-cht": "在遠程裝置上顯示一個訊息框。",
21334 "xloc": [
21335 - "default.handlebars->41->1045"
21335 + "default.handlebars->41->1046"
21336 ]
21337 },
21338 {
@@ -21382,7 +21382,7 @@
21382 "zh-chs": "在远程设备上显示短信",
21383 "zh-cht": "在遠程裝置上顯示短信",
21384 "xloc": [
21385 - "default.handlebars->41->901"
21385 + "default.handlebars->41->902"
21386 ]
21387 },
21388 {
@@ -21428,7 +21428,7 @@
21428 "zh-chs": "显示设备组名称",
21429 "zh-cht": "顯示裝置群名稱",
21430 "xloc": [
21431 - "default.handlebars->41->1769"
21431 + "default.handlebars->41->1771"
21432 ]
21433 },
21434 {
@@ -21453,7 +21453,7 @@
21453 "zh-chs": "显示名称",
21454 "zh-cht": "顯示名稱",
21455 "xloc": [
21456 - "default.handlebars->41->1285"
21456 + "default.handlebars->41->1287"
21457 ]
21458 },
21459 {
@@ -21478,7 +21478,7 @@
21478 "zh-chs": "显示公共连结",
21479 "zh-cht": "顯示公共鏈結",
21480 "xloc": [
21481 - "default.handlebars->41->2161"
21481 + "default.handlebars->41->2163"
21482 ]
21483 },
21484 {
@@ -21502,7 +21502,7 @@
21502 "tr": "{0} göster",
21503 "zh-chs": "显示{0}",
21504 "xloc": [
21505 - "default.handlebars->41->1304"
21505 + "default.handlebars->41->1306"
21506 ]
21507 },
21508 {
@@ -21527,7 +21527,7 @@
21527 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
21528 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
21529 "xloc": [
21530 - "default.handlebars->41->2220"
21530 + "default.handlebars->41->2222"
21531 ]
21532 },
21533 {
@@ -21552,7 +21552,7 @@
21552 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
21553 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
21554 "xloc": [
21555 - "default.handlebars->41->2228"
21555 + "default.handlebars->41->2230"
21556 ]
21557 },
21558 {
@@ -21577,8 +21577,8 @@
21577 "zh-chs": "什么都不做",
21578 "zh-cht": "什麼都不做",
21579 "xloc": [
21580 - "default.handlebars->41->1978",
21581 - "default.handlebars->41->1982"
21580 + "default.handlebars->41->1980",
21581 + "default.handlebars->41->1984"
21582 ]
21583 },
21584 {
@@ -21604,11 +21604,11 @@
21604 "zh-cht": "域",
21605 "xloc": [
21606 "default.handlebars->41->118",
21607 - "default.handlebars->41->1221",
21608 - "default.handlebars->41->2464",
21609 - "default.handlebars->41->2513",
21610 - "default.handlebars->41->2522",
21611 - "default.handlebars->41->2595",
21607 + "default.handlebars->41->1223",
21608 + "default.handlebars->41->2466",
21609 + "default.handlebars->41->2515",
21610 + "default.handlebars->41->2524",
21611 + "default.handlebars->41->2597",
21612 "mstsc.handlebars->main->1->3->1->rowdomain->1->0",
21613 "mstsc.handlebars->main->1->3->1->rowdomain->3"
21614 ]
@@ -21656,7 +21656,7 @@
21656 "zh-chs": "请勿更改,如果设置请保留CCM",
21657 "zh-cht": "請勿更改,如果設置請保留CCM",
21658 "xloc": [
21659 - "default.handlebars->41->1974"
21659 + "default.handlebars->41->1976"
21660 ]
21661 },
21662 {
@@ -21703,7 +21703,7 @@
21703 "zh-chs": "不要连接到服务器",
21704 "zh-cht": "不要連接到伺服器",
21705 "xloc": [
21706 - "default.handlebars->41->1983"
21706 + "default.handlebars->41->1985"
21707 ]
21708 },
21709 {
@@ -21820,7 +21820,7 @@
21820 "zh-chs": "下",
21821 "xloc": [
21822 "default-mobile.handlebars->11->428",
21823 - "default.handlebars->41->1255"
21823 + "default.handlebars->41->1257"
21824 ]
21825 },
21826 {
@@ -21923,7 +21923,7 @@
21923 "zh-cht": "下載檔案",
21924 "xloc": [
21925 "default-mobile.handlebars->11->503",
21926 - "default.handlebars->41->1386",
21926 + "default.handlebars->41->1388",
21927 "sharing.handlebars->11->82"
21928 ]
21929 },
@@ -21974,7 +21974,7 @@
21974 "zh-chs": "下载MeshCmd",
21975 "zh-cht": "下載MeshCmd",
21976 "xloc": [
21977 - "default.handlebars->41->1182"
21977 + "default.handlebars->41->1184"
21978 ]
21979 },
21980 {
@@ -22049,7 +22049,7 @@
22049 "zh-chs": "下载报告",
22050 "zh-cht": "下載報告",
22051 "xloc": [
22052 - "default.handlebars->41->2379",
22052 + "default.handlebars->41->2381",
22053 "default.handlebars->container->column_l->p3->3->1->0->3",
22054 "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
22055 ]
@@ -22076,7 +22076,7 @@
22076 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
22077 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
22078 "xloc": [
22079 - "default.handlebars->41->1175"
22079 + "default.handlebars->41->1177"
22080 ]
22081 },
22082 {
@@ -22150,7 +22150,7 @@
22150 "tr": "Cihaz listesini indir",
22151 "zh-chs": "下载设备列表",
22152 "xloc": [
22153 - "default.handlebars->41->1947"
22153 + "default.handlebars->41->1949"
22154 ]
22155 },
22156 {
@@ -22200,7 +22200,7 @@
22200 "zh-chs": "下载电源事件",
22201 "zh-cht": "下載電源事件",
22202 "xloc": [
22203 - "default.handlebars->41->1131"
22203 + "default.handlebars->41->1133"
22204 ]
22205 },
22206 {
@@ -22324,7 +22324,7 @@
22324 "zh-chs": "使用以下一种档案格式下载设备列表。",
22325 "zh-cht": "使用以下一種檔案格式下載裝置列表。",
22326 "xloc": [
22327 - "default.handlebars->41->701"
22327 + "default.handlebars->41->702"
22328 ]
22329 },
22330 {
@@ -22349,7 +22349,7 @@
22349 "zh-chs": "使用以下一种档案格式下载事件列表。",
22350 "zh-cht": "使用以下一種檔案格式下載事件列表。",
22351 "xloc": [
22352 - "default.handlebars->41->2380"
22352 + "default.handlebars->41->2382"
22353 ]
22354 },
22355 {
@@ -22374,7 +22374,7 @@
22374 "zh-chs": "使用以下一种档案格式下载用户列表。",
22375 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
22376 "xloc": [
22377 - "default.handlebars->41->2448"
22377 + "default.handlebars->41->2450"
22378 ]
22379 },
22380 {
@@ -22475,7 +22475,7 @@
22475 "zh-chs": "下载:“{0}”",
22476 "zh-cht": "下載:“{0}”",
22477 "xloc": [
22478 - "default.handlebars->41->2251"
22478 + "default.handlebars->41->2253"
22479 ]
22480 },
22481 {
@@ -22499,7 +22499,7 @@
22499 "tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
22500 "zh-chs": "下载:\\\"{0}\\\",大小:{1}",
22501 "xloc": [
22502 - "default.handlebars->41->2308"
22502 + "default.handlebars->41->2310"
22503 ]
22504 },
22505 {
@@ -22549,7 +22549,7 @@
22549 "zh-chs": "代理重复",
22550 "zh-cht": "代理重複",
22551 "xloc": [
22552 - "default.handlebars->41->2914"
22552 + "default.handlebars->41->2916"
22553 ]
22554 },
22555 {
@@ -22599,7 +22599,7 @@
22599 "zh-chs": "复制用户组",
22600 "zh-cht": "複製用戶群",
22601 "xloc": [
22602 - "default.handlebars->41->2517"
22602 + "default.handlebars->41->2519"
22603 ]
22604 },
22605 {
@@ -22646,11 +22646,11 @@
22646 "zh-chs": "持续时间",
22647 "zh-cht": "持續時間",
22648 "xloc": [
22649 - "default.handlebars->41->1088",
22649 + "default.handlebars->41->1090",
22650 "default.handlebars->41->273",
22651 - "default.handlebars->41->2747",
22651 + "default.handlebars->41->2749",
22652 "default.handlebars->41->275",
22653 - "default.handlebars->41->2773",
22653 + "default.handlebars->41->2775",
22654 "player.handlebars->3->18"
22655 ]
22656 },
@@ -22698,7 +22698,7 @@
22698 "zh-chs": "荷兰文(比利时)",
22699 "zh-cht": "荷蘭文(比利時)",
22700 "xloc": [
22701 - "default.handlebars->41->1588"
22701 + "default.handlebars->41->1590"
22702 ]
22703 },
22704 {
@@ -22723,7 +22723,7 @@
22723 "zh-chs": "荷兰文(标准)",
22724 "zh-cht": "荷蘭文(標準)",
22725 "xloc": [
22726 - "default.handlebars->41->1587"
22726 + "default.handlebars->41->1589"
22727 ]
22728 },
22729 {
@@ -23107,9 +23107,9 @@
23107 "default-mobile.handlebars->11->396",
23108 "default-mobile.handlebars->11->398",
23109 "default-mobile.handlebars->11->405",
23110 - "default.handlebars->41->1192",
23110 "default.handlebars->41->1194",
23112 - "default.handlebars->41->1201"
23111 + "default.handlebars->41->1196",
23112 + "default.handlebars->41->1203"
23113 ]
23114 },
23115 {
@@ -23139,12 +23139,12 @@
23139 "default-mobile.handlebars->11->653",
23140 "default-mobile.handlebars->11->659",
23141 "default-mobile.handlebars->11->679",
23142 - "default.handlebars->41->1993",
23143 - "default.handlebars->41->1996",
23144 - "default.handlebars->41->1999",
23145 - "default.handlebars->41->2036",
23146 - "default.handlebars->41->2062",
23147 - "default.handlebars->41->2074"
23142 + "default.handlebars->41->1995",
23143 + "default.handlebars->41->1998",
23144 + "default.handlebars->41->2001",
23145 + "default.handlebars->41->2038",
23146 + "default.handlebars->41->2064",
23147 + "default.handlebars->41->2076"
23148 ]
23149 },
23150 {
@@ -23169,7 +23169,7 @@
23169 "zh-chs": "编辑设备组功能",
23170 "zh-cht": "編輯裝置群功能",
23171 "xloc": [
23172 - "default.handlebars->41->2022"
23172 + "default.handlebars->41->2024"
23173 ]
23174 },
23175 {
@@ -23194,8 +23194,8 @@
23194 "zh-chs": "编辑设备组权限",
23195 "zh-cht": "編輯裝置群權限",
23196 "xloc": [
23197 - "default.handlebars->41->2059",
23198 - "default.handlebars->41->2071"
23197 + "default.handlebars->41->2061",
23198 + "default.handlebars->41->2073"
23199 ]
23200 },
23201 {
@@ -23220,7 +23220,7 @@
23220 "zh-chs": "编辑设备组用户同意",
23221 "zh-cht": "編輯裝置群用戶同意",
23222 "xloc": [
23223 - "default.handlebars->41->2000"
23223 + "default.handlebars->41->2002"
23224 ]
23225 },
23226 {
@@ -23246,7 +23246,7 @@
23246 "zh-cht": "編輯裝置筆記",
23247 "xloc": [
23248 "default-mobile.handlebars->11->671",
23249 - "default.handlebars->41->2050"
23249 + "default.handlebars->41->2052"
23250 ]
23251 },
23252 {
@@ -23271,8 +23271,8 @@
23271 "zh-chs": "编辑设备权限",
23272 "zh-cht": "編輯裝置權限",
23273 "xloc": [
23274 - "default.handlebars->41->2064",
23275 - "default.handlebars->41->2066"
23274 + "default.handlebars->41->2066",
23275 + "default.handlebars->41->2068"
23276 ]
23277 },
23278 {
@@ -23322,7 +23322,7 @@
23322 "zh-chs": "编辑设备用户同意",
23323 "zh-cht": "編輯裝置用戶同意",
23324 "xloc": [
23325 - "default.handlebars->41->2002"
23325 + "default.handlebars->41->2004"
23326 ]
23327 },
23328 {
@@ -23347,7 +23347,7 @@
23347 "zh-chs": "编辑群组",
23348 "zh-cht": "編輯群組",
23349 "xloc": [
23350 - "default.handlebars->41->1018"
23350 + "default.handlebars->41->1019"
23351 ]
23352 },
23353 {
@@ -23376,10 +23376,10 @@
23376 "default-mobile.handlebars->11->305",
23377 "default-mobile.handlebars->11->306",
23378 "default-mobile.handlebars->11->391",
23379 - "default.handlebars->41->1138",
23380 - "default.handlebars->41->814",
23381 - "default.handlebars->41->819",
23382 - "default.handlebars->41->820"
23379 + "default.handlebars->41->1140",
23380 + "default.handlebars->41->815",
23381 + "default.handlebars->41->820",
23382 + "default.handlebars->41->821"
23383 ]
23384 },
23385 {
@@ -23405,7 +23405,7 @@
23405 "zh-cht": "編輯筆記",
23406 "xloc": [
23407 "default-mobile.handlebars->11->686",
23408 - "default.handlebars->41->2081"
23408 + "default.handlebars->41->2083"
23409 ]
23410 },
23411 {
@@ -23430,7 +23430,7 @@
23430 "zh-chs": "编辑用户同意",
23431 "zh-cht": "編輯用戶同意",
23432 "xloc": [
23433 - "default.handlebars->41->2001"
23433 + "default.handlebars->41->2003"
23434 ]
23435 },
23436 {
@@ -23455,7 +23455,7 @@
23455 "zh-chs": "编辑用户设备组权限",
23456 "zh-cht": "編輯用戶裝置群權限",
23457 "xloc": [
23458 - "default.handlebars->41->2072"
23458 + "default.handlebars->41->2074"
23459 ]
23460 },
23461 {
@@ -23480,7 +23480,7 @@
23480 "zh-chs": "编辑用户设备权限",
23481 "zh-cht": "編輯用戶裝置權限",
23482 "xloc": [
23483 - "default.handlebars->41->2067"
23483 + "default.handlebars->41->2069"
23484 ]
23485 },
23486 {
@@ -23504,7 +23504,7 @@
23504 "tr": "Kullanıcı Özelliklerini Düzenle",
23505 "zh-chs": "编辑用户特征",
23506 "xloc": [
23507 - "default.handlebars->41->2685"
23507 + "default.handlebars->41->2687"
23508 ]
23509 },
23510 {
@@ -23529,7 +23529,7 @@
23529 "zh-chs": "编辑用户组",
23530 "zh-cht": "編輯用戶群",
23531 "xloc": [
23532 - "default.handlebars->41->2573"
23532 + "default.handlebars->41->2575"
23533 ]
23534 },
23535 {
@@ -23554,7 +23554,7 @@
23554 "zh-chs": "编辑用户组设备权限",
23555 "zh-cht": "編輯用戶群裝置權限",
23556 "xloc": [
23557 - "default.handlebars->41->2069"
23557 + "default.handlebars->41->2071"
23558 ]
23559 },
23560 {
@@ -23574,7 +23574,7 @@
23574 "ru": "Редактировать функции групп пользователей",
23575 "tr": "Kullanıcı Grubu Özelliklerini Düzenle",
23576 "xloc": [
23577 - "default.handlebars->41->2566"
23577 + "default.handlebars->41->2568"
23578 ]
23579 },
23580 {
@@ -23599,7 +23599,7 @@
23599 "zh-chs": "编辑用户组用户同意",
23600 "zh-cht": "編輯用戶組用戶同意",
23601 "xloc": [
23602 - "default.handlebars->41->2003"
23602 + "default.handlebars->41->2005"
23603 ]
23604 },
23605 {
@@ -23718,12 +23718,12 @@
23718 "zh-cht": "電郵",
23719 "xloc": [
23720 "default-mobile.handlebars->11->109",
23721 - "default.handlebars->41->2466",
23722 - "default.handlebars->41->2599",
23721 + "default.handlebars->41->2468",
23722 "default.handlebars->41->2601",
23724 - "default.handlebars->41->2646",
23725 - "default.handlebars->41->2656",
23726 - "default.handlebars->41->2688",
23723 + "default.handlebars->41->2603",
23724 + "default.handlebars->41->2648",
23725 + "default.handlebars->41->2658",
23726 + "default.handlebars->41->2690",
23727 "default.handlebars->41->492",
23728 "login-mobile.handlebars->5->42",
23729 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -23761,7 +23761,7 @@
23761 "zh-cht": "電郵地址變更",
23762 "xloc": [
23763 "default-mobile.handlebars->11->110",
23764 - "default.handlebars->41->1778"
23764 + "default.handlebars->41->1780"
23765 ]
23766 },
23767 {
@@ -23787,7 +23787,7 @@
23787 "zh-cht": "電郵認證",
23788 "xloc": [
23789 "default-mobile.handlebars->11->99",
23790 - "default.handlebars->41->1518"
23790 + "default.handlebars->41->1520"
23791 ]
23792 },
23793 {
@@ -23834,8 +23834,8 @@
23834 "ru": "Подлючение электронной почты",
23835 "tr": "E-posta Bağlantısı",
23836 "xloc": [
23837 - "default.handlebars->41->1896",
23838 - "default.handlebars->41->864"
23837 + "default.handlebars->41->1898",
23838 + "default.handlebars->41->865"
23839 ]
23840 },
23841 {
@@ -23855,8 +23855,8 @@
23855 "ru": "Отключение электронной почты",
23856 "tr": "E-posta Bağlantısını Kes",
23857 "xloc": [
23858 - "default.handlebars->41->1897",
23859 - "default.handlebars->41->865"
23858 + "default.handlebars->41->1899",
23859 + "default.handlebars->41->866"
23860 ]
23861 },
23862 {
@@ -23876,8 +23876,8 @@
23876 "ru": "Уведомления по электронной почте",
23877 "tr": "E-posta Bildirimleri",
23878 "xloc": [
23879 - "default.handlebars->41->2130",
23880 - "default.handlebars->41->994"
23879 + "default.handlebars->41->2132",
23880 + "default.handlebars->41->995"
23881 ]
23882 },
23883 {
@@ -23925,7 +23925,7 @@
23925 "zh-cht": "電郵驗證",
23926 "xloc": [
23927 "default-mobile.handlebars->11->108",
23928 - "default.handlebars->41->1776"
23928 + "default.handlebars->41->1778"
23929 ]
23930 },
23931 {
@@ -23937,7 +23937,7 @@
23937 "fr": "Les courriels de \\\"{0}\\\" ne sont pas autorisés. Seulement ceux de ({1}) sont permis",
23938 "xloc": [
23939 "default-mobile.handlebars->11->744",
23940 - "default.handlebars->41->2897"
23940 + "default.handlebars->41->2899"
23941 ]
23942 },
23943 {
@@ -23987,7 +23987,7 @@
23987 "zh-chs": "电邮未验证",
23988 "zh-cht": "電郵未驗證",
23989 "xloc": [
23990 - "default.handlebars->41->2410"
23990 + "default.handlebars->41->2412"
23991 ]
23992 },
23993 {
@@ -24012,8 +24012,8 @@
24012 "zh-chs": "电子邮件已验证",
24013 "zh-cht": "電子郵件已驗證",
24014 "xloc": [
24015 - "default.handlebars->41->2411",
24016 - "default.handlebars->41->2593"
24015 + "default.handlebars->41->2413",
24016 + "default.handlebars->41->2595"
24017 ]
24018 },
24019 {
@@ -24038,7 +24038,7 @@
24038 "zh-chs": "电邮已验证。",
24039 "zh-cht": "電郵已驗證。",
24040 "xloc": [
24041 - "default.handlebars->41->2472"
24041 + "default.handlebars->41->2474"
24042 ]
24043 },
24044 {
@@ -24063,7 +24063,7 @@
24063 "zh-chs": "电邮未验证",
24064 "zh-cht": "電郵未驗證",
24065 "xloc": [
24066 - "default.handlebars->41->2594"
24066 + "default.handlebars->41->2596"
24067 ]
24068 },
24069 {
@@ -24110,7 +24110,7 @@
24110 "zh-cht": "電郵已發送。",
24111 "xloc": [
24112 "default-mobile.handlebars->11->728",
24113 - "default.handlebars->41->2881",
24113 + "default.handlebars->41->2883",
24114 "login-mobile.handlebars->5->2",
24115 "login.handlebars->5->2",
24116 "login2.handlebars->7->3"
@@ -24186,7 +24186,7 @@
24186 "zh-chs": "已通过电邮验证,并且需要重置密码。",
24187 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
24188 "xloc": [
24189 - "default.handlebars->41->2473"
24189 + "default.handlebars->41->2475"
24190 ]
24191 },
24192 {
@@ -24232,7 +24232,7 @@
24232 "tr": "E-posta/SMS/Push Trafiği",
24233 "zh-chs": "电子邮件/短信/推送流量",
24234 "xloc": [
24235 - "default.handlebars->41->2973"
24235 + "default.handlebars->41->2975"
24236 ]
24237 },
24238 {
@@ -24308,7 +24308,7 @@
24308 "zh-chs": "启用邀请代码",
24309 "zh-cht": "啟用邀請代碼",
24310 "xloc": [
24311 - "default.handlebars->41->2106"
24311 + "default.handlebars->41->2108"
24312 ]
24313 },
24314 {
@@ -24359,7 +24359,7 @@
24359 "zh-cht": "啟用電郵二因子鑑別。",
24360 "xloc": [
24361 "default-mobile.handlebars->11->101",
24362 - "default.handlebars->41->1520"
24362 + "default.handlebars->41->1522"
24363 ]
24364 },
24365 {
@@ -24410,7 +24410,7 @@
24410 "zh-cht": "已啟用",
24411 "xloc": [
24412 "default.handlebars->41->121",
24413 - "default.handlebars->41->2775"
24413 + "default.handlebars->41->2777"
24414 ]
24415 },
24416 {
@@ -24435,7 +24435,7 @@
24435 "zh-chs": "启用电子邮件两因素身份验证",
24436 "zh-cht": "啟用電子郵件兩因素身份驗證",
24437 "xloc": [
24438 - "default.handlebars->41->2290"
24438 + "default.handlebars->41->2292"
24439 ]
24440 },
24441 {
@@ -24491,7 +24491,7 @@
24491 "ru": "Кодировка: RAW",
24492 "tr": "kodlama: RAW",
24493 "xloc": [
24494 - "default.handlebars->41->1393"
24494 + "default.handlebars->41->1395"
24495 ]
24496 },
24497 {
@@ -24511,7 +24511,7 @@
24511 "ru": "Кодировка: UTF8",
24512 "tr": "Kodlama: UTF8",
24513 "xloc": [
24514 - "default.handlebars->41->1394"
24514 + "default.handlebars->41->1396"
24515 ]
24516 },
24517 {
@@ -24536,7 +24536,7 @@
24536 "zh-chs": "结尾",
24537 "xloc": [
24538 "default-mobile.handlebars->11->422",
24539 - "default.handlebars->41->1249"
24539 + "default.handlebars->41->1251"
24540 ]
24541 },
24542 {
@@ -24561,7 +24561,7 @@
24561 "zh-chs": "时间结束",
24562 "zh-cht": "時間結束",
24563 "xloc": [
24564 - "default.handlebars->41->2772"
24564 + "default.handlebars->41->2774"
24565 ]
24566 },
24567 {
@@ -24586,7 +24586,7 @@
24586 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
24587 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
24588 "xloc": [
24589 - "default.handlebars->41->2213"
24589 + "default.handlebars->41->2215"
24590 ]
24591 },
24592 {
@@ -24611,7 +24611,7 @@
24611 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
24612 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
24613 "xloc": [
24614 - "default.handlebars->41->2214"
24614 + "default.handlebars->41->2216"
24615 ]
24616 },
24617 {
@@ -24635,7 +24635,7 @@
24635 "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi",
24636 "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
24637 "xloc": [
24638 - "default.handlebars->41->2323"
24638 + "default.handlebars->41->2325"
24639 ]
24640 },
24641 {
@@ -24659,7 +24659,7 @@
24659 "tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye",
24660 "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
24661 "xloc": [
24662 - "default.handlebars->41->2314"
24662 + "default.handlebars->41->2316"
24663 ]
24664 },
24665 {
@@ -24684,7 +24684,7 @@
24684 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
24685 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
24686 "xloc": [
24687 - "default.handlebars->41->2211"
24687 + "default.handlebars->41->2213"
24688 ]
24689 },
24690 {
@@ -24709,7 +24709,7 @@
24709 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
24710 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
24711 "xloc": [
24712 - "default.handlebars->41->2212"
24712 + "default.handlebars->41->2214"
24713 ]
24714 },
24715 {
@@ -24734,7 +24734,7 @@
24734 "zh-chs": "英文",
24735 "zh-cht": "英文",
24736 "xloc": [
24737 - "default.handlebars->41->1589"
24737 + "default.handlebars->41->1591"
24738 ]
24739 },
24740 {
@@ -24759,7 +24759,7 @@
24759 "zh-chs": "英文(澳洲)",
24760 "zh-cht": "英文(澳洲)",
24761 "xloc": [
24762 - "default.handlebars->41->1590"
24762 + "default.handlebars->41->1592"
24763 ]
24764 },
24765 {
@@ -24784,7 +24784,7 @@
24784 "zh-chs": "英文(伯利茲)",
24785 "zh-cht": "英文(伯利茲)",
24786 "xloc": [
24787 - "default.handlebars->41->1591"
24787 + "default.handlebars->41->1593"
24788 ]
24789 },
24790 {
@@ -24809,7 +24809,7 @@
24809 "zh-chs": "英文(加拿大)",
24810 "zh-cht": "英文(加拿大)",
24811 "xloc": [
24812 - "default.handlebars->41->1592"
24812 + "default.handlebars->41->1594"
24813 ]
24814 },
24815 {
@@ -24834,7 +24834,7 @@
24834 "zh-chs": "英文(爱尔兰)",
24835 "zh-cht": "英文(愛爾蘭)",
24836 "xloc": [
24837 - "default.handlebars->41->1593"
24837 + "default.handlebars->41->1595"
24838 ]
24839 },
24840 {
@@ -24859,7 +24859,7 @@
24859 "zh-chs": "英文(牙买加)",
24860 "zh-cht": "英文(牙買加)",
24861 "xloc": [
24862 - "default.handlebars->41->1594"
24862 + "default.handlebars->41->1596"
24863 ]
24864 },
24865 {
@@ -24884,7 +24884,7 @@
24884 "zh-chs": "英文(纽西兰)",
24885 "zh-cht": "英文(紐西蘭)",
24886 "xloc": [
24887 - "default.handlebars->41->1595"
24887 + "default.handlebars->41->1597"
24888 ]
24889 },
24890 {
@@ -24909,7 +24909,7 @@
24909 "zh-chs": "英文(菲律宾)",
24910 "zh-cht": "英文(菲律賓)",
24911 "xloc": [
24912 - "default.handlebars->41->1596"
24912 + "default.handlebars->41->1598"
24913 ]
24914 },
24915 {
@@ -24934,7 +24934,7 @@
24934 "zh-chs": "英语(南非)",
24935 "zh-cht": "英語(南非)",
24936 "xloc": [
24937 - "default.handlebars->41->1597"
24937 + "default.handlebars->41->1599"
24938 ]
24939 },
24940 {
@@ -24959,7 +24959,7 @@
24959 "zh-chs": "英文(特立尼达和多巴哥)",
24960 "zh-cht": "英文(特立尼達和多巴哥)",
24961 "xloc": [
24962 - "default.handlebars->41->1598"
24962 + "default.handlebars->41->1600"
24963 ]
24964 },
24965 {
@@ -24984,7 +24984,7 @@
24984 "zh-chs": "英文(英国)",
24985 "zh-cht": "英文(英國)",

This file is too large to show in full.