Added Router and Assistant alternate path, #3988.
Ylian Saint-Hilaire committed
May 16, 2022 at 13:48 UTC
cee069d1df3417c4c4804c4009e3e7f88a9160a8
5 files changed
+1096
-1081
agents/agent-translations.json
+1
-1
@@ -179,7 +179,7 @@
179
"status": [
180
"PAS INSTALLÉ",
181
"FONCTIONNEMENT",
182
- "NE PAS COURRIR"
182
+ "PAS EN FONCTIONNEMENT"
183
],
184
"statusDescription": "Statut actuel de l'agent",
185
"agentVersion": "Nouvelle version",
meshcentral.js
+2
-2
@@ -2693,8 +2693,8 @@ function CreateMeshCentralServer(config, args) {
2693
// List of possible mesh agent install scripts
2694
const meshToolsList = {
2695
'MeshCentralRouter': { localname: 'MeshCentralRouter.exe', dlname: 'winrouter' },
2696
- 'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant', winhash: true }
2697
- //'MeshCentralRouterMacOS': { localname: 'MeshCentralRouter.dmg', dlname: 'MeshCentralRouter.dmg' }
2696
+ 'MeshCentralAssistant': { localname: 'MeshCentralAssistant.exe', dlname: 'winassistant', winhash: true },
2697
+ 'MeshCentralRouterMacOS': { localname: 'MeshCentralRouter.dmg', dlname: 'MeshCentralRouter.dmg' }
2698
};
2699
2700
// Update the list of available mesh agents
public/scripts/agent-rdp-0.0.1-min.js
+1
-1
@@ -1 +1 @@
1
-var CreateRDPDesktop=function(e){var s={};function n(e){return(!0===s.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function i(e){s.State!=e&&(s.State=e,null!=s.onStateChanged&&s.onStateChanged(s,s.State))}function a(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,n=s.Canvas.canvas.width/s.CanvasId.clientWidth,a=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}(s.Canvas.canvas),n=(e.pageX-a[0])*n,t=(e.pageY-a[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}s.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.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&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return console.log("handleKeyUp",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},s.m.handleKeyDown=function(e){if(s.socket&&3==s.State)return console.log("handleKeyDown",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},s.m.mousewheel=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight)){null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&s.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},s.m.SendStringUnicode=function(e){s.socket&&3==s.State&&s.socket.send(JSON.stringify(["utype",e]))},s.m.SendKeyMsgKC=function(e,t,n){if(3==s.State)if("object"==typeof e)for(var a in e)s.m.SendKeyMsgKC(e[a][0],e[a][1],e[a][2]);else{t=o[t];null!=t&&s.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},s.m.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s.m.sendcad=function(){s.socket.send(JSON.stringify(["scancode",29,!0])),s.socket.send(JSON.stringify(["scancode",56,!0])),s.socket.send(JSON.stringify(["scancode",57427,!0])),s.socket.send(JSON.stringify(["scancode",57427,!1])),s.socket.send(JSON.stringify(["scancode",56,!1])),s.socket.send(JSON.stringify(["scancode",29,!1]))};var o={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 s}
\ No newline at end of file
1
+var CreateRDPDesktop=function(e){var s={};function n(e){return(!0===s.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function i(e){s.State!=e&&(s.State=e,null!=s.onStateChanged&&s.onStateChanged(s,s.State))}function a(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,n=s.Canvas.canvas.width/s.CanvasId.clientWidth,a=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}(s.Canvas.canvas),n=(e.pageX-a[0])*n,t=(e.pageY-a[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}s.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.m.onClipboardChanged=null,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.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&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"rdp-clipboard":s.lastClipboardContent=t[1],s.m.onClipboardChanged&&s.m.onClipboardChanged(t[1]);break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.setClipboard=function(e){s.socket&&s.socket.send(JSON.stringify(["clipboard",e]))},s.m.getClipboard=function(){return s.lastClipboardContent},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},s.m.handleKeyDown=function(e){if(s.socket&&3==s.State)return s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},s.m.mousewheel=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight)){null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&s.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},s.m.SendStringUnicode=function(e){s.socket&&3==s.State&&s.socket.send(JSON.stringify(["utype",e]))},s.m.SendKeyMsgKC=function(e,t,n){if(3==s.State)if("object"==typeof e)for(var a in e)s.m.SendKeyMsgKC(e[a][0],e[a][1],e[a][2]);else{t=o[t];null!=t&&s.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},s.m.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s.m.sendcad=function(){s.socket.send(JSON.stringify(["scancode",29,!0])),s.socket.send(JSON.stringify(["scancode",56,!0])),s.socket.send(JSON.stringify(["scancode",57427,!0])),s.socket.send(JSON.stringify(["scancode",57427,!1])),s.socket.send(JSON.stringify(["scancode",56,!1])),s.socket.send(JSON.stringify(["scancode",29,!1]))};var o={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 s}
\ No newline at end of file
translate/translate.json
+1074
-1071
@@ -324,8 +324,8 @@
324
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326
"xloc": [
327
- "default.handlebars->39->2004",
328
- "default.handlebars->39->2559"
327
+ "default.handlebars->39->2006",
328
+ "default.handlebars->39->2561"
329
]
330
},
331
{
@@ -834,7 +834,7 @@
834
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
835
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
836
"xloc": [
837
- "default.handlebars->39->1964",
837
+ "default.handlebars->39->1966",
838
"default.handlebars->39->469"
839
]
840
},
@@ -929,8 +929,8 @@
929
"zh-cht": ",",
930
"xloc": [
931
"default-mobile.handlebars->11->700",
932
- "default.handlebars->39->2078",
933
- "default.handlebars->39->2342",
932
+ "default.handlebars->39->2080",
933
+ "default.handlebars->39->2344",
934
"default.handlebars->39->887"
935
]
936
},
@@ -1072,7 +1072,7 @@
1072
"tr": ", İzin Yok",
1073
"zh-chs": ", 不同意",
1074
"xloc": [
1075
- "default.handlebars->39->1922",
1075
+ "default.handlebars->39->1924",
1076
"default.handlebars->39->972"
1077
]
1078
},
@@ -1098,7 +1098,7 @@
1098
"zh-chs": ",提示同意",
1099
"zh-cht": ",提示同意",
1100
"xloc": [
1101
- "default.handlebars->39->1923",
1101
+ "default.handlebars->39->1925",
1102
"default.handlebars->39->973"
1103
]
1104
},
@@ -1127,7 +1127,7 @@
1127
"ru": ", Ежедневно",
1128
"tr": ", Günlük yinelenen",
1129
"xloc": [
1130
- "default.handlebars->39->1919",
1130
+ "default.handlebars->39->1921",
1131
"default.handlebars->39->969"
1132
]
1133
},
@@ -1148,7 +1148,7 @@
1148
"ru": ", Еженедельно",
1149
"tr": ", Haftalık yinelenen",
1150
"xloc": [
1151
- "default.handlebars->39->1920",
1151
+ "default.handlebars->39->1922",
1152
"default.handlebars->39->970"
1153
]
1154
},
@@ -1241,7 +1241,7 @@
1241
"tr": ", Araç Çubuğu",
1242
"zh-chs": ", 工具栏",
1243
"xloc": [
1244
- "default.handlebars->39->1924",
1244
+ "default.handlebars->39->1926",
1245
"default.handlebars->39->974"
1246
]
1247
},
@@ -1283,7 +1283,7 @@
1283
"ru": ", Только просмотр рабочего стола",
1284
"tr": ", Yalnızca masaüstünü görüntüle",
1285
"xloc": [
1286
- "default.handlebars->39->1921",
1286
+ "default.handlebars->39->1923",
1287
"default.handlebars->39->971"
1288
]
1289
},
@@ -1617,8 +1617,8 @@
1617
"default-mobile.handlebars->11->139",
1618
"default-mobile.handlebars->11->475",
1619
"default.handlebars->39->1335",
1620
- "default.handlebars->39->2139",
1621
- "default.handlebars->39->2757",
1620
+ "default.handlebars->39->2141",
1621
+ "default.handlebars->39->2759",
1622
"sharing.handlebars->11->50"
1623
]
1624
},
@@ -1780,7 +1780,7 @@
1780
"zh-chs": "1个活跃时段",
1781
"zh-cht": "1個活躍時段",
1782
"xloc": [
1783
- "default.handlebars->39->2647"
1783
+ "default.handlebars->39->2649"
1784
]
1785
},
1786
{
@@ -1807,7 +1807,7 @@
1807
"xloc": [
1808
"default-mobile.handlebars->11->149",
1809
"default-mobile.handlebars->11->744",
1810
- "default.handlebars->39->2163",
1810
+ "default.handlebars->39->2165",
1811
"download.handlebars->3->1",
1812
"download2.handlebars->5->1",
1813
"sharing.handlebars->11->96"
@@ -1899,7 +1899,7 @@
1899
"zh-chs": "1组",
1900
"zh-cht": "1群",
1901
"xloc": [
1902
- "default.handlebars->39->2606"
1902
+ "default.handlebars->39->2608"
1903
]
1904
},
1905
{
@@ -2029,7 +2029,7 @@
2029
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2030
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2031
"xloc": [
2032
- "default.handlebars->39->2374"
2032
+ "default.handlebars->39->2376"
2033
]
2034
},
2035
{
@@ -2226,7 +2226,7 @@
2226
"default-mobile.handlebars->11->218",
2227
"default-mobile.handlebars->11->222",
2228
"default-mobile.handlebars->11->226",
2229
- "default.handlebars->39->2378",
2229
+ "default.handlebars->39->2380",
2230
"default.handlebars->39->394",
2231
"default.handlebars->39->397",
2232
"default.handlebars->39->401",
@@ -3224,7 +3224,7 @@
3224
"zh-chs": "2FA备份代码已清除",
3225
"zh-cht": "2FA備份代碼已清除",
3226
"xloc": [
3227
- "default.handlebars->39->2274"
3227
+ "default.handlebars->39->2276"
3228
]
3229
},
3230
{
@@ -3242,7 +3242,7 @@
3242
"pl": "dwuetapowe",
3243
"pt-br": "2ª Etapa",
3244
"xloc": [
3245
- "default.handlebars->39->2793"
3245
+ "default.handlebars->39->2795"
3246
]
3247
},
3248
{
@@ -3267,8 +3267,8 @@
3267
"zh-chs": "启用第二因素身份验证",
3268
"zh-cht": "啟用第二因素身份驗證",
3269
"xloc": [
3270
- "default.handlebars->39->2392",
3271
- "default.handlebars->39->2630"
3270
+ "default.handlebars->39->2394",
3271
+ "default.handlebars->39->2632"
3272
]
3273
},
3274
{
@@ -4562,7 +4562,7 @@
4562
"zh-cht": "ACM",
4563
"xloc": [
4564
"default-mobile.handlebars->11->297",
4565
- "default.handlebars->39->1902",
4565
+ "default.handlebars->39->1904",
4566
"default.handlebars->39->805"
4567
]
4568
},
@@ -4657,7 +4657,7 @@
4657
"tr": "AMT-OS",
4658
"zh-chs": "操作系统",
4659
"xloc": [
4660
- "default.handlebars->39->2915"
4660
+ "default.handlebars->39->2917"
4661
]
4662
},
4663
{
@@ -4676,7 +4676,7 @@
4676
"ru": "AMT-Redir",
4677
"tr": "AMT-Yönlendirme",
4678
"xloc": [
4679
- "default.handlebars->39->2800"
4679
+ "default.handlebars->39->2802"
4680
]
4681
},
4682
{
@@ -4695,7 +4695,7 @@
4695
"ru": "AMT-WSMAN",
4696
"tr": "AMT-WSMAN",
4697
"xloc": [
4698
- "default.handlebars->39->2799"
4698
+ "default.handlebars->39->2801"
4699
]
4700
},
4701
{
@@ -4954,7 +4954,7 @@
4954
"zh-chs": "访问服务器档案",
4955
"zh-cht": "存取伺服器檔案",
4956
"xloc": [
4957
- "default.handlebars->39->2565"
4957
+ "default.handlebars->39->2567"
4958
]
4959
},
4960
{
@@ -5065,7 +5065,7 @@
5065
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5066
"default.handlebars->39->1774",
5067
"default.handlebars->39->1776",
5068
- "default.handlebars->39->2968",
5068
+ "default.handlebars->39->2970",
5069
"default.handlebars->39->765",
5070
"default.handlebars->39->767"
5071
]
@@ -5092,7 +5092,7 @@
5092
"zh-chs": "帐号设定",
5093
"xloc": [
5094
"default-mobile.handlebars->11->711",
5095
- "default.handlebars->39->2844"
5095
+ "default.handlebars->39->2846"
5096
]
5097
},
5098
{
@@ -5168,7 +5168,7 @@
5168
"zh-chs": "帐户已更改:{0}",
5169
"zh-cht": "帳戶已更改:{0}",
5170
"xloc": [
5171
- "default.handlebars->39->2247"
5171
+ "default.handlebars->39->2249"
5172
]
5173
},
5174
{
@@ -5193,7 +5193,7 @@
5193
"zh-chs": "创建帐户,电子邮件为{0}",
5194
"zh-cht": "創建帳戶,電子郵件為{0}",
5195
"xloc": [
5196
- "default.handlebars->39->2246"
5196
+ "default.handlebars->39->2248"
5197
]
5198
},
5199
{
@@ -5213,7 +5213,7 @@
5213
"ru": "Аккаунт создан, имя {0}.",
5214
"tr": "Hesap oluşturuldu, ad {0}.",
5215
"xloc": [
5216
- "default.handlebars->39->2309"
5216
+ "default.handlebars->39->2311"
5217
]
5218
},
5219
{
@@ -5238,7 +5238,7 @@
5238
"zh-chs": "创建帐户,用户名是{0}",
5239
"zh-cht": "帳戶已創建,用戶名是{0}",
5240
"xloc": [
5241
- "default.handlebars->39->2245"
5241
+ "default.handlebars->39->2247"
5242
]
5243
},
5244
{
@@ -5265,8 +5265,8 @@
5265
"xloc": [
5266
"default-mobile.handlebars->11->64",
5267
"default.handlebars->39->198",
5268
- "default.handlebars->39->2394",
5269
- "default.handlebars->39->2562"
5268
+ "default.handlebars->39->2396",
5269
+ "default.handlebars->39->2564"
5270
]
5271
},
5272
{
@@ -5292,7 +5292,7 @@
5292
"zh-cht": "達到帳戶限制。",
5293
"xloc": [
5294
"default-mobile.handlebars->11->723",
5295
- "default.handlebars->39->2856",
5295
+ "default.handlebars->39->2858",
5296
"login-mobile.handlebars->5->6",
5297
"login.handlebars->5->6",
5298
"login2.handlebars->7->8"
@@ -5347,7 +5347,7 @@
5347
"zh-chs": "帐号登录",
5348
"zh-cht": "帳號登錄",
5349
"xloc": [
5350
- "default.handlebars->39->2182"
5350
+ "default.handlebars->39->2184"
5351
]
5352
},
5353
{
@@ -5371,7 +5371,7 @@
5371
"tr": "{0}, {1}, {2} adresinden hesap girişi",
5372
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5373
"xloc": [
5374
- "default.handlebars->39->2288"
5374
+ "default.handlebars->39->2290"
5375
]
5376
},
5377
{
@@ -5396,7 +5396,7 @@
5396
"zh-chs": "帐户登出",
5397
"zh-cht": "帳戶登出",
5398
"xloc": [
5399
- "default.handlebars->39->2183"
5399
+ "default.handlebars->39->2185"
5400
]
5401
},
5402
{
@@ -5448,7 +5448,7 @@
5448
"zh-chs": "帐户密码已更改:{0}",
5449
"zh-cht": "帳戶密碼已更改:{0}",
5450
"xloc": [
5451
- "default.handlebars->39->2255"
5451
+ "default.handlebars->39->2257"
5452
]
5453
},
5454
{
@@ -5473,7 +5473,7 @@
5473
"zh-chs": "帐户已删除",
5474
"zh-cht": "帳戶已刪除",
5475
"xloc": [
5476
- "default.handlebars->39->2244"
5476
+ "default.handlebars->39->2246"
5477
]
5478
},
5479
{
@@ -5683,7 +5683,7 @@
5683
"zh-chs": "如果ACM失败,则激活到CCM",
5684
"zh-cht": "如果ACM失敗,則激活到CCM",
5685
"xloc": [
5686
- "default.handlebars->39->1955"
5686
+ "default.handlebars->39->1957"
5687
]
5688
},
5689
{
@@ -5763,7 +5763,7 @@
5763
"zh-chs": "主动设备共享",
5764
"zh-cht": "主動設備共享",
5765
"xloc": [
5766
- "default.handlebars->39->1906",
5766
+ "default.handlebars->39->1908",
5767
"default.handlebars->39->956"
5768
]
5769
},
@@ -5991,8 +5991,9 @@
5991
"zh-chs": "添加设备",
5992
"zh-cht": "新增裝置",
5993
"xloc": [
5994
- "default.handlebars->39->2537",
5995
- "default.handlebars->39->2696",
5994
+ "default.handlebars->39->1902",
5995
+ "default.handlebars->39->2539",
5996
+ "default.handlebars->39->2698",
5997
"default.handlebars->39->439"
5998
]
5999
},
@@ -6043,9 +6044,9 @@
6044
"zh-chs": "添加设备组",
6045
"zh-cht": "新增裝置群",
6046
"xloc": [
6046
- "default.handlebars->39->2040",
6047
- "default.handlebars->39->2531",
6048
- "default.handlebars->39->2684",
6047
+ "default.handlebars->39->2042",
6048
+ "default.handlebars->39->2533",
6049
+ "default.handlebars->39->2686",
6050
"default.handlebars->39->355"
6051
]
6052
},
@@ -6071,7 +6072,7 @@
6072
"zh-chs": "添加设备组权限",
6073
"zh-cht": "新增裝置群權限",
6074
"xloc": [
6074
- "default.handlebars->39->2037"
6075
+ "default.handlebars->39->2039"
6076
]
6077
},
6078
{
@@ -6096,8 +6097,8 @@
6097
"zh-chs": "添加设备权限",
6098
"zh-cht": "新增裝置權限",
6099
"xloc": [
6099
- "default.handlebars->39->2042",
6100
- "default.handlebars->39->2044"
6100
+ "default.handlebars->39->2044",
6101
+ "default.handlebars->39->2046"
6102
]
6103
},
6104
{
@@ -6240,7 +6241,7 @@
6241
"zh-chs": "添加成员身份",
6242
"zh-cht": "新增成員身份",
6243
"xloc": [
6243
- "default.handlebars->39->2716"
6244
+ "default.handlebars->39->2718"
6245
]
6246
},
6247
{
@@ -6367,7 +6368,7 @@
6368
"zh-chs": "添加用户设备权限",
6369
"zh-cht": "新增用戶裝置權限",
6370
"xloc": [
6370
- "default.handlebars->39->2047"
6371
+ "default.handlebars->39->2049"
6372
]
6373
},
6374
{
@@ -6393,8 +6394,8 @@
6394
"zh-cht": "新增用戶群",
6395
"xloc": [
6396
"default.handlebars->39->1894",
6396
- "default.handlebars->39->2039",
6397
- "default.handlebars->39->2690",
6397
+ "default.handlebars->39->2041",
6398
+ "default.handlebars->39->2692",
6399
"default.handlebars->39->949"
6400
]
6401
},
@@ -6420,7 +6421,7 @@
6421
"zh-chs": "添加用户组设备权限",
6422
"zh-cht": "新增用戶群裝置權限",
6423
"xloc": [
6423
- "default.handlebars->39->2049"
6424
+ "default.handlebars->39->2051"
6425
]
6426
},
6427
{
@@ -6493,7 +6494,7 @@
6494
"zh-cht": "新增用戶",
6495
"xloc": [
6496
"default.handlebars->39->1893",
6496
- "default.handlebars->39->2526"
6497
+ "default.handlebars->39->2528"
6498
]
6499
},
6500
{
@@ -6518,7 +6519,7 @@
6519
"zh-chs": "将用户添加到设备组",
6520
"zh-cht": "將用戶新增到裝置群",
6521
"xloc": [
6521
- "default.handlebars->39->2036"
6522
+ "default.handlebars->39->2038"
6523
]
6524
},
6525
{
@@ -6543,7 +6544,7 @@
6544
"zh-chs": "将用户添加到用户组",
6545
"zh-cht": "將用戶新增到用戶群",
6546
"xloc": [
6546
- "default.handlebars->39->2561"
6547
+ "default.handlebars->39->2563"
6548
]
6549
},
6550
{
@@ -6739,6 +6740,7 @@
6740
"tr": "Yerel ağda bulunan cihazı ekleyin.",
6741
"zh-chs": "添加位于本地网络上的设备。",
6742
"xloc": [
6743
+ "default.handlebars->39->1901",
6744
"default.handlebars->39->438"
6745
]
6746
},
@@ -6838,7 +6840,7 @@
6840
"zh-chs": "添加了身份验证应用程序",
6841
"zh-cht": "添加了身份驗證應用程序",
6842
"xloc": [
6841
- "default.handlebars->39->2271"
6843
+ "default.handlebars->39->2273"
6844
]
6845
},
6846
{
@@ -6863,7 +6865,7 @@
6865
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
6866
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6867
"xloc": [
6866
- "default.handlebars->39->2282"
6868
+ "default.handlebars->39->2284"
6869
]
6870
},
6871
{
@@ -6883,7 +6885,7 @@
6885
"ru": "Добавлен ежедневный общий доступ к устройству {0}.",
6886
"tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6887
"xloc": [
6886
- "default.handlebars->39->2319"
6888
+ "default.handlebars->39->2321"
6889
]
6890
},
6891
{
@@ -6903,7 +6905,7 @@
6905
"ru": "Добавлен еженедельный общий доступ к устройству {0}.",
6906
"tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6907
"xloc": [
6906
- "default.handlebars->39->2320"
6908
+ "default.handlebars->39->2322"
6909
]
6910
},
6911
{
@@ -6923,7 +6925,7 @@
6925
"ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.",
6926
"tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6927
"xloc": [
6926
- "default.handlebars->39->2312"
6928
+ "default.handlebars->39->2314"
6929
]
6930
},
6931
{
@@ -6948,8 +6950,8 @@
6950
"zh-chs": "已将设备{0}添加到设备组{1}",
6951
"zh-cht": "已將設備{0}添加到設備組{1}",
6952
"xloc": [
6951
- "default.handlebars->39->2238",
6952
- "default.handlebars->39->2265"
6953
+ "default.handlebars->39->2240",
6954
+ "default.handlebars->39->2267"
6955
]
6956
},
6957
{
@@ -6973,7 +6975,7 @@
6975
"tr": "Giriş anahtarı eklendi",
6976
"zh-chs": "添加登录令牌",
6977
"xloc": [
6976
- "default.handlebars->39->2296"
6978
+ "default.handlebars->39->2298"
6979
]
6980
},
6981
{
@@ -6997,7 +6999,7 @@
6999
"tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
7000
"zh-chs": "新增推送通知认证装置",
7001
"xloc": [
7000
- "default.handlebars->39->2294"
7002
+ "default.handlebars->39->2296"
7003
]
7004
},
7005
{
@@ -7022,7 +7024,7 @@
7024
"zh-chs": "添加了安全密钥",
7025
"zh-cht": "添加了安全密鑰",
7026
"xloc": [
7025
- "default.handlebars->39->2276"
7027
+ "default.handlebars->39->2278"
7028
]
7029
},
7030
{
@@ -7047,7 +7049,7 @@
7049
"zh-chs": "已将用户组{0}添加到设备组{1}",
7050
"zh-cht": "已將用戶組{0}添加到設備組{1}",
7051
"xloc": [
7050
- "default.handlebars->39->2249"
7052
+ "default.handlebars->39->2251"
7053
]
7054
},
7055
{
@@ -7072,8 +7074,8 @@
7074
"zh-chs": "已将用户{0}添加到用户组{1}",
7075
"zh-cht": "已將用戶{0}添加到用戶組{1}",
7076
"xloc": [
7075
- "default.handlebars->39->2252",
7076
- "default.handlebars->39->2261"
7077
+ "default.handlebars->39->2254",
7078
+ "default.handlebars->39->2263"
7079
]
7080
},
7081
{
@@ -7226,7 +7228,7 @@
7228
"zh-chs": "管理领域",
7229
"zh-cht": "管理領域",
7230
"xloc": [
7229
- "default.handlebars->39->2610"
7231
+ "default.handlebars->39->2612"
7232
]
7233
},
7234
{
@@ -7277,7 +7279,7 @@
7279
"zh-chs": "管理领域",
7280
"zh-cht": "管理領域",
7281
"xloc": [
7280
- "default.handlebars->39->2459"
7282
+ "default.handlebars->39->2461"
7283
]
7284
},
7285
{
@@ -7302,7 +7304,7 @@
7304
"zh-chs": "管理员",
7305
"zh-cht": "管理員",
7306
"xloc": [
7305
- "default.handlebars->39->2386"
7307
+ "default.handlebars->39->2388"
7308
]
7309
},
7310
{
@@ -7356,9 +7358,9 @@
7358
"default-mobile.handlebars->11->256",
7359
"default-mobile.handlebars->11->313",
7360
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7359
- "default.handlebars->39->2114",
7360
- "default.handlebars->39->2127",
7361
- "default.handlebars->39->2913",
7361
+ "default.handlebars->39->2116",
7362
+ "default.handlebars->39->2129",
7363
+ "default.handlebars->39->2915",
7364
"default.handlebars->39->375",
7365
"default.handlebars->39->623",
7366
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7387,8 +7389,8 @@
7389
"zh-chs": "代理+英特尔AMT",
7390
"zh-cht": "代理+Intel® AMT",
7391
"xloc": [
7390
- "default.handlebars->39->2116",
7391
- "default.handlebars->39->2129"
7392
+ "default.handlebars->39->2118",
7393
+ "default.handlebars->39->2131"
7394
]
7395
},
7396
{
@@ -7440,7 +7442,7 @@
7442
"zh-cht": "代理控制台",
7443
"xloc": [
7444
"default-mobile.handlebars->11->682",
7443
- "default.handlebars->39->2057"
7445
+ "default.handlebars->39->2059"
7446
]
7447
},
7448
{
@@ -7465,7 +7467,7 @@
7467
"zh-chs": "代理错误计数器",
7468
"zh-cht": "代理錯誤計數器",
7469
"xloc": [
7468
- "default.handlebars->39->2882"
7470
+ "default.handlebars->39->2884"
7471
]
7472
},
7473
{
@@ -7632,7 +7634,7 @@
7634
"ru": "Общий доступ из Агента",
7635
"tr": "Agent Kendisinin-Paylaşımı",
7636
"xloc": [
7635
- "default.handlebars->39->1925",
7637
+ "default.handlebars->39->1927",
7638
"default.handlebars->39->975"
7639
]
7640
},
@@ -7658,7 +7660,7 @@
7660
"zh-chs": "代理时段",
7661
"zh-cht": "代理時段",
7662
"xloc": [
7661
- "default.handlebars->39->2898"
7663
+ "default.handlebars->39->2900"
7664
]
7665
},
7666
{
@@ -7755,7 +7757,7 @@
7757
"zh-chs": "代理类型",
7758
"zh-cht": "代理類型",
7759
"xloc": [
7758
- "default.handlebars->39->2125",
7760
+ "default.handlebars->39->2127",
7761
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7762
]
7763
},
@@ -7806,7 +7808,7 @@
7808
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7809
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7810
"xloc": [
7809
- "default.handlebars->39->2235"
7811
+ "default.handlebars->39->2237"
7812
]
7813
},
7814
{
@@ -8210,8 +8212,8 @@
8212
"zh-chs": "代理",
8213
"zh-cht": "代理",
8214
"xloc": [
8213
- "default.handlebars->39->2087",
8214
- "default.handlebars->39->2926",
8215
+ "default.handlebars->39->2089",
8216
+ "default.handlebars->39->2928",
8217
"default.handlebars->39->516"
8218
]
8219
},
@@ -8265,7 +8267,7 @@
8267
"default-mobile.handlebars->11->148",
8268
"default-mobile.handlebars->11->476",
8269
"default-mobile.handlebars->11->478",
8268
- "default.handlebars->39->2769",
8270
+ "default.handlebars->39->2771",
8271
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8272
]
8273
},
@@ -8291,7 +8293,7 @@
8293
"zh-chs": "全部可用",
8294
"zh-cht": "全部可用",
8295
"xloc": [
8294
- "default.handlebars->39->2348"
8296
+ "default.handlebars->39->2350"
8297
]
8298
},
8299
{
@@ -8301,7 +8303,7 @@
8303
"pl": "Wszyscy Dostępni Agenci",
8304
"pt-br": "Todos agentes disponíveis",
8305
"xloc": [
8304
- "default.handlebars->39->2088",
8306
+ "default.handlebars->39->2090",
8307
"default.handlebars->39->517"
8308
]
8309
},
@@ -8352,7 +8354,7 @@
8354
"zh-chs": "所有事件",
8355
"zh-cht": "所有事件",
8356
"xloc": [
8355
- "default.handlebars->39->2346"
8357
+ "default.handlebars->39->2348"
8358
]
8359
},
8360
{
@@ -8428,8 +8430,8 @@
8430
"zh-chs": "允许用户管理此设备组和该组中的设备。",
8431
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8432
"xloc": [
8431
- "default.handlebars->39->2002",
8432
- "default.handlebars->39->2558"
8433
+ "default.handlebars->39->2004",
8434
+ "default.handlebars->39->2560"
8435
]
8436
},
8437
{
@@ -8454,7 +8456,7 @@
8456
"zh-chs": "允许用户管理此设备。",
8457
"zh-cht": "允許用戶管理此裝置。",
8458
"xloc": [
8457
- "default.handlebars->39->2003"
8459
+ "default.handlebars->39->2005"
8460
]
8461
},
8462
{
@@ -8712,8 +8714,8 @@
8714
"zh-cht": "一直通知",
8715
"xloc": [
8716
"default.handlebars->39->1870",
8715
- "default.handlebars->39->2517",
8716
- "default.handlebars->39->2619",
8717
+ "default.handlebars->39->2519",
8718
+ "default.handlebars->39->2621",
8719
"default.handlebars->39->851"
8720
]
8721
},
@@ -8740,8 +8742,8 @@
8742
"zh-cht": "一直提示",
8743
"xloc": [
8744
"default.handlebars->39->1871",
8743
- "default.handlebars->39->2518",
8744
- "default.handlebars->39->2620",
8745
+ "default.handlebars->39->2520",
8746
+ "default.handlebars->39->2622",
8747
"default.handlebars->39->852"
8748
]
8749
},
@@ -8987,8 +8989,8 @@
8989
"tr": "Anti-virüs etkin değil",
8990
"zh-chs": "杀毒软件未激活",
8991
"xloc": [
8990
- "default.handlebars->39->2118",
8991
- "default.handlebars->39->2132"
8992
+ "default.handlebars->39->2120",
8993
+ "default.handlebars->39->2134"
8994
]
8995
},
8996
{
@@ -9811,7 +9813,7 @@
9813
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9814
"xloc": [
9815
"default-mobile.handlebars->11->643",
9814
- "default.handlebars->39->1969"
9816
+ "default.handlebars->39->1971"
9817
]
9818
},
9819
{
@@ -9911,7 +9913,7 @@
9913
"zh-chs": "您确定要{0}插件吗:{1}",
9914
"zh-cht": "你確定要{0}外掛嗎:{1}",
9915
"xloc": [
9914
- "default.handlebars->39->2977"
9916
+ "default.handlebars->39->2979"
9917
]
9918
},
9919
{
@@ -10206,7 +10208,7 @@
10208
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
10209
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
10210
"xloc": [
10209
- "default.handlebars->39->2204"
10211
+ "default.handlebars->39->2206"
10212
]
10213
},
10214
{
@@ -10285,7 +10287,7 @@
10287
"zh-chs": "认证软件",
10288
"zh-cht": "認證軟體",
10289
"xloc": [
10288
- "default.handlebars->39->2623"
10290
+ "default.handlebars->39->2625"
10291
]
10292
},
10293
{
@@ -10491,7 +10493,7 @@
10493
"zh-cht": "自動刪除",
10494
"xloc": [
10495
"default.handlebars->39->1855",
10494
- "default.handlebars->39->2339"
10496
+ "default.handlebars->39->2341"
10497
]
10498
},
10499
{
@@ -10545,7 +10547,7 @@
10547
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10548
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10549
"xloc": [
10548
- "default.handlebars->39->2285"
10550
+ "default.handlebars->39->2287"
10551
]
10552
},
10553
{
@@ -10569,7 +10571,8 @@
10571
"tr": "Otomatik Pano",
10572
"zh-chs": "自动剪贴板",
10573
"xloc": [
10572
- "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel"
10574
+ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel",
10575
+ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17"
10576
]
10577
},
10578
{
@@ -10639,7 +10642,7 @@
10642
"tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10643
"zh-chs": "自动移除非活动设备",
10644
"xloc": [
10642
- "default.handlebars->39->1997"
10645
+ "default.handlebars->39->1999"
10646
]
10647
},
10648
{
@@ -10664,7 +10667,7 @@
10667
"zh-chs": "可用內存",
10668
"zh-cht": "可用內存",
10669
"xloc": [
10667
- "default.handlebars->39->2907"
10670
+ "default.handlebars->39->2909"
10671
]
10672
},
10673
{
@@ -10905,8 +10908,8 @@
10908
"zh-chs": "背景与互动",
10909
"zh-cht": "背景與互動",
10910
"xloc": [
10908
- "default.handlebars->39->2094",
10909
- "default.handlebars->39->2101",
10911
+ "default.handlebars->39->2096",
10912
+ "default.handlebars->39->2103",
10913
"default.handlebars->39->503",
10914
"default.handlebars->39->523"
10915
]
@@ -10933,8 +10936,8 @@
10936
"zh-chs": "仅背景",
10937
"zh-cht": "僅背景",
10938
"xloc": [
10936
- "default.handlebars->39->2095",
10937
- "default.handlebars->39->2102",
10939
+ "default.handlebars->39->2097",
10940
+ "default.handlebars->39->2104",
10941
"default.handlebars->39->504",
10942
"default.handlebars->39->524",
10943
"default.handlebars->39->540"
@@ -10988,8 +10991,8 @@
10991
"zh-chs": "备用码",
10992
"zh-cht": "備用碼",
10993
"xloc": [
10991
- "default.handlebars->39->2626",
10992
- "default.handlebars->39->2817"
10994
+ "default.handlebars->39->2628",
10995
+ "default.handlebars->39->2819"
10996
]
10997
},
10998
{
@@ -11043,7 +11046,7 @@
11046
"zh-chs": "错误的签名",
11047
"zh-cht": "錯誤的簽名",
11048
"xloc": [
11046
- "default.handlebars->39->2889"
11049
+ "default.handlebars->39->2891"
11050
]
11051
},
11052
{
@@ -11068,7 +11071,7 @@
11071
"zh-chs": "错误的网络证书",
11072
"zh-cht": "錯誤的網絡憑證",
11073
"xloc": [
11071
- "default.handlebars->39->2888"
11074
+ "default.handlebars->39->2890"
11075
]
11076
},
11077
{
@@ -11168,7 +11171,7 @@
11171
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
11172
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
11173
"xloc": [
11171
- "default.handlebars->39->2284"
11174
+ "default.handlebars->39->2286"
11175
]
11176
},
11177
{
@@ -11367,7 +11370,7 @@
11370
"zh-chs": "广播",
11371
"zh-cht": "廣播",
11372
"xloc": [
11370
- "default.handlebars->39->2524",
11373
+ "default.handlebars->39->2526",
11374
"default.handlebars->container->column_l->p4->3->1->0->3->1"
11375
]
11376
},
@@ -11393,7 +11396,7 @@
11396
"zh-chs": "广播消息",
11397
"zh-cht": "廣播消息",
11398
"xloc": [
11396
- "default.handlebars->39->2441"
11399
+ "default.handlebars->39->2443"
11400
]
11401
},
11402
{
@@ -11418,7 +11421,7 @@
11421
"zh-chs": "向所有连接的用户广播消息。",
11422
"zh-cht": "向所有連接的用戶廣播消息。",
11423
"xloc": [
11421
- "default.handlebars->39->2436"
11424
+ "default.handlebars->39->2438"
11425
]
11426
},
11427
{
@@ -11428,7 +11431,7 @@
11431
"pl": "Przeglądarka",
11432
"pt-br": "Navegador",
11433
"xloc": [
11431
- "default.handlebars->39->2791"
11434
+ "default.handlebars->39->2793"
11435
]
11436
},
11437
{
@@ -11535,7 +11538,7 @@
11538
"tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11539
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11540
"xloc": [
11538
- "default.handlebars->39->1999"
11541
+ "default.handlebars->39->2001"
11542
]
11543
},
11544
{
@@ -11559,7 +11562,7 @@
11562
"tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11563
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11564
"xloc": [
11562
- "default.handlebars->39->2000"
11565
+ "default.handlebars->39->2002"
11566
]
11567
},
11568
{
@@ -11579,7 +11582,7 @@
11582
"ru": "Входящих байт",
11583
"tr": "Bayt Girişi",
11584
"xloc": [
11582
- "default.handlebars->39->2787"
11585
+ "default.handlebars->39->2789"
11586
]
11587
},
11588
{
@@ -11599,7 +11602,7 @@
11602
"ru": "Исходящих байт",
11603
"tr": "Bayt Bitti",
11604
"xloc": [
11602
- "default.handlebars->39->2788"
11605
+ "default.handlebars->39->2790"
11606
]
11607
},
11608
{
@@ -11659,7 +11662,7 @@
11662
"zh-chs": "CCM模式",
11663
"zh-cht": "CCM模式",
11664
"xloc": [
11662
- "default.handlebars->39->1952"
11665
+ "default.handlebars->39->1954"
11666
]
11667
},
11668
{
@@ -11685,7 +11688,7 @@
11688
"zh-cht": "CIRA",
11689
"xloc": [
11690
"default-mobile.handlebars->11->257",
11688
- "default.handlebars->39->2914",
11691
+ "default.handlebars->39->2916",
11692
"default.handlebars->39->377",
11693
"default.handlebars->39->625"
11694
]
@@ -11712,7 +11715,7 @@
11715
"zh-chs": "CIRA服务器",
11716
"zh-cht": "CIRA伺服器",
11717
"xloc": [
11715
- "default.handlebars->39->2961"
11718
+ "default.handlebars->39->2963"
11719
]
11720
},
11721
{
@@ -11737,7 +11740,7 @@
11740
"zh-chs": "CIRA服务器命令",
11741
"zh-cht": "CIRA伺服器指令",
11742
"xloc": [
11740
- "default.handlebars->39->2962"
11743
+ "default.handlebars->39->2964"
11744
]
11745
},
11746
{
@@ -11782,7 +11785,7 @@
11785
"zh-chs": "CIRA设置",
11786
"zh-cht": "CIRA設置",
11787
"xloc": [
11785
- "default.handlebars->39->1960"
11788
+ "default.handlebars->39->1962"
11789
]
11790
},
11791
{
@@ -11809,7 +11812,7 @@
11812
"xloc": [
11813
"default-mobile.handlebars->11->587",
11814
"default.handlebars->39->1456",
11812
- "default.handlebars->39->2938",
11815
+ "default.handlebars->39->2940",
11816
"default.handlebars->container->column_l->p40->3->1->p40type->5"
11817
]
11818
},
@@ -11835,7 +11838,7 @@
11838
"zh-chs": "CPU负载",
11839
"zh-cht": "CPU負載",
11840
"xloc": [
11838
- "default.handlebars->39->2903"
11841
+ "default.handlebars->39->2905"
11842
]
11843
},
11844
{
@@ -11860,7 +11863,7 @@
11863
"zh-chs": "最近15分钟的CPU负载",
11864
"zh-cht": "最近15分鐘的CPU負載",
11865
"xloc": [
11863
- "default.handlebars->39->2906"
11866
+ "default.handlebars->39->2908"
11867
]
11868
},
11869
{
@@ -11885,7 +11888,7 @@
11888
"zh-chs": "最近5分钟的CPU负载",
11889
"zh-cht": "最近5分鐘的CPU負載",
11890
"xloc": [
11888
- "default.handlebars->39->2905"
11891
+ "default.handlebars->39->2907"
11892
]
11893
},
11894
{
@@ -11910,7 +11913,7 @@
11913
"zh-chs": "最近一分钟的CPU负载",
11914
"zh-cht": "最近一分鐘的CPU負載",
11915
"xloc": [
11913
- "default.handlebars->39->2904"
11916
+ "default.handlebars->39->2906"
11917
]
11918
},
11919
{
@@ -11965,7 +11968,7 @@
11968
"zh-chs": "CSV",
11969
"zh-cht": "CSV",
11970
"xloc": [
11968
- "default.handlebars->39->2356"
11971
+ "default.handlebars->39->2358"
11972
]
11973
},
11974
{
@@ -11990,8 +11993,8 @@
11993
"zh-chs": "CSV格式",
11994
"zh-cht": "CSV格式",
11995
"xloc": [
11993
- "default.handlebars->39->2360",
11994
- "default.handlebars->39->2428",
11996
+ "default.handlebars->39->2362",
11997
+ "default.handlebars->39->2430",
11998
"default.handlebars->39->696"
11999
]
12000
},
@@ -12039,7 +12042,7 @@
12042
"zh-chs": "呼叫错误",
12043
"zh-cht": "呼叫錯誤",
12044
"xloc": [
12042
- "default.handlebars->39->2978"
12045
+ "default.handlebars->39->2980"
12046
]
12047
},
12048
{
@@ -12088,7 +12091,7 @@
12091
"default-mobile.handlebars->11->113",
12092
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
12093
"default.handlebars->39->1825",
12091
- "default.handlebars->39->2967",
12094
+ "default.handlebars->39->2969",
12095
"default.handlebars->39->476",
12096
"default.handlebars->container->dialog->idx_dlgButtonBar",
12097
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -12377,7 +12380,7 @@
12380
"zh-chs": "更改{0}的电邮",
12381
"zh-cht": "更改{0}的電郵",
12382
"xloc": [
12380
- "default.handlebars->39->2671"
12383
+ "default.handlebars->39->2673"
12384
]
12385
},
12386
{
@@ -12431,7 +12434,7 @@
12434
"xloc": [
12435
"default-mobile.handlebars->11->121",
12436
"default.handlebars->39->1771",
12434
- "default.handlebars->39->2644"
12437
+ "default.handlebars->39->2646"
12438
]
12439
},
12440
{
@@ -12456,7 +12459,7 @@
12459
"zh-chs": "更改{0}的密码",
12460
"zh-cht": "更改{0}的密碼",
12461
"xloc": [
12459
- "default.handlebars->39->2680"
12462
+ "default.handlebars->39->2682"
12463
]
12464
},
12465
{
@@ -12481,7 +12484,7 @@
12484
"zh-chs": "更改{0}的真实名称",
12485
"zh-cht": "更改{0}的真實名稱",
12486
"xloc": [
12484
- "default.handlebars->39->2666"
12487
+ "default.handlebars->39->2668"
12488
]
12489
},
12490
{
@@ -12628,7 +12631,7 @@
12631
"zh-chs": "更改该用户的密码",
12632
"zh-cht": "更改該用戶的密碼",
12633
"xloc": [
12631
- "default.handlebars->39->2643"
12634
+ "default.handlebars->39->2645"
12635
]
12636
},
12637
{
@@ -12728,7 +12731,7 @@
12731
"zh-chs": "更改帐户凭据",
12732
"zh-cht": "帳戶憑證已更改",
12733
"xloc": [
12731
- "default.handlebars->39->2256"
12734
+ "default.handlebars->39->2258"
12735
]
12736
},
12737
{
@@ -12748,7 +12751,7 @@
12751
"ru": "Изменено отображаемое имя учетной записи на {0}.",
12752
"tr": "Hesap görünen adı {0} olarak değiştirildi.",
12753
"xloc": [
12751
- "default.handlebars->39->2308"
12754
+ "default.handlebars->39->2310"
12755
]
12756
},
12757
{
@@ -12773,8 +12776,8 @@
12776
"zh-chs": "{1}组中的设备{0}已更改:{2}",
12777
"zh-cht": "{1}組中的設備{0}已更改:{2}",
12778
"xloc": [
12776
- "default.handlebars->39->2240",
12777
- "default.handlebars->39->2321"
12779
+ "default.handlebars->39->2242",
12780
+ "default.handlebars->39->2323"
12781
]
12782
},
12783
{
@@ -12799,7 +12802,7 @@
12802
"zh-chs": "语言从{1}更改为{2}",
12803
"zh-cht": "語言從{1}更改為{2}",
12804
"xloc": [
12802
- "default.handlebars->39->2184"
12805
+ "default.handlebars->39->2186"
12806
]
12807
},
12808
{
@@ -12824,8 +12827,8 @@
12827
"zh-chs": "已更改{0}的用户设备权限",
12828
"zh-cht": "已更改{0}的用戶設備權限",
12829
"xloc": [
12827
- "default.handlebars->39->2242",
12828
- "default.handlebars->39->2263"
12830
+ "default.handlebars->39->2244",
12831
+ "default.handlebars->39->2265"
12832
]
12833
},
12834
{
@@ -12898,9 +12901,9 @@
12901
"xloc": [
12902
"default.handlebars->39->1002",
12903
"default.handlebars->39->1024",
12901
- "default.handlebars->39->2377",
12902
- "default.handlebars->39->2639",
12903
- "default.handlebars->39->2640",
12904
+ "default.handlebars->39->2379",
12905
+ "default.handlebars->39->2641",
12906
+ "default.handlebars->39->2642",
12907
"default.handlebars->39->896"
12908
]
12909
},
@@ -12928,8 +12931,8 @@
12931
"xloc": [
12932
"default-mobile.handlebars->11->672",
12933
"default-mobile.handlebars->11->692",
12931
- "default.handlebars->39->2031",
12932
- "default.handlebars->39->2068"
12934
+ "default.handlebars->39->2033",
12935
+ "default.handlebars->39->2070"
12936
]
12937
},
12938
{
@@ -12954,7 +12957,7 @@
12957
"zh-chs": "聊天请求,点击这里接受。",
12958
"xloc": [
12959
"default-mobile.handlebars->11->724",
12957
- "default.handlebars->39->2857"
12960
+ "default.handlebars->39->2859"
12961
]
12962
},
12963
{
@@ -13130,7 +13133,7 @@
13133
"zh-cht": "檢查...",
13134
"xloc": [
13135
"default.handlebars->39->1522",
13133
- "default.handlebars->39->2972"
13136
+ "default.handlebars->39->2974"
13137
]
13138
},
13139
{
@@ -13414,7 +13417,7 @@
13417
"default.handlebars->39->1363",
13418
"default.handlebars->39->1365",
13419
"default.handlebars->39->1367",
13417
- "default.handlebars->39->2178",
13420
+ "default.handlebars->39->2180",
13421
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13422
"default.handlebars->container->column_l->p41->3->1",
13423
"messenger.handlebars->xbottom->1->1->0->5",
@@ -13571,7 +13574,7 @@
13574
"zh-cht": "全部清除",
13575
"xloc": [
13576
"default-mobile.handlebars->11->707",
13574
- "default.handlebars->39->2840"
13577
+ "default.handlebars->39->2842"
13578
]
13579
},
13580
{
@@ -13674,7 +13677,7 @@
13677
"zh-cht": "清除此通知",
13678
"xloc": [
13679
"default-mobile.handlebars->11->706",
13677
- "default.handlebars->39->2839"
13680
+ "default.handlebars->39->2841"
13681
]
13682
},
13683
{
@@ -13760,7 +13763,7 @@
13763
"zh-cht": "單擊此處編輯裝置群名稱",
13764
"xloc": [
13765
"default.handlebars->39->1836",
13763
- "default.handlebars->39->2123"
13766
+ "default.handlebars->39->2125"
13767
]
13768
},
13769
{
@@ -13810,7 +13813,7 @@
13813
"zh-chs": "单击此处编辑用户组名称",
13814
"zh-cht": "單擊此處編輯用戶群名稱",
13815
"xloc": [
13813
- "default.handlebars->39->2498"
13816
+ "default.handlebars->39->2500"
13817
]
13818
},
13819
{
@@ -14077,7 +14080,7 @@
14080
"zh-chs": "客户端启动的远程访问",
14081
"zh-cht": "客戶端啟動的遠程訪問",
14082
"xloc": [
14080
- "default.handlebars->39->1959"
14083
+ "default.handlebars->39->1961"
14084
]
14085
},
14086
{
@@ -14159,7 +14162,7 @@
14162
"default.handlebars->39->1337",
14163
"default.handlebars->39->216",
14164
"default.handlebars->39->224",
14162
- "default.handlebars->39->2966",
14165
+ "default.handlebars->39->2968",
14166
"sharing.handlebars->11->52"
14167
]
14168
},
@@ -14170,7 +14173,7 @@
14173
"pl": "Zamknięta sesja pulpitu wielokrotnego \\\"{0}\\\", {1} sekund(a)",
14174
"pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
14175
"xloc": [
14173
- "default.handlebars->39->2328"
14176
+ "default.handlebars->39->2330"
14177
]
14178
},
14179
{
@@ -14195,7 +14198,7 @@
14198
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
14199
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
14200
"xloc": [
14198
- "default.handlebars->39->2189"
14201
+ "default.handlebars->39->2191"
14202
]
14203
},
14204
{
@@ -14372,7 +14375,7 @@
14375
"default-mobile.handlebars->11->694",
14376
"default.handlebars->39->1004",
14377
"default.handlebars->39->1026",
14375
- "default.handlebars->39->2070"
14378
+ "default.handlebars->39->2072"
14379
]
14380
},
14381
{
@@ -14397,8 +14400,8 @@
14400
"zh-chs": "通用设备组",
14401
"zh-cht": "通用裝置群",
14402
"xloc": [
14400
- "default.handlebars->39->2532",
14401
- "default.handlebars->39->2685"
14403
+ "default.handlebars->39->2534",
14404
+ "default.handlebars->39->2687"
14405
]
14406
},
14407
{
@@ -14423,8 +14426,8 @@
14426
"zh-chs": "通用设备",
14427
"zh-cht": "通用裝置",
14428
"xloc": [
14426
- "default.handlebars->39->2538",
14427
- "default.handlebars->39->2697"
14429
+ "default.handlebars->39->2540",
14430
+ "default.handlebars->39->2699"
14431
]
14432
},
14433
{
@@ -14546,11 +14549,11 @@
14549
"default-mobile.handlebars->11->644",
14550
"default.handlebars->39->1136",
14551
"default.handlebars->39->1145",
14549
- "default.handlebars->39->1970",
14550
- "default.handlebars->39->2406",
14551
- "default.handlebars->39->2488",
14552
- "default.handlebars->39->2554",
14553
- "default.handlebars->39->2683",
14552
+ "default.handlebars->39->1972",
14553
+ "default.handlebars->39->2408",
14554
+ "default.handlebars->39->2490",
14555
+ "default.handlebars->39->2556",
14556
+ "default.handlebars->39->2685",
14557
"default.handlebars->39->660"
14558
]
14559
},
@@ -14675,7 +14678,7 @@
14678
"zh-chs": "确认删除选定的帐户?",
14679
"zh-cht": "確認刪除所選帳戶?",
14680
"xloc": [
14678
- "default.handlebars->39->2405"
14681
+ "default.handlebars->39->2407"
14682
]
14683
},
14684
{
@@ -14722,7 +14725,7 @@
14725
"zh-chs": "确认删除选定的用户组?",
14726
"zh-cht": "確認刪除所選用戶群?",
14727
"xloc": [
14725
- "default.handlebars->39->2487"
14728
+ "default.handlebars->39->2489"
14729
]
14730
},
14731
{
@@ -14747,7 +14750,7 @@
14750
"zh-chs": "确认删除用户{0}?",
14751
"zh-cht": "確認刪除用戶{0}?",
14752
"xloc": [
14750
- "default.handlebars->39->2682"
14753
+ "default.handlebars->39->2684"
14754
]
14755
},
14756
{
@@ -14772,7 +14775,7 @@
14775
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
14776
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14777
"xloc": [
14775
- "default.handlebars->39->2557"
14778
+ "default.handlebars->39->2559"
14779
]
14780
},
14781
{
@@ -14797,7 +14800,7 @@
14800
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14801
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14802
"xloc": [
14800
- "default.handlebars->39->2714"
14803
+ "default.handlebars->39->2716"
14804
]
14805
},
14806
{
@@ -14900,7 +14903,7 @@
14903
"zh-chs": "确认覆盖?",
14904
"zh-cht": "確認覆蓋?",
14905
"xloc": [
14903
- "default.handlebars->39->2172"
14906
+ "default.handlebars->39->2174"
14907
]
14908
},
14909
{
@@ -14925,8 +14928,8 @@
14928
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
14929
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14930
"xloc": [
14928
- "default.handlebars->39->2547",
14929
- "default.handlebars->39->2705"
14931
+ "default.handlebars->39->2549",
14932
+ "default.handlebars->39->2707"
14933
]
14934
},
14935
{
@@ -14951,8 +14954,8 @@
14954
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14955
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14956
"xloc": [
14954
- "default.handlebars->39->2549",
14955
- "default.handlebars->39->2718"
14957
+ "default.handlebars->39->2551",
14958
+ "default.handlebars->39->2720"
14959
]
14960
},
14961
{
@@ -14977,7 +14980,7 @@
14980
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
14981
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14982
"xloc": [
14980
- "default.handlebars->39->2707"
14983
+ "default.handlebars->39->2709"
14984
]
14985
},
14986
{
@@ -15002,7 +15005,7 @@
15005
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
15006
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
15007
"xloc": [
15005
- "default.handlebars->39->2710"
15008
+ "default.handlebars->39->2712"
15009
]
15010
},
15011
{
@@ -15027,8 +15030,8 @@
15030
"zh-chs": "确认删除访问权限?",
15031
"zh-cht": "確認刪除訪問權限?",
15032
"xloc": [
15030
- "default.handlebars->39->2708",
15031
- "default.handlebars->39->2711"
15033
+ "default.handlebars->39->2710",
15034
+ "default.handlebars->39->2713"
15035
]
15036
},
15037
{
@@ -15101,7 +15104,7 @@
15104
"zh-chs": "确认删除设备共享“{0}”?",
15105
"zh-cht": "確認刪除設備共享“{0}”?",
15106
"xloc": [
15104
- "default.handlebars->39->2703"
15107
+ "default.handlebars->39->2705"
15108
]
15109
},
15110
{
@@ -15194,7 +15197,7 @@
15197
"zh-chs": "确认删除用户“ {0} ”的权限?",
15198
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
15199
"xloc": [
15197
- "default.handlebars->39->2081"
15200
+ "default.handlebars->39->2083"
15201
]
15202
},
15203
{
@@ -15219,7 +15222,7 @@
15222
"zh-chs": "确认删除用户组“ {0} ”的权限?",
15223
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
15224
"xloc": [
15222
- "default.handlebars->39->2083"
15225
+ "default.handlebars->39->2085"
15226
]
15227
},
15228
{
@@ -15364,7 +15367,7 @@
15367
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15368
"xloc": [
15369
"default-mobile.handlebars->11->158",
15367
- "default.handlebars->39->2173"
15370
+ "default.handlebars->39->2175"
15371
]
15372
},
15373
{
@@ -15476,7 +15479,7 @@
15479
"zh-chs": "连接到服务器",
15480
"zh-cht": "連接到伺服器",
15481
"xloc": [
15479
- "default.handlebars->39->1963"
15482
+ "default.handlebars->39->1965"
15483
]
15484
},
15485
{
@@ -15645,7 +15648,7 @@
15648
"zh-chs": "已连接的英特尔®AMT",
15649
"zh-cht": "已連接的Intel® AMT",
15650
"xloc": [
15648
- "default.handlebars->39->2894"
15651
+ "default.handlebars->39->2896"
15652
]
15653
},
15654
{
@@ -15670,7 +15673,7 @@
15673
"zh-chs": "已连接的用户",
15674
"zh-cht": "已连接的用户",
15675
"xloc": [
15673
- "default.handlebars->39->2899"
15676
+ "default.handlebars->39->2901"
15677
]
15678
},
15679
{
@@ -15886,7 +15889,7 @@
15889
"zh-chs": "连接数量",
15890
"zh-cht": "連接數量",
15891
"xloc": [
15889
- "default.handlebars->39->2925"
15892
+ "default.handlebars->39->2927"
15893
]
15894
},
15895
{
@@ -15938,7 +15941,7 @@
15941
"zh-chs": "连接转发器",
15942
"zh-cht": "連接轉發器",
15943
"xloc": [
15941
- "default.handlebars->39->2960"
15944
+ "default.handlebars->39->2962"
15945
]
15946
},
15947
{
@@ -16014,7 +16017,7 @@
16017
"zh-cht": "連接性",
16018
"xloc": [
16019
"default-mobile.handlebars->11->318",
16017
- "default.handlebars->39->2130",
16020
+ "default.handlebars->39->2132",
16021
"default.handlebars->39->351",
16022
"default.handlebars->39->872",
16023
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -16037,7 +16040,7 @@
16040
"ru": "Согласие",
16041
"tr": "Onay",
16042
"xloc": [
16040
- "default.handlebars->39->2338"
16043
+ "default.handlebars->39->2340"
16044
]
16045
},
16046
{
@@ -16169,7 +16172,7 @@
16172
"zh-chs": "Cookie编码器",
16173
"zh-cht": "Cookie編碼器",
16174
"xloc": [
16172
- "default.handlebars->39->2944"
16175
+ "default.handlebars->39->2946"
16176
]
16177
},
16178
{
@@ -16388,8 +16391,8 @@
16391
"zh-chs": "复制连结到剪贴板",
16392
"zh-cht": "複製連結到剪貼板",
16393
"xloc": [
16391
- "default.handlebars->39->2141",
16392
- "default.handlebars->39->2160",
16394
+ "default.handlebars->39->2143",
16395
+ "default.handlebars->39->2162",
16396
"default.handlebars->39->293",
16397
"default.handlebars->39->315",
16398
"default.handlebars->39->317",
@@ -16521,7 +16524,7 @@
16524
"zh-chs": "复制:“{0}”到“{1}”",
16525
"zh-cht": "複製:“{0}”到“{1}”",
16526
"xloc": [
16524
- "default.handlebars->39->2232"
16527
+ "default.handlebars->39->2234"
16528
]
16529
},
16530
{
@@ -16702,7 +16705,7 @@
16705
"zh-chs": "核心服务器",
16706
"zh-cht": "核心伺服器",
16707
"xloc": [
16705
- "default.handlebars->39->2943"
16708
+ "default.handlebars->39->2945"
16709
]
16710
},
16711
{
@@ -16773,7 +16776,7 @@
16776
"zh-chs": "创建帐号",
16777
"zh-cht": "創建帳號",
16778
"xloc": [
16776
- "default.handlebars->39->2455",
16779
+ "default.handlebars->39->2457",
16780
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16781
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16782
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16872,7 +16875,7 @@
16875
"zh-chs": "创建用户组",
16876
"zh-cht": "創建用戶群",
16877
"xloc": [
16875
- "default.handlebars->39->2495"
16878
+ "default.handlebars->39->2497"
16879
]
16880
},
16881
{
@@ -17021,7 +17024,7 @@
17024
"zh-chs": "创建文件夹:“{0}”",
17025
"zh-cht": "創建文件夾:“{0}”",
17026
"xloc": [
17024
- "default.handlebars->39->2225"
17027
+ "default.handlebars->39->2227"
17028
]
17029
},
17030
{
@@ -17070,7 +17073,7 @@
17073
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
17074
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
17075
"xloc": [
17073
- "default.handlebars->39->2419"
17076
+ "default.handlebars->39->2421"
17077
]
17078
},
17079
{
@@ -17122,7 +17125,7 @@
17125
"zh-chs": "创建的设备组:{0}",
17126
"zh-cht": "創建的設備組:{0}",
17127
"xloc": [
17125
- "default.handlebars->39->2236"
17128
+ "default.handlebars->39->2238"
17129
]
17130
},
17131
{
@@ -17216,7 +17219,7 @@
17219
"zh-chs": "创建",
17220
"zh-cht": "創建",
17221
"xloc": [
17219
- "default.handlebars->39->2599"
17222
+ "default.handlebars->39->2601"
17223
]
17224
},
17225
{
@@ -17627,7 +17630,7 @@
17630
"zh-chs": "当前密码不正确。",
17631
"xloc": [
17632
"default-mobile.handlebars->11->734",
17630
- "default.handlebars->39->2867"
17633
+ "default.handlebars->39->2869"
17634
]
17635
},
17636
{
@@ -17903,8 +17906,8 @@
17906
"xloc": [
17907
"default-mobile.handlebars->11->384",
17908
"default.handlebars->39->1120",
17906
- "default.handlebars->39->2764",
17907
- "default.handlebars->39->2767"
17909
+ "default.handlebars->39->2766",
17910
+ "default.handlebars->39->2769"
17911
]
17912
},
17913
{
@@ -17930,7 +17933,7 @@
17933
"zh-cht": "停用",
17934
"xloc": [
17935
"default.handlebars->39->1884",
17933
- "default.handlebars->39->1942"
17936
+ "default.handlebars->39->1944"
17937
]
17938
},
17939
{
@@ -17955,7 +17958,7 @@
17958
"zh-chs": "如果设置停用CCM",
17959
"zh-cht": "如果設置停用CCM",
17960
"xloc": [
17958
- "default.handlebars->39->1954"
17961
+ "default.handlebars->39->1956"
17962
]
17963
},
17964
{
@@ -18028,10 +18031,10 @@
18031
"zh-chs": "默认",
18032
"zh-cht": "默認",
18033
"xloc": [
18031
- "default.handlebars->39->2442",
18032
- "default.handlebars->39->2491",
18033
- "default.handlebars->39->2502",
18034
- "default.handlebars->39->2575"
18034
+ "default.handlebars->39->2444",
18035
+ "default.handlebars->39->2493",
18036
+ "default.handlebars->39->2504",
18037
+ "default.handlebars->39->2577"
18038
]
18039
},
18040
{
@@ -18087,7 +18090,7 @@
18090
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
18091
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
18092
"default.handlebars->39->1347",
18090
- "default.handlebars->39->2167",
18093
+ "default.handlebars->39->2169",
18094
"default.handlebars->39->743",
18095
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18096
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -18149,7 +18152,7 @@
18152
"zh-chs": "删除帐户",
18153
"zh-cht": "刪除帳戶",
18154
"xloc": [
18152
- "default.handlebars->39->2407"
18155
+ "default.handlebars->39->2409"
18156
]
18157
},
18158
{
@@ -18226,8 +18229,8 @@
18229
"xloc": [
18230
"default-mobile.handlebars->11->642",
18231
"default-mobile.handlebars->11->645",
18229
- "default.handlebars->39->1930",
18230
- "default.handlebars->39->1971"
18232
+ "default.handlebars->39->1932",
18233
+ "default.handlebars->39->1973"
18234
]
18235
},
18236
{
@@ -18300,7 +18303,7 @@
18303
"zh-chs": "删除用户",
18304
"zh-cht": "刪除用戶",
18305
"xloc": [
18303
- "default.handlebars->39->2642"
18306
+ "default.handlebars->39->2644"
18307
]
18308
},
18309
{
@@ -18325,8 +18328,8 @@
18328
"zh-chs": "删除用户群组",
18329
"zh-cht": "刪除用戶群組",
18330
"xloc": [
18328
- "default.handlebars->39->2543",
18329
- "default.handlebars->39->2555"
18331
+ "default.handlebars->39->2545",
18332
+ "default.handlebars->39->2557"
18333
]
18334
},
18335
{
@@ -18351,7 +18354,7 @@
18354
"zh-chs": "删除用户群组",
18355
"zh-cht": "刪除用戶群組",
18356
"xloc": [
18354
- "default.handlebars->39->2489"
18357
+ "default.handlebars->39->2491"
18358
]
18359
},
18360
{
@@ -18376,7 +18379,7 @@
18379
"zh-chs": "删除用户{0}",
18380
"zh-cht": "刪除用戶{0}",
18381
"xloc": [
18379
- "default.handlebars->39->2681"
18382
+ "default.handlebars->39->2683"
18383
]
18384
},
18385
{
@@ -18402,7 +18405,7 @@
18405
"zh-cht": "刪除帳戶",
18406
"xloc": [
18407
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18405
- "default.handlebars->39->2403",
18408
+ "default.handlebars->39->2405",
18409
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18410
]
18411
},
@@ -18453,7 +18456,7 @@
18456
"zh-chs": "删除群组",
18457
"zh-cht": "刪除群組",
18458
"xloc": [
18456
- "default.handlebars->39->2485"
18459
+ "default.handlebars->39->2487"
18460
]
18461
},
18462
{
@@ -18503,7 +18506,7 @@
18506
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18507
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18508
"xloc": [
18506
- "default.handlebars->39->2227"
18509
+ "default.handlebars->39->2229"
18510
]
18511
},
18512
{
@@ -18531,7 +18534,7 @@
18534
"default-mobile.handlebars->11->155",
18535
"default-mobile.handlebars->11->484",
18536
"default.handlebars->39->1349",
18534
- "default.handlebars->39->2169",
18537
+ "default.handlebars->39->2171",
18538
"sharing.handlebars->11->63"
18539
]
18540
},
@@ -18557,7 +18560,7 @@
18560
"zh-chs": "删除用户群组{0}?",
18561
"zh-cht": "刪除用戶群組{0}?",
18562
"xloc": [
18560
- "default.handlebars->39->2553"
18563
+ "default.handlebars->39->2555"
18564
]
18565
},
18566
{
@@ -18585,7 +18588,7 @@
18588
"default-mobile.handlebars->11->154",
18589
"default-mobile.handlebars->11->483",
18590
"default.handlebars->39->1348",
18588
- "default.handlebars->39->2168",
18591
+ "default.handlebars->39->2170",
18592
"sharing.handlebars->11->62"
18593
]
18594
},
@@ -18636,7 +18639,7 @@
18639
"zh-chs": "删除:“{0}”",
18640
"zh-cht": "刪除:“{0}”",
18641
"xloc": [
18639
- "default.handlebars->39->2226"
18642
+ "default.handlebars->39->2228"
18643
]
18644
},
18645
{
@@ -18661,7 +18664,7 @@
18664
"zh-chs": "删除:“{0}”,{1}个元素已删除",
18665
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18666
"xloc": [
18664
- "default.handlebars->39->2228"
18667
+ "default.handlebars->39->2230"
18668
]
18669
},
18670
{
@@ -18838,12 +18841,12 @@
18841
"default.handlebars->39->148",
18842
"default.handlebars->39->1788",
18843
"default.handlebars->39->1845",
18841
- "default.handlebars->39->1977",
18842
- "default.handlebars->39->2336",
18843
- "default.handlebars->39->2494",
18844
- "default.handlebars->39->2504",
18845
- "default.handlebars->39->2505",
18846
- "default.handlebars->39->2551",
18844
+ "default.handlebars->39->1979",
18845
+ "default.handlebars->39->2338",
18846
+ "default.handlebars->39->2496",
18847
+ "default.handlebars->39->2506",
18848
+ "default.handlebars->39->2507",
18849
+ "default.handlebars->39->2553",
18850
"default.handlebars->39->784",
18851
"default.handlebars->39->785",
18852
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -18896,12 +18899,12 @@
18899
"default-mobile.handlebars->11->352",
18900
"default.handlebars->39->1044",
18901
"default.handlebars->39->1284",
18899
- "default.handlebars->39->1910",
18900
- "default.handlebars->39->1983",
18901
- "default.handlebars->39->2738",
18902
- "default.handlebars->39->2797",
18903
- "default.handlebars->39->2828",
18904
- "default.handlebars->39->2919",
18902
+ "default.handlebars->39->1912",
18903
+ "default.handlebars->39->1985",
18904
+ "default.handlebars->39->2740",
18905
+ "default.handlebars->39->2799",
18906
+ "default.handlebars->39->2830",
18907
+ "default.handlebars->39->2921",
18908
"default.handlebars->39->749",
18909
"default.handlebars->39->960",
18910
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -18932,7 +18935,7 @@
18935
"zh-chs": "桌面 + 文件",
18936
"xloc": [
18937
"default.handlebars->39->1047",
18935
- "default.handlebars->39->1914",
18938
+ "default.handlebars->39->1916",
18939
"default.handlebars->39->964"
18940
]
18941
},
@@ -18957,7 +18960,7 @@
18960
"tr": "Masaüstü + Terminal",
18961
"zh-chs": "桌面 + 终端",
18962
"xloc": [
18960
- "default.handlebars->39->1911",
18963
+ "default.handlebars->39->1913",
18964
"default.handlebars->39->961"
18965
]
18966
},
@@ -18983,7 +18986,7 @@
18986
"zh-chs": "桌面 + 终端 + 文件",
18987
"xloc": [
18988
"default.handlebars->39->1049",
18986
- "default.handlebars->39->1915",
18989
+ "default.handlebars->39->1917",
18990
"default.handlebars->39->965"
18991
]
18992
},
@@ -19033,7 +19036,7 @@
19036
"tr": "Masaüstü Multiplex",
19037
"zh-chs": "桌面复用",
19038
"xloc": [
19036
- "default.handlebars->39->2924"
19039
+ "default.handlebars->39->2926"
19040
]
19041
},
19042
{
@@ -19059,8 +19062,8 @@
19062
"zh-cht": "桌面通知",
19063
"xloc": [
19064
"default.handlebars->39->1865",
19062
- "default.handlebars->39->2512",
19063
- "default.handlebars->39->2614",
19065
+ "default.handlebars->39->2514",
19066
+ "default.handlebars->39->2616",
19067
"default.handlebars->39->846"
19068
]
19069
},
@@ -19087,8 +19090,8 @@
19090
"zh-cht": "桌面提示",
19091
"xloc": [
19092
"default.handlebars->39->1864",
19090
- "default.handlebars->39->2511",
19091
- "default.handlebars->39->2613",
19093
+ "default.handlebars->39->2513",
19094
+ "default.handlebars->39->2615",
19095
"default.handlebars->39->845"
19096
]
19097
},
@@ -19115,8 +19118,8 @@
19118
"zh-cht": "桌面提示+工具欄",
19119
"xloc": [
19120
"default.handlebars->39->1862",
19118
- "default.handlebars->39->2509",
19119
- "default.handlebars->39->2611",
19121
+ "default.handlebars->39->2511",
19122
+ "default.handlebars->39->2613",
19123
"default.handlebars->39->843"
19124
]
19125
},
@@ -19141,7 +19144,7 @@
19144
"tr": "Masaüstü Oturumu",
19145
"zh-chs": "桌面会话",
19146
"xloc": [
19144
- "default.handlebars->39->2731"
19147
+ "default.handlebars->39->2733"
19148
]
19149
},
19150
{
@@ -19240,8 +19243,8 @@
19243
"zh-cht": "桌面工具欄",
19244
"xloc": [
19245
"default.handlebars->39->1863",
19243
- "default.handlebars->39->2510",
19244
- "default.handlebars->39->2612",
19246
+ "default.handlebars->39->2512",
19247
+ "default.handlebars->39->2614",
19248
"default.handlebars->39->844"
19249
]
19250
},
@@ -19266,7 +19269,7 @@
19269
"tr": "Yalnızca Masaüstü Görünümü",
19270
"zh-chs": "仅桌面视图",
19271
"xloc": [
19269
- "default.handlebars->39->2587"
19272
+ "default.handlebars->39->2589"
19273
]
19274
},
19275
{
@@ -19392,7 +19395,7 @@
19395
"zh-cht": "細節",
19396
"xloc": [
19397
"default-mobile.handlebars->11->355",
19395
- "default.handlebars->39->2073",
19398
+ "default.handlebars->39->2075",
19399
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19400
"default.handlebars->contextMenu->cxdetails"
19401
]
@@ -19447,11 +19450,11 @@
19450
"default-mobile.handlebars->11->544",
19451
"default.handlebars->39->1403",
19452
"default.handlebars->39->1511",
19450
- "default.handlebars->39->2011",
19453
+ "default.handlebars->39->2013",
19454
"default.handlebars->39->265",
19452
- "default.handlebars->39->2700",
19453
- "default.handlebars->39->2763",
19454
- "default.handlebars->39->2781",
19455
+ "default.handlebars->39->2702",
19456
+ "default.handlebars->39->2765",
19457
+ "default.handlebars->39->2783",
19458
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19459
]
19460
},
@@ -19552,7 +19555,7 @@
19555
"tr": "Cihaz Ayrıntıları",
19556
"zh-chs": "设备详情",
19557
"xloc": [
19555
- "default.handlebars->39->2035"
19558
+ "default.handlebars->39->2037"
19559
]
19560
},
19561
{
@@ -19604,17 +19607,17 @@
19607
"xloc": [
19608
"agent-translations.json",
19609
"default-mobile.handlebars->11->712",
19607
- "default.handlebars->39->2006",
19608
- "default.handlebars->39->2009",
19609
- "default.handlebars->39->2010",
19610
- "default.handlebars->39->2353",
19611
- "default.handlebars->39->2535",
19612
- "default.handlebars->39->2541",
19613
- "default.handlebars->39->2688",
19614
- "default.handlebars->39->2747",
19615
- "default.handlebars->39->2770",
19616
- "default.handlebars->39->2784",
19617
- "default.handlebars->39->2845"
19610
+ "default.handlebars->39->2008",
19611
+ "default.handlebars->39->2011",
19612
+ "default.handlebars->39->2012",
19613
+ "default.handlebars->39->2355",
19614
+ "default.handlebars->39->2537",
19615
+ "default.handlebars->39->2543",
19616
+ "default.handlebars->39->2690",
19617
+ "default.handlebars->39->2749",
19618
+ "default.handlebars->39->2772",
19619
+ "default.handlebars->39->2786",
19620
+ "default.handlebars->39->2847"
19621
]
19622
},
19623
{
@@ -19640,7 +19643,7 @@
19643
"zh-cht": "裝置群用戶",
19644
"xloc": [
19645
"default-mobile.handlebars->11->701",
19643
- "default.handlebars->39->2079"
19646
+ "default.handlebars->39->2081"
19647
]
19648
},
19649
{
@@ -19666,11 +19669,11 @@
19669
"zh-cht": "裝置群",
19670
"xloc": [
19671
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19669
- "default.handlebars->39->2369",
19670
- "default.handlebars->39->2479",
19671
- "default.handlebars->39->2522",
19672
- "default.handlebars->39->2608",
19673
- "default.handlebars->39->2897",
19672
+ "default.handlebars->39->2371",
19673
+ "default.handlebars->39->2481",
19674
+ "default.handlebars->39->2524",
19675
+ "default.handlebars->39->2610",
19676
+ "default.handlebars->39->2899",
19677
"default.handlebars->container->column_l->p2->p2info->9"
19678
]
19679
},
@@ -19773,7 +19776,7 @@
19776
"xloc": [
19777
"default-mobile.handlebars->11->400",
19778
"default.handlebars->39->1186",
19776
- "default.handlebars->39->2746",
19779
+ "default.handlebars->39->2748",
19780
"default.handlebars->39->441",
19781
"default.handlebars->39->450",
19782
"player.handlebars->3->25"
@@ -19850,7 +19853,7 @@
19853
"tr": "Cihaz İtme",
19854
"zh-chs": "设备推送",
19855
"xloc": [
19853
- "default.handlebars->39->2627"
19856
+ "default.handlebars->39->2629"
19857
]
19858
},
19859
{
@@ -19918,7 +19921,7 @@
19921
"zh-chs": "设备共享链接",
19922
"zh-cht": "設備共享鏈接",
19923
"xloc": [
19921
- "default.handlebars->39->1907",
19924
+ "default.handlebars->39->1909",
19925
"default.handlebars->39->957"
19926
]
19927
},
@@ -20044,8 +20047,8 @@
20047
"zh-cht": "裝置連接。",
20048
"xloc": [
20049
"default.handlebars->39->1751",
20047
- "default.handlebars->39->2106",
20048
- "default.handlebars->39->2110",
20050
+ "default.handlebars->39->2108",
20051
+ "default.handlebars->39->2112",
20052
"default.handlebars->39->981",
20053
"default.handlebars->39->985"
20054
]
@@ -20073,8 +20076,8 @@
20076
"zh-cht": "裝置斷開連接。",
20077
"xloc": [
20078
"default.handlebars->39->1752",
20076
- "default.handlebars->39->2107",
20077
- "default.handlebars->39->2111",
20079
+ "default.handlebars->39->2109",
20080
+ "default.handlebars->39->2113",
20081
"default.handlebars->39->982",
20082
"default.handlebars->39->986"
20083
]
@@ -20101,7 +20104,7 @@
20104
"zh-chs": "创建的设备组:{0}",
20105
"zh-cht": "設備組已創建:{0}",
20106
"xloc": [
20104
- "default.handlebars->39->2257"
20107
+ "default.handlebars->39->2259"
20108
]
20109
},
20110
{
@@ -20126,7 +20129,7 @@
20129
"zh-chs": "设备组已删除:{0}",
20130
"zh-cht": "設備組已刪除:{0}",
20131
"xloc": [
20129
- "default.handlebars->39->2258"
20132
+ "default.handlebars->39->2260"
20133
]
20134
},
20135
{
@@ -20151,7 +20154,7 @@
20154
"zh-chs": "设备组成员身份已更改:{0}",
20155
"zh-cht": "設備組成員身份已更改:{0}",
20156
"xloc": [
20154
- "default.handlebars->39->2259"
20157
+ "default.handlebars->39->2261"
20158
]
20159
},
20160
{
@@ -20202,7 +20205,7 @@
20205
"zh-chs": "设备组通知已更改",
20206
"zh-cht": "設備組通知已更改",
20207
"xloc": [
20205
- "default.handlebars->39->2254"
20208
+ "default.handlebars->39->2256"
20209
]
20210
},
20211
{
@@ -20227,7 +20230,7 @@
20230
"zh-chs": "未删除的设备组:{0}",
20231
"zh-cht": "未刪除的設備組:{0}",
20232
"xloc": [
20230
- "default.handlebars->39->2237"
20233
+ "default.handlebars->39->2239"
20234
]
20235
},
20236
{
@@ -20247,7 +20250,7 @@
20250
"ru": "Группа устройств {0} изменена: {1}",
20251
"tr": "{0} cihaz grubu değiştirildi: {1}",
20252
"xloc": [
20250
- "default.handlebars->39->2323"
20253
+ "default.handlebars->39->2325"
20254
]
20255
},
20256
{
@@ -20783,7 +20786,7 @@
20786
"tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20787
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20788
"xloc": [
20786
- "default.handlebars->39->2292"
20789
+ "default.handlebars->39->2294"
20790
]
20791
},
20792
{
@@ -20808,7 +20811,7 @@
20811
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20812
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20813
"xloc": [
20811
- "default.handlebars->39->2239"
20814
+ "default.handlebars->39->2241"
20815
]
20816
},
20817
{
@@ -20855,9 +20858,9 @@
20858
"zh-chs": "设备",
20859
"zh-cht": "裝置",
20860
"xloc": [
20858
- "default.handlebars->39->1928",
20859
- "default.handlebars->39->2480",
20860
- "default.handlebars->39->2523"
20861
+ "default.handlebars->39->1930",
20862
+ "default.handlebars->39->2482",
20863
+ "default.handlebars->39->2525"
20864
]
20865
},
20866
{
@@ -20978,7 +20981,7 @@
20981
"zh-chs": "禁用的电子邮件两因素身份验证",
20982
"zh-cht": "禁用的電子郵件兩因素身份驗證",
20983
"xloc": [
20981
- "default.handlebars->39->2270"
20984
+ "default.handlebars->39->2272"
20985
]
20986
},
20987
{
@@ -21381,7 +21384,7 @@
21384
"zh-chs": "显示公共连结",
21385
"zh-cht": "顯示公共鏈結",
21386
"xloc": [
21384
- "default.handlebars->39->2140"
21387
+ "default.handlebars->39->2142"
21388
]
21389
},
21390
{
@@ -21430,7 +21433,7 @@
21433
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
21434
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
21435
"xloc": [
21433
- "default.handlebars->39->2199"
21436
+ "default.handlebars->39->2201"
21437
]
21438
},
21439
{
@@ -21455,7 +21458,7 @@
21458
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
21459
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
21460
"xloc": [
21458
- "default.handlebars->39->2207"
21461
+ "default.handlebars->39->2209"
21462
]
21463
},
21464
{
@@ -21480,8 +21483,8 @@
21483
"zh-chs": "什么都不做",
21484
"zh-cht": "什麼都不做",
21485
"xloc": [
21483
- "default.handlebars->39->1957",
21484
- "default.handlebars->39->1961"
21486
+ "default.handlebars->39->1959",
21487
+ "default.handlebars->39->1963"
21488
]
21489
},
21490
{
@@ -21508,10 +21511,10 @@
21511
"xloc": [
21512
"default.handlebars->39->117",
21513
"default.handlebars->39->1203",
21511
- "default.handlebars->39->2443",
21512
- "default.handlebars->39->2492",
21513
- "default.handlebars->39->2501",
21514
- "default.handlebars->39->2574",
21514
+ "default.handlebars->39->2445",
21515
+ "default.handlebars->39->2494",
21516
+ "default.handlebars->39->2503",
21517
+ "default.handlebars->39->2576",
21518
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
21519
"mstsc.handlebars->main->1->3->1->rowdomain->3"
21520
]
@@ -21559,7 +21562,7 @@
21562
"zh-chs": "请勿更改,如果设置请保留CCM",
21563
"zh-cht": "請勿更改,如果設置請保留CCM",
21564
"xloc": [
21562
- "default.handlebars->39->1953"
21565
+ "default.handlebars->39->1955"
21566
]
21567
},
21568
{
@@ -21606,7 +21609,7 @@
21609
"zh-chs": "不要连接到服务器",
21610
"zh-cht": "不要連接到伺服器",
21611
"xloc": [
21609
- "default.handlebars->39->1962"
21612
+ "default.handlebars->39->1964"
21613
]
21614
},
21615
{
@@ -21952,7 +21955,7 @@
21955
"zh-chs": "下载报告",
21956
"zh-cht": "下載報告",
21957
"xloc": [
21955
- "default.handlebars->39->2358",
21958
+ "default.handlebars->39->2360",
21959
"default.handlebars->container->column_l->p3->3->1->0->3",
21960
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21961
]
@@ -22053,7 +22056,7 @@
22056
"tr": "Cihaz listesini indir",
22057
"zh-chs": "下载设备列表",
22058
"xloc": [
22056
- "default.handlebars->39->1926"
22059
+ "default.handlebars->39->1928"
22060
]
22061
},
22062
{
@@ -22252,7 +22255,7 @@
22255
"zh-chs": "使用以下一种档案格式下载事件列表。",
22256
"zh-cht": "使用以下一種檔案格式下載事件列表。",
22257
"xloc": [
22255
- "default.handlebars->39->2359"
22258
+ "default.handlebars->39->2361"
22259
]
22260
},
22261
{
@@ -22277,7 +22280,7 @@
22280
"zh-chs": "使用以下一种档案格式下载用户列表。",
22281
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
22282
"xloc": [
22280
- "default.handlebars->39->2427"
22283
+ "default.handlebars->39->2429"
22284
]
22285
},
22286
{
@@ -22378,7 +22381,7 @@
22381
"zh-chs": "下载:“{0}”",
22382
"zh-cht": "下載:“{0}”",
22383
"xloc": [
22381
- "default.handlebars->39->2230"
22384
+ "default.handlebars->39->2232"
22385
]
22386
},
22387
{
@@ -22402,7 +22405,7 @@
22405
"tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
22406
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
22407
"xloc": [
22405
- "default.handlebars->39->2287"
22408
+ "default.handlebars->39->2289"
22409
]
22410
},
22411
{
@@ -22452,7 +22455,7 @@
22455
"zh-chs": "代理重复",
22456
"zh-cht": "代理重複",
22457
"xloc": [
22455
- "default.handlebars->39->2893"
22458
+ "default.handlebars->39->2895"
22459
]
22460
},
22461
{
@@ -22502,7 +22505,7 @@
22505
"zh-chs": "复制用户组",
22506
"zh-cht": "複製用戶群",
22507
"xloc": [
22505
- "default.handlebars->39->2496"
22508
+ "default.handlebars->39->2498"
22509
]
22510
},
22511
{
@@ -22551,9 +22554,9 @@
22554
"xloc": [
22555
"default.handlebars->39->1078",
22556
"default.handlebars->39->271",
22554
- "default.handlebars->39->2726",
22557
+ "default.handlebars->39->2728",
22558
"default.handlebars->39->273",
22556
- "default.handlebars->39->2752",
22559
+ "default.handlebars->39->2754",
22560
"player.handlebars->3->18"
22561
]
22562
},
@@ -23041,12 +23044,12 @@
23044
"default-mobile.handlebars->11->652",
23045
"default-mobile.handlebars->11->658",
23046
"default-mobile.handlebars->11->678",
23044
- "default.handlebars->39->1972",
23045
- "default.handlebars->39->1975",
23046
- "default.handlebars->39->1978",
23047
- "default.handlebars->39->2015",
23048
- "default.handlebars->39->2041",
23049
- "default.handlebars->39->2053"
23047
+ "default.handlebars->39->1974",
23048
+ "default.handlebars->39->1977",
23049
+ "default.handlebars->39->1980",
23050
+ "default.handlebars->39->2017",
23051
+ "default.handlebars->39->2043",
23052
+ "default.handlebars->39->2055"
23053
]
23054
},
23055
{
@@ -23071,7 +23074,7 @@
23074
"zh-chs": "编辑设备组功能",
23075
"zh-cht": "編輯裝置群功能",
23076
"xloc": [
23074
- "default.handlebars->39->2001"
23077
+ "default.handlebars->39->2003"
23078
]
23079
},
23080
{
@@ -23096,8 +23099,8 @@
23099
"zh-chs": "编辑设备组权限",
23100
"zh-cht": "編輯裝置群權限",
23101
"xloc": [
23099
- "default.handlebars->39->2038",
23100
- "default.handlebars->39->2050"
23102
+ "default.handlebars->39->2040",
23103
+ "default.handlebars->39->2052"
23104
]
23105
},
23106
{
@@ -23122,7 +23125,7 @@
23125
"zh-chs": "编辑设备组用户同意",
23126
"zh-cht": "編輯裝置群用戶同意",
23127
"xloc": [
23125
- "default.handlebars->39->1979"
23128
+ "default.handlebars->39->1981"
23129
]
23130
},
23131
{
@@ -23148,7 +23151,7 @@
23151
"zh-cht": "編輯裝置筆記",
23152
"xloc": [
23153
"default-mobile.handlebars->11->670",
23151
- "default.handlebars->39->2029"
23154
+ "default.handlebars->39->2031"
23155
]
23156
},
23157
{
@@ -23173,8 +23176,8 @@
23176
"zh-chs": "编辑设备权限",
23177
"zh-cht": "編輯裝置權限",
23178
"xloc": [
23176
- "default.handlebars->39->2043",
23177
- "default.handlebars->39->2045"
23179
+ "default.handlebars->39->2045",
23180
+ "default.handlebars->39->2047"
23181
]
23182
},
23183
{
@@ -23224,7 +23227,7 @@
23227
"zh-chs": "编辑设备用户同意",
23228
"zh-cht": "編輯裝置用戶同意",
23229
"xloc": [
23227
- "default.handlebars->39->1981"
23230
+ "default.handlebars->39->1983"
23231
]
23232
},
23233
{
@@ -23307,7 +23310,7 @@
23310
"zh-cht": "編輯筆記",
23311
"xloc": [
23312
"default-mobile.handlebars->11->685",
23310
- "default.handlebars->39->2060"
23313
+ "default.handlebars->39->2062"
23314
]
23315
},
23316
{
@@ -23332,7 +23335,7 @@
23335
"zh-chs": "编辑用户同意",
23336
"zh-cht": "編輯用戶同意",
23337
"xloc": [
23335
- "default.handlebars->39->1980"
23338
+ "default.handlebars->39->1982"
23339
]
23340
},
23341
{
@@ -23357,7 +23360,7 @@
23360
"zh-chs": "编辑用户设备组权限",
23361
"zh-cht": "編輯用戶裝置群權限",
23362
"xloc": [
23360
- "default.handlebars->39->2051"
23363
+ "default.handlebars->39->2053"
23364
]
23365
},
23366
{
@@ -23382,7 +23385,7 @@
23385
"zh-chs": "编辑用户设备权限",
23386
"zh-cht": "編輯用戶裝置權限",
23387
"xloc": [
23385
- "default.handlebars->39->2046"
23388
+ "default.handlebars->39->2048"
23389
]
23390
},
23391
{
@@ -23406,7 +23409,7 @@
23409
"tr": "Kullanıcı Özelliklerini Düzenle",
23410
"zh-chs": "编辑用户特征",
23411
"xloc": [
23409
- "default.handlebars->39->2664"
23412
+ "default.handlebars->39->2666"
23413
]
23414
},
23415
{
@@ -23431,7 +23434,7 @@
23434
"zh-chs": "编辑用户组",
23435
"zh-cht": "編輯用戶群",
23436
"xloc": [
23434
- "default.handlebars->39->2552"
23437
+ "default.handlebars->39->2554"
23438
]
23439
},
23440
{
@@ -23456,7 +23459,7 @@
23459
"zh-chs": "编辑用户组设备权限",
23460
"zh-cht": "編輯用戶群裝置權限",
23461
"xloc": [
23459
- "default.handlebars->39->2048"
23462
+ "default.handlebars->39->2050"
23463
]
23464
},
23465
{
@@ -23476,7 +23479,7 @@
23479
"ru": "Редактировать функции групп пользователей",
23480
"tr": "Kullanıcı Grubu Özelliklerini Düzenle",
23481
"xloc": [
23479
- "default.handlebars->39->2545"
23482
+ "default.handlebars->39->2547"
23483
]
23484
},
23485
{
@@ -23501,7 +23504,7 @@
23504
"zh-chs": "编辑用户组用户同意",
23505
"zh-cht": "編輯用戶組用戶同意",
23506
"xloc": [
23504
- "default.handlebars->39->1982"
23507
+ "default.handlebars->39->1984"
23508
]
23509
},
23510
{
@@ -23620,12 +23623,12 @@
23623
"zh-cht": "電郵",
23624
"xloc": [
23625
"default-mobile.handlebars->11->109",
23623
- "default.handlebars->39->2445",
23624
- "default.handlebars->39->2578",
23626
+ "default.handlebars->39->2447",
23627
"default.handlebars->39->2580",
23626
- "default.handlebars->39->2625",
23627
- "default.handlebars->39->2635",
23628
- "default.handlebars->39->2667",
23628
+ "default.handlebars->39->2582",
23629
+ "default.handlebars->39->2627",
23630
+ "default.handlebars->39->2637",
23631
+ "default.handlebars->39->2669",
23632
"default.handlebars->39->486",
23633
"login-mobile.handlebars->5->42",
23634
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -23778,7 +23781,7 @@
23781
"ru": "Уведомления по электронной почте",
23782
"tr": "E-posta Bildirimleri",
23783
"xloc": [
23781
- "default.handlebars->39->2109",
23784
+ "default.handlebars->39->2111",
23785
"default.handlebars->39->984"
23786
]
23787
},
@@ -23837,7 +23840,7 @@
23840
"pt-br": "O domínio de e-mail \\\"{0}\\\" não é permitido. Somente ({1}) são permitidos",
23841
"xloc": [
23842
"default-mobile.handlebars->11->743",
23840
- "default.handlebars->39->2876"
23843
+ "default.handlebars->39->2878"
23844
]
23845
},
23846
{
@@ -23887,7 +23890,7 @@
23890
"zh-chs": "电邮未验证",
23891
"zh-cht": "電郵未驗證",
23892
"xloc": [
23890
- "default.handlebars->39->2389"
23893
+ "default.handlebars->39->2391"
23894
]
23895
},
23896
{
@@ -23912,8 +23915,8 @@
23915
"zh-chs": "电子邮件已验证",
23916
"zh-cht": "電子郵件已驗證",
23917
"xloc": [
23915
- "default.handlebars->39->2390",
23916
- "default.handlebars->39->2572"
23918
+ "default.handlebars->39->2392",
23919
+ "default.handlebars->39->2574"
23920
]
23921
},
23922
{
@@ -23938,7 +23941,7 @@
23941
"zh-chs": "电邮已验证。",
23942
"zh-cht": "電郵已驗證。",
23943
"xloc": [
23941
- "default.handlebars->39->2451"
23944
+ "default.handlebars->39->2453"
23945
]
23946
},
23947
{
@@ -23963,7 +23966,7 @@
23966
"zh-chs": "电邮未验证",
23967
"zh-cht": "電郵未驗證",
23968
"xloc": [
23966
- "default.handlebars->39->2573"
23969
+ "default.handlebars->39->2575"
23970
]
23971
},
23972
{
@@ -24010,7 +24013,7 @@
24013
"zh-cht": "電郵已發送。",
24014
"xloc": [
24015
"default-mobile.handlebars->11->727",
24013
- "default.handlebars->39->2860",
24016
+ "default.handlebars->39->2862",
24017
"login-mobile.handlebars->5->2",
24018
"login.handlebars->5->2",
24019
"login2.handlebars->7->3"
@@ -24086,7 +24089,7 @@
24089
"zh-chs": "已通过电邮验证,并且需要重置密码。",
24090
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
24091
"xloc": [
24089
- "default.handlebars->39->2452"
24092
+ "default.handlebars->39->2454"
24093
]
24094
},
24095
{
@@ -24132,7 +24135,7 @@
24135
"tr": "E-posta/SMS/Push Trafiği",
24136
"zh-chs": "电子邮件/短信/推送流量",
24137
"xloc": [
24135
- "default.handlebars->39->2952"
24138
+ "default.handlebars->39->2954"
24139
]
24140
},
24141
{
@@ -24204,7 +24207,7 @@
24207
"zh-chs": "启用邀请代码",
24208
"zh-cht": "啟用邀請代碼",
24209
"xloc": [
24207
- "default.handlebars->39->2085"
24210
+ "default.handlebars->39->2087"
24211
]
24212
},
24213
{
@@ -24306,7 +24309,7 @@
24309
"zh-cht": "已啟用",
24310
"xloc": [
24311
"default.handlebars->39->120",
24309
- "default.handlebars->39->2754"
24312
+ "default.handlebars->39->2756"
24313
]
24314
},
24315
{
@@ -24331,7 +24334,7 @@
24334
"zh-chs": "启用电子邮件两因素身份验证",
24335
"zh-cht": "啟用電子郵件兩因素身份驗證",
24336
"xloc": [
24334
- "default.handlebars->39->2269"
24337
+ "default.handlebars->39->2271"
24338
]
24339
},
24340
{
@@ -24457,7 +24460,7 @@
24460
"zh-chs": "时间结束",
24461
"zh-cht": "時間結束",
24462
"xloc": [
24460
- "default.handlebars->39->2751"
24463
+ "default.handlebars->39->2753"
24464
]
24465
},
24466
{
@@ -24482,7 +24485,7 @@
24485
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
24486
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
24487
"xloc": [
24485
- "default.handlebars->39->2192"
24488
+ "default.handlebars->39->2194"
24489
]
24490
},
24491
{
@@ -24507,7 +24510,7 @@
24510
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
24511
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
24512
"xloc": [
24510
- "default.handlebars->39->2193"
24513
+ "default.handlebars->39->2195"
24514
]
24515
},
24516
{
@@ -24531,7 +24534,7 @@
24534
"tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi",
24535
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
24536
"xloc": [
24534
- "default.handlebars->39->2302"
24537
+ "default.handlebars->39->2304"
24538
]
24539
},
24540
{
@@ -24555,7 +24558,7 @@
24558
"tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye",
24559
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
24560
"xloc": [
24558
- "default.handlebars->39->2293"
24561
+ "default.handlebars->39->2295"
24562
]
24563
},
24564
{
@@ -24580,7 +24583,7 @@
24583
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
24584
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
24585
"xloc": [
24583
- "default.handlebars->39->2190"
24586
+ "default.handlebars->39->2192"
24587
]
24588
},
24589
{
@@ -24605,7 +24608,7 @@
24608
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
24609
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
24610
"xloc": [
24608
- "default.handlebars->39->2191"
24611
+ "default.handlebars->39->2193"
24612
]
24613
},
24614
{
@@ -25006,7 +25009,7 @@
25009
"zh-chs": "输入管理领域名称的逗号分隔列表。",
25010
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
25011
"xloc": [
25009
- "default.handlebars->39->2456"
25012
+ "default.handlebars->39->2458"
25013
]
25014
},
25015
{
@@ -25343,7 +25346,7 @@
25346
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
25347
"xloc": [
25348
"default-mobile.handlebars->11->735",
25346
- "default.handlebars->39->2868"
25349
+ "default.handlebars->39->2870"
25350
]
25351
},
25352
{
@@ -25368,7 +25371,7 @@
25371
"zh-chs": "错误,密码未更改。",
25372
"xloc": [
25373
"default-mobile.handlebars->11->732",
25371
- "default.handlebars->39->2865"
25374
+ "default.handlebars->39->2867"
25375
]
25376
},
25377
{
@@ -25393,7 +25396,7 @@
25396
"zh-chs": "错误,无法更改为常用密码。",
25397
"xloc": [
25398
"default-mobile.handlebars->11->731",
25396
- "default.handlebars->39->2864"
25399
+ "default.handlebars->39->2866"
25400
]
25401
},
25402
{
@@ -25418,7 +25421,7 @@
25421
"zh-chs": "错误,无法更改为以前使用的密码。",
25422
"xloc": [
25423
"default-mobile.handlebars->11->730",
25421
- "default.handlebars->39->2863"
25424
+ "default.handlebars->39->2865"
25425
]
25426
},
25427
{
@@ -25610,7 +25613,7 @@
25613
"zh-chs": "事件列表输出",
25614
"zh-cht": "事件列表輸出",
25615
"xloc": [
25613
- "default.handlebars->39->2364"
25616
+ "default.handlebars->39->2366"
25617
]
25618
},
25619
{
@@ -25943,7 +25946,7 @@
25946
"zh-chs": "外部",
25947
"zh-cht": "外部",
25948
"xloc": [
25946
- "default.handlebars->39->2932"
25949
+ "default.handlebars->39->2934"
25950
]
25951
},
25952
{
@@ -25952,7 +25955,7 @@
25955
"pl": "Klucz FIDO",
25956
"pt-br": "Chave FIDO",
25957
"xloc": [
25955
- "default.handlebars->39->2818"
25958
+ "default.handlebars->39->2820"
25959
]
25960
},
25961
{
@@ -26077,7 +26080,7 @@
26080
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
26081
"xloc": [
26082
"default-mobile.handlebars->11->726",
26080
- "default.handlebars->39->2859"
26083
+ "default.handlebars->39->2861"
26084
]
26085
},
26086
{
@@ -26126,7 +26129,7 @@
26129
"zh-chs": "本地用户拒绝后无法启动远程桌面",
26130
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
26131
"xloc": [
26129
- "default.handlebars->39->2215"
26132
+ "default.handlebars->39->2217"
26133
]
26134
},
26135
{
@@ -26172,7 +26175,7 @@
26175
"zh-chs": "本地用户拒绝后无法启动远程文件",
26176
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
26177
"xloc": [
26175
- "default.handlebars->39->2222"
26178
+ "default.handlebars->39->2224"
26179
]
26180
},
26181
{
@@ -26299,8 +26302,8 @@
26302
"zh-cht": "功能",
26303
"xloc": [
26304
"default.handlebars->39->1861",
26302
- "default.handlebars->39->2508",
26303
- "default.handlebars->39->2596"
26305
+ "default.handlebars->39->2510",
26306
+ "default.handlebars->39->2598"
26307
]
26308
},
26309
{
@@ -26477,7 +26480,7 @@
26480
"tr": "Dosya transferi",
26481
"zh-chs": "文件传输",
26482
"xloc": [
26480
- "default.handlebars->39->2732"
26483
+ "default.handlebars->39->2734"
26484
]
26485
},
26486
{
@@ -26530,12 +26533,12 @@
26533
"default-mobile.handlebars->11->216",
26534
"default-mobile.handlebars->11->354",
26535
"default.handlebars->39->1046",
26533
- "default.handlebars->39->1912",
26534
- "default.handlebars->39->1990",
26535
- "default.handlebars->39->2739",
26536
- "default.handlebars->39->2798",
26537
- "default.handlebars->39->2829",
26538
- "default.handlebars->39->2920",
26536
+ "default.handlebars->39->1914",
26537
+ "default.handlebars->39->1992",
26538
+ "default.handlebars->39->2741",
26539
+ "default.handlebars->39->2800",
26540
+ "default.handlebars->39->2831",
26541
+ "default.handlebars->39->2922",
26542
"default.handlebars->39->407",
26543
"default.handlebars->39->962",
26544
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -26591,8 +26594,8 @@
26594
"zh-cht": "檔案通知",
26595
"xloc": [
26596
"default.handlebars->39->1869",
26594
- "default.handlebars->39->2516",
26595
- "default.handlebars->39->2618",
26597
+ "default.handlebars->39->2518",
26598
+ "default.handlebars->39->2620",
26599
"default.handlebars->39->850"
26600
]
26601
},
@@ -26619,8 +26622,8 @@
26622
"zh-cht": "檔案提示",
26623
"xloc": [
26624
"default.handlebars->39->1868",
26622
- "default.handlebars->39->2515",
26623
- "default.handlebars->39->2617",
26625
+ "default.handlebars->39->2517",
26626
+ "default.handlebars->39->2619",
26627
"default.handlebars->39->849"
26628
]
26629
},
@@ -26733,7 +26736,7 @@
26736
"pl": "Zakończono sesję nagrywania, \\\"{0}\\\", {1} sekund(a)",
26737
"pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)",
26738
"xloc": [
26736
- "default.handlebars->39->2327"
26739
+ "default.handlebars->39->2329"
26740
]
26741
},
26742
{
@@ -26758,7 +26761,7 @@
26761
"zh-chs": "录制会话已完成,{0}秒",
26762
"zh-cht": "錄製會話已完成,{0}秒",
26763
"xloc": [
26761
- "default.handlebars->39->2188"
26764
+ "default.handlebars->39->2190"
26765
]
26766
},
26767
{
@@ -26834,8 +26837,8 @@
26837
"tr": "Güvenlik duvarı etkin değil",
26838
"zh-chs": "防火墙未激活",
26839
"xloc": [
26837
- "default.handlebars->39->2120",
26838
- "default.handlebars->39->2134"
26840
+ "default.handlebars->39->2122",
26841
+ "default.handlebars->39->2136"
26842
]
26843
},
26844
{
@@ -26885,7 +26888,7 @@
26888
"ru": "Флаги",
26889
"tr": "Bayraklar",
26890
"xloc": [
26888
- "default.handlebars->39->2337"
26891
+ "default.handlebars->39->2339"
26892
]
26893
},
26894
{
@@ -27169,8 +27172,8 @@
27172
"zh-chs": "下次登录时强制重置密码。",
27173
"zh-cht": "下次登入時強制重置密碼。",
27174
"xloc": [
27172
- "default.handlebars->39->2450",
27173
- "default.handlebars->39->2678"
27175
+ "default.handlebars->39->2452",
27176
+ "default.handlebars->39->2680"
27177
]
27178
},
27179
{
@@ -27190,7 +27193,7 @@
27193
"ru": "Принудительно отключен сеанс рабочего стола пользователя {0}",
27194
"tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu",
27195
"xloc": [
27193
- "default.handlebars->39->2315"
27196
+ "default.handlebars->39->2317"
27197
]
27198
},
27199
{
@@ -27210,7 +27213,7 @@
27213
"ru": "Принудительно отключен файловый сеанс пользователя {0}",
27214
"tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu",
27215
"xloc": [
27213
- "default.handlebars->39->2317"
27216
+ "default.handlebars->39->2319"
27217
]
27218
},
27219
{
@@ -27230,7 +27233,7 @@
27233
"ru": "Принудительно отключен сеанс маршрутизации пользователя {0}",
27234
"tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu",
27235
"xloc": [
27233
- "default.handlebars->39->2318"
27236
+ "default.handlebars->39->2320"
27237
]
27238
},
27239
{
@@ -27250,7 +27253,7 @@
27253
"ru": "Принудительно отключен терминальный сеанс пользователя {0}",
27254
"tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu",
27255
"xloc": [
27253
- "default.handlebars->39->2316"
27256
+ "default.handlebars->39->2318"
27257
]
27258
},
27259
{
@@ -27353,7 +27356,7 @@
27356
"zh-chs": "格式化",
27357
"zh-cht": "格式化",
27358
"xloc": [
27356
- "default.handlebars->39->2355"
27359
+ "default.handlebars->39->2357"
27360
]
27361
},
27362
{
@@ -27426,8 +27429,8 @@
27429
"zh-chs": "自由",
27430
"zh-cht": "自由",
27431
"xloc": [
27429
- "default.handlebars->39->2878",
27430
- "default.handlebars->39->2880"
27432
+ "default.handlebars->39->2880",
27433
+ "default.handlebars->39->2882"
27434
]
27435
},
27436
{
@@ -27708,8 +27711,8 @@
27711
"default-mobile.handlebars->11->657",
27712
"default-mobile.handlebars->11->677",
27713
"default.handlebars->39->1803",
27711
- "default.handlebars->39->2014",
27712
- "default.handlebars->39->2462"
27714
+ "default.handlebars->39->2016",
27715
+ "default.handlebars->39->2464"
27716
]
27717
},
27718
{
@@ -27734,7 +27737,7 @@
27737
"zh-chs": "完整管理员(保留所有权利)",
27738
"zh-cht": "完整管理員(保留所有權利)",
27739
"xloc": [
27737
- "default.handlebars->39->2052"
27740
+ "default.handlebars->39->2054"
27741
]
27742
},
27743
{
@@ -27884,7 +27887,7 @@
27887
"zh-chs": "完整管理员",
27888
"zh-cht": "完整管理員",
27889
"xloc": [
27887
- "default.handlebars->39->2566"
27890
+ "default.handlebars->39->2568"
27891
]
27892
},
27893
{
@@ -27910,7 +27913,7 @@
27913
"zh-cht": "全自動的",
27914
"xloc": [
27915
"default.handlebars->39->1889",
27913
- "default.handlebars->39->1944"
27916
+ "default.handlebars->39->1946"
27917
]
27918
},
27919
{
@@ -28162,7 +28165,7 @@
28165
"ru": "Создать отчет",
28166
"tr": "Rapor oluştur",
28167
"xloc": [
28165
- "default.handlebars->39->2779"
28168
+ "default.handlebars->39->2781"
28169
]
28170
},
28171
{
@@ -28453,7 +28456,7 @@
28456
"zh-chs": "正在获取剪贴板内容,{0}个字节",
28457
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
28458
"xloc": [
28456
- "default.handlebars->39->2202"
28459
+ "default.handlebars->39->2204"
28460
]
28461
},
28462
{
@@ -28737,7 +28740,7 @@
28740
"zh-cht": "群",
28741
"xloc": [
28742
"default-mobile.handlebars->11->271",
28740
- "default.handlebars->39->2795",
28743
+ "default.handlebars->39->2797",
28744
"default.handlebars->39->776",
28745
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
28746
]
@@ -28764,8 +28767,8 @@
28767
"zh-chs": "集体指令",
28768
"zh-cht": "集體指令",
28769
"xloc": [
28767
- "default.handlebars->39->2404",
28768
- "default.handlebars->39->2486",
28770
+ "default.handlebars->39->2406",
28771
+ "default.handlebars->39->2488",
28772
"default.handlebars->39->653",
28773
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
28774
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -28794,7 +28797,7 @@
28797
"zh-chs": "通过...分组",
28798
"zh-cht": "通過...分群",
28799
"xloc": [
28797
- "default.handlebars->39->2351"
28800
+ "default.handlebars->39->2353"
28801
]
28802
},
28803
{
@@ -28820,7 +28823,7 @@
28823
"zh-cht": "群標識符",
28824
"xloc": [
28825
"agent-translations.json",
28823
- "default.handlebars->39->2503"
28826
+ "default.handlebars->39->2505"
28827
]
28828
},
28829
{
@@ -28845,7 +28848,7 @@
28848
"zh-chs": "群组成员",
28849
"zh-cht": "群組成員",
28850
"xloc": [
28848
- "default.handlebars->39->2527"
28851
+ "default.handlebars->39->2529"
28852
]
28853
},
28854
{
@@ -28880,8 +28883,8 @@
28883
"zh-chs": "通过...分组",
28884
"zh-cht": "通過...分群",
28885
"xloc": [
28883
- "default.handlebars->39->2765",
28884
- "default.handlebars->39->2768"
28886
+ "default.handlebars->39->2767",
28887
+ "default.handlebars->39->2770"
28888
]
28889
},
28890
{
@@ -28901,7 +28904,7 @@
28904
"ru": "Название группы",
28905
"tr": "Grup ismi",
28906
"xloc": [
28904
- "default.handlebars->39->2335"
28907
+ "default.handlebars->39->2337"
28908
]
28909
},
28910
{
@@ -28926,7 +28929,7 @@
28929
"zh-chs": "用户{0}的群组权限。",
28930
"zh-cht": "用戶{0}的群組權限。",
28931
"xloc": [
28929
- "default.handlebars->39->2013"
28932
+ "default.handlebars->39->2015"
28933
]
28934
},
28935
{
@@ -28951,7 +28954,7 @@
28954
"zh-chs": "{0}的群组权限。",
28955
"zh-cht": "{0}的群組權限。",
28956
"xloc": [
28954
- "default.handlebars->39->2012"
28957
+ "default.handlebars->39->2014"
28958
]
28959
},
28960
{
@@ -29046,7 +29049,7 @@
29049
"ru": "Гость",
29050
"tr": "Misafir",
29051
"xloc": [
29049
- "default.handlebars->39->2785"
29052
+ "default.handlebars->39->2787"
29053
]
29054
},
29055
{
@@ -29121,7 +29124,7 @@
29124
"tr": "Misafir Paylaşımı",
29125
"zh-chs": "嘉宾分享",
29126
"xloc": [
29124
- "default.handlebars->39->2021"
29127
+ "default.handlebars->39->2023"
29128
]
29129
},
29130
{
@@ -29170,7 +29173,7 @@
29173
"tr": "HTTP",
29174
"zh-chs": "HTTP",
29175
"xloc": [
29173
- "default.handlebars->39->2916"
29176
+ "default.handlebars->39->2918"
29177
]
29178
},
29179
{
@@ -29327,7 +29330,7 @@
29330
"nl": "Hardware OTP",
29331
"pl": "Sprzętowe OTP",
29332
"xloc": [
29330
- "default.handlebars->39->2820"
29333
+ "default.handlebars->39->2822"
29334
]
29335
},
29336
{
@@ -29352,7 +29355,7 @@
29355
"zh-chs": "堆总数",
29356
"zh-cht": "堆總數",
29357
"xloc": [
29355
- "default.handlebars->39->2934"
29358
+ "default.handlebars->39->2936"
29359
]
29360
},
29361
{
@@ -29377,7 +29380,7 @@
29380
"zh-chs": "堆使用",
29381
"zh-cht": "堆使用",
29382
"xloc": [
29380
- "default.handlebars->39->2933"
29383
+ "default.handlebars->39->2935"
29384
]
29385
},
29386
{
@@ -29499,7 +29502,7 @@
29502
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
29503
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
29504
"xloc": [
29502
- "default.handlebars->39->2279"
29505
+ "default.handlebars->39->2281"
29506
]
29507
},
29508
{
@@ -29860,7 +29863,7 @@
29863
"zh-cht": "保存{0}項目{1}給{2}",
29864
"xloc": [
29865
"default-mobile.handlebars->11->160",
29863
- "default.handlebars->39->2175"
29866
+ "default.handlebars->39->2177"
29867
]
29868
},
29869
{
@@ -29982,8 +29985,8 @@
29985
"pl": "Adres IP",
29986
"pt-br": "Endereço IP",
29987
"xloc": [
29985
- "default.handlebars->39->2790",
29986
- "default.handlebars->39->2825"
29988
+ "default.handlebars->39->2792",
29989
+ "default.handlebars->39->2827"
29990
]
29991
},
29992
{
@@ -30581,7 +30584,7 @@
30584
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
30585
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
30586
"xloc": [
30584
- "default.handlebars->39->1958"
30587
+ "default.handlebars->39->1960"
30588
]
30589
},
30590
{
@@ -30757,9 +30760,9 @@
30760
"tr": "Intel® AMT Cihazlarını İçe Aktarın",
30761
"zh-chs": "导入英特尔® AMT 设备",
30762
"xloc": [
30760
- "default.handlebars->39->1932",
30761
- "default.handlebars->39->1933",
30762
- "default.handlebars->39->1937"
30763
+ "default.handlebars->39->1934",
30764
+ "default.handlebars->39->1935",
30765
+ "default.handlebars->39->1939"
30766
]
30767
},
30768
{
@@ -30783,7 +30786,7 @@
30786
"tr": "MeshCommander JSON formatında yerel Intel® AMT cihazlarının bir listesini içe aktarın.",
30787
"zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。",
30788
"xloc": [
30786
- "default.handlebars->39->1931"
30789
+ "default.handlebars->39->1933"
30790
]
30791
},
30792
{
@@ -30807,7 +30810,7 @@
30810
"tr": "Cihaz listesini içe aktar",
30811
"zh-chs": "导入设备列表",
30812
"xloc": [
30810
- "default.handlebars->39->1927"
30813
+ "default.handlebars->39->1929"
30814
]
30815
},
30816
{
@@ -30855,7 +30858,7 @@
30858
"tr": "Kaldırılana kadar günleri devre dışı bırak",
30859
"zh-chs": "停用天数直到移除",
30860
"xloc": [
30858
- "default.handlebars->39->1998"
30861
+ "default.handlebars->39->2000"
30862
]
30863
},
30864
{
@@ -30955,8 +30958,8 @@
30958
"pl": "Dwuskładnikowe logowanie nieprawidłowe",
30959
"pt-br": "2ª etapa incorreta",
30960
"xloc": [
30958
- "default.handlebars->39->2813",
30959
- "default.handlebars->39->2833"
30961
+ "default.handlebars->39->2815",
30962
+ "default.handlebars->39->2835"
30963
]
30964
},
30965
{
@@ -31370,8 +31373,8 @@
31373
"zh-chs": "安装类型",
31374
"zh-cht": "安裝方式",
31375
"xloc": [
31373
- "default.handlebars->39->2093",
31374
- "default.handlebars->39->2100",
31376
+ "default.handlebars->39->2095",
31377
+ "default.handlebars->39->2102",
31378
"default.handlebars->39->502",
31379
"default.handlebars->39->522",
31380
"default.handlebars->39->538",
@@ -31428,7 +31431,7 @@
31431
"zh-chs": "英特尔AMT",
31432
"zh-cht": "英特爾AMT",
31433
"xloc": [
31431
- "default.handlebars->39->2930"
31434
+ "default.handlebars->39->2932"
31435
]
31436
},
31437
{
@@ -31512,7 +31515,7 @@
31515
"tr": "Intel AMT yöneticisi",
31516
"zh-chs": "英特尔 AMT 经理",
31517
"xloc": [
31515
- "default.handlebars->39->2959"
31518
+ "default.handlebars->39->2961"
31519
]
31520
},
31521
{
@@ -31588,9 +31591,9 @@
31591
"default-mobile.handlebars->11->315",
31592
"default.handlebars->39->1876",
31593
"default.handlebars->39->1890",
31591
- "default.handlebars->39->2115",
31592
- "default.handlebars->39->2128",
31593
- "default.handlebars->39->2958",
31594
+ "default.handlebars->39->2117",
31595
+ "default.handlebars->39->2130",
31596
+ "default.handlebars->39->2960",
31597
"default.handlebars->39->751",
31598
"default.handlebars->39->818",
31599
"default.handlebars->39->857",
@@ -31843,7 +31846,7 @@
31846
"zh-chs": "英特尔®AMT政策",
31847
"zh-cht": "Intel® AMT政策",
31848
"xloc": [
31846
- "default.handlebars->39->1945"
31849
+ "default.handlebars->39->1947"
31850
]
31851
},
31852
{
@@ -31947,8 +31950,8 @@
31950
"zh-chs": "英特尔®AMT重定向",
31951
"zh-cht": "Intel® AMT重定向",
31952
"xloc": [
31950
- "default.handlebars->39->2734",
31951
- "default.handlebars->39->2741",
31953
+ "default.handlebars->39->2736",
31954
+ "default.handlebars->39->2743",
31955
"player.handlebars->3->30"
31956
]
31957
},
@@ -32024,8 +32027,8 @@
32027
"zh-chs": "英特尔®AMT WSMAN",
32028
"zh-cht": "Intle® AMT WSMAN",
32029
"xloc": [
32027
- "default.handlebars->39->2733",
32028
- "default.handlebars->39->2740",
32030
+ "default.handlebars->39->2735",
32031
+ "default.handlebars->39->2742",
32032
"player.handlebars->3->29"
32033
]
32034
},
@@ -32101,7 +32104,7 @@
32104
"zh-cht": "Intel® AMT桌面和串行事件",
32105
"xloc": [
32106
"default.handlebars->39->1753",
32104
- "default.handlebars->39->2108",
32107
+ "default.handlebars->39->2110",
32108
"default.handlebars->39->983"
32109
]
32110
},
@@ -32550,7 +32553,7 @@
32553
"ru": "Изменение политик Intel(r) AMT",
32554
"tr": "Intel(r) AMT ilke değişikliği",
32555
"xloc": [
32553
- "default.handlebars->39->2322"
32556
+ "default.handlebars->39->2324"
32557
]
32558
},
32559
{
@@ -32792,8 +32795,8 @@
32795
"zh-chs": "仅限互动",
32796
"zh-cht": "僅限互動",
32797
"xloc": [
32795
- "default.handlebars->39->2096",
32796
- "default.handlebars->39->2103",
32798
+ "default.handlebars->39->2098",
32799
+ "default.handlebars->39->2105",
32800
"default.handlebars->39->505",
32801
"default.handlebars->39->525",
32802
"default.handlebars->39->541"
@@ -32946,7 +32949,7 @@
32949
"zh-chs": "无效的设备组类型",
32950
"zh-cht": "無效的裝置群類型",
32951
"xloc": [
32949
- "default.handlebars->39->2892"
32952
+ "default.handlebars->39->2894"
32953
]
32954
},
32955
{
@@ -32971,7 +32974,7 @@
32974
"zh-chs": "无效的JSON",
32975
"zh-cht": "無效的JSON",
32976
"xloc": [
32974
- "default.handlebars->39->2886"
32977
+ "default.handlebars->39->2888"
32978
]
32979
},
32980
{
@@ -32996,9 +32999,9 @@
32999
"zh-chs": "无效的JSON档案格式。",
33000
"zh-cht": "無效的JSON檔案格式。",
33001
"xloc": [
32999
- "default.handlebars->39->1938",
33000
- "default.handlebars->39->2424",
33001
- "default.handlebars->39->2426"
33002
+ "default.handlebars->39->1940",
33003
+ "default.handlebars->39->2426",
33004
+ "default.handlebars->39->2428"
33005
]
33006
},
33007
{
@@ -33023,8 +33026,8 @@
33026
"zh-chs": "无效的JSON档案:{0}。",
33027
"zh-cht": "無效的JSON檔案:{0}。",
33028
"xloc": [
33026
- "default.handlebars->39->1934",
33027
- "default.handlebars->39->2422"
33029
+ "default.handlebars->39->1936",
33030
+ "default.handlebars->39->2424"
33031
]
33032
},
33033
{
@@ -33129,7 +33132,7 @@
33132
"zh-chs": "无效的PKCS签名",
33133
"zh-cht": "無效的PKCS簽名",
33134
"xloc": [
33132
- "default.handlebars->39->2884"
33135
+ "default.handlebars->39->2886"
33136
]
33137
},
33138
{
@@ -33154,7 +33157,7 @@
33157
"zh-chs": "無效的RSA密碼",
33158
"zh-cht": "無效的RSA密碼",
33159
"xloc": [
33157
- "default.handlebars->39->2885"
33160
+ "default.handlebars->39->2887"
33161
]
33162
},
33163
{
@@ -33179,7 +33182,7 @@
33182
"zh-chs": "无效的短信",
33183
"xloc": [
33184
"default-mobile.handlebars->11->738",
33182
- "default.handlebars->39->2871"
33185
+ "default.handlebars->39->2873"
33186
]
33187
},
33188
{
@@ -33251,7 +33254,7 @@
33254
"zh-chs": "无效域",
33255
"xloc": [
33256
"default-mobile.handlebars->11->718",
33254
- "default.handlebars->39->2851"
33257
+ "default.handlebars->39->2853"
33258
]
33259
},
33260
{
@@ -33297,7 +33300,7 @@
33300
"zh-chs": "不合规电邮",
33301
"xloc": [
33302
"default-mobile.handlebars->11->717",
33300
- "default.handlebars->39->2850"
33303
+ "default.handlebars->39->2852"
33304
]
33305
},
33306
{
@@ -33385,8 +33388,8 @@
33388
"pl": "Nieprawidłowa próba logowania",
33389
"pt-br": "Tentativa de login inválida",
33390
"xloc": [
33388
- "default.handlebars->39->2815",
33389
- "default.handlebars->39->2835"
33391
+ "default.handlebars->39->2817",
33392
+ "default.handlebars->39->2837"
33393
]
33394
},
33395
{
@@ -33412,7 +33415,7 @@
33415
"xloc": [
33416
"default-mobile.handlebars->11->716",
33417
"default-mobile.handlebars->11->85",
33415
- "default.handlebars->39->2849",
33418
+ "default.handlebars->39->2851",
33419
"default.handlebars->39->308"
33420
]
33421
},
@@ -33438,7 +33441,7 @@
33441
"zh-chs": "网站权限无效",
33442
"xloc": [
33443
"default-mobile.handlebars->11->719",
33441
- "default.handlebars->39->2852"
33444
+ "default.handlebars->39->2854"
33445
]
33446
},
33447
{
@@ -33489,7 +33492,7 @@
33492
"tr": "{0}, {1}, {2}'den geçersiz kullanıcı giriş denemesi",
33493
"zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
33494
"xloc": [
33492
- "default.handlebars->39->2291"
33495
+ "default.handlebars->39->2293"
33496
]
33497
},
33498
{
@@ -33514,7 +33517,7 @@
33517
"zh-chs": "无效的用户名",
33518
"xloc": [
33519
"default-mobile.handlebars->11->715",
33517
- "default.handlebars->39->2848"
33520
+ "default.handlebars->39->2850"
33521
]
33522
},
33523
{
@@ -33560,7 +33563,7 @@
33563
"zh-chs": "使电邮无效",
33564
"zh-cht": "使電郵無效",
33565
"xloc": [
33563
- "default.handlebars->39->2398"
33566
+ "default.handlebars->39->2400"
33567
]
33568
},
33569
{
@@ -33657,7 +33660,7 @@
33660
"zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
33661
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
33662
"xloc": [
33660
- "default.handlebars->39->2098"
33663
+ "default.handlebars->39->2100"
33664
]
33665
},
33666
{
@@ -33736,11 +33739,11 @@
33739
"xloc": [
33740
"default-mobile.handlebars->11->713",
33741
"default.handlebars->39->1882",
33739
- "default.handlebars->39->2086",
33740
- "default.handlebars->39->2097",
33742
+ "default.handlebars->39->2088",
33743
"default.handlebars->39->2099",
33742
- "default.handlebars->39->2104",
33743
- "default.handlebars->39->2846"
33744
+ "default.handlebars->39->2101",
33745
+ "default.handlebars->39->2106",
33746
+ "default.handlebars->39->2848"
33747
]
33748
},
33749
{
@@ -33760,7 +33763,7 @@
33763
"ru": "Код приглашения",
33764
"tr": "Davet kodu",
33765
"xloc": [
33763
- "default.handlebars->39->2340"
33766
+ "default.handlebars->39->2342"
33767
]
33768
},
33769
{
@@ -33869,7 +33872,7 @@
33872
"nl": "Is een relay voor \\\"{0}\\\".",
33873
"pl": "Jest bramką dla \\\"{0}\\\".",
33874
"xloc": [
33872
- "default.handlebars->39->2334"
33875
+ "default.handlebars->39->2336"
33876
]
33877
},
33878
{
@@ -33965,7 +33968,7 @@
33968
"zh-chs": "JSON",
33969
"zh-cht": "JSON",
33970
"xloc": [
33968
- "default.handlebars->39->2357"
33971
+ "default.handlebars->39->2359"
33972
]
33973
},
33974
{
@@ -33990,8 +33993,8 @@
33993
"zh-chs": "JSON格式",
33994
"zh-cht": "JSON格式",
33995
"xloc": [
33993
- "default.handlebars->39->2362",
33994
- "default.handlebars->39->2430",
33996
+ "default.handlebars->39->2364",
33997
+ "default.handlebars->39->2432",
33998
"default.handlebars->39->698"
33999
]
34000
},
@@ -34042,7 +34045,7 @@
34045
"zh-chs": "已加入桌面Multiplex会话",
34046
"zh-cht": "已加入桌面Multiplex會話",
34047
"xloc": [
34045
- "default.handlebars->39->2185"
34048
+ "default.handlebars->39->2187"
34049
]
34050
},
34051
{
@@ -34052,7 +34055,7 @@
34055
"pl": "Dołączył do sesji multipleksu pulpitów \\\"{0}\\\"",
34056
"pt-br": "Entrou na sessão \\\"{0}\\\" multiplex de área de trabalho",
34057
"xloc": [
34055
- "default.handlebars->39->2324"
34058
+ "default.handlebars->39->2326"
34059
]
34060
},
34061
{
@@ -34152,7 +34155,7 @@
34155
"zh-chs": "保留现有密码",
34156
"zh-cht": "保留現有密碼",
34157
"xloc": [
34155
- "default.handlebars->39->1946"
34158
+ "default.handlebars->39->1948"
34159
]
34160
},
34161
{
@@ -34420,7 +34423,7 @@
34423
"zh-chs": "杀死进程{0}",
34424
"zh-cht": "殺死進程{0}",
34425
"xloc": [
34423
- "default.handlebars->39->2200"
34426
+ "default.handlebars->39->2202"
34427
]
34428
},
34429
{
@@ -34853,7 +34856,7 @@
34856
"zh-chs": "过去30天",
34857
"zh-cht": "過去30天",
34858
"xloc": [
34856
- "default.handlebars->39->2773",
34859
+ "default.handlebars->39->2775",
34860
"default.handlebars->container->column_l->p40->3->1->p40time->9"
34861
]
34862
},
@@ -34929,7 +34932,7 @@
34932
"ru": "Последние 7 дней",
34933
"tr": "Son 7 gün",
34934
"xloc": [
34932
- "default.handlebars->39->2772"
34935
+ "default.handlebars->39->2774"
34936
]
34937
},
34938
{
@@ -34979,7 +34982,7 @@
34982
"zh-chs": "最后访问",
34983
"zh-cht": "最後訪問",
34984
"xloc": [
34982
- "default.handlebars->39->2370"
34985
+ "default.handlebars->39->2372"
34986
]
34987
},
34988
{
@@ -34999,7 +35002,7 @@
35002
"ru": "Последний день",
35003
"tr": "Son gun",
35004
"xloc": [
35002
- "default.handlebars->39->2771"
35005
+ "default.handlebars->39->2773"
35006
]
35007
},
35008
{
@@ -35024,7 +35027,7 @@
35027
"zh-chs": "上次登录",
35028
"zh-cht": "上次登入",
35029
"xloc": [
35027
- "default.handlebars->39->2600"
35030
+ "default.handlebars->39->2602"
35031
]
35032
},
35033
{
@@ -35070,7 +35073,7 @@
35073
"ru": "Последний доступ: {0}",
35074
"tr": "Son erişim: {0}",
35075
"xloc": [
35073
- "default.handlebars->39->2380"
35076
+ "default.handlebars->39->2382"
35077
]
35078
},
35079
{
@@ -35157,7 +35160,7 @@
35160
"zh-chs": "上次更改:{0}",
35161
"zh-cht": "上次更改:{0}",
35162
"xloc": [
35160
- "default.handlebars->39->2604"
35163
+ "default.handlebars->39->2606"
35164
]
35165
},
35166
{
@@ -35232,7 +35235,7 @@
35235
"zh-chs": "上次登录:{0}",
35236
"zh-cht": "上次登入:{0}",
35237
"xloc": [
35235
- "default.handlebars->39->2381"
35238
+ "default.handlebars->39->2383"
35239
]
35240
},
35241
{
@@ -35549,7 +35552,7 @@
35552
"zh-chs": "如没有请留空。",
35553
"zh-cht": "如沒有請留空。",
35554
"xloc": [
35552
- "default.handlebars->39->2650"
35555
+ "default.handlebars->39->2652"
35556
]
35557
},
35558
{
@@ -35584,7 +35587,7 @@
35587
"pl": "Opuścił sesję Web-RDP \\\"{1}\\\" po {0} sekundach(sekundzie).",
35588
"pt-br": "Deixar a sessão WEB-RDP \\\"{1}\\\" depois de {0} segundo(s)",
35589
"xloc": [
35587
- "default.handlebars->39->2306"
35590
+ "default.handlebars->39->2308"
35591
]
35592
},
35593
{
@@ -35611,7 +35614,7 @@
35614
"pl": "Opuścił sesję Web-SFTP \\\"{1}\\\" po {0} sekundach(sekundzie).",
35615
"pt-br": "Deixar a sessão WEB-SFTP \\\"{1}\\\" depois de {0} segundo(s)",
35616
"xloc": [
35614
- "default.handlebars->39->2305"
35617
+ "default.handlebars->39->2307"
35618
]
35619
},
35620
{
@@ -35638,7 +35641,7 @@
35641
"pl": "Opuścił sesję Web-SSH \\\"{1}\\\" po {0} sekundach(sekundzie).",
35642
"pt-br": "Deixar a sessão WEB-SSH \\\"{1}\\\" depois de {0} segundo(s)",
35643
"xloc": [
35641
- "default.handlebars->39->2304"
35644
+ "default.handlebars->39->2306"
35645
]
35646
},
35647
{
@@ -35675,7 +35678,7 @@
35678
"ru": "Покинул сеанс Web-VNC через {0} с.",
35679
"tr": "{0} saniye sonra Web-VNC oturumundan ayrıldı.",
35680
"xloc": [
35678
- "default.handlebars->39->2307"
35681
+ "default.handlebars->39->2309"
35682
]
35683
},
35684
{
@@ -35730,7 +35733,7 @@
35733
"zh-chs": "离开桌面多路复用会话",
35734
"zh-cht": "離開桌面多路復用會話",
35735
"xloc": [
35733
- "default.handlebars->39->2186"
35736
+ "default.handlebars->39->2188"
35737
]
35738
},
35739
{
@@ -35740,7 +35743,7 @@
35743
"pl": "Opuścił sesję multiplex pulpitów \\\"{0}\\\" po {1} sekundach(sekundzie).",
35744
"pt-br": "Deixar a sessão \\\"{0}\\\" de área de trabalho multiplex depois de {1} segundo(s)",
35745
"xloc": [
35743
- "default.handlebars->39->2325"
35746
+ "default.handlebars->39->2327"
35747
]
35748
},
35749
{
@@ -35760,7 +35763,7 @@
35763
"ru": "Покинул сеанс мультиплексного режима рабочего стола через {0} с.",
35764
"tr": "{0} saniye sonra masaüstü multipleks oturumundan ayrıldı.",
35765
"xloc": [
35763
- "default.handlebars->39->2303"
35766
+ "default.handlebars->39->2305"
35767
]
35768
},
35769
{
@@ -35780,7 +35783,7 @@
35783
"ru": "Продолжительность",
35784
"tr": "Uzunluk",
35785
"xloc": [
35783
- "default.handlebars->39->2786"
35786
+ "default.handlebars->39->2788"
35787
]
35788
},
35789
{
@@ -35906,7 +35909,7 @@
35909
"xloc": [
35910
"default-mobile.handlebars->11->690",
35911
"default.handlebars->39->1015",
35909
- "default.handlebars->39->2066",
35912
+ "default.handlebars->39->2068",
35913
"default.handlebars->39->993"
35914
]
35915
},
@@ -35933,7 +35936,7 @@
35936
"zh-cht": "僅有限輸入",
35937
"xloc": [
35938
"default-mobile.handlebars->11->663",
35936
- "default.handlebars->39->2020"
35939
+ "default.handlebars->39->2022"
35940
]
35941
},
35942
{
@@ -36326,7 +36329,7 @@
36329
"pl": "MeshAgent dla Linuksa",
36330
"pt-br": "MeshAgent Linux",
36331
"xloc": [
36329
- "default.handlebars->39->2090",
36332
+ "default.handlebars->39->2092",
36333
"default.handlebars->39->519"
36334
]
36335
},
@@ -36708,8 +36711,8 @@
36711
"default.handlebars->39->1503",
36712
"default.handlebars->39->1829",
36713
"default.handlebars->39->1833",
36711
- "default.handlebars->39->2673",
36712
- "default.handlebars->39->2722"
36714
+ "default.handlebars->39->2675",
36715
+ "default.handlebars->39->2724"
36716
]
36717
},
36718
{
@@ -36879,7 +36882,7 @@
36882
"zh-chs": "本地用户接受的远程终端请求",
36883
"zh-cht": "本地用戶接受的遠程終端請求",
36884
"xloc": [
36882
- "default.handlebars->39->2208"
36885
+ "default.handlebars->39->2210"
36886
]
36887
},
36888
{
@@ -36904,7 +36907,7 @@
36907
"zh-chs": "本地用户拒绝了远程终端请求",
36908
"zh-cht": "本地用戶拒絕了遠程終端請求",
36909
"xloc": [
36907
- "default.handlebars->39->2209"
36910
+ "default.handlebars->39->2211"
36911
]
36912
},
36913
{
@@ -37005,7 +37008,7 @@
37008
"zh-chs": "锁定账户",
37009
"zh-cht": "鎖定賬戶",
37010
"xloc": [
37008
- "default.handlebars->39->2470"
37011
+ "default.handlebars->39->2472"
37012
]
37013
},
37014
{
@@ -37030,7 +37033,7 @@
37033
"zh-chs": "锁定帐户设置",
37034
"zh-cht": "鎖定帳戶設置",
37035
"xloc": [
37033
- "default.handlebars->39->2474"
37036
+ "default.handlebars->39->2476"
37037
]
37038
},
37039
{
@@ -37079,7 +37082,7 @@
37082
"zh-chs": "锁定账户",
37083
"zh-cht": "鎖定賬戶",
37084
"xloc": [
37082
- "default.handlebars->39->2401"
37085
+ "default.handlebars->39->2403"
37086
]
37087
},
37088
{
@@ -37197,7 +37200,7 @@
37200
"zh-chs": "已锁定",
37201
"zh-cht": "已鎖定",
37202
"xloc": [
37200
- "default.handlebars->39->2382"
37203
+ "default.handlebars->39->2384"
37204
]
37205
},
37206
{
@@ -37223,9 +37226,9 @@
37226
"zh-cht": "被鎖定賬戶",
37227
"xloc": [
37228
"default-mobile.handlebars->11->84",
37226
- "default.handlebars->39->2563",
37227
- "default.handlebars->39->2814",
37228
- "default.handlebars->39->2834",
37229
+ "default.handlebars->39->2565",
37230
+ "default.handlebars->39->2816",
37231
+ "default.handlebars->39->2836",
37232
"default.handlebars->39->307"
37233
]
37234
},
@@ -37251,7 +37254,7 @@
37254
"zh-chs": "将远程用户锁定在桌面之外",
37255
"zh-cht": "將遠程用戶鎖定在桌面之外",
37256
"xloc": [
37254
- "default.handlebars->39->2234"
37257
+ "default.handlebars->39->2236"
37258
]
37259
},
37260
{
@@ -37467,7 +37470,7 @@
37470
"pl": "Token Logowania",
37471
"pt-br": "Token de Login",
37472
"xloc": [
37470
- "default.handlebars->39->2824"
37473
+ "default.handlebars->39->2826"
37474
]
37475
},
37476
{
@@ -38158,7 +38161,7 @@
38161
"pl": "MeshAgent dla MacOS",
38162
"pt-br": "MeshAgent MacOS",
38163
"xloc": [
38161
- "default.handlebars->39->2091",
38164
+ "default.handlebars->39->2093",
38165
"default.handlebars->39->520"
38166
]
38167
},
@@ -38208,7 +38211,7 @@
38211
"zh-chs": "主服务器信息",
38212
"zh-cht": "主伺服器訊息",
38213
"xloc": [
38211
- "default.handlebars->39->2946"
38214
+ "default.handlebars->39->2948"
38215
]
38216
},
38217
{
@@ -38361,8 +38364,8 @@
38364
"xloc": [
38365
"default-mobile.handlebars->11->660",
38366
"default-mobile.handlebars->11->680",
38364
- "default.handlebars->39->2017",
38365
- "default.handlebars->39->2055"
38367
+ "default.handlebars->39->2019",
38368
+ "default.handlebars->39->2057"
38369
]
38370
},
38371
{
@@ -38389,8 +38392,8 @@
38392
"xloc": [
38393
"default-mobile.handlebars->11->659",
38394
"default-mobile.handlebars->11->679",
38392
- "default.handlebars->39->2016",
38393
- "default.handlebars->39->2054"
38395
+ "default.handlebars->39->2018",
38396
+ "default.handlebars->39->2056"
38397
]
38398
},
38399
{
@@ -38440,7 +38443,7 @@
38443
"zh-chs": "管理录音",
38444
"zh-cht": "管理錄音",
38445
"xloc": [
38443
- "default.handlebars->39->2468"
38446
+ "default.handlebars->39->2470"
38447
]
38448
},
38449
{
@@ -38490,7 +38493,7 @@
38493
"zh-chs": "管理用户组",
38494
"zh-cht": "管理用戶群",
38495
"xloc": [
38493
- "default.handlebars->39->2467"
38496
+ "default.handlebars->39->2469"
38497
]
38498
},
38499
{
@@ -38516,7 +38519,7 @@
38519
"zh-cht": "管理用戶",
38520
"xloc": [
38521
"default.handlebars->39->1009",
38519
- "default.handlebars->39->2466"
38522
+ "default.handlebars->39->2468"
38523
]
38524
},
38525
{
@@ -38747,7 +38750,7 @@
38750
"zh-chs": "经理",
38751
"zh-cht": "經理",
38752
"xloc": [
38750
- "default.handlebars->39->2387"
38753
+ "default.handlebars->39->2389"
38754
]
38755
},
38756
{
@@ -38934,7 +38937,7 @@
38937
"zh-chs": "达到连接数量上限",
38938
"zh-cht": "達到連接數量上限",
38939
"xloc": [
38937
- "default.handlebars->39->2890"
38940
+ "default.handlebars->39->2892"
38941
]
38942
},
38943
{
@@ -39024,8 +39027,8 @@
39027
"zh-chs": "Megabyte",
39028
"zh-cht": "Megabyte",
39029
"xloc": [
39027
- "default.handlebars->39->2931",
39028
- "default.handlebars->39->2936"
39030
+ "default.handlebars->39->2933",
39031
+ "default.handlebars->39->2938"
39032
]
39033
},
39034
{
@@ -39052,7 +39055,7 @@
39055
"xloc": [
39056
"default-mobile.handlebars->11->595",
39057
"default.handlebars->39->1464",
39055
- "default.handlebars->39->2910",
39058
+ "default.handlebars->39->2912",
39059
"default.handlebars->container->column_l->p40->3->1->p40type->3"
39060
]
39061
},
@@ -39117,7 +39120,7 @@
39120
"zh-cht": "網格代理控制台",
39121
"xloc": [
39122
"default-mobile.handlebars->11->667",
39120
- "default.handlebars->39->2026"
39123
+ "default.handlebars->39->2028"
39124
]
39125
},
39126
{
@@ -39291,7 +39294,7 @@
39294
"zh-chs": "MeshAgent流量",
39295
"zh-cht": "MeshAgent流量",
39296
"xloc": [
39294
- "default.handlebars->39->2948"
39297
+ "default.handlebars->39->2950"
39298
]
39299
},
39300
{
@@ -39316,7 +39319,7 @@
39319
"zh-chs": "MeshAgent更新",
39320
"zh-cht": "MeshAgent更新",
39321
"xloc": [
39319
- "default.handlebars->39->2949"
39322
+ "default.handlebars->39->2951"
39323
]
39324
},
39325
{
@@ -39385,7 +39388,7 @@
39388
"tr": "MeshCentral Yardımcısı",
39389
"zh-chs": "MeshCentral 助手",
39390
"xloc": [
39388
- "default.handlebars->39->2092",
39391
+ "default.handlebars->39->2094",
39392
"default.handlebars->39->494",
39393
"default.handlebars->39->521",
39394
"default.handlebars->39->533"
@@ -39740,7 +39743,7 @@
39743
"zh-chs": "MeshCentral服务器同级化",
39744
"zh-cht": "MeshCentral伺服器同級化",
39745
"xloc": [
39743
- "default.handlebars->39->2947"
39746
+ "default.handlebars->39->2949"
39747
]
39748
},
39749
{
@@ -40161,7 +40164,7 @@
40164
"zh-cht": "訊息",
40165
"xloc": [
40166
"default.handlebars->39->1130",
40164
- "default.handlebars->39->2792",
40167
+ "default.handlebars->39->2794",
40168
"default.handlebars->39->506",
40169
"default.handlebars->39->894"
40170
]
@@ -40213,7 +40216,7 @@
40216
"zh-chs": "消息调度器",
40217
"zh-cht": "電郵調度器",
40218
"xloc": [
40216
- "default.handlebars->39->2945"
40219
+ "default.handlebars->39->2947"
40220
]
40221
},
40222
{
@@ -40287,8 +40290,8 @@
40290
"tr": "haberci",
40291
"zh-chs": "信使",
40292
"xloc": [
40290
- "default.handlebars->39->2735",
40291
- "default.handlebars->39->2801"
40293
+ "default.handlebars->39->2737",
40294
+ "default.handlebars->39->2803"
40295
]
40296
},
40297
{
@@ -40656,7 +40659,7 @@
40659
"zh-chs": "移动:“{0}”到“{1}”",
40660
"zh-cht": "移動:“{0}”到“{1}”",
40661
"xloc": [
40659
- "default.handlebars->39->2233"
40662
+ "default.handlebars->39->2235"
40663
]
40664
},
40665
{
@@ -40681,7 +40684,7 @@
40684
"zh-chs": "将设备{0}移动到组{1}",
40685
"zh-cht": "將設備{0}移動到組{1}",
40686
"xloc": [
40684
- "default.handlebars->39->2266"
40687
+ "default.handlebars->39->2268"
40688
]
40689
},
40690
{
@@ -40730,8 +40733,8 @@
40733
"tr": "Birden Çok Sorun",
40734
"zh-chs": "多个问题",
40735
"xloc": [
40733
- "default.handlebars->39->2121",
40734
- "default.handlebars->39->2135"
40736
+ "default.handlebars->39->2123",
40737
+ "default.handlebars->39->2137"
40738
]
40739
},
40740
{
@@ -40777,7 +40780,7 @@
40780
"zh-chs": "多路复用器",
40781
"zh-cht": "多工器",
40782
"xloc": [
40780
- "default.handlebars->39->2753"
40783
+ "default.handlebars->39->2755"
40784
]
40785
},
40786
{
@@ -41313,13 +41316,13 @@
41316
"default.handlebars->39->1807",
41317
"default.handlebars->39->1812",
41318
"default.handlebars->39->1844",
41316
- "default.handlebars->39->1976",
41317
- "default.handlebars->39->2368",
41318
- "default.handlebars->39->2477",
41319
- "default.handlebars->39->2493",
41320
- "default.handlebars->39->2500",
41321
- "default.handlebars->39->2550",
41322
- "default.handlebars->39->2569",
41319
+ "default.handlebars->39->1978",
41320
+ "default.handlebars->39->2370",
41321
+ "default.handlebars->39->2479",
41322
+ "default.handlebars->39->2495",
41323
+ "default.handlebars->39->2502",
41324
+ "default.handlebars->39->2552",
41325
+ "default.handlebars->39->2571",
41326
"default.handlebars->39->312",
41327
"default.handlebars->39->774",
41328
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -41374,7 +41377,7 @@
41377
"zh-chs": "名称1,名称2,名称3",
41378
"zh-cht": "名稱1,名稱2,名稱3",
41379
"xloc": [
41377
- "default.handlebars->39->2458"
41380
+ "default.handlebars->39->2460"
41381
]
41382
},
41383
{
@@ -41575,7 +41578,7 @@
41578
"zh-chs": "生成新的2FA备份代码",
41579
"zh-cht": "生成新的2FA備份代碼",
41580
"xloc": [
41578
- "default.handlebars->39->2273"
41581
+ "default.handlebars->39->2275"
41582
]
41583
},
41584
{
@@ -41600,7 +41603,7 @@
41603
"zh-chs": "新账户",
41604
"xloc": [
41605
"default-mobile.handlebars->11->708",
41603
- "default.handlebars->39->2841"
41606
+ "default.handlebars->39->2843"
41607
]
41608
},
41609
{
@@ -41703,7 +41706,7 @@
41706
"default-mobile.handlebars->11->151",
41707
"default-mobile.handlebars->11->480",
41708
"default.handlebars->39->1345",
41706
- "default.handlebars->39->2165",
41709
+ "default.handlebars->39->2167",
41710
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
41711
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
41712
"sharing.handlebars->11->59",
@@ -41828,8 +41831,8 @@
41831
"zh-chs": "新密码*",
41832
"zh-cht": "新密碼*",
41833
"xloc": [
41831
- "default.handlebars->39->1950",
41832
- "default.handlebars->39->1951"
41834
+ "default.handlebars->39->1952",
41835
+ "default.handlebars->39->1953"
41836
]
41837
},
41838
{
@@ -42001,7 +42004,7 @@
42004
"tr": "Aracı Konsolu Yok",
42005
"zh-chs": "无座席控制台",
42006
"xloc": [
42004
- "default.handlebars->39->2659"
42007
+ "default.handlebars->39->2661"
42008
]
42009
},
42010
{
@@ -42025,7 +42028,7 @@
42028
"tr": "Konsol Yok",
42029
"zh-chs": "没有控制台",
42030
"xloc": [
42028
- "default.handlebars->39->2590"
42031
+ "default.handlebars->39->2592"
42032
]
42033
},
42034
{
@@ -42079,8 +42082,8 @@
42082
"zh-cht": "沒有桌面",
42083
"xloc": [
42084
"default.handlebars->39->1016",
42082
- "default.handlebars->39->2062",
42083
- "default.handlebars->39->2586",
42085
+ "default.handlebars->39->2064",
42086
+ "default.handlebars->39->2588",
42087
"default.handlebars->39->994"
42088
]
42089
},
@@ -42106,8 +42109,8 @@
42109
"zh-chs": "不能访问桌面",
42110
"zh-cht": "不能訪問桌面",
42111
"xloc": [
42109
- "default.handlebars->39->2022",
42110
- "default.handlebars->39->2655"
42112
+ "default.handlebars->39->2024",
42113
+ "default.handlebars->39->2657"
42114
]
42115
},
42116
{
@@ -42154,8 +42157,8 @@
42157
"zh-cht": "找不到事件",
42158
"xloc": [
42159
"default.handlebars->39->1383",
42157
- "default.handlebars->39->2344",
42158
- "default.handlebars->39->2721"
42160
+ "default.handlebars->39->2346",
42161
+ "default.handlebars->39->2723"
42162
]
42163
},
42164
{
@@ -42181,8 +42184,8 @@
42184
"zh-cht": "不能存取檔案",
42185
"xloc": [
42186
"default-mobile.handlebars->11->665",
42184
- "default.handlebars->39->2024",
42185
- "default.handlebars->39->2658"
42187
+ "default.handlebars->39->2026",
42188
+ "default.handlebars->39->2660"
42189
]
42190
},
42191
{
@@ -42209,8 +42212,8 @@
42212
"xloc": [
42213
"default-mobile.handlebars->11->688",
42214
"default.handlebars->39->1013",
42212
- "default.handlebars->39->2064",
42213
- "default.handlebars->39->2589",
42215
+ "default.handlebars->39->2066",
42216
+ "default.handlebars->39->2591",
42217
"default.handlebars->39->991"
42218
]
42219
},
@@ -42264,8 +42267,8 @@
42267
"xloc": [
42268
"default-mobile.handlebars->11->666",
42269
"default-mobile.handlebars->11->689",
42267
- "default.handlebars->39->2025",
42268
- "default.handlebars->39->2065"
42270
+ "default.handlebars->39->2027",
42271
+ "default.handlebars->39->2067"
42272
]
42273
},
42274
{
@@ -42386,7 +42389,7 @@
42389
"zh-chs": "没有成员",
42390
"zh-cht": "沒有成員",
42391
"xloc": [
42389
- "default.handlebars->39->2530"
42392
+ "default.handlebars->39->2532"
42393
]
42394
},
42395
{
@@ -42411,7 +42414,7 @@
42414
"zh-chs": "没有新的设备组",
42415
"zh-cht": "沒有新的裝置群",
42416
"xloc": [
42414
- "default.handlebars->39->2471"
42417
+ "default.handlebars->39->2473"
42418
]
42419
},
42420
{
@@ -42431,7 +42434,7 @@
42434
"ru": "Запретить добавление новых устройств",
42435
"tr": "Yeni Cihaz Yok",
42436
"xloc": [
42434
- "default.handlebars->39->2472"
42437
+ "default.handlebars->39->2474"
42438
]
42439
},
42440
{
@@ -42457,7 +42460,7 @@
42460
"zh-cht": "沒有政策",
42461
"xloc": [
42462
"default.handlebars->39->1883",
42460
- "default.handlebars->39->1941"
42463
+ "default.handlebars->39->1943"
42464
]
42465
},
42466
{
@@ -42498,8 +42501,8 @@
42501
"ru": "Нет доступа к выполнению команд",
42502
"tr": "Uzaktan Komut Yok",
42503
"xloc": [
42501
- "default.handlebars->39->2592",
42502
- "default.handlebars->39->2661"
42504
+ "default.handlebars->39->2594",
42505
+ "default.handlebars->39->2663"
42506
]
42507
},
42508
{
@@ -42519,8 +42522,8 @@
42522
"ru": "Нет доступа к удаленному управлению",
42523
"tr": "Uzaktan Kumanda Yok",
42524
"xloc": [
42522
- "default.handlebars->39->2585",
42523
- "default.handlebars->39->2654"
42525
+ "default.handlebars->39->2587",
42526
+ "default.handlebars->39->2656"
42527
]
42528
},
42529
{
@@ -42540,8 +42543,8 @@
42543
"ru": "Нет доступа к перезагрузке/выключению",
42544
"tr": "Sıfırlama/Kapatma Yok",
42545
"xloc": [
42543
- "default.handlebars->39->2594",
42544
- "default.handlebars->39->2663"
42546
+ "default.handlebars->39->2596",
42547
+ "default.handlebars->39->2665"
42548
]
42549
},
42550
{
@@ -42572,7 +42575,7 @@
42575
"default.handlebars->39->1006",
42576
"default.handlebars->39->1028",
42577
"default.handlebars->39->1804",
42575
- "default.handlebars->39->2074"
42578
+ "default.handlebars->39->2076"
42579
]
42580
},
42581
{
@@ -42647,8 +42650,8 @@
42650
"xloc": [
42651
"default-mobile.handlebars->11->687",
42652
"default.handlebars->39->1012",
42650
- "default.handlebars->39->2063",
42651
- "default.handlebars->39->2588",
42653
+ "default.handlebars->39->2065",
42654
+ "default.handlebars->39->2590",
42655
"default.handlebars->39->990"
42656
]
42657
},
@@ -42675,8 +42678,8 @@
42678
"zh-cht": "不能訪問終端",
42679
"xloc": [
42680
"default-mobile.handlebars->11->664",
42678
- "default.handlebars->39->2023",
42679
- "default.handlebars->39->2657"
42681
+ "default.handlebars->39->2025",
42682
+ "default.handlebars->39->2659"
42683
]
42684
},
42685
{
@@ -42701,7 +42704,7 @@
42704
"zh-chs": "没有工具(MeshCmd /路由器)",
42705
"zh-cht": "沒有工具(MeshCmd /路由器)",
42706
"xloc": [
42704
- "default.handlebars->39->2473"
42707
+ "default.handlebars->39->2475"
42708
]
42709
},
42710
{
@@ -42721,8 +42724,8 @@
42724
"ru": "Нет доступа к удалению",
42725
"tr": "Kaldırma Yok",
42726
"xloc": [
42724
- "default.handlebars->39->2591",
42725
- "default.handlebars->39->2660"
42727
+ "default.handlebars->39->2593",
42728
+ "default.handlebars->39->2662"
42729
]
42730
},
42731
{
@@ -42742,8 +42745,8 @@
42745
"ru": "Нет доступа к пробуждению",
42746
"tr": "Uyanmak yok",
42747
"xloc": [
42745
- "default.handlebars->39->2593",
42746
- "default.handlebars->39->2662"
42748
+ "default.handlebars->39->2595",
42749
+ "default.handlebars->39->2664"
42750
]
42751
},
42752
{
@@ -42824,8 +42827,8 @@
42827
"tr": "Otomatik güncelleme yok",
42828
"zh-chs": "没有自动更新",
42829
"xloc": [
42827
- "default.handlebars->39->2119",
42828
- "default.handlebars->39->2133"
42830
+ "default.handlebars->39->2121",
42831
+ "default.handlebars->39->2135"
42832
]
42833
},
42834
{
@@ -42850,8 +42853,8 @@
42853
"zh-chs": "没有共同的设备组",
42854
"zh-cht": "沒有共同的裝置群",
42855
"xloc": [
42853
- "default.handlebars->39->2536",
42854
- "default.handlebars->39->2689"
42856
+ "default.handlebars->39->2538",
42857
+ "default.handlebars->39->2691"
42858
]
42859
},
42860
{
@@ -43001,8 +43004,8 @@
43004
"zh-chs": "没有共同的设备",
43005
"zh-cht": "沒有共同的裝置",
43006
"xloc": [
43004
- "default.handlebars->39->2542",
43005
- "default.handlebars->39->2701"
43007
+ "default.handlebars->39->2544",
43008
+ "default.handlebars->39->2703"
43009
]
43010
},
43011
{
@@ -43052,7 +43055,7 @@
43055
"zh-chs": "该设备组中没有设备。",
43056
"zh-cht": "該裝置群中沒有裝置。",
43057
"xloc": [
43055
- "default.handlebars->39->2137"
43058
+ "default.handlebars->39->2139"
43059
]
43060
},
43061
{
@@ -43180,7 +43183,7 @@
43183
"zh-chs": "找不到群组。",
43184
"zh-cht": "找不到群組。",
43185
"xloc": [
43183
- "default.handlebars->39->2476"
43186
+ "default.handlebars->39->2478"
43187
]
43188
},
43189
{
@@ -43357,7 +43360,7 @@
43360
"nl": "Niet langer een relay voor \\\"{0}\\\".",
43361
"pl": "Nie jest już bramką dla \\\"{0}\\\".",
43362
"xloc": [
43360
- "default.handlebars->39->2333"
43363
+ "default.handlebars->39->2335"
43364
]
43365
},
43366
{
@@ -43432,7 +43435,7 @@
43435
"zh-chs": "此用户没有电话号码",
43436
"xloc": [
43437
"default-mobile.handlebars->11->739",
43435
- "default.handlebars->39->2872"
43438
+ "default.handlebars->39->2874"
43439
]
43440
},
43441
{
@@ -43482,7 +43485,7 @@
43485
"zh-chs": "没有录音。",
43486
"zh-cht": "沒有錄音。",
43487
"xloc": [
43485
- "default.handlebars->39->2723"
43488
+ "default.handlebars->39->2725"
43489
]
43490
},
43491
{
@@ -43491,7 +43494,7 @@
43494
"pl": "Brak urządzeń do przekierowań.",
43495
"xloc": [
43496
"default-mobile.handlebars->11->647",
43494
- "default.handlebars->39->1973"
43497
+ "default.handlebars->39->1975"
43498
]
43499
},
43500
{
@@ -43537,7 +43540,7 @@
43540
"zh-chs": "没有服务器权限",
43541
"zh-cht": "沒有伺服器權限",
43542
"xloc": [
43540
- "default.handlebars->39->2564"
43543
+ "default.handlebars->39->2566"
43544
]
43545
},
43546
{
@@ -43583,7 +43586,7 @@
43586
"zh-chs": "没有用户组成员身份",
43587
"zh-cht": "沒有用戶群成員身份",
43588
"xloc": [
43586
- "default.handlebars->39->2695"
43589
+ "default.handlebars->39->2697"
43590
]
43591
},
43592
{
@@ -43608,7 +43611,7 @@
43611
"zh-chs": "无用户管理权限",
43612
"xloc": [
43613
"default-mobile.handlebars->11->737",
43611
- "default.handlebars->39->2870"
43614
+ "default.handlebars->39->2872"
43615
]
43616
},
43617
{
@@ -43633,7 +43636,7 @@
43636
"zh-chs": "未找到相应的用户。",
43637
"zh-cht": "未找到相應的用戶。",
43638
"xloc": [
43636
- "default.handlebars->39->2376"
43639
+ "default.handlebars->39->2378"
43640
]
43641
},
43642
{
@@ -43775,22 +43778,22 @@
43778
"default.handlebars->39->1872",
43779
"default.handlebars->39->1879",
43780
"default.handlebars->39->1881",
43778
- "default.handlebars->39->1929",
43779
- "default.handlebars->39->2122",
43780
- "default.handlebars->39->2147",
43781
- "default.handlebars->39->2152",
43782
- "default.handlebars->39->2352",
43783
- "default.handlebars->39->2497",
43781
+ "default.handlebars->39->1931",
43782
+ "default.handlebars->39->2124",
43783
+ "default.handlebars->39->2149",
43784
+ "default.handlebars->39->2154",
43785
+ "default.handlebars->39->2354",
43786
"default.handlebars->39->2499",
43785
- "default.handlebars->39->2507",
43786
- "default.handlebars->39->2519",
43787
+ "default.handlebars->39->2501",
43788
+ "default.handlebars->39->2509",
43789
+ "default.handlebars->39->2521",
43790
"default.handlebars->39->256",
43788
- "default.handlebars->39->2583",
43789
- "default.handlebars->39->2595",
43790
- "default.handlebars->39->2605",
43791
- "default.handlebars->39->2609",
43792
- "default.handlebars->39->2621",
43793
- "default.handlebars->39->2816",
43791
+ "default.handlebars->39->2585",
43792
+ "default.handlebars->39->2597",
43793
+ "default.handlebars->39->2607",
43794
+ "default.handlebars->39->2611",
43795
+ "default.handlebars->39->2623",
43796
+ "default.handlebars->39->2818",
43797
"default.handlebars->39->284",
43798
"default.handlebars->39->366",
43799
"default.handlebars->39->367",
@@ -44026,8 +44029,8 @@
44029
"zh-chs": "未连接",
44030
"zh-cht": "未連接",
44031
"xloc": [
44029
- "default.handlebars->39->2113",
44030
- "default.handlebars->39->2126"
44032
+ "default.handlebars->39->2115",
44033
+ "default.handlebars->39->2128"
44034
]
44035
},
44036
{
@@ -44102,7 +44105,7 @@
44105
"zh-chs": "不在服务器上",
44106
"zh-cht": "不在伺服器上",
44107
"xloc": [
44105
- "default.handlebars->39->2745"
44108
+ "default.handlebars->39->2747"
44109
]
44110
},
44111
{
@@ -44127,8 +44130,8 @@
44130
"zh-chs": "没有设置",
44131
"zh-cht": "沒有設置",
44132
"xloc": [
44130
- "default.handlebars->39->2570",
44131
- "default.handlebars->39->2571"
44133
+ "default.handlebars->39->2572",
44134
+ "default.handlebars->39->2573"
44135
]
44136
},
44137
{
@@ -44153,7 +44156,7 @@
44156
"zh-chs": "未经审核的",
44157
"zh-cht": "未經審核的",
44158
"xloc": [
44156
- "default.handlebars->39->2669"
44159
+ "default.handlebars->39->2671"
44160
]
44161
},
44162
{
@@ -44185,7 +44188,7 @@
44188
"default.handlebars->39->1022",
44189
"default.handlebars->39->1032",
44190
"default.handlebars->39->1891",
44188
- "default.handlebars->39->2631",
44191
+ "default.handlebars->39->2633",
44192
"default.handlebars->39->890"
44193
]
44194
},
@@ -44237,7 +44240,7 @@
44240
"zh-cht": "通知設定",
44241
"xloc": [
44242
"default.handlebars->39->1754",
44240
- "default.handlebars->39->2112",
44243
+ "default.handlebars->39->2114",
44244
"default.handlebars->39->987",
44245
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
44246
]
@@ -44358,7 +44361,7 @@
44361
"zh-chs": "通知",
44362
"zh-cht": "通知",
44363
"xloc": [
44361
- "default.handlebars->39->2637",
44364
+ "default.handlebars->39->2639",
44365
"default.handlebars->39->281"
44366
]
44367
},
@@ -44409,9 +44412,9 @@
44412
"zh-chs": "通知使用者",
44413
"zh-cht": "通知使用者",
44414
"xloc": [
44412
- "default.handlebars->39->1984",
44413
- "default.handlebars->39->1988",
44414
- "default.handlebars->39->1991"
44415
+ "default.handlebars->39->1986",
44416
+ "default.handlebars->39->1990",
44417
+ "default.handlebars->39->1993"
44418
]
44419
},
44420
{
@@ -44436,7 +44439,7 @@
44439
"zh-chs": "通知{0}",
44440
"zh-cht": "通知{0}",
44441
"xloc": [
44439
- "default.handlebars->39->2416"
44442
+ "default.handlebars->39->2418"
44443
]
44444
},
44445
{
@@ -44460,7 +44463,7 @@
44463
"tr": "Boş",
44464
"zh-chs": "空值",
44465
"xloc": [
44463
- "default.handlebars->39->2939"
44466
+ "default.handlebars->39->2941"
44467
]
44468
},
44469
{
@@ -44514,8 +44517,8 @@
44517
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5",
44518
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
44519
"default.handlebars->39->1826",
44517
- "default.handlebars->39->2117",
44518
- "default.handlebars->39->2131",
44520
+ "default.handlebars->39->2119",
44521
+ "default.handlebars->39->2133",
44522
"default.handlebars->39->825",
44523
"default.handlebars->39->829",
44524
"default.handlebars->39->833",
@@ -44638,7 +44641,7 @@
44641
"zh-cht": "發生在{0}",
44642
"xloc": [
44643
"default-mobile.handlebars->11->705",
44641
- "default.handlebars->39->2838"
44644
+ "default.handlebars->39->2840"
44645
]
44646
},
44647
{
@@ -44709,7 +44712,7 @@
44712
"zh-chs": "离线用户",
44713
"zh-cht": "離線用戶",
44714
"xloc": [
44712
- "default.handlebars->39->2373"
44715
+ "default.handlebars->39->2375"
44716
]
44717
},
44718
{
@@ -44785,7 +44788,7 @@
44788
"zh-chs": "一天",
44789
"zh-cht": "一天",
44790
"xloc": [
44788
- "default.handlebars->39->2349"
44791
+ "default.handlebars->39->2351"
44792
]
44793
},
44794
{
@@ -44820,7 +44823,7 @@
44823
"pl": "Hasło Jednorazowe",
44824
"pt-br": "One-Time Password (Senha de único acesso)",
44825
"xloc": [
44823
- "default.handlebars->39->2822"
44826
+ "default.handlebars->39->2824"
44827
]
44828
},
44829
{
@@ -44872,7 +44875,7 @@
44875
"zh-chs": "在线用户",
44876
"zh-cht": "在線用戶",
44877
"xloc": [
44875
- "default.handlebars->39->2372"
44878
+ "default.handlebars->39->2374"
44879
]
44880
},
44881
{
@@ -44896,7 +44899,7 @@
44899
"tr": "Yalnızca ilk 100 kullanıcıyı göster",
44900
"zh-chs": "只显示前 100 个用户",
44901
"xloc": [
44899
- "default.handlebars->39->2417"
44902
+ "default.handlebars->39->2419"
44903
]
44904
},
44905
{
@@ -45253,7 +45256,7 @@
45256
"zh-chs": "开头:{0}",
45257
"zh-cht": "開場:{0}",
45258
"xloc": [
45256
- "default.handlebars->39->2201"
45259
+ "default.handlebars->39->2203"
45260
]
45261
},
45262
{
@@ -45281,7 +45284,7 @@
45284
"default-mobile.handlebars->11->533",
45285
"default.handlebars->39->1166",
45286
"default.handlebars->39->1392",
45284
- "default.handlebars->39->2789",
45287
+ "default.handlebars->39->2791",
45288
"default.handlebars->39->322",
45289
"default.handlebars->39->488",
45290
"default.handlebars->39->536",
@@ -45312,8 +45315,8 @@
45315
"xloc": [
45316
"default-mobile.handlebars->11->371",
45317
"default.handlebars->39->1101",
45315
- "default.handlebars->39->2400",
45316
- "default.handlebars->39->2484",
45318
+ "default.handlebars->39->2402",
45319
+ "default.handlebars->39->2486",
45320
"default.handlebars->39->652",
45321
"default.handlebars->39->671"
45322
]
@@ -45805,7 +45808,7 @@
45808
"zh-chs": "部分的",
45809
"zh-cht": "部分的",
45810
"xloc": [
45808
- "default.handlebars->39->2388"
45811
+ "default.handlebars->39->2390"
45812
]
45813
},
45814
{
@@ -45901,7 +45904,7 @@
45904
"zh-chs": "部分权限",
45905
"zh-cht": "部分權限",
45906
"xloc": [
45904
- "default.handlebars->39->2567"
45907
+ "default.handlebars->39->2569"
45908
]
45909
},
45910
{
@@ -45959,13 +45962,13 @@
45962
"default.handlebars->39->1302",
45963
"default.handlebars->39->1309",
45964
"default.handlebars->39->1794",
45962
- "default.handlebars->39->1947",
45963
- "default.handlebars->39->2446",
45964
- "default.handlebars->39->2447",
45965
- "default.handlebars->39->2601",
45965
+ "default.handlebars->39->1949",
45966
+ "default.handlebars->39->2448",
45967
+ "default.handlebars->39->2449",
45968
"default.handlebars->39->2603",
45967
- "default.handlebars->39->2674",
45968
- "default.handlebars->39->2675",
45969
+ "default.handlebars->39->2605",
45970
+ "default.handlebars->39->2676",
45971
+ "default.handlebars->39->2677",
45972
"default.handlebars->39->316",
45973
"default.handlebars->39->455",
45974
"login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1",
@@ -46114,7 +46117,7 @@
46117
"zh-chs": "密码已更改。",
46118
"xloc": [
46119
"default-mobile.handlebars->11->733",
46117
- "default.handlebars->39->2866"
46120
+ "default.handlebars->39->2868"
46121
]
46122
},
46123
{
@@ -46165,7 +46168,7 @@
46168
"zh-chs": "密码提示",
46169
"zh-cht": "密碼提示",
46170
"xloc": [
46168
- "default.handlebars->39->2676"
46171
+ "default.handlebars->39->2678"
46172
]
46173
},
46174
{
@@ -46336,7 +46339,7 @@
46339
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
46340
"default.handlebars->39->1323",
46341
"default.handlebars->39->1359",
46339
- "default.handlebars->39->2174",
46342
+ "default.handlebars->39->2176",
46343
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
46344
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
46345
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -46892,7 +46895,7 @@
46895
"zh-chs": "执行电源操作= {0},强制执行= {1}",
46896
"zh-cht": "執行電源操作= {0},強制執行= {1}",
46897
"xloc": [
46895
- "default.handlebars->39->2206"
46898
+ "default.handlebars->39->2208"
46899
]
46900
},
46901
{
@@ -46917,7 +46920,7 @@
46920
"zh-chs": "没有权限",
46921
"xloc": [
46922
"default-mobile.handlebars->11->714",
46920
- "default.handlebars->39->2847"
46923
+ "default.handlebars->39->2849"
46924
]
46925
},
46926
{
@@ -46943,8 +46946,8 @@
46946
"zh-cht": "權限",
46947
"xloc": [
46948
"default-mobile.handlebars->11->699",
46946
- "default.handlebars->39->2077",
46947
- "default.handlebars->39->2371"
46949
+ "default.handlebars->39->2079",
46950
+ "default.handlebars->39->2373"
46951
]
46952
},
46953
{
@@ -47048,7 +47051,7 @@
47051
"default.handlebars->39->1495",
47052
"default.handlebars->39->1498",
47053
"default.handlebars->39->239",
47051
- "default.handlebars->39->2652"
47054
+ "default.handlebars->39->2654"
47055
]
47056
},
47057
{
@@ -47073,7 +47076,7 @@
47076
"zh-chs": "电话号码",
47077
"zh-cht": "電話號碼",
47078
"xloc": [
47076
- "default.handlebars->39->2582"
47079
+ "default.handlebars->39->2584"
47080
]
47081
},
47082
{
@@ -47100,7 +47103,7 @@
47103
"xloc": [
47104
"default-mobile.handlebars->11->97",
47105
"default.handlebars->39->1497",
47103
- "default.handlebars->39->2651"
47106
+ "default.handlebars->39->2653"
47107
]
47108
},
47109
{
@@ -47325,7 +47328,7 @@
47328
"zh-cht": "外掛指令",
47329
"xloc": [
47330
"default.handlebars->39->297",
47328
- "default.handlebars->39->2976"
47331
+ "default.handlebars->39->2978"
47332
]
47333
},
47334
{
@@ -47849,7 +47852,7 @@
47852
"zh-chs": "电源状态",
47853
"zh-cht": "電源狀態",
47854
"xloc": [
47852
- "default.handlebars->39->2124",
47855
+ "default.handlebars->39->2126",
47856
"default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
47857
]
47858
},
@@ -48029,7 +48032,7 @@
48032
"zh-chs": "存在于服务器上",
48033
"zh-cht": "存在於伺服器上",
48034
"xloc": [
48032
- "default.handlebars->39->2744"
48035
+ "default.handlebars->39->2746"
48036
]
48037
},
48038
{
@@ -48159,8 +48162,8 @@
48162
"default-mobile.handlebars->11->86",
48163
"default-mobile.handlebars->11->87",
48164
"default.handlebars->39->1490",
48162
- "default.handlebars->39->2646",
48163
- "default.handlebars->39->2672",
48165
+ "default.handlebars->39->2648",
48166
+ "default.handlebars->39->2674",
48167
"default.handlebars->39->309"
48168
]
48169
},
@@ -48452,7 +48455,7 @@
48455
"zh-chs": "处理控制台命令:“{0}”",
48456
"zh-cht": "處理控制台命令:“{0}”",
48457
"xloc": [
48455
- "default.handlebars->39->2198"
48458
+ "default.handlebars->39->2200"
48459
]
48460
},
48461
{
@@ -48527,9 +48530,9 @@
48530
"zh-chs": "用户同意提示",
48531
"zh-cht": "用戶同意提示",
48532
"xloc": [
48530
- "default.handlebars->39->1985",
48531
- "default.handlebars->39->1989",
48532
- "default.handlebars->39->1992"
48533
+ "default.handlebars->39->1987",
48534
+ "default.handlebars->39->1991",
48535
+ "default.handlebars->39->1994"
48536
]
48537
},
48538
{
@@ -48554,7 +48557,7 @@
48557
"zh-chs": "协议",
48558
"zh-cht": "協議",
48559
"xloc": [
48557
- "default.handlebars->39->2742",
48560
+ "default.handlebars->39->2744",
48561
"player.handlebars->3->32"
48562
]
48563
},
@@ -48650,7 +48653,7 @@
48653
"zh-cht": "公開鏈結",
48654
"xloc": [
48655
"default-mobile.handlebars->11->146",
48653
- "default.handlebars->39->2159"
48656
+ "default.handlebars->39->2161"
48657
]
48658
},
48659
{
@@ -48780,7 +48783,7 @@
48783
"pl": "Powiadomianie Push",
48784
"pt-br": "Notificação de Push",
48785
"xloc": [
48783
- "default.handlebars->39->2821"
48786
+ "default.handlebars->39->2823"
48787
]
48788
},
48789
{
@@ -49194,7 +49197,7 @@
49197
"zh-chs": "RSS",
49198
"zh-cht": "RSS",
49199
"xloc": [
49197
- "default.handlebars->39->2935"
49200
+ "default.handlebars->39->2937"
49201
]
49202
},
49203
{
@@ -49244,7 +49247,7 @@
49247
"zh-chs": "随机密码",
49248
"zh-cht": "隨機密碼",
49249
"xloc": [
49247
- "default.handlebars->39->1948"
49250
+ "default.handlebars->39->1950"
49251
]
49252
},
49253
{
@@ -49269,7 +49272,7 @@
49272
"zh-chs": "随机密码。",
49273
"zh-cht": "隨機密碼。",
49274
"xloc": [
49272
- "default.handlebars->39->2448"
49275
+ "default.handlebars->39->2450"
49276
]
49277
},
This file is too large to show in full.
webserver.js
+18
-6
@@ -5115,21 +5115,27 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
5115
// Download tools using a cookie
5116
if (c.download == req.query.meshaction) {
5117
if (req.query.meshaction == 'winrouter') {
5118
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe');
5118
+ var p = null;
5119
+ if (obj.meshToolsBinaries['MeshCentralRouter']) { p = obj.meshToolsBinaries['MeshCentralRouter'].path; }
5120
+ if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); }
5121
if (obj.fs.existsSync(p)) {
5122
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.exe', null, 'MeshCentralRouter.exe');
5123
try { res.sendFile(p); } catch (ex) { }
5124
} else { try { res.sendStatus(404); } catch (ex) { } }
5125
return;
5126
} else if (req.query.meshaction == 'winassistant') {
5125
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe');
5127
+ var p = null;
5128
+ if (obj.meshToolsBinaries['MeshCentralAssistant']) { p = obj.meshToolsBinaries['MeshCentralAssistant'].path; }
5129
+ if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); }
5130
if (obj.fs.existsSync(p)) {
5131
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralAssistant.exe', null, 'MeshCentralAssistant.exe');
5132
try { res.sendFile(p); } catch (ex) { }
5133
} else { try { res.sendStatus(404); } catch (ex) { } }
5134
return;
5135
} else if (req.query.meshaction == 'macrouter') {
5132
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg');
5136
+ var p = null;
5137
+ if (obj.meshToolsBinaries['MeshCentralRouterMacOS']) { p = obj.meshToolsBinaries['MeshCentralRouterMacOS'].path; }
5138
+ if ((p == null) || (!obj.fs.existsSync(p))) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); }
5139
if (obj.fs.existsSync(p)) {
5140
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.dmg', null, 'MeshCentralRouter.dmg');
5141
try { res.sendFile(p); } catch (ex) { }
@@ -5190,21 +5196,27 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
5196
res.send(JSON.stringify(meshaction, null, ' '));
5197
return;
5198
} else if (req.query.meshaction == 'winrouter') {
5193
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe');
5199
+ var p = null;
5200
+ if (parent.meshToolsBinaries['MeshCentralRouter']) { p = parent.meshToolsBinaries['MeshCentralRouter'].path; }
5201
+ if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.exe'); }
5202
if (obj.fs.existsSync(p)) {
5203
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.exe', null, 'MeshCentralRouter.exe');
5204
try { res.sendFile(p); } catch (ex) { }
5205
} else { try { res.sendStatus(404); } catch (ex) { } }
5206
return;
5207
} else if (req.query.meshaction == 'winassistant') {
5200
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe');
5208
+ var p = null;
5209
+ if (parent.meshToolsBinaries['MeshCentralAssistant']) { p = parent.meshToolsBinaries['MeshCentralAssistant'].path; }
5210
+ if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralAssistant.exe'); }
5211
if (obj.fs.existsSync(p)) {
5212
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralAssistant.exe', null, 'MeshCentralAssistant.exe');
5213
try { res.sendFile(p); } catch (ex) { }
5214
} else { try { res.sendStatus(404); } catch (ex) { } }
5215
return;
5216
} else if (req.query.meshaction == 'macrouter') {
5207
- var p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg');
5217
+ var p = null;
5218
+ if (parent.meshToolsBinaries['MeshCentralRouterMacOS']) { p = parent.meshToolsBinaries['MeshCentralRouterMacOS'].path; }
5219
+ if ((p == null) || !obj.fs.existsSync(p)) { p = obj.path.join(__dirname, 'agents', 'MeshCentralRouter.dmg'); }
5220
if (obj.fs.existsSync(p)) {
5221
setContentDispositionHeader(res, 'application/octet-stream', 'MeshCentralRouter.dmg', null, 'MeshCentralRouter.dmg');
5222
try { res.sendFile(p); } catch (ex) { }