Version 1.0.53
Ylian Saint-Hilaire committed
Jul 14, 2022 at 16:07 UTC
7e042930fa9cf0d5fc4b65a6b53f112d2567737e
3 files changed
+804
-801
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
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={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
1
+var CreateRDPDesktop=function(e,a){var o={m:{KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},State:0};o.canvas=Q(e),"string"==typeof(o.CanvasId=e)&&(o.CanvasId=Q(e)),o.Canvas=o.CanvasId.getContext("2d"),o.ScreenWidth=o.width=1280,o.ScreenHeight=o.height=1024,o.m.onClipboardChanged=null;var i=!(o.onConsoleMessageChange=null),r="default";function n(e){return(!0===o.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function c(e){o.State!=e&&(o.State=e,null!=o.onStateChanged&&o.onStateChanged(o,o.State))}function s(e){var t=o.Canvas.canvas.height/o.CanvasId.clientHeight,n=o.Canvas.canvas.width/o.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}(o.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}}o.mouseCursorActive=function(e){i!=e&&(i=e,o.CanvasId.style.cursor=1==e?r:"default")},o.Start=function(e,t,n){c(1),o.nodeid=e,o.port=t;var s={savepass:(o.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=o.ScreenWidth=o.width=n.width,s.height=o.ScreenHeight=o.height=n.height,delete n.width,delete n.height),o.render=new Mstsc.Canvas.create(o.canvas),o.socket=new WebSocket("wss://"+window.location.host+a+"mstscrelay.ashx"),o.socket.binaryType="arraybuffer",o.socket.onopen=function(){c(2),o.socket.send(JSON.stringify(["infos",{ip:o.nodeid,port:o.port,screen:{width:o.width,height:o.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},o.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":c(3),o.rotation=0,o.Canvas.setTransform(1,0,0,1,0,0),o.Canvas.canvas.width=o.ScreenWidth,o.Canvas.canvas.height=o.ScreenHeight,o.Canvas.fillRect(0,0,o.ScreenWidth,o.ScreenHeight),null!=o.m.onScreenSizeChange&&o.m.onScreenSizeChange(o,o.ScreenWidth,o.ScreenHeight,o.CanvasId);break;case"rdp-bitmap":if(null==o.bitmapData)break;var n=t[1];n.data=o.bitmapData,delete o.bitmapData,o.render.update(n);break;case"rdp-pointer":n=t[1];r=n,i&&(o.CanvasId.style.cursor=n);break;case"rdp-close":o.Stop();break;case"rdp-error":switch(o.consoleMessageTimeout=5,o.consoleMessage=t[1],delete o.consoleMessageArgs,2<t.length&&(o.consoleMessageArgs=[t[2]]),t[1]){case"NODE_RDP_PROTOCOL_X224_NEG_FAILURE":1==t[2]?o.consoleMessageId=9:2==t[2]?o.consoleMessageId=10:3==t[2]?o.consoleMessageId=11:4==t[2]?o.consoleMessageId=12:5==t[2]?o.consoleMessageId=13:6==t[2]?o.consoleMessageId=14:o.consoleMessageId=7;break;case"NODE_RDP_PROTOCOL_X224_NLA_NOT_SUPPORTED":o.consoleMessageId=8;break;default:o.consoleMessageId=null}o.onConsoleMessageChange&&o.onConsoleMessageChange(),o.Stop();break;case"rdp-clipboard":o.lastClipboardContent=t[1],o.m.onClipboardChanged&&o.m.onClipboardChanged(t[1]);break;case"ping":o.socket.send('["pong"]')}}else o.bitmapData=e.data},o.socket.onclose=function(){c(0)},c(1)},o.Stop=function(){o.Canvas.fillRect(0,0,o.ScreenWidth,o.ScreenHeight),o.socket&&o.socket.close()},o.m.setClipboard=function(e){o.socket&&o.socket.send(JSON.stringify(["clipboard",e]))},o.m.getClipboard=function(){return o.lastClipboardContent},o.m.mousemove=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight))return o.mouseNagleData=["mouse",t.x,t.y,0,!1],null==o.mouseNagleTimer&&(o.mouseNagleTimer=setTimeout(function(){o.socket.send(JSON.stringify(o.mouseNagleData)),o.mouseNagleTimer=null},50)),e.preventDefault(),!1}},o.m.mouseup=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight))return null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null),o.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},o.m.mousedown=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight))return null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null),o.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},o.m.handleKeyUp=function(e){if(o.socket&&3==o.State)return o.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},o.m.handleKeyDown=function(e){if(o.socket&&3==o.State)return o.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},o.m.mousewheel=function(e){if(o.socket&&3==o.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>o.ScreenWidth||t.y>o.ScreenHeight)){null!=o.mouseNagleTimer&&(clearTimeout(o.mouseNagleTimer),o.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),o.m.ReverseMouseWheel&&(n*=-1),0!=n&&o.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},o.m.SendStringUnicode=function(e){o.socket&&3==o.State&&o.socket.send(JSON.stringify(["utype",e]))},o.m.SendKeyMsgKC=function(e,t,n){if(3==o.State)if("object"==typeof e)for(var s in e)o.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=d[t];null!=t&&o.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},o.m.mousedblclick=function(){},o.m.handleKeyPress=function(){},o.m.setRotation=function(){},o.m.sendcad=function(){o.socket.send(JSON.stringify(["scancode",29,!0])),o.socket.send(JSON.stringify(["scancode",56,!0])),o.socket.send(JSON.stringify(["scancode",57427,!0])),o.socket.send(JSON.stringify(["scancode",57427,!1])),o.socket.send(JSON.stringify(["scancode",56,!1])),o.socket.send(JSON.stringify(["scancode",29,!1]))};var d={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 o}
\ No newline at end of file
translate/translate.json
+802
-799
@@ -326,7 +326,7 @@
326
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
327
"xloc": [
328
"default.handlebars->45->2034",
329
- "default.handlebars->45->2589"
329
+ "default.handlebars->45->2591"
330
]
331
},
332
{
@@ -947,7 +947,7 @@
947
"default.handlebars->45->1455",
948
"default.handlebars->45->1457",
949
"default.handlebars->45->2108",
950
- "default.handlebars->45->2372",
950
+ "default.handlebars->45->2374",
951
"default.handlebars->45->900"
952
]
953
},
@@ -1761,7 +1761,7 @@
1761
"default-mobile.handlebars->11->475",
1762
"default.handlebars->45->1363",
1763
"default.handlebars->45->2169",
1764
- "default.handlebars->45->2787",
1764
+ "default.handlebars->45->2789",
1765
"sharing.handlebars->11->50"
1766
]
1767
},
@@ -1926,7 +1926,7 @@
1926
"zh-chs": "1个活跃时段",
1927
"zh-cht": "1個活躍時段",
1928
"xloc": [
1929
- "default.handlebars->45->2677"
1929
+ "default.handlebars->45->2679"
1930
]
1931
},
1932
{
@@ -2059,7 +2059,7 @@
2059
"zh-chs": "1组",
2060
"zh-cht": "1群",
2061
"xloc": [
2062
- "default.handlebars->45->2636"
2062
+ "default.handlebars->45->2638"
2063
]
2064
},
2065
{
@@ -2189,7 +2189,7 @@
2189
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2190
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2191
"xloc": [
2192
- "default.handlebars->45->2404"
2192
+ "default.handlebars->45->2406"
2193
]
2194
},
2195
{
@@ -2391,7 +2391,7 @@
2391
"default-mobile.handlebars->11->218",
2392
"default-mobile.handlebars->11->222",
2393
"default-mobile.handlebars->11->226",
2394
- "default.handlebars->45->2408",
2394
+ "default.handlebars->45->2410",
2395
"default.handlebars->45->402",
2396
"default.handlebars->45->405",
2397
"default.handlebars->45->409",
@@ -3467,7 +3467,7 @@
3467
"zh-chs": "2FA备份代码已清除",
3468
"zh-cht": "2FA備份代碼已清除",
3469
"xloc": [
3470
- "default.handlebars->45->2304"
3470
+ "default.handlebars->45->2306"
3471
]
3472
},
3473
{
@@ -3518,7 +3518,7 @@
3518
"zh-chs": "第二个因素",
3519
"zh-cht": "第二個因素",
3520
"xloc": [
3521
- "default.handlebars->45->2823"
3521
+ "default.handlebars->45->2825"
3522
]
3523
},
3524
{
@@ -3543,8 +3543,8 @@
3543
"zh-chs": "启用第二因素身份验证",
3544
"zh-cht": "啟用第二因素身份驗證",
3545
"xloc": [
3546
- "default.handlebars->45->2422",
3547
- "default.handlebars->45->2660"
3546
+ "default.handlebars->45->2424",
3547
+ "default.handlebars->45->2662"
3548
]
3549
},
3550
{
@@ -4964,7 +4964,7 @@
4964
"zh-chs": "操作系统",
4965
"zh-cht": "AMT操作系統",
4966
"xloc": [
4967
- "default.handlebars->45->2945"
4967
+ "default.handlebars->45->2947"
4968
]
4969
},
4970
{
@@ -4989,7 +4989,7 @@
4989
"zh-chs": "AMT-Redir",
4990
"zh-cht": "AMT-Redir",
4991
"xloc": [
4992
- "default.handlebars->45->2830"
4992
+ "default.handlebars->45->2832"
4993
]
4994
},
4995
{
@@ -5014,7 +5014,7 @@
5014
"zh-chs": "AMT-WSMAN",
5015
"zh-cht": "AMT-WSMAN",
5016
"xloc": [
5017
- "default.handlebars->45->2829"
5017
+ "default.handlebars->45->2831"
5018
]
5019
},
5020
{
@@ -5275,7 +5275,7 @@
5275
"zh-chs": "访问服务器档案",
5276
"zh-cht": "存取伺服器檔案",
5277
"xloc": [
5278
- "default.handlebars->45->2595"
5278
+ "default.handlebars->45->2597"
5279
]
5280
},
5281
{
@@ -5386,7 +5386,7 @@
5386
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5387
"default.handlebars->45->1802",
5388
"default.handlebars->45->1804",
5389
- "default.handlebars->45->2998",
5389
+ "default.handlebars->45->3000",
5390
"default.handlebars->45->778",
5391
"default.handlebars->45->780"
5392
]
@@ -5414,7 +5414,7 @@
5414
"zh-cht": "帳號設定",
5415
"xloc": [
5416
"default-mobile.handlebars->11->711",
5417
- "default.handlebars->45->2874"
5417
+ "default.handlebars->45->2876"
5418
]
5419
},
5420
{
@@ -5490,7 +5490,7 @@
5490
"zh-chs": "帐户已更改:{0}",
5491
"zh-cht": "帳戶已更改:{0}",
5492
"xloc": [
5493
- "default.handlebars->45->2277"
5493
+ "default.handlebars->45->2279"
5494
]
5495
},
5496
{
@@ -5515,7 +5515,7 @@
5515
"zh-chs": "创建帐户,电子邮件为{0}",
5516
"zh-cht": "創建帳戶,電子郵件為{0}",
5517
"xloc": [
5518
- "default.handlebars->45->2276"
5518
+ "default.handlebars->45->2278"
5519
]
5520
},
5521
{
@@ -5540,7 +5540,7 @@
5540
"zh-chs": "已创建帐户,名称为 {0}。",
5541
"zh-cht": "已創建帳戶,名稱為 {0}。",
5542
"xloc": [
5543
- "default.handlebars->45->2339"
5543
+ "default.handlebars->45->2341"
5544
]
5545
},
5546
{
@@ -5565,7 +5565,7 @@
5565
"zh-chs": "创建帐户,用户名是{0}",
5566
"zh-cht": "帳戶已創建,用戶名是{0}",
5567
"xloc": [
5568
- "default.handlebars->45->2275"
5568
+ "default.handlebars->45->2277"
5569
]
5570
},
5571
{
@@ -5592,8 +5592,8 @@
5592
"xloc": [
5593
"default-mobile.handlebars->11->64",
5594
"default.handlebars->45->199",
5595
- "default.handlebars->45->2424",
5596
- "default.handlebars->45->2592"
5595
+ "default.handlebars->45->2426",
5596
+ "default.handlebars->45->2594"
5597
]
5598
},
5599
{
@@ -5619,7 +5619,7 @@
5619
"zh-cht": "達到帳戶限制。",
5620
"xloc": [
5621
"default-mobile.handlebars->11->723",
5622
- "default.handlebars->45->2886",
5622
+ "default.handlebars->45->2888",
5623
"login-mobile.handlebars->5->6",
5624
"login.handlebars->5->6",
5625
"login2.handlebars->7->8"
@@ -5674,7 +5674,7 @@
5674
"zh-chs": "帐号登录",
5675
"zh-cht": "帳號登錄",
5676
"xloc": [
5677
- "default.handlebars->45->2212"
5677
+ "default.handlebars->45->2214"
5678
]
5679
},
5680
{
@@ -5699,7 +5699,7 @@
5699
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5700
"zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
5701
"xloc": [
5702
- "default.handlebars->45->2318"
5702
+ "default.handlebars->45->2320"
5703
]
5704
},
5705
{
@@ -5724,7 +5724,7 @@
5724
"zh-chs": "帐户登出",
5725
"zh-cht": "帳戶登出",
5726
"xloc": [
5727
- "default.handlebars->45->2213"
5727
+ "default.handlebars->45->2215"
5728
]
5729
},
5730
{
@@ -5776,7 +5776,7 @@
5776
"zh-chs": "帐户密码已更改:{0}",
5777
"zh-cht": "帳戶密碼已更改:{0}",
5778
"xloc": [
5779
- "default.handlebars->45->2285"
5779
+ "default.handlebars->45->2287"
5780
]
5781
},
5782
{
@@ -5801,7 +5801,7 @@
5801
"zh-chs": "帐户已删除",
5802
"zh-cht": "帳戶已刪除",
5803
"xloc": [
5804
- "default.handlebars->45->2274"
5804
+ "default.handlebars->45->2276"
5805
]
5806
},
5807
{
@@ -6334,8 +6334,8 @@
6334
"zh-cht": "新增裝置",
6335
"xloc": [
6336
"default.handlebars->45->1930",
6337
- "default.handlebars->45->2567",
6338
- "default.handlebars->45->2726",
6337
+ "default.handlebars->45->2569",
6338
+ "default.handlebars->45->2728",
6339
"default.handlebars->45->447"
6340
]
6341
},
@@ -6387,8 +6387,8 @@
6387
"zh-cht": "新增裝置群",
6388
"xloc": [
6389
"default.handlebars->45->2070",
6390
- "default.handlebars->45->2561",
6391
- "default.handlebars->45->2714",
6390
+ "default.handlebars->45->2563",
6391
+ "default.handlebars->45->2716",
6392
"default.handlebars->45->357"
6393
]
6394
},
@@ -6584,7 +6584,7 @@
6584
"zh-chs": "添加成员身份",
6585
"zh-cht": "新增成員身份",
6586
"xloc": [
6587
- "default.handlebars->45->2746"
6587
+ "default.handlebars->45->2748"
6588
]
6589
},
6590
{
@@ -6739,7 +6739,7 @@
6739
"xloc": [
6740
"default.handlebars->45->1922",
6741
"default.handlebars->45->2069",
6742
- "default.handlebars->45->2720",
6742
+ "default.handlebars->45->2722",
6743
"default.handlebars->45->968"
6744
]
6745
},
@@ -6838,7 +6838,7 @@
6838
"zh-cht": "新增用戶",
6839
"xloc": [
6840
"default.handlebars->45->1921",
6841
- "default.handlebars->45->2556"
6841
+ "default.handlebars->45->2558"
6842
]
6843
},
6844
{
@@ -6888,7 +6888,7 @@
6888
"zh-chs": "将用户添加到用户组",
6889
"zh-cht": "將用戶新增到用戶群",
6890
"xloc": [
6891
- "default.handlebars->45->2591"
6891
+ "default.handlebars->45->2593"
6892
]
6893
},
6894
{
@@ -7187,7 +7187,7 @@
7187
"zh-chs": "添加了身份验证应用程序",
7188
"zh-cht": "添加了身份驗證應用程序",
7189
"xloc": [
7190
- "default.handlebars->45->2301"
7190
+ "default.handlebars->45->2303"
7191
]
7192
},
7193
{
@@ -7212,7 +7212,7 @@
7212
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
7213
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
7214
"xloc": [
7215
- "default.handlebars->45->2312"
7215
+ "default.handlebars->45->2314"
7216
]
7217
},
7218
{
@@ -7237,7 +7237,7 @@
7237
"zh-chs": "添加了每天重复的设备共享 {0}。",
7238
"zh-cht": "添加了每天重複的設備共享 {0}。",
7239
"xloc": [
7240
- "default.handlebars->45->2349"
7240
+ "default.handlebars->45->2351"
7241
]
7242
},
7243
{
@@ -7262,7 +7262,7 @@
7262
"zh-chs": "添加了每周重复的设备共享 {0}。",
7263
"zh-cht": "添加了每週重複的設備共享 {0}。",
7264
"xloc": [
7265
- "default.handlebars->45->2350"
7265
+ "default.handlebars->45->2352"
7266
]
7267
},
7268
{
@@ -7287,7 +7287,7 @@
7287
"zh-chs": "添加了无限时间的设备共享 {0}。",
7288
"zh-cht": "添加了無限時間的設備共享 {0}。",
7289
"xloc": [
7290
- "default.handlebars->45->2342"
7290
+ "default.handlebars->45->2344"
7291
]
7292
},
7293
{
@@ -7312,8 +7312,8 @@
7312
"zh-chs": "已将设备{0}添加到设备组{1}",
7313
"zh-cht": "已將設備{0}添加到設備組{1}",
7314
"xloc": [
7315
- "default.handlebars->45->2268",
7316
- "default.handlebars->45->2295"
7315
+ "default.handlebars->45->2270",
7316
+ "default.handlebars->45->2297"
7317
]
7318
},
7319
{
@@ -7338,7 +7338,7 @@
7338
"zh-chs": "添加登录令牌",
7339
"zh-cht": "添加了登錄令牌",
7340
"xloc": [
7341
- "default.handlebars->45->2326"
7341
+ "default.handlebars->45->2328"
7342
]
7343
},
7344
{
@@ -7363,7 +7363,7 @@
7363
"zh-chs": "新增推送通知认证装置",
7364
"zh-cht": "增加推送通知認證設備",
7365
"xloc": [
7366
- "default.handlebars->45->2324"
7366
+ "default.handlebars->45->2326"
7367
]
7368
},
7369
{
@@ -7388,7 +7388,7 @@
7388
"zh-chs": "添加了安全密钥",
7389
"zh-cht": "添加了安全密鑰",
7390
"xloc": [
7391
- "default.handlebars->45->2306"
7391
+ "default.handlebars->45->2308"
7392
]
7393
},
7394
{
@@ -7413,7 +7413,7 @@
7413
"zh-chs": "已将用户组{0}添加到设备组{1}",
7414
"zh-cht": "已將用戶組{0}添加到設備組{1}",
7415
"xloc": [
7416
- "default.handlebars->45->2279"
7416
+ "default.handlebars->45->2281"
7417
]
7418
},
7419
{
@@ -7438,8 +7438,8 @@
7438
"zh-chs": "已将用户{0}添加到用户组{1}",
7439
"zh-cht": "已將用戶{0}添加到用戶組{1}",
7440
"xloc": [
7441
- "default.handlebars->45->2282",
7442
- "default.handlebars->45->2291"
7441
+ "default.handlebars->45->2284",
7442
+ "default.handlebars->45->2293"
7443
]
7444
},
7445
{
@@ -7592,7 +7592,7 @@
7592
"zh-chs": "管理领域",
7593
"zh-cht": "管理領域",
7594
"xloc": [
7595
- "default.handlebars->45->2640"
7595
+ "default.handlebars->45->2642"
7596
]
7597
},
7598
{
@@ -7643,7 +7643,7 @@
7643
"zh-chs": "管理领域",
7644
"zh-cht": "管理領域",
7645
"xloc": [
7646
- "default.handlebars->45->2489"
7646
+ "default.handlebars->45->2491"
7647
]
7648
},
7649
{
@@ -7668,7 +7668,7 @@
7668
"zh-chs": "管理员",
7669
"zh-cht": "管理員",
7670
"xloc": [
7671
- "default.handlebars->45->2416"
7671
+ "default.handlebars->45->2418"
7672
]
7673
},
7674
{
@@ -7724,7 +7724,7 @@
7724
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7725
"default.handlebars->45->2144",
7726
"default.handlebars->45->2157",
7727
- "default.handlebars->45->2943",
7727
+ "default.handlebars->45->2945",
7728
"default.handlebars->45->377",
7729
"default.handlebars->45->631",
7730
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7831,7 +7831,7 @@
7831
"zh-chs": "代理错误计数器",
7832
"zh-cht": "代理錯誤計數器",
7833
"xloc": [
7834
- "default.handlebars->45->2912"
7834
+ "default.handlebars->45->2914"
7835
]
7836
},
7837
{
@@ -8031,7 +8031,7 @@
8031
"zh-chs": "代理时段",
8032
"zh-cht": "代理時段",
8033
"xloc": [
8034
- "default.handlebars->45->2928"
8034
+ "default.handlebars->45->2930"
8035
]
8036
},
8037
{
@@ -8182,7 +8182,7 @@
8182
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
8183
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
8184
"xloc": [
8185
- "default.handlebars->45->2265"
8185
+ "default.handlebars->45->2267"
8186
]
8187
},
8188
{
@@ -8607,7 +8607,7 @@
8607
"zh-cht": "代理",
8608
"xloc": [
8609
"default.handlebars->45->2117",
8610
- "default.handlebars->45->2956",
8610
+ "default.handlebars->45->2958",
8611
"default.handlebars->45->524"
8612
]
8613
},
@@ -8661,7 +8661,7 @@
8661
"default-mobile.handlebars->11->148",
8662
"default-mobile.handlebars->11->476",
8663
"default-mobile.handlebars->11->478",
8664
- "default.handlebars->45->2799",
8664
+ "default.handlebars->45->2801",
8665
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8666
]
8667
},
@@ -8687,7 +8687,7 @@
8687
"zh-chs": "全部可用",
8688
"zh-cht": "全部可用",
8689
"xloc": [
8690
- "default.handlebars->45->2378"
8690
+ "default.handlebars->45->2380"
8691
]
8692
},
8693
{
@@ -8763,7 +8763,7 @@
8763
"zh-chs": "所有事件",
8764
"zh-cht": "所有事件",
8765
"xloc": [
8766
- "default.handlebars->45->2376"
8766
+ "default.handlebars->45->2378"
8767
]
8768
},
8769
{
@@ -8841,7 +8841,7 @@
8841
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8842
"xloc": [
8843
"default.handlebars->45->2032",
8844
- "default.handlebars->45->2588"
8844
+ "default.handlebars->45->2590"
8845
]
8846
},
8847
{
@@ -9147,8 +9147,8 @@
9147
"zh-cht": "一直通知",
9148
"xloc": [
9149
"default.handlebars->45->1898",
9150
- "default.handlebars->45->2547",
9151
- "default.handlebars->45->2649",
9150
+ "default.handlebars->45->2549",
9151
+ "default.handlebars->45->2651",
9152
"default.handlebars->45->864"
9153
]
9154
},
@@ -9175,8 +9175,8 @@
9175
"zh-cht": "一直提示",
9176
"xloc": [
9177
"default.handlebars->45->1899",
9178
- "default.handlebars->45->2548",
9179
- "default.handlebars->45->2650",
9178
+ "default.handlebars->45->2550",
9179
+ "default.handlebars->45->2652",
9180
"default.handlebars->45->865"
9181
]
9182
},
@@ -10373,7 +10373,7 @@
10373
"zh-chs": "您确定要{0}插件吗:{1}",
10374
"zh-cht": "你確定要{0}外掛嗎:{1}",
10375
"xloc": [
10376
- "default.handlebars->45->3007"
10376
+ "default.handlebars->45->3009"
10377
]
10378
},
10379
{
@@ -10775,7 +10775,7 @@
10775
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
10776
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
10777
"xloc": [
10778
- "default.handlebars->45->2234"
10778
+ "default.handlebars->45->2236"
10779
]
10780
},
10781
{
@@ -10856,7 +10856,7 @@
10856
"zh-chs": "认证软件",
10857
"zh-cht": "認證軟體",
10858
"xloc": [
10859
- "default.handlebars->45->2653"
10859
+ "default.handlebars->45->2655"
10860
]
10861
},
10862
{
@@ -11069,7 +11069,7 @@
11069
"zh-cht": "自動刪除",
11070
"xloc": [
11071
"default.handlebars->45->1883",
11072
- "default.handlebars->45->2369"
11072
+ "default.handlebars->45->2371"
11073
]
11074
},
11075
{
@@ -11123,7 +11123,7 @@
11123
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
11124
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
11125
"xloc": [
11126
- "default.handlebars->45->2315"
11126
+ "default.handlebars->45->2317"
11127
]
11128
},
11129
{
@@ -11246,7 +11246,7 @@
11246
"zh-chs": "可用內存",
11247
"zh-cht": "可用內存",
11248
"xloc": [
11249
- "default.handlebars->45->2937"
11249
+ "default.handlebars->45->2939"
11250
]
11251
},
11252
{
@@ -11572,8 +11572,8 @@
11572
"zh-chs": "备用码",
11573
"zh-cht": "備用碼",
11574
"xloc": [
11575
- "default.handlebars->45->2656",
11576
- "default.handlebars->45->2847"
11575
+ "default.handlebars->45->2658",
11576
+ "default.handlebars->45->2849"
11577
]
11578
},
11579
{
@@ -11649,7 +11649,7 @@
11649
"zh-chs": "错误的签名",
11650
"zh-cht": "錯誤的簽名",
11651
"xloc": [
11652
- "default.handlebars->45->2919"
11652
+ "default.handlebars->45->2921"
11653
]
11654
},
11655
{
@@ -11674,7 +11674,7 @@
11674
"zh-chs": "错误的网络证书",
11675
"zh-cht": "錯誤的網絡憑證",
11676
"xloc": [
11677
- "default.handlebars->45->2918"
11677
+ "default.handlebars->45->2920"
11678
]
11679
},
11680
{
@@ -11774,7 +11774,7 @@
11774
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
11775
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
11776
"xloc": [
11777
- "default.handlebars->45->2314"
11777
+ "default.handlebars->45->2316"
11778
]
11779
},
11780
{
@@ -11975,7 +11975,7 @@
11975
"zh-chs": "广播",
11976
"zh-cht": "廣播",
11977
"xloc": [
11978
- "default.handlebars->45->2554",
11978
+ "default.handlebars->45->2556",
11979
"default.handlebars->container->column_l->p4->3->1->0->3->1"
11980
]
11981
},
@@ -12001,7 +12001,7 @@
12001
"zh-chs": "广播消息",
12002
"zh-cht": "廣播消息",
12003
"xloc": [
12004
- "default.handlebars->45->2471"
12004
+ "default.handlebars->45->2473"
12005
]
12006
},
12007
{
@@ -12026,7 +12026,7 @@
12026
"zh-chs": "向所有连接的用户广播消息。",
12027
"zh-cht": "向所有連接的用戶廣播消息。",
12028
"xloc": [
12029
- "default.handlebars->45->2466"
12029
+ "default.handlebars->45->2468"
12030
]
12031
},
12032
{
@@ -12051,7 +12051,7 @@
12051
"zh-chs": "浏览器",
12052
"zh-cht": "瀏覽器",
12053
"xloc": [
12054
- "default.handlebars->45->2821"
12054
+ "default.handlebars->45->2823"
12055
]
12056
},
12057
{
@@ -12227,7 +12227,7 @@
12227
"zh-chs": "字节输入",
12228
"zh-cht": "字節輸入",
12229
"xloc": [
12230
- "default.handlebars->45->2817"
12230
+ "default.handlebars->45->2819"
12231
]
12232
},
12233
{
@@ -12252,7 +12252,7 @@
12252
"zh-chs": "字节输出",
12253
"zh-cht": "字節輸出",
12254
"xloc": [
12255
- "default.handlebars->45->2818"
12255
+ "default.handlebars->45->2820"
12256
]
12257
},
12258
{
@@ -12363,7 +12363,7 @@
12363
"zh-cht": "CIRA",
12364
"xloc": [
12365
"default-mobile.handlebars->11->257",
12366
- "default.handlebars->45->2944",
12366
+ "default.handlebars->45->2946",
12367
"default.handlebars->45->379",
12368
"default.handlebars->45->633"
12369
]
@@ -12390,7 +12390,7 @@
12390
"zh-chs": "CIRA服务器",
12391
"zh-cht": "CIRA伺服器",
12392
"xloc": [
12393
- "default.handlebars->45->2991"
12393
+ "default.handlebars->45->2993"
12394
]
12395
},
12396
{
@@ -12415,7 +12415,7 @@
12415
"zh-chs": "CIRA服务器命令",
12416
"zh-cht": "CIRA伺服器指令",
12417
"xloc": [
12418
- "default.handlebars->45->2992"
12418
+ "default.handlebars->45->2994"
12419
]
12420
},
12421
{
@@ -12492,7 +12492,7 @@
12492
"xloc": [
12493
"default-mobile.handlebars->11->587",
12494
"default.handlebars->45->1484",
12495
- "default.handlebars->45->2968",
12495
+ "default.handlebars->45->2970",
12496
"default.handlebars->container->column_l->p40->3->1->p40type->5"
12497
]
12498
},
@@ -12518,7 +12518,7 @@
12518
"zh-chs": "CPU负载",
12519
"zh-cht": "CPU負載",
12520
"xloc": [
12521
- "default.handlebars->45->2933"
12521
+ "default.handlebars->45->2935"
12522
]
12523
},
12524
{
@@ -12543,7 +12543,7 @@
12543
"zh-chs": "最近15分钟的CPU负载",
12544
"zh-cht": "最近15分鐘的CPU負載",
12545
"xloc": [
12546
- "default.handlebars->45->2936"
12546
+ "default.handlebars->45->2938"
12547
]
12548
},
12549
{
@@ -12568,7 +12568,7 @@
12568
"zh-chs": "最近5分钟的CPU负载",
12569
"zh-cht": "最近5分鐘的CPU負載",
12570
"xloc": [
12571
- "default.handlebars->45->2935"
12571
+ "default.handlebars->45->2937"
12572
]
12573
},
12574
{
@@ -12593,7 +12593,7 @@
12593
"zh-chs": "最近一分钟的CPU负载",
12594
"zh-cht": "最近一分鐘的CPU負載",
12595
"xloc": [
12596
- "default.handlebars->45->2934"
12596
+ "default.handlebars->45->2936"
12597
]
12598
},
12599
{
@@ -12648,7 +12648,7 @@
12648
"zh-chs": "CSV",
12649
"zh-cht": "CSV",
12650
"xloc": [
12651
- "default.handlebars->45->2386"
12651
+ "default.handlebars->45->2388"
12652
]
12653
},
12654
{
@@ -12673,8 +12673,8 @@
12673
"zh-chs": "CSV格式",
12674
"zh-cht": "CSV格式",
12675
"xloc": [
12676
- "default.handlebars->45->2390",
12677
- "default.handlebars->45->2458",
12676
+ "default.handlebars->45->2392",
12677
+ "default.handlebars->45->2460",
12678
"default.handlebars->45->705"
12679
]
12680
},
@@ -12722,7 +12722,7 @@
12722
"zh-chs": "呼叫错误",
12723
"zh-cht": "呼叫錯誤",
12724
"xloc": [
12725
- "default.handlebars->45->3008"
12725
+ "default.handlebars->45->3010"
12726
]
12727
},
12728
{
@@ -12776,7 +12776,7 @@
12776
"default-mobile.handlebars->11->113",
12777
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
12778
"default.handlebars->45->1853",
12779
- "default.handlebars->45->2997",
12779
+ "default.handlebars->45->2999",
12780
"default.handlebars->45->484",
12781
"default.handlebars->container->dialog->idx_dlgButtonBar",
12782
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -13086,7 +13086,7 @@
13086
"zh-chs": "更改{0}的电邮",
13087
"zh-cht": "更改{0}的電郵",
13088
"xloc": [
13089
- "default.handlebars->45->2701"
13089
+ "default.handlebars->45->2703"
13090
]
13091
},
13092
{
@@ -13140,7 +13140,7 @@
13140
"xloc": [
13141
"default-mobile.handlebars->11->121",
13142
"default.handlebars->45->1799",
13143
- "default.handlebars->45->2674"
13143
+ "default.handlebars->45->2676"
13144
]
13145
},
13146
{
@@ -13165,7 +13165,7 @@
13165
"zh-chs": "更改{0}的密码",
13166
"zh-cht": "更改{0}的密碼",
13167
"xloc": [
13168
- "default.handlebars->45->2710"
13168
+ "default.handlebars->45->2712"
13169
]
13170
},
13171
{
@@ -13190,7 +13190,7 @@
13190
"zh-chs": "更改{0}的真实名称",
13191
"zh-cht": "更改{0}的真實名稱",
13192
"xloc": [
13193
- "default.handlebars->45->2696"
13193
+ "default.handlebars->45->2698"
13194
]
13195
},
13196
{
@@ -13339,7 +13339,7 @@
13339
"zh-chs": "更改该用户的密码",
13340
"zh-cht": "更改該用戶的密碼",
13341
"xloc": [
13342
- "default.handlebars->45->2673"
13342
+ "default.handlebars->45->2675"
13343
]
13344
},
13345
{
@@ -13439,7 +13439,7 @@
13439
"zh-chs": "更改帐户凭据",
13440
"zh-cht": "帳戶憑證已更改",
13441
"xloc": [
13442
- "default.handlebars->45->2286"
13442
+ "default.handlebars->45->2288"
13443
]
13444
},
13445
{
@@ -13464,7 +13464,7 @@
13464
"zh-chs": "将帐户显示名称更改为 {0}。",
13465
"zh-cht": "將帳戶顯示名稱更改為 {0}。",
13466
"xloc": [
13467
- "default.handlebars->45->2338"
13467
+ "default.handlebars->45->2340"
13468
]
13469
},
13470
{
@@ -13489,8 +13489,8 @@
13489
"zh-chs": "{1}组中的设备{0}已更改:{2}",
13490
"zh-cht": "{1}組中的設備{0}已更改:{2}",
13491
"xloc": [
13492
- "default.handlebars->45->2270",
13493
- "default.handlebars->45->2351"
13492
+ "default.handlebars->45->2272",
13493
+ "default.handlebars->45->2353"
13494
]
13495
},
13496
{
@@ -13515,7 +13515,7 @@
13515
"zh-chs": "语言从{1}更改为{2}",
13516
"zh-cht": "語言從{1}更改為{2}",
13517
"xloc": [
13518
- "default.handlebars->45->2214"
13518
+ "default.handlebars->45->2216"
13519
]
13520
},
13521
{
@@ -13540,8 +13540,8 @@
13540
"zh-chs": "已更改{0}的用户设备权限",
13541
"zh-cht": "已更改{0}的用戶設備權限",
13542
"xloc": [
13543
- "default.handlebars->45->2272",
13544
- "default.handlebars->45->2293"
13543
+ "default.handlebars->45->2274",
13544
+ "default.handlebars->45->2295"
13545
]
13546
},
13547
{
@@ -13615,9 +13615,9 @@
13615
"xloc": [
13616
"default.handlebars->45->1021",
13617
"default.handlebars->45->1043",
13618
- "default.handlebars->45->2407",
13619
- "default.handlebars->45->2669",
13620
- "default.handlebars->45->2670",
13618
+ "default.handlebars->45->2409",
13619
+ "default.handlebars->45->2671",
13620
+ "default.handlebars->45->2672",
13621
"default.handlebars->45->909"
13622
]
13623
},
@@ -13672,7 +13672,7 @@
13672
"zh-cht": "聊天請求,點擊這裡接受。",
13673
"xloc": [
13674
"default-mobile.handlebars->11->724",
13675
- "default.handlebars->45->2887"
13675
+ "default.handlebars->45->2889"
13676
]
13677
},
13678
{
@@ -13848,7 +13848,7 @@
13848
"zh-cht": "檢查...",
13849
"xloc": [
13850
"default.handlebars->45->1550",
13851
- "default.handlebars->45->3002"
13851
+ "default.handlebars->45->3004"
13852
]
13853
},
13854
{
@@ -14132,7 +14132,7 @@
14132
"default.handlebars->45->1391",
14133
"default.handlebars->45->1393",
14134
"default.handlebars->45->1395",
14135
- "default.handlebars->45->2208",
14135
+ "default.handlebars->45->2210",
14136
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
14137
"default.handlebars->container->column_l->p41->3->1",
14138
"messenger.handlebars->xbottom->1->1->0->5",
@@ -14293,7 +14293,7 @@
14293
"zh-cht": "全部清除",
14294
"xloc": [
14295
"default-mobile.handlebars->11->707",
14296
- "default.handlebars->45->2870"
14296
+ "default.handlebars->45->2872"
14297
]
14298
},
14299
{
@@ -14396,7 +14396,7 @@
14396
"zh-cht": "清除此通知",
14397
"xloc": [
14398
"default-mobile.handlebars->11->706",
14399
- "default.handlebars->45->2869"
14399
+ "default.handlebars->45->2871"
14400
]
14401
},
14402
{
@@ -14547,7 +14547,7 @@
14547
"zh-chs": "单击此处编辑用户组名称",
14548
"zh-cht": "單擊此處編輯用戶群名稱",
14549
"xloc": [
14550
- "default.handlebars->45->2528"
14550
+ "default.handlebars->45->2530"
14551
]
14552
},
14553
{
@@ -14903,7 +14903,7 @@
14903
"default.handlebars->45->1365",
14904
"default.handlebars->45->217",
14905
"default.handlebars->45->225",
14906
- "default.handlebars->45->2996",
14906
+ "default.handlebars->45->2998",
14907
"sharing.handlebars->11->52"
14908
]
14909
},
@@ -14929,7 +14929,7 @@
14929
"zh-chs": "已关闭桌面多路复用会话 \\\"{0}\\\",{1} 秒",
14930
"zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
14931
"xloc": [
14932
- "default.handlebars->45->2358"
14932
+ "default.handlebars->45->2360"
14933
]
14934
},
14935
{
@@ -14954,7 +14954,7 @@
14954
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
14955
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
14956
"xloc": [
14957
- "default.handlebars->45->2219"
14957
+ "default.handlebars->45->2221"
14958
]
14959
},
14960
{
@@ -15157,8 +15157,8 @@
15157
"zh-chs": "通用设备组",
15158
"zh-cht": "通用裝置群",
15159
"xloc": [
15160
- "default.handlebars->45->2562",
15161
- "default.handlebars->45->2715"
15160
+ "default.handlebars->45->2564",
15161
+ "default.handlebars->45->2717"
15162
]
15163
},
15164
{
@@ -15183,8 +15183,8 @@
15183
"zh-chs": "通用设备",
15184
"zh-cht": "通用裝置",
15185
"xloc": [
15186
- "default.handlebars->45->2568",
15187
- "default.handlebars->45->2727"
15186
+ "default.handlebars->45->2570",
15187
+ "default.handlebars->45->2729"
15188
]
15189
},
15190
{
@@ -15310,10 +15310,10 @@
15310
"default.handlebars->45->1156",
15311
"default.handlebars->45->1165",
15312
"default.handlebars->45->2000",
15313
- "default.handlebars->45->2436",
15314
- "default.handlebars->45->2518",
15315
- "default.handlebars->45->2584",
15316
- "default.handlebars->45->2713",
15313
+ "default.handlebars->45->2438",
15314
+ "default.handlebars->45->2520",
15315
+ "default.handlebars->45->2586",
15316
+ "default.handlebars->45->2715",
15317
"default.handlebars->45->668"
15318
]
15319
},
@@ -15439,7 +15439,7 @@
15439
"zh-chs": "确认删除选定的帐户?",
15440
"zh-cht": "確認刪除所選帳戶?",
15441
"xloc": [
15442
- "default.handlebars->45->2435"
15442
+ "default.handlebars->45->2437"
15443
]
15444
},
15445
{
@@ -15486,7 +15486,7 @@
15486
"zh-chs": "确认删除选定的用户组?",
15487
"zh-cht": "確認刪除所選用戶群?",
15488
"xloc": [
15489
- "default.handlebars->45->2517"
15489
+ "default.handlebars->45->2519"
15490
]
15491
},
15492
{
@@ -15511,7 +15511,7 @@
15511
"zh-chs": "确认删除用户{0}?",
15512
"zh-cht": "確認刪除用戶{0}?",
15513
"xloc": [
15514
- "default.handlebars->45->2712"
15514
+ "default.handlebars->45->2714"
15515
]
15516
},
15517
{
@@ -15536,7 +15536,7 @@
15536
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
15537
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
15538
"xloc": [
15539
- "default.handlebars->45->2587"
15539
+ "default.handlebars->45->2589"
15540
]
15541
},
15542
{
@@ -15561,7 +15561,7 @@
15561
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
15562
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
15563
"xloc": [
15564
- "default.handlebars->45->2744"
15564
+ "default.handlebars->45->2746"
15565
]
15566
},
15567
{
@@ -15689,8 +15689,8 @@
15689
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
15690
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
15691
"xloc": [
15692
- "default.handlebars->45->2577",
15693
- "default.handlebars->45->2735"
15692
+ "default.handlebars->45->2579",
15693
+ "default.handlebars->45->2737"
15694
]
15695
},
15696
{
@@ -15715,8 +15715,8 @@
15715
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
15716
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
15717
"xloc": [
15718
- "default.handlebars->45->2579",
15719
- "default.handlebars->45->2748"
15718
+ "default.handlebars->45->2581",
15719
+ "default.handlebars->45->2750"
15720
]
15721
},
15722
{
@@ -15741,7 +15741,7 @@
15741
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
15742
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
15743
"xloc": [
15744
- "default.handlebars->45->2737"
15744
+ "default.handlebars->45->2739"
15745
]
15746
},
15747
{
@@ -15766,7 +15766,7 @@
15766
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
15767
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
15768
"xloc": [
15769
- "default.handlebars->45->2740"
15769
+ "default.handlebars->45->2742"
15770
]
15771
},
15772
{
@@ -15791,8 +15791,8 @@
15791
"zh-chs": "确认删除访问权限?",
15792
"zh-cht": "確認刪除訪問權限?",
15793
"xloc": [
15794
- "default.handlebars->45->2738",
15795
- "default.handlebars->45->2741"
15794
+ "default.handlebars->45->2740",
15795
+ "default.handlebars->45->2743"
15796
]
15797
},
15798
{
@@ -15865,7 +15865,7 @@
15865
"zh-chs": "确认删除设备共享“{0}”?",
15866
"zh-cht": "確認刪除設備共享“{0}”?",
15867
"xloc": [
15868
- "default.handlebars->45->2733"
15868
+ "default.handlebars->45->2735"
15869
]
15870
},
15871
{
@@ -16132,7 +16132,7 @@
16132
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
16133
"xloc": [
16134
"default-mobile.handlebars->11->158",
16135
- "default.handlebars->45->2203"
16135
+ "default.handlebars->45->2205"
16136
]
16137
},
16138
{
@@ -16471,7 +16471,7 @@
16471
"zh-chs": "已连接的英特尔®AMT",
16472
"zh-cht": "已連接的Intel® AMT",
16473
"xloc": [
16474
- "default.handlebars->45->2924"
16474
+ "default.handlebars->45->2926"
16475
]
16476
},
16477
{
@@ -16496,7 +16496,7 @@
16496
"zh-chs": "已连接的用户",
16497
"zh-cht": "已连接的用户",
16498
"xloc": [
16499
- "default.handlebars->45->2929"
16499
+ "default.handlebars->45->2931"
16500
]
16501
},
16502
{
@@ -16725,7 +16725,7 @@
16725
"zh-chs": "连接数量",
16726
"zh-cht": "連接數量",
16727
"xloc": [
16728
- "default.handlebars->45->2955"
16728
+ "default.handlebars->45->2957"
16729
]
16730
},
16731
{
@@ -16778,7 +16778,7 @@
16778
"zh-chs": "连接转发器",
16779
"zh-cht": "連接轉發器",
16780
"xloc": [
16781
- "default.handlebars->45->2990"
16781
+ "default.handlebars->45->2992"
16782
]
16783
},
16784
{
@@ -16882,7 +16882,7 @@
16882
"zh-chs": "同意",
16883
"zh-cht": "同意",
16884
"xloc": [
16885
- "default.handlebars->45->2368"
16885
+ "default.handlebars->45->2370"
16886
]
16887
},
16888
{
@@ -17015,7 +17015,7 @@
17015
"zh-chs": "Cookie编码器",
17016
"zh-cht": "Cookie編碼器",
17017
"xloc": [
17018
- "default.handlebars->45->2974"
17018
+ "default.handlebars->45->2976"
17019
]
17020
},
17021
{
@@ -17368,7 +17368,7 @@
17368
"zh-chs": "复制:“{0}”到“{1}”",
17369
"zh-cht": "複製:“{0}”到“{1}”",
17370
"xloc": [
17371
- "default.handlebars->45->2262"
17371
+ "default.handlebars->45->2264"
17372
]
17373
},
17374
{
@@ -17549,7 +17549,7 @@
17549
"zh-chs": "核心服务器",
17550
"zh-cht": "核心伺服器",
17551
"xloc": [
17552
- "default.handlebars->45->2973"
17552
+ "default.handlebars->45->2975"
17553
]
17554
},
17555
{
@@ -17621,7 +17621,7 @@
17621
"zh-chs": "创建帐号",
17622
"zh-cht": "創建帳號",
17623
"xloc": [
17624
- "default.handlebars->45->2485",
17624
+ "default.handlebars->45->2487",
17625
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
17626
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
17627
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -17722,7 +17722,7 @@
17722
"zh-chs": "创建用户组",
17723
"zh-cht": "創建用戶群",
17724
"xloc": [
17725
- "default.handlebars->45->2525"
17725
+ "default.handlebars->45->2527"
17726
]
17727
},
17728
{
@@ -17872,7 +17872,7 @@
17872
"zh-chs": "创建文件夹:“{0}”",
17873
"zh-cht": "創建文件夾:“{0}”",
17874
"xloc": [
17875
- "default.handlebars->45->2255"
17875
+ "default.handlebars->45->2257"
17876
]
17877
},
17878
{
@@ -17922,7 +17922,7 @@
17922
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
17923
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
17924
"xloc": [
17925
- "default.handlebars->45->2449"
17925
+ "default.handlebars->45->2451"
17926
]
17927
},
17928
{
@@ -17974,7 +17974,7 @@
17974
"zh-chs": "创建的设备组:{0}",
17975
"zh-cht": "創建的設備組:{0}",
17976
"xloc": [
17977
- "default.handlebars->45->2266"
17977
+ "default.handlebars->45->2268"
17978
]
17979
},
17980
{
@@ -18068,7 +18068,7 @@
18068
"zh-chs": "创建",
18069
"zh-cht": "創建",
18070
"xloc": [
18071
- "default.handlebars->45->2629"
18071
+ "default.handlebars->45->2631"
18072
]
18073
},
18074
{
@@ -18481,7 +18481,7 @@
18481
"zh-cht": "當前密碼不正確。",
18482
"xloc": [
18483
"default-mobile.handlebars->11->734",
18484
- "default.handlebars->45->2897"
18484
+ "default.handlebars->45->2899"
18485
]
18486
},
18487
{
@@ -18765,8 +18765,8 @@
18765
"xloc": [
18766
"default-mobile.handlebars->11->384",
18767
"default.handlebars->45->1140",
18768
- "default.handlebars->45->2794",
18769
- "default.handlebars->45->2797"
18768
+ "default.handlebars->45->2796",
18769
+ "default.handlebars->45->2799"
18770
]
18771
},
18772
{
@@ -18890,10 +18890,10 @@
18890
"zh-chs": "默认",
18891
"zh-cht": "默認",
18892
"xloc": [
18893
- "default.handlebars->45->2472",
18894
- "default.handlebars->45->2521",
18895
- "default.handlebars->45->2532",
18896
- "default.handlebars->45->2605"
18893
+ "default.handlebars->45->2474",
18894
+ "default.handlebars->45->2523",
18895
+ "default.handlebars->45->2534",
18896
+ "default.handlebars->45->2607"
18897
]
18898
},
18899
{
@@ -19012,7 +19012,7 @@
19012
"zh-chs": "删除帐户",
19013
"zh-cht": "刪除帳戶",
19014
"xloc": [
19015
- "default.handlebars->45->2437"
19015
+ "default.handlebars->45->2439"
19016
]
19017
},
19018
{
@@ -19164,7 +19164,7 @@
19164
"zh-chs": "删除用户",
19165
"zh-cht": "刪除用戶",
19166
"xloc": [
19167
- "default.handlebars->45->2672"
19167
+ "default.handlebars->45->2674"
19168
]
19169
},
19170
{
@@ -19189,8 +19189,8 @@
19189
"zh-chs": "删除用户群组",
19190
"zh-cht": "刪除用戶群組",
19191
"xloc": [
19192
- "default.handlebars->45->2573",
19193
- "default.handlebars->45->2585"
19192
+ "default.handlebars->45->2575",
19193
+ "default.handlebars->45->2587"
19194
]
19195
},
19196
{
@@ -19215,7 +19215,7 @@
19215
"zh-chs": "删除用户群组",
19216
"zh-cht": "刪除用戶群組",
19217
"xloc": [
19218
- "default.handlebars->45->2519"
19218
+ "default.handlebars->45->2521"
19219
]
19220
},
19221
{
@@ -19240,7 +19240,7 @@
19240
"zh-chs": "删除用户{0}",
19241
"zh-cht": "刪除用戶{0}",
19242
"xloc": [
19243
- "default.handlebars->45->2711"
19243
+ "default.handlebars->45->2713"
19244
]
19245
},
19246
{
@@ -19266,7 +19266,7 @@
19266
"zh-cht": "刪除帳戶",
19267
"xloc": [
19268
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
19269
- "default.handlebars->45->2433",
19269
+ "default.handlebars->45->2435",
19270
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
19271
]
19272
},
@@ -19317,7 +19317,7 @@
19317
"zh-chs": "删除群组",
19318
"zh-cht": "刪除群組",
19319
"xloc": [
19320
- "default.handlebars->45->2515"
19320
+ "default.handlebars->45->2517"
19321
]
19322
},
19323
{
@@ -19367,7 +19367,7 @@
19367
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
19368
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
19369
"xloc": [
19370
- "default.handlebars->45->2257"
19370
+ "default.handlebars->45->2259"
19371
]
19372
},
19373
{
@@ -19421,7 +19421,7 @@
19421
"zh-chs": "删除用户群组{0}?",
19422
"zh-cht": "刪除用戶群組{0}?",
19423
"xloc": [
19424
- "default.handlebars->45->2583"
19424
+ "default.handlebars->45->2585"
19425
]
19426
},
19427
{
@@ -19500,7 +19500,7 @@
19500
"zh-chs": "删除:“{0}”",
19501
"zh-cht": "刪除:“{0}”",
19502
"xloc": [
19503
- "default.handlebars->45->2256"
19503
+ "default.handlebars->45->2258"
19504
]
19505
},
19506
{
@@ -19525,7 +19525,7 @@
19525
"zh-chs": "删除:“{0}”,{1}个元素已删除",
19526
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
19527
"xloc": [
19528
- "default.handlebars->45->2258"
19528
+ "default.handlebars->45->2260"
19529
]
19530
},
19531
{
@@ -19704,11 +19704,11 @@
19704
"default.handlebars->45->1816",
19705
"default.handlebars->45->1873",
19706
"default.handlebars->45->2007",
19707
- "default.handlebars->45->2366",
19708
- "default.handlebars->45->2524",
19709
- "default.handlebars->45->2534",
19710
- "default.handlebars->45->2535",
19711
- "default.handlebars->45->2581",
19707
+ "default.handlebars->45->2368",
19708
+ "default.handlebars->45->2526",
19709
+ "default.handlebars->45->2536",
19710
+ "default.handlebars->45->2537",
19711
+ "default.handlebars->45->2583",
19712
"default.handlebars->45->797",
19713
"default.handlebars->45->798",
19714
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -19763,10 +19763,10 @@
19763
"default.handlebars->45->1312",
19764
"default.handlebars->45->1940",
19765
"default.handlebars->45->2013",
19766
- "default.handlebars->45->2768",
19767
- "default.handlebars->45->2827",
19768
- "default.handlebars->45->2858",
19769
- "default.handlebars->45->2949",
19766
+ "default.handlebars->45->2770",
19767
+ "default.handlebars->45->2829",
19768
+ "default.handlebars->45->2860",
19769
+ "default.handlebars->45->2951",
19770
"default.handlebars->45->762",
19771
"default.handlebars->45->979",
19772
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -19902,7 +19902,7 @@
19902
"zh-chs": "桌面复用",
19903
"zh-cht": "桌面多路復用",
19904
"xloc": [
19905
- "default.handlebars->45->2954"
19905
+ "default.handlebars->45->2956"
19906
]
19907
},
19908
{
@@ -19928,8 +19928,8 @@
19928
"zh-cht": "桌面通知",
19929
"xloc": [
19930
"default.handlebars->45->1893",
19931
- "default.handlebars->45->2542",
19932
- "default.handlebars->45->2644",
19931
+ "default.handlebars->45->2544",
19932
+ "default.handlebars->45->2646",
19933
"default.handlebars->45->859"
19934
]
19935
},
@@ -19956,8 +19956,8 @@
19956
"zh-cht": "桌面提示",
19957
"xloc": [
19958
"default.handlebars->45->1892",
19959
- "default.handlebars->45->2541",
19960
- "default.handlebars->45->2643",
19959
+ "default.handlebars->45->2543",
19960
+ "default.handlebars->45->2645",
19961
"default.handlebars->45->858"
19962
]
19963
},
@@ -19984,8 +19984,8 @@
19984
"zh-cht": "桌面提示+工具欄",
19985
"xloc": [
19986
"default.handlebars->45->1890",
19987
- "default.handlebars->45->2539",
19988
- "default.handlebars->45->2641",
19987
+ "default.handlebars->45->2541",
19988
+ "default.handlebars->45->2643",
19989
"default.handlebars->45->856"
19990
]
19991
},
@@ -20011,7 +20011,7 @@
20011
"zh-chs": "桌面会话",
20012
"zh-cht": "桌面會話",
20013
"xloc": [
20014
- "default.handlebars->45->2761"
20014
+ "default.handlebars->45->2763"
20015
]
20016
},
20017
{
@@ -20111,8 +20111,8 @@
20111
"zh-cht": "桌面工具欄",
20112
"xloc": [
20113
"default.handlebars->45->1891",
20114
- "default.handlebars->45->2540",
20115
- "default.handlebars->45->2642",
20114
+ "default.handlebars->45->2542",
20115
+ "default.handlebars->45->2644",
20116
"default.handlebars->45->857"
20117
]
20118
},
@@ -20138,7 +20138,7 @@
20138
"zh-chs": "仅桌面视图",
20139
"zh-cht": "僅桌面視圖",
20140
"xloc": [
20141
- "default.handlebars->45->2617"
20141
+ "default.handlebars->45->2619"
20142
]
20143
},
20144
{
@@ -20323,9 +20323,9 @@
20323
"default.handlebars->45->1539",
20324
"default.handlebars->45->2041",
20325
"default.handlebars->45->267",
20326
- "default.handlebars->45->2730",
20327
- "default.handlebars->45->2793",
20328
- "default.handlebars->45->2811",
20326
+ "default.handlebars->45->2732",
20327
+ "default.handlebars->45->2795",
20328
+ "default.handlebars->45->2813",
20329
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
20330
]
20331
},
@@ -20484,14 +20484,14 @@
20484
"default.handlebars->45->2036",
20485
"default.handlebars->45->2039",
20486
"default.handlebars->45->2040",
20487
- "default.handlebars->45->2383",
20488
- "default.handlebars->45->2565",
20489
- "default.handlebars->45->2571",
20490
- "default.handlebars->45->2718",
20491
- "default.handlebars->45->2777",
20492
- "default.handlebars->45->2800",
20493
- "default.handlebars->45->2814",
20494
- "default.handlebars->45->2875"
20487
+ "default.handlebars->45->2385",
20488
+ "default.handlebars->45->2567",
20489
+ "default.handlebars->45->2573",
20490
+ "default.handlebars->45->2720",
20491
+ "default.handlebars->45->2779",
20492
+ "default.handlebars->45->2802",
20493
+ "default.handlebars->45->2816",
20494
+ "default.handlebars->45->2877"
20495
]
20496
},
20497
{
@@ -20543,11 +20543,11 @@
20543
"zh-cht": "裝置群",
20544
"xloc": [
20545
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
20546
- "default.handlebars->45->2399",
20547
- "default.handlebars->45->2509",
20548
- "default.handlebars->45->2552",
20549
- "default.handlebars->45->2638",
20550
- "default.handlebars->45->2927",
20546
+ "default.handlebars->45->2401",
20547
+ "default.handlebars->45->2511",
20548
+ "default.handlebars->45->2554",
20549
+ "default.handlebars->45->2640",
20550
+ "default.handlebars->45->2929",
20551
"default.handlebars->container->column_l->p2->p2info->9"
20552
]
20553
},
@@ -20650,7 +20650,7 @@
20650
"xloc": [
20651
"default-mobile.handlebars->11->400",
20652
"default.handlebars->45->1206",
20653
- "default.handlebars->45->2776",
20653
+ "default.handlebars->45->2778",
20654
"default.handlebars->45->449",
20655
"default.handlebars->45->458",
20656
"player.handlebars->3->25"
@@ -20729,7 +20729,7 @@
20729
"zh-chs": "设备推送",
20730
"zh-cht": "設備推送",
20731
"xloc": [
20732
- "default.handlebars->45->2657"
20732
+ "default.handlebars->45->2659"
20733
]
20734
},
20735
{
@@ -20984,7 +20984,7 @@
20984
"zh-chs": "创建的设备组:{0}",
20985
"zh-cht": "設備組已創建:{0}",
20986
"xloc": [
20987
- "default.handlebars->45->2287"
20987
+ "default.handlebars->45->2289"
20988
]
20989
},
20990
{
@@ -21009,7 +21009,7 @@
21009
"zh-chs": "设备组已删除:{0}",
21010
"zh-cht": "設備組已刪除:{0}",
21011
"xloc": [
21012
- "default.handlebars->45->2288"
21012
+ "default.handlebars->45->2290"
21013
]
21014
},
21015
{
@@ -21034,7 +21034,7 @@
21034
"zh-chs": "设备组成员身份已更改:{0}",
21035
"zh-cht": "設備組成員身份已更改:{0}",
21036
"xloc": [
21037
- "default.handlebars->45->2289"
21037
+ "default.handlebars->45->2291"
21038
]
21039
},
21040
{
@@ -21085,7 +21085,7 @@
21085
"zh-chs": "设备组通知已更改",
21086
"zh-cht": "設備組通知已更改",
21087
"xloc": [
21088
- "default.handlebars->45->2284"
21088
+ "default.handlebars->45->2286"
21089
]
21090
},
21091
{
@@ -21110,7 +21110,7 @@
21110
"zh-chs": "未删除的设备组:{0}",
21111
"zh-cht": "未刪除的設備組:{0}",
21112
"xloc": [
21113
- "default.handlebars->45->2267"
21113
+ "default.handlebars->45->2269"
21114
]
21115
},
21116
{
@@ -21135,7 +21135,7 @@
21135
"zh-chs": "设备组 {0} 已更改:{1}",
21136
"zh-cht": "設備組 {0} 已更改:{1}",
21137
"xloc": [
21138
- "default.handlebars->45->2353"
21138
+ "default.handlebars->45->2355"
21139
]
21140
},
21141
{
@@ -21699,7 +21699,7 @@
21699
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
21700
"zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
21701
"xloc": [
21702
- "default.handlebars->45->2322"
21702
+ "default.handlebars->45->2324"
21703
]
21704
},
21705
{
@@ -21724,7 +21724,7 @@
21724
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
21725
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
21726
"xloc": [
21727
- "default.handlebars->45->2269"
21727
+ "default.handlebars->45->2271"
21728
]
21729
},
21730
{
@@ -21772,8 +21772,8 @@
21772
"zh-cht": "裝置",
21773
"xloc": [
21774
"default.handlebars->45->1958",
21775
- "default.handlebars->45->2510",
21776
- "default.handlebars->45->2553"
21775
+ "default.handlebars->45->2512",
21776
+ "default.handlebars->45->2555"
21777
]
21778
},
21779
{
@@ -21997,7 +21997,7 @@
21997
"zh-chs": "禁用的电子邮件两因素身份验证",
21998
"zh-cht": "禁用的電子郵件兩因素身份驗證",
21999
"xloc": [
22000
- "default.handlebars->45->2300"
22000
+ "default.handlebars->45->2302"
22001
]
22002
},
22003
{
@@ -22484,7 +22484,7 @@
22484
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
22485
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
22486
"xloc": [
22487
- "default.handlebars->45->2229"
22487
+ "default.handlebars->45->2231"
22488
]
22489
},
22490
{
@@ -22509,7 +22509,7 @@
22509
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
22510
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
22511
"xloc": [
22512
- "default.handlebars->45->2237"
22512
+ "default.handlebars->45->2239"
22513
]
22514
},
22515
{
@@ -22562,10 +22562,10 @@
22562
"xloc": [
22563
"default.handlebars->45->118",
22564
"default.handlebars->45->1231",
22565
- "default.handlebars->45->2473",
22566
- "default.handlebars->45->2522",
22567
- "default.handlebars->45->2531",
22568
- "default.handlebars->45->2604",
22565
+ "default.handlebars->45->2475",
22566
+ "default.handlebars->45->2524",
22567
+ "default.handlebars->45->2533",
22568
+ "default.handlebars->45->2606",
22569
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
22570
"mstsc.handlebars->main->1->3->1->rowdomain->3"
22571
]
@@ -23010,7 +23010,7 @@
23010
"zh-chs": "下载报告",
23011
"zh-cht": "下載報告",
23012
"xloc": [
23013
- "default.handlebars->45->2388",
23013
+ "default.handlebars->45->2390",
23014
"default.handlebars->container->column_l->p3->3->1->0->3",
23015
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
23016
]
@@ -23312,7 +23312,7 @@
23312
"zh-chs": "使用以下一种档案格式下载事件列表。",
23313
"zh-cht": "使用以下一種檔案格式下載事件列表。",
23314
"xloc": [
23315
- "default.handlebars->45->2389"
23315
+ "default.handlebars->45->2391"
23316
]
23317
},
23318
{
@@ -23337,7 +23337,7 @@
23337
"zh-chs": "使用以下一种档案格式下载用户列表。",
23338
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
23339
"xloc": [
23340
- "default.handlebars->45->2457"
23340
+ "default.handlebars->45->2459"
23341
]
23342
},
23343
{
@@ -23438,7 +23438,7 @@
23438
"zh-chs": "下载:“{0}”",
23439
"zh-cht": "下載:“{0}”",
23440
"xloc": [
23441
- "default.handlebars->45->2260"
23441
+ "default.handlebars->45->2262"
23442
]
23443
},
23444
{
@@ -23463,7 +23463,7 @@
23463
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
23464
"zh-cht": "下載:\\\"{0}\\\",大小:{1}",
23465
"xloc": [
23466
- "default.handlebars->45->2317"
23466
+ "default.handlebars->45->2319"
23467
]
23468
},
23469
{
@@ -23513,7 +23513,7 @@
23513
"zh-chs": "代理重复",
23514
"zh-cht": "代理重複",
23515
"xloc": [
23516
- "default.handlebars->45->2923"
23516
+ "default.handlebars->45->2925"
23517
]
23518
},
23519
{
@@ -23563,7 +23563,7 @@
23563
"zh-chs": "复制用户组",
23564
"zh-cht": "複製用戶群",
23565
"xloc": [
23566
- "default.handlebars->45->2526"
23566
+ "default.handlebars->45->2528"
23567
]
23568
},
23569
{
@@ -23613,8 +23613,8 @@
23613
"default.handlebars->45->1098",
23614
"default.handlebars->45->273",
23615
"default.handlebars->45->275",
23616
- "default.handlebars->45->2756",
23617
- "default.handlebars->45->2782",
23616
+ "default.handlebars->45->2758",
23617
+ "default.handlebars->45->2784",
23618
"player.handlebars->3->18"
23619
]
23620
},
@@ -24043,6 +24043,7 @@
24043
"zh-cht": "編輯",
24044
"xloc": [
24045
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
24046
+ "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
24047
"default.handlebars->filesContextMenu->3",
24048
"sharing.handlebars->p13->p13toolbar->fileArea2->3"
24049
]
@@ -24470,7 +24471,7 @@
24471
"zh-chs": "编辑用户特征",
24472
"zh-cht": "編輯用戶特徵",
24473
"xloc": [
24473
- "default.handlebars->45->2694"
24474
+ "default.handlebars->45->2696"
24475
]
24476
},
24477
{
@@ -24495,7 +24496,7 @@
24496
"zh-chs": "编辑用户组",
24497
"zh-cht": "編輯用戶群",
24498
"xloc": [
24498
- "default.handlebars->45->2582"
24499
+ "default.handlebars->45->2584"
24500
]
24501
},
24502
{
@@ -24545,7 +24546,7 @@
24546
"zh-chs": "编辑用户组功能",
24547
"zh-cht": "編輯用戶組功能",
24548
"xloc": [
24548
- "default.handlebars->45->2575"
24549
+ "default.handlebars->45->2577"
24550
]
24551
},
24552
{
@@ -24694,12 +24695,12 @@
24695
"zh-cht": "電郵",
24696
"xloc": [
24697
"default-mobile.handlebars->11->109",
24697
- "default.handlebars->45->2475",
24698
- "default.handlebars->45->2608",
24698
+ "default.handlebars->45->2477",
24699
"default.handlebars->45->2610",
24700
- "default.handlebars->45->2655",
24701
- "default.handlebars->45->2665",
24702
- "default.handlebars->45->2697",
24700
+ "default.handlebars->45->2612",
24701
+ "default.handlebars->45->2657",
24702
+ "default.handlebars->45->2667",
24703
+ "default.handlebars->45->2699",
24704
"default.handlebars->45->494",
24705
"login-mobile.handlebars->5->45",
24706
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -24942,7 +24943,7 @@
24943
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
24944
"xloc": [
24945
"default-mobile.handlebars->11->743",
24945
- "default.handlebars->45->2906"
24946
+ "default.handlebars->45->2908"
24947
]
24948
},
24949
{
@@ -24992,7 +24993,7 @@
24993
"zh-chs": "电邮未验证",
24994
"zh-cht": "電郵未驗證",
24995
"xloc": [
24995
- "default.handlebars->45->2419"
24996
+ "default.handlebars->45->2421"
24997
]
24998
},
24999
{
@@ -25017,8 +25018,8 @@
25018
"zh-chs": "电子邮件已验证",
25019
"zh-cht": "電子郵件已驗證",
25020
"xloc": [
25020
- "default.handlebars->45->2420",
25021
- "default.handlebars->45->2602"
25021
+ "default.handlebars->45->2422",
25022
+ "default.handlebars->45->2604"
25023
]
25024
},
25025
{
@@ -25043,7 +25044,7 @@
25044
"zh-chs": "电邮已验证。",
25045
"zh-cht": "電郵已驗證。",
25046
"xloc": [
25046
- "default.handlebars->45->2481"
25047
+ "default.handlebars->45->2483"
25048
]
25049
},
25050
{
@@ -25068,7 +25069,7 @@
25069
"zh-chs": "电邮未验证",
25070
"zh-cht": "電郵未驗證",
25071
"xloc": [
25071
- "default.handlebars->45->2603"
25072
+ "default.handlebars->45->2605"
25073
]
25074
},
25075
{
@@ -25116,7 +25117,7 @@
25117
"zh-cht": "電郵已發送。",
25118
"xloc": [
25119
"default-mobile.handlebars->11->727",
25119
- "default.handlebars->45->2890",
25120
+ "default.handlebars->45->2892",
25121
"login-mobile.handlebars->5->2",
25122
"login.handlebars->5->2",
25123
"login2.handlebars->7->3"
@@ -25193,7 +25194,7 @@
25194
"zh-chs": "已通过电邮验证,并且需要重置密码。",
25195
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
25196
"xloc": [
25196
- "default.handlebars->45->2482"
25197
+ "default.handlebars->45->2484"
25198
]
25199
},
25200
{
@@ -25240,7 +25241,7 @@
25241
"zh-chs": "电子邮件/短信/推送流量",
25242
"zh-cht": "電子郵件/短信/推送流量",
25243
"xloc": [
25243
- "default.handlebars->45->2982"
25244
+ "default.handlebars->45->2984"
25245
]
25246
},
25247
{
@@ -25448,7 +25449,7 @@
25449
"zh-cht": "已啟用",
25450
"xloc": [
25451
"default.handlebars->45->121",
25451
- "default.handlebars->45->2784"
25452
+ "default.handlebars->45->2786"
25453
]
25454
},
25455
{
@@ -25473,7 +25474,7 @@
25474
"zh-chs": "启用电子邮件两因素身份验证",
25475
"zh-cht": "啟用電子郵件兩因素身份驗證",
25476
"xloc": [
25476
- "default.handlebars->45->2299"
25477
+ "default.handlebars->45->2301"
25478
]
25479
},
25480
{
@@ -25624,7 +25625,7 @@
25625
"zh-chs": "时间结束",
25626
"zh-cht": "時間結束",
25627
"xloc": [
25627
- "default.handlebars->45->2781"
25628
+ "default.handlebars->45->2783"
25629
]
25630
},
25631
{
@@ -25649,7 +25650,7 @@
25650
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
25651
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
25652
"xloc": [
25652
- "default.handlebars->45->2222"
25653
+ "default.handlebars->45->2224"
25654
]
25655
},
25656
{
@@ -25674,7 +25675,7 @@
25675
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
25676
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
25677
"xloc": [
25677
- "default.handlebars->45->2223"
25678
+ "default.handlebars->45->2225"
25679
]
25680
},
25681
{
@@ -25699,7 +25700,7 @@
25700
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
25701
"zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒",
25702
"xloc": [
25702
- "default.handlebars->45->2332"
25703
+ "default.handlebars->45->2334"
25704
]
25705
},
25706
{
@@ -25724,7 +25725,7 @@
25725
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
25726
"zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒",
25727
"xloc": [
25727
- "default.handlebars->45->2323"
25728
+ "default.handlebars->45->2325"
25729
]
25730
},
25731
{
@@ -25749,7 +25750,7 @@
25750
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
25751
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
25752
"xloc": [
25752
- "default.handlebars->45->2220"
25753
+ "default.handlebars->45->2222"
25754
]
25755
},
25756
{
@@ -25774,7 +25775,7 @@
25775
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
25776
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
25777
"xloc": [
25777
- "default.handlebars->45->2221"
25778
+ "default.handlebars->45->2223"
25779
]
25780
},
25781
{
@@ -26176,7 +26177,7 @@
26177
"zh-chs": "输入管理领域名称的逗号分隔列表。",
26178
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
26179
"xloc": [
26179
- "default.handlebars->45->2486"
26180
+ "default.handlebars->45->2488"
26181
]
26182
},
26183
{
@@ -26537,7 +26538,7 @@
26538
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
26539
"xloc": [
26540
"default-mobile.handlebars->11->735",
26540
- "default.handlebars->45->2898"
26541
+ "default.handlebars->45->2900"
26542
]
26543
},
26544
{
@@ -26563,7 +26564,7 @@
26564
"zh-cht": "錯誤,密碼未更改。",
26565
"xloc": [
26566
"default-mobile.handlebars->11->732",
26566
- "default.handlebars->45->2895"
26567
+ "default.handlebars->45->2897"
26568
]
26569
},
26570
{
@@ -26589,7 +26590,7 @@
26590
"zh-cht": "錯誤,無法更改為常用密碼。",
26591
"xloc": [
26592
"default-mobile.handlebars->11->731",
26592
- "default.handlebars->45->2894"
26593
+ "default.handlebars->45->2896"
26594
]
26595
},
26596
{
@@ -26615,7 +26616,7 @@
26616
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
26617
"xloc": [
26618
"default-mobile.handlebars->11->730",
26618
- "default.handlebars->45->2893"
26619
+ "default.handlebars->45->2895"
26620
]
26621
},
26622
{
@@ -26810,7 +26811,7 @@
26811
"zh-chs": "事件列表输出",
26812
"zh-cht": "事件列表輸出",
26813
"xloc": [
26813
- "default.handlebars->45->2394"
26814
+ "default.handlebars->45->2396"
26815
]
26816
},
26817
{
@@ -27145,7 +27146,7 @@
27146
"zh-chs": "外部",
27147
"zh-cht": "外部",
27148
"xloc": [
27148
- "default.handlebars->45->2962"
27149
+ "default.handlebars->45->2964"
27150
]
27151
},
27152
{
@@ -27170,7 +27171,7 @@
27171
"zh-chs": "FIDO 密钥",
27172
"zh-cht": "FIDO 密鑰",
27173
"xloc": [
27173
- "default.handlebars->45->2848"
27174
+ "default.handlebars->45->2850"
27175
]
27176
},
27177
{
@@ -27296,7 +27297,7 @@
27297
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
27298
"xloc": [
27299
"default-mobile.handlebars->11->726",
27299
- "default.handlebars->45->2889"
27300
+ "default.handlebars->45->2891"
27301
]
27302
},
27303
{
@@ -27370,7 +27371,7 @@
27371
"zh-chs": "本地用户拒绝后无法启动远程桌面",
27372
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
27373
"xloc": [
27373
- "default.handlebars->45->2245"
27374
+ "default.handlebars->45->2247"
27375
]
27376
},
27377
{
@@ -27417,7 +27418,7 @@
27418
"zh-chs": "本地用户拒绝后无法启动远程文件",
27419
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
27420
"xloc": [
27420
- "default.handlebars->45->2252"
27421
+ "default.handlebars->45->2254"
27422
]
27423
},
27424
{
@@ -27545,8 +27546,8 @@
27546
"zh-cht": "功能",
27547
"xloc": [
27548
"default.handlebars->45->1889",
27548
- "default.handlebars->45->2538",
27549
- "default.handlebars->45->2626"
27549
+ "default.handlebars->45->2540",
27550
+ "default.handlebars->45->2628"
27551
]
27552
},
27553
{
@@ -27623,6 +27624,7 @@
27624
"xloc": [
27625
"default-mobile.handlebars->11->487",
27626
"default.handlebars->45->1380",
27627
+ "default.handlebars->45->2203",
27628
"default.handlebars->45->754",
27629
"sharing.handlebars->11->66"
27630
]
@@ -27724,7 +27726,7 @@
27726
"zh-chs": "文件传输",
27727
"zh-cht": "文件傳輸",
27728
"xloc": [
27727
- "default.handlebars->45->2762"
27729
+ "default.handlebars->45->2764"
27730
]
27731
},
27732
{
@@ -27779,10 +27781,10 @@
27781
"default.handlebars->45->1066",
27782
"default.handlebars->45->1942",
27783
"default.handlebars->45->2020",
27782
- "default.handlebars->45->2769",
27783
- "default.handlebars->45->2828",
27784
- "default.handlebars->45->2859",
27785
- "default.handlebars->45->2950",
27784
+ "default.handlebars->45->2771",
27785
+ "default.handlebars->45->2830",
27786
+ "default.handlebars->45->2861",
27787
+ "default.handlebars->45->2952",
27788
"default.handlebars->45->415",
27789
"default.handlebars->45->981",
27790
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -27838,8 +27840,8 @@
27840
"zh-cht": "檔案通知",
27841
"xloc": [
27842
"default.handlebars->45->1897",
27841
- "default.handlebars->45->2546",
27842
- "default.handlebars->45->2648",
27843
+ "default.handlebars->45->2548",
27844
+ "default.handlebars->45->2650",
27845
"default.handlebars->45->863"
27846
]
27847
},
@@ -27866,8 +27868,8 @@
27868
"zh-cht": "檔案提示",
27869
"xloc": [
27870
"default.handlebars->45->1896",
27869
- "default.handlebars->45->2545",
27870
- "default.handlebars->45->2647",
27871
+ "default.handlebars->45->2547",
27872
+ "default.handlebars->45->2649",
27873
"default.handlebars->45->862"
27874
]
27875
},
@@ -28000,7 +28002,7 @@
28002
"zh-chs": "已完成录制会话 \\\"{0}\\\",{1} 秒",
28003
"zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒",
28004
"xloc": [
28003
- "default.handlebars->45->2357"
28005
+ "default.handlebars->45->2359"
28006
]
28007
},
28008
{
@@ -28025,7 +28027,7 @@
28027
"zh-chs": "录制会话已完成,{0}秒",
28028
"zh-cht": "錄製會話已完成,{0}秒",
28029
"xloc": [
28028
- "default.handlebars->45->2218"
28030
+ "default.handlebars->45->2220"
28031
]
28032
},
28033
{
@@ -28159,7 +28161,7 @@
28161
"zh-chs": "标志",
28162
"zh-cht": "標誌",
28163
"xloc": [
28162
- "default.handlebars->45->2367"
28164
+ "default.handlebars->45->2369"
28165
]
28166
},
28167
{
@@ -28462,8 +28464,8 @@
28464
"zh-chs": "下次登录时强制重置密码。",
28465
"zh-cht": "下次登入時強制重置密碼。",
28466
"xloc": [
28465
- "default.handlebars->45->2480",
28466
- "default.handlebars->45->2708"
28467
+ "default.handlebars->45->2482",
28468
+ "default.handlebars->45->2710"
28469
]
28470
},
28471
{
@@ -28488,7 +28490,7 @@
28490
"zh-chs": "强行断开用户 {0} 的桌面会话",
28491
"zh-cht": "強行斷開用戶 {0} 的桌面會話",
28492
"xloc": [
28491
- "default.handlebars->45->2345"
28493
+ "default.handlebars->45->2347"
28494
]
28495
},
28496
{
@@ -28513,7 +28515,7 @@
28515
"zh-chs": "强制断开用户 {0} 的文件会话",
28516
"zh-cht": "強制斷開用戶 {0} 的文件會話",
28517
"xloc": [
28516
- "default.handlebars->45->2347"
28518
+ "default.handlebars->45->2349"
28519
]
28520
},
28521
{
@@ -28538,7 +28540,7 @@
28540
"zh-chs": "强制断开用户 {0} 的路由会话",
28541
"zh-cht": "強制斷開用戶 {0} 的路由會話",
28542
"xloc": [
28541
- "default.handlebars->45->2348"
28543
+ "default.handlebars->45->2350"
28544
]
28545
},
28546
{
@@ -28563,7 +28565,7 @@
28565
"zh-chs": "强制断开用户 {0} 的终端会话",
28566
"zh-cht": "強制斷開用戶 {0} 的終端會話",
28567
"xloc": [
28566
- "default.handlebars->45->2346"
28568
+ "default.handlebars->45->2348"
28569
]
28570
},
28571
{
@@ -28666,7 +28668,7 @@
28668
"zh-chs": "格式化",
28669
"zh-cht": "格式化",
28670
"xloc": [
28669
- "default.handlebars->45->2385"
28671
+ "default.handlebars->45->2387"
28672
]
28673
},
28674
{
@@ -28740,8 +28742,8 @@
28742
"zh-chs": "自由",
28743
"zh-cht": "自由",
28744
"xloc": [
28743
- "default.handlebars->45->2908",
28744
- "default.handlebars->45->2910"
28745
+ "default.handlebars->45->2910",
28746
+ "default.handlebars->45->2912"
28747
]
28748
},
28749
{
@@ -29023,7 +29025,7 @@
29025
"default-mobile.handlebars->11->677",
29026
"default.handlebars->45->1831",
29027
"default.handlebars->45->2044",
29026
- "default.handlebars->45->2492"
29028
+ "default.handlebars->45->2494"
29029
]
29030
},
29031
{
@@ -29198,7 +29200,7 @@
29200
"zh-chs": "完整管理员",
29201
"zh-cht": "完整管理員",
29202
"xloc": [
29201
- "default.handlebars->45->2596"
29203
+ "default.handlebars->45->2598"
29204
]
29205
},
29206
{
@@ -29506,7 +29508,7 @@
29508
"zh-chs": "生成报告",
29509
"zh-cht": "生成報告",
29510
"xloc": [
29509
- "default.handlebars->45->2809"
29511
+ "default.handlebars->45->2811"
29512
]
29513
},
29514
{
@@ -29807,7 +29809,7 @@
29809
"zh-chs": "正在获取剪贴板内容,{0}个字节",
29810
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
29811
"xloc": [
29810
- "default.handlebars->45->2232"
29812
+ "default.handlebars->45->2234"
29813
]
29814
},
29815
{
@@ -30092,7 +30094,7 @@
30094
"zh-cht": "群",
30095
"xloc": [
30096
"default-mobile.handlebars->11->271",
30095
- "default.handlebars->45->2825",
30097
+ "default.handlebars->45->2827",
30098
"default.handlebars->45->789",
30099
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
30100
]
@@ -30119,8 +30121,8 @@
30121
"zh-chs": "集体指令",
30122
"zh-cht": "集體指令",
30123
"xloc": [
30122
- "default.handlebars->45->2434",
30123
- "default.handlebars->45->2516",
30124
+ "default.handlebars->45->2436",
30125
+ "default.handlebars->45->2518",
30126
"default.handlebars->45->661",
30127
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
30128
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -30149,7 +30151,7 @@
30151
"zh-chs": "通过...分组",
30152
"zh-cht": "通過...分群",
30153
"xloc": [
30152
- "default.handlebars->45->2381"
30154
+ "default.handlebars->45->2383"
30155
]
30156
},
30157
{
@@ -30175,7 +30177,7 @@
30177
"zh-cht": "群標識符",
30178
"xloc": [
30179
"agent-translations.json",
30178
- "default.handlebars->45->2533"
30180
+ "default.handlebars->45->2535"
30181
]
30182
},
30183
{
@@ -30200,7 +30202,7 @@
30202
"zh-chs": "群组成员",
30203
"zh-cht": "群組成員",
30204
"xloc": [
30203
- "default.handlebars->45->2557"
30205
+ "default.handlebars->45->2559"
30206
]
30207
},
30208
{
@@ -30250,8 +30252,8 @@
30252
"zh-chs": "通过...分组",
30253
"zh-cht": "通過...分群",
30254
"xloc": [
30253
- "default.handlebars->45->2795",
30254
- "default.handlebars->45->2798"
30255
+ "default.handlebars->45->2797",
30256
+ "default.handlebars->45->2800"
30257
]
30258
},
30259
{
@@ -30276,7 +30278,7 @@
30278
"zh-chs": "团队名字",
30279
"zh-cht": "團隊名字",
30280
"xloc": [
30279
- "default.handlebars->45->2365"
30281
+ "default.handlebars->45->2367"
30282
]
30283
},
30284
{
@@ -30426,7 +30428,7 @@
30428
"zh-chs": "来宾",
30429
"zh-cht": "來賓",
30430
"xloc": [
30429
- "default.handlebars->45->2815"
30431
+ "default.handlebars->45->2817"
30432
]
30433
},
30434
{
@@ -30553,7 +30555,7 @@
30555
"zh-chs": "HTTP",
30556
"zh-cht": "HTTP",
30557
"xloc": [
30556
- "default.handlebars->45->2946",
30558
+ "default.handlebars->45->2948",
30559
"default.handlebars->45->392",
30560
"default.handlebars->45->931"
30561
]
@@ -30831,7 +30833,7 @@
30833
"zh-chs": "硬件一次性密码",
30834
"zh-cht": "硬件一次性密碼",
30835
"xloc": [
30834
- "default.handlebars->45->2850"
30836
+ "default.handlebars->45->2852"
30837
]
30838
},
30839
{
@@ -30856,7 +30858,7 @@
30858
"zh-chs": "堆总数",
30859
"zh-cht": "堆總數",
30860
"xloc": [
30859
- "default.handlebars->45->2964"
30861
+ "default.handlebars->45->2966"
30862
]
30863
},
30864
{
@@ -30881,7 +30883,7 @@
30883
"zh-chs": "堆使用",
30884
"zh-cht": "堆使用",
30885
"xloc": [
30884
- "default.handlebars->45->2963"
30886
+ "default.handlebars->45->2965"
30887
]
30888
},
30889
{
@@ -31004,7 +31006,7 @@
31006
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
31007
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
31008
"xloc": [
31007
- "default.handlebars->45->2309"
31009
+ "default.handlebars->45->2311"
31010
]
31011
},
31012
{
@@ -31365,7 +31367,7 @@
31367
"zh-cht": "保存{0}項目{1}給{2}",
31368
"xloc": [
31369
"default-mobile.handlebars->11->160",
31368
- "default.handlebars->45->2205"
31370
+ "default.handlebars->45->2207"
31371
]
31372
},
31373
{
@@ -31528,8 +31530,8 @@
31530
"zh-chs": "IP地址",
31531
"zh-cht": "IP地址",
31532
"xloc": [
31531
- "default.handlebars->45->2820",
31532
- "default.handlebars->45->2855"
31533
+ "default.handlebars->45->2822",
31534
+ "default.handlebars->45->2857"
31535
]
31536
},
31537
{
@@ -32620,8 +32622,8 @@
32622
"zh-chs": "第二个因素不正确",
32623
"zh-cht": "第二個因素不正確",
32624
"xloc": [
32623
- "default.handlebars->45->2843",
32624
- "default.handlebars->45->2863"
32625
+ "default.handlebars->45->2845",
32626
+ "default.handlebars->45->2865"
32627
]
32628
},
32629
{
@@ -33098,7 +33100,7 @@
33100
"zh-chs": "英特尔AMT",
33101
"zh-cht": "英特爾AMT",
33102
"xloc": [
33101
- "default.handlebars->45->2960"
33103
+ "default.handlebars->45->2962"
33104
]
33105
},
33106
{
@@ -33198,7 +33200,7 @@
33200
"zh-chs": "英特尔 AMT 经理",
33201
"zh-cht": "英特爾 AMT 經理",
33202
"xloc": [
33201
- "default.handlebars->45->2989"
33203
+ "default.handlebars->45->2991"
33204
]
33205
},
33206
{
@@ -33281,7 +33283,7 @@
33283
"default.handlebars->45->1918",
33284
"default.handlebars->45->2145",
33285
"default.handlebars->45->2158",
33284
- "default.handlebars->45->2988",
33286
+ "default.handlebars->45->2990",
33287
"default.handlebars->45->764",
33288
"default.handlebars->45->831",
33289
"default.handlebars->45->870",
@@ -33644,8 +33646,8 @@
33646
"zh-chs": "英特尔®AMT重定向",
33647
"zh-cht": "Intel® AMT重定向",
33648
"xloc": [
33647
- "default.handlebars->45->2764",
33648
- "default.handlebars->45->2771",
33649
+ "default.handlebars->45->2766",
33650
+ "default.handlebars->45->2773",
33651
"player.handlebars->3->30"
33652
]
33653
},
@@ -33722,8 +33724,8 @@
33724
"zh-chs": "英特尔®AMT WSMAN",
33725
"zh-cht": "Intle® AMT WSMAN",
33726
"xloc": [
33725
- "default.handlebars->45->2763",
33726
- "default.handlebars->45->2770",
33727
+ "default.handlebars->45->2765",
33728
+ "default.handlebars->45->2772",
33729
"player.handlebars->3->29"
33730
]
33731
},
@@ -34329,7 +34331,7 @@
34331
"zh-chs": "英特尔(r) AMT 政策变更",
34332
"zh-cht": "英特爾(r) AMT 政策變更",
34333
"xloc": [
34332
- "default.handlebars->45->2352"
34334
+ "default.handlebars->45->2354"
34335
]
34336
},
34337
{
@@ -34726,7 +34728,7 @@
34728
"zh-chs": "无效的设备组类型",
34729
"zh-cht": "無效的裝置群類型",
34730
"xloc": [
34729
- "default.handlebars->45->2922"
34731
+ "default.handlebars->45->2924"
34732
]
34733
},
34734
{
@@ -34751,7 +34753,7 @@
34753
"zh-chs": "无效的JSON",
34754
"zh-cht": "無效的JSON",
34755
"xloc": [
34754
- "default.handlebars->45->2916"
34756
+ "default.handlebars->45->2918"
34757
]
34758
},
34759
{
@@ -34777,8 +34779,8 @@
34779
"zh-cht": "無效的JSON檔案格式。",
34780
"xloc": [
34781
"default.handlebars->45->1968",
34780
- "default.handlebars->45->2454",
34781
- "default.handlebars->45->2456"
34782
+ "default.handlebars->45->2456",
34783
+ "default.handlebars->45->2458"
34784
]
34785
},
34786
{
@@ -34804,7 +34806,7 @@
34806
"zh-cht": "無效的JSON檔案:{0}。",
34807
"xloc": [
34808
"default.handlebars->45->1964",
34807
- "default.handlebars->45->2452"
34809
+ "default.handlebars->45->2454"
34810
]
34811
},
34812
{
@@ -34929,7 +34931,7 @@
34931
"zh-chs": "无效的PKCS签名",
34932
"zh-cht": "無效的PKCS簽名",
34933
"xloc": [
34932
- "default.handlebars->45->2914"
34934
+ "default.handlebars->45->2916"
34935
]
34936
},
34937
{
@@ -34954,7 +34956,7 @@
34956
"zh-chs": "無效的RSA密碼",
34957
"zh-cht": "無效的RSA密碼",
34958
"xloc": [
34957
- "default.handlebars->45->2915"
34959
+ "default.handlebars->45->2917"
34960
]
34961
},
34962
{
@@ -34980,7 +34982,7 @@
34982
"zh-cht": "短信無效",
34983
"xloc": [
34984
"default-mobile.handlebars->11->738",
34983
- "default.handlebars->45->2901"
34985
+ "default.handlebars->45->2903"
34986
]
34987
},
34988
{
@@ -35058,7 +35060,7 @@
35060
"zh-cht": "無效域",
35061
"xloc": [
35062
"default-mobile.handlebars->11->718",
35061
- "default.handlebars->45->2881"
35063
+ "default.handlebars->45->2883"
35064
]
35065
},
35066
{
@@ -35106,7 +35108,7 @@
35108
"zh-cht": "不合規電郵",
35109
"xloc": [
35110
"default-mobile.handlebars->11->717",
35109
- "default.handlebars->45->2880"
35111
+ "default.handlebars->45->2882"
35112
]
35113
},
35114
{
@@ -35209,8 +35211,8 @@
35211
"zh-chs": "无效的登录尝试",
35212
"zh-cht": "無效的登錄嘗試",
35213
"xloc": [
35212
- "default.handlebars->45->2845",
35213
- "default.handlebars->45->2865"
35214
+ "default.handlebars->45->2847",
35215
+ "default.handlebars->45->2867"
35216
]
35217
},
35218
{
@@ -35237,7 +35239,7 @@
35239
"xloc": [
35240
"default-mobile.handlebars->11->716",
35241
"default-mobile.handlebars->11->85",
35240
- "default.handlebars->45->2879",
35242
+ "default.handlebars->45->2881",
35243
"default.handlebars->45->310"
35244
]
35245
},
@@ -35273,7 +35275,7 @@
35275
"zh-cht": "無效的網站權限",
35276
"xloc": [
35277
"default-mobile.handlebars->11->719",
35276
- "default.handlebars->45->2882"
35278
+ "default.handlebars->45->2884"
35279
]
35280
},
35281
{
@@ -35325,7 +35327,7 @@
35327
"zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
35328
"zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效",
35329
"xloc": [
35328
- "default.handlebars->45->2321"
35330
+ "default.handlebars->45->2323"
35331
]
35332
},
35333
{
@@ -35351,7 +35353,7 @@
35353
"zh-cht": "無效的用戶名",
35354
"xloc": [
35355
"default-mobile.handlebars->11->715",
35354
- "default.handlebars->45->2878"
35356
+ "default.handlebars->45->2880"
35357
]
35358
},
35359
{
@@ -35398,7 +35400,7 @@
35400
"zh-chs": "使电邮无效",
35401
"zh-cht": "使電郵無效",
35402
"xloc": [
35401
- "default.handlebars->45->2428"
35403
+ "default.handlebars->45->2430"
35404
]
35405
},
35406
{
@@ -35578,7 +35580,7 @@
35580
"default.handlebars->45->2127",
35581
"default.handlebars->45->2129",
35582
"default.handlebars->45->2134",
35581
- "default.handlebars->45->2876"
35583
+ "default.handlebars->45->2878"
35584
]
35585
},
35586
{
@@ -35603,7 +35605,7 @@
35605
"zh-chs": "邀请代码",
35606
"zh-cht": "邀請代碼",
35607
"xloc": [
35606
- "default.handlebars->45->2370"
35608
+ "default.handlebars->45->2372"
35609
]
35610
},
35611
{
@@ -35729,7 +35731,7 @@
35731
"zh-chs": "是 \\\"{0}\\\" 的中继。",
35732
"zh-cht": "是 \\\"{0}\\\" 的中繼。",
35733
"xloc": [
35732
- "default.handlebars->45->2364"
35734
+ "default.handlebars->45->2366"
35735
]
35736
},
35737
{
@@ -35826,7 +35828,7 @@
35828
"zh-chs": "JSON",
35829
"zh-cht": "JSON",
35830
"xloc": [
35829
- "default.handlebars->45->2387"
35831
+ "default.handlebars->45->2389"
35832
]
35833
},
35834
{
@@ -35851,8 +35853,8 @@
35853
"zh-chs": "JSON格式",
35854
"zh-cht": "JSON格式",
35855
"xloc": [
35854
- "default.handlebars->45->2392",
35855
- "default.handlebars->45->2460",
35856
+ "default.handlebars->45->2394",
35857
+ "default.handlebars->45->2462",
35858
"default.handlebars->45->707"
35859
]
35860
},
@@ -35903,7 +35905,7 @@
35905
"zh-chs": "已加入桌面Multiplex会话",
35906
"zh-cht": "已加入桌面Multiplex會話",
35907
"xloc": [
35906
- "default.handlebars->45->2215"
35908
+ "default.handlebars->45->2217"
35909
]
35910
},
35911
{
@@ -35928,7 +35930,7 @@
35930
"zh-chs": "已加入桌面多路复用会话 \\\"{0}\\\"",
35931
"zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"",
35932
"xloc": [
35931
- "default.handlebars->45->2354"
35933
+ "default.handlebars->45->2356"
35934
]
35935
},
35936
{
@@ -36305,7 +36307,7 @@
36307
"zh-chs": "杀死进程{0}",
36308
"zh-cht": "殺死進程{0}",
36309
"xloc": [
36308
- "default.handlebars->45->2230"
36310
+ "default.handlebars->45->2232"
36311
]
36312
},
36313
{
@@ -36739,7 +36741,7 @@
36741
"zh-chs": "过去30天",
36742
"zh-cht": "過去30天",
36743
"xloc": [
36742
- "default.handlebars->45->2803",
36744
+ "default.handlebars->45->2805",
36745
"default.handlebars->container->column_l->p40->3->1->p40time->9"
36746
]
36747
},
@@ -36820,7 +36822,7 @@
36822
"zh-chs": "过去 7 天",
36823
"zh-cht": "過去 7 天",
36824
"xloc": [
36823
- "default.handlebars->45->2802"
36825
+ "default.handlebars->45->2804"
36826
]
36827
},
36828
{
@@ -36870,7 +36872,7 @@
36872
"zh-chs": "最后访问",
36873
"zh-cht": "最後訪問",
36874
"xloc": [
36873
- "default.handlebars->45->2400"
36875
+ "default.handlebars->45->2402"
36876
]
36877
},
36878
{
@@ -36895,7 +36897,7 @@
36897
"zh-chs": "最后一天",
36898
"zh-cht": "最後一天",
36899
"xloc": [
36898
- "default.handlebars->45->2801"
36900
+ "default.handlebars->45->2803"
36901
]
36902
},
36903
{
@@ -36920,7 +36922,7 @@
36922
"zh-chs": "上次登录",
36923
"zh-cht": "上次登入",
36924
"xloc": [
36923
- "default.handlebars->45->2630"
36925
+ "default.handlebars->45->2632"
36926
]
36927
},
36928
{
@@ -36972,7 +36974,7 @@
36974
"zh-chs": "上次访问:{0}",
36975
"zh-cht": "上次訪問:{0}",
36976
"xloc": [
36975
- "default.handlebars->45->2410"
36977
+ "default.handlebars->45->2412"
36978
]
36979
},
36980
{
@@ -37059,7 +37061,7 @@
37061
"zh-chs": "上次更改:{0}",
37062
"zh-cht": "上次更改:{0}",
37063
"xloc": [
37062
- "default.handlebars->45->2634"
37064
+ "default.handlebars->45->2636"
37065
]
37066
},
37067
{
@@ -37134,7 +37136,7 @@
37136
"zh-chs": "上次登录:{0}",
37137
"zh-cht": "上次登入:{0}",
37138
"xloc": [
37137
- "default.handlebars->45->2411"
37139
+ "default.handlebars->45->2413"
37140
]
37141
},
37142
{
@@ -37454,7 +37456,7 @@
37456
"zh-chs": "如没有请留空。",
37457
"zh-cht": "如沒有請留空。",
37458
"xloc": [
37457
- "default.handlebars->45->2680"
37459
+ "default.handlebars->45->2682"
37460
]
37461
},
37462
{
@@ -37505,7 +37507,7 @@
37507
"zh-chs": "{0} 秒后离开 Web-RDP 会话 \\\"{1}\\\"。",
37508
"zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。",
37509
"xloc": [
37508
- "default.handlebars->45->2336"
37510
+ "default.handlebars->45->2338"
37511
]
37512
},
37513
{
@@ -37552,7 +37554,7 @@
37554
"zh-chs": "{0} 秒后离开 Web-SFTP 会话 \\\"{1}\\\"。",
37555
"zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。",
37556
"xloc": [
37555
- "default.handlebars->45->2335"
37557
+ "default.handlebars->45->2337"
37558
]
37559
},
37560
{
@@ -37599,7 +37601,7 @@
37601
"zh-chs": "{0} 秒后离开 Web-SSH 会话 \\\"{1}\\\"。",
37602
"zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。",
37603
"xloc": [
37602
- "default.handlebars->45->2334"
37604
+ "default.handlebars->45->2336"
37605
]
37606
},
37607
{
@@ -37646,7 +37648,7 @@
37648
"zh-chs": "{0} 秒后离开 Web-VNC 会话。",
37649
"zh-cht": "{0} 秒後離開 Web-VNC 會話。",
37650
"xloc": [
37649
- "default.handlebars->45->2337"
37651
+ "default.handlebars->45->2339"
37652
]
37653
},
37654
{
@@ -37701,7 +37703,7 @@
37703
"zh-chs": "离开桌面多路复用会话",
37704
"zh-cht": "離開桌面多路復用會話",
37705
"xloc": [
37704
- "default.handlebars->45->2216"
37706
+ "default.handlebars->45->2218"
37707
]
37708
},
37709
{
@@ -37726,7 +37728,7 @@
37728
"zh-chs": "{1} 秒后离开桌面多路复用会话 \\\"{0}\\\"。",
37729
"zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。",
37730
"xloc": [
37729
- "default.handlebars->45->2355"
37731
+ "default.handlebars->45->2357"
37732
]
37733
},
37734
{
@@ -37751,7 +37753,7 @@
37753
"zh-chs": "{0} 秒后离开桌面多路复用会话。",
37754
"zh-cht": "{0} 秒後離開桌面多路復用會話。",
37755
"xloc": [
37754
- "default.handlebars->45->2333"
37756
+ "default.handlebars->45->2335"
37757
]
37758
},
37759
{
@@ -37776,7 +37778,7 @@
37778
"zh-chs": "长度",
37779
"zh-cht": "長度",
37780
"xloc": [
37779
- "default.handlebars->45->2816"
37781
+ "default.handlebars->45->2818"
37782
]
37783
},
37784
{
@@ -38723,8 +38725,8 @@
38725
"default.handlebars->45->1531",
38726
"default.handlebars->45->1857",
38727
"default.handlebars->45->1861",
38726
- "default.handlebars->45->2703",
38727
- "default.handlebars->45->2752"
38728
+ "default.handlebars->45->2705",
38729
+ "default.handlebars->45->2754"
38730
]
38731
},
38732
{
@@ -38948,7 +38950,7 @@
38950
"zh-chs": "本地用户接受的远程终端请求",
38951
"zh-cht": "本地用戶接受的遠程終端請求",
38952
"xloc": [
38951
- "default.handlebars->45->2238"
38953
+ "default.handlebars->45->2240"
38954
]
38955
},
38956
{
@@ -38973,7 +38975,7 @@
38975
"zh-chs": "本地用户拒绝了远程终端请求",
38976
"zh-cht": "本地用戶拒絕了遠程終端請求",
38977
"xloc": [
38976
- "default.handlebars->45->2239"
38978
+ "default.handlebars->45->2241"
38979
]
38980
},
38981
{
@@ -39074,7 +39076,7 @@
39076
"zh-chs": "锁定账户",
39077
"zh-cht": "鎖定賬戶",
39078
"xloc": [
39077
- "default.handlebars->45->2500"
39079
+ "default.handlebars->45->2502"
39080
]
39081
},
39082
{
@@ -39099,7 +39101,7 @@
39101
"zh-chs": "锁定帐户设置",
39102
"zh-cht": "鎖定帳戶設置",
39103
"xloc": [
39102
- "default.handlebars->45->2504"
39104
+ "default.handlebars->45->2506"
39105
]
39106
},
39107
{
@@ -39149,7 +39151,7 @@
39151
"zh-chs": "锁定账户",
39152
"zh-cht": "鎖定賬戶",
39153
"xloc": [
39152
- "default.handlebars->45->2431"
39154
+ "default.handlebars->45->2433"
39155
]
39156
},
39157
{
@@ -39275,7 +39277,7 @@
39277
"zh-chs": "已锁定",
39278
"zh-cht": "已鎖定",
39279
"xloc": [
39278
- "default.handlebars->45->2412"
39280
+ "default.handlebars->45->2414"
39281
]
39282
},
39283
{
@@ -39301,9 +39303,9 @@
39303
"zh-cht": "被鎖定賬戶",
39304
"xloc": [
39305
"default-mobile.handlebars->11->84",
39304
- "default.handlebars->45->2593",
39305
- "default.handlebars->45->2844",
39306
- "default.handlebars->45->2864",
39306
+ "default.handlebars->45->2595",
39307
+ "default.handlebars->45->2846",
39308
+ "default.handlebars->45->2866",
39309
"default.handlebars->45->309"
39310
]
39311
},
@@ -39329,7 +39331,7 @@
39331
"zh-chs": "将远程用户锁定在桌面之外",
39332
"zh-cht": "將遠程用戶鎖定在桌面之外",
39333
"xloc": [
39332
- "default.handlebars->45->2264"
39334
+ "default.handlebars->45->2266"
39335
]
39336
},
39337
{
@@ -39563,7 +39565,7 @@
39565
"zh-chs": "登录令牌",
39566
"zh-cht": "登錄令牌",
39567
"xloc": [
39566
- "default.handlebars->45->2854"
39568
+ "default.handlebars->45->2856"
39569
]
39570
},
39571
{
@@ -40341,7 +40343,7 @@
40343
"zh-chs": "主服务器信息",
40344
"zh-cht": "主伺服器訊息",
40345
"xloc": [
40344
- "default.handlebars->45->2976"
40346
+ "default.handlebars->45->2978"
40347
]
40348
},
40349
{
@@ -40574,7 +40576,7 @@
40576
"zh-chs": "管理录音",
40577
"zh-cht": "管理錄音",
40578
"xloc": [
40577
- "default.handlebars->45->2498"
40579
+ "default.handlebars->45->2500"
40580
]
40581
},
40582
{
@@ -40624,7 +40626,7 @@
40626
"zh-chs": "管理用户组",
40627
"zh-cht": "管理用戶群",
40628
"xloc": [
40627
- "default.handlebars->45->2497"
40629
+ "default.handlebars->45->2499"
40630
]
40631
},
40632
{
@@ -40650,7 +40652,7 @@
40652
"zh-cht": "管理用戶",
40653
"xloc": [
40654
"default.handlebars->45->1028",
40653
- "default.handlebars->45->2496"
40655
+ "default.handlebars->45->2498"
40656
]
40657
},
40658
{
@@ -40882,7 +40884,7 @@
40884
"zh-chs": "经理",
40885
"zh-cht": "經理",
40886
"xloc": [
40885
- "default.handlebars->45->2417"
40887
+ "default.handlebars->45->2419"
40888
]
40889
},
40890
{
@@ -41096,7 +41098,7 @@
41098
"zh-chs": "达到连接数量上限",
41099
"zh-cht": "達到連接數量上限",
41100
"xloc": [
41099
- "default.handlebars->45->2920"
41101
+ "default.handlebars->45->2922"
41102
]
41103
},
41104
{
@@ -41201,8 +41203,8 @@
41203
"zh-chs": "Megabyte",
41204
"zh-cht": "Megabyte",
41205
"xloc": [
41204
- "default.handlebars->45->2961",
41205
- "default.handlebars->45->2966"
41206
+ "default.handlebars->45->2963",
41207
+ "default.handlebars->45->2968"
41208
]
41209
},
41210
{
@@ -41229,7 +41231,7 @@
41231
"xloc": [
41232
"default-mobile.handlebars->11->595",
41233
"default.handlebars->45->1492",
41232
- "default.handlebars->45->2940",
41234
+ "default.handlebars->45->2942",
41235
"default.handlebars->container->column_l->p40->3->1->p40type->3"
41236
]
41237
},
@@ -41468,7 +41470,7 @@
41470
"zh-chs": "MeshAgent流量",
41471
"zh-cht": "MeshAgent流量",
41472
"xloc": [
41471
- "default.handlebars->45->2978"
41473
+ "default.handlebars->45->2980"
41474
]
41475
},
41476
{
@@ -41493,7 +41495,7 @@
41495
"zh-chs": "MeshAgent更新",
41496
"zh-cht": "MeshAgent更新",
41497
"xloc": [
41496
- "default.handlebars->45->2979"
41498
+ "default.handlebars->45->2981"
41499
]
41500
},
41501
{
@@ -41937,7 +41939,7 @@
41939
"zh-chs": "MeshCentral服务器同级化",
41940
"zh-cht": "MeshCentral伺服器同級化",
41941
"xloc": [
41940
- "default.handlebars->45->2977"
41942
+ "default.handlebars->45->2979"
41943
]
41944
},
41945
{
@@ -42358,7 +42360,7 @@
42360
"zh-cht": "訊息",
42361
"xloc": [
42362
"default.handlebars->45->1150",
42361
- "default.handlebars->45->2822",
42363
+ "default.handlebars->45->2824",
42364
"default.handlebars->45->514",
42365
"default.handlebars->45->907"
42366
]
@@ -42410,7 +42412,7 @@
42412
"zh-chs": "消息调度器",
42413
"zh-cht": "電郵調度器",
42414
"xloc": [
42413
- "default.handlebars->45->2975"
42415
+ "default.handlebars->45->2977"
42416
]
42417
},
42418
{
@@ -42485,8 +42487,8 @@
42487
"zh-chs": "信使",
42488
"zh-cht": "信使",
42489
"xloc": [
42488
- "default.handlebars->45->2765",
42489
- "default.handlebars->45->2831"
42490
+ "default.handlebars->45->2767",
42491
+ "default.handlebars->45->2833"
42492
]
42493
},
42494
{
@@ -42866,7 +42868,7 @@
42868
"zh-chs": "移动:“{0}”到“{1}”",
42869
"zh-cht": "移動:“{0}”到“{1}”",
42870
"xloc": [
42869
- "default.handlebars->45->2263"
42871
+ "default.handlebars->45->2265"
42872
]
42873
},
42874
{
@@ -42891,7 +42893,7 @@
42893
"zh-chs": "将设备{0}移动到组{1}",
42894
"zh-cht": "將設備{0}移動到組{1}",
42895
"xloc": [
42894
- "default.handlebars->45->2296"
42896
+ "default.handlebars->45->2298"
42897
]
42898
},
42899
{
@@ -42989,7 +42991,7 @@
42991
"zh-chs": "多路复用器",
42992
"zh-cht": "多工器",
42993
"xloc": [
42992
- "default.handlebars->45->2783"
42994
+ "default.handlebars->45->2785"
42995
]
42996
},
42997
{
@@ -43573,12 +43575,12 @@
43575
"default.handlebars->45->1840",
43576
"default.handlebars->45->1872",
43577
"default.handlebars->45->2006",
43576
- "default.handlebars->45->2398",
43577
- "default.handlebars->45->2507",
43578
- "default.handlebars->45->2523",
43579
- "default.handlebars->45->2530",
43580
- "default.handlebars->45->2580",
43581
- "default.handlebars->45->2599",
43578
+ "default.handlebars->45->2400",
43579
+ "default.handlebars->45->2509",
43580
+ "default.handlebars->45->2525",
43581
+ "default.handlebars->45->2532",
43582
+ "default.handlebars->45->2582",
43583
+ "default.handlebars->45->2601",
43584
"default.handlebars->45->314",
43585
"default.handlebars->45->787",
43586
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -43633,7 +43635,7 @@
43635
"zh-chs": "名称1,名称2,名称3",
43636
"zh-cht": "名稱1,名稱2,名稱3",
43637
"xloc": [
43636
- "default.handlebars->45->2488"
43638
+ "default.handlebars->45->2490"
43639
]
43640
},
43641
{
@@ -43834,7 +43836,7 @@
43836
"zh-chs": "生成新的2FA备份代码",
43837
"zh-cht": "生成新的2FA備份代碼",
43838
"xloc": [
43837
- "default.handlebars->45->2303"
43839
+ "default.handlebars->45->2305"
43840
]
43841
},
43842
{
@@ -43860,7 +43862,7 @@
43862
"zh-cht": "新賬戶",
43863
"xloc": [
43864
"default-mobile.handlebars->11->708",
43863
- "default.handlebars->45->2871"
43865
+ "default.handlebars->45->2873"
43866
]
43867
},
43868
{
@@ -44269,7 +44271,7 @@
44271
"zh-chs": "无座席控制台",
44272
"zh-cht": "無代理控制台",
44273
"xloc": [
44272
- "default.handlebars->45->2689"
44274
+ "default.handlebars->45->2691"
44275
]
44276
},
44277
{
@@ -44294,7 +44296,7 @@
44296
"zh-chs": "没有控制台",
44297
"zh-cht": "沒有控制台",
44298
"xloc": [
44297
- "default.handlebars->45->2620"
44299
+ "default.handlebars->45->2622"
44300
]
44301
},
44302
{
@@ -44350,7 +44352,7 @@
44352
"default.handlebars->45->1013",
44353
"default.handlebars->45->1035",
44354
"default.handlebars->45->2092",
44353
- "default.handlebars->45->2616"
44355
+ "default.handlebars->45->2618"
44356
]
44357
},
44358
{
@@ -44376,7 +44378,7 @@
44378
"zh-cht": "不能訪問桌面",
44379
"xloc": [
44380
"default.handlebars->45->2052",
44379
- "default.handlebars->45->2685"
44381
+ "default.handlebars->45->2687"
44382
]
44383
},
44384
{
@@ -44424,8 +44426,8 @@
44426
"zh-cht": "找不到事件",
44427
"xloc": [
44428
"default.handlebars->45->1411",
44427
- "default.handlebars->45->2374",
44428
- "default.handlebars->45->2751"
44429
+ "default.handlebars->45->2376",
44430
+ "default.handlebars->45->2753"
44431
]
44432
},
44433
{
@@ -44452,7 +44454,7 @@
44454
"xloc": [
44455
"default-mobile.handlebars->11->665",
44456
"default.handlebars->45->2054",
44455
- "default.handlebars->45->2688"
44457
+ "default.handlebars->45->2690"
44458
]
44459
},
44460
{
@@ -44481,7 +44483,7 @@
44483
"default.handlebars->45->1010",
44484
"default.handlebars->45->1032",
44485
"default.handlebars->45->2094",
44484
- "default.handlebars->45->2619"
44486
+ "default.handlebars->45->2621"
44487
]
44488
},
44489
{
@@ -44657,7 +44659,7 @@
44659
"zh-chs": "没有成员",
44660
"zh-cht": "沒有成員",
44661
"xloc": [
44660
- "default.handlebars->45->2560"
44662
+ "default.handlebars->45->2562"
44663
]
44664
},
44665
{
@@ -44682,7 +44684,7 @@
44684
"zh-chs": "没有新的设备组",
44685
"zh-cht": "沒有新的裝置群",
44686
"xloc": [
44685
- "default.handlebars->45->2501"
44687
+ "default.handlebars->45->2503"
44688
]
44689
},
44690
{
@@ -44707,7 +44709,7 @@
44709
"zh-chs": "没有新设备",
44710
"zh-cht": "沒有新設備",
44711
"xloc": [
44710
- "default.handlebars->45->2502"
44712
+ "default.handlebars->45->2504"
44713
]
44714
},
44715
{
@@ -44780,8 +44782,8 @@
44782
"zh-chs": "没有遥控器",
44783
"zh-cht": "沒有遙控器",
44784
"xloc": [
44783
- "default.handlebars->45->2622",
44784
- "default.handlebars->45->2691"
44785
+ "default.handlebars->45->2624",
44786
+ "default.handlebars->45->2693"
44787
]
44788
},
44789
{
@@ -44806,8 +44808,8 @@
44808
"zh-chs": "没有遥控器",
44809
"zh-cht": "沒有遙控器",
44810
"xloc": [
44809
- "default.handlebars->45->2615",
44810
- "default.handlebars->45->2684"
44811
+ "default.handlebars->45->2617",
44812
+ "default.handlebars->45->2686"
44813
]
44814
},
44815
{
@@ -44832,8 +44834,8 @@
44834
"zh-chs": "无重置/关闭",
44835
"zh-cht": "無重置/關閉",
44836
"xloc": [
44835
- "default.handlebars->45->2624",
44836
- "default.handlebars->45->2693"
44837
+ "default.handlebars->45->2626",
44838
+ "default.handlebars->45->2695"
44839
]
44840
},
44841
{
@@ -44942,7 +44944,7 @@
44944
"default.handlebars->45->1009",
44945
"default.handlebars->45->1031",
44946
"default.handlebars->45->2093",
44945
- "default.handlebars->45->2618"
44947
+ "default.handlebars->45->2620"
44948
]
44949
},
44950
{
@@ -44969,7 +44971,7 @@
44971
"xloc": [
44972
"default-mobile.handlebars->11->664",
44973
"default.handlebars->45->2053",
44972
- "default.handlebars->45->2687"
44974
+ "default.handlebars->45->2689"
44975
]
44976
},
44977
{
@@ -44994,7 +44996,7 @@
44996
"zh-chs": "没有工具(MeshCmd /路由器)",
44997
"zh-cht": "沒有工具(MeshCmd /路由器)",
44998
"xloc": [
44997
- "default.handlebars->45->2503"
44999
+ "default.handlebars->45->2505"
45000
]
45001
},
45002
{
@@ -45019,8 +45021,8 @@
45021
"zh-chs": "无卸载",
45022
"zh-cht": "無卸載",
45023
"xloc": [
45022
- "default.handlebars->45->2621",
45023
- "default.handlebars->45->2690"
45024
+ "default.handlebars->45->2623",
45025
+ "default.handlebars->45->2692"
45026
]
45027
},
45028
{
@@ -45045,8 +45047,8 @@
45047
"zh-chs": "没有唤醒",
45048
"zh-cht": "沒有喚醒",
45049
"xloc": [
45048
- "default.handlebars->45->2623",
45049
- "default.handlebars->45->2692"
45050
+ "default.handlebars->45->2625",
45051
+ "default.handlebars->45->2694"
45052
]
45053
},
45054
{
@@ -45172,8 +45174,8 @@
45174
"zh-chs": "没有共同的设备组",
45175
"zh-cht": "沒有共同的裝置群",
45176
"xloc": [
45175
- "default.handlebars->45->2566",
45176
- "default.handlebars->45->2719"
45177
+ "default.handlebars->45->2568",
45178
+ "default.handlebars->45->2721"
45179
]
45180
},
45181
{
@@ -45323,8 +45325,8 @@
45325
"zh-chs": "没有共同的设备",
45326
"zh-cht": "沒有共同的裝置",
45327
"xloc": [
45326
- "default.handlebars->45->2572",
45327
- "default.handlebars->45->2731"
45328
+ "default.handlebars->45->2574",
45329
+ "default.handlebars->45->2733"
45330
]
45331
},
45332
{
@@ -45503,7 +45505,7 @@
45505
"zh-chs": "找不到群组。",
45506
"zh-cht": "找不到群組。",
45507
"xloc": [
45506
- "default.handlebars->45->2506"
45508
+ "default.handlebars->45->2508"
45509
]
45510
},
45511
{
@@ -45706,7 +45708,7 @@
45708
"zh-chs": "不再是“{0}”的中继。",
45709
"zh-cht": "不再是“{0}”的中繼。",
45710
"xloc": [
45709
- "default.handlebars->45->2363"
45711
+ "default.handlebars->45->2365"
45712
]
45713
},
45714
{
@@ -45782,7 +45784,7 @@
45784
"zh-cht": "沒有此用戶的電話號碼",
45785
"xloc": [
45786
"default-mobile.handlebars->11->739",
45785
- "default.handlebars->45->2902"
45787
+ "default.handlebars->45->2904"
45788
]
45789
},
45790
{
@@ -45832,7 +45834,7 @@
45834
"zh-chs": "没有录音。",
45835
"zh-cht": "沒有錄音。",
45836
"xloc": [
45835
- "default.handlebars->45->2753"
45837
+ "default.handlebars->45->2755"
45838
]
45839
},
45840
{
@@ -45905,7 +45907,7 @@
45907
"zh-chs": "没有服务器权限",
45908
"zh-cht": "沒有伺服器權限",
45909
"xloc": [
45908
- "default.handlebars->45->2594"
45910
+ "default.handlebars->45->2596"
45911
]
45912
},
45913
{
@@ -45952,7 +45954,7 @@
45954
"zh-chs": "没有用户组成员身份",
45955
"zh-cht": "沒有用戶群成員身份",
45956
"xloc": [
45955
- "default.handlebars->45->2725"
45957
+ "default.handlebars->45->2727"
45958
]
45959
},
45960
{
@@ -45978,7 +45980,7 @@
45980
"zh-cht": "沒有用戶管理權限",
45981
"xloc": [
45982
"default-mobile.handlebars->11->737",
45981
- "default.handlebars->45->2900"
45983
+ "default.handlebars->45->2902"
45984
]
45985
},
45986
{
@@ -46003,7 +46005,7 @@
46005
"zh-chs": "未找到相应的用户。",
46006
"zh-cht": "未找到相應的用戶。",
46007
"xloc": [
46006
- "default.handlebars->45->2406"
46008
+ "default.handlebars->45->2408"
46009
]
46010
},
46011
{
@@ -46150,18 +46152,18 @@
46152
"default.handlebars->45->2152",
46153
"default.handlebars->45->2177",
46154
"default.handlebars->45->2182",
46153
- "default.handlebars->45->2382",
46154
- "default.handlebars->45->2527",
46155
+ "default.handlebars->45->2384",
46156
"default.handlebars->45->2529",
46156
- "default.handlebars->45->2537",
46157
- "default.handlebars->45->2549",
46157
+ "default.handlebars->45->2531",
46158
+ "default.handlebars->45->2539",
46159
+ "default.handlebars->45->2551",
46160
"default.handlebars->45->258",
46159
- "default.handlebars->45->2613",
46160
- "default.handlebars->45->2625",
46161
- "default.handlebars->45->2635",
46162
- "default.handlebars->45->2639",
46163
- "default.handlebars->45->2651",
46164
- "default.handlebars->45->2846",
46161
+ "default.handlebars->45->2615",
46162
+ "default.handlebars->45->2627",
46163
+ "default.handlebars->45->2637",
46164
+ "default.handlebars->45->2641",
46165
+ "default.handlebars->45->2653",
46166
+ "default.handlebars->45->2848",
46167
"default.handlebars->45->286",
46168
"default.handlebars->45->368",
46169
"default.handlebars->45->369",
@@ -46475,7 +46477,7 @@
46477
"zh-chs": "不在服务器上",
46478
"zh-cht": "不在伺服器上",
46479
"xloc": [
46478
- "default.handlebars->45->2775"
46480
+ "default.handlebars->45->2777"
46481
]
46482
},
46483
{
@@ -46500,8 +46502,8 @@
46502
"zh-chs": "没有设置",
46503
"zh-cht": "沒有設置",
46504
"xloc": [
46503
- "default.handlebars->45->2600",
46504
- "default.handlebars->45->2601"
46505
+ "default.handlebars->45->2602",
46506
+ "default.handlebars->45->2603"
46507
]
46508
},
46509
{
@@ -46526,7 +46528,7 @@
46528
"zh-chs": "未经审核的",
46529
"zh-cht": "未經審核的",
46530
"xloc": [
46529
- "default.handlebars->45->2699"
46531
+ "default.handlebars->45->2701"
46532
]
46533
},
46534
{
@@ -46558,7 +46560,7 @@
46560
"default.handlebars->45->1041",
46561
"default.handlebars->45->1051",
46562
"default.handlebars->45->1919",
46561
- "default.handlebars->45->2661",
46563
+ "default.handlebars->45->2663",
46564
"default.handlebars->45->903"
46565
]
46566
},
@@ -46732,7 +46734,7 @@
46734
"zh-chs": "通知",
46735
"zh-cht": "通知",
46736
"xloc": [
46735
- "default.handlebars->45->2667",
46737
+ "default.handlebars->45->2669",
46738
"default.handlebars->45->283"
46739
]
46740
},
@@ -46810,7 +46812,7 @@
46812
"zh-chs": "通知{0}",
46813
"zh-cht": "通知{0}",
46814
"xloc": [
46813
- "default.handlebars->45->2446"
46815
+ "default.handlebars->45->2448"
46816
]
46817
},
46818
{
@@ -46835,7 +46837,7 @@
46837
"zh-chs": "空值",
46838
"zh-cht": "無效的",
46839
"xloc": [
46838
- "default.handlebars->45->2969"
46840
+ "default.handlebars->45->2971"
46841
]
46842
},
46843
{
@@ -47032,7 +47034,7 @@
47034
"zh-cht": "發生在{0}",
47035
"xloc": [
47036
"default-mobile.handlebars->11->705",
47035
- "default.handlebars->45->2868"
47037
+ "default.handlebars->45->2870"
47038
]
47039
},
47040
{
@@ -47109,7 +47111,7 @@
47111
"zh-chs": "离线用户",
47112
"zh-cht": "離線用戶",
47113
"xloc": [
47112
- "default.handlebars->45->2403"
47114
+ "default.handlebars->45->2405"
47115
]
47116
},
47117
{
@@ -47185,7 +47187,7 @@
47187
"zh-chs": "一天",
47188
"zh-cht": "一天",
47189
"xloc": [
47188
- "default.handlebars->45->2379"
47190
+ "default.handlebars->45->2381"
47191
]
47192
},
47193
{
@@ -47236,7 +47238,7 @@
47238
"zh-chs": "一次性密码",
47239
"zh-cht": "一次性密碼",
47240
"xloc": [
47239
- "default.handlebars->45->2852"
47241
+ "default.handlebars->45->2854"
47242
]
47243
},
47244
{
@@ -47288,7 +47290,7 @@
47290
"zh-chs": "在线用户",
47291
"zh-cht": "在線用戶",
47292
"xloc": [
47291
- "default.handlebars->45->2402"
47293
+ "default.handlebars->45->2404"
47294
]
47295
},
47296
{
@@ -47313,7 +47315,7 @@
47315
"zh-chs": "只显示前 100 个用户",
47316
"zh-cht": "僅顯示前 100 個用戶",
47317
"xloc": [
47316
- "default.handlebars->45->2447"
47318
+ "default.handlebars->45->2449"
47319
]
47320
},
47321
{
@@ -47340,6 +47342,7 @@
47342
"xloc": [
47343
"default-mobile.handlebars->11->488",
47344
"default.handlebars->45->1381",
47345
+ "default.handlebars->45->2204",
47346
"default.handlebars->45->755",
47347
"sharing.handlebars->11->67"
47348
]
@@ -47684,7 +47687,7 @@
47687
"zh-chs": "开头:{0}",
47688
"zh-cht": "開場:{0}",
47689
"xloc": [
47687
- "default.handlebars->45->2231"
47690
+ "default.handlebars->45->2233"
47691
]
47692
},
47693
{
@@ -47712,7 +47715,7 @@
47715
"default-mobile.handlebars->11->533",
47716
"default.handlebars->45->1186",
47717
"default.handlebars->45->1420",
47715
- "default.handlebars->45->2819",
47718
+ "default.handlebars->45->2821",
47719
"default.handlebars->45->324",
47720
"default.handlebars->45->496",
47721
"default.handlebars->45->544",
@@ -47743,8 +47746,8 @@
47746
"xloc": [
47747
"default-mobile.handlebars->11->371",
47748
"default.handlebars->45->1121",
47746
- "default.handlebars->45->2430",
47747
- "default.handlebars->45->2514",
47749
+ "default.handlebars->45->2432",
47750
+ "default.handlebars->45->2516",
47751
"default.handlebars->45->660",
47752
"default.handlebars->45->679"
47753
]
@@ -48262,7 +48265,7 @@
48265
"zh-chs": "部分的",
48266
"zh-cht": "部分的",
48267
"xloc": [
48265
- "default.handlebars->45->2418"
48268
+ "default.handlebars->45->2420"
48269
]
48270
},
48271
{
@@ -48358,7 +48361,7 @@
48361
"zh-chs": "部分权限",
48362
"zh-cht": "部分權限",
48363
"xloc": [
48361
- "default.handlebars->45->2597"
48364
+ "default.handlebars->45->2599"
48365
]
48366
},
48367
{
@@ -48417,12 +48420,12 @@
48420
"default.handlebars->45->1337",
48421
"default.handlebars->45->1822",
48422
"default.handlebars->45->1977",
48420
- "default.handlebars->45->2476",
48421
- "default.handlebars->45->2477",
48422
- "default.handlebars->45->2631",
48423
+ "default.handlebars->45->2478",
48424
+ "default.handlebars->45->2479",
48425
"default.handlebars->45->2633",
48424
- "default.handlebars->45->2704",
48425
- "default.handlebars->45->2705",
48426
+ "default.handlebars->45->2635",
48427
+ "default.handlebars->45->2706",
48428
+ "default.handlebars->45->2707",
48429
"default.handlebars->45->318",
48430
"default.handlebars->45->463",
48431
"login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1",
@@ -48572,7 +48575,7 @@
48575
"zh-cht": "密碼已更改。",
48576
"xloc": [
48577
"default-mobile.handlebars->11->733",
48575
- "default.handlebars->45->2896"
48578
+ "default.handlebars->45->2898"
48579
]
48580
},
48581
{
@@ -48623,7 +48626,7 @@
48626
"zh-chs": "密码提示",
48627
"zh-cht": "密碼提示",
48628
"xloc": [
48626
- "default.handlebars->45->2706"
48629
+ "default.handlebars->45->2708"
48630
]
48631
},
48632
{
@@ -48794,7 +48797,7 @@
48797
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
48798
"default.handlebars->45->1351",
48799
"default.handlebars->45->1387",
48797
- "default.handlebars->45->2204",
48800
+ "default.handlebars->45->2206",
48801
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
48802
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
48803
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -49367,7 +49370,7 @@
49370
"zh-chs": "执行电源操作= {0},强制执行= {1}",
49371
"zh-cht": "執行電源操作= {0},強制執行= {1}",
49372
"xloc": [
49370
- "default.handlebars->45->2236"
49373
+ "default.handlebars->45->2238"
49374
]
49375
},
49376
{
@@ -49393,7 +49396,7 @@
49396
"zh-cht": "沒有權限",
49397
"xloc": [
49398
"default-mobile.handlebars->11->714",
49396
- "default.handlebars->45->2877"
49399
+ "default.handlebars->45->2879"
49400
]
49401
},
49402
{
@@ -49420,7 +49423,7 @@
49423
"xloc": [
49424
"default-mobile.handlebars->11->699",
49425
"default.handlebars->45->2107",
49423
- "default.handlebars->45->2401"
49426
+ "default.handlebars->45->2403"
49427
]
49428
},
49429
{
@@ -49526,7 +49529,7 @@
49529
"default.handlebars->45->1523",
49530
"default.handlebars->45->1526",
49531
"default.handlebars->45->241",
49529
- "default.handlebars->45->2682"
49532
+ "default.handlebars->45->2684"
49533
]
49534
},
49535
{
@@ -49551,7 +49554,7 @@
49554
"zh-chs": "电话号码",
49555
"zh-cht": "電話號碼",
49556
"xloc": [
49554
- "default.handlebars->45->2612"
49557
+ "default.handlebars->45->2614"
49558
]
49559
},
49560
{
@@ -49578,7 +49581,7 @@
49581
"xloc": [
49582
"default-mobile.handlebars->11->97",
49583
"default.handlebars->45->1525",
49581
- "default.handlebars->45->2681"
49584
+ "default.handlebars->45->2683"
49585
]
49586
},
49587
{
@@ -49803,7 +49806,7 @@
49806
"zh-cht": "外掛指令",
49807
"xloc": [
49808
"default.handlebars->45->299",
49806
- "default.handlebars->45->3006"
49809
+ "default.handlebars->45->3008"
49810
]
49811
},
49812
{
@@ -50536,7 +50539,7 @@
50539
"zh-chs": "存在于服务器上",
50540
"zh-cht": "存在於伺服器上",
50541
"xloc": [
50539
- "default.handlebars->45->2774"
50542
+ "default.handlebars->45->2776"
50543
]
50544
},
50545
{
@@ -50667,8 +50670,8 @@
50670
"default-mobile.handlebars->11->86",
50671
"default-mobile.handlebars->11->87",
50672
"default.handlebars->45->1518",
50670
- "default.handlebars->45->2676",
50671
- "default.handlebars->45->2702",
50673
+ "default.handlebars->45->2678",
50674
+ "default.handlebars->45->2704",
50675
"default.handlebars->45->311"
50676
]
50677
},
@@ -50967,7 +50970,7 @@
50970
"zh-chs": "处理控制台命令:“{0}”",
50971
"zh-cht": "處理控制台命令:“{0}”",
50972
"xloc": [
50970
- "default.handlebars->45->2228"
50973
+ "default.handlebars->45->2230"
50974
]
50975
},
50976
{
@@ -51069,7 +51072,7 @@
51072
"zh-chs": "协议",
51073
"zh-cht": "協議",
51074
"xloc": [
51072
- "default.handlebars->45->2772",
51075
+ "default.handlebars->45->2774",
51076
"player.handlebars->3->32"
51077
]
51078
},
@@ -51339,7 +51342,7 @@
51342
"zh-chs": "推送通知",
51343
"zh-cht": "推送通知",
51344
"xloc": [
51342
- "default.handlebars->45->2851"
51345
+ "default.handlebars->45->2853"
51346
]
51347
},
51348
{
@@ -51791,7 +51794,7 @@
51794
"zh-chs": "RSS",
51795
"zh-cht": "RSS",
51796
"xloc": [
51794
- "default.handlebars->45->2965"
51797
+ "default.handlebars->45->2967"
51798
]
51799
},
51800
{
@@ -51866,7 +51869,7 @@
51869
"zh-chs": "随机密码。",
51870
"zh-cht": "隨機密碼。",
51871
"xloc": [
51869
- "default.handlebars->45->2478"
51872
+ "default.handlebars->45->2480"
51873
]
51874
},
51875
{
@@ -51988,9 +51991,9 @@
51991
"zh-chs": "真正的名字",
51992
"zh-cht": "真正的名字",
51993
"xloc": [
51991
- "default.handlebars->45->2609",
51994
"default.handlebars->45->2611",
51993
- "default.handlebars->45->2695"
51995
+ "default.handlebars->45->2613",
51996
+ "default.handlebars->45->2697"
51997
]
51998
},
51999
{
@@ -52015,7 +52018,7 @@
52018
"zh-chs": "境界",
52019
"zh-cht": "境界",
52020
"xloc": [
52018
- "default.handlebars->45->2487"
52021
+ "default.handlebars->45->2489"
52022
]
52023
},
52024
{
@@ -52069,8 +52072,8 @@
52072
"zh-cht": "記錄會議",
52073
"xloc": [
52074
"default.handlebars->45->1886",
52072
- "default.handlebars->45->2536",
52073
- "default.handlebars->45->2614"
52075
+ "default.handlebars->45->2538",
52076
+ "default.handlebars->45->2616"
52077
]
52078
},
52079
{
@@ -52121,8 +52124,8 @@
52124
"zh-cht": "記錄會議",
52125
"xloc": [
52126
"default.handlebars->45->2023",
52124
- "default.handlebars->45->2574",
52125
- "default.handlebars->45->2683"
52127
+ "default.handlebars->45->2576",
52128
+ "default.handlebars->45->2685"
52129
]
52130
},
52131
{
@@ -52147,7 +52150,7 @@
52150
"zh-chs": "记录细节",
52151
"zh-cht": "記錄細節",
52152
"xloc": [
52150
- "default.handlebars->45->2786"
52153
+ "default.handlebars->45->2788"
52154
]
52155
},
52156
{
@@ -52460,7 +52463,7 @@
52463
"zh-cht": "中繼",
52464
"xloc": [
52465
"default-mobile.handlebars->11->259",
52463
- "default.handlebars->45->2947",
52466
+ "default.handlebars->45->2949",
52467
"default.handlebars->45->383",
52468
"default.handlebars->45->387",
52469
"default.handlebars->45->637"
@@ -52488,7 +52491,7 @@
52491
"zh-chs": "中继数量",
52492
"zh-cht": "中繼數量",
52493
"xloc": [
52491
- "default.handlebars->45->2932"
52494
+ "default.handlebars->45->2934"
52495
]
52496
},
52497
{
@@ -52542,7 +52545,7 @@
52545
"zh-chs": "中继错误",
52546
"zh-cht": "中繼錯誤",
52547
"xloc": [
52545
- "default.handlebars->45->2925"
52548
+ "default.handlebars->45->2927"
52549
]
52550
},
52551
{
@@ -52589,8 +52592,8 @@
52592
"zh-chs": "中继连接",
52593
"zh-cht": "中繼連接",
52594
"xloc": [
52592
- "default.handlebars->45->2931",
52593
- "default.handlebars->45->2959"
52595
+ "default.handlebars->45->2933",
52596
+ "default.handlebars->45->2961"
52597
]
52598
},
52599
{
@@ -52615,7 +52618,7 @@
52618
"zh-chs": "继电器装置",
52619
"zh-cht": "繼電器裝置",
52620
"xloc": [
52618
- "default.handlebars->45->2371"
52621
+ "default.handlebars->45->2373"
52622
]
52623
},
52624
{
@@ -52687,7 +52690,7 @@
52690
"zh-chs": "记住设备",
52691
"zh-cht": "記住設備",
52692
"xloc": [
52690
- "default.handlebars->45->2853"
52693
+ "default.handlebars->45->2855"
52694
]
52695
},
52696
{
@@ -53151,8 +53154,8 @@
53154
"zh-chs": "远程桌面连接栏已激活/更新",
53155
"zh-cht": "遠程桌面連接欄已激活/更新",
53156
"xloc": [
53154
- "default.handlebars->45->2242",
53155
- "default.handlebars->45->2248"
53157
+ "default.handlebars->45->2244",
53158
+ "default.handlebars->45->2250"
53159
]
53160
},
53161
{
@@ -53177,7 +53180,7 @@
53180
"zh-chs": "远程桌面连接栏失败或不受支持",
53181
"zh-cht": "遠程桌面連接欄失敗或不受支持",
53182
"xloc": [
53180
- "default.handlebars->45->2243"
53183
+ "default.handlebars->45->2245"
53184
]
53185
},
53186
{
@@ -53202,7 +53205,7 @@
53205
"zh-chs": "远程桌面连接栏失败或不受支持",
53206
"zh-cht": "遠程桌面連接欄失敗或不受支持",
53207
"xloc": [
53205
- "default.handlebars->45->2249"
53208
+ "default.handlebars->45->2251"
53209
]
53210
},
53211
{
@@ -53227,9 +53230,9 @@
53230
"zh-chs": "本地用户强行关闭了远程桌面连接",
53231
"zh-cht": "本地用戶強行關閉了遠程桌面連接",
53232
"xloc": [
53230
- "default.handlebars->45->2240",
53231
- "default.handlebars->45->2244",
53232
- "default.handlebars->45->2250"
53233
+ "default.handlebars->45->2242",
53234
+ "default.handlebars->45->2246",
53235
+ "default.handlebars->45->2252"
53236
]
53237
},
53238
{
@@ -53584,7 +53587,7 @@
53587
"zh-chs": "远程会话",
53588
"zh-cht": "遠程會話",
53589
"xloc": [
53587
- "default.handlebars->45->2788"
53590
+ "default.handlebars->45->2790"
53591
]
53592
},
53593
{
@@ -53729,7 +53732,7 @@
53732
"default-mobile.handlebars->11->686",
53733
"default.handlebars->45->2049",
53734
"default.handlebars->45->2091",
53732
- "default.handlebars->45->2686"
53735
+ "default.handlebars->45->2688"
53736
]
53737
},
53738
{
@@ -53994,8 +53997,8 @@
53997
"zh-chs": "删除设备组权限",
53998
"zh-cht": "刪除裝置群權限",
53999
"xloc": [
53997
- "default.handlebars->45->2578",
53998
- "default.handlebars->45->2747"
54000
+ "default.handlebars->45->2580",
54001
+ "default.handlebars->45->2749"
54002
]
54003
},
54004
{
@@ -54020,8 +54023,8 @@
54023
"zh-chs": "删除设备权限",
54024
"zh-cht": "刪除裝置權限",
54025
"xloc": [
54023
- "default.handlebars->45->2576",
54024
- "default.handlebars->45->2734"
54026
+ "default.handlebars->45->2578",
54027
+ "default.handlebars->45->2736"
54028
]
54029
},
54030
{
@@ -54046,7 +54049,7 @@
54049
"zh-chs": "删除设备共享",
54050
"zh-cht": "刪除設備共享",
54051
"xloc": [
54049
- "default.handlebars->45->2732"
54052
+ "default.handlebars->45->2734"
54053
]
54054
},
54055
{
@@ -54118,7 +54121,7 @@
54121
"zh-chs": "删除用户组成员身份",
54122
"zh-cht": "刪除用戶群成員身份",
54123
"xloc": [
54121
- "default.handlebars->45->2743"
54124
+ "default.handlebars->45->2745"
54125
]
54126
},
54127
{
@@ -54144,7 +54147,7 @@
54147
"zh-cht": "刪除用戶群權限",
54148
"xloc": [
54149
"default.handlebars->45->2112",
54147
- "default.handlebars->45->2739"
54150
+ "default.handlebars->45->2741"
54151
]
54152
},
54153
{
@@ -54169,7 +54172,7 @@
54172
"zh-chs": "删除用户成员资格",
54173
"zh-cht": "刪除用戶成員資格",
54174
"xloc": [
54172
- "default.handlebars->45->2586"
54175
+ "default.handlebars->45->2588"
54176
]
54177
},
54178
{
@@ -54195,7 +54198,7 @@
54198
"zh-cht": "刪除用戶權限",
54199
"xloc": [
54200
"default.handlebars->45->2110",
54198
- "default.handlebars->45->2736"
54201
+ "default.handlebars->45->2738"
54202
]
54203
},
54204
{
@@ -54220,7 +54223,7 @@
54223
"zh-chs": "删除所有两因素认证。",
54224
"zh-cht": "刪除所有二因子鑑別。",
54225
"xloc": [
54223
- "default.handlebars->45->2709"
54226
+ "default.handlebars->45->2711"
54227
]
54228
},
54229
{
@@ -54245,7 +54248,7 @@
54248
"zh-chs": "删除此用户标识的所有先前事件。",
54249
"zh-cht": "刪除此用戶標識的所有先前事件。",
54250
"xloc": [
54248
- "default.handlebars->45->2479"
54251
+ "default.handlebars->45->2481"
54252
]
54253
},
54254
{
@@ -54472,7 +54475,7 @@
54475
"zh-chs": "删除此用户",
54476
"zh-cht": "刪除此用戶",
54477
"xloc": [
54475
- "default.handlebars->45->2671"
54478
+ "default.handlebars->45->2673"
54479
]
54480
},
54481
{
@@ -54497,7 +54500,7 @@
54500
"zh-chs": "删除用户组成员身份",
54501
"zh-cht": "刪除用戶群成員身份",
54502
"xloc": [
54500
- "default.handlebars->45->2723"
54503
+ "default.handlebars->45->2725"
54504
]
54505
},
54506
{
@@ -54522,7 +54525,7 @@
54525
"zh-chs": "删除此设备的用户组权限",
54526
"zh-cht": "刪除此裝置的用戶群權限",
54527
"xloc": [
54525
- "default.handlebars->45->2570"
54528
+ "default.handlebars->45->2572"
54529
]
54530
},
54531
{
@@ -54547,7 +54550,7 @@
54550
"zh-chs": "删除此设备组的用户组权限",
54551
"zh-cht": "刪除此裝置群的用戶群權限",
54552
"xloc": [
54550
- "default.handlebars->45->2564",
54553
+ "default.handlebars->45->2566",
54554
"default.handlebars->45->970"
54555
]
54556
},
@@ -54574,9 +54577,9 @@
54577
"zh-cht": "刪除此裝置群的用戶權限",
54578
"xloc": [
54579
"default.handlebars->45->1934",
54577
- "default.handlebars->45->2558",
54578
- "default.handlebars->45->2717",
54579
- "default.handlebars->45->2729",
54580
+ "default.handlebars->45->2560",
54581
+ "default.handlebars->45->2719",
54582
+ "default.handlebars->45->2731",
54583
"default.handlebars->45->971"
54584
]
54585
},
@@ -54624,7 +54627,7 @@
54627
"zh-chs": "删除了帐户显示名称。",
54628
"zh-cht": "刪除了帳戶顯示名稱。",
54629
"xloc": [
54627
- "default.handlebars->45->2340"
54630
+ "default.handlebars->45->2342"
54631
]
54632
},
54633
{
@@ -54649,7 +54652,7 @@
54652
"zh-chs": "删除身份验证应用程序",
54653
"zh-cht": "刪除身份驗證應用程序",
54654
"xloc": [
54652
- "default.handlebars->45->2302"
54655
+ "default.handlebars->45->2304"
54656
]
54657
},
54658
{
@@ -54674,7 +54677,7 @@
54677
"zh-chs": "删除的设备共享{0}",
54678
"zh-cht": "刪除的設備共享{0}",
54679
"xloc": [
54677
- "default.handlebars->45->2313"
54680
+ "default.handlebars->45->2315"
54681
]
54682
},
54683
{
@@ -54699,7 +54702,7 @@
54702
"zh-chs": "从设备组{1}中删除了设备{0}",
54703
"zh-cht": "從設備組{1}中刪除了設備{0}",
54704
"xloc": [
54702
- "default.handlebars->45->2298"
54705
+ "default.handlebars->45->2300"
54706
]
54707
},
54708
{
@@ -54724,7 +54727,7 @@
54727
"zh-chs": "删除了登录令牌",
54728
"zh-cht": "刪除了登錄令牌",
54729
"xloc": [
54727
- "default.handlebars->45->2327"
54730
+ "default.handlebars->45->2329"
54731
]
54732
},
54733
{
@@ -54749,7 +54752,7 @@
54752
"zh-chs": "已删除用户{0}的电话号码",
54753
"zh-cht": "已刪除用戶{0}的電話號碼",
54754
"xloc": [
54752
- "default.handlebars->45->2308"
54755
+ "default.handlebars->45->2310"
54756
]
54757
},
54758
{
@@ -54774,7 +54777,7 @@
54777
"zh-chs": "删除了推送通知身份验证设备",
54778
"zh-cht": "移除推送通知認證設備",
54779
"xloc": [
54777
- "default.handlebars->45->2325"
54780
+ "default.handlebars->45->2327"
54781
]
54782
},
54783
{
@@ -54799,7 +54802,7 @@
54802
"zh-chs": "移除安全密钥",
54803
"zh-cht": "移除安全密鑰",
54804
"xloc": [
54802
- "default.handlebars->45->2305"
54805
+ "default.handlebars->45->2307"
54806
]
54807
},
54808
{
@@ -54824,9 +54827,9 @@
54827
"zh-chs": "删除了{0}的用户设备权限",
54828
"zh-cht": "刪除了{0}的用戶設備權限",
54829
"xloc": [
54827
- "default.handlebars->45->2271",
54828
- "default.handlebars->45->2292",
54829
- "default.handlebars->45->2297"
54830
+ "default.handlebars->45->2273",
54831
+ "default.handlebars->45->2294",
54832
+ "default.handlebars->45->2299"
54833
]
54834
},
54835
{
@@ -54851,7 +54854,7 @@
54854
"zh-chs": "从设备组{1}中删除了用户组{0}",
54855
"zh-cht": "從設備組{1}中刪除了用戶組{0}",
54856
"xloc": [
54854
- "default.handlebars->45->2281"
54857
+ "default.handlebars->45->2283"
54858
]
54859
},
54860
{
@@ -54876,7 +54879,7 @@
54879
"zh-chs": "从设备组{1}中删除了用户{0}",
54880
"zh-cht": "已從設備組{1}中刪除用戶{0}",
54881
"xloc": [
54879
- "default.handlebars->45->2294"
54882
+ "default.handlebars->45->2296"
54883
]
54884
},
54885
{
@@ -54901,8 +54904,8 @@
54904
"zh-chs": "从用户组{1}中删除了用户{0}",
54905
"zh-cht": "從用戶組{1}中刪除了用戶{0}",
54906
"xloc": [
54904
- "default.handlebars->45->2273",
54905
- "default.handlebars->45->2283"
54907
+ "default.handlebars->45->2275",
54908
+ "default.handlebars->45->2285"
54909
]
54910
},
54911
{
@@ -54985,7 +54988,7 @@
54988
"zh-chs": "重命名:“{0}”为“{1}”",
54989
"zh-cht": "重命名:“{0}”為“{1}”",
54990
"xloc": [
54988
- "default.handlebars->45->2259"
54991
+ "default.handlebars->45->2261"
54992
]
54993
},
54994
{
@@ -55010,7 +55013,7 @@
55013
"zh-chs": "报告日",
55014
"zh-cht": "報告日",
55015
"xloc": [
55013
- "default.handlebars->45->2380"
55016
+ "default.handlebars->45->2382"
55017
]
55018
},
55019
{
@@ -55035,7 +55038,7 @@
55038
"zh-chs": "报告类型",
55039
"zh-cht": "報告類型",
55040
"xloc": [
55038
- "default.handlebars->45->2375"
55041
+ "default.handlebars->45->2377"
55042
]
55043
},
55044
{
@@ -55060,7 +55063,7 @@
55063
"zh-chs": "报告未返回任何内容。",
55064
"zh-cht": "報告未返回任何內容。",
55065
"xloc": [
55063
- "default.handlebars->45->2824"
55066
+ "default.handlebars->45->2826"
55067
]
55068
},
55069
{
@@ -55085,7 +55088,7 @@
55088
"zh-chs": "报告.csv",
55089
"zh-cht": "報告.csv",
55090
"xloc": [
55088
- "default.handlebars->45->2866"
55091
+ "default.handlebars->45->2868"
55092
]
55093
},
55094
{
@@ -55280,8 +55283,8 @@
55283
"zh-cht": "要求:{0}。",
55284
"xloc": [
55285
"default-mobile.handlebars->11->120",
55283
- "default.handlebars->45->2484",
55284
- "default.handlebars->45->2707"
55286
+ "default.handlebars->45->2486",
55287
+ "default.handlebars->45->2709"
55288
]
55289
},
55290
{
@@ -55725,7 +55728,7 @@
55728
"zh-chs": "限制条件",
55729
"zh-cht": "限制條件",
55730
"xloc": [
55728
- "default.handlebars->45->2598"
55731
+ "default.handlebars->45->2600"
55732
]
55733
},
55734
{
@@ -56300,7 +56303,7 @@
56303
"zh-chs": "运行命令",
56304
"zh-cht": "運行命令",
56305
"xloc": [
56303
- "default.handlebars->45->2235"
56306
+ "default.handlebars->45->2237"
56307
]
56308
},
56309
{
@@ -56325,7 +56328,7 @@
56328
"zh-chs": "以用户身份运行命令",
56329
"zh-cht": "以用戶身份運行命令",
56330
"xloc": [
56328
- "default.handlebars->45->2310"
56331
+ "default.handlebars->45->2312"
56332
]
56333
},
56334
{
@@ -56350,7 +56353,7 @@
56353
"zh-chs": "如果可能,以用户身份运行命令",
56354
"zh-cht": "如果可能,以用戶身份運行命令",
56355
"xloc": [
56353
- "default.handlebars->45->2311"
56356
+ "default.handlebars->45->2313"
56357
]
56358
},
56359
{
@@ -56546,8 +56549,8 @@
56549
"zh-chs": "短信",
56550
"zh-cht": "短信",
56551
"xloc": [
56549
- "default.handlebars->45->2658",
56550
- "default.handlebars->45->2663",
56552
+ "default.handlebars->45->2660",
56553
+ "default.handlebars->45->2665",
56554
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
56555
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
56556
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -56577,7 +56580,7 @@
56580
"zh-chs": "此用户的短信功能电话号码。",
56581
"zh-cht": "此用戶的短信功能電話號碼。",
56582
"xloc": [
56580
- "default.handlebars->45->2679"
56583
+ "default.handlebars->45->2681"
56584
]
56585
},
56586
{
@@ -56603,7 +56606,7 @@
56606
"zh-cht": "短信錯誤",
56607
"xloc": [
56608
"default-mobile.handlebars->11->741",
56606
- "default.handlebars->45->2904"
56609
+ "default.handlebars->45->2906"
56610
]
56611
},
56612
{
@@ -56629,7 +56632,7 @@
56632
"zh-cht": "短信錯誤:{0}",
56633
"xloc": [
56634
"default-mobile.handlebars->11->742",
56632
- "default.handlebars->45->2905"
56635
+ "default.handlebars->45->2907"
56636
]
56637
},
56638
{
@@ -56680,7 +56683,7 @@
56683
"zh-cht": "短信網關未啟用",
56684
"xloc": [
56685
"default-mobile.handlebars->11->736",
56683
- "default.handlebars->45->2899"
56686
+ "default.handlebars->45->2901"
56687
]
56688
},
56689
{
@@ -56705,7 +56708,7 @@
56708
"zh-chs": "短信",
56709
"zh-cht": "短信",
56710
"xloc": [
56708
- "default.handlebars->45->2849"
56711
+ "default.handlebars->45->2851"
56712
]
56713
},
56714
{
@@ -56780,7 +56783,7 @@
56783
"zh-cht": "短信成功發送。",
56784
"xloc": [
56785
"default-mobile.handlebars->11->740",
56783
- "default.handlebars->45->2903"
56786
+ "default.handlebars->45->2905"
56787
]
56788
},
56789
{
@@ -57880,7 +57883,7 @@
57883
"default.handlebars->45->1145",
57884
"default.handlebars->45->1468",
57885
"default.handlebars->45->2166",
57883
- "default.handlebars->45->2659",
57886
+ "default.handlebars->45->2661",
57887
"default.handlebars->45->464",
57888
"default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1"
57889
]
@@ -57916,7 +57919,7 @@
57919
"zh-chs": "安全密钥",
57920
"zh-cht": "安全密鑰",
57921
"xloc": [
57919
- "default.handlebars->45->2654"
57922
+ "default.handlebars->45->2656"
57923
]
57924
},
57925
{
@@ -57942,7 +57945,7 @@
57945
"zh-cht": "安全警告",
57946
"xloc": [
57947
"default-mobile.handlebars->11->710",
57945
- "default.handlebars->45->2873"
57948
+ "default.handlebars->45->2875"
57949
]
57950
},
57951
{
@@ -58026,8 +58029,8 @@
58029
"default.handlebars->45->1369",
58030
"default.handlebars->45->1371",
58031
"default.handlebars->45->2192",
58029
- "default.handlebars->45->2426",
58030
- "default.handlebars->45->2512",
58032
+ "default.handlebars->45->2428",
58033
+ "default.handlebars->45->2514",
58034
"default.handlebars->45->485",
58035
"default.handlebars->45->642",
58036
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
@@ -58065,7 +58068,7 @@
58068
"xloc": [
58069
"default.handlebars->45->1095",
58070
"default.handlebars->45->1097",
58068
- "default.handlebars->45->2807"
58071
+ "default.handlebars->45->2809"
58072
]
58073
},
58074
{
@@ -58092,8 +58095,8 @@
58095
"xloc": [
58096
"default.handlebars->45->1370",
58097
"default.handlebars->45->2191",
58095
- "default.handlebars->45->2425",
58096
- "default.handlebars->45->2511",
58098
+ "default.handlebars->45->2427",
58099
+ "default.handlebars->45->2513",
58100
"default.handlebars->45->641",
58101
"default.handlebars->meshContextMenu->cxselectnone",
58102
"sharing.handlebars->11->57"
@@ -58246,8 +58249,8 @@
58249
"zh-chs": "选择要对所有选定用户执行的操作。",
58250
"zh-cht": "選擇要對所有選定用戶執行的操作。",
58251
"xloc": [
58249
- "default.handlebars->45->2429",
58250
- "default.handlebars->45->2513"
58252
+ "default.handlebars->45->2431",
58253
+ "default.handlebars->45->2515"
58254
]
58255
},
58256
{
@@ -58426,7 +58429,7 @@
58429
"zh-chs": "发电邮",
58430
"zh-cht": "發電郵",
58431
"xloc": [
58429
- "default.handlebars->45->2440"
58432
+ "default.handlebars->45->2442"
58433
]
58434
},
58435
{
@@ -58502,7 +58505,7 @@
58505
"zh-chs": "发送短信",
58506
"zh-cht": "發送簡訊",
58507
"xloc": [
58505
- "default.handlebars->45->2438"
58508
+ "default.handlebars->45->2440"
58509
]
58510
},
58511
{
@@ -58527,7 +58530,7 @@
58530
"zh-chs": "发送短信给该用户",
58531
"zh-cht": "發送短信給該用戶",
58532
"xloc": [
58530
- "default.handlebars->45->2664"
58533
+ "default.handlebars->45->2666"
58534
]
58535
},
58536
{
@@ -58552,7 +58555,7 @@
58555
"zh-chs": "发送电邮给该用户",
58556
"zh-cht": "發送電郵給該用戶",
58557
"xloc": [
58555
- "default.handlebars->45->2666"
58558
+ "default.handlebars->45->2668"
58559
]
58560
},
58561
{
@@ -58577,7 +58580,7 @@
58580
"zh-chs": "向该组中的所有用户发送通知。",
58581
"zh-cht": "向該群中的所有用戶發送通知。",
58582
"xloc": [
58580
- "default.handlebars->45->2555"
58583
+ "default.handlebars->45->2557"
58584
]
58585
},
58586
{
@@ -58602,7 +58605,7 @@
58605
"zh-chs": "向该用户发送文本通知。",
58606
"zh-cht": "向該用戶發送文本通知。",
58607
"xloc": [
58605
- "default.handlebars->45->2441"
58608
+ "default.handlebars->45->2443"
58609
]
58610
},
58611
{
@@ -58627,7 +58630,7 @@
58630
"zh-chs": "发送电邮给用户",
58631
"zh-cht": "發送電郵給用戶",
58632
"xloc": [
58630
- "default.handlebars->45->2421"
58633
+ "default.handlebars->45->2423"
58634
]
58635
},
58636
{
@@ -58677,7 +58680,7 @@
58680
"zh-chs": "发送邀请电邮。",
58681
"zh-cht": "發送邀請電郵。",
58682
"xloc": [
58680
- "default.handlebars->45->2483"
58683
+ "default.handlebars->45->2485"
58684
]
58685
},
58686
{
@@ -58830,7 +58833,7 @@
58833
"zh-chs": "发送用户通知",
58834
"zh-cht": "發送用戶通知",
58835
"xloc": [
58833
- "default.handlebars->45->2668"
58836
+ "default.handlebars->45->2670"
58837
]
58838
},
58839
{
@@ -59003,7 +59006,7 @@
59006
"zh-chs": "服务器备份",
59007
"zh-cht": "伺服器備份",
59008
"xloc": [
59006
- "default.handlebars->45->2493"
59009
+ "default.handlebars->45->2495"
59010
]
59011
},
59012
{
@@ -59028,7 +59031,7 @@
59031
"zh-chs": "服务器证书",
59032
"zh-cht": "伺服器憑證",
59033
"xloc": [
59031
- "default.handlebars->45->2980"
59034
+ "default.handlebars->45->2982"
59035
]
59036
},
59037
{
@@ -59078,7 +59081,7 @@
59081
"zh-chs": "服务器数据库",
59082
"zh-cht": "伺服器數據庫",
59083
"xloc": [
59081
- "default.handlebars->45->2981"
59084
+ "default.handlebars->45->2983"
59085
]
59086
},
59087
{
@@ -59109,7 +59112,7 @@
59112
"default.handlebars->45->1039",
59113
"default.handlebars->45->2057",
59114
"default.handlebars->45->2088",
59112
- "default.handlebars->45->2490"
59115
+ "default.handlebars->45->2492"
59116
]
59117
},
59118
{
@@ -59160,7 +59163,7 @@
59163
"zh-cht": "服務器限制",
59164
"xloc": [
59165
"default-mobile.handlebars->11->709",
59163
- "default.handlebars->45->2872"
59166
+ "default.handlebars->45->2874"
59167
]
59168
},
59169
{
@@ -59210,8 +59213,8 @@
59213
"zh-chs": "服务器权限",
59214
"zh-cht": "伺服器權限",
59215
"xloc": [
59213
- "default.handlebars->45->2413",
59214
- "default.handlebars->45->2505"
59216
+ "default.handlebars->45->2415",
59217
+ "default.handlebars->45->2507"
59218
]
59219
},
59220
{
@@ -59236,7 +59239,7 @@
59239
"zh-chs": "服务器配额",
59240
"zh-cht": "伺服器配額",
59241
"xloc": [
59239
- "default.handlebars->45->2628"
59242
+ "default.handlebars->45->2630"
59243
]
59244
},
59245
{
@@ -59261,7 +59264,7 @@
59264
"zh-chs": "服务器还原",
59265
"zh-cht": "伺服器還原",
59266
"xloc": [
59264
- "default.handlebars->45->2494"
59267
+ "default.handlebars->45->2496"
59268
]
59269
},
59270
{
@@ -59286,7 +59289,7 @@
59289
"zh-chs": "服务器权限",
59290
"zh-cht": "伺服器權限",
59291
"xloc": [
59289
- "default.handlebars->45->2627"
59292
+ "default.handlebars->45->2629"
59293
]
59294
},
59295
{
@@ -59311,7 +59314,7 @@
59314
"zh-chs": "服务器状态",
59315
"zh-cht": "伺服器狀態",
59316
"xloc": [
59314
- "default.handlebars->45->2911"
59317
+ "default.handlebars->45->2913"
59318
]
59319
},
59320
{
@@ -59361,7 +59364,7 @@
59364
"zh-chs": "服务器跟踪",
59365
"zh-cht": "伺服器追蹤",
59366
"xloc": [
59364
- "default.handlebars->45->2993"
59367
+ "default.handlebars->45->2995"
59368
]
59369
},
59370
{
@@ -59386,7 +59389,7 @@
59389
"zh-chs": "服务器跟踪事件",
59390
"zh-cht": "服務器跟踪事件",
59391
"xloc": [
59389
- "default.handlebars->45->2972"
59392
+ "default.handlebars->45->2974"
59393
]
59394
},
59395
{
@@ -59462,7 +59465,7 @@
59465
"zh-chs": "服务器更新",
59466
"zh-cht": "伺服器更新",
59467
"xloc": [
59465
- "default.handlebars->45->2495"
59468
+ "default.handlebars->45->2497"
59469
]
59470
},
59471
{
@@ -59715,7 +59718,7 @@
59718
"zh-chs": "ServerStats.csv",
59719
"zh-cht": "ServerStats.csv",
59720
"xloc": [
59718
- "default.handlebars->45->2971"
59721
+ "default.handlebars->45->2973"
59722
]
59723
},
59724
{
@@ -59790,8 +59793,8 @@
59793
"zh-chs": "会话",
59794
"zh-cht": "節",
59795
"xloc": [
59793
- "default.handlebars->45->2754",
59794
- "default.handlebars->45->2812",
59796
+ "default.handlebars->45->2756",
59797
+ "default.handlebars->45->2814",
59798
"ssh.handlebars->3->24",
59799
"ssh.handlebars->3->26"
59800
]
@@ -60152,7 +60155,7 @@
60155
"zh-chs": "设置剪贴板内容,{0}个字节",
60156
"zh-cht": "設置剪貼板內容,{0}個字節",
60157
"xloc": [
60155
- "default.handlebars->45->2233"
60158
+ "default.handlebars->45->2235"
60159
]
60160
},
60161
{
@@ -60976,7 +60979,7 @@
60979
"zh-chs": "显示流量",
60980
"zh-cht": "顯示流量",
60981
"xloc": [
60979
- "default.handlebars->45->2808"
60982
+ "default.handlebars->45->2810"
60983
]
60984
},
60985
{
@@ -61126,8 +61129,8 @@
61129
"zh-chs": "显示1分钟",
61130
"zh-cht": "顯示1分鐘",
61131
"xloc": [
61129
- "default.handlebars->45->2444",
61130
- "default.handlebars->45->2469"
61132
+ "default.handlebars->45->2446",
61133
+ "default.handlebars->45->2471"
61134
]
61135
},
61136
{
@@ -61152,8 +61155,8 @@
61155
"zh-chs": "显示10秒",
61156
"zh-cht": "顯示10秒",
61157
"xloc": [
61155
- "default.handlebars->45->2443",
61156
- "default.handlebars->45->2468"
61158
+ "default.handlebars->45->2445",
61159
+ "default.handlebars->45->2470"
61160
]
61161
},
61162
{
@@ -61178,8 +61181,8 @@
61181
"zh-chs": "显示5分钟",
61182
"zh-cht": "顯示5分鐘",
61183
"xloc": [
61181
- "default.handlebars->45->2445",
61182
- "default.handlebars->45->2470"
61184
+ "default.handlebars->45->2447",
61185
+ "default.handlebars->45->2472"
61186
]
61187
},
61188
{
@@ -61204,8 +61207,8 @@
61207
"zh-chs": "显示消息,直到被用户拒绝",
61208
"zh-cht": "顯示消息,直到被用戶拒絕",
61209
"xloc": [
61207
- "default.handlebars->45->2442",
61208
- "default.handlebars->45->2467"
61210
+ "default.handlebars->45->2444",
61211
+ "default.handlebars->45->2469"
61212
]
61213
},
61214
{
@@ -61622,7 +61625,7 @@
61625
"zh-chs": "单点登录",
61626
"zh-cht": "單點登錄",
61627
"xloc": [
61625
- "default.handlebars->45->2856"
61628
+ "default.handlebars->45->2858"
61629
]
61630
},
61631
{
@@ -61669,8 +61672,8 @@
61672
"zh-chs": "尺寸",
61673
"zh-cht": "尺寸",
61674
"xloc": [
61672
- "default.handlebars->45->2757",
61673
- "default.handlebars->45->2778",
61675
+ "default.handlebars->45->2759",
61676
+ "default.handlebars->45->2780",
61677
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
61678
]
61679
},
@@ -62974,9 +62977,9 @@
62977
"default.handlebars->45->119",
62978
"default.handlebars->45->1239",
62979
"default.handlebars->45->272",
62977
- "default.handlebars->45->2755",
62980
+ "default.handlebars->45->2757",
62981
"default.handlebars->45->277",
62979
- "default.handlebars->45->2780",
62982
+ "default.handlebars->45->2782",
62983
"sharing.handlebars->11->14"
62984
]
62985
},
@@ -63052,7 +63055,7 @@
63055
"zh-chs": "已启动 Web-RDP 会话 \\\"{0}\\\"。",
63056
"zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。",
63057
"xloc": [
63055
- "default.handlebars->45->2361"
63058
+ "default.handlebars->45->2363"
63059
]
63060
},
63061
{
@@ -63077,7 +63080,7 @@
63080
"zh-chs": "已启动 Web-SFTP 会话 \\\"{0}\\\"。",
63081
"zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。",
63082
"xloc": [
63080
- "default.handlebars->45->2360"
63083
+ "default.handlebars->45->2362"
63084
]
63085
},
63086
{
@@ -63102,7 +63105,7 @@
63105
"zh-chs": "已启动 Web-SSH 会话 \\\"{0}\\\"。",
63106
"zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。",
63107
"xloc": [
63105
- "default.handlebars->45->2359"
63108
+ "default.handlebars->45->2361"
63109
]
63110
},
63111
{
@@ -63127,7 +63130,7 @@
63130
"zh-chs": "已启动 Web-VNC 会话 \\\"{0}\\\"。",
63131
"zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。",
63132
"xloc": [
63130
- "default.handlebars->45->2362"
63133
+ "default.handlebars->45->2364"
63134
]
63135
},
63136
{
@@ -63152,7 +63155,7 @@
63155
"zh-chs": "开始桌面多重会话",
63156
"zh-cht": "啟動桌面多路復用會話",
63157
"xloc": [
63155
- "default.handlebars->45->2217"
63158
+ "default.handlebars->45->2219"
63159
]
63160
},
63161
{
@@ -63177,7 +63180,7 @@
63180
"zh-chs": "已启动桌面多路复用会话 \\\"{0}\\\"",
63181
"zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"",
63182
"xloc": [
63180
- "default.handlebars->45->2356"
63183
+ "default.handlebars->45->2358"
63184
]
63185
},
63186
{
@@ -63202,7 +63205,7 @@
63205
"zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
63206
"zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
63207
"xloc": [
63205
- "default.handlebars->45->2226"
63208
+ "default.handlebars->45->2228"
63209
]
63210
},
63211
{
@@ -63227,7 +63230,7 @@
63230
"zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
63231
"zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
63232
"xloc": [
63230
- "default.handlebars->45->2227"
63233
+ "default.handlebars->45->2229"
63234
]
63235
},
63236
{
@@ -63252,7 +63255,7 @@
63255
"zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}",
63256
"zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}",
63257
"xloc": [
63255
- "default.handlebars->45->2331"
63258
+ "default.handlebars->45->2333"
63259
]
63260
},
63261
{
@@ -63277,7 +63280,7 @@
63280
"zh-chs": "从{1}到{2}开始中继会话“{0}”",
63281
"zh-cht": "從{1}到{2}開始中繼會話“{0}”",
63282
"xloc": [
63280
- "default.handlebars->45->2224"
63283
+ "default.handlebars->45->2226"
63284
]
63285
},
63286
{
@@ -63302,7 +63305,7 @@
63305
"zh-chs": "使用Toast通知启动远程桌面",
63306
"zh-cht": "使用Toast通知啟動遠程桌面",
63307
"xloc": [
63305
- "default.handlebars->45->2246"
63308
+ "default.handlebars->45->2248"
63309
]
63310
},
63311
{
@@ -63327,7 +63330,7 @@
63330
"zh-chs": "启动远程桌面,而无需通知",
63331
"zh-cht": "啟動遠程桌面,而無需通知",
63332
"xloc": [
63330
- "default.handlebars->45->2247"
63333
+ "default.handlebars->45->2249"
63334
]
63335
},
63336
{
@@ -63352,7 +63355,7 @@
63355
"zh-chs": "启动带有Toast通知的远程文件",
63356
"zh-cht": "啟動帶有Toast通知的遠程文件",
63357
"xloc": [
63355
- "default.handlebars->45->2253"
63358
+ "default.handlebars->45->2255"
63359
]
63360
},
63361
{
@@ -63377,7 +63380,7 @@
63380
"zh-chs": "已启动的远程文件,恕不另行通知",
63381
"zh-cht": "已啟動的遠程文件,恕不另行通知",
63382
"xloc": [
63380
- "default.handlebars->45->2254"
63383
+ "default.handlebars->45->2256"
63384
]
63385
},
63386
{
@@ -63402,7 +63405,7 @@
63405
"zh-chs": "从{1}到{2}开始了终端会话“{0}”",
63406
"zh-cht": "從{1}到{2}開始了終端會話“{0}”",
63407
"xloc": [
63405
- "default.handlebars->45->2225"
63408
+ "default.handlebars->45->2227"
63409
]
63410
},
63411
{
@@ -63452,7 +63455,7 @@
63455
"zh-chs": "接受本地用户后启动远程桌面",
63456
"zh-cht": "接受本地用戶後啟動遠程桌面",
63457
"xloc": [
63455
- "default.handlebars->45->2241"
63458
+ "default.handlebars->45->2243"
63459
]
63460
},
63461
{
@@ -63477,7 +63480,7 @@
63480
"zh-chs": "本地用户接受后启动远程文件",
63481
"zh-cht": "本地用戶接受後啟動遠程文件",
63482
"xloc": [
63480
- "default.handlebars->45->2251"
63483
+ "default.handlebars->45->2253"
63484
]
63485
},
63486
{
@@ -63597,8 +63600,8 @@
63600
"zh-chs": "状况",
63601
"zh-cht": "狀態",
63602
"xloc": [
63600
- "default.handlebars->45->2698",
63601
- "default.handlebars->45->2773",
63603
+ "default.handlebars->45->2700",
63604
+ "default.handlebars->45->2775",
63605
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
63606
]
63607
},
@@ -63927,7 +63930,7 @@
63930
"zh-chs": "主题",
63931
"zh-cht": "主題",
63932
"xloc": [
63930
- "default.handlebars->45->2439"
63933
+ "default.handlebars->45->2441"
63934
]
63935
},
63936
{
@@ -63977,8 +63980,8 @@
63980
"zh-chs": "成功登录",
63981
"zh-cht": "成功登錄",
63982
"xloc": [
63980
- "default.handlebars->45->2842",
63981
- "default.handlebars->45->2862"
63983
+ "default.handlebars->45->2844",
63984
+ "default.handlebars->45->2864"
63985
]
63986
},
63987
{
@@ -64953,10 +64956,10 @@
64956
"default.handlebars->45->1065",
64957
"default.handlebars->45->1939",
64958
"default.handlebars->45->2017",
64956
- "default.handlebars->45->2767",
64957
- "default.handlebars->45->2826",
64958
- "default.handlebars->45->2857",
64959
- "default.handlebars->45->2948",
64959
+ "default.handlebars->45->2769",
64960
+ "default.handlebars->45->2828",
64961
+ "default.handlebars->45->2859",
64962
+ "default.handlebars->45->2950",
64963
"default.handlebars->45->411",
64964
"default.handlebars->45->763",
64965
"default.handlebars->45->978",
@@ -65040,8 +65043,8 @@
65043
"zh-cht": "終端機通知",
65044
"xloc": [
65045
"default.handlebars->45->1895",
65043
- "default.handlebars->45->2544",
65044
- "default.handlebars->45->2646",
65046
+ "default.handlebars->45->2546",
65047
+ "default.handlebars->45->2648",
65048
"default.handlebars->45->861"
65049
]
65050
},
@@ -65068,8 +65071,8 @@
65071
"zh-cht": "終端機提示",
65072
"xloc": [
65073
"default.handlebars->45->1894",
65071
- "default.handlebars->45->2543",
65072
- "default.handlebars->45->2645",
65074
+ "default.handlebars->45->2545",
65075
+ "default.handlebars->45->2647",
65076
"default.handlebars->45->860"
65077
]
65078
},
@@ -65095,7 +65098,7 @@
65098
"zh-chs": "终端会话",
65099
"zh-cht": "終端會話",
65100
"xloc": [
65098
- "default.handlebars->45->2760"
65101
+ "default.handlebars->45->2762"
65102
]
65103
},
65104
{
@@ -65478,7 +65481,7 @@
65481
"zh-cht": "目前沒有任何通知",
65482
"xloc": [
65483
"default-mobile.handlebars->11->704",
65481
- "default.handlebars->45->2867"
65484
+ "default.handlebars->45->2869"
65485
]
65486
},
65487
{
@@ -65504,7 +65507,7 @@
65507
"zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。",
65508
"xloc": [
65509
"default-mobile.handlebars->11->725",
65507
- "default.handlebars->45->2888"
65510
+ "default.handlebars->45->2890"
65511
]
65512
},
65513
{
@@ -65627,7 +65630,7 @@
65630
"zh-chs": "此代理具有过时的证书验证机制,请考虑更新。",
65631
"zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。",
65632
"xloc": [
65630
- "default.handlebars->45->2329"
65633
+ "default.handlebars->45->2331"
65634
]
This file is too large to show in full.