Version 1.0.26
Ylian Saint-Hilaire committed
May 21, 2022 at 01:30 UTC
eff44774eed8207c6bc6adeeace0c2d76dc97433
3 files changed
+1828
-1780
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
public/scripts/agent-rdp-0.0.1-min.js
+1
-1
@@ -1 +1 @@
1
-var CreateRDPDesktop=function(e){var 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
1
+var CreateRDPDesktop=function(e){var a={};function n(e){return(!0===a.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function o(e){a.State!=e&&(a.State=e,null!=a.onStateChanged&&a.onStateChanged(a,a.State))}function s(e){var t=a.Canvas.canvas.height/a.CanvasId.clientHeight,n=a.Canvas.canvas.width/a.CanvasId.clientWidth,s=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(a.Canvas.canvas),n=(e.pageX-s[0])*n,t=(e.pageY-s[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}a.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},a.State=0,a.canvas=Q(e),"string"==typeof(a.CanvasId=e)&&(a.CanvasId=Q(e)),a.Canvas=a.CanvasId.getContext("2d"),a.ScreenWidth=a.width=1280,a.ScreenHeight=a.height=1024,a.m.onClipboardChanged=null,a.onConsoleMessageChange=null,a.Start=function(e,t,n){o(1),a.nodeid=e,a.port=t;var s={savepass:(a.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(s.width=a.ScreenWidth=a.width=n.width,s.height=a.ScreenHeight=a.height=n.height,delete n.width,delete n.height),a.render=new Mstsc.Canvas.create(a.canvas),a.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),a.socket.binaryType="arraybuffer",a.socket.onopen=function(){o(2),a.socket.send(JSON.stringify(["infos",{ip:a.nodeid,port:a.port,screen:{width:a.width,height:a.height},domain:n.domain,username:n.username,password:n.password,options:s,locale:Mstsc.locale()}]))},a.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":o(3),a.rotation=0,a.Canvas.setTransform(1,0,0,1,0,0),a.Canvas.canvas.width=a.ScreenWidth,a.Canvas.canvas.height=a.ScreenHeight,a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),null!=a.m.onScreenSizeChange&&a.m.onScreenSizeChange(a,a.ScreenWidth,a.ScreenHeight,a.CanvasId);break;case"rdp-bitmap":if(null==a.bitmapData)break;var n=t[1];n.data=a.bitmapData,delete a.bitmapData,a.render.update(n);break;case"rdp-close":a.Stop();break;case"rdp-error":switch(a.consoleMessageTimeout=5,a.consoleMessage=t[1],delete a.consoleMessageArgs,2<t.length&&(a.consoleMessageArgs=[t[2]]),t[1]){case"NODE_RDP_PROTOCOL_X224_NEG_FAILURE":1==t[2]?a.consoleMessageId=9:2==t[2]?a.consoleMessageId=10:3==t[2]?a.consoleMessageId=11:4==t[2]?a.consoleMessageId=12:5==t[2]?a.consoleMessageId=13:6==t[2]?a.consoleMessageId=14:a.consoleMessageId=7;break;case"NODE_RDP_PROTOCOL_X224_NLA_NOT_SUPPORTED":a.consoleMessageId=8;break;default:a.consoleMessageId=null}a.onConsoleMessageChange&&a.onConsoleMessageChange(),a.Stop();break;case"rdp-clipboard":a.lastClipboardContent=t[1],a.m.onClipboardChanged&&a.m.onClipboardChanged(t[1]);break;case"ping":a.socket.send('["pong"]')}}else a.bitmapData=e.data},a.socket.onclose=function(){o(0)},o(1)},a.Stop=function(){a.Canvas.fillRect(0,0,a.ScreenWidth,a.ScreenHeight),a.socket&&a.socket.close()},a.m.setClipboard=function(e){a.socket&&a.socket.send(JSON.stringify(["clipboard",e]))},a.m.getClipboard=function(){return a.lastClipboardContent},a.m.mousemove=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return a.mouseNagleData=["mouse",t.x,t.y,0,!1],null==a.mouseNagleTimer&&(a.mouseNagleTimer=setTimeout(function(){a.socket.send(JSON.stringify(a.mouseNagleData)),a.mouseNagleTimer=null},50)),e.preventDefault(),!1}},a.m.mouseup=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},a.m.mousedown=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight))return null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null),a.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},a.m.handleKeyUp=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},a.m.handleKeyDown=function(e){if(a.socket&&3==a.State)return a.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},a.m.mousewheel=function(e){if(a.socket&&3==a.State){var t=s(e);if(!(t.x<0||t.y<0||t.x>a.ScreenWidth||t.y>a.ScreenHeight)){null!=a.mouseNagleTimer&&(clearTimeout(a.mouseNagleTimer),a.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&a.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},a.m.SendStringUnicode=function(e){a.socket&&3==a.State&&a.socket.send(JSON.stringify(["utype",e]))},a.m.SendKeyMsgKC=function(e,t,n){if(3==a.State)if("object"==typeof e)for(var s in e)a.m.SendKeyMsgKC(e[s][0],e[s][1],e[s][2]);else{t=i[t];null!=t&&a.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},a.m.mousedblclick=function(){},a.m.handleKeyPress=function(){},a.m.setRotation=function(){},a.m.sendcad=function(){a.socket.send(JSON.stringify(["scancode",29,!0])),a.socket.send(JSON.stringify(["scancode",56,!0])),a.socket.send(JSON.stringify(["scancode",57427,!0])),a.socket.send(JSON.stringify(["scancode",57427,!1])),a.socket.send(JSON.stringify(["scancode",56,!1])),a.socket.send(JSON.stringify(["scancode",29,!1]))};var i={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return a}
\ No newline at end of file
translate/translate.json
+1826
-1778
@@ -46,8 +46,8 @@
46
"zh-chs": " + CIRA",
47
"zh-cht": " + CIRA",
48
"xloc": [
49
- "default.handlebars->39->1890",
50
- "default.handlebars->39->1892"
49
+ "default.handlebars->39->1898",
50
+ "default.handlebars->39->1900"
51
]
52
},
53
{
@@ -299,7 +299,7 @@
299
"zh-chs": " 可以使用密码提示,但不建议使用。",
300
"zh-cht": " 可以使用密碼提示,但不建議使用。",
301
"xloc": [
302
- "default.handlebars->39->1769"
302
+ "default.handlebars->39->1777"
303
]
304
},
305
{
@@ -324,8 +324,8 @@
324
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326
"xloc": [
327
- "default.handlebars->39->2010",
328
- "default.handlebars->39->2565"
327
+ "default.handlebars->39->2018",
328
+ "default.handlebars->39->2573"
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->1970",
837
+ "default.handlebars->39->1978",
838
"default.handlebars->39->473"
839
]
840
},
@@ -929,8 +929,8 @@
929
"zh-cht": ",",
930
"xloc": [
931
"default-mobile.handlebars->11->700",
932
- "default.handlebars->39->2084",
933
- "default.handlebars->39->2348",
932
+ "default.handlebars->39->2092",
933
+ "default.handlebars->39->2356",
934
"default.handlebars->39->891"
935
]
936
},
@@ -1048,7 +1048,7 @@
1048
"zh-cht": ",MQTT在線",
1049
"xloc": [
1050
"default-mobile.handlebars->11->604",
1051
- "default.handlebars->39->1478"
1051
+ "default.handlebars->39->1486"
1052
]
1053
},
1054
{
@@ -1072,7 +1072,7 @@
1072
"tr": ", İzin Yok",
1073
"zh-chs": ", 不同意",
1074
"xloc": [
1075
- "default.handlebars->39->1928",
1075
+ "default.handlebars->39->1936",
1076
"default.handlebars->39->976"
1077
]
1078
},
@@ -1098,7 +1098,7 @@
1098
"zh-chs": ",提示同意",
1099
"zh-cht": ",提示同意",
1100
"xloc": [
1101
- "default.handlebars->39->1929",
1101
+ "default.handlebars->39->1937",
1102
"default.handlebars->39->977"
1103
]
1104
},
@@ -1107,7 +1107,7 @@
1107
"nl": ", RDP",
1108
"pl": ", RDP",
1109
"xloc": [
1110
- "default.handlebars->39->1220"
1110
+ "default.handlebars->39->1228"
1111
]
1112
},
1113
{
@@ -1127,7 +1127,7 @@
1127
"ru": ", Ежедневно",
1128
"tr": ", Günlük yinelenen",
1129
"xloc": [
1130
- "default.handlebars->39->1925",
1130
+ "default.handlebars->39->1933",
1131
"default.handlebars->39->973"
1132
]
1133
},
@@ -1148,7 +1148,7 @@
1148
"ru": ", Еженедельно",
1149
"tr": ", Haftalık yinelenen",
1150
"xloc": [
1151
- "default.handlebars->39->1926",
1151
+ "default.handlebars->39->1934",
1152
"default.handlebars->39->974"
1153
]
1154
},
@@ -1187,7 +1187,7 @@
1187
"pl": ", SFTP",
1188
"xloc": [
1189
"default-mobile.handlebars->11->468",
1190
- "default.handlebars->39->1328"
1190
+ "default.handlebars->39->1336"
1191
]
1192
},
1193
{
@@ -1195,7 +1195,7 @@
1195
"nl": ", SSH",
1196
"pl": ", SSH",
1197
"xloc": [
1198
- "default.handlebars->39->1296"
1198
+ "default.handlebars->39->1304"
1199
]
1200
},
1201
{
@@ -1220,7 +1220,7 @@
1220
"zh-chs": ",软体KVM",
1221
"zh-cht": ",軟體KVM",
1222
"xloc": [
1223
- "default.handlebars->39->1203",
1223
+ "default.handlebars->39->1211",
1224
"sharing.handlebars->11->12"
1225
]
1226
},
@@ -1245,7 +1245,7 @@
1245
"tr": ", Araç Çubuğu",
1246
"zh-chs": ", 工具栏",
1247
"xloc": [
1248
- "default.handlebars->39->1930",
1248
+ "default.handlebars->39->1938",
1249
"default.handlebars->39->978"
1250
]
1251
},
@@ -1287,7 +1287,7 @@
1287
"ru": ", Только просмотр рабочего стола",
1288
"tr": ", Yalnızca masaüstünü görüntüle",
1289
"xloc": [
1290
- "default.handlebars->39->1927",
1290
+ "default.handlebars->39->1935",
1291
"default.handlebars->39->975"
1292
]
1293
},
@@ -1316,9 +1316,9 @@
1316
"default-mobile.handlebars->11->411",
1317
"default-mobile.handlebars->11->446",
1318
"default-mobile.handlebars->11->469",
1319
- "default.handlebars->39->1219",
1320
- "default.handlebars->39->1297",
1321
- "default.handlebars->39->1329",
1319
+ "default.handlebars->39->1227",
1320
+ "default.handlebars->39->1305",
1321
+ "default.handlebars->39->1337",
1322
"sharing.handlebars->11->19",
1323
"sharing.handlebars->11->27",
1324
"sharing.handlebars->11->44",
@@ -1514,7 +1514,7 @@
1514
"zh-chs": ",{0}观看",
1515
"zh-cht": ",{0}觀看",
1516
"xloc": [
1517
- "default.handlebars->39->1214",
1517
+ "default.handlebars->39->1222",
1518
"sharing.handlebars->11->13"
1519
]
1520
},
@@ -1620,9 +1620,9 @@
1620
"xloc": [
1621
"default-mobile.handlebars->11->139",
1622
"default-mobile.handlebars->11->475",
1623
- "default.handlebars->39->1339",
1624
- "default.handlebars->39->2145",
1625
- "default.handlebars->39->2763",
1623
+ "default.handlebars->39->1347",
1624
+ "default.handlebars->39->2153",
1625
+ "default.handlebars->39->2771",
1626
"sharing.handlebars->11->50"
1627
]
1628
},
@@ -1784,7 +1784,7 @@
1784
"zh-chs": "1个活跃时段",
1785
"zh-cht": "1個活躍時段",
1786
"xloc": [
1787
- "default.handlebars->39->2653"
1787
+ "default.handlebars->39->2661"
1788
]
1789
},
1790
{
@@ -1811,7 +1811,7 @@
1811
"xloc": [
1812
"default-mobile.handlebars->11->149",
1813
"default-mobile.handlebars->11->744",
1814
- "default.handlebars->39->2169",
1814
+ "default.handlebars->39->2177",
1815
"download.handlebars->3->1",
1816
"download2.handlebars->5->1",
1817
"sharing.handlebars->11->96"
@@ -1850,7 +1850,7 @@
1850
"zh-chs": "1条连接",
1851
"zh-cht": "1位聯絡文",
1852
"xloc": [
1853
- "default.handlebars->39->1216",
1853
+ "default.handlebars->39->1224",
1854
"sharing.handlebars->11->15"
1855
]
1856
},
@@ -1903,7 +1903,7 @@
1903
"zh-chs": "1组",
1904
"zh-cht": "1群",
1905
"xloc": [
1906
- "default.handlebars->39->2612"
1906
+ "default.handlebars->39->2620"
1907
]
1908
},
1909
{
@@ -1956,7 +1956,7 @@
1956
"zh-cht": "1分鐘",
1957
"xloc": [
1958
"default.handlebars->39->1056",
1959
- "default.handlebars->39->1734"
1959
+ "default.handlebars->39->1742"
1960
]
1961
},
1962
{
@@ -2033,7 +2033,7 @@
2033
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2034
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2035
"xloc": [
2036
- "default.handlebars->39->2380"
2036
+ "default.handlebars->39->2388"
2037
]
2038
},
2039
{
@@ -2230,7 +2230,7 @@
2230
"default-mobile.handlebars->11->218",
2231
"default-mobile.handlebars->11->222",
2232
"default-mobile.handlebars->11->226",
2233
- "default.handlebars->39->2384",
2233
+ "default.handlebars->39->2392",
2234
"default.handlebars->39->398",
2235
"default.handlebars->39->401",
2236
"default.handlebars->39->405",
@@ -2418,7 +2418,7 @@
2418
"zh-cht": "10分鐘",
2419
"xloc": [
2420
"default.handlebars->39->1058",
2421
- "default.handlebars->39->1736"
2421
+ "default.handlebars->39->1744"
2422
]
2423
},
2424
{
@@ -2612,7 +2612,7 @@
2612
"zh-cht": "12小時",
2613
"xloc": [
2614
"default.handlebars->39->1066",
2615
- "default.handlebars->39->1744"
2615
+ "default.handlebars->39->1752"
2616
]
2617
},
2618
{
@@ -2766,7 +2766,7 @@
2766
"zh-cht": "15分鐘",
2767
"xloc": [
2768
"default.handlebars->39->1059",
2769
- "default.handlebars->39->1737"
2769
+ "default.handlebars->39->1745"
2770
]
2771
},
2772
{
@@ -2792,7 +2792,7 @@
2792
"zh-cht": "16小時",
2793
"xloc": [
2794
"default.handlebars->39->1067",
2795
- "default.handlebars->39->1745"
2795
+ "default.handlebars->39->1753"
2796
]
2797
},
2798
{
@@ -2949,7 +2949,7 @@
2949
"zh-cht": "2天",
2950
"xloc": [
2951
"default.handlebars->39->1069",
2952
- "default.handlebars->39->1747"
2952
+ "default.handlebars->39->1755"
2953
]
2954
},
2955
{
@@ -2975,7 +2975,7 @@
2975
"zh-cht": "2小時",
2976
"xloc": [
2977
"default.handlebars->39->1063",
2978
- "default.handlebars->39->1741"
2978
+ "default.handlebars->39->1749"
2979
]
2980
},
2981
{
@@ -3154,7 +3154,7 @@
3154
"zh-cht": "24小時",
3155
"xloc": [
3156
"default.handlebars->39->1068",
3157
- "default.handlebars->39->1746"
3157
+ "default.handlebars->39->1754"
3158
]
3159
},
3160
{
@@ -3228,7 +3228,7 @@
3228
"zh-chs": "2FA备份代码已清除",
3229
"zh-cht": "2FA備份代碼已清除",
3230
"xloc": [
3231
- "default.handlebars->39->2280"
3231
+ "default.handlebars->39->2288"
3232
]
3233
},
3234
{
@@ -3246,7 +3246,7 @@
3246
"pl": "dwuetapowe",
3247
"pt-br": "2ª Etapa",
3248
"xloc": [
3249
- "default.handlebars->39->2799"
3249
+ "default.handlebars->39->2807"
3250
]
3251
},
3252
{
@@ -3271,8 +3271,8 @@
3271
"zh-chs": "启用第二因素身份验证",
3272
"zh-cht": "啟用第二因素身份驗證",
3273
"xloc": [
3274
- "default.handlebars->39->2398",
3275
- "default.handlebars->39->2636"
3274
+ "default.handlebars->39->2406",
3275
+ "default.handlebars->39->2644"
3276
]
3277
},
3278
{
@@ -3422,7 +3422,7 @@
3422
"zh-cht": "30分鐘",
3423
"xloc": [
3424
"default.handlebars->39->1060",
3425
- "default.handlebars->39->1738"
3425
+ "default.handlebars->39->1746"
3426
]
3427
},
3428
{
@@ -3447,7 +3447,7 @@
3447
"zh-chs": "32 位",
3448
"xloc": [
3449
"default-mobile.handlebars->11->512",
3450
- "default.handlebars->39->1392"
3450
+ "default.handlebars->39->1400"
3451
]
3452
},
3453
{
@@ -3526,7 +3526,7 @@
3526
"zh-cht": "4天",
3527
"xloc": [
3528
"default.handlebars->39->1070",
3529
- "default.handlebars->39->1748"
3529
+ "default.handlebars->39->1756"
3530
]
3531
},
3532
{
@@ -3552,7 +3552,7 @@
3552
"zh-cht": "4個小時",
3553
"xloc": [
3554
"default.handlebars->39->1064",
3555
- "default.handlebars->39->1742"
3555
+ "default.handlebars->39->1750"
3556
]
3557
},
3558
{
@@ -3681,7 +3681,7 @@
3681
"zh-cht": "45分鐘",
3682
"xloc": [
3683
"default.handlebars->39->1061",
3684
- "default.handlebars->39->1739"
3684
+ "default.handlebars->39->1747"
3685
]
3686
},
3687
{
@@ -3732,7 +3732,7 @@
3732
"zh-cht": "5分鐘",
3733
"xloc": [
3734
"default.handlebars->39->1057",
3735
- "default.handlebars->39->1735"
3735
+ "default.handlebars->39->1743"
3736
]
3737
},
3738
{
@@ -3914,7 +3914,7 @@
3914
"zh-cht": "60分鐘",
3915
"xloc": [
3916
"default.handlebars->39->1062",
3917
- "default.handlebars->39->1740"
3917
+ "default.handlebars->39->1748"
3918
]
3919
},
3920
{
@@ -3991,7 +3991,7 @@
3991
"zh-chs": "64 位",
3992
"xloc": [
3993
"default-mobile.handlebars->11->514",
3994
- "default.handlebars->39->1394"
3994
+ "default.handlebars->39->1402"
3995
]
3996
},
3997
{
@@ -4160,7 +4160,7 @@
4160
"pl": "7 dni",
4161
"pt-br": "7 dias",
4162
"xloc": [
4163
- "default.handlebars->39->1749"
4163
+ "default.handlebars->39->1757"
4164
]
4165
},
4166
{
@@ -4239,7 +4239,7 @@
4239
"zh-cht": "8小時",
4240
"xloc": [
4241
"default.handlebars->39->1065",
4242
- "default.handlebars->39->1743",
4242
+ "default.handlebars->39->1751",
4243
"default.handlebars->39->501",
4244
"default.handlebars->39->515"
4245
]
@@ -4566,7 +4566,7 @@
4566
"zh-cht": "ACM",
4567
"xloc": [
4568
"default-mobile.handlebars->11->297",
4569
- "default.handlebars->39->1908",
4569
+ "default.handlebars->39->1916",
4570
"default.handlebars->39->809"
4571
]
4572
},
@@ -4661,7 +4661,7 @@
4661
"tr": "AMT-OS",
4662
"zh-chs": "操作系统",
4663
"xloc": [
4664
- "default.handlebars->39->2921"
4664
+ "default.handlebars->39->2929"
4665
]
4666
},
4667
{
@@ -4680,7 +4680,7 @@
4680
"ru": "AMT-Redir",
4681
"tr": "AMT-Yönlendirme",
4682
"xloc": [
4683
- "default.handlebars->39->2806"
4683
+ "default.handlebars->39->2814"
4684
]
4685
},
4686
{
@@ -4699,7 +4699,7 @@
4699
"ru": "AMT-WSMAN",
4700
"tr": "AMT-WSMAN",
4701
"xloc": [
4702
- "default.handlebars->39->2805"
4702
+ "default.handlebars->39->2813"
4703
]
4704
},
4705
{
@@ -4882,7 +4882,7 @@
4882
"zh-cht": "拒絕存取",
4883
"xloc": [
4884
"default-mobile.handlebars->11->605",
4885
- "default.handlebars->39->1479"
4885
+ "default.handlebars->39->1487"
4886
]
4887
},
4888
{
@@ -4958,7 +4958,7 @@
4958
"zh-chs": "访问服务器档案",
4959
"zh-cht": "存取伺服器檔案",
4960
"xloc": [
4961
- "default.handlebars->39->2571"
4961
+ "default.handlebars->39->2579"
4962
]
4963
},
4964
{
@@ -5067,9 +5067,9 @@
5067
"default-mobile.handlebars->11->264",
5068
"default-mobile.handlebars->11->266",
5069
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5070
- "default.handlebars->39->1778",
5071
- "default.handlebars->39->1780",
5072
- "default.handlebars->39->2974",
5070
+ "default.handlebars->39->1786",
5071
+ "default.handlebars->39->1788",
5072
+ "default.handlebars->39->2982",
5073
"default.handlebars->39->769",
5074
"default.handlebars->39->771"
5075
]
@@ -5096,7 +5096,7 @@
5096
"zh-chs": "帐号设定",
5097
"xloc": [
5098
"default-mobile.handlebars->11->711",
5099
- "default.handlebars->39->2850"
5099
+ "default.handlebars->39->2858"
5100
]
5101
},
5102
{
@@ -5172,7 +5172,7 @@
5172
"zh-chs": "帐户已更改:{0}",
5173
"zh-cht": "帳戶已更改:{0}",
5174
"xloc": [
5175
- "default.handlebars->39->2253"
5175
+ "default.handlebars->39->2261"
5176
]
5177
},
5178
{
@@ -5197,7 +5197,7 @@
5197
"zh-chs": "创建帐户,电子邮件为{0}",
5198
"zh-cht": "創建帳戶,電子郵件為{0}",
5199
"xloc": [
5200
- "default.handlebars->39->2252"
5200
+ "default.handlebars->39->2260"
5201
]
5202
},
5203
{
@@ -5217,7 +5217,7 @@
5217
"ru": "Аккаунт создан, имя {0}.",
5218
"tr": "Hesap oluşturuldu, ad {0}.",
5219
"xloc": [
5220
- "default.handlebars->39->2315"
5220
+ "default.handlebars->39->2323"
5221
]
5222
},
5223
{
@@ -5242,7 +5242,7 @@
5242
"zh-chs": "创建帐户,用户名是{0}",
5243
"zh-cht": "帳戶已創建,用戶名是{0}",
5244
"xloc": [
5245
- "default.handlebars->39->2251"
5245
+ "default.handlebars->39->2259"
5246
]
5247
},
5248
{
@@ -5269,8 +5269,8 @@
5269
"xloc": [
5270
"default-mobile.handlebars->11->64",
5271
"default.handlebars->39->198",
5272
- "default.handlebars->39->2400",
5273
- "default.handlebars->39->2568"
5272
+ "default.handlebars->39->2408",
5273
+ "default.handlebars->39->2576"
5274
]
5275
},
5276
{
@@ -5296,7 +5296,7 @@
5296
"zh-cht": "達到帳戶限制。",
5297
"xloc": [
5298
"default-mobile.handlebars->11->723",
5299
- "default.handlebars->39->2862",
5299
+ "default.handlebars->39->2870",
5300
"login-mobile.handlebars->5->6",
5301
"login.handlebars->5->6",
5302
"login2.handlebars->7->8"
@@ -5351,7 +5351,7 @@
5351
"zh-chs": "帐号登录",
5352
"zh-cht": "帳號登錄",
5353
"xloc": [
5354
- "default.handlebars->39->2188"
5354
+ "default.handlebars->39->2196"
5355
]
5356
},
5357
{
@@ -5375,7 +5375,7 @@
5375
"tr": "{0}, {1}, {2} adresinden hesap girişi",
5376
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5377
"xloc": [
5378
- "default.handlebars->39->2294"
5378
+ "default.handlebars->39->2302"
5379
]
5380
},
5381
{
@@ -5400,7 +5400,7 @@
5400
"zh-chs": "帐户登出",
5401
"zh-cht": "帳戶登出",
5402
"xloc": [
5403
- "default.handlebars->39->2189"
5403
+ "default.handlebars->39->2197"
5404
]
5405
},
5406
{
@@ -5452,7 +5452,7 @@
5452
"zh-chs": "帐户密码已更改:{0}",
5453
"zh-cht": "帳戶密碼已更改:{0}",
5454
"xloc": [
5455
- "default.handlebars->39->2261"
5455
+ "default.handlebars->39->2269"
5456
]
5457
},
5458
{
@@ -5477,7 +5477,7 @@
5477
"zh-chs": "帐户已删除",
5478
"zh-cht": "帳戶已刪除",
5479
"xloc": [
5480
- "default.handlebars->39->2250"
5480
+ "default.handlebars->39->2258"
5481
]
5482
},
5483
{
@@ -5528,7 +5528,7 @@
5528
"zh-cht": "指令",
5529
"xloc": [
5530
"default-mobile.handlebars->11->611",
5531
- "default.handlebars->39->1485",
5531
+ "default.handlebars->39->1493",
5532
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5533
]
5534
},
@@ -5687,7 +5687,7 @@
5687
"zh-chs": "如果ACM失败,则激活到CCM",
5688
"zh-cht": "如果ACM失敗,則激活到CCM",
5689
"xloc": [
5690
- "default.handlebars->39->1961"
5690
+ "default.handlebars->39->1969"
5691
]
5692
},
5693
{
@@ -5715,7 +5715,7 @@
5715
"default-mobile.handlebars->11->292",
5716
"default-mobile.handlebars->11->294",
5717
"default-mobile.handlebars->11->567",
5718
- "default.handlebars->39->1440",
5718
+ "default.handlebars->39->1448",
5719
"default.handlebars->39->802",
5720
"default.handlebars->39->804"
5721
]
@@ -5767,7 +5767,7 @@
5767
"zh-chs": "主动设备共享",
5768
"zh-cht": "主動設備共享",
5769
"xloc": [
5770
- "default.handlebars->39->1912",
5770
+ "default.handlebars->39->1920",
5771
"default.handlebars->39->960"
5772
]
5773
},
@@ -5792,7 +5792,7 @@
5792
"tr": "Aktif Giriş Anahtarları",
5793
"zh-chs": "活动登录令牌",
5794
"xloc": [
5795
- "default.handlebars->39->1809"
5795
+ "default.handlebars->39->1817"
5796
]
5797
},
5798
{
@@ -5879,8 +5879,8 @@
5879
"zh-chs": "添加",
5880
"xloc": [
5881
"default-mobile.handlebars->11->438",
5882
- "default.handlebars->39->1251",
5883
- "default.handlebars->39->1256"
5882
+ "default.handlebars->39->1259",
5883
+ "default.handlebars->39->1264"
5884
]
5885
},
5886
{
@@ -5947,7 +5947,7 @@
5947
"zh-chs": "添加代理",
5948
"zh-cht": "新增代理",
5949
"xloc": [
5950
- "default.handlebars->39->1902",
5950
+ "default.handlebars->39->1910",
5951
"default.handlebars->39->439"
5952
]
5953
},
@@ -5995,9 +5995,9 @@
5995
"zh-chs": "添加设备",
5996
"zh-cht": "新增裝置",
5997
"xloc": [
5998
- "default.handlebars->39->1906",
5999
- "default.handlebars->39->2543",
6000
- "default.handlebars->39->2702",
5998
+ "default.handlebars->39->1914",
5999
+ "default.handlebars->39->2551",
6000
+ "default.handlebars->39->2710",
6001
"default.handlebars->39->443"
6002
]
6003
},
@@ -6048,9 +6048,9 @@
6048
"zh-chs": "添加设备组",
6049
"zh-cht": "新增裝置群",
6050
"xloc": [
6051
- "default.handlebars->39->2046",
6052
- "default.handlebars->39->2537",
6053
- "default.handlebars->39->2690",
6051
+ "default.handlebars->39->2054",
6052
+ "default.handlebars->39->2545",
6053
+ "default.handlebars->39->2698",
6054
"default.handlebars->39->355"
6055
]
6056
},
@@ -6076,7 +6076,7 @@
6076
"zh-chs": "添加设备组权限",
6077
"zh-cht": "新增裝置群權限",
6078
"xloc": [
6079
- "default.handlebars->39->2043"
6079
+ "default.handlebars->39->2051"
6080
]
6081
},
6082
{
@@ -6101,8 +6101,8 @@
6101
"zh-chs": "添加设备权限",
6102
"zh-cht": "新增裝置權限",
6103
"xloc": [
6104
- "default.handlebars->39->2048",
6105
- "default.handlebars->39->2050"
6104
+ "default.handlebars->39->2056",
6105
+ "default.handlebars->39->2058"
6106
]
6107
},
6108
{
@@ -6245,7 +6245,7 @@
6245
"zh-chs": "添加成员身份",
6246
"zh-cht": "新增成員身份",
6247
"xloc": [
6248
- "default.handlebars->39->2722"
6248
+ "default.handlebars->39->2730"
6249
]
6250
},
6251
{
@@ -6316,8 +6316,8 @@
6316
"zh-chs": "添加安全密钥",
6317
"zh-cht": "新增安全密鑰",
6318
"xloc": [
6319
- "default.handlebars->39->1524",
6320
- "default.handlebars->39->1525",
6319
+ "default.handlebars->39->1532",
6320
+ "default.handlebars->39->1533",
6321
"default.handlebars->39->229",
6322
"default.handlebars->39->231",
6323
"default.handlebars->39->234",
@@ -6372,7 +6372,7 @@
6372
"zh-chs": "添加用户设备权限",
6373
"zh-cht": "新增用戶裝置權限",
6374
"xloc": [
6375
- "default.handlebars->39->2053"
6375
+ "default.handlebars->39->2061"
6376
]
6377
},
6378
{
@@ -6397,9 +6397,9 @@
6397
"zh-chs": "添加用户组",
6398
"zh-cht": "新增用戶群",
6399
"xloc": [
6400
- "default.handlebars->39->1898",
6401
- "default.handlebars->39->2045",
6402
- "default.handlebars->39->2696",
6400
+ "default.handlebars->39->1906",
6401
+ "default.handlebars->39->2053",
6402
+ "default.handlebars->39->2704",
6403
"default.handlebars->39->953"
6404
]
6405
},
@@ -6425,7 +6425,7 @@
6425
"zh-chs": "添加用户组设备权限",
6426
"zh-cht": "新增用戶群裝置權限",
6427
"xloc": [
6428
- "default.handlebars->39->2055"
6428
+ "default.handlebars->39->2063"
6429
]
6430
},
6431
{
@@ -6497,8 +6497,8 @@
6497
"zh-chs": "添加用户",
6498
"zh-cht": "新增用戶",
6499
"xloc": [
6500
- "default.handlebars->39->1897",
6501
- "default.handlebars->39->2532"
6500
+ "default.handlebars->39->1905",
6501
+ "default.handlebars->39->2540"
6502
]
6503
},
6504
{
@@ -6523,7 +6523,7 @@
6523
"zh-chs": "将用户添加到设备组",
6524
"zh-cht": "將用戶新增到裝置群",
6525
"xloc": [
6526
- "default.handlebars->39->2042"
6526
+ "default.handlebars->39->2050"
6527
]
6528
},
6529
{
@@ -6548,7 +6548,7 @@
6548
"zh-chs": "将用户添加到用户组",
6549
"zh-cht": "將用戶新增到用戶群",
6550
"xloc": [
6551
- "default.handlebars->39->2567"
6551
+ "default.handlebars->39->2575"
6552
]
6553
},
6554
{
@@ -6719,7 +6719,7 @@
6719
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6720
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6721
"xloc": [
6722
- "default.handlebars->39->1901",
6722
+ "default.handlebars->39->1909",
6723
"default.handlebars->39->438"
6724
]
6725
},
@@ -6744,7 +6744,7 @@
6744
"tr": "Yerel ağda bulunan cihazı ekleyin.",
6745
"zh-chs": "添加位于本地网络上的设备。",
6746
"xloc": [
6747
- "default.handlebars->39->1905",
6747
+ "default.handlebars->39->1913",
6748
"default.handlebars->39->442"
6749
]
6750
},
@@ -6844,7 +6844,7 @@
6844
"zh-chs": "添加了身份验证应用程序",
6845
"zh-cht": "添加了身份驗證應用程序",
6846
"xloc": [
6847
- "default.handlebars->39->2277"
6847
+ "default.handlebars->39->2285"
6848
]
6849
},
6850
{
@@ -6869,7 +6869,7 @@
6869
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
6870
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6871
"xloc": [
6872
- "default.handlebars->39->2288"
6872
+ "default.handlebars->39->2296"
6873
]
6874
},
6875
{
@@ -6889,7 +6889,7 @@
6889
"ru": "Добавлен ежедневный общий доступ к устройству {0}.",
6890
"tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6891
"xloc": [
6892
- "default.handlebars->39->2325"
6892
+ "default.handlebars->39->2333"
6893
]
6894
},
6895
{
@@ -6909,7 +6909,7 @@
6909
"ru": "Добавлен еженедельный общий доступ к устройству {0}.",
6910
"tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6911
"xloc": [
6912
- "default.handlebars->39->2326"
6912
+ "default.handlebars->39->2334"
6913
]
6914
},
6915
{
@@ -6929,7 +6929,7 @@
6929
"ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.",
6930
"tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6931
"xloc": [
6932
- "default.handlebars->39->2318"
6932
+ "default.handlebars->39->2326"
6933
]
6934
},
6935
{
@@ -6954,8 +6954,8 @@
6954
"zh-chs": "已将设备{0}添加到设备组{1}",
6955
"zh-cht": "已將設備{0}添加到設備組{1}",
6956
"xloc": [
6957
- "default.handlebars->39->2244",
6958
- "default.handlebars->39->2271"
6957
+ "default.handlebars->39->2252",
6958
+ "default.handlebars->39->2279"
6959
]
6960
},
6961
{
@@ -6979,7 +6979,7 @@
6979
"tr": "Giriş anahtarı eklendi",
6980
"zh-chs": "添加登录令牌",
6981
"xloc": [
6982
- "default.handlebars->39->2302"
6982
+ "default.handlebars->39->2310"
6983
]
6984
},
6985
{
@@ -7003,7 +7003,7 @@
7003
"tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
7004
"zh-chs": "新增推送通知认证装置",
7005
"xloc": [
7006
- "default.handlebars->39->2300"
7006
+ "default.handlebars->39->2308"
7007
]
7008
},
7009
{
@@ -7028,7 +7028,7 @@
7028
"zh-chs": "添加了安全密钥",
7029
"zh-cht": "添加了安全密鑰",
7030
"xloc": [
7031
- "default.handlebars->39->2282"
7031
+ "default.handlebars->39->2290"
7032
]
7033
},
7034
{
@@ -7053,7 +7053,7 @@
7053
"zh-chs": "已将用户组{0}添加到设备组{1}",
7054
"zh-cht": "已將用戶組{0}添加到設備組{1}",
7055
"xloc": [
7056
- "default.handlebars->39->2255"
7056
+ "default.handlebars->39->2263"
7057
]
7058
},
7059
{
@@ -7078,8 +7078,8 @@
7078
"zh-chs": "已将用户{0}添加到用户组{1}",
7079
"zh-cht": "已將用戶{0}添加到用戶組{1}",
7080
"xloc": [
7081
- "default.handlebars->39->2258",
7082
- "default.handlebars->39->2267"
7081
+ "default.handlebars->39->2266",
7082
+ "default.handlebars->39->2275"
7083
]
7084
},
7085
{
@@ -7155,7 +7155,7 @@
7155
"zh-cht": "管理員控制模式(ACM)",
7156
"xloc": [
7157
"default-mobile.handlebars->11->569",
7158
- "default.handlebars->39->1442"
7158
+ "default.handlebars->39->1450"
7159
]
7160
},
7161
{
@@ -7181,7 +7181,7 @@
7181
"zh-cht": "管理員憑證",
7182
"xloc": [
7183
"default-mobile.handlebars->11->575",
7184
- "default.handlebars->39->1448"
7184
+ "default.handlebars->39->1456"
7185
]
7186
},
7187
{
@@ -7232,7 +7232,7 @@
7232
"zh-chs": "管理领域",
7233
"zh-cht": "管理領域",
7234
"xloc": [
7235
- "default.handlebars->39->2616"
7235
+ "default.handlebars->39->2624"
7236
]
7237
},
7238
{
@@ -7283,7 +7283,7 @@
7283
"zh-chs": "管理领域",
7284
"zh-cht": "管理領域",
7285
"xloc": [
7286
- "default.handlebars->39->2465"
7286
+ "default.handlebars->39->2473"
7287
]
7288
},
7289
{
@@ -7308,7 +7308,7 @@
7308
"zh-chs": "管理员",
7309
"zh-cht": "管理員",
7310
"xloc": [
7311
- "default.handlebars->39->2392"
7311
+ "default.handlebars->39->2400"
7312
]
7313
},
7314
{
@@ -7333,7 +7333,7 @@
7333
"zh-chs": "南非文",
7334
"zh-cht": "南非文",
7335
"xloc": [
7336
- "default.handlebars->39->1527"
7336
+ "default.handlebars->39->1535"
7337
]
7338
},
7339
{
@@ -7362,9 +7362,9 @@
7362
"default-mobile.handlebars->11->256",
7363
"default-mobile.handlebars->11->313",
7364
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7365
- "default.handlebars->39->2120",
7366
- "default.handlebars->39->2133",
7367
- "default.handlebars->39->2919",
7365
+ "default.handlebars->39->2128",
7366
+ "default.handlebars->39->2141",
7367
+ "default.handlebars->39->2927",
7368
"default.handlebars->39->375",
7369
"default.handlebars->39->627",
7370
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7393,8 +7393,8 @@
7393
"zh-chs": "代理+英特尔AMT",
7394
"zh-cht": "代理+Intel® AMT",
7395
"xloc": [
7396
- "default.handlebars->39->2122",
7397
- "default.handlebars->39->2135"
7396
+ "default.handlebars->39->2130",
7397
+ "default.handlebars->39->2143"
7398
]
7399
},
7400
{
@@ -7446,7 +7446,7 @@
7446
"zh-cht": "代理控制台",
7447
"xloc": [
7448
"default-mobile.handlebars->11->682",
7449
- "default.handlebars->39->2063"
7449
+ "default.handlebars->39->2071"
7450
]
7451
},
7452
{
@@ -7471,7 +7471,7 @@
7471
"zh-chs": "代理错误计数器",
7472
"zh-cht": "代理錯誤計數器",
7473
"xloc": [
7474
- "default.handlebars->39->2888"
7474
+ "default.handlebars->39->2896"
7475
]
7476
},
7477
{
@@ -7638,7 +7638,7 @@
7638
"ru": "Общий доступ из Агента",
7639
"tr": "Agent Kendisinin-Paylaşımı",
7640
"xloc": [
7641
- "default.handlebars->39->1931",
7641
+ "default.handlebars->39->1939",
7642
"default.handlebars->39->979"
7643
]
7644
},
@@ -7664,7 +7664,7 @@
7664
"zh-chs": "代理时段",
7665
"zh-cht": "代理時段",
7666
"xloc": [
7667
- "default.handlebars->39->2904"
7667
+ "default.handlebars->39->2912"
7668
]
7669
},
7670
{
@@ -7761,7 +7761,7 @@
7761
"zh-chs": "代理类型",
7762
"zh-cht": "代理類型",
7763
"xloc": [
7764
- "default.handlebars->39->2131",
7764
+ "default.handlebars->39->2139",
7765
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7766
]
7767
},
@@ -7812,7 +7812,7 @@
7812
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7813
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7814
"xloc": [
7815
- "default.handlebars->39->2241"
7815
+ "default.handlebars->39->2249"
7816
]
7817
},
7818
{
@@ -7993,7 +7993,7 @@
7993
"zh-cht": "代理離線",
7994
"xloc": [
7995
"default-mobile.handlebars->11->603",
7996
- "default.handlebars->39->1477"
7996
+ "default.handlebars->39->1485"
7997
]
7998
},
7999
{
@@ -8019,7 +8019,7 @@
8019
"zh-cht": "代理在線",
8020
"xloc": [
8021
"default-mobile.handlebars->11->602",
8022
- "default.handlebars->39->1476"
8022
+ "default.handlebars->39->1484"
8023
]
8024
},
8025
{
@@ -8216,8 +8216,8 @@
8216
"zh-chs": "代理",
8217
"zh-cht": "代理",
8218
"xloc": [
8219
- "default.handlebars->39->2093",
8220
- "default.handlebars->39->2932",
8219
+ "default.handlebars->39->2101",
8220
+ "default.handlebars->39->2940",
8221
"default.handlebars->39->520"
8222
]
8223
},
@@ -8243,7 +8243,7 @@
8243
"zh-chs": "阿尔巴尼亚文",
8244
"zh-cht": "阿爾巴尼亞文",
8245
"xloc": [
8246
- "default.handlebars->39->1528"
8246
+ "default.handlebars->39->1536"
8247
]
8248
},
8249
{
@@ -8271,7 +8271,7 @@
8271
"default-mobile.handlebars->11->148",
8272
"default-mobile.handlebars->11->476",
8273
"default-mobile.handlebars->11->478",
8274
- "default.handlebars->39->2775",
8274
+ "default.handlebars->39->2783",
8275
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8276
]
8277
},
@@ -8297,7 +8297,7 @@
8297
"zh-chs": "全部可用",
8298
"zh-cht": "全部可用",
8299
"xloc": [
8300
- "default.handlebars->39->2354"
8300
+ "default.handlebars->39->2362"
8301
]
8302
},
8303
{
@@ -8307,7 +8307,7 @@
8307
"pl": "Wszyscy Dostępni Agenci",
8308
"pt-br": "Todos agentes disponíveis",
8309
"xloc": [
8310
- "default.handlebars->39->2094",
8310
+ "default.handlebars->39->2102",
8311
"default.handlebars->39->521"
8312
]
8313
},
@@ -8333,7 +8333,7 @@
8333
"zh-chs": "所有显示",
8334
"zh-cht": "所有顯示",
8335
"xloc": [
8336
- "default.handlebars->39->1289"
8336
+ "default.handlebars->39->1297"
8337
]
8338
},
8339
{
@@ -8358,7 +8358,7 @@
8358
"zh-chs": "所有事件",
8359
"zh-cht": "所有事件",
8360
"xloc": [
8361
- "default.handlebars->39->2352"
8361
+ "default.handlebars->39->2360"
8362
]
8363
},
8364
{
@@ -8383,9 +8383,9 @@
8383
"zh-chs": "全部聚焦",
8384
"zh-cht": "全部聚焦",
8385
"xloc": [
8386
- "default.handlebars->39->1221",
8387
- "default.handlebars->39->1223",
8388
- "default.handlebars->39->1224"
8386
+ "default.handlebars->39->1229",
8387
+ "default.handlebars->39->1231",
8388
+ "default.handlebars->39->1232"
8389
]
8390
},
8391
{
@@ -8434,8 +8434,8 @@
8434
"zh-chs": "允许用户管理此设备组和该组中的设备。",
8435
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8436
"xloc": [
8437
- "default.handlebars->39->2008",
8438
- "default.handlebars->39->2564"
8437
+ "default.handlebars->39->2016",
8438
+ "default.handlebars->39->2572"
8439
]
8440
},
8441
{
@@ -8460,7 +8460,7 @@
8460
"zh-chs": "允许用户管理此设备。",
8461
"zh-cht": "允許用戶管理此裝置。",
8462
"xloc": [
8463
- "default.handlebars->39->2009"
8463
+ "default.handlebars->39->2017"
8464
]
8465
},
8466
{
@@ -8557,8 +8557,8 @@
8557
"xloc": [
8558
"default-mobile.handlebars->11->431",
8559
"default-mobile.handlebars->11->435",
8560
- "default.handlebars->39->1244",
8561
- "default.handlebars->39->1248"
8560
+ "default.handlebars->39->1252",
8561
+ "default.handlebars->39->1256"
8562
]
8563
},
8564
{
@@ -8566,7 +8566,7 @@
8566
"nl": "Alt Shell",
8567
"pl": "Alternatywna Powłoka",
8568
"xloc": [
8569
- "default.handlebars->39->1211"
8569
+ "default.handlebars->39->1219"
8570
]
8571
},
8572
{
@@ -8643,7 +8643,7 @@
8643
"zh-chs": "备用(F10 = ESC + 0)",
8644
"zh-cht": "備用(F10 = ESC + 0)",
8645
"xloc": [
8646
- "default.handlebars->39->1323",
8646
+ "default.handlebars->39->1331",
8647
"sharing.handlebars->11->37"
8648
]
8649
},
@@ -8717,9 +8717,9 @@
8717
"zh-chs": "一直通知",
8718
"zh-cht": "一直通知",
8719
"xloc": [
8720
- "default.handlebars->39->1874",
8721
- "default.handlebars->39->2523",
8722
- "default.handlebars->39->2625",
8720
+ "default.handlebars->39->1882",
8721
+ "default.handlebars->39->2531",
8722
+ "default.handlebars->39->2633",
8723
"default.handlebars->39->855"
8724
]
8725
},
@@ -8745,9 +8745,9 @@
8745
"zh-chs": "一直提示",
8746
"zh-cht": "一直提示",
8747
"xloc": [
8748
- "default.handlebars->39->1875",
8749
- "default.handlebars->39->2524",
8750
- "default.handlebars->39->2626",
8748
+ "default.handlebars->39->1883",
8749
+ "default.handlebars->39->2532",
8750
+ "default.handlebars->39->2634",
8751
"default.handlebars->39->856"
8752
]
8753
},
@@ -8993,8 +8993,8 @@
8993
"tr": "Anti-virüs etkin değil",
8994
"zh-chs": "杀毒软件未激活",
8995
"xloc": [
8996
- "default.handlebars->39->2124",
8997
- "default.handlebars->39->2138"
8996
+ "default.handlebars->39->2132",
8997
+ "default.handlebars->39->2146"
8998
]
8999
},
9000
{
@@ -9311,7 +9311,7 @@
9311
"zh-chs": "阿拉伯文(阿尔及利亚)",
9312
"zh-cht": "阿拉伯文(阿爾及利亞)",
9313
"xloc": [
9314
- "default.handlebars->39->1530"
9314
+ "default.handlebars->39->1538"
9315
]
9316
},
9317
{
@@ -9336,7 +9336,7 @@
9336
"zh-chs": "阿拉伯文(巴林)",
9337
"zh-cht": "阿拉伯文(巴林)",
9338
"xloc": [
9339
- "default.handlebars->39->1531"
9339
+ "default.handlebars->39->1539"
9340
]
9341
},
9342
{
@@ -9361,7 +9361,7 @@
9361
"zh-chs": "阿拉伯文(埃及)",
9362
"zh-cht": "阿拉伯文(埃及)",
9363
"xloc": [
9364
- "default.handlebars->39->1532"
9364
+ "default.handlebars->39->1540"
9365
]
9366
},
9367
{
@@ -9386,7 +9386,7 @@
9386
"zh-chs": "阿拉伯文(伊拉克)",
9387
"zh-cht": "阿拉伯文(伊拉克)",
9388
"xloc": [
9389
- "default.handlebars->39->1533"
9389
+ "default.handlebars->39->1541"
9390
]
9391
},
9392
{
@@ -9411,7 +9411,7 @@
9411
"zh-chs": "阿拉伯文(约旦)",
9412
"zh-cht": "阿拉伯文(約旦)",
9413
"xloc": [
9414
- "default.handlebars->39->1534"
9414
+ "default.handlebars->39->1542"
9415
]
9416
},
9417
{
@@ -9436,7 +9436,7 @@
9436
"zh-chs": "阿拉伯文(科威特)",
9437
"zh-cht": "阿拉伯文(科威特)",
9438
"xloc": [
9439
- "default.handlebars->39->1535"
9439
+ "default.handlebars->39->1543"
9440
]
9441
},
9442
{
@@ -9461,7 +9461,7 @@
9461
"zh-chs": "阿拉伯文(黎巴嫩)",
9462
"zh-cht": "阿拉伯文(黎巴嫩)",
9463
"xloc": [
9464
- "default.handlebars->39->1536"
9464
+ "default.handlebars->39->1544"
9465
]
9466
},
9467
{
@@ -9486,7 +9486,7 @@
9486
"zh-chs": "阿拉伯文(利比亚)",
9487
"zh-cht": "阿拉伯文(利比亞)",
9488
"xloc": [
9489
- "default.handlebars->39->1537"
9489
+ "default.handlebars->39->1545"
9490
]
9491
},
9492
{
@@ -9511,7 +9511,7 @@
9511
"zh-chs": "阿拉伯文(摩洛哥)",
9512
"zh-cht": "阿拉伯文(摩洛哥)",
9513
"xloc": [
9514
- "default.handlebars->39->1538"
9514
+ "default.handlebars->39->1546"
9515
]
9516
},
9517
{
@@ -9536,7 +9536,7 @@
9536
"zh-chs": "阿拉伯文(阿曼)",
9537
"zh-cht": "阿拉伯文(阿曼)",
9538
"xloc": [
9539
- "default.handlebars->39->1539"
9539
+ "default.handlebars->39->1547"
9540
]
9541
},
9542
{
@@ -9561,7 +9561,7 @@
9561
"zh-chs": "阿拉伯文(卡塔尔)",
9562
"zh-cht": "阿拉伯文(卡塔爾)",
9563
"xloc": [
9564
- "default.handlebars->39->1540"
9564
+ "default.handlebars->39->1548"
9565
]
9566
},
9567
{
@@ -9586,7 +9586,7 @@
9586
"zh-chs": "阿拉伯文(沙特阿拉伯)",
9587
"zh-cht": "阿拉伯文(沙特阿拉伯)",
9588
"xloc": [
9589
- "default.handlebars->39->1541"
9589
+ "default.handlebars->39->1549"
9590
]
9591
},
9592
{
@@ -9611,7 +9611,7 @@
9611
"zh-chs": "阿拉伯文(标准)",
9612
"zh-cht": "阿拉伯文(標準)",
9613
"xloc": [
9614
- "default.handlebars->39->1529"
9614
+ "default.handlebars->39->1537"
9615
]
9616
},
9617
{
@@ -9636,7 +9636,7 @@
9636
"zh-chs": "阿拉伯文(叙利亚)",
9637
"zh-cht": "阿拉伯文(敘利亞)",
9638
"xloc": [
9639
- "default.handlebars->39->1542"
9639
+ "default.handlebars->39->1550"
9640
]
9641
},
9642
{
@@ -9661,7 +9661,7 @@
9661
"zh-chs": "阿拉伯文(突尼斯)",
9662
"zh-cht": "阿拉伯文(突尼斯)",
9663
"xloc": [
9664
- "default.handlebars->39->1543"
9664
+ "default.handlebars->39->1551"
9665
]
9666
},
9667
{
@@ -9686,7 +9686,7 @@
9686
"zh-chs": "阿拉伯文(阿联酋)",
9687
"zh-cht": "阿拉伯文(阿聯酋)",
9688
"xloc": [
9689
- "default.handlebars->39->1544"
9689
+ "default.handlebars->39->1552"
9690
]
9691
},
9692
{
@@ -9711,7 +9711,7 @@
9711
"zh-chs": "阿拉伯文(也门)",
9712
"zh-cht": "阿拉伯文(也門)",
9713
"xloc": [
9714
- "default.handlebars->39->1545"
9714
+ "default.handlebars->39->1553"
9715
]
9716
},
9717
{
@@ -9736,7 +9736,7 @@
9736
"zh-chs": "阿拉贡文",
9737
"zh-cht": "阿拉貢文",
9738
"xloc": [
9739
- "default.handlebars->39->1546"
9739
+ "default.handlebars->39->1554"
9740
]
9741
},
9742
{
@@ -9764,9 +9764,9 @@
9764
"default-mobile.handlebars->11->511",
9765
"default-mobile.handlebars->11->513",
9766
"default-mobile.handlebars->11->515",
9767
- "default.handlebars->39->1391",
9768
- "default.handlebars->39->1393",
9769
- "default.handlebars->39->1395"
9767
+ "default.handlebars->39->1399",
9768
+ "default.handlebars->39->1401",
9769
+ "default.handlebars->39->1403"
9770
]
9771
},
9772
{
@@ -9817,7 +9817,7 @@
9817
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9818
"xloc": [
9819
"default-mobile.handlebars->11->643",
9820
- "default.handlebars->39->1975"
9820
+ "default.handlebars->39->1983"
9821
]
9822
},
9823
{
@@ -9917,7 +9917,7 @@
9917
"zh-chs": "您确定要{0}插件吗:{1}",
9918
"zh-cht": "你確定要{0}外掛嗎:{1}",
9919
"xloc": [
9920
- "default.handlebars->39->2983"
9920
+ "default.handlebars->39->2991"
9921
]
9922
},
9923
{
@@ -9967,7 +9967,7 @@
9967
"zh-chs": "亚美尼亚文",
9968
"zh-cht": "亞美尼亞文",
9969
"xloc": [
9970
- "default.handlebars->39->1547"
9970
+ "default.handlebars->39->1555"
9971
]
9972
},
9973
{
@@ -10042,7 +10042,7 @@
10042
"zh-chs": "阿萨姆文",
10043
"zh-cht": "阿薩姆文",
10044
"xloc": [
10045
- "default.handlebars->39->1548"
10045
+ "default.handlebars->39->1556"
10046
]
10047
},
10048
{
@@ -10187,7 +10187,7 @@
10187
"zh-chs": "阿斯图里亚斯文",
10188
"zh-cht": "阿斯圖里亞斯文",
10189
"xloc": [
10190
- "default.handlebars->39->1549"
10190
+ "default.handlebars->39->1557"
10191
]
10192
},
10193
{
@@ -10212,7 +10212,7 @@
10212
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
10213
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
10214
"xloc": [
10215
- "default.handlebars->39->2210"
10215
+ "default.handlebars->39->2218"
10216
]
10217
},
10218
{
@@ -10260,9 +10260,9 @@
10260
"default-mobile.handlebars->11->447",
10261
"default-mobile.handlebars->11->451",
10262
"default-mobile.handlebars->11->463",
10263
- "default.handlebars->39->1298",
10264
- "default.handlebars->39->1302",
10265
- "default.handlebars->39->1314",
10263
+ "default.handlebars->39->1306",
10264
+ "default.handlebars->39->1310",
10265
+ "default.handlebars->39->1322",
10266
"ssh.handlebars->3->21",
10267
"ssh.handlebars->3->22",
10268
"ssh.handlebars->3->5",
@@ -10291,7 +10291,7 @@
10291
"zh-chs": "认证软件",
10292
"zh-cht": "認證軟體",
10293
"xloc": [
10294
- "default.handlebars->39->2629"
10294
+ "default.handlebars->39->2637"
10295
]
10296
},
10297
{
@@ -10315,9 +10315,9 @@
10315
"tr": "Kimlik Doğrulama Cihazı",
10316
"zh-chs": "认证设备",
10317
"xloc": [
10318
- "default.handlebars->39->1510",
10319
- "default.handlebars->39->1512",
10320
- "default.handlebars->39->1516"
10318
+ "default.handlebars->39->1518",
10319
+ "default.handlebars->39->1520",
10320
+ "default.handlebars->39->1524"
10321
]
10322
},
10323
{
@@ -10343,8 +10343,8 @@
10343
"xloc": [
10344
"default-mobile.handlebars->11->464",
10345
"default-mobile.handlebars->11->470",
10346
- "default.handlebars->39->1316",
10347
- "default.handlebars->39->1331"
10346
+ "default.handlebars->39->1324",
10347
+ "default.handlebars->39->1339"
10348
]
10349
},
10350
{
@@ -10373,8 +10373,8 @@
10373
"default-mobile.handlebars->11->104",
10374
"default-mobile.handlebars->11->68",
10375
"default-mobile.handlebars->11->71",
10376
- "default.handlebars->39->1506",
10377
- "default.handlebars->39->1508",
10376
+ "default.handlebars->39->1514",
10377
+ "default.handlebars->39->1516",
10378
"default.handlebars->39->204",
10379
"default.handlebars->39->209"
10380
]
@@ -10496,8 +10496,8 @@
10496
"zh-chs": "自动删除",
10497
"zh-cht": "自動刪除",
10498
"xloc": [
10499
- "default.handlebars->39->1859",
10500
- "default.handlebars->39->2345"
10499
+ "default.handlebars->39->1867",
10500
+ "default.handlebars->39->2353"
10501
]
10502
},
10503
{
@@ -10551,7 +10551,7 @@
10551
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10552
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10553
"xloc": [
10554
- "default.handlebars->39->2291"
10554
+ "default.handlebars->39->2299"
10555
]
10556
},
10557
{
@@ -10646,7 +10646,7 @@
10646
"tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10647
"zh-chs": "自动移除非活动设备",
10648
"xloc": [
10649
- "default.handlebars->39->2003"
10649
+ "default.handlebars->39->2011"
10650
]
10651
},
10652
{
@@ -10671,7 +10671,7 @@
10671
"zh-chs": "可用內存",
10672
"zh-cht": "可用內存",
10673
"xloc": [
10674
- "default.handlebars->39->2913"
10674
+ "default.handlebars->39->2921"
10675
]
10676
},
10677
{
@@ -10696,7 +10696,7 @@
10696
"zh-chs": "阿塞拜疆文",
10697
"zh-cht": "阿塞拜疆文",
10698
"xloc": [
10699
- "default.handlebars->39->1550"
10699
+ "default.handlebars->39->1558"
10700
]
10701
},
10702
{
@@ -10751,7 +10751,7 @@
10751
"zh-cht": "的BIOS",
10752
"xloc": [
10753
"default-mobile.handlebars->11->581",
10754
- "default.handlebars->39->1454"
10754
+ "default.handlebars->39->1462"
10755
]
10756
},
10757
{
@@ -10862,7 +10862,7 @@
10862
"zh-chs": "退格",
10863
"xloc": [
10864
"default-mobile.handlebars->11->414",
10865
- "default.handlebars->39->1227"
10865
+ "default.handlebars->39->1235"
10866
]
10867
},
10868
{
@@ -10912,8 +10912,8 @@
10912
"zh-chs": "背景与互动",
10913
"zh-cht": "背景與互動",
10914
"xloc": [
10915
- "default.handlebars->39->2100",
10916
- "default.handlebars->39->2107",
10915
+ "default.handlebars->39->2108",
10916
+ "default.handlebars->39->2115",
10917
"default.handlebars->39->507",
10918
"default.handlebars->39->527"
10919
]
@@ -10940,8 +10940,8 @@
10940
"zh-chs": "仅背景",
10941
"zh-cht": "僅背景",
10942
"xloc": [
10943
- "default.handlebars->39->2101",
10944
- "default.handlebars->39->2108",
10943
+ "default.handlebars->39->2109",
10944
+ "default.handlebars->39->2116",
10945
"default.handlebars->39->508",
10946
"default.handlebars->39->528",
10947
"default.handlebars->39->544"
@@ -10995,8 +10995,8 @@
10995
"zh-chs": "备用码",
10996
"zh-cht": "備用碼",
10997
"xloc": [
10998
- "default.handlebars->39->2632",
10999
- "default.handlebars->39->2823"
10998
+ "default.handlebars->39->2640",
10999
+ "default.handlebars->39->2831"
11000
]
11001
},
11002
{
@@ -11050,7 +11050,7 @@
11050
"zh-chs": "错误的签名",
11051
"zh-cht": "錯誤的簽名",
11052
"xloc": [
11053
- "default.handlebars->39->2895"
11053
+ "default.handlebars->39->2903"
11054
]
11055
},
11056
{
@@ -11075,7 +11075,7 @@
11075
"zh-chs": "错误的网络证书",
11076
"zh-cht": "錯誤的網絡憑證",
11077
"xloc": [
11078
- "default.handlebars->39->2894"
11078
+ "default.handlebars->39->2902"
11079
]
11080
},
11081
{
@@ -11100,7 +11100,7 @@
11100
"zh-chs": "巴斯克",
11101
"zh-cht": "巴斯克",
11102
"xloc": [
11103
- "default.handlebars->39->1551"
11103
+ "default.handlebars->39->1559"
11104
]
11105
},
11106
{
@@ -11175,7 +11175,7 @@
11175
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
11176
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
11177
"xloc": [
11178
- "default.handlebars->39->2290"
11178
+ "default.handlebars->39->2298"
11179
]
11180
},
11181
{
@@ -11200,7 +11200,7 @@
11200
"zh-chs": "白俄罗斯文",
11201
"zh-cht": "白俄羅斯文",
11202
"xloc": [
11203
- "default.handlebars->39->1553"
11203
+ "default.handlebars->39->1561"
11204
]
11205
},
11206
{
@@ -11225,7 +11225,7 @@
11225
"zh-chs": "孟加拉",
11226
"zh-cht": "孟加拉",
11227
"xloc": [
11228
- "default.handlebars->39->1554"
11228
+ "default.handlebars->39->1562"
11229
]
11230
},
11231
{
@@ -11299,7 +11299,7 @@
11299
"zh-chs": "引导加载程序",
11300
"xloc": [
11301
"default-mobile.handlebars->11->545",
11302
- "default.handlebars->39->1408"
11302
+ "default.handlebars->39->1416"
11303
]
11304
},
11305
{
@@ -11324,7 +11324,7 @@
11324
"zh-chs": "波斯尼亚文",
11325
"zh-cht": "波斯尼亞文",
11326
"xloc": [
11327
- "default.handlebars->39->1555"
11327
+ "default.handlebars->39->1563"
11328
]
11329
},
11330
{
@@ -11349,7 +11349,7 @@
11349
"zh-chs": "布列塔尼",
11350
"zh-cht": "布列塔尼",
11351
"xloc": [
11352
- "default.handlebars->39->1556"
11352
+ "default.handlebars->39->1564"
11353
]
11354
},
11355
{
@@ -11374,7 +11374,7 @@
11374
"zh-chs": "广播",
11375
"zh-cht": "廣播",
11376
"xloc": [
11377
- "default.handlebars->39->2530",
11377
+ "default.handlebars->39->2538",
11378
"default.handlebars->container->column_l->p4->3->1->0->3->1"
11379
]
11380
},
@@ -11400,7 +11400,7 @@
11400
"zh-chs": "广播消息",
11401
"zh-cht": "廣播消息",
11402
"xloc": [
11403
- "default.handlebars->39->2447"
11403
+ "default.handlebars->39->2455"
11404
]
11405
},
11406
{
@@ -11425,7 +11425,7 @@
11425
"zh-chs": "向所有连接的用户广播消息。",
11426
"zh-cht": "向所有連接的用戶廣播消息。",
11427
"xloc": [
11428
- "default.handlebars->39->2442"
11428
+ "default.handlebars->39->2450"
11429
]
11430
},
11431
{
@@ -11435,7 +11435,7 @@
11435
"pl": "Przeglądarka",
11436
"pt-br": "Navegador",
11437
"xloc": [
11438
- "default.handlebars->39->2797"
11438
+ "default.handlebars->39->2805"
11439
]
11440
},
11441
{
@@ -11493,7 +11493,7 @@
11493
"zh-chs": "保加利亚文",
11494
"zh-cht": "保加利亞文",
11495
"xloc": [
11496
- "default.handlebars->39->1552"
11496
+ "default.handlebars->39->1560"
11497
]
11498
},
11499
{
@@ -11518,7 +11518,7 @@
11518
"zh-chs": "缅甸文",
11519
"zh-cht": "緬甸文",
11520
"xloc": [
11521
- "default.handlebars->39->1557"
11521
+ "default.handlebars->39->1565"
11522
]
11523
},
11524
{
@@ -11542,7 +11542,7 @@
11542
"tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11543
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11544
"xloc": [
11545
- "default.handlebars->39->2005"
11545
+ "default.handlebars->39->2013"
11546
]
11547
},
11548
{
@@ -11566,7 +11566,7 @@
11566
"tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11567
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11568
"xloc": [
11569
- "default.handlebars->39->2006"
11569
+ "default.handlebars->39->2014"
11570
]
11571
},
11572
{
@@ -11586,7 +11586,7 @@
11586
"ru": "Входящих байт",
11587
"tr": "Bayt Girişi",
11588
"xloc": [
11589
- "default.handlebars->39->2793"
11589
+ "default.handlebars->39->2801"
11590
]
11591
},
11592
{
@@ -11606,7 +11606,7 @@
11606
"ru": "Исходящих байт",
11607
"tr": "Bayt Bitti",
11608
"xloc": [
11609
- "default.handlebars->39->2794"
11609
+ "default.handlebars->39->2802"
11610
]
11611
},
11612
{
@@ -11666,7 +11666,7 @@
11666
"zh-chs": "CCM模式",
11667
"zh-cht": "CCM模式",
11668
"xloc": [
11669
- "default.handlebars->39->1958"
11669
+ "default.handlebars->39->1966"
11670
]
11671
},
11672
{
@@ -11692,7 +11692,7 @@
11692
"zh-cht": "CIRA",
11693
"xloc": [
11694
"default-mobile.handlebars->11->257",
11695
- "default.handlebars->39->2920",
11695
+ "default.handlebars->39->2928",
11696
"default.handlebars->39->377",
11697
"default.handlebars->39->629"
11698
]
@@ -11719,7 +11719,7 @@
11719
"zh-chs": "CIRA服务器",
11720
"zh-cht": "CIRA伺服器",
11721
"xloc": [
11722
- "default.handlebars->39->2967"
11722
+ "default.handlebars->39->2975"
11723
]
11724
},
11725
{
@@ -11744,7 +11744,7 @@
11744
"zh-chs": "CIRA服务器命令",
11745
"zh-cht": "CIRA伺服器指令",
11746
"xloc": [
11747
- "default.handlebars->39->2968"
11747
+ "default.handlebars->39->2976"
11748
]
11749
},
11750
{
@@ -11789,7 +11789,7 @@
11789
"zh-chs": "CIRA设置",
11790
"zh-cht": "CIRA設置",
11791
"xloc": [
11792
- "default.handlebars->39->1966"
11792
+ "default.handlebars->39->1974"
11793
]
11794
},
11795
{
@@ -11815,8 +11815,8 @@
11815
"zh-cht": "CPU",
11816
"xloc": [
11817
"default-mobile.handlebars->11->587",
11818
- "default.handlebars->39->1460",
11819
- "default.handlebars->39->2944",
11818
+ "default.handlebars->39->1468",
11819
+ "default.handlebars->39->2952",
11820
"default.handlebars->container->column_l->p40->3->1->p40type->5"
11821
]
11822
},
@@ -11842,7 +11842,7 @@
11842
"zh-chs": "CPU负载",
11843
"zh-cht": "CPU負載",
11844
"xloc": [
11845
- "default.handlebars->39->2909"
11845
+ "default.handlebars->39->2917"
11846
]
11847
},
11848
{
@@ -11867,7 +11867,7 @@
11867
"zh-chs": "最近15分钟的CPU负载",
11868
"zh-cht": "最近15分鐘的CPU負載",
11869
"xloc": [
11870
- "default.handlebars->39->2912"
11870
+ "default.handlebars->39->2920"
11871
]
11872
},
11873
{
@@ -11892,7 +11892,7 @@
11892
"zh-chs": "最近5分钟的CPU负载",
11893
"zh-cht": "最近5分鐘的CPU負載",
11894
"xloc": [
11895
- "default.handlebars->39->2911"
11895
+ "default.handlebars->39->2919"
11896
]
11897
},
11898
{
@@ -11917,7 +11917,7 @@
11917
"zh-chs": "最近一分钟的CPU负载",
11918
"zh-cht": "最近一分鐘的CPU負載",
11919
"xloc": [
11920
- "default.handlebars->39->2910"
11920
+ "default.handlebars->39->2918"
11921
]
11922
},
11923
{
@@ -11942,8 +11942,8 @@
11942
"zh-chs": "CR+LF",
11943
"zh-cht": "CR+LF",
11944
"xloc": [
11945
- "default.handlebars->39->1294",
11946
- "default.handlebars->39->1325",
11945
+ "default.handlebars->39->1302",
11946
+ "default.handlebars->39->1333",
11947
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
11948
"sharing.handlebars->11->25",
11949
"sharing.handlebars->11->39",
@@ -11972,7 +11972,7 @@
11972
"zh-chs": "CSV",
11973
"zh-cht": "CSV",
11974
"xloc": [
11975
- "default.handlebars->39->2362"
11975
+ "default.handlebars->39->2370"
11976
]
11977
},
11978
{
@@ -11997,8 +11997,8 @@
11997
"zh-chs": "CSV格式",
11998
"zh-cht": "CSV格式",
11999
"xloc": [
12000
- "default.handlebars->39->2366",
12001
- "default.handlebars->39->2434",
12000
+ "default.handlebars->39->2374",
12001
+ "default.handlebars->39->2442",
12002
"default.handlebars->39->700"
12003
]
12004
},
@@ -12046,7 +12046,7 @@
12046
"zh-chs": "呼叫错误",
12047
"zh-cht": "呼叫錯誤",
12048
"xloc": [
12049
- "default.handlebars->39->2984"
12049
+ "default.handlebars->39->2992"
12050
]
12051
},
12052
{
@@ -12094,8 +12094,8 @@
12094
"agent-translations.json",
12095
"default-mobile.handlebars->11->113",
12096
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
12097
- "default.handlebars->39->1829",
12098
- "default.handlebars->39->2973",
12097
+ "default.handlebars->39->1837",
12098
+ "default.handlebars->39->2981",
12099
"default.handlebars->39->480",
12100
"default.handlebars->container->dialog->idx_dlgButtonBar",
12101
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -12182,9 +12182,9 @@
12182
"default-mobile.handlebars->11->592",
12183
"default-mobile.handlebars->11->597",
12184
"default-mobile.handlebars->11->599",
12185
- "default.handlebars->39->1465",
12186
- "default.handlebars->39->1470",
12187
- "default.handlebars->39->1472"
12185
+ "default.handlebars->39->1473",
12186
+ "default.handlebars->39->1478",
12187
+ "default.handlebars->39->1480"
12188
]
12189
},
12190
{
@@ -12210,7 +12210,7 @@
12210
"zh-cht": "容量/速度",
12211
"xloc": [
12212
"default-mobile.handlebars->11->590",
12213
- "default.handlebars->39->1463"
12213
+ "default.handlebars->39->1471"
12214
]
12215
},
12216
{
@@ -12235,7 +12235,7 @@
12235
"zh-chs": "加泰罗尼亚文",
12236
"zh-cht": "加泰羅尼亞文",
12237
"xloc": [
12238
- "default.handlebars->39->1558"
12238
+ "default.handlebars->39->1566"
12239
]
12240
},
12241
{
@@ -12332,7 +12332,7 @@
12332
"zh-chs": "查莫罗",
12333
"zh-cht": "查莫羅",
12334
"xloc": [
12335
- "default.handlebars->39->1559"
12335
+ "default.handlebars->39->1567"
12336
]
12337
},
12338
{
@@ -12384,7 +12384,7 @@
12384
"zh-chs": "更改{0}的电邮",
12385
"zh-cht": "更改{0}的電郵",
12386
"xloc": [
12387
- "default.handlebars->39->2677"
12387
+ "default.handlebars->39->2685"
12388
]
12389
},
12390
{
@@ -12437,8 +12437,8 @@
12437
"zh-cht": "更改密碼",
12438
"xloc": [
12439
"default-mobile.handlebars->11->121",
12440
- "default.handlebars->39->1775",
12441
- "default.handlebars->39->2650"
12440
+ "default.handlebars->39->1783",
12441
+ "default.handlebars->39->2658"
12442
]
12443
},
12444
{
@@ -12463,7 +12463,7 @@
12463
"zh-chs": "更改{0}的密码",
12464
"zh-cht": "更改{0}的密碼",
12465
"xloc": [
12466
- "default.handlebars->39->2686"
12466
+ "default.handlebars->39->2694"
12467
]
12468
},
12469
{
@@ -12488,7 +12488,7 @@
12488
"zh-chs": "更改{0}的真实名称",
12489
"zh-cht": "更改{0}的真實名稱",
12490
"xloc": [
12491
- "default.handlebars->39->2672"
12491
+ "default.handlebars->39->2680"
12492
]
12493
},
12494
{
@@ -12635,7 +12635,7 @@
12635
"zh-chs": "更改该用户的密码",
12636
"zh-cht": "更改該用戶的密碼",
12637
"xloc": [
12638
- "default.handlebars->39->2649"
12638
+ "default.handlebars->39->2657"
12639
]
12640
},
12641
{
@@ -12685,7 +12685,7 @@
12685
"zh-chs": "在此处更改您的帐户电邮地址。",
12686
"zh-cht": "在此處更改你的帳戶電郵地址。",
12687
"xloc": [
12688
- "default.handlebars->39->1762"
12688
+ "default.handlebars->39->1770"
12689
]
12690
},
12691
{
@@ -12710,7 +12710,7 @@
12710
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12711
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12712
"xloc": [
12713
- "default.handlebars->39->1768"
12713
+ "default.handlebars->39->1776"
12714
]
12715
},
12716
{
@@ -12735,7 +12735,7 @@
12735
"zh-chs": "更改帐户凭据",
12736
"zh-cht": "帳戶憑證已更改",
12737
"xloc": [
12738
- "default.handlebars->39->2262"
12738
+ "default.handlebars->39->2270"
12739
]
12740
},
12741
{
@@ -12755,7 +12755,7 @@
12755
"ru": "Изменено отображаемое имя учетной записи на {0}.",
12756
"tr": "Hesap görünen adı {0} olarak değiştirildi.",
12757
"xloc": [
12758
- "default.handlebars->39->2314"
12758
+ "default.handlebars->39->2322"
12759
]
12760
},
12761
{
@@ -12780,8 +12780,8 @@
12780
"zh-chs": "{1}组中的设备{0}已更改:{2}",
12781
"zh-cht": "{1}組中的設備{0}已更改:{2}",
12782
"xloc": [
12783
- "default.handlebars->39->2246",
12784
- "default.handlebars->39->2327"
12783
+ "default.handlebars->39->2254",
12784
+ "default.handlebars->39->2335"
12785
]
12786
},
12787
{
@@ -12806,7 +12806,7 @@
12806
"zh-chs": "语言从{1}更改为{2}",
12807
"zh-cht": "語言從{1}更改為{2}",
12808
"xloc": [
12809
- "default.handlebars->39->2190"
12809
+ "default.handlebars->39->2198"
12810
]
12811
},
12812
{
@@ -12831,8 +12831,8 @@
12831
"zh-chs": "已更改{0}的用户设备权限",
12832
"zh-cht": "已更改{0}的用戶設備權限",
12833
"xloc": [
12834
- "default.handlebars->39->2248",
12835
- "default.handlebars->39->2269"
12834
+ "default.handlebars->39->2256",
12835
+ "default.handlebars->39->2277"
12836
]
12837
},
12838
{
@@ -12878,7 +12878,7 @@
12878
"zh-chs": "更改语言将需要刷新页面。",
12879
"zh-cht": "更改語言將需要刷新頁面。",
12880
"xloc": [
12881
- "default.handlebars->39->1726"
12881
+ "default.handlebars->39->1734"
12882
]
12883
},
12884
{
@@ -12905,9 +12905,9 @@
12905
"xloc": [
12906
"default.handlebars->39->1006",
12907
"default.handlebars->39->1028",
12908
- "default.handlebars->39->2383",
12909
- "default.handlebars->39->2645",
12910
- "default.handlebars->39->2646",
12908
+ "default.handlebars->39->2391",
12909
+ "default.handlebars->39->2653",
12910
+ "default.handlebars->39->2654",
12911
"default.handlebars->39->900"
12912
]
12913
},
@@ -12935,8 +12935,8 @@
12935
"xloc": [
12936
"default-mobile.handlebars->11->672",
12937
"default-mobile.handlebars->11->692",
12938
- "default.handlebars->39->2037",
12939
- "default.handlebars->39->2074"
12938
+ "default.handlebars->39->2045",
12939
+ "default.handlebars->39->2082"
12940
]
12941
},
12942
{
@@ -12961,7 +12961,7 @@
12961
"zh-chs": "聊天请求,点击这里接受。",
12962
"xloc": [
12963
"default-mobile.handlebars->11->724",
12964
- "default.handlebars->39->2863"
12964
+ "default.handlebars->39->2871"
12965
]
12966
},
12967
{
@@ -13011,7 +13011,7 @@
13011
"zh-chs": "车臣",
13012
"zh-cht": "車臣",
13013
"xloc": [
13014
- "default.handlebars->39->1560"
13014
+ "default.handlebars->39->1568"
13015
]
13016
},
13017
{
@@ -13136,8 +13136,8 @@
13136
"zh-chs": "检查...",
13137
"zh-cht": "檢查...",
13138
"xloc": [
13139
- "default.handlebars->39->1526",
13140
- "default.handlebars->39->2978"
13139
+ "default.handlebars->39->1534",
13140
+ "default.handlebars->39->2986"
13141
]
13142
},
13143
{
@@ -13162,7 +13162,7 @@
13162
"zh-chs": "中文",
13163
"zh-cht": "中文",
13164
"xloc": [
13165
- "default.handlebars->39->1561"
13165
+ "default.handlebars->39->1569"
13166
]
13167
},
13168
{
@@ -13187,7 +13187,7 @@
13187
"zh-chs": "中文(香港)",
13188
"zh-cht": "中文(香港)",
13189
"xloc": [
13190
- "default.handlebars->39->1562"
13190
+ "default.handlebars->39->1570"
13191
]
13192
},
13193
{
@@ -13212,7 +13212,7 @@
13212
"zh-chs": "中文(中国)",
13213
"zh-cht": "中文(中國)",
13214
"xloc": [
13215
- "default.handlebars->39->1563"
13215
+ "default.handlebars->39->1571"
13216
]
13217
},
13218
{
@@ -13237,7 +13237,7 @@
13237
"zh-chs": "简体中文",
13238
"zh-cht": "簡體中文",
13239
"xloc": [
13240
- "default.handlebars->39->1723"
13240
+ "default.handlebars->39->1731"
13241
]
13242
},
13243
{
@@ -13262,7 +13262,7 @@
13262
"zh-chs": "中文(新加坡)",
13263
"zh-cht": "中文(新加坡)",
13264
"xloc": [
13265
- "default.handlebars->39->1564"
13265
+ "default.handlebars->39->1572"
13266
]
13267
},
13268
{
@@ -13287,7 +13287,7 @@
13287
"zh-chs": "中文(台湾)",
13288
"zh-cht": "中文(台灣)",
13289
"xloc": [
13290
- "default.handlebars->39->1565"
13290
+ "default.handlebars->39->1573"
13291
]
13292
},
13293
{
@@ -13312,7 +13312,7 @@
13312
"zh-chs": "繁体中文",
13313
"zh-cht": "繁體中文",
13314
"xloc": [
13315
- "default.handlebars->39->1724"
13315
+ "default.handlebars->39->1732"
13316
]
13317
},
13318
{
@@ -13363,7 +13363,7 @@
13363
"zh-chs": "楚瓦什",
13364
"zh-cht": "楚瓦什",
13365
"xloc": [
13366
- "default.handlebars->39->1566"
13366
+ "default.handlebars->39->1574"
13367
]
13368
},
13369
{
@@ -13417,11 +13417,11 @@
13417
"default-mobile.handlebars->11->501",
13418
"default-mobile.handlebars->11->78",
13419
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
13420
- "default.handlebars->39->1365",
13421
- "default.handlebars->39->1367",
13422
- "default.handlebars->39->1369",
13423
- "default.handlebars->39->1371",
13424
- "default.handlebars->39->2184",
13420
+ "default.handlebars->39->1373",
13421
+ "default.handlebars->39->1375",
13422
+ "default.handlebars->39->1377",
13423
+ "default.handlebars->39->1379",
13424
+ "default.handlebars->39->2192",
13425
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13426
"default.handlebars->container->column_l->p41->3->1",
13427
"messenger.handlebars->xbottom->1->1->0->5",
@@ -13578,7 +13578,7 @@
13578
"zh-cht": "全部清除",
13579
"xloc": [
13580
"default-mobile.handlebars->11->707",
13581
- "default.handlebars->39->2846"
13581
+ "default.handlebars->39->2854"
13582
]
13583
},
13584
{
@@ -13630,7 +13630,7 @@
13630
"zh-cht": "清除核心",
13631
"xloc": [
13632
"default-mobile.handlebars->11->613",
13633
- "default.handlebars->39->1487"
13633
+ "default.handlebars->39->1495"
13634
]
13635
},
13636
{
@@ -13681,7 +13681,7 @@
13681
"zh-cht": "清除此通知",
13682
"xloc": [
13683
"default-mobile.handlebars->11->706",
13684
- "default.handlebars->39->2845"
13684
+ "default.handlebars->39->2853"
13685
]
13686
},
13687
{
@@ -13766,8 +13766,8 @@
13766
"zh-chs": "单击此处编辑设备组名称",
13767
"zh-cht": "單擊此處編輯裝置群名稱",
13768
"xloc": [
13769
- "default.handlebars->39->1840",
13770
- "default.handlebars->39->2129"
13769
+ "default.handlebars->39->1848",
13770
+ "default.handlebars->39->2137"
13771
]
13772
},
13773
{
@@ -13817,7 +13817,7 @@
13817
"zh-chs": "单击此处编辑用户组名称",
13818
"zh-cht": "單擊此處編輯用戶群名稱",
13819
"xloc": [
13820
- "default.handlebars->39->2504"
13820
+ "default.handlebars->39->2512"
13821
]
13822
},
13823
{
@@ -13940,7 +13940,7 @@
13940
"zh-cht": "單擊確定將驗證電郵發送到:",
13941
"xloc": [
13942
"default-mobile.handlebars->11->106",
13943
- "default.handlebars->39->1759"
13943
+ "default.handlebars->39->1767"
13944
]
13945
},
13946
{
@@ -14034,7 +14034,7 @@
14034
"zh-cht": "客戶端控制模式(CCM)",
14035
"xloc": [
14036
"default-mobile.handlebars->11->568",
14037
- "default.handlebars->39->1441"
14037
+ "default.handlebars->39->1449"
14038
]
14039
},
14040
{
@@ -14059,7 +14059,7 @@
14059
"zh-chs": "客户编号",
14060
"zh-cht": "客戶編號",
14061
"xloc": [
14062
- "default.handlebars->39->1822"
14062
+ "default.handlebars->39->1830"
14063
]
14064
},
14065
{
@@ -14084,7 +14084,7 @@
14084
"zh-chs": "客户端启动的远程访问",
14085
"zh-cht": "客戶端啟動的遠程訪問",
14086
"xloc": [
14087
- "default.handlebars->39->1965"
14087
+ "default.handlebars->39->1973"
14088
]
14089
},
14090
{
@@ -14109,7 +14109,7 @@
14109
"zh-chs": "客户机密",
14110
"zh-cht": "客戶機密",
14111
"xloc": [
14112
- "default.handlebars->39->1823"
14112
+ "default.handlebars->39->1831"
14113
]
14114
},
14115
{
@@ -14162,11 +14162,11 @@
14162
"xloc": [
14163
"agent-translations.json",
14164
"default-mobile.handlebars->11->76",
14165
- "default.handlebars->39->1282",
14166
- "default.handlebars->39->1341",
14165
+ "default.handlebars->39->1290",
14166
+ "default.handlebars->39->1349",
14167
"default.handlebars->39->216",
14168
"default.handlebars->39->224",
14169
- "default.handlebars->39->2972",
14169
+ "default.handlebars->39->2980",
14170
"sharing.handlebars->11->52"
14171
]
14172
},
@@ -14177,7 +14177,7 @@
14177
"pl": "Zamknięta sesja pulpitu wielokrotnego \\\"{0}\\\", {1} sekund(a)",
14178
"pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
14179
"xloc": [
14180
- "default.handlebars->39->2334"
14180
+ "default.handlebars->39->2342"
14181
]
14182
},
14183
{
@@ -14202,7 +14202,7 @@
14202
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
14203
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
14204
"xloc": [
14205
- "default.handlebars->39->2195"
14205
+ "default.handlebars->39->2203"
14206
]
14207
},
14208
{
@@ -14379,7 +14379,7 @@
14379
"default-mobile.handlebars->11->694",
14380
"default.handlebars->39->1008",
14381
"default.handlebars->39->1030",
14382
- "default.handlebars->39->2076"
14382
+ "default.handlebars->39->2084"
14383
]
14384
},
14385
{
@@ -14404,8 +14404,8 @@
14404
"zh-chs": "通用设备组",
14405
"zh-cht": "通用裝置群",
14406
"xloc": [
14407
- "default.handlebars->39->2538",
14408
- "default.handlebars->39->2691"
14407
+ "default.handlebars->39->2546",
14408
+ "default.handlebars->39->2699"
14409
]
14410
},
14411
{
@@ -14430,8 +14430,8 @@
14430
"zh-chs": "通用设备",
14431
"zh-cht": "通用裝置",
14432
"xloc": [
14433
- "default.handlebars->39->2544",
14434
- "default.handlebars->39->2703"
14433
+ "default.handlebars->39->2552",
14434
+ "default.handlebars->39->2711"
14435
]
14436
},
14437
{
@@ -14456,7 +14456,7 @@
14456
"zh-chs": "编译时间",
14457
"xloc": [
14458
"default-mobile.handlebars->11->541",
14459
- "default.handlebars->39->1404"
14459
+ "default.handlebars->39->1412"
14460
]
14461
},
14462
{
@@ -14502,7 +14502,7 @@
14502
"zh-chs": "压缩档案...",
14503
"zh-cht": "壓縮檔案...",
14504
"xloc": [
14505
- "default.handlebars->39->1336",
14505
+ "default.handlebars->39->1344",
14506
"sharing.handlebars->11->47"
14507
]
14508
},
@@ -14553,11 +14553,11 @@
14553
"default-mobile.handlebars->11->644",
14554
"default.handlebars->39->1140",
14555
"default.handlebars->39->1149",
14556
- "default.handlebars->39->1976",
14557
- "default.handlebars->39->2412",
14558
- "default.handlebars->39->2494",
14559
- "default.handlebars->39->2560",
14560
- "default.handlebars->39->2689",
14556
+ "default.handlebars->39->1984",
14557
+ "default.handlebars->39->2420",
14558
+ "default.handlebars->39->2502",
14559
+ "default.handlebars->39->2568",
14560
+ "default.handlebars->39->2697",
14561
"default.handlebars->39->664"
14562
]
14563
},
@@ -14605,7 +14605,7 @@
14605
"zh-cht": "確認將1個副本複製到此位置?",
14606
"xloc": [
14607
"default-mobile.handlebars->11->490",
14608
- "default.handlebars->39->1360",
14608
+ "default.handlebars->39->1368",
14609
"sharing.handlebars->11->70"
14610
]
14611
},
@@ -14631,7 +14631,7 @@
14631
"zh-chs": "确认{0}个条目的复制到此位置?",
14632
"zh-cht": "確認{0}個條目的複製到此位置?",
14633
"xloc": [
14634
- "default.handlebars->39->1359",
14634
+ "default.handlebars->39->1367",
14635
"sharing.handlebars->11->69"
14636
]
14637
},
@@ -14682,7 +14682,7 @@
14682
"zh-chs": "确认删除选定的帐户?",
14683
"zh-cht": "確認刪除所選帳戶?",
14684
"xloc": [
14685
- "default.handlebars->39->2411"
14685
+ "default.handlebars->39->2419"
14686
]
14687
},
14688
{
@@ -14729,7 +14729,7 @@
14729
"zh-chs": "确认删除选定的用户组?",
14730
"zh-cht": "確認刪除所選用戶群?",
14731
"xloc": [
14732
- "default.handlebars->39->2493"
14732
+ "default.handlebars->39->2501"
14733
]
14734
},
14735
{
@@ -14754,7 +14754,7 @@
14754
"zh-chs": "确认删除用户{0}?",
14755
"zh-cht": "確認刪除用戶{0}?",
14756
"xloc": [
14757
- "default.handlebars->39->2688"
14757
+ "default.handlebars->39->2696"
14758
]
14759
},
14760
{
@@ -14779,7 +14779,7 @@
14779
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
14780
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14781
"xloc": [
14782
- "default.handlebars->39->2563"
14782
+ "default.handlebars->39->2571"
14783
]
14784
},
14785
{
@@ -14804,7 +14804,7 @@
14804
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14805
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14806
"xloc": [
14807
- "default.handlebars->39->2720"
14807
+ "default.handlebars->39->2728"
14808
]
14809
},
14810
{
@@ -14830,7 +14830,7 @@
14830
"zh-cht": "確認將1個條目移動到此位置?",
14831
"xloc": [
14832
"default-mobile.handlebars->11->492",
14833
- "default.handlebars->39->1362",
14833
+ "default.handlebars->39->1370",
14834
"sharing.handlebars->11->72"
14835
]
14836
},
@@ -14856,7 +14856,7 @@
14856
"zh-chs": "确认将{0}个条目移到此位置?",
14857
"zh-cht": "確認將{0}個條目移到該位置?",
14858
"xloc": [
14859
- "default.handlebars->39->1361",
14859
+ "default.handlebars->39->1369",
14860
"sharing.handlebars->11->71"
14861
]
14862
},
@@ -14907,7 +14907,7 @@
14907
"zh-chs": "确认覆盖?",
14908
"zh-cht": "確認覆蓋?",
14909
"xloc": [
14910
- "default.handlebars->39->2178"
14910
+ "default.handlebars->39->2186"
14911
]
14912
},
14913
{
@@ -14932,8 +14932,8 @@
14932
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
14933
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14934
"xloc": [
14935
- "default.handlebars->39->2553",
14936
- "default.handlebars->39->2711"
14935
+ "default.handlebars->39->2561",
14936
+ "default.handlebars->39->2719"
14937
]
14938
},
14939
{
@@ -14958,8 +14958,8 @@
14958
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14959
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14960
"xloc": [
14961
- "default.handlebars->39->2555",
14962
- "default.handlebars->39->2724"
14961
+ "default.handlebars->39->2563",
14962
+ "default.handlebars->39->2732"
14963
]
14964
},
14965
{
@@ -14984,7 +14984,7 @@
14984
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
14985
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14986
"xloc": [
14987
- "default.handlebars->39->2713"
14987
+ "default.handlebars->39->2721"
14988
]
14989
},
14990
{
@@ -15009,7 +15009,7 @@
15009
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
15010
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
15011
"xloc": [
15012
- "default.handlebars->39->2716"
15012
+ "default.handlebars->39->2724"
15013
]
15014
},
15015
{
@@ -15034,8 +15034,8 @@
15034
"zh-chs": "确认删除访问权限?",
15035
"zh-cht": "確認刪除訪問權限?",
15036
"xloc": [
15037
- "default.handlebars->39->2714",
15038
- "default.handlebars->39->2717"
15037
+ "default.handlebars->39->2722",
15038
+ "default.handlebars->39->2725"
15039
]
15040
},
15041
{
@@ -15061,7 +15061,7 @@
15061
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
15062
"xloc": [
15063
"default-mobile.handlebars->11->105",
15064
- "default.handlebars->39->1509"
15064
+ "default.handlebars->39->1517"
15065
]
15066
},
15067
{
@@ -15108,7 +15108,7 @@
15108
"zh-chs": "确认删除设备共享“{0}”?",
15109
"zh-cht": "確認刪除設備共享“{0}”?",
15110
"xloc": [
15111
- "default.handlebars->39->2709"
15111
+ "default.handlebars->39->2717"
15112
]
15113
},
15114
{
@@ -15176,7 +15176,7 @@
15176
"tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
15177
"zh-chs": "确认移除推送认证设备?",
15178
"xloc": [
15179
- "default.handlebars->39->1511"
15179
+ "default.handlebars->39->1519"
15180
]
15181
},
15182
{
@@ -15201,7 +15201,7 @@
15201
"zh-chs": "确认删除用户“ {0} ”的权限?",
15202
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
15203
"xloc": [
15204
- "default.handlebars->39->2087"
15204
+ "default.handlebars->39->2095"
15205
]
15206
},
15207
{
@@ -15226,7 +15226,7 @@
15226
"zh-chs": "确认删除用户组“ {0} ”的权限?",
15227
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
15228
"xloc": [
15229
- "default.handlebars->39->2089"
15229
+ "default.handlebars->39->2097"
15230
]
15231
},
15232
{
@@ -15274,7 +15274,7 @@
15274
"tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
15275
"zh-chs": "确认删除此登录令牌?",
15276
"xloc": [
15277
- "default.handlebars->39->1815"
15277
+ "default.handlebars->39->1823"
15278
]
15279
},
15280
{
@@ -15371,7 +15371,7 @@
15371
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15372
"xloc": [
15373
"default-mobile.handlebars->11->158",
15374
- "default.handlebars->39->2179"
15374
+ "default.handlebars->39->2187"
15375
]
15376
},
15377
{
@@ -15400,7 +15400,7 @@
15400
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
15401
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
15402
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
15403
- "default.handlebars->39->1878",
15403
+ "default.handlebars->39->1886",
15404
"default.handlebars->39->859",
15405
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
15406
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -15483,7 +15483,7 @@
15483
"zh-chs": "连接到服务器",
15484
"zh-cht": "連接到伺服器",
15485
"xloc": [
15486
- "default.handlebars->39->1969"
15486
+ "default.handlebars->39->1977"
15487
]
15488
},
15489
{
@@ -15652,7 +15652,7 @@
15652
"zh-chs": "已连接的英特尔®AMT",
15653
"zh-cht": "已連接的Intel® AMT",
15654
"xloc": [
15655
- "default.handlebars->39->2900"
15655
+ "default.handlebars->39->2908"
15656
]
15657
},
15658
{
@@ -15677,7 +15677,7 @@
15677
"zh-chs": "已连接的用户",
15678
"zh-cht": "已连接的用户",
15679
"xloc": [
15680
- "default.handlebars->39->2905"
15680
+ "default.handlebars->39->2913"
15681
]
15682
},
15683
{
@@ -15724,7 +15724,7 @@
15724
"zh-cht": "現在已連接",
15725
"xloc": [
15726
"default-mobile.handlebars->11->536",
15727
- "default.handlebars->39->1399"
15727
+ "default.handlebars->39->1407"
15728
]
15729
},
15730
{
@@ -15839,7 +15839,7 @@
15839
"default-mobile.handlebars->11->2",
15840
"default-mobile.handlebars->11->48",
15841
"default-mobile.handlebars->11->508",
15842
- "default.handlebars->39->1385",
15842
+ "default.handlebars->39->1393",
15843
"default.handlebars->39->361",
15844
"default.handlebars->39->364",
15845
"default.handlebars->39->429",
@@ -15893,7 +15893,7 @@
15893
"zh-chs": "连接数量",
15894
"zh-cht": "連接數量",
15895
"xloc": [
15896
- "default.handlebars->39->2931"
15896
+ "default.handlebars->39->2939"
15897
]
15898
},
15899
{
@@ -15918,8 +15918,8 @@
15918
"zh-chs": "连接错误",
15919
"xloc": [
15920
"default-mobile.handlebars->11->471",
15921
- "default.handlebars->39->1315",
15922
- "default.handlebars->39->1332",
15921
+ "default.handlebars->39->1323",
15922
+ "default.handlebars->39->1340",
15923
"login2.handlebars->7->32"
15924
]
15925
},
@@ -15945,7 +15945,7 @@
15945
"zh-chs": "连接转发器",
15946
"zh-cht": "連接轉發器",
15947
"xloc": [
15948
- "default.handlebars->39->2966"
15948
+ "default.handlebars->39->2974"
15949
]
15950
},
15951
{
@@ -16021,7 +16021,7 @@
16021
"zh-cht": "連接性",
16022
"xloc": [
16023
"default-mobile.handlebars->11->318",
16024
- "default.handlebars->39->2136",
16024
+ "default.handlebars->39->2144",
16025
"default.handlebars->39->351",
16026
"default.handlebars->39->876",
16027
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -16044,7 +16044,7 @@
16044
"ru": "Согласие",
16045
"tr": "Onay",
16046
"xloc": [
16047
- "default.handlebars->39->2344"
16047
+ "default.handlebars->39->2352"
16048
]
16049
},
16050
{
@@ -16176,7 +16176,7 @@
16176
"zh-chs": "Cookie编码器",
16177
"zh-cht": "Cookie編碼器",
16178
"xloc": [
16179
- "default.handlebars->39->2950"
16179
+ "default.handlebars->39->2958"
16180
]
16181
},
16182
{
@@ -16395,8 +16395,8 @@
16395
"zh-chs": "复制连结到剪贴板",
16396
"zh-cht": "複製連結到剪貼板",
16397
"xloc": [
16398
- "default.handlebars->39->2147",
16399
- "default.handlebars->39->2166",
16398
+ "default.handlebars->39->2155",
16399
+ "default.handlebars->39->2174",
16400
"default.handlebars->39->293",
16401
"default.handlebars->39->315",
16402
"default.handlebars->39->317",
@@ -16528,7 +16528,7 @@
16528
"zh-chs": "复制:“{0}”到“{1}”",
16529
"zh-cht": "複製:“{0}”到“{1}”",
16530
"xloc": [
16531
- "default.handlebars->39->2238"
16531
+ "default.handlebars->39->2246"
16532
]
16533
},
16534
{
@@ -16709,7 +16709,7 @@
16709
"zh-chs": "核心服务器",
16710
"zh-cht": "核心伺服器",
16711
"xloc": [
16712
- "default.handlebars->39->2949"
16712
+ "default.handlebars->39->2957"
16713
]
16714
},
16715
{
@@ -16734,7 +16734,7 @@
16734
"zh-chs": "科西嘉文",
16735
"zh-cht": "科西嘉文",
16736
"xloc": [
16737
- "default.handlebars->39->1567"
16737
+ "default.handlebars->39->1575"
16738
]
16739
},
16740
{
@@ -16780,7 +16780,7 @@
16780
"zh-chs": "创建帐号",
16781
"zh-cht": "創建帳號",
16782
"xloc": [
16783
- "default.handlebars->39->2461",
16783
+ "default.handlebars->39->2469",
16784
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16785
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16786
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16853,7 +16853,7 @@
16853
"tr": "Giriş Simgesi Oluştur",
16854
"zh-chs": "创建登录令牌",
16855
"xloc": [
16856
- "default.handlebars->39->1752",
16856
+ "default.handlebars->39->1760",
16857
"default.handlebars->39->318"
16858
]
16859
},
@@ -16879,7 +16879,7 @@
16879
"zh-chs": "创建用户组",
16880
"zh-cht": "創建用戶群",
16881
"xloc": [
16882
- "default.handlebars->39->2501"
16882
+ "default.handlebars->39->2509"
16883
]
16884
},
16885
{
@@ -16929,7 +16929,7 @@
16929
"zh-chs": "使用以下选项创建一个新的设备组。",
16930
"zh-cht": "使用以下選項創建一個新的裝置群。",
16931
"xloc": [
16932
- "default.handlebars->39->1782"
16932
+ "default.handlebars->39->1790"
16933
]
16934
},
16935
{
@@ -16978,7 +16978,7 @@
16978
"tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.",
16979
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
16980
"xloc": [
16981
- "default.handlebars->39->1732"
16981
+ "default.handlebars->39->1740"
16982
]
16983
},
16984
{
@@ -17028,7 +17028,7 @@
17028
"zh-chs": "创建文件夹:“{0}”",
17029
"zh-cht": "創建文件夾:“{0}”",
17030
"xloc": [
17031
- "default.handlebars->39->2231"
17031
+ "default.handlebars->39->2239"
17032
]
17033
},
17034
{
@@ -17077,7 +17077,7 @@
17077
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
17078
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
17079
"xloc": [
17080
- "default.handlebars->39->2425"
17080
+ "default.handlebars->39->2433"
17081
]
17082
},
17083
{
@@ -17129,7 +17129,7 @@
17129
"zh-chs": "创建的设备组:{0}",
17130
"zh-cht": "創建的設備組:{0}",
17131
"xloc": [
17132
- "default.handlebars->39->2242"
17132
+ "default.handlebars->39->2250"
17133
]
17134
},
17135
{
@@ -17223,7 +17223,7 @@
17223
"zh-chs": "创建",
17224
"zh-cht": "創建",
17225
"xloc": [
17226
- "default.handlebars->39->2605"
17226
+ "default.handlebars->39->2613"
17227
]
17228
},
17229
{
@@ -17248,7 +17248,7 @@
17248
"zh-chs": "创建时间",
17249
"zh-cht": "創作時間",
17250
"xloc": [
17251
- "default.handlebars->39->1858"
17251
+ "default.handlebars->39->1866"
17252
]
17253
},
17254
{
@@ -17300,8 +17300,8 @@
17300
"zh-chs": "创建者",
17301
"zh-cht": "創作者",
17302
"xloc": [
17303
- "default.handlebars->39->1856",
17304
- "default.handlebars->39->1857"
17303
+ "default.handlebars->39->1864",
17304
+ "default.handlebars->39->1865"
17305
]
17306
},
17307
{
@@ -17327,8 +17327,8 @@
17327
"zh-cht": "證書",
17328
"xloc": [
17329
"default-mobile.handlebars->11->330",
17330
- "default.handlebars->39->1204",
17331
- "default.handlebars->39->1820",
17330
+ "default.handlebars->39->1212",
17331
+ "default.handlebars->39->1828",
17332
"default.handlebars->39->888"
17333
]
17334
},
@@ -17354,7 +17354,7 @@
17354
"zh-chs": "克里语",
17355
"zh-cht": "克里語",
17356
"xloc": [
17357
- "default.handlebars->39->1568"
17357
+ "default.handlebars->39->1576"
17358
]
17359
},
17360
{
@@ -17379,7 +17379,7 @@
17379
"zh-chs": "克罗地亚文",
17380
"zh-cht": "克羅地亞文",
17381
"xloc": [
17382
- "default.handlebars->39->1569"
17382
+ "default.handlebars->39->1577"
17383
]
17384
},
17385
{
@@ -17458,8 +17458,8 @@
17458
"xloc": [
17459
"default-mobile.handlebars->11->432",
17460
"default-mobile.handlebars->11->436",
17461
- "default.handlebars->39->1245",
17462
- "default.handlebars->39->1249",
17461
+ "default.handlebars->39->1253",
17462
+ "default.handlebars->39->1257",
17463
"default.handlebars->39->60",
17464
"sharing.handlebars->11->24"
17465
]
@@ -17634,7 +17634,7 @@
17634
"zh-chs": "当前密码不正确。",
17635
"xloc": [
17636
"default-mobile.handlebars->11->734",
17637
- "default.handlebars->39->2873"
17637
+ "default.handlebars->39->2881"
17638
]
17639
},
17640
{
@@ -17737,7 +17737,7 @@
17737
"zh-chs": "捷克文",
17738
"zh-cht": "捷克文",
17739
"xloc": [
17740
- "default.handlebars->39->1570"
17740
+ "default.handlebars->39->1578"
17741
]
17742
},
17743
{
@@ -17807,7 +17807,7 @@
17807
"zh-chs": "丹麦文",
17808
"zh-cht": "丹麥文",
17809
"xloc": [
17810
- "default.handlebars->39->1571"
17810
+ "default.handlebars->39->1579"
17811
]
17812
},
17813
{
@@ -17857,7 +17857,7 @@
17857
"zh-chs": "数据通道",
17858
"zh-cht": "數據通道",
17859
"xloc": [
17860
- "default.handlebars->39->1202",
17860
+ "default.handlebars->39->1210",
17861
"sharing.handlebars->11->11"
17862
]
17863
},
@@ -17883,7 +17883,7 @@
17883
"zh-chs": "日期和时间",
17884
"zh-cht": "日期和時間",
17885
"xloc": [
17886
- "default.handlebars->39->1729"
17886
+ "default.handlebars->39->1737"
17887
]
17888
},
17889
{
@@ -17910,8 +17910,8 @@
17910
"xloc": [
17911
"default-mobile.handlebars->11->384",
17912
"default.handlebars->39->1124",
17913
- "default.handlebars->39->2770",
17914
- "default.handlebars->39->2773"
17913
+ "default.handlebars->39->2778",
17914
+ "default.handlebars->39->2781"
17915
]
17916
},
17917
{
@@ -17936,8 +17936,8 @@
17936
"zh-chs": "停用",
17937
"zh-cht": "停用",
17938
"xloc": [
17939
- "default.handlebars->39->1888",
17940
- "default.handlebars->39->1948"
17939
+ "default.handlebars->39->1896",
17940
+ "default.handlebars->39->1956"
17941
]
17942
},
17943
{
@@ -17962,7 +17962,7 @@
17962
"zh-chs": "如果设置停用CCM",
17963
"zh-cht": "如果設置停用CCM",
17964
"xloc": [
17965
- "default.handlebars->39->1960"
17965
+ "default.handlebars->39->1968"
17966
]
17967
},
17968
{
@@ -18035,10 +18035,10 @@
18035
"zh-chs": "默认",
18036
"zh-cht": "默認",
18037
"xloc": [
18038
- "default.handlebars->39->2448",
18039
- "default.handlebars->39->2497",
18040
- "default.handlebars->39->2508",
18041
- "default.handlebars->39->2581"
18038
+ "default.handlebars->39->2456",
18039
+ "default.handlebars->39->2505",
18040
+ "default.handlebars->39->2516",
18041
+ "default.handlebars->39->2589"
18042
]
18043
},
18044
{
@@ -18063,7 +18063,7 @@
18063
"zh-chs": "德尔",
18064
"xloc": [
18065
"default-mobile.handlebars->11->420",
18066
- "default.handlebars->39->1233"
18066
+ "default.handlebars->39->1241"
18067
]
18068
},
18069
{
@@ -18093,8 +18093,8 @@
18093
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
18094
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
18095
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
18096
- "default.handlebars->39->1351",
18097
- "default.handlebars->39->2173",
18096
+ "default.handlebars->39->1359",
18097
+ "default.handlebars->39->2181",
18098
"default.handlebars->39->747",
18099
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18100
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -18131,7 +18131,7 @@
18131
"zh-cht": "刪除帳戶",
18132
"xloc": [
18133
"default-mobile.handlebars->11->115",
18134
- "default.handlebars->39->1767"
18134
+ "default.handlebars->39->1775"
18135
]
18136
},
18137
{
@@ -18156,7 +18156,7 @@
18156
"zh-chs": "删除帐户",
18157
"zh-cht": "刪除帳戶",
18158
"xloc": [
18159
- "default.handlebars->39->2413"
18159
+ "default.handlebars->39->2421"
18160
]
18161
},
18162
{
@@ -18233,8 +18233,8 @@
18233
"xloc": [
18234
"default-mobile.handlebars->11->642",
18235
"default-mobile.handlebars->11->645",
18236
- "default.handlebars->39->1936",
18237
- "default.handlebars->39->1977"
18236
+ "default.handlebars->39->1944",
18237
+ "default.handlebars->39->1985"
18238
]
18239
},
18240
{
@@ -18307,7 +18307,7 @@
18307
"zh-chs": "删除用户",
18308
"zh-cht": "刪除用戶",
18309
"xloc": [
18310
- "default.handlebars->39->2648"
18310
+ "default.handlebars->39->2656"
18311
]
18312
},
18313
{
@@ -18332,8 +18332,8 @@
18332
"zh-chs": "删除用户群组",
18333
"zh-cht": "刪除用戶群組",
18334
"xloc": [
18335
- "default.handlebars->39->2549",
18336
- "default.handlebars->39->2561"
18335
+ "default.handlebars->39->2557",
18336
+ "default.handlebars->39->2569"
18337
]
18338
},
18339
{
@@ -18358,7 +18358,7 @@
18358
"zh-chs": "删除用户群组",
18359
"zh-cht": "刪除用戶群組",
18360
"xloc": [
18361
- "default.handlebars->39->2495"
18361
+ "default.handlebars->39->2503"
18362
]
18363
},
18364
{
@@ -18383,7 +18383,7 @@
18383
"zh-chs": "删除用户{0}",
18384
"zh-cht": "刪除用戶{0}",
18385
"xloc": [
18386
- "default.handlebars->39->2687"
18386
+ "default.handlebars->39->2695"
18387
]
18388
},
18389
{
@@ -18409,7 +18409,7 @@
18409
"zh-cht": "刪除帳戶",
18410
"xloc": [
18411
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18412
- "default.handlebars->39->2409",
18412
+ "default.handlebars->39->2417",
18413
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18414
]
18415
},
@@ -18460,7 +18460,7 @@
18460
"zh-chs": "删除群组",
18461
"zh-cht": "刪除群組",
18462
"xloc": [
18463
- "default.handlebars->39->2491"
18463
+ "default.handlebars->39->2499"
18464
]
18465
},
18466
{
@@ -18510,7 +18510,7 @@
18510
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18511
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18512
"xloc": [
18513
- "default.handlebars->39->2233"
18513
+ "default.handlebars->39->2241"
18514
]
18515
},
18516
{
@@ -18537,8 +18537,8 @@
18537
"xloc": [
18538
"default-mobile.handlebars->11->155",
18539
"default-mobile.handlebars->11->484",
18540
- "default.handlebars->39->1353",
18541
- "default.handlebars->39->2175",
18540
+ "default.handlebars->39->1361",
18541
+ "default.handlebars->39->2183",
18542
"sharing.handlebars->11->63"
18543
]
18544
},
@@ -18564,7 +18564,7 @@
18564
"zh-chs": "删除用户群组{0}?",
18565
"zh-cht": "刪除用戶群組{0}?",
18566
"xloc": [
18567
- "default.handlebars->39->2559"
18567
+ "default.handlebars->39->2567"
18568
]
18569
},
18570
{
@@ -18591,8 +18591,8 @@
18591
"xloc": [
18592
"default-mobile.handlebars->11->154",
18593
"default-mobile.handlebars->11->483",
18594
- "default.handlebars->39->1352",
18595
- "default.handlebars->39->2174",
18594
+ "default.handlebars->39->1360",
18595
+ "default.handlebars->39->2182",
18596
"sharing.handlebars->11->62"
18597
]
18598
},
@@ -18643,7 +18643,7 @@
18643
"zh-chs": "删除:“{0}”",
18644
"zh-cht": "刪除:“{0}”",
18645
"xloc": [
18646
- "default.handlebars->39->2232"
18646
+ "default.handlebars->39->2240"
18647
]
18648
},
18649
{
@@ -18668,7 +18668,7 @@
18668
"zh-chs": "删除:“{0}”,{1}个元素已删除",
18669
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18670
"xloc": [
18671
- "default.handlebars->39->2234"
18671
+ "default.handlebars->39->2242"
18672
]
18673
},
18674
{
@@ -18840,17 +18840,17 @@
18840
"default-mobile.handlebars->11->628",
18841
"default-mobile.handlebars->11->651",
18842
"default.handlebars->39->1192",
18843
- "default.handlebars->39->1412",
18844
- "default.handlebars->39->1422",
18843
+ "default.handlebars->39->1420",
18844
+ "default.handlebars->39->1430",
18845
"default.handlebars->39->148",
18846
- "default.handlebars->39->1792",
18847
- "default.handlebars->39->1849",
18848
- "default.handlebars->39->1983",
18849
- "default.handlebars->39->2342",
18850
- "default.handlebars->39->2500",
18851
- "default.handlebars->39->2510",
18852
- "default.handlebars->39->2511",
18853
- "default.handlebars->39->2557",
18846
+ "default.handlebars->39->1800",
18847
+ "default.handlebars->39->1857",
18848
+ "default.handlebars->39->1991",
18849
+ "default.handlebars->39->2350",
18850
+ "default.handlebars->39->2508",
18851
+ "default.handlebars->39->2518",
18852
+ "default.handlebars->39->2519",
18853
+ "default.handlebars->39->2565",
18854
"default.handlebars->39->788",
18855
"default.handlebars->39->789",
18856
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -18902,13 +18902,13 @@
18902
"xloc": [
18903
"default-mobile.handlebars->11->352",
18904
"default.handlebars->39->1048",
18905
- "default.handlebars->39->1288",
18906
- "default.handlebars->39->1916",
18907
- "default.handlebars->39->1989",
18908
- "default.handlebars->39->2744",
18909
- "default.handlebars->39->2803",
18910
- "default.handlebars->39->2834",
18911
- "default.handlebars->39->2925",
18905
+ "default.handlebars->39->1296",
18906
+ "default.handlebars->39->1924",
18907
+ "default.handlebars->39->1997",
18908
+ "default.handlebars->39->2752",
18909
+ "default.handlebars->39->2811",
18910
+ "default.handlebars->39->2842",
18911
+ "default.handlebars->39->2933",
18912
"default.handlebars->39->753",
18913
"default.handlebars->39->964",
18914
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -18939,7 +18939,7 @@
18939
"zh-chs": "桌面 + 文件",
18940
"xloc": [
18941
"default.handlebars->39->1051",
18942
- "default.handlebars->39->1920",
18942
+ "default.handlebars->39->1928",
18943
"default.handlebars->39->968"
18944
]
18945
},
@@ -18964,7 +18964,7 @@
18964
"tr": "Masaüstü + Terminal",
18965
"zh-chs": "桌面 + 终端",
18966
"xloc": [
18967
- "default.handlebars->39->1917",
18967
+ "default.handlebars->39->1925",
18968
"default.handlebars->39->965"
18969
]
18970
},
@@ -18990,7 +18990,7 @@
18990
"zh-chs": "桌面 + 终端 + 文件",
18991
"xloc": [
18992
"default.handlebars->39->1053",
18993
- "default.handlebars->39->1921",
18993
+ "default.handlebars->39->1929",
18994
"default.handlebars->39->969"
18995
]
18996
},
@@ -19040,7 +19040,7 @@
19040
"tr": "Masaüstü Multiplex",
19041
"zh-chs": "桌面复用",
19042
"xloc": [
19043
- "default.handlebars->39->2930"
19043
+ "default.handlebars->39->2938"
19044
]
19045
},
19046
{
@@ -19065,9 +19065,9 @@
19065
"zh-chs": "桌面通知",
19066
"zh-cht": "桌面通知",
19067
"xloc": [
19068
- "default.handlebars->39->1869",
19069
- "default.handlebars->39->2518",
19070
- "default.handlebars->39->2620",
19068
+ "default.handlebars->39->1877",
19069
+ "default.handlebars->39->2526",
19070
+ "default.handlebars->39->2628",
19071
"default.handlebars->39->850"
19072
]
19073
},
@@ -19093,9 +19093,9 @@
19093
"zh-chs": "桌面提示",
19094
"zh-cht": "桌面提示",
19095
"xloc": [
19096
- "default.handlebars->39->1868",
19097
- "default.handlebars->39->2517",
19098
- "default.handlebars->39->2619",
19096
+ "default.handlebars->39->1876",
19097
+ "default.handlebars->39->2525",
19098
+ "default.handlebars->39->2627",
19099
"default.handlebars->39->849"
19100
]
19101
},
@@ -19121,9 +19121,9 @@
19121
"zh-chs": "桌面提示+工具栏",
19122
"zh-cht": "桌面提示+工具欄",
19123
"xloc": [
19124
- "default.handlebars->39->1866",
19125
- "default.handlebars->39->2515",
19126
- "default.handlebars->39->2617",
19124
+ "default.handlebars->39->1874",
19125
+ "default.handlebars->39->2523",
19126
+ "default.handlebars->39->2625",
19127
"default.handlebars->39->847"
19128
]
19129
},
@@ -19148,7 +19148,7 @@
19148
"tr": "Masaüstü Oturumu",
19149
"zh-chs": "桌面会话",
19150
"xloc": [
19151
- "default.handlebars->39->2737"
19151
+ "default.handlebars->39->2745"
19152
]
19153
},
19154
{
@@ -19246,9 +19246,9 @@
19246
"zh-chs": "桌面工具栏",
19247
"zh-cht": "桌面工具欄",
19248
"xloc": [
19249
- "default.handlebars->39->1867",
19250
- "default.handlebars->39->2516",
19251
- "default.handlebars->39->2618",
19249
+ "default.handlebars->39->1875",
19250
+ "default.handlebars->39->2524",
19251
+ "default.handlebars->39->2626",
19252
"default.handlebars->39->848"
19253
]
19254
},
@@ -19273,7 +19273,7 @@
19273
"tr": "Yalnızca Masaüstü Görünümü",
19274
"zh-chs": "仅桌面视图",
19275
"xloc": [
19276
- "default.handlebars->39->2593"
19276
+ "default.handlebars->39->2601"
19277
]
19278
},
19279
{
@@ -19322,7 +19322,7 @@
19322
"zh-chs": "桌面时段",
19323
"zh-cht": "桌面時段",
19324
"xloc": [
19325
- "default.handlebars->39->1287"
19325
+ "default.handlebars->39->1295"
19326
]
19327
},
19328
{
@@ -19399,7 +19399,7 @@
19399
"zh-cht": "細節",
19400
"xloc": [
19401
"default-mobile.handlebars->11->355",
19402
- "default.handlebars->39->2079",
19402
+ "default.handlebars->39->2087",
19403
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19404
"default.handlebars->contextMenu->cxdetails"
19405
]
@@ -19452,13 +19452,13 @@
19452
"zh-cht": "裝置",
19453
"xloc": [
19454
"default-mobile.handlebars->11->544",
19455
- "default.handlebars->39->1407",
19456
- "default.handlebars->39->1515",
19457
- "default.handlebars->39->2017",
19455
+ "default.handlebars->39->1415",
19456
+ "default.handlebars->39->1523",
19457
+ "default.handlebars->39->2025",
19458
"default.handlebars->39->265",
19459
- "default.handlebars->39->2706",
19460
- "default.handlebars->39->2769",
19461
- "default.handlebars->39->2787",
19459
+ "default.handlebars->39->2714",
19460
+ "default.handlebars->39->2777",
19461
+ "default.handlebars->39->2795",
19462
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19463
]
19464
},
@@ -19559,7 +19559,7 @@
19559
"tr": "Cihaz Ayrıntıları",
19560
"zh-chs": "设备详情",
19561
"xloc": [
19562
- "default.handlebars->39->2041"
19562
+ "default.handlebars->39->2049"
19563
]
19564
},
19565
{
@@ -19611,17 +19611,17 @@
19611
"xloc": [
19612
"agent-translations.json",
19613
"default-mobile.handlebars->11->712",
19614
- "default.handlebars->39->2012",
19615
- "default.handlebars->39->2015",
19616
- "default.handlebars->39->2016",
19617
- "default.handlebars->39->2359",
19618
- "default.handlebars->39->2541",
19619
- "default.handlebars->39->2547",
19620
- "default.handlebars->39->2694",
19621
- "default.handlebars->39->2753",
19622
- "default.handlebars->39->2776",
19623
- "default.handlebars->39->2790",
19624
- "default.handlebars->39->2851"
19614
+ "default.handlebars->39->2020",
19615
+ "default.handlebars->39->2023",
19616
+ "default.handlebars->39->2024",
19617
+ "default.handlebars->39->2367",
19618
+ "default.handlebars->39->2549",
19619
+ "default.handlebars->39->2555",
19620
+ "default.handlebars->39->2702",
19621
+ "default.handlebars->39->2761",
19622
+ "default.handlebars->39->2784",
19623
+ "default.handlebars->39->2798",
19624
+ "default.handlebars->39->2859"
19625
]
19626
},
19627
{
@@ -19647,7 +19647,7 @@
19647
"zh-cht": "裝置群用戶",
19648
"xloc": [
19649
"default-mobile.handlebars->11->701",
19650
- "default.handlebars->39->2085"
19650
+ "default.handlebars->39->2093"
19651
]
19652
},
19653
{
@@ -19673,11 +19673,11 @@
19673
"zh-cht": "裝置群",
19674
"xloc": [
19675
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19676
- "default.handlebars->39->2375",
19677
- "default.handlebars->39->2485",
19678
- "default.handlebars->39->2528",
19679
- "default.handlebars->39->2614",
19680
- "default.handlebars->39->2903",
19676
+ "default.handlebars->39->2383",
19677
+ "default.handlebars->39->2493",
19678
+ "default.handlebars->39->2536",
19679
+ "default.handlebars->39->2622",
19680
+ "default.handlebars->39->2911",
19681
"default.handlebars->container->column_l->p2->p2info->9"
19682
]
19683
},
@@ -19780,7 +19780,7 @@
19780
"xloc": [
19781
"default-mobile.handlebars->11->400",
19782
"default.handlebars->39->1190",
19783
- "default.handlebars->39->2752",
19783
+ "default.handlebars->39->2760",
19784
"default.handlebars->39->445",
19785
"default.handlebars->39->454",
19786
"player.handlebars->3->25"
@@ -19857,7 +19857,7 @@
19857
"tr": "Cihaz İtme",
19858
"zh-chs": "设备推送",
19859
"xloc": [
19860
- "default.handlebars->39->2633"
19860
+ "default.handlebars->39->2641"
19861
]
19862
},
19863
{
@@ -19925,7 +19925,7 @@
19925
"zh-chs": "设备共享链接",
19926
"zh-cht": "設備共享鏈接",
19927
"xloc": [
19928
- "default.handlebars->39->1913",
19928
+ "default.handlebars->39->1921",
19929
"default.handlebars->39->961"
19930
]
19931
},
@@ -20050,9 +20050,9 @@
20050
"zh-chs": "设备连接。",
20051
"zh-cht": "裝置連接。",
20052
"xloc": [
20053
- "default.handlebars->39->1755",
20054
- "default.handlebars->39->2112",
20055
- "default.handlebars->39->2116",
20053
+ "default.handlebars->39->1763",
20054
+ "default.handlebars->39->2120",
20055
+ "default.handlebars->39->2124",
20056
"default.handlebars->39->985",
20057
"default.handlebars->39->989"
20058
]
@@ -20079,9 +20079,9 @@
20079
"zh-chs": "设备断开连接。",
20080
"zh-cht": "裝置斷開連接。",
20081
"xloc": [
20082
- "default.handlebars->39->1756",
20083
- "default.handlebars->39->2113",
20084
- "default.handlebars->39->2117",
20082
+ "default.handlebars->39->1764",
20083
+ "default.handlebars->39->2121",
20084
+ "default.handlebars->39->2125",
20085
"default.handlebars->39->986",
20086
"default.handlebars->39->990"
20087
]
@@ -20108,7 +20108,7 @@
20108
"zh-chs": "创建的设备组:{0}",
20109
"zh-cht": "設備組已創建:{0}",
20110
"xloc": [
20111
- "default.handlebars->39->2263"
20111
+ "default.handlebars->39->2271"
20112
]
20113
},
20114
{
@@ -20133,7 +20133,7 @@
20133
"zh-chs": "设备组已删除:{0}",
20134
"zh-cht": "設備組已刪除:{0}",
20135
"xloc": [
20136
- "default.handlebars->39->2264"
20136
+ "default.handlebars->39->2272"
20137
]
20138
},
20139
{
@@ -20158,7 +20158,7 @@
20158
"zh-chs": "设备组成员身份已更改:{0}",
20159
"zh-cht": "設備組成員身份已更改:{0}",
20160
"xloc": [
20161
- "default.handlebars->39->2265"
20161
+ "default.handlebars->39->2273"
20162
]
20163
},
20164
{
@@ -20209,7 +20209,7 @@
20209
"zh-chs": "设备组通知已更改",
20210
"zh-cht": "設備組通知已更改",
20211
"xloc": [
20212
- "default.handlebars->39->2260"
20212
+ "default.handlebars->39->2268"
20213
]
20214
},
20215
{
@@ -20234,7 +20234,7 @@
20234
"zh-chs": "未删除的设备组:{0}",
20235
"zh-cht": "未刪除的設備組:{0}",
20236
"xloc": [
20237
- "default.handlebars->39->2243"
20237
+ "default.handlebars->39->2251"
20238
]
20239
},
20240
{
@@ -20254,7 +20254,7 @@
20254
"ru": "Группа устройств {0} изменена: {1}",
20255
"tr": "{0} cihaz grubu değiştirildi: {1}",
20256
"xloc": [
20257
- "default.handlebars->39->2329"
20257
+ "default.handlebars->39->2337"
20258
]
20259
},
20260
{
@@ -20790,7 +20790,7 @@
20790
"tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20791
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20792
"xloc": [
20793
- "default.handlebars->39->2298"
20793
+ "default.handlebars->39->2306"
20794
]
20795
},
20796
{
@@ -20815,7 +20815,7 @@
20815
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20816
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20817
"xloc": [
20818
- "default.handlebars->39->2245"
20818
+ "default.handlebars->39->2253"
20819
]
20820
},
20821
{
@@ -20862,9 +20862,9 @@
20862
"zh-chs": "设备",
20863
"zh-cht": "裝置",
20864
"xloc": [
20865
- "default.handlebars->39->1934",
20866
- "default.handlebars->39->2486",
20867
- "default.handlebars->39->2529"
20865
+ "default.handlebars->39->1942",
20866
+ "default.handlebars->39->2494",
20867
+ "default.handlebars->39->2537"
20868
]
20869
},
20870
{
@@ -20985,7 +20985,7 @@
20985
"zh-chs": "禁用的电子邮件两因素身份验证",
20986
"zh-cht": "禁用的電子郵件兩因素身份驗證",
20987
"xloc": [
20988
- "default.handlebars->39->2276"
20988
+ "default.handlebars->39->2284"
20989
]
20990
},
20991
{
@@ -21014,7 +21014,7 @@
21014
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
21015
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
21016
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
21017
- "default.handlebars->39->1879",
21017
+ "default.handlebars->39->1887",
21018
"default.handlebars->39->860",
21019
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
21020
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -21338,7 +21338,7 @@
21338
"zh-chs": "显示设备组名称",
21339
"zh-cht": "顯示裝置群名稱",
21340
"xloc": [
21341
- "default.handlebars->39->1754"
21341
+ "default.handlebars->39->1762"
21342
]
21343
},
21344
{
@@ -21363,7 +21363,7 @@
21363
"zh-chs": "显示名称",
21364
"zh-cht": "顯示名稱",
21365
"xloc": [
21366
- "default.handlebars->39->1271"
21366
+ "default.handlebars->39->1279"
21367
]
21368
},
21369
{
@@ -21388,7 +21388,7 @@
21388
"zh-chs": "显示公共连结",
21389
"zh-cht": "顯示公共鏈結",
21390
"xloc": [
21391
- "default.handlebars->39->2146"
21391
+ "default.handlebars->39->2154"
21392
]
21393
},
21394
{
@@ -21412,7 +21412,7 @@
21412
"tr": "{0} göster",
21413
"zh-chs": "显示{0}",
21414
"xloc": [
21415
- "default.handlebars->39->1290"
21415
+ "default.handlebars->39->1298"
21416
]
21417
},
21418
{
@@ -21437,7 +21437,7 @@
21437
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
21438
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
21439
"xloc": [
21440
- "default.handlebars->39->2205"
21440
+ "default.handlebars->39->2213"
21441
]
21442
},
21443
{
@@ -21462,7 +21462,7 @@
21462
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
21463
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
21464
"xloc": [
21465
- "default.handlebars->39->2213"
21465
+ "default.handlebars->39->2221"
21466
]
21467
},
21468
{
@@ -21487,8 +21487,8 @@
21487
"zh-chs": "什么都不做",
21488
"zh-cht": "什麼都不做",
21489
"xloc": [
21490
- "default.handlebars->39->1963",
21491
- "default.handlebars->39->1967"
21490
+ "default.handlebars->39->1971",
21491
+ "default.handlebars->39->1975"
21492
]
21493
},
21494
{
@@ -21514,11 +21514,11 @@
21514
"zh-cht": "域",
21515
"xloc": [
21516
"default.handlebars->39->117",
21517
- "default.handlebars->39->1207",
21518
- "default.handlebars->39->2449",
21519
- "default.handlebars->39->2498",
21520
- "default.handlebars->39->2507",
21521
- "default.handlebars->39->2580",
21517
+ "default.handlebars->39->1215",
21518
+ "default.handlebars->39->2457",
21519
+ "default.handlebars->39->2506",
21520
+ "default.handlebars->39->2515",
21521
+ "default.handlebars->39->2588",
21522
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
21523
"mstsc.handlebars->main->1->3->1->rowdomain->3"
21524
]
@@ -21566,7 +21566,7 @@
21566
"zh-chs": "请勿更改,如果设置请保留CCM",
21567
"zh-cht": "請勿更改,如果設置請保留CCM",
21568
"xloc": [
21569
- "default.handlebars->39->1959"
21569
+ "default.handlebars->39->1967"
21570
]
21571
},
21572
{
@@ -21613,7 +21613,7 @@
21613
"zh-chs": "不要连接到服务器",
21614
"zh-cht": "不要連接到伺服器",
21615
"xloc": [
21616
- "default.handlebars->39->1968"
21616
+ "default.handlebars->39->1976"
21617
]
21618
},
21619
{
@@ -21730,7 +21730,7 @@
21730
"zh-chs": "下",
21731
"xloc": [
21732
"default-mobile.handlebars->11->428",
21733
- "default.handlebars->39->1241"
21733
+ "default.handlebars->39->1249"
21734
]
21735
},
21736
{
@@ -21833,7 +21833,7 @@
21833
"zh-cht": "下載檔案",
21834
"xloc": [
21835
"default-mobile.handlebars->11->503",
21836
- "default.handlebars->39->1372",
21836
+ "default.handlebars->39->1380",
21837
"sharing.handlebars->11->82"
21838
]
21839
},
@@ -21959,7 +21959,7 @@
21959
"zh-chs": "下载报告",
21960
"zh-cht": "下載報告",
21961
"xloc": [
21962
- "default.handlebars->39->2364",
21962
+ "default.handlebars->39->2372",
21963
"default.handlebars->container->column_l->p3->3->1->0->3",
21964
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21965
]
@@ -22060,7 +22060,7 @@
22060
"tr": "Cihaz listesini indir",
22061
"zh-chs": "下载设备列表",
22062
"xloc": [
22063
- "default.handlebars->39->1932"
22063
+ "default.handlebars->39->1940"
22064
]
22065
},
22066
{
@@ -22259,7 +22259,7 @@
22259
"zh-chs": "使用以下一种档案格式下载事件列表。",
22260
"zh-cht": "使用以下一種檔案格式下載事件列表。",
22261
"xloc": [
22262
- "default.handlebars->39->2365"
22262
+ "default.handlebars->39->2373"
22263
]
22264
},
22265
{
@@ -22284,7 +22284,7 @@
22284
"zh-chs": "使用以下一种档案格式下载用户列表。",
22285
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
22286
"xloc": [
22287
- "default.handlebars->39->2433"
22287
+ "default.handlebars->39->2441"
22288
]
22289
},
22290
{
@@ -22385,7 +22385,7 @@
22385
"zh-chs": "下载:“{0}”",
22386
"zh-cht": "下載:“{0}”",
22387
"xloc": [
22388
- "default.handlebars->39->2236"
22388
+ "default.handlebars->39->2244"
22389
]
22390
},
22391
{
@@ -22409,7 +22409,7 @@
22409
"tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
22410
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
22411
"xloc": [
22412
- "default.handlebars->39->2293"
22412
+ "default.handlebars->39->2301"
22413
]
22414
},
22415
{
@@ -22459,7 +22459,7 @@
22459
"zh-chs": "代理重复",
22460
"zh-cht": "代理重複",
22461
"xloc": [
22462
- "default.handlebars->39->2899"
22462
+ "default.handlebars->39->2907"
22463
]
22464
},
22465
{
@@ -22509,7 +22509,7 @@
22509
"zh-chs": "复制用户组",
22510
"zh-cht": "複製用戶群",
22511
"xloc": [
22512
- "default.handlebars->39->2502"
22512
+ "default.handlebars->39->2510"
22513
]
22514
},
22515
{
@@ -22559,8 +22559,8 @@
22559
"default.handlebars->39->1082",
22560
"default.handlebars->39->271",
22561
"default.handlebars->39->273",
22562
- "default.handlebars->39->2732",
22563
- "default.handlebars->39->2758",
22562
+ "default.handlebars->39->2740",
22563
+ "default.handlebars->39->2766",
22564
"player.handlebars->3->18"
22565
]
22566
},
@@ -22608,7 +22608,7 @@
22608
"zh-chs": "荷兰文(比利时)",
22609
"zh-cht": "荷蘭文(比利時)",
22610
"xloc": [
22611
- "default.handlebars->39->1573"
22611
+ "default.handlebars->39->1581"
22612
]
22613
},
22614
{
@@ -22633,7 +22633,7 @@
22633
"zh-chs": "荷兰文(标准)",
22634
"zh-cht": "荷蘭文(標準)",
22635
"xloc": [
22636
- "default.handlebars->39->1572"
22636
+ "default.handlebars->39->1580"
22637
]
22638
},
22639
{
@@ -23048,12 +23048,12 @@
23048
"default-mobile.handlebars->11->652",
23049
"default-mobile.handlebars->11->658",
23050
"default-mobile.handlebars->11->678",
23051
- "default.handlebars->39->1978",
23052
- "default.handlebars->39->1981",
23053
- "default.handlebars->39->1984",
23054
- "default.handlebars->39->2021",
23055
- "default.handlebars->39->2047",
23056
- "default.handlebars->39->2059"
23051
+ "default.handlebars->39->1986",
23052
+ "default.handlebars->39->1989",
23053
+ "default.handlebars->39->1992",
23054
+ "default.handlebars->39->2029",
23055
+ "default.handlebars->39->2055",
23056
+ "default.handlebars->39->2067"
23057
]
23058
},
23059
{
@@ -23078,7 +23078,7 @@
23078
"zh-chs": "编辑设备组功能",
23079
"zh-cht": "編輯裝置群功能",
23080
"xloc": [
23081
- "default.handlebars->39->2007"
23081
+ "default.handlebars->39->2015"
23082
]
23083
},
23084
{
@@ -23103,8 +23103,8 @@
23103
"zh-chs": "编辑设备组权限",
23104
"zh-cht": "編輯裝置群權限",
23105
"xloc": [
23106
- "default.handlebars->39->2044",
23107
- "default.handlebars->39->2056"
23106
+ "default.handlebars->39->2052",
23107
+ "default.handlebars->39->2064"
23108
]
23109
},
23110
{
@@ -23129,7 +23129,7 @@
23129
"zh-chs": "编辑设备组用户同意",
23130
"zh-cht": "編輯裝置群用戶同意",
23131
"xloc": [
23132
- "default.handlebars->39->1985"
23132
+ "default.handlebars->39->1993"
23133
]
23134
},
23135
{
@@ -23155,7 +23155,7 @@
23155
"zh-cht": "編輯裝置筆記",
23156
"xloc": [
23157
"default-mobile.handlebars->11->670",
23158
- "default.handlebars->39->2035"
23158
+ "default.handlebars->39->2043"
23159
]
23160
},
23161
{
@@ -23180,8 +23180,8 @@
23180
"zh-chs": "编辑设备权限",
23181
"zh-cht": "編輯裝置權限",
23182
"xloc": [
23183
- "default.handlebars->39->2049",
23184
- "default.handlebars->39->2051"
23183
+ "default.handlebars->39->2057",
23184
+ "default.handlebars->39->2059"
23185
]
23186
},
23187
{
@@ -23231,7 +23231,7 @@
23231
"zh-chs": "编辑设备用户同意",
23232
"zh-cht": "編輯裝置用戶同意",
23233
"xloc": [
23234
- "default.handlebars->39->1987"
23234
+ "default.handlebars->39->1995"
23235
]
23236
},
23237
{
@@ -23314,7 +23314,7 @@
23314
"zh-cht": "編輯筆記",
23315
"xloc": [
23316
"default-mobile.handlebars->11->685",
23317
- "default.handlebars->39->2066"
23317
+ "default.handlebars->39->2074"
23318
]
23319
},
23320
{
@@ -23339,7 +23339,7 @@
23339
"zh-chs": "编辑用户同意",
23340
"zh-cht": "編輯用戶同意",
23341
"xloc": [
23342
- "default.handlebars->39->1986"
23342
+ "default.handlebars->39->1994"
23343
]
23344
},
23345
{
@@ -23364,7 +23364,7 @@
23364
"zh-chs": "编辑用户设备组权限",
23365
"zh-cht": "編輯用戶裝置群權限",
23366
"xloc": [
23367
- "default.handlebars->39->2057"
23367
+ "default.handlebars->39->2065"
23368
]
23369
},
23370
{
@@ -23389,7 +23389,7 @@
23389
"zh-chs": "编辑用户设备权限",
23390
"zh-cht": "編輯用戶裝置權限",
23391
"xloc": [
23392
- "default.handlebars->39->2052"
23392
+ "default.handlebars->39->2060"
23393
]
23394
},
23395
{
@@ -23413,7 +23413,7 @@
23413
"tr": "Kullanıcı Özelliklerini Düzenle",
23414
"zh-chs": "编辑用户特征",
23415
"xloc": [
23416
- "default.handlebars->39->2670"
23416
+ "default.handlebars->39->2678"
23417
]
23418
},
23419
{
@@ -23438,7 +23438,7 @@
23438
"zh-chs": "编辑用户组",
23439
"zh-cht": "編輯用戶群",
23440
"xloc": [
23441
- "default.handlebars->39->2558"
23441
+ "default.handlebars->39->2566"
23442
]
23443
},
23444
{
@@ -23463,7 +23463,7 @@
23463
"zh-chs": "编辑用户组设备权限",
23464
"zh-cht": "編輯用戶群裝置權限",
23465
"xloc": [
23466
- "default.handlebars->39->2054"
23466
+ "default.handlebars->39->2062"
23467
]
23468
},
23469
{
@@ -23483,7 +23483,7 @@
23483
"ru": "Редактировать функции групп пользователей",
23484
"tr": "Kullanıcı Grubu Özelliklerini Düzenle",
23485
"xloc": [
23486
- "default.handlebars->39->2551"
23486
+ "default.handlebars->39->2559"
23487
]
23488
},
23489
{
@@ -23508,7 +23508,7 @@
23508
"zh-chs": "编辑用户组用户同意",
23509
"zh-cht": "編輯用戶組用戶同意",
23510
"xloc": [
23511
- "default.handlebars->39->1988"
23511
+ "default.handlebars->39->1996"
23512
]
23513
},
23514
{
@@ -23627,12 +23627,12 @@
23627
"zh-cht": "電郵",
23628
"xloc": [
23629
"default-mobile.handlebars->11->109",
23630
- "default.handlebars->39->2451",
23631
- "default.handlebars->39->2584",
23632
- "default.handlebars->39->2586",
23633
- "default.handlebars->39->2631",
23634
- "default.handlebars->39->2641",
23635
- "default.handlebars->39->2673",
23630
+ "default.handlebars->39->2459",
23631
+ "default.handlebars->39->2592",
23632
+ "default.handlebars->39->2594",
23633
+ "default.handlebars->39->2639",
23634
+ "default.handlebars->39->2649",
23635
+ "default.handlebars->39->2681",
23636
"default.handlebars->39->490",
23637
"login-mobile.handlebars->5->42",
23638
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -23670,7 +23670,7 @@
23670
"zh-cht": "電郵地址變更",
23671
"xloc": [
23672
"default-mobile.handlebars->11->110",
23673
- "default.handlebars->39->1763"
23673
+ "default.handlebars->39->1771"
23674
]
23675
},
23676
{
@@ -23696,7 +23696,7 @@
23696
"zh-cht": "電郵認證",
23697
"xloc": [
23698
"default-mobile.handlebars->11->99",
23699
- "default.handlebars->39->1503"
23699
+ "default.handlebars->39->1511"
23700
]
23701
},
23702
{
@@ -23743,7 +23743,7 @@
23743
"ru": "Подлючение электронной почты",
23744
"tr": "E-posta Bağlantısı",
23745
"xloc": [
23746
- "default.handlebars->39->1881",
23746
+ "default.handlebars->39->1889",
23747
"default.handlebars->39->862"
23748
]
23749
},
@@ -23764,7 +23764,7 @@
23764
"ru": "Отключение электронной почты",
23765
"tr": "E-posta Bağlantısını Kes",
23766
"xloc": [
23767
- "default.handlebars->39->1882",
23767
+ "default.handlebars->39->1890",
23768
"default.handlebars->39->863"
23769
]
23770
},
@@ -23785,7 +23785,7 @@
23785
"ru": "Уведомления по электронной почте",
23786
"tr": "E-posta Bildirimleri",
23787
"xloc": [
23788
- "default.handlebars->39->2115",
23788
+ "default.handlebars->39->2123",
23789
"default.handlebars->39->988"
23790
]
23791
},
@@ -23834,7 +23834,7 @@
23834
"zh-cht": "電郵驗證",
23835
"xloc": [
23836
"default-mobile.handlebars->11->108",
23837
- "default.handlebars->39->1761"
23837
+ "default.handlebars->39->1769"
23838
]
23839
},
23840
{
@@ -23844,7 +23844,7 @@
23844
"pt-br": "O domínio de e-mail \\\"{0}\\\" não é permitido. Somente ({1}) são permitidos",
23845
"xloc": [
23846
"default-mobile.handlebars->11->743",
23847
- "default.handlebars->39->2882"
23847
+ "default.handlebars->39->2890"
23848
]
23849
},
23850
{
@@ -23894,7 +23894,7 @@
23894
"zh-chs": "电邮未验证",
23895
"zh-cht": "電郵未驗證",
23896
"xloc": [
23897
- "default.handlebars->39->2395"
23897
+ "default.handlebars->39->2403"
23898
]
23899
},
23900
{
@@ -23919,8 +23919,8 @@
23919
"zh-chs": "电子邮件已验证",
23920
"zh-cht": "電子郵件已驗證",
23921
"xloc": [
23922
- "default.handlebars->39->2396",
23923
- "default.handlebars->39->2578"
23922
+ "default.handlebars->39->2404",
23923
+ "default.handlebars->39->2586"
23924
]
23925
},
23926
{
@@ -23945,7 +23945,7 @@
23945
"zh-chs": "电邮已验证。",
23946
"zh-cht": "電郵已驗證。",
23947
"xloc": [
23948
- "default.handlebars->39->2457"
23948
+ "default.handlebars->39->2465"
23949
]
23950
},
23951
{
@@ -23970,7 +23970,7 @@
23970
"zh-chs": "电邮未验证",
23971
"zh-cht": "電郵未驗證",
23972
"xloc": [
23973
- "default.handlebars->39->2579"
23973
+ "default.handlebars->39->2587"
23974
]
23975
},
23976
{
@@ -24017,7 +24017,7 @@
24017
"zh-cht": "電郵已發送。",
24018
"xloc": [
24019
"default-mobile.handlebars->11->727",
24020
- "default.handlebars->39->2866",
24020
+ "default.handlebars->39->2874",
24021
"login-mobile.handlebars->5->2",
24022
"login.handlebars->5->2",
24023
"login2.handlebars->7->3"
@@ -24093,7 +24093,7 @@
24093
"zh-chs": "已通过电邮验证,并且需要重置密码。",
24094
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
24095
"xloc": [
24096
- "default.handlebars->39->2458"
24096
+ "default.handlebars->39->2466"
24097
]
24098
},
24099
{
@@ -24139,7 +24139,7 @@
24139
"tr": "E-posta/SMS/Push Trafiği",
24140
"zh-chs": "电子邮件/短信/推送流量",
24141
"xloc": [
24142
- "default.handlebars->39->2958"
24142
+ "default.handlebars->39->2966"
24143
]
24144
},
24145
{
@@ -24211,7 +24211,7 @@
24211
"zh-chs": "启用邀请代码",
24212
"zh-cht": "啟用邀請代碼",
24213
"xloc": [
24214
- "default.handlebars->39->2091"
24214
+ "default.handlebars->39->2099"
24215
]
24216
},
24217
{
@@ -24262,7 +24262,7 @@
24262
"zh-cht": "啟用電郵二因子鑑別。",
24263
"xloc": [
24264
"default-mobile.handlebars->11->101",
24265
- "default.handlebars->39->1505"
24265
+ "default.handlebars->39->1513"
24266
]
24267
},
24268
{
@@ -24313,7 +24313,7 @@
24313
"zh-cht": "已啟用",
24314
"xloc": [
24315
"default.handlebars->39->120",
24316
- "default.handlebars->39->2760"
24316
+ "default.handlebars->39->2768"
24317
]
24318
},
24319
{
@@ -24338,7 +24338,7 @@
24338
"zh-chs": "启用电子邮件两因素身份验证",
24339
"zh-cht": "啟用電子郵件兩因素身份驗證",
24340
"xloc": [
24341
- "default.handlebars->39->2275"
24341
+ "default.handlebars->39->2283"
24342
]
24343
},
24344
{
@@ -24394,7 +24394,7 @@
24394
"ru": "Кодировка: RAW",
24395
"tr": "kodlama: RAW",
24396
"xloc": [
24397
- "default.handlebars->39->1379"
24397
+ "default.handlebars->39->1387"
24398
]
24399
},
24400
{
@@ -24414,7 +24414,7 @@
24414
"ru": "Кодировка: UTF8",
24415
"tr": "Kodlama: UTF8",
24416
"xloc": [
24417
- "default.handlebars->39->1380"
24417
+ "default.handlebars->39->1388"
24418
]
24419
},
24420
{
@@ -24439,7 +24439,7 @@
24439
"zh-chs": "结尾",
24440
"xloc": [
24441
"default-mobile.handlebars->11->422",
24442
- "default.handlebars->39->1235"
24442
+ "default.handlebars->39->1243"
24443
]
24444
},
24445
{
@@ -24464,7 +24464,7 @@
24464
"zh-chs": "时间结束",
24465
"zh-cht": "時間結束",
24466
"xloc": [
24467
- "default.handlebars->39->2757"
24467
+ "default.handlebars->39->2765"
24468
]
24469
},
24470
{
@@ -24489,7 +24489,7 @@
24489
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
24490
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
24491
"xloc": [
24492
- "default.handlebars->39->2198"
24492
+ "default.handlebars->39->2206"
24493
]
24494
},
24495
{
@@ -24514,7 +24514,7 @@
24514
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
24515
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
24516
"xloc": [
24517
- "default.handlebars->39->2199"
24517
+ "default.handlebars->39->2207"
24518
]
24519
},
24520
{
@@ -24538,7 +24538,7 @@
24538
"tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi",
24539
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
24540
"xloc": [
24541
- "default.handlebars->39->2308"
24541
+ "default.handlebars->39->2316"
24542
]
24543
},
24544
{
@@ -24562,7 +24562,7 @@
24562
"tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye",
24563
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
24564
"xloc": [
24565
- "default.handlebars->39->2299"
24565
+ "default.handlebars->39->2307"
24566
]
24567
},
24568
{
@@ -24587,7 +24587,7 @@
24587
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
24588
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
24589
"xloc": [
24590
- "default.handlebars->39->2196"
24590
+ "default.handlebars->39->2204"
24591
]
24592
},
24593
{
@@ -24612,7 +24612,7 @@
24612
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
24613
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
24614
"xloc": [
24615
- "default.handlebars->39->2197"
24615
+ "default.handlebars->39->2205"
24616
]
24617
},
24618
{
@@ -24637,7 +24637,7 @@
24637
"zh-chs": "英文",
24638
"zh-cht": "英文",
24639
"xloc": [
24640
- "default.handlebars->39->1574"
24640
+ "default.handlebars->39->1582"
24641
]
24642
},
24643
{
@@ -24662,7 +24662,7 @@
24662
"zh-chs": "英文(澳洲)",
24663
"zh-cht": "英文(澳洲)",
24664
"xloc": [
24665
- "default.handlebars->39->1575"
24665
+ "default.handlebars->39->1583"
24666
]
24667
},
24668
{
@@ -24687,7 +24687,7 @@
24687
"zh-chs": "英文(伯利茲)",
24688
"zh-cht": "英文(伯利茲)",
24689
"xloc": [
24690
- "default.handlebars->39->1576"
24690
+ "default.handlebars->39->1584"
24691
]
24692
},
24693
{
@@ -24712,7 +24712,7 @@
24712
"zh-chs": "英文(加拿大)",
24713
"zh-cht": "英文(加拿大)",
24714
"xloc": [
24715
- "default.handlebars->39->1577"
24715
+ "default.handlebars->39->1585"
24716
]
24717
},
24718
{
@@ -24737,7 +24737,7 @@
24737
"zh-chs": "英文(爱尔兰)",
24738
"zh-cht": "英文(愛爾蘭)",
24739
"xloc": [
24740
- "default.handlebars->39->1578"
24740
+ "default.handlebars->39->1586"
24741
]
24742
},
24743
{
@@ -24762,7 +24762,7 @@
24762
"zh-chs": "英文(牙买加)",
24763
"zh-cht": "英文(牙買加)",
24764
"xloc": [
24765
- "default.handlebars->39->1579"
24765
+ "default.handlebars->39->1587"
24766
]
24767
},
24768
{
@@ -24787,7 +24787,7 @@
24787
"zh-chs": "英文(纽西兰)",
24788
"zh-cht": "英文(紐西蘭)",
24789
"xloc": [
24790
- "default.handlebars->39->1580"
24790
+ "default.handlebars->39->1588"
24791
]
24792
},
24793
{
@@ -24812,7 +24812,7 @@
24812
"zh-chs": "英文(菲律宾)",
24813
"zh-cht": "英文(菲律賓)",
24814
"xloc": [
24815
- "default.handlebars->39->1581"
24815
+ "default.handlebars->39->1589"
24816
]
24817
},
24818
{
@@ -24837,7 +24837,7 @@
24837
"zh-chs": "英语(南非)",
24838
"zh-cht": "英語(南非)",
24839
"xloc": [
24840
- "default.handlebars->39->1582"
24840
+ "default.handlebars->39->1590"
24841
]
24842
},
24843
{
@@ -24862,7 +24862,7 @@
24862
"zh-chs": "英文(特立尼达和多巴哥)",
24863
"zh-cht": "英文(特立尼達和多巴哥)",
24864
"xloc": [
24865
- "default.handlebars->39->1583"
24865
+ "default.handlebars->39->1591"
24866
]
24867
},
24868
{
@@ -24887,7 +24887,7 @@
24887
"zh-chs": "英文(英国)",
24888
"zh-cht": "英文(英國)",
24889
"xloc": [
24890
- "default.handlebars->39->1584"
24890
+ "default.handlebars->39->1592"
24891
]
24892
},
24893
{
@@ -24912,7 +24912,7 @@
24912
"zh-chs": "美国英文",
24913
"zh-cht": "美國英語",
24914
"xloc": [
24915
- "default.handlebars->39->1585"
24915
+ "default.handlebars->39->1593"
24916
]
24917
},
24918
{
@@ -24937,7 +24937,7 @@
24937
"zh-chs": "英文(津巴布韦)",
24938
"zh-cht": "英文(津巴布韋)",
24939
"xloc": [
24940
- "default.handlebars->39->1586"
24940
+ "default.handlebars->39->1594"
24941
]
24942
},
24943
{
@@ -24984,10 +24984,10 @@
24984
"zh-cht": "輸入",
24985
"xloc": [
24986
"default-mobile.handlebars->11->416",
24987
- "default.handlebars->39->1229",
24988
- "default.handlebars->39->1344",
24989
- "default.handlebars->39->1800",
24990
- "default.handlebars->39->1801",
24987
+ "default.handlebars->39->1237",
24988
+ "default.handlebars->39->1352",
24989
+ "default.handlebars->39->1808",
24990
+ "default.handlebars->39->1809",
24991
"sharing.handlebars->11->55"
24992
]
24993
},
@@ -25013,7 +25013,7 @@
25013
"zh-chs": "输入管理领域名称的逗号分隔列表。",
25014
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
25015
"xloc": [
25016
- "default.handlebars->39->2462"
25016
+ "default.handlebars->39->2470"
25017
]
25018
},
25019
{
@@ -25109,7 +25109,7 @@
25109
"zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
25110
"zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
25111
"xloc": [
25112
- "default.handlebars->39->1259"
25112
+ "default.handlebars->39->1267"
25113
]
25114
},
25115
{
@@ -25228,7 +25228,7 @@
25228
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
25229
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
25230
"xloc": [
25231
- "default.handlebars->39->1500"
25231
+ "default.handlebars->39->1508"
25232
]
25233
},
25234
{
@@ -25350,7 +25350,7 @@
25350
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
25351
"xloc": [
25352
"default-mobile.handlebars->11->735",
25353
- "default.handlebars->39->2874"
25353
+ "default.handlebars->39->2882"
25354
]
25355
},
25356
{
@@ -25375,7 +25375,7 @@
25375
"zh-chs": "错误,密码未更改。",
25376
"xloc": [
25377
"default-mobile.handlebars->11->732",
25378
- "default.handlebars->39->2871"
25378
+ "default.handlebars->39->2879"
25379
]
25380
},
25381
{
@@ -25400,7 +25400,7 @@
25400
"zh-chs": "错误,无法更改为常用密码。",
25401
"xloc": [
25402
"default-mobile.handlebars->11->731",
25403
- "default.handlebars->39->2870"
25403
+ "default.handlebars->39->2878"
25404
]
25405
},
25406
{
@@ -25425,7 +25425,7 @@
25425
"zh-chs": "错误,无法更改为以前使用的密码。",
25426
"xloc": [
25427
"default-mobile.handlebars->11->730",
25428
- "default.handlebars->39->2869"
25428
+ "default.handlebars->39->2877"
25429
]
25430
},
25431
{
@@ -25475,7 +25475,7 @@
25475
"zh-chs": "逃脱",
25476
"xloc": [
25477
"default-mobile.handlebars->11->417",
25478
- "default.handlebars->39->1230"
25478
+ "default.handlebars->39->1238"
25479
]
25480
},
25481
{
@@ -25500,7 +25500,7 @@
25500
"zh-chs": "世界文",
25501
"zh-cht": "世界語",
25502
"xloc": [
25503
- "default.handlebars->39->1587"
25503
+ "default.handlebars->39->1595"
25504
]
25505
},
25506
{
@@ -25546,7 +25546,7 @@
25546
"zh-chs": "爱沙尼亚文",
25547
"zh-cht": "愛沙尼亞語",
25548
"xloc": [
25549
- "default.handlebars->39->1588"
25549
+ "default.handlebars->39->1596"
25550
]
25551
},
25552
{
@@ -25592,7 +25592,7 @@
25592
"zh-chs": "事件详情",
25593
"zh-cht": "事件詳情",
25594
"xloc": [
25595
- "default.handlebars->39->1388"
25595
+ "default.handlebars->39->1396"
25596
]
25597
},
25598
{
@@ -25617,7 +25617,7 @@
25617
"zh-chs": "事件列表输出",
25618
"zh-cht": "事件列表輸出",
25619
"xloc": [
25620
- "default.handlebars->39->2370"
25620
+ "default.handlebars->39->2378"
25621
]
25622
},
25623
{
@@ -25796,7 +25796,7 @@
25796
"zh-cht": "到期時間",
25797
"xloc": [
25798
"default.handlebars->39->1077",
25799
- "default.handlebars->39->1751",
25799
+ "default.handlebars->39->1759",
25800
"default.handlebars->39->276"
25801
]
25802
},
@@ -25847,7 +25847,7 @@
25847
"zh-chs": "过期{0}",
25848
"zh-cht": "過期{0}",
25849
"xloc": [
25850
- "default.handlebars->39->1814",
25850
+ "default.handlebars->39->1822",
25851
"sharing.handlebars->11->95"
25852
]
25853
},
@@ -25898,7 +25898,7 @@
25898
"zh-chs": "扩充式ASCII",
25899
"zh-cht": "擴充式ASCII",
25900
"xloc": [
25901
- "default.handlebars->39->1320",
25901
+ "default.handlebars->39->1328",
25902
"sharing.handlebars->11->34"
25903
]
25904
},
@@ -25950,7 +25950,7 @@
25950
"zh-chs": "外部",
25951
"zh-cht": "外部",
25952
"xloc": [
25953
- "default.handlebars->39->2938"
25953
+ "default.handlebars->39->2946"
25954
]
25955
},
25956
{
@@ -25959,7 +25959,7 @@
25959
"pl": "Klucz FIDO",
25960
"pt-br": "Chave FIDO",
25961
"xloc": [
25962
- "default.handlebars->39->2824"
25962
+ "default.handlebars->39->2832"
25963
]
25964
},
25965
{
@@ -26009,7 +26009,7 @@
26009
"zh-chs": "FYRO马其顿语",
26010
"zh-cht": "FYRO馬其頓語",
26011
"xloc": [
26012
- "default.handlebars->39->1638"
26012
+ "default.handlebars->39->1646"
26013
]
26014
},
26015
{
@@ -26034,7 +26034,7 @@
26034
"zh-chs": "法罗语",
26035
"zh-cht": "法羅語",
26036
"xloc": [
26037
- "default.handlebars->39->1589"
26037
+ "default.handlebars->39->1597"
26038
]
26039
},
26040
{
@@ -26084,7 +26084,7 @@
26084
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
26085
"xloc": [
26086
"default-mobile.handlebars->11->726",
26087
- "default.handlebars->39->2865"
26087
+ "default.handlebars->39->2873"
26088
]
26089
},
26090
{
@@ -26133,7 +26133,7 @@
26133
"zh-chs": "本地用户拒绝后无法启动远程桌面",
26134
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
26135
"xloc": [
26136
- "default.handlebars->39->2221"
26136
+ "default.handlebars->39->2229"
26137
]
26138
},
26139
{
@@ -26179,7 +26179,7 @@
26179
"zh-chs": "本地用户拒绝后无法启动远程文件",
26180
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
26181
"xloc": [
26182
- "default.handlebars->39->2228"
26182
+ "default.handlebars->39->2236"
26183
]
26184
},
26185
{
@@ -26253,7 +26253,7 @@
26253
"zh-chs": "波斯文(波斯文)",
26254
"zh-cht": "波斯語(波斯語)",
26255
"xloc": [
26256
- "default.handlebars->39->1590"
26256
+ "default.handlebars->39->1598"
26257
]
26258
},
26259
{
@@ -26305,9 +26305,9 @@
26305
"zh-chs": "功能",
26306
"zh-cht": "功能",
26307
"xloc": [
26308
- "default.handlebars->39->1865",
26309
- "default.handlebars->39->2514",
26310
- "default.handlebars->39->2602"
26308
+ "default.handlebars->39->1873",
26309
+ "default.handlebars->39->2522",
26310
+ "default.handlebars->39->2610"
26311
]
26312
},
26313
{
@@ -26332,7 +26332,7 @@
26332
"zh-chs": "斐济",
26333
"zh-cht": "斐濟",
26334
"xloc": [
26335
- "default.handlebars->39->1591"
26335
+ "default.handlebars->39->1599"
26336
]
26337
},
26338
{
@@ -26383,7 +26383,7 @@
26383
"zh-cht": "檔案編輯器",
26384
"xloc": [
26385
"default-mobile.handlebars->11->487",
26386
- "default.handlebars->39->1356",
26386
+ "default.handlebars->39->1364",
26387
"default.handlebars->39->745",
26388
"sharing.handlebars->11->66"
26389
]
@@ -26432,8 +26432,8 @@
26432
"zh-chs": "档案操作",
26433
"zh-cht": "檔案操作",
26434
"xloc": [
26435
- "default.handlebars->39->1335",
26436
- "default.handlebars->39->1337",
26435
+ "default.handlebars->39->1343",
26436
+ "default.handlebars->39->1345",
26437
"sharing.handlebars->11->46",
26438
"sharing.handlebars->11->48"
26439
]
@@ -26484,7 +26484,7 @@
26484
"tr": "Dosya transferi",
26485
"zh-chs": "文件传输",
26486
"xloc": [
26487
- "default.handlebars->39->2738"
26487
+ "default.handlebars->39->2746"
26488
]
26489
},
26490
{
@@ -26509,7 +26509,7 @@
26509
"zh-chs": "文件系统驱动",
26510
"zh-cht": "FileSystemDriver",
26511
"xloc": [
26512
- "default.handlebars->39->1276"
26512
+ "default.handlebars->39->1284"
26513
]
26514
},
26515
{
@@ -26537,12 +26537,12 @@
26537
"default-mobile.handlebars->11->216",
26538
"default-mobile.handlebars->11->354",
26539
"default.handlebars->39->1050",
26540
- "default.handlebars->39->1918",
26541
- "default.handlebars->39->1996",
26542
- "default.handlebars->39->2745",
26543
- "default.handlebars->39->2804",
26544
- "default.handlebars->39->2835",
26545
- "default.handlebars->39->2926",
26540
+ "default.handlebars->39->1926",
26541
+ "default.handlebars->39->2004",
26542
+ "default.handlebars->39->2753",
26543
+ "default.handlebars->39->2812",
26544
+ "default.handlebars->39->2843",
26545
+ "default.handlebars->39->2934",
26546
"default.handlebars->39->411",
26547
"default.handlebars->39->966",
26548
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -26597,9 +26597,9 @@
26597
"zh-chs": "档案通知",
26598
"zh-cht": "檔案通知",
26599
"xloc": [
26600
- "default.handlebars->39->1873",
26601
- "default.handlebars->39->2522",
26602
- "default.handlebars->39->2624",
26600
+ "default.handlebars->39->1881",
26601
+ "default.handlebars->39->2530",
26602
+ "default.handlebars->39->2632",
26603
"default.handlebars->39->854"
26604
]
26605
},
@@ -26625,9 +26625,9 @@
26625
"zh-chs": "档案提示",
26626
"zh-cht": "檔案提示",
26627
"xloc": [
26628
- "default.handlebars->39->1872",
26629
- "default.handlebars->39->2521",
26630
- "default.handlebars->39->2623",
26628
+ "default.handlebars->39->1880",
26629
+ "default.handlebars->39->2529",
26630
+ "default.handlebars->39->2631",
26631
"default.handlebars->39->853"
26632
]
26633
},
@@ -26654,7 +26654,7 @@
26654
"zh-cht": "過濾",
26655
"xloc": [
26656
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
26657
- "default.handlebars->39->1340",
26657
+ "default.handlebars->39->1348",
26658
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
26659
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
26660
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -26729,7 +26729,7 @@
26729
"zh-chs": "查找文件",
26730
"zh-cht": "查找文件",
26731
"xloc": [
26732
- "default.handlebars->39->1343",
26732
+ "default.handlebars->39->1351",
26733
"sharing.handlebars->11->54"
26734
]
26735
},
@@ -26740,7 +26740,7 @@
26740
"pl": "Zakończono sesję nagrywania, \\\"{0}\\\", {1} sekund(a)",
26741
"pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)",
26742
"xloc": [
26743
- "default.handlebars->39->2333"
26743
+ "default.handlebars->39->2341"
26744
]
26745
},
26746
{
@@ -26765,7 +26765,7 @@
26765
"zh-chs": "录制会话已完成,{0}秒",
26766
"zh-cht": "錄製會話已完成,{0}秒",
26767
"xloc": [
26768
- "default.handlebars->39->2194"
26768
+ "default.handlebars->39->2202"
26769
]
26770
},
26771
{
@@ -26790,7 +26790,7 @@
26790
"zh-chs": "芬兰",
26791
"zh-cht": "芬蘭",
26792
"xloc": [
26793
- "default.handlebars->39->1592"
26793
+ "default.handlebars->39->1600"
26794
]
26795
},
26796
{
@@ -26841,8 +26841,8 @@
26841
"tr": "Güvenlik duvarı etkin değil",
26842
"zh-chs": "防火墙未激活",
26843
"xloc": [
26844
- "default.handlebars->39->2126",
26845
- "default.handlebars->39->2140"
26844
+ "default.handlebars->39->2134",
26845
+ "default.handlebars->39->2148"
26846
]
26847
},
26848
{
@@ -26892,7 +26892,7 @@
26892
"ru": "Флаги",
26893
"tr": "Bayraklar",
26894
"xloc": [
26895
- "default.handlebars->39->2343"
26895
+ "default.handlebars->39->2351"
26896
]
26897
},
26898
{
@@ -27176,8 +27176,8 @@
27176
"zh-chs": "下次登录时强制重置密码。",
27177
"zh-cht": "下次登入時強制重置密碼。",
27178
"xloc": [
27179
- "default.handlebars->39->2456",
27180
- "default.handlebars->39->2684"
27179
+ "default.handlebars->39->2464",
27180
+ "default.handlebars->39->2692"
27181
]
27182
},
27183
{
@@ -27197,7 +27197,7 @@
27197
"ru": "Принудительно отключен сеанс рабочего стола пользователя {0}",
27198
"tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu",
27199
"xloc": [
27200
- "default.handlebars->39->2321"
27200
+ "default.handlebars->39->2329"
27201
]
27202
},
27203
{
@@ -27217,7 +27217,7 @@
27217
"ru": "Принудительно отключен файловый сеанс пользователя {0}",
27218
"tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu",
27219
"xloc": [
27220
- "default.handlebars->39->2323"
27220
+ "default.handlebars->39->2331"
27221
]
27222
},
27223
{
@@ -27237,7 +27237,7 @@
27237
"ru": "Принудительно отключен сеанс маршрутизации пользователя {0}",
27238
"tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu",
27239
"xloc": [
27240
- "default.handlebars->39->2324"
27240
+ "default.handlebars->39->2332"
27241
]
27242
},
27243
{
@@ -27257,7 +27257,7 @@
27257
"ru": "Принудительно отключен терминальный сеанс пользователя {0}",
27258
"tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu",
27259
"xloc": [
27260
- "default.handlebars->39->2322"
27260
+ "default.handlebars->39->2330"
27261
]
27262
},
27263
{
@@ -27360,7 +27360,7 @@
27360
"zh-chs": "格式化",
27361
"zh-cht": "格式化",
27362
"xloc": [
27363
- "default.handlebars->39->2361"
27363
+ "default.handlebars->39->2369"
27364
]
27365
},
27366
{
@@ -27433,8 +27433,8 @@
27433
"zh-chs": "自由",
27434
"zh-cht": "自由",
27435
"xloc": [
27436
- "default.handlebars->39->2884",
27437
- "default.handlebars->39->2886"
27436
+ "default.handlebars->39->2892",
27437
+ "default.handlebars->39->2894"
27438
]
27439
},
27440
{
@@ -27485,7 +27485,7 @@
27485
"zh-chs": "法文(比利时)",
27486
"zh-cht": "法語(比利時)",
27487
"xloc": [
27488
- "default.handlebars->39->1594"
27488
+ "default.handlebars->39->1602"
27489
]
27490
},
27491
{
@@ -27510,7 +27510,7 @@
27510
"zh-chs": "法文(加拿大)",
27511
"zh-cht": "法語(加拿大)",
27512
"xloc": [
27513
- "default.handlebars->39->1595"
27513
+ "default.handlebars->39->1603"
27514
]
27515
},
27516
{
@@ -27535,7 +27535,7 @@
27535
"zh-chs": "法文(法国)",
27536
"zh-cht": "法語(法國)",
27537
"xloc": [
27538
- "default.handlebars->39->1596"
27538
+ "default.handlebars->39->1604"
27539
]
27540
},
27541
{
@@ -27560,7 +27560,7 @@
27560
"zh-chs": "法文(卢森堡)",
27561
"zh-cht": "法語(盧森堡)",
27562
"xloc": [
27563
- "default.handlebars->39->1597"
27563
+ "default.handlebars->39->1605"
27564
]
27565
},
27566
{
@@ -27585,7 +27585,7 @@
27585
"zh-chs": "法文(摩纳哥)",
27586
"zh-cht": "法語(摩納哥)",
27587
"xloc": [
27588
- "default.handlebars->39->1598"
27588
+ "default.handlebars->39->1606"
27589
]
27590
},
27591
{
@@ -27610,7 +27610,7 @@
27610
"zh-chs": "法文(标准)",
27611
"zh-cht": "法語(標準)",
27612
"xloc": [
27613
- "default.handlebars->39->1593"
27613
+ "default.handlebars->39->1601"
27614
]
27615
},
27616
{
@@ -27635,7 +27635,7 @@
27635
"zh-chs": "法文(瑞士)",
27636
"zh-cht": "法語(瑞士)",
27637
"xloc": [
27638
- "default.handlebars->39->1599"
27638
+ "default.handlebars->39->1607"
27639
]
27640
},
27641
{
@@ -27660,7 +27660,7 @@
27660
"zh-chs": "弗里斯兰文",
27661
"zh-cht": "弗里斯蘭語",
27662
"xloc": [
27663
- "default.handlebars->39->1600"
27663
+ "default.handlebars->39->1608"
27664
]
27665
},
27666
{
@@ -27685,7 +27685,7 @@
27685
"zh-chs": "弗留利",
27686
"zh-cht": "弗留利",
27687
"xloc": [
27688
- "default.handlebars->39->1601"
27688
+ "default.handlebars->39->1609"
27689
]
27690
},
27691
{
@@ -27714,9 +27714,9 @@
27714
"default-mobile.handlebars->11->640",
27715
"default-mobile.handlebars->11->657",
27716
"default-mobile.handlebars->11->677",
27717
- "default.handlebars->39->1807",
27718
- "default.handlebars->39->2020",
27719
- "default.handlebars->39->2468"
27717
+ "default.handlebars->39->1815",
27718
+ "default.handlebars->39->2028",
27719
+ "default.handlebars->39->2476"
27720
]
27721
},
27722
{
@@ -27741,7 +27741,7 @@
27741
"zh-chs": "完整管理员(保留所有权利)",
27742
"zh-cht": "完整管理員(保留所有權利)",
27743
"xloc": [
27744
- "default.handlebars->39->2058"
27744
+ "default.handlebars->39->2066"
27745
]
27746
},
27747
{
@@ -27891,7 +27891,7 @@
27891
"zh-chs": "完整管理员",
27892
"zh-cht": "完整管理員",
27893
"xloc": [
27894
- "default.handlebars->39->2572"
27894
+ "default.handlebars->39->2580"
27895
]
27896
},
27897
{
@@ -27916,8 +27916,8 @@
27916
"zh-chs": "全自动的",
27917
"zh-cht": "全自動的",
27918
"xloc": [
27919
- "default.handlebars->39->1893",
27920
- "default.handlebars->39->1950"
27919
+ "default.handlebars->39->1901",
27920
+ "default.handlebars->39->1958"
27921
]
27922
},
27923
{
@@ -27943,7 +27943,7 @@
27943
"zh-cht": "GPU",
27944
"xloc": [
27945
"default-mobile.handlebars->11->588",
27946
- "default.handlebars->39->1461"
27946
+ "default.handlebars->39->1469"
27947
]
27948
},
27949
{
@@ -27968,7 +27968,7 @@
27968
"zh-chs": "盖尔文(爱尔兰)",
27969
"zh-cht": "蓋爾語(愛爾蘭)",
27970
"xloc": [
27971
- "default.handlebars->39->1603"
27971
+ "default.handlebars->39->1611"
27972
]
27973
},
27974
{
@@ -27993,7 +27993,7 @@
27993
"zh-chs": "盖尔文(苏格兰文)",
27994
"zh-cht": "蓋爾語(蘇格蘭語)",
27995
"xloc": [
27996
- "default.handlebars->39->1602"
27996
+ "default.handlebars->39->1610"
27997
]
27998
},
27999
{
@@ -28018,7 +28018,7 @@
28018
"zh-chs": "加拉契文",
28019
"zh-cht": "加拉契語",
28020
"xloc": [
28021
- "default.handlebars->39->1604"
28021
+ "default.handlebars->39->1612"
28022
]
28023
},
28024
{
@@ -28169,7 +28169,7 @@
28169
"ru": "Создать отчет",
28170
"tr": "Rapor oluştur",
28171
"xloc": [
28172
- "default.handlebars->39->2785"
28172
+ "default.handlebars->39->2793"
28173
]
28174
},
28175
{
@@ -28214,7 +28214,7 @@
28214
"zh-chs": "格鲁吉亚文",
28215
"zh-cht": "格魯吉亞文",
28216
"xloc": [
28217
- "default.handlebars->39->1605"
28217
+ "default.handlebars->39->1613"
28218
]
28219
},
28220
{
@@ -28239,7 +28239,7 @@
28239
"zh-chs": "德文(奥地利)",
28240
"zh-cht": "德語(奧地利)",
28241
"xloc": [
28242
- "default.handlebars->39->1607"
28242
+ "default.handlebars->39->1615"
28243
]
28244
},
28245
{
@@ -28264,7 +28264,7 @@
This file is too large to show in full.