Version 1.0.19
Ylian Saint-Hilaire committed
May 8, 2022 at 12:33 UTC
78c0aed202aed5bcbc8a99ab89c2b32b7179a850
3 files changed
+1801
-1758
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
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}}return s.m={},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags};n.width&&n.height&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return 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.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s}
\ No newline at end of file
1
+var CreateRDPDesktop=function(e){var s={};function n(e){return(!0===s.m.SwapMouse?[2,0,1,0,0]:[1,0,2,0,0])[e]}function i(e){s.State!=e&&(s.State=e,null!=s.onStateChanged&&s.onStateChanged(s,s.State))}function a(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,n=s.Canvas.canvas.width/s.CanvasId.clientWidth,a=function(e){var t=Array(2);for(t[0]=t[1]=0;e;)t[0]+=e.offsetLeft,t[1]+=e.offsetTop,e=e.offsetParent;return t}(s.Canvas.canvas),n=(e.pageX-a[0])*n,t=(e.pageY-a[1])*t;return e.addx&&(n+=e.addx),e.addy&&(t+=e.addy),{x:n,y:t}}s.m={KeyAction:{NONE:0,DOWN:1,UP:2,SCROLL:3,EXUP:4,EXDOWN:5,DBLCLICK:6}},s.State=0,s.canvas=Q(e),"string"==typeof(s.CanvasId=e)&&(s.CanvasId=Q(e)),s.Canvas=s.CanvasId.getContext("2d"),s.ScreenWidth=s.width=1280,s.ScreenHeight=s.height=1024,s.Start=function(e,t,n){i(1),s.nodeid=e,s.port=t;var a={savepass:(s.credentials=n).savecred,useServerCreds:n.servercred,width:n.width,height:n.height,flags:n.flags,workingDir:n.workdir,alternateShell:n.altshell};n.width&&n.height&&(a.width=s.ScreenWidth=s.width=n.width,a.height=s.ScreenHeight=s.height=n.height,delete n.width,delete n.height),s.render=new Mstsc.Canvas.create(s.canvas),s.socket=new WebSocket("wss://"+window.location.host+"/mstscrelay.ashx"),s.socket.binaryType="arraybuffer",s.socket.onopen=function(){i(2),s.socket.send(JSON.stringify(["infos",{ip:s.nodeid,port:s.port,screen:{width:s.width,height:s.height},domain:n.domain,username:n.username,password:n.password,options:a,locale:Mstsc.locale()}]))},s.socket.onmessage=function(e){if("string"==typeof e.data){var t=JSON.parse(e.data);switch(t[0]){case"rdp-connect":i(3),s.rotation=0,s.Canvas.setTransform(1,0,0,1,0,0),s.Canvas.canvas.width=s.ScreenWidth,s.Canvas.canvas.height=s.ScreenHeight,s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),null!=s.m.onScreenSizeChange&&s.m.onScreenSizeChange(s,s.ScreenWidth,s.ScreenHeight,s.CanvasId);break;case"rdp-bitmap":if(null==s.bitmapData)break;var n=t[1];n.data=s.bitmapData,delete s.bitmapData,s.render.update(n);break;case"rdp-close":s.Stop();break;case"rdp-error":n=t[1];console.log("[mstsc.js] error : "+n.code+"("+n.message+")"),s.Stop();break;case"ping":s.socket.send('["pong"]')}}else s.bitmapData=e.data},s.socket.onclose=function(){i(0)},i(1)},s.Stop=function(){s.Canvas.fillRect(0,0,s.ScreenWidth,s.ScreenHeight),s.socket&&s.socket.close()},s.m.mousemove=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return s.mouseNagleData=["mouse",t.x,t.y,0,!1],null==s.mouseNagleTimer&&(s.mouseNagleTimer=setTimeout(function(){s.socket.send(JSON.stringify(s.mouseNagleData)),s.mouseNagleTimer=null},50)),e.preventDefault(),!1}},s.m.mouseup=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight))return null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null),s.socket.send(JSON.stringify(["mouse",t.x,t.y,n(e.button),!0])),e.preventDefault(),!1}},s.m.handleKeyUp=function(e){if(s.socket&&3==s.State)return console.log("handleKeyUp",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!1])),e.preventDefault(),!1},s.m.handleKeyDown=function(e){if(s.socket&&3==s.State)return console.log("handleKeyDown",Mstsc.scancode(e)),s.socket.send(JSON.stringify(["scancode",Mstsc.scancode(e),!0])),e.preventDefault(),!1},s.m.mousewheel=function(e){if(s.socket&&3==s.State){var t=a(e);if(!(t.x<0||t.y<0||t.x>s.ScreenWidth||t.y>s.ScreenHeight)){null!=s.mouseNagleTimer&&(clearTimeout(s.mouseNagleTimer),s.mouseNagleTimer=null);var n=0;return e.detail?n=120*e.detail:e.wheelDelta&&(n=3*e.wheelDelta),0!=n&&s.socket.send(JSON.stringify(["wheel",t.x,t.y,n,!1,!1])),e.preventDefault(),!1}}},s.m.SendStringUnicode=function(e){s.socket&&3==s.State&&s.socket.send(JSON.stringify(["utype",e]))},s.m.SendKeyMsgKC=function(e,t,n){if(3==s.State)if("object"==typeof e)for(var a in e)s.m.SendKeyMsgKC(e[a][0],e[a][1],e[a][2]);else{t=o[t];null!=t&&s.socket.send(JSON.stringify(["scancode",t,0!=(1&e)]))}},s.m.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s.m.sendcad=function(){s.socket.send(JSON.stringify(["scancode",29,!0])),s.socket.send(JSON.stringify(["scancode",56,!0])),s.socket.send(JSON.stringify(["scancode",57427,!0])),s.socket.send(JSON.stringify(["scancode",57427,!1])),s.socket.send(JSON.stringify(["scancode",56,!1])),s.socket.send(JSON.stringify(["scancode",29,!1]))};var o={9:15,16:42,17:29,18:56,27:1,33:57417,34:57425,35:57423,36:57415,37:57419,38:57416,39:57421,40:57424,44:57399,45:57426,46:57427,65:30,66:48,67:46,68:32,69:18,70:33,71:34,72:35,73:23,74:36,75:37,76:38,77:50,78:49,79:24,80:25,81:16,82:19,83:31,84:20,85:22,86:47,87:17,88:45,89:21,90:44,91:57435,112:59,113:60,114:61,115:62,116:63,117:64,118:65,119:66,120:67,121:68,122:87,123:88};return s}
\ No newline at end of file
translate/translate.json
+1799
-1756
@@ -46,8 +46,8 @@
46
"zh-chs": " + CIRA",
47
"zh-cht": " + CIRA",
48
"xloc": [
49
- "default.handlebars->39->1884",
50
- "default.handlebars->39->1886"
49
+ "default.handlebars->39->1886",
50
+ "default.handlebars->39->1888"
51
]
52
},
53
{
@@ -299,7 +299,7 @@
299
"zh-chs": " 可以使用密码提示,但不建议使用。",
300
"zh-cht": " 可以使用密碼提示,但不建議使用。",
301
"xloc": [
302
- "default.handlebars->39->1763"
302
+ "default.handlebars->39->1765"
303
]
304
},
305
{
@@ -324,8 +324,8 @@
324
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326
"xloc": [
327
- "default.handlebars->39->2002",
328
- "default.handlebars->39->2557"
327
+ "default.handlebars->39->2004",
328
+ "default.handlebars->39->2559"
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->1962",
837
+ "default.handlebars->39->1964",
838
"default.handlebars->39->469"
839
]
840
},
@@ -929,8 +929,8 @@
929
"zh-cht": ",",
930
"xloc": [
931
"default-mobile.handlebars->11->702",
932
- "default.handlebars->39->2076",
933
- "default.handlebars->39->2340",
932
+ "default.handlebars->39->2078",
933
+ "default.handlebars->39->2342",
934
"default.handlebars->39->885"
935
]
936
},
@@ -1048,7 +1048,7 @@
1048
"zh-cht": ",MQTT在線",
1049
"xloc": [
1050
"default-mobile.handlebars->11->606",
1051
- "default.handlebars->39->1472"
1051
+ "default.handlebars->39->1474"
1052
]
1053
},
1054
{
@@ -1072,7 +1072,7 @@
1072
"tr": ", İzin Yok",
1073
"zh-chs": ", 不同意",
1074
"xloc": [
1075
- "default.handlebars->39->1920",
1075
+ "default.handlebars->39->1922",
1076
"default.handlebars->39->970"
1077
]
1078
},
@@ -1098,7 +1098,7 @@
1098
"zh-chs": ",提示同意",
1099
"zh-cht": ",提示同意",
1100
"xloc": [
1101
- "default.handlebars->39->1921",
1101
+ "default.handlebars->39->1923",
1102
"default.handlebars->39->971"
1103
]
1104
},
@@ -1106,7 +1106,7 @@
1106
"en": ", RDP",
1107
"nl": ", RDP",
1108
"xloc": [
1109
- "default.handlebars->39->1212"
1109
+ "default.handlebars->39->1214"
1110
]
1111
},
1112
{
@@ -1126,7 +1126,7 @@
1126
"tr": ", Günlük yinelenen",
1127
"pt-br": ", Recorrente diariamente",
1128
"xloc": [
1129
- "default.handlebars->39->1917",
1129
+ "default.handlebars->39->1919",
1130
"default.handlebars->39->967"
1131
]
1132
},
@@ -1147,7 +1147,7 @@
1147
"tr": ", Haftalık yinelenen",
1148
"pt-br": ", Recorrente semanalmente",
1149
"xloc": [
1150
- "default.handlebars->39->1918",
1150
+ "default.handlebars->39->1920",
1151
"default.handlebars->39->968"
1152
]
1153
},
@@ -1227,7 +1227,7 @@
1227
"tr": ", Araç Çubuğu",
1228
"zh-chs": ", 工具栏",
1229
"xloc": [
1230
- "default.handlebars->39->1922",
1230
+ "default.handlebars->39->1924",
1231
"default.handlebars->39->972"
1232
]
1233
},
@@ -1269,7 +1269,7 @@
1269
"tr": ", Yalnızca masaüstünü görüntüle",
1270
"pt-br": ", Ver apenas área de trabalho",
1271
"xloc": [
1272
- "default.handlebars->39->1919",
1272
+ "default.handlebars->39->1921",
1273
"default.handlebars->39->969"
1274
]
1275
},
@@ -1298,9 +1298,9 @@
1298
"default-mobile.handlebars->11->409",
1299
"default-mobile.handlebars->11->444",
1300
"default-mobile.handlebars->11->461",
1301
- "default.handlebars->39->1211",
1302
- "default.handlebars->39->1288",
1303
- "default.handlebars->39->1314",
1301
+ "default.handlebars->39->1213",
1302
+ "default.handlebars->39->1290",
1303
+ "default.handlebars->39->1316",
1304
"sharing.handlebars->11->19",
1305
"sharing.handlebars->11->27",
1306
"sharing.handlebars->11->44",
@@ -1496,7 +1496,7 @@
1496
"zh-chs": ",{0}观看",
1497
"zh-cht": ",{0}觀看",
1498
"xloc": [
1499
- "default.handlebars->39->1206",
1499
+ "default.handlebars->39->1208",
1500
"sharing.handlebars->11->13"
1501
]
1502
},
@@ -1602,9 +1602,9 @@
1602
"xloc": [
1603
"default-mobile.handlebars->11->139",
1604
"default-mobile.handlebars->11->477",
1605
- "default.handlebars->39->1333",
1606
- "default.handlebars->39->2137",
1607
- "default.handlebars->39->2755",
1605
+ "default.handlebars->39->1335",
1606
+ "default.handlebars->39->2139",
1607
+ "default.handlebars->39->2757",
1608
"sharing.handlebars->11->50"
1609
]
1610
},
@@ -1766,7 +1766,7 @@
1766
"zh-chs": "1个活跃时段",
1767
"zh-cht": "1個活躍時段",
1768
"xloc": [
1769
- "default.handlebars->39->2645"
1769
+ "default.handlebars->39->2647"
1770
]
1771
},
1772
{
@@ -1793,7 +1793,7 @@
1793
"xloc": [
1794
"default-mobile.handlebars->11->149",
1795
"default-mobile.handlebars->11->746",
1796
- "default.handlebars->39->2161",
1796
+ "default.handlebars->39->2163",
1797
"download.handlebars->3->1",
1798
"download2.handlebars->5->1",
1799
"sharing.handlebars->11->96"
@@ -1832,7 +1832,7 @@
1832
"zh-chs": "1条连接",
1833
"zh-cht": "1位聯絡文",
1834
"xloc": [
1835
- "default.handlebars->39->1208",
1835
+ "default.handlebars->39->1210",
1836
"sharing.handlebars->11->15"
1837
]
1838
},
@@ -1885,7 +1885,7 @@
1885
"zh-chs": "1组",
1886
"zh-cht": "1群",
1887
"xloc": [
1888
- "default.handlebars->39->2604"
1888
+ "default.handlebars->39->2606"
1889
]
1890
},
1891
{
@@ -1938,7 +1938,7 @@
1938
"zh-cht": "1分鐘",
1939
"xloc": [
1940
"default.handlebars->39->1050",
1941
- "default.handlebars->39->1728"
1941
+ "default.handlebars->39->1730"
1942
]
1943
},
1944
{
@@ -2015,7 +2015,7 @@
2015
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2016
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2017
"xloc": [
2018
- "default.handlebars->39->2372"
2018
+ "default.handlebars->39->2374"
2019
]
2020
},
2021
{
@@ -2212,7 +2212,7 @@
2212
"default-mobile.handlebars->11->218",
2213
"default-mobile.handlebars->11->222",
2214
"default-mobile.handlebars->11->226",
2215
- "default.handlebars->39->2376",
2215
+ "default.handlebars->39->2378",
2216
"default.handlebars->39->394",
2217
"default.handlebars->39->397",
2218
"default.handlebars->39->401",
@@ -2400,7 +2400,7 @@
2400
"zh-cht": "10分鐘",
2401
"xloc": [
2402
"default.handlebars->39->1052",
2403
- "default.handlebars->39->1730"
2403
+ "default.handlebars->39->1732"
2404
]
2405
},
2406
{
@@ -2594,7 +2594,7 @@
2594
"zh-cht": "12小時",
2595
"xloc": [
2596
"default.handlebars->39->1060",
2597
- "default.handlebars->39->1738"
2597
+ "default.handlebars->39->1740"
2598
]
2599
},
2600
{
@@ -2748,7 +2748,7 @@
2748
"zh-cht": "15分鐘",
2749
"xloc": [
2750
"default.handlebars->39->1053",
2751
- "default.handlebars->39->1731"
2751
+ "default.handlebars->39->1733"
2752
]
2753
},
2754
{
@@ -2774,7 +2774,7 @@
2774
"zh-cht": "16小時",
2775
"xloc": [
2776
"default.handlebars->39->1061",
2777
- "default.handlebars->39->1739"
2777
+ "default.handlebars->39->1741"
2778
]
2779
},
2780
{
@@ -2931,7 +2931,7 @@
2931
"zh-cht": "2天",
2932
"xloc": [
2933
"default.handlebars->39->1063",
2934
- "default.handlebars->39->1741"
2934
+ "default.handlebars->39->1743"
2935
]
2936
},
2937
{
@@ -2957,7 +2957,7 @@
2957
"zh-cht": "2小時",
2958
"xloc": [
2959
"default.handlebars->39->1057",
2960
- "default.handlebars->39->1735"
2960
+ "default.handlebars->39->1737"
2961
]
2962
},
2963
{
@@ -3136,7 +3136,7 @@
3136
"zh-cht": "24小時",
3137
"xloc": [
3138
"default.handlebars->39->1062",
3139
- "default.handlebars->39->1740"
3139
+ "default.handlebars->39->1742"
3140
]
3141
},
3142
{
@@ -3210,7 +3210,7 @@
3210
"zh-chs": "2FA备份代码已清除",
3211
"zh-cht": "2FA備份代碼已清除",
3212
"xloc": [
3213
- "default.handlebars->39->2272"
3213
+ "default.handlebars->39->2274"
3214
]
3215
},
3216
{
@@ -3228,7 +3228,7 @@
3228
"pt-br": "2ª Etapa",
3229
"pl": "dwuetapowe",
3230
"xloc": [
3231
- "default.handlebars->39->2791"
3231
+ "default.handlebars->39->2793"
3232
]
3233
},
3234
{
@@ -3253,8 +3253,8 @@
3253
"zh-chs": "启用第二因素身份验证",
3254
"zh-cht": "啟用第二因素身份驗證",
3255
"xloc": [
3256
- "default.handlebars->39->2390",
3257
- "default.handlebars->39->2628"
3256
+ "default.handlebars->39->2392",
3257
+ "default.handlebars->39->2630"
3258
]
3259
},
3260
{
@@ -3404,7 +3404,7 @@
3404
"zh-cht": "30分鐘",
3405
"xloc": [
3406
"default.handlebars->39->1054",
3407
- "default.handlebars->39->1732"
3407
+ "default.handlebars->39->1734"
3408
]
3409
},
3410
{
@@ -3429,7 +3429,7 @@
3429
"zh-chs": "32 位",
3430
"xloc": [
3431
"default-mobile.handlebars->11->514",
3432
- "default.handlebars->39->1386"
3432
+ "default.handlebars->39->1388"
3433
]
3434
},
3435
{
@@ -3508,7 +3508,7 @@
3508
"zh-cht": "4天",
3509
"xloc": [
3510
"default.handlebars->39->1064",
3511
- "default.handlebars->39->1742"
3511
+ "default.handlebars->39->1744"
3512
]
3513
},
3514
{
@@ -3534,7 +3534,7 @@
3534
"zh-cht": "4個小時",
3535
"xloc": [
3536
"default.handlebars->39->1058",
3537
- "default.handlebars->39->1736"
3537
+ "default.handlebars->39->1738"
3538
]
3539
},
3540
{
@@ -3663,7 +3663,7 @@
3663
"zh-cht": "45分鐘",
3664
"xloc": [
3665
"default.handlebars->39->1055",
3666
- "default.handlebars->39->1733"
3666
+ "default.handlebars->39->1735"
3667
]
3668
},
3669
{
@@ -3714,7 +3714,7 @@
3714
"zh-cht": "5分鐘",
3715
"xloc": [
3716
"default.handlebars->39->1051",
3717
- "default.handlebars->39->1729"
3717
+ "default.handlebars->39->1731"
3718
]
3719
},
3720
{
@@ -3896,7 +3896,7 @@
3896
"zh-cht": "60分鐘",
3897
"xloc": [
3898
"default.handlebars->39->1056",
3899
- "default.handlebars->39->1734"
3899
+ "default.handlebars->39->1736"
3900
]
3901
},
3902
{
@@ -3973,7 +3973,7 @@
3973
"zh-chs": "64 位",
3974
"xloc": [
3975
"default-mobile.handlebars->11->516",
3976
- "default.handlebars->39->1388"
3976
+ "default.handlebars->39->1390"
3977
]
3978
},
3979
{
@@ -4142,7 +4142,7 @@
4142
"pt-br": "7 dias",
4143
"pl": "7 dni",
4144
"xloc": [
4145
- "default.handlebars->39->1743"
4145
+ "default.handlebars->39->1745"
4146
]
4147
},
4148
{
@@ -4221,7 +4221,7 @@
4221
"zh-cht": "8小時",
4222
"xloc": [
4223
"default.handlebars->39->1059",
4224
- "default.handlebars->39->1737",
4224
+ "default.handlebars->39->1739",
4225
"default.handlebars->39->497",
4226
"default.handlebars->39->511"
4227
]
@@ -4548,7 +4548,7 @@
4548
"zh-cht": "ACM",
4549
"xloc": [
4550
"default-mobile.handlebars->11->297",
4551
- "default.handlebars->39->1900",
4551
+ "default.handlebars->39->1902",
4552
"default.handlebars->39->805"
4553
]
4554
},
@@ -4643,7 +4643,7 @@
4643
"tr": "AMT-OS",
4644
"zh-chs": "操作系统",
4645
"xloc": [
4646
- "default.handlebars->39->2913"
4646
+ "default.handlebars->39->2915"
4647
]
4648
},
4649
{
@@ -4662,7 +4662,7 @@
4662
"ru": "AMT-Redir",
4663
"tr": "AMT-Yönlendirme",
4664
"xloc": [
4665
- "default.handlebars->39->2798"
4665
+ "default.handlebars->39->2800"
4666
]
4667
},
4668
{
@@ -4681,7 +4681,7 @@
4681
"ru": "AMT-WSMAN",
4682
"tr": "AMT-WSMAN",
4683
"xloc": [
4684
- "default.handlebars->39->2797"
4684
+ "default.handlebars->39->2799"
4685
]
4686
},
4687
{
@@ -4864,7 +4864,7 @@
4864
"zh-cht": "拒絕存取",
4865
"xloc": [
4866
"default-mobile.handlebars->11->607",
4867
- "default.handlebars->39->1473"
4867
+ "default.handlebars->39->1475"
4868
]
4869
},
4870
{
@@ -4940,7 +4940,7 @@
4940
"zh-chs": "访问服务器档案",
4941
"zh-cht": "存取伺服器檔案",
4942
"xloc": [
4943
- "default.handlebars->39->2563"
4943
+ "default.handlebars->39->2565"
4944
]
4945
},
4946
{
@@ -5049,9 +5049,9 @@
5049
"default-mobile.handlebars->11->264",
5050
"default-mobile.handlebars->11->266",
5051
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5052
- "default.handlebars->39->1772",
5052
"default.handlebars->39->1774",
5054
- "default.handlebars->39->2966",
5053
+ "default.handlebars->39->1776",
5054
+ "default.handlebars->39->2968",
5055
"default.handlebars->39->765",
5056
"default.handlebars->39->767"
5057
]
@@ -5078,7 +5078,7 @@
5078
"zh-chs": "帐号设定",
5079
"xloc": [
5080
"default-mobile.handlebars->11->713",
5081
- "default.handlebars->39->2842"
5081
+ "default.handlebars->39->2844"
5082
]
5083
},
5084
{
@@ -5154,7 +5154,7 @@
5154
"zh-chs": "帐户已更改:{0}",
5155
"zh-cht": "帳戶已更改:{0}",
5156
"xloc": [
5157
- "default.handlebars->39->2245"
5157
+ "default.handlebars->39->2247"
5158
]
5159
},
5160
{
@@ -5179,7 +5179,7 @@
5179
"zh-chs": "创建帐户,电子邮件为{0}",
5180
"zh-cht": "創建帳戶,電子郵件為{0}",
5181
"xloc": [
5182
- "default.handlebars->39->2244"
5182
+ "default.handlebars->39->2246"
5183
]
5184
},
5185
{
@@ -5199,7 +5199,7 @@
5199
"tr": "Hesap oluşturuldu, ad {0}.",
5200
"pt-br": "Conta criada, o nome é {0}",
5201
"xloc": [
5202
- "default.handlebars->39->2307"
5202
+ "default.handlebars->39->2309"
5203
]
5204
},
5205
{
@@ -5224,7 +5224,7 @@
5224
"zh-chs": "创建帐户,用户名是{0}",
5225
"zh-cht": "帳戶已創建,用戶名是{0}",
5226
"xloc": [
5227
- "default.handlebars->39->2243"
5227
+ "default.handlebars->39->2245"
5228
]
5229
},
5230
{
@@ -5251,8 +5251,8 @@
5251
"xloc": [
5252
"default-mobile.handlebars->11->64",
5253
"default.handlebars->39->198",
5254
- "default.handlebars->39->2392",
5255
- "default.handlebars->39->2560"
5254
+ "default.handlebars->39->2394",
5255
+ "default.handlebars->39->2562"
5256
]
5257
},
5258
{
@@ -5278,7 +5278,7 @@
5278
"zh-cht": "達到帳戶限制。",
5279
"xloc": [
5280
"default-mobile.handlebars->11->725",
5281
- "default.handlebars->39->2854",
5281
+ "default.handlebars->39->2856",
5282
"login-mobile.handlebars->5->6",
5283
"login.handlebars->5->6",
5284
"login2.handlebars->7->8"
@@ -5333,7 +5333,7 @@
5333
"zh-chs": "帐号登录",
5334
"zh-cht": "帳號登錄",
5335
"xloc": [
5336
- "default.handlebars->39->2180"
5336
+ "default.handlebars->39->2182"
5337
]
5338
},
5339
{
@@ -5357,7 +5357,7 @@
5357
"tr": "{0}, {1}, {2} adresinden hesap girişi",
5358
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5359
"xloc": [
5360
- "default.handlebars->39->2286"
5360
+ "default.handlebars->39->2288"
5361
]
5362
},
5363
{
@@ -5382,7 +5382,7 @@
5382
"zh-chs": "帐户登出",
5383
"zh-cht": "帳戶登出",
5384
"xloc": [
5385
- "default.handlebars->39->2181"
5385
+ "default.handlebars->39->2183"
5386
]
5387
},
5388
{
@@ -5434,7 +5434,7 @@
5434
"zh-chs": "帐户密码已更改:{0}",
5435
"zh-cht": "帳戶密碼已更改:{0}",
5436
"xloc": [
5437
- "default.handlebars->39->2253"
5437
+ "default.handlebars->39->2255"
5438
]
5439
},
5440
{
@@ -5459,7 +5459,7 @@
5459
"zh-chs": "帐户已删除",
5460
"zh-cht": "帳戶已刪除",
5461
"xloc": [
5462
- "default.handlebars->39->2242"
5462
+ "default.handlebars->39->2244"
5463
]
5464
},
5465
{
@@ -5510,7 +5510,7 @@
5510
"zh-cht": "指令",
5511
"xloc": [
5512
"default-mobile.handlebars->11->613",
5513
- "default.handlebars->39->1479",
5513
+ "default.handlebars->39->1481",
5514
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5515
]
5516
},
@@ -5669,7 +5669,7 @@
5669
"zh-chs": "如果ACM失败,则激活到CCM",
5670
"zh-cht": "如果ACM失敗,則激活到CCM",
5671
"xloc": [
5672
- "default.handlebars->39->1953"
5672
+ "default.handlebars->39->1955"
5673
]
5674
},
5675
{
@@ -5697,7 +5697,7 @@
5697
"default-mobile.handlebars->11->292",
5698
"default-mobile.handlebars->11->294",
5699
"default-mobile.handlebars->11->569",
5700
- "default.handlebars->39->1434",
5700
+ "default.handlebars->39->1436",
5701
"default.handlebars->39->798",
5702
"default.handlebars->39->800"
5703
]
@@ -5749,7 +5749,7 @@
5749
"zh-chs": "主动设备共享",
5750
"zh-cht": "主動設備共享",
5751
"xloc": [
5752
- "default.handlebars->39->1904",
5752
+ "default.handlebars->39->1906",
5753
"default.handlebars->39->954"
5754
]
5755
},
@@ -5774,7 +5774,7 @@
5774
"tr": "Aktif Giriş Anahtarları",
5775
"zh-chs": "活动登录令牌",
5776
"xloc": [
5777
- "default.handlebars->39->1803"
5777
+ "default.handlebars->39->1805"
5778
]
5779
},
5780
{
@@ -5861,8 +5861,8 @@
5861
"zh-chs": "添加",
5862
"xloc": [
5863
"default-mobile.handlebars->11->436",
5864
- "default.handlebars->39->1243",
5865
- "default.handlebars->39->1248"
5864
+ "default.handlebars->39->1245",
5865
+ "default.handlebars->39->1250"
5866
]
5867
},
5868
{
@@ -5929,7 +5929,7 @@
5929
"zh-chs": "添加代理",
5930
"zh-cht": "新增代理",
5931
"xloc": [
5932
- "default.handlebars->39->1896",
5932
+ "default.handlebars->39->1898",
5933
"default.handlebars->39->435"
5934
]
5935
},
@@ -5977,8 +5977,8 @@
5977
"zh-chs": "添加设备",
5978
"zh-cht": "新增裝置",
5979
"xloc": [
5980
- "default.handlebars->39->2535",
5981
- "default.handlebars->39->2694",
5980
+ "default.handlebars->39->2537",
5981
+ "default.handlebars->39->2696",
5982
"default.handlebars->39->439"
5983
]
5984
},
@@ -6029,9 +6029,9 @@
6029
"zh-chs": "添加设备组",
6030
"zh-cht": "新增裝置群",
6031
"xloc": [
6032
- "default.handlebars->39->2038",
6033
- "default.handlebars->39->2529",
6034
- "default.handlebars->39->2682",
6032
+ "default.handlebars->39->2040",
6033
+ "default.handlebars->39->2531",
6034
+ "default.handlebars->39->2684",
6035
"default.handlebars->39->355"
6036
]
6037
},
@@ -6057,7 +6057,7 @@
6057
"zh-chs": "添加设备组权限",
6058
"zh-cht": "新增裝置群權限",
6059
"xloc": [
6060
- "default.handlebars->39->2035"
6060
+ "default.handlebars->39->2037"
6061
]
6062
},
6063
{
@@ -6082,8 +6082,8 @@
6082
"zh-chs": "添加设备权限",
6083
"zh-cht": "新增裝置權限",
6084
"xloc": [
6085
- "default.handlebars->39->2040",
6086
- "default.handlebars->39->2042"
6085
+ "default.handlebars->39->2042",
6086
+ "default.handlebars->39->2044"
6087
]
6088
},
6089
{
@@ -6226,7 +6226,7 @@
6226
"zh-chs": "添加成员身份",
6227
"zh-cht": "新增成員身份",
6228
"xloc": [
6229
- "default.handlebars->39->2714"
6229
+ "default.handlebars->39->2716"
6230
]
6231
},
6232
{
@@ -6297,8 +6297,8 @@
6297
"zh-chs": "添加安全密钥",
6298
"zh-cht": "新增安全密鑰",
6299
"xloc": [
6300
- "default.handlebars->39->1518",
6301
- "default.handlebars->39->1519",
6300
+ "default.handlebars->39->1520",
6301
+ "default.handlebars->39->1521",
6302
"default.handlebars->39->229",
6303
"default.handlebars->39->231",
6304
"default.handlebars->39->234",
@@ -6353,7 +6353,7 @@
6353
"zh-chs": "添加用户设备权限",
6354
"zh-cht": "新增用戶裝置權限",
6355
"xloc": [
6356
- "default.handlebars->39->2045"
6356
+ "default.handlebars->39->2047"
6357
]
6358
},
6359
{
@@ -6378,9 +6378,9 @@
6378
"zh-chs": "添加用户组",
6379
"zh-cht": "新增用戶群",
6380
"xloc": [
6381
- "default.handlebars->39->1892",
6382
- "default.handlebars->39->2037",
6383
- "default.handlebars->39->2688",
6381
+ "default.handlebars->39->1894",
6382
+ "default.handlebars->39->2039",
6383
+ "default.handlebars->39->2690",
6384
"default.handlebars->39->947"
6385
]
6386
},
@@ -6406,7 +6406,7 @@
6406
"zh-chs": "添加用户组设备权限",
6407
"zh-cht": "新增用戶群裝置權限",
6408
"xloc": [
6409
- "default.handlebars->39->2047"
6409
+ "default.handlebars->39->2049"
6410
]
6411
},
6412
{
@@ -6478,8 +6478,8 @@
6478
"zh-chs": "添加用户",
6479
"zh-cht": "新增用戶",
6480
"xloc": [
6481
- "default.handlebars->39->1891",
6482
- "default.handlebars->39->2524"
6481
+ "default.handlebars->39->1893",
6482
+ "default.handlebars->39->2526"
6483
]
6484
},
6485
{
@@ -6504,7 +6504,7 @@
6504
"zh-chs": "将用户添加到设备组",
6505
"zh-cht": "將用戶新增到裝置群",
6506
"xloc": [
6507
- "default.handlebars->39->2034"
6507
+ "default.handlebars->39->2036"
6508
]
6509
},
6510
{
@@ -6529,7 +6529,7 @@
6529
"zh-chs": "将用户添加到用户组",
6530
"zh-cht": "將用戶新增到用戶群",
6531
"xloc": [
6532
- "default.handlebars->39->2559"
6532
+ "default.handlebars->39->2561"
6533
]
6534
},
6535
{
@@ -6700,7 +6700,7 @@
6700
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6701
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6702
"xloc": [
6703
- "default.handlebars->39->1895",
6703
+ "default.handlebars->39->1897",
6704
"default.handlebars->39->434"
6705
]
6706
},
@@ -6824,7 +6824,7 @@
6824
"zh-chs": "添加了身份验证应用程序",
6825
"zh-cht": "添加了身份驗證應用程序",
6826
"xloc": [
6827
- "default.handlebars->39->2269"
6827
+ "default.handlebars->39->2271"
6828
]
6829
},
6830
{
@@ -6849,7 +6849,7 @@
6849
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
6850
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6851
"xloc": [
6852
- "default.handlebars->39->2280"
6852
+ "default.handlebars->39->2282"
6853
]
6854
},
6855
{
@@ -6869,7 +6869,7 @@
6869
"tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6870
"pt-br": "Compartilhamento diário do dispositivo {0} adicionado.",
6871
"xloc": [
6872
- "default.handlebars->39->2317"
6872
+ "default.handlebars->39->2319"
6873
]
6874
},
6875
{
@@ -6889,7 +6889,7 @@
6889
"tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6890
"pt-br": "Compartilhamento Semanal do dispositivo {0} adicionado.",
6891
"xloc": [
6892
- "default.handlebars->39->2318"
6892
+ "default.handlebars->39->2320"
6893
]
6894
},
6895
{
@@ -6909,7 +6909,7 @@
6909
"tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6910
"pt-br": "Compartilhamento Ilimitado do dispositivo {0} adicionado.",
6911
"xloc": [
6912
- "default.handlebars->39->2310"
6912
+ "default.handlebars->39->2312"
6913
]
6914
},
6915
{
@@ -6934,8 +6934,8 @@
6934
"zh-chs": "已将设备{0}添加到设备组{1}",
6935
"zh-cht": "已將設備{0}添加到設備組{1}",
6936
"xloc": [
6937
- "default.handlebars->39->2236",
6938
- "default.handlebars->39->2263"
6937
+ "default.handlebars->39->2238",
6938
+ "default.handlebars->39->2265"
6939
]
6940
},
6941
{
@@ -6959,7 +6959,7 @@
6959
"tr": "Giriş anahtarı eklendi",
6960
"zh-chs": "添加登录令牌",
6961
"xloc": [
6962
- "default.handlebars->39->2294"
6962
+ "default.handlebars->39->2296"
6963
]
6964
},
6965
{
@@ -6983,7 +6983,7 @@
6983
"tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6984
"zh-chs": "新增推送通知认证装置",
6985
"xloc": [
6986
- "default.handlebars->39->2292"
6986
+ "default.handlebars->39->2294"
6987
]
6988
},
6989
{
@@ -7008,7 +7008,7 @@
7008
"zh-chs": "添加了安全密钥",
7009
"zh-cht": "添加了安全密鑰",
7010
"xloc": [
7011
- "default.handlebars->39->2274"
7011
+ "default.handlebars->39->2276"
7012
]
7013
},
7014
{
@@ -7033,7 +7033,7 @@
7033
"zh-chs": "已将用户组{0}添加到设备组{1}",
7034
"zh-cht": "已將用戶組{0}添加到設備組{1}",
7035
"xloc": [
7036
- "default.handlebars->39->2247"
7036
+ "default.handlebars->39->2249"
7037
]
7038
},
7039
{
@@ -7058,8 +7058,8 @@
7058
"zh-chs": "已将用户{0}添加到用户组{1}",
7059
"zh-cht": "已將用戶{0}添加到用戶組{1}",
7060
"xloc": [
7061
- "default.handlebars->39->2250",
7062
- "default.handlebars->39->2259"
7061
+ "default.handlebars->39->2252",
7062
+ "default.handlebars->39->2261"
7063
]
7064
},
7065
{
@@ -7135,7 +7135,7 @@
7135
"zh-cht": "管理員控制模式(ACM)",
7136
"xloc": [
7137
"default-mobile.handlebars->11->571",
7138
- "default.handlebars->39->1436"
7138
+ "default.handlebars->39->1438"
7139
]
7140
},
7141
{
@@ -7161,7 +7161,7 @@
7161
"zh-cht": "管理員憑證",
7162
"xloc": [
7163
"default-mobile.handlebars->11->577",
7164
- "default.handlebars->39->1442"
7164
+ "default.handlebars->39->1444"
7165
]
7166
},
7167
{
@@ -7212,7 +7212,7 @@
7212
"zh-chs": "管理领域",
7213
"zh-cht": "管理領域",
7214
"xloc": [
7215
- "default.handlebars->39->2608"
7215
+ "default.handlebars->39->2610"
7216
]
7217
},
7218
{
@@ -7263,7 +7263,7 @@
7263
"zh-chs": "管理领域",
7264
"zh-cht": "管理領域",
7265
"xloc": [
7266
- "default.handlebars->39->2457"
7266
+ "default.handlebars->39->2459"
7267
]
7268
},
7269
{
@@ -7288,7 +7288,7 @@
7288
"zh-chs": "管理员",
7289
"zh-cht": "管理員",
7290
"xloc": [
7291
- "default.handlebars->39->2384"
7291
+ "default.handlebars->39->2386"
7292
]
7293
},
7294
{
@@ -7313,7 +7313,7 @@
7313
"zh-chs": "南非文",
7314
"zh-cht": "南非文",
7315
"xloc": [
7316
- "default.handlebars->39->1521"
7316
+ "default.handlebars->39->1523"
7317
]
7318
},
7319
{
@@ -7342,9 +7342,9 @@
7342
"default-mobile.handlebars->11->256",
7343
"default-mobile.handlebars->11->313",
7344
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7345
- "default.handlebars->39->2112",
7346
- "default.handlebars->39->2125",
7347
- "default.handlebars->39->2911",
7345
+ "default.handlebars->39->2114",
7346
+ "default.handlebars->39->2127",
7347
+ "default.handlebars->39->2913",
7348
"default.handlebars->39->375",
7349
"default.handlebars->39->623",
7350
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -7373,8 +7373,8 @@
7373
"zh-chs": "代理+英特尔AMT",
7374
"zh-cht": "代理+Intel® AMT",
7375
"xloc": [
7376
- "default.handlebars->39->2114",
7377
- "default.handlebars->39->2127"
7376
+ "default.handlebars->39->2116",
7377
+ "default.handlebars->39->2129"
7378
]
7379
},
7380
{
@@ -7426,7 +7426,7 @@
7426
"zh-cht": "代理控制台",
7427
"xloc": [
7428
"default-mobile.handlebars->11->684",
7429
- "default.handlebars->39->2055"
7429
+ "default.handlebars->39->2057"
7430
]
7431
},
7432
{
@@ -7451,7 +7451,7 @@
7451
"zh-chs": "代理错误计数器",
7452
"zh-cht": "代理錯誤計數器",
7453
"xloc": [
7454
- "default.handlebars->39->2880"
7454
+ "default.handlebars->39->2882"
7455
]
7456
},
7457
{
@@ -7618,7 +7618,7 @@
7618
"tr": "Agent Kendisinin-Paylaşımı",
7619
"pt-br": "Auto compartilhamento de Agente",
7620
"xloc": [
7621
- "default.handlebars->39->1923",
7621
+ "default.handlebars->39->1925",
7622
"default.handlebars->39->973"
7623
]
7624
},
@@ -7644,7 +7644,7 @@
7644
"zh-chs": "代理时段",
7645
"zh-cht": "代理時段",
7646
"xloc": [
7647
- "default.handlebars->39->2896"
7647
+ "default.handlebars->39->2898"
7648
]
7649
},
7650
{
@@ -7741,7 +7741,7 @@
7741
"zh-chs": "代理类型",
7742
"zh-cht": "代理類型",
7743
"xloc": [
7744
- "default.handlebars->39->2123",
7744
+ "default.handlebars->39->2125",
7745
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7746
]
7747
},
@@ -7792,7 +7792,7 @@
7792
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7793
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7794
"xloc": [
7795
- "default.handlebars->39->2233"
7795
+ "default.handlebars->39->2235"
7796
]
7797
},
7798
{
@@ -7973,7 +7973,7 @@
7973
"zh-cht": "代理離線",
7974
"xloc": [
7975
"default-mobile.handlebars->11->605",
7976
- "default.handlebars->39->1471"
7976
+ "default.handlebars->39->1473"
7977
]
7978
},
7979
{
@@ -7999,7 +7999,7 @@
7999
"zh-cht": "代理在線",
8000
"xloc": [
8001
"default-mobile.handlebars->11->604",
8002
- "default.handlebars->39->1470"
8002
+ "default.handlebars->39->1472"
8003
]
8004
},
8005
{
@@ -8196,8 +8196,8 @@
8196
"zh-chs": "代理",
8197
"zh-cht": "代理",
8198
"xloc": [
8199
- "default.handlebars->39->2085",
8200
- "default.handlebars->39->2924",
8199
+ "default.handlebars->39->2087",
8200
+ "default.handlebars->39->2926",
8201
"default.handlebars->39->516"
8202
]
8203
},
@@ -8223,7 +8223,7 @@
8223
"zh-chs": "阿尔巴尼亚文",
8224
"zh-cht": "阿爾巴尼亞文",
8225
"xloc": [
8226
- "default.handlebars->39->1522"
8226
+ "default.handlebars->39->1524"
8227
]
8228
},
8229
{
@@ -8251,7 +8251,7 @@
8251
"default-mobile.handlebars->11->148",
8252
"default-mobile.handlebars->11->478",
8253
"default-mobile.handlebars->11->480",
8254
- "default.handlebars->39->2767",
8254
+ "default.handlebars->39->2769",
8255
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8256
]
8257
},
@@ -8277,7 +8277,7 @@
8277
"zh-chs": "全部可用",
8278
"zh-cht": "全部可用",
8279
"xloc": [
8280
- "default.handlebars->39->2346"
8280
+ "default.handlebars->39->2348"
8281
]
8282
},
8283
{
@@ -8287,7 +8287,7 @@
8287
"fr": "Tous les agents disponsibles",
8288
"pt-br": "Todos agentes disponíveis",
8289
"xloc": [
8290
- "default.handlebars->39->2086",
8290
+ "default.handlebars->39->2088",
8291
"default.handlebars->39->517"
8292
]
8293
},
@@ -8313,7 +8313,7 @@
8313
"zh-chs": "所有显示",
8314
"zh-cht": "所有顯示",
8315
"xloc": [
8316
- "default.handlebars->39->1281"
8316
+ "default.handlebars->39->1283"
8317
]
8318
},
8319
{
@@ -8338,7 +8338,7 @@
8338
"zh-chs": "所有事件",
8339
"zh-cht": "所有事件",
8340
"xloc": [
8341
- "default.handlebars->39->2344"
8341
+ "default.handlebars->39->2346"
8342
]
8343
},
8344
{
@@ -8363,9 +8363,9 @@
8363
"zh-chs": "全部聚焦",
8364
"zh-cht": "全部聚焦",
8365
"xloc": [
8366
- "default.handlebars->39->1213",
8366
"default.handlebars->39->1215",
8368
- "default.handlebars->39->1216"
8367
+ "default.handlebars->39->1217",
8368
+ "default.handlebars->39->1218"
8369
]
8370
},
8371
{
@@ -8414,8 +8414,8 @@
8414
"zh-chs": "允许用户管理此设备组和该组中的设备。",
8415
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8416
"xloc": [
8417
- "default.handlebars->39->2000",
8418
- "default.handlebars->39->2556"
8417
+ "default.handlebars->39->2002",
8418
+ "default.handlebars->39->2558"
8419
]
8420
},
8421
{
@@ -8440,7 +8440,7 @@
8440
"zh-chs": "允许用户管理此设备。",
8441
"zh-cht": "允許用戶管理此裝置。",
8442
"xloc": [
8443
- "default.handlebars->39->2001"
8443
+ "default.handlebars->39->2003"
8444
]
8445
},
8446
{
@@ -8537,8 +8537,14 @@
8537
"xloc": [
8538
"default-mobile.handlebars->11->429",
8539
"default-mobile.handlebars->11->433",
8540
- "default.handlebars->39->1236",
8541
- "default.handlebars->39->1240"
8540
+ "default.handlebars->39->1238",
8541
+ "default.handlebars->39->1242"
8542
+ ]
8543
+ },
8544
+ {
8545
+ "en": "Alt Shell",
8546
+ "xloc": [
8547
+ "default.handlebars->39->1205"
8548
]
8549
},
8550
{
@@ -8615,7 +8621,7 @@
8621
"zh-chs": "备用(F10 = ESC + 0)",
8622
"zh-cht": "備用(F10 = ESC + 0)",
8623
"xloc": [
8618
- "default.handlebars->39->1307",
8624
+ "default.handlebars->39->1309",
8625
"sharing.handlebars->11->37"
8626
]
8627
},
@@ -8689,9 +8695,9 @@
8695
"zh-chs": "一直通知",
8696
"zh-cht": "一直通知",
8697
"xloc": [
8692
- "default.handlebars->39->1868",
8693
- "default.handlebars->39->2515",
8694
- "default.handlebars->39->2617",
8698
+ "default.handlebars->39->1870",
8699
+ "default.handlebars->39->2517",
8700
+ "default.handlebars->39->2619",
8701
"default.handlebars->39->851"
8702
]
8703
},
@@ -8717,9 +8723,9 @@
8723
"zh-chs": "一直提示",
8724
"zh-cht": "一直提示",
8725
"xloc": [
8720
- "default.handlebars->39->1869",
8721
- "default.handlebars->39->2516",
8722
- "default.handlebars->39->2618",
8726
+ "default.handlebars->39->1871",
8727
+ "default.handlebars->39->2518",
8728
+ "default.handlebars->39->2620",
8729
"default.handlebars->39->852"
8730
]
8731
},
@@ -8965,8 +8971,8 @@
8971
"tr": "Anti-virüs etkin değil",
8972
"zh-chs": "杀毒软件未激活",
8973
"xloc": [
8968
- "default.handlebars->39->2116",
8969
- "default.handlebars->39->2130"
8974
+ "default.handlebars->39->2118",
8975
+ "default.handlebars->39->2132"
8976
]
8977
},
8978
{
@@ -9283,7 +9289,7 @@
9289
"zh-chs": "阿拉伯文(阿尔及利亚)",
9290
"zh-cht": "阿拉伯文(阿爾及利亞)",
9291
"xloc": [
9286
- "default.handlebars->39->1524"
9292
+ "default.handlebars->39->1526"
9293
]
9294
},
9295
{
@@ -9308,7 +9314,7 @@
9314
"zh-chs": "阿拉伯文(巴林)",
9315
"zh-cht": "阿拉伯文(巴林)",
9316
"xloc": [
9311
- "default.handlebars->39->1525"
9317
+ "default.handlebars->39->1527"
9318
]
9319
},
9320
{
@@ -9333,7 +9339,7 @@
9339
"zh-chs": "阿拉伯文(埃及)",
9340
"zh-cht": "阿拉伯文(埃及)",
9341
"xloc": [
9336
- "default.handlebars->39->1526"
9342
+ "default.handlebars->39->1528"
9343
]
9344
},
9345
{
@@ -9358,7 +9364,7 @@
9364
"zh-chs": "阿拉伯文(伊拉克)",
9365
"zh-cht": "阿拉伯文(伊拉克)",
9366
"xloc": [
9361
- "default.handlebars->39->1527"
9367
+ "default.handlebars->39->1529"
9368
]
9369
},
9370
{
@@ -9383,7 +9389,7 @@
9389
"zh-chs": "阿拉伯文(约旦)",
9390
"zh-cht": "阿拉伯文(約旦)",
9391
"xloc": [
9386
- "default.handlebars->39->1528"
9392
+ "default.handlebars->39->1530"
9393
]
9394
},
9395
{
@@ -9408,7 +9414,7 @@
9414
"zh-chs": "阿拉伯文(科威特)",
9415
"zh-cht": "阿拉伯文(科威特)",
9416
"xloc": [
9411
- "default.handlebars->39->1529"
9417
+ "default.handlebars->39->1531"
9418
]
9419
},
9420
{
@@ -9433,7 +9439,7 @@
9439
"zh-chs": "阿拉伯文(黎巴嫩)",
9440
"zh-cht": "阿拉伯文(黎巴嫩)",
9441
"xloc": [
9436
- "default.handlebars->39->1530"
9442
+ "default.handlebars->39->1532"
9443
]
9444
},
9445
{
@@ -9458,7 +9464,7 @@
9464
"zh-chs": "阿拉伯文(利比亚)",
9465
"zh-cht": "阿拉伯文(利比亞)",
9466
"xloc": [
9461
- "default.handlebars->39->1531"
9467
+ "default.handlebars->39->1533"
9468
]
9469
},
9470
{
@@ -9483,7 +9489,7 @@
9489
"zh-chs": "阿拉伯文(摩洛哥)",
9490
"zh-cht": "阿拉伯文(摩洛哥)",
9491
"xloc": [
9486
- "default.handlebars->39->1532"
9492
+ "default.handlebars->39->1534"
9493
]
9494
},
9495
{
@@ -9508,7 +9514,7 @@
9514
"zh-chs": "阿拉伯文(阿曼)",
9515
"zh-cht": "阿拉伯文(阿曼)",
9516
"xloc": [
9511
- "default.handlebars->39->1533"
9517
+ "default.handlebars->39->1535"
9518
]
9519
},
9520
{
@@ -9533,7 +9539,7 @@
9539
"zh-chs": "阿拉伯文(卡塔尔)",
9540
"zh-cht": "阿拉伯文(卡塔爾)",
9541
"xloc": [
9536
- "default.handlebars->39->1534"
9542
+ "default.handlebars->39->1536"
9543
]
9544
},
9545
{
@@ -9558,7 +9564,7 @@
9564
"zh-chs": "阿拉伯文(沙特阿拉伯)",
9565
"zh-cht": "阿拉伯文(沙特阿拉伯)",
9566
"xloc": [
9561
- "default.handlebars->39->1535"
9567
+ "default.handlebars->39->1537"
9568
]
9569
},
9570
{
@@ -9583,7 +9589,7 @@
9589
"zh-chs": "阿拉伯文(标准)",
9590
"zh-cht": "阿拉伯文(標準)",
9591
"xloc": [
9586
- "default.handlebars->39->1523"
9592
+ "default.handlebars->39->1525"
9593
]
9594
},
9595
{
@@ -9608,7 +9614,7 @@
9614
"zh-chs": "阿拉伯文(叙利亚)",
9615
"zh-cht": "阿拉伯文(敘利亞)",
9616
"xloc": [
9611
- "default.handlebars->39->1536"
9617
+ "default.handlebars->39->1538"
9618
]
9619
},
9620
{
@@ -9633,7 +9639,7 @@
9639
"zh-chs": "阿拉伯文(突尼斯)",
9640
"zh-cht": "阿拉伯文(突尼斯)",
9641
"xloc": [
9636
- "default.handlebars->39->1537"
9642
+ "default.handlebars->39->1539"
9643
]
9644
},
9645
{
@@ -9658,7 +9664,7 @@
9664
"zh-chs": "阿拉伯文(阿联酋)",
9665
"zh-cht": "阿拉伯文(阿聯酋)",
9666
"xloc": [
9661
- "default.handlebars->39->1538"
9667
+ "default.handlebars->39->1540"
9668
]
9669
},
9670
{
@@ -9683,7 +9689,7 @@
9689
"zh-chs": "阿拉伯文(也门)",
9690
"zh-cht": "阿拉伯文(也門)",
9691
"xloc": [
9686
- "default.handlebars->39->1539"
9692
+ "default.handlebars->39->1541"
9693
]
9694
},
9695
{
@@ -9708,7 +9714,7 @@
9714
"zh-chs": "阿拉贡文",
9715
"zh-cht": "阿拉貢文",
9716
"xloc": [
9711
- "default.handlebars->39->1540"
9717
+ "default.handlebars->39->1542"
9718
]
9719
},
9720
{
@@ -9736,9 +9742,9 @@
9742
"default-mobile.handlebars->11->513",
9743
"default-mobile.handlebars->11->515",
9744
"default-mobile.handlebars->11->517",
9739
- "default.handlebars->39->1385",
9745
"default.handlebars->39->1387",
9741
- "default.handlebars->39->1389"
9746
+ "default.handlebars->39->1389",
9747
+ "default.handlebars->39->1391"
9748
]
9749
},
9750
{
@@ -9789,7 +9795,7 @@
9795
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9796
"xloc": [
9797
"default-mobile.handlebars->11->645",
9792
- "default.handlebars->39->1967"
9798
+ "default.handlebars->39->1969"
9799
]
9800
},
9801
{
@@ -9889,7 +9895,7 @@
9895
"zh-chs": "您确定要{0}插件吗:{1}",
9896
"zh-cht": "你確定要{0}外掛嗎:{1}",
9897
"xloc": [
9892
- "default.handlebars->39->2975"
9898
+ "default.handlebars->39->2977"
9899
]
9900
},
9901
{
@@ -9939,7 +9945,7 @@
9945
"zh-chs": "亚美尼亚文",
9946
"zh-cht": "亞美尼亞文",
9947
"xloc": [
9942
- "default.handlebars->39->1541"
9948
+ "default.handlebars->39->1543"
9949
]
9950
},
9951
{
@@ -10014,7 +10020,7 @@
10020
"zh-chs": "阿萨姆文",
10021
"zh-cht": "阿薩姆文",
10022
"xloc": [
10017
- "default.handlebars->39->1542"
10023
+ "default.handlebars->39->1544"
10024
]
10025
},
10026
{
@@ -10159,7 +10165,7 @@
10165
"zh-chs": "阿斯图里亚斯文",
10166
"zh-cht": "阿斯圖里亞斯文",
10167
"xloc": [
10162
- "default.handlebars->39->1543"
10168
+ "default.handlebars->39->1545"
10169
]
10170
},
10171
{
@@ -10184,7 +10190,7 @@
10190
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
10191
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
10192
"xloc": [
10187
- "default.handlebars->39->2202"
10193
+ "default.handlebars->39->2204"
10194
]
10195
},
10196
{
@@ -10233,10 +10239,10 @@
10239
"default-mobile.handlebars->11->454",
10240
"default-mobile.handlebars->11->462",
10241
"default-mobile.handlebars->11->471",
10236
- "default.handlebars->39->1289",
10237
- "default.handlebars->39->1298",
10238
- "default.handlebars->39->1316",
10239
- "default.handlebars->39->1324",
10242
+ "default.handlebars->39->1291",
10243
+ "default.handlebars->39->1300",
10244
+ "default.handlebars->39->1318",
10245
+ "default.handlebars->39->1326",
10246
"ssh.handlebars->3->14",
10247
"ssh.handlebars->3->15",
10248
"ssh.handlebars->3->5"
@@ -10264,7 +10270,7 @@
10270
"zh-chs": "认证软件",
10271
"zh-cht": "認證軟體",
10272
"xloc": [
10267
- "default.handlebars->39->2621"
10273
+ "default.handlebars->39->2623"
10274
]
10275
},
10276
{
@@ -10288,9 +10294,9 @@
10294
"tr": "Kimlik Doğrulama Cihazı",
10295
"zh-chs": "认证设备",
10296
"xloc": [
10291
- "default.handlebars->39->1504",
10297
"default.handlebars->39->1506",
10293
- "default.handlebars->39->1510"
10298
+ "default.handlebars->39->1508",
10299
+ "default.handlebars->39->1512"
10300
]
10301
},
10302
{
@@ -10316,8 +10322,8 @@
10322
"xloc": [
10323
"default-mobile.handlebars->11->455",
10324
"default-mobile.handlebars->11->472",
10319
- "default.handlebars->39->1300",
10320
- "default.handlebars->39->1325"
10325
+ "default.handlebars->39->1302",
10326
+ "default.handlebars->39->1327"
10327
]
10328
},
10329
{
@@ -10346,8 +10352,8 @@
10352
"default-mobile.handlebars->11->104",
10353
"default-mobile.handlebars->11->68",
10354
"default-mobile.handlebars->11->71",
10349
- "default.handlebars->39->1500",
10355
"default.handlebars->39->1502",
10356
+ "default.handlebars->39->1504",
10357
"default.handlebars->39->204",
10358
"default.handlebars->39->209"
10359
]
@@ -10469,8 +10475,8 @@
10475
"zh-chs": "自动删除",
10476
"zh-cht": "自動刪除",
10477
"xloc": [
10472
- "default.handlebars->39->1853",
10473
- "default.handlebars->39->2337"
10478
+ "default.handlebars->39->1855",
10479
+ "default.handlebars->39->2339"
10480
]
10481
},
10482
{
@@ -10524,7 +10530,7 @@
10530
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10531
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10532
"xloc": [
10527
- "default.handlebars->39->2283"
10533
+ "default.handlebars->39->2285"
10534
]
10535
},
10536
{
@@ -10618,7 +10624,7 @@
10624
"tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10625
"zh-chs": "自动移除非活动设备",
10626
"xloc": [
10621
- "default.handlebars->39->1995"
10627
+ "default.handlebars->39->1997"
10628
]
10629
},
10630
{
@@ -10643,7 +10649,7 @@
10649
"zh-chs": "可用內存",
10650
"zh-cht": "可用內存",
10651
"xloc": [
10646
- "default.handlebars->39->2905"
10652
+ "default.handlebars->39->2907"
10653
]
10654
},
10655
{
@@ -10668,7 +10674,7 @@
10674
"zh-chs": "阿塞拜疆文",
10675
"zh-cht": "阿塞拜疆文",
10676
"xloc": [
10671
- "default.handlebars->39->1544"
10677
+ "default.handlebars->39->1546"
10678
]
10679
},
10680
{
@@ -10723,7 +10729,7 @@
10729
"zh-cht": "的BIOS",
10730
"xloc": [
10731
"default-mobile.handlebars->11->583",
10726
- "default.handlebars->39->1448"
10732
+ "default.handlebars->39->1450"
10733
]
10734
},
10735
{
@@ -10834,7 +10840,7 @@
10840
"zh-chs": "退格",
10841
"xloc": [
10842
"default-mobile.handlebars->11->412",
10837
- "default.handlebars->39->1219"
10843
+ "default.handlebars->39->1221"
10844
]
10845
},
10846
{
@@ -10884,8 +10890,8 @@
10890
"zh-chs": "背景与互动",
10891
"zh-cht": "背景與互動",
10892
"xloc": [
10887
- "default.handlebars->39->2092",
10888
- "default.handlebars->39->2099",
10893
+ "default.handlebars->39->2094",
10894
+ "default.handlebars->39->2101",
10895
"default.handlebars->39->503",
10896
"default.handlebars->39->523"
10897
]
@@ -10912,8 +10918,8 @@
10918
"zh-chs": "仅背景",
10919
"zh-cht": "僅背景",
10920
"xloc": [
10915
- "default.handlebars->39->2093",
10916
- "default.handlebars->39->2100",
10921
+ "default.handlebars->39->2095",
10922
+ "default.handlebars->39->2102",
10923
"default.handlebars->39->504",
10924
"default.handlebars->39->524",
10925
"default.handlebars->39->540"
@@ -10967,8 +10973,8 @@
10973
"zh-chs": "备用码",
10974
"zh-cht": "備用碼",
10975
"xloc": [
10970
- "default.handlebars->39->2624",
10971
- "default.handlebars->39->2815"
10976
+ "default.handlebars->39->2626",
10977
+ "default.handlebars->39->2817"
10978
]
10979
},
10980
{
@@ -11022,7 +11028,7 @@
11028
"zh-chs": "错误的签名",
11029
"zh-cht": "錯誤的簽名",
11030
"xloc": [
11025
- "default.handlebars->39->2887"
11031
+ "default.handlebars->39->2889"
11032
]
11033
},
11034
{
@@ -11047,7 +11053,7 @@
11053
"zh-chs": "错误的网络证书",
11054
"zh-cht": "錯誤的網絡憑證",
11055
"xloc": [
11050
- "default.handlebars->39->2886"
11056
+ "default.handlebars->39->2888"
11057
]
11058
},
11059
{
@@ -11072,7 +11078,7 @@
11078
"zh-chs": "巴斯克",
11079
"zh-cht": "巴斯克",
11080
"xloc": [
11075
- "default.handlebars->39->1545"
11081
+ "default.handlebars->39->1547"
11082
]
11083
},
11084
{
@@ -11147,7 +11153,7 @@
11153
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
11154
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
11155
"xloc": [
11150
- "default.handlebars->39->2282"
11156
+ "default.handlebars->39->2284"
11157
]
11158
},
11159
{
@@ -11172,7 +11178,7 @@
11178
"zh-chs": "白俄罗斯文",
11179
"zh-cht": "白俄羅斯文",
11180
"xloc": [
11175
- "default.handlebars->39->1547"
11181
+ "default.handlebars->39->1549"
11182
]
11183
},
11184
{
@@ -11197,7 +11203,7 @@
11203
"zh-chs": "孟加拉",
11204
"zh-cht": "孟加拉",
11205
"xloc": [
11200
- "default.handlebars->39->1548"
11206
+ "default.handlebars->39->1550"
11207
]
11208
},
11209
{
@@ -11271,7 +11277,7 @@
11277
"zh-chs": "引导加载程序",
11278
"xloc": [
11279
"default-mobile.handlebars->11->547",
11274
- "default.handlebars->39->1402"
11280
+ "default.handlebars->39->1404"
11281
]
11282
},
11283
{
@@ -11296,7 +11302,7 @@
11302
"zh-chs": "波斯尼亚文",
11303
"zh-cht": "波斯尼亞文",
11304
"xloc": [
11299
- "default.handlebars->39->1549"
11305
+ "default.handlebars->39->1551"
11306
]
11307
},
11308
{
@@ -11321,7 +11327,7 @@
11327
"zh-chs": "布列塔尼",
11328
"zh-cht": "布列塔尼",
11329
"xloc": [
11324
- "default.handlebars->39->1550"
11330
+ "default.handlebars->39->1552"
11331
]
11332
},
11333
{
@@ -11346,7 +11352,7 @@
11352
"zh-chs": "广播",
11353
"zh-cht": "廣播",
11354
"xloc": [
11349
- "default.handlebars->39->2522",
11355
+ "default.handlebars->39->2524",
11356
"default.handlebars->container->column_l->p4->3->1->0->3->1"
11357
]
11358
},
@@ -11372,7 +11378,7 @@
11378
"zh-chs": "广播消息",
11379
"zh-cht": "廣播消息",
11380
"xloc": [
11375
- "default.handlebars->39->2439"
11381
+ "default.handlebars->39->2441"
11382
]
11383
},
11384
{
@@ -11397,7 +11403,7 @@
11403
"zh-chs": "向所有连接的用户广播消息。",
11404
"zh-cht": "向所有連接的用戶廣播消息。",
11405
"xloc": [
11400
- "default.handlebars->39->2434"
11406
+ "default.handlebars->39->2436"
11407
]
11408
},
11409
{
@@ -11407,7 +11413,7 @@
11413
"fr": "Navigateur",
11414
"pt-br": "Navegador",
11415
"xloc": [
11410
- "default.handlebars->39->2789"
11416
+ "default.handlebars->39->2791"
11417
]
11418
},
11419
{
@@ -11464,7 +11470,7 @@
11470
"zh-chs": "保加利亚文",
11471
"zh-cht": "保加利亞文",
11472
"xloc": [
11467
- "default.handlebars->39->1546"
11473
+ "default.handlebars->39->1548"
11474
]
11475
},
11476
{
@@ -11489,7 +11495,7 @@
11495
"zh-chs": "缅甸文",
11496
"zh-cht": "緬甸文",
11497
"xloc": [
11492
- "default.handlebars->39->1551"
11498
+ "default.handlebars->39->1553"
11499
]
11500
},
11501
{
@@ -11513,7 +11519,7 @@
11519
"tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11520
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11521
"xloc": [
11516
- "default.handlebars->39->1997"
11522
+ "default.handlebars->39->1999"
11523
]
11524
},
11525
{
@@ -11537,7 +11543,7 @@
11543
"tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11544
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11545
"xloc": [
11540
- "default.handlebars->39->1998"
11546
+ "default.handlebars->39->2000"
11547
]
11548
},
11549
{
@@ -11557,7 +11563,7 @@
11563
"tr": "Bayt Girişi",
11564
"pt-br": "Entrada de Bytes",
11565
"xloc": [
11560
- "default.handlebars->39->2785"
11566
+ "default.handlebars->39->2787"
11567
]
11568
},
11569
{
@@ -11577,7 +11583,7 @@
11583
"tr": "Bayt Bitti",
11584
"pt-br": "Saída de Bytes",
11585
"xloc": [
11580
- "default.handlebars->39->2786"
11586
+ "default.handlebars->39->2788"
11587
]
11588
},
11589
{
@@ -11637,7 +11643,7 @@
11643
"zh-chs": "CCM模式",
11644
"zh-cht": "CCM模式",
11645
"xloc": [
11640
- "default.handlebars->39->1950"
11646
+ "default.handlebars->39->1952"
11647
]
11648
},
11649
{
@@ -11663,7 +11669,7 @@
11669
"zh-cht": "CIRA",
11670
"xloc": [
11671
"default-mobile.handlebars->11->257",
11666
- "default.handlebars->39->2912",
11672
+ "default.handlebars->39->2914",
11673
"default.handlebars->39->377",
11674
"default.handlebars->39->625"
11675
]
@@ -11690,7 +11696,7 @@
11696
"zh-chs": "CIRA服务器",
11697
"zh-cht": "CIRA伺服器",
11698
"xloc": [
11693
- "default.handlebars->39->2959"
11699
+ "default.handlebars->39->2961"
11700
]
11701
},
11702
{
@@ -11715,7 +11721,7 @@
11721
"zh-chs": "CIRA服务器命令",
11722
"zh-cht": "CIRA伺服器指令",
11723
"xloc": [
11718
- "default.handlebars->39->2960"
11724
+ "default.handlebars->39->2962"
11725
]
11726
},
11727
{
@@ -11760,7 +11766,7 @@
11766
"zh-chs": "CIRA设置",
11767
"zh-cht": "CIRA設置",
11768
"xloc": [
11763
- "default.handlebars->39->1958"
11769
+ "default.handlebars->39->1960"
11770
]
11771
},
11772
{
@@ -11786,8 +11792,8 @@
11792
"zh-cht": "CPU",
11793
"xloc": [
11794
"default-mobile.handlebars->11->589",
11789
- "default.handlebars->39->1454",
11790
- "default.handlebars->39->2936",
11795
+ "default.handlebars->39->1456",
11796
+ "default.handlebars->39->2938",
11797
"default.handlebars->container->column_l->p40->3->1->p40type->5"
11798
]
11799
},
@@ -11813,7 +11819,7 @@
11819
"zh-chs": "CPU负载",
11820
"zh-cht": "CPU負載",
11821
"xloc": [
11816
- "default.handlebars->39->2901"
11822
+ "default.handlebars->39->2903"
11823
]
11824
},
11825
{
@@ -11838,7 +11844,7 @@
11844
"zh-chs": "最近15分钟的CPU负载",
11845
"zh-cht": "最近15分鐘的CPU負載",
11846
"xloc": [
11841
- "default.handlebars->39->2904"
11847
+ "default.handlebars->39->2906"
11848
]
11849
},
11850
{
@@ -11863,7 +11869,7 @@
11869
"zh-chs": "最近5分钟的CPU负载",
11870
"zh-cht": "最近5分鐘的CPU負載",
11871
"xloc": [
11866
- "default.handlebars->39->2903"
11872
+ "default.handlebars->39->2905"
11873
]
11874
},
11875
{
@@ -11888,7 +11894,7 @@
11894
"zh-chs": "最近一分钟的CPU负载",
11895
"zh-cht": "最近一分鐘的CPU負載",
11896
"xloc": [
11891
- "default.handlebars->39->2902"
11897
+ "default.handlebars->39->2904"
11898
]
11899
},
11900
{
@@ -11913,8 +11919,8 @@
11919
"zh-chs": "CR+LF",
11920
"zh-cht": "CR+LF",
11921
"xloc": [
11916
- "default.handlebars->39->1286",
11917
- "default.handlebars->39->1309",
11922
+ "default.handlebars->39->1288",
11923
+ "default.handlebars->39->1311",
11924
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
11925
"sharing.handlebars->11->25",
11926
"sharing.handlebars->11->39",
@@ -11943,7 +11949,7 @@
11949
"zh-chs": "CSV",
11950
"zh-cht": "CSV",
11951
"xloc": [
11946
- "default.handlebars->39->2354"
11952
+ "default.handlebars->39->2356"
11953
]
11954
},
11955
{
@@ -11968,8 +11974,8 @@
11974
"zh-chs": "CSV格式",
11975
"zh-cht": "CSV格式",
11976
"xloc": [
11971
- "default.handlebars->39->2358",
11972
- "default.handlebars->39->2426",
11977
+ "default.handlebars->39->2360",
11978
+ "default.handlebars->39->2428",
11979
"default.handlebars->39->696"
11980
]
11981
},
@@ -12017,7 +12023,7 @@
12023
"zh-chs": "呼叫错误",
12024
"zh-cht": "呼叫錯誤",
12025
"xloc": [
12020
- "default.handlebars->39->2976"
12026
+ "default.handlebars->39->2978"
12027
]
12028
},
12029
{
@@ -12065,8 +12071,8 @@
12071
"agent-translations.json",
12072
"default-mobile.handlebars->11->113",
12073
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
12068
- "default.handlebars->39->1823",
12069
- "default.handlebars->39->2965",
12074
+ "default.handlebars->39->1825",
12075
+ "default.handlebars->39->2967",
12076
"default.handlebars->39->476",
12077
"default.handlebars->container->dialog->idx_dlgButtonBar",
12078
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -12152,9 +12158,9 @@
12158
"default-mobile.handlebars->11->594",
12159
"default-mobile.handlebars->11->599",
12160
"default-mobile.handlebars->11->601",
12155
- "default.handlebars->39->1459",
12156
- "default.handlebars->39->1464",
12157
- "default.handlebars->39->1466"
12161
+ "default.handlebars->39->1461",
12162
+ "default.handlebars->39->1466",
12163
+ "default.handlebars->39->1468"
12164
]
12165
},
12166
{
@@ -12180,7 +12186,7 @@
12186
"zh-cht": "容量/速度",
12187
"xloc": [
12188
"default-mobile.handlebars->11->592",
12183
- "default.handlebars->39->1457"
12189
+ "default.handlebars->39->1459"
12190
]
12191
},
12192
{
@@ -12205,7 +12211,7 @@
12211
"zh-chs": "加泰罗尼亚文",
12212
"zh-cht": "加泰羅尼亞文",
12213
"xloc": [
12208
- "default.handlebars->39->1552"
12214
+ "default.handlebars->39->1554"
12215
]
12216
},
12217
{
@@ -12302,7 +12308,7 @@
12308
"zh-chs": "查莫罗",
12309
"zh-cht": "查莫羅",
12310
"xloc": [
12305
- "default.handlebars->39->1553"
12311
+ "default.handlebars->39->1555"
12312
]
12313
},
12314
{
@@ -12354,7 +12360,7 @@
12360
"zh-chs": "更改{0}的电邮",
12361
"zh-cht": "更改{0}的電郵",
12362
"xloc": [
12357
- "default.handlebars->39->2669"
12363
+ "default.handlebars->39->2671"
12364
]
12365
},
12366
{
@@ -12407,8 +12413,8 @@
12413
"zh-cht": "更改密碼",
12414
"xloc": [
12415
"default-mobile.handlebars->11->121",
12410
- "default.handlebars->39->1769",
12411
- "default.handlebars->39->2642"
12416
+ "default.handlebars->39->1771",
12417
+ "default.handlebars->39->2644"
12418
]
12419
},
12420
{
@@ -12433,7 +12439,7 @@
12439
"zh-chs": "更改{0}的密码",
12440
"zh-cht": "更改{0}的密碼",
12441
"xloc": [
12436
- "default.handlebars->39->2678"
12442
+ "default.handlebars->39->2680"
12443
]
12444
},
12445
{
@@ -12458,7 +12464,7 @@
12464
"zh-chs": "更改{0}的真实名称",
12465
"zh-cht": "更改{0}的真實名稱",
12466
"xloc": [
12461
- "default.handlebars->39->2664"
12467
+ "default.handlebars->39->2666"
12468
]
12469
},
12470
{
@@ -12605,7 +12611,7 @@
12611
"zh-chs": "更改该用户的密码",
12612
"zh-cht": "更改該用戶的密碼",
12613
"xloc": [
12608
- "default.handlebars->39->2641"
12614
+ "default.handlebars->39->2643"
12615
]
12616
},
12617
{
@@ -12655,7 +12661,7 @@
12661
"zh-chs": "在此处更改您的帐户电邮地址。",
12662
"zh-cht": "在此處更改你的帳戶電郵地址。",
12663
"xloc": [
12658
- "default.handlebars->39->1756"
12664
+ "default.handlebars->39->1758"
12665
]
12666
},
12667
{
@@ -12680,7 +12686,7 @@
12686
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12687
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12688
"xloc": [
12683
- "default.handlebars->39->1762"
12689
+ "default.handlebars->39->1764"
12690
]
12691
},
12692
{
@@ -12705,7 +12711,7 @@
12711
"zh-chs": "更改帐户凭据",
12712
"zh-cht": "帳戶憑證已更改",
12713
"xloc": [
12708
- "default.handlebars->39->2254"
12714
+ "default.handlebars->39->2256"
12715
]
12716
},
12717
{
@@ -12725,7 +12731,7 @@
12731
"tr": "Hesap görünen adı {0} olarak değiştirildi.",
12732
"pt-br": "Nome de exibição da conta alterado para {0}",
12733
"xloc": [
12728
- "default.handlebars->39->2306"
12734
+ "default.handlebars->39->2308"
12735
]
12736
},
12737
{
@@ -12750,8 +12756,8 @@
12756
"zh-chs": "{1}组中的设备{0}已更改:{2}",
12757
"zh-cht": "{1}組中的設備{0}已更改:{2}",
12758
"xloc": [
12753
- "default.handlebars->39->2238",
12754
- "default.handlebars->39->2319"
12759
+ "default.handlebars->39->2240",
12760
+ "default.handlebars->39->2321"
12761
]
12762
},
12763
{
@@ -12776,7 +12782,7 @@
12782
"zh-chs": "语言从{1}更改为{2}",
12783
"zh-cht": "語言從{1}更改為{2}",
12784
"xloc": [
12779
- "default.handlebars->39->2182"
12785
+ "default.handlebars->39->2184"
12786
]
12787
},
12788
{
@@ -12801,8 +12807,8 @@
12807
"zh-chs": "已更改{0}的用户设备权限",
12808
"zh-cht": "已更改{0}的用戶設備權限",
12809
"xloc": [
12804
- "default.handlebars->39->2240",
12805
- "default.handlebars->39->2261"
12810
+ "default.handlebars->39->2242",
12811
+ "default.handlebars->39->2263"
12812
]
12813
},
12814
{
@@ -12848,7 +12854,7 @@
12854
"zh-chs": "更改语言将需要刷新页面。",
12855
"zh-cht": "更改語言將需要刷新頁面。",
12856
"xloc": [
12851
- "default.handlebars->39->1720"
12857
+ "default.handlebars->39->1722"
12858
]
12859
},
12860
{
@@ -12875,9 +12881,9 @@
12881
"xloc": [
12882
"default.handlebars->39->1000",
12883
"default.handlebars->39->1022",
12878
- "default.handlebars->39->2375",
12879
- "default.handlebars->39->2637",
12880
- "default.handlebars->39->2638",
12884
+ "default.handlebars->39->2377",
12885
+ "default.handlebars->39->2639",
12886
+ "default.handlebars->39->2640",
12887
"default.handlebars->39->894"
12888
]
12889
},
@@ -12905,8 +12911,8 @@
12911
"xloc": [
12912
"default-mobile.handlebars->11->674",
12913
"default-mobile.handlebars->11->694",
12908
- "default.handlebars->39->2029",
12909
- "default.handlebars->39->2066"
12914
+ "default.handlebars->39->2031",
12915
+ "default.handlebars->39->2068"
12916
]
12917
},
12918
{
@@ -12931,7 +12937,7 @@
12937
"zh-chs": "聊天请求,点击这里接受。",
12938
"xloc": [
12939
"default-mobile.handlebars->11->726",
12934
- "default.handlebars->39->2855"
12940
+ "default.handlebars->39->2857"
12941
]
12942
},
12943
{
@@ -12981,7 +12987,7 @@
12987
"zh-chs": "车臣",
12988
"zh-cht": "車臣",
12989
"xloc": [
12984
- "default.handlebars->39->1554"
12990
+ "default.handlebars->39->1556"
12991
]
12992
},
12993
{
@@ -13106,8 +13112,8 @@
13112
"zh-chs": "检查...",
13113
"zh-cht": "檢查...",
13114
"xloc": [
13109
- "default.handlebars->39->1520",
13110
- "default.handlebars->39->2970"
13115
+ "default.handlebars->39->1522",
13116
+ "default.handlebars->39->2972"
13117
]
13118
},
13119
{
@@ -13132,7 +13138,7 @@
13138
"zh-chs": "中文",
13139
"zh-cht": "中文",
13140
"xloc": [
13135
- "default.handlebars->39->1555"
13141
+ "default.handlebars->39->1557"
13142
]
13143
},
13144
{
@@ -13157,7 +13163,7 @@
13163
"zh-chs": "中文(香港)",
13164
"zh-cht": "中文(香港)",
13165
"xloc": [
13160
- "default.handlebars->39->1556"
13166
+ "default.handlebars->39->1558"
13167
]
13168
},
13169
{
@@ -13182,7 +13188,7 @@
13188
"zh-chs": "中文(中国)",
13189
"zh-cht": "中文(中國)",
13190
"xloc": [
13185
- "default.handlebars->39->1557"
13191
+ "default.handlebars->39->1559"
13192
]
13193
},
13194
{
@@ -13207,7 +13213,7 @@
13213
"zh-chs": "简体中文",
13214
"zh-cht": "簡體中文",
13215
"xloc": [
13210
- "default.handlebars->39->1717"
13216
+ "default.handlebars->39->1719"
13217
]
13218
},
13219
{
@@ -13232,7 +13238,7 @@
13238
"zh-chs": "中文(新加坡)",
13239
"zh-cht": "中文(新加坡)",
13240
"xloc": [
13235
- "default.handlebars->39->1558"
13241
+ "default.handlebars->39->1560"
13242
]
13243
},
13244
{
@@ -13257,7 +13263,7 @@
13263
"zh-chs": "中文(台湾)",
13264
"zh-cht": "中文(台灣)",
13265
"xloc": [
13260
- "default.handlebars->39->1559"
13266
+ "default.handlebars->39->1561"
13267
]
13268
},
13269
{
@@ -13282,7 +13288,7 @@
13288
"zh-chs": "繁体中文",
13289
"zh-cht": "繁體中文",
13290
"xloc": [
13285
- "default.handlebars->39->1718"
13291
+ "default.handlebars->39->1720"
13292
]
13293
},
13294
{
@@ -13333,7 +13339,7 @@
13339
"zh-chs": "楚瓦什",
13340
"zh-cht": "楚瓦什",
13341
"xloc": [
13336
- "default.handlebars->39->1560"
13342
+ "default.handlebars->39->1562"
13343
]
13344
},
13345
{
@@ -13387,11 +13393,11 @@
13393
"default-mobile.handlebars->11->503",
13394
"default-mobile.handlebars->11->78",
13395
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
13390
- "default.handlebars->39->1359",
13396
"default.handlebars->39->1361",
13397
"default.handlebars->39->1363",
13398
"default.handlebars->39->1365",
13394
- "default.handlebars->39->2176",
13399
+ "default.handlebars->39->1367",
13400
+ "default.handlebars->39->2178",
13401
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13402
"default.handlebars->container->column_l->p41->3->1",
13403
"messenger.handlebars->xbottom->1->1->0->5",
@@ -13548,7 +13554,7 @@
13554
"zh-cht": "全部清除",
13555
"xloc": [
13556
"default-mobile.handlebars->11->709",
13551
- "default.handlebars->39->2838"
13557
+ "default.handlebars->39->2840"
13558
]
13559
},
13560
{
@@ -13600,7 +13606,7 @@
13606
"zh-cht": "清除核心",
13607
"xloc": [
13608
"default-mobile.handlebars->11->615",
13603
- "default.handlebars->39->1481"
13609
+ "default.handlebars->39->1483"
13610
]
13611
},
13612
{
@@ -13651,7 +13657,7 @@
13657
"zh-cht": "清除此通知",
13658
"xloc": [
13659
"default-mobile.handlebars->11->708",
13654
- "default.handlebars->39->2837"
13660
+ "default.handlebars->39->2839"
13661
]
13662
},
13663
{
@@ -13736,8 +13742,8 @@
13742
"zh-chs": "单击此处编辑设备组名称",
13743
"zh-cht": "單擊此處編輯裝置群名稱",
13744
"xloc": [
13739
- "default.handlebars->39->1834",
13740
- "default.handlebars->39->2121"
13745
+ "default.handlebars->39->1836",
13746
+ "default.handlebars->39->2123"
13747
]
13748
},
13749
{
@@ -13787,7 +13793,7 @@
13793
"zh-chs": "单击此处编辑用户组名称",
13794
"zh-cht": "單擊此處編輯用戶群名稱",
13795
"xloc": [
13790
- "default.handlebars->39->2496"
13796
+ "default.handlebars->39->2498"
13797
]
13798
},
13799
{
@@ -13910,7 +13916,7 @@
13916
"zh-cht": "單擊確定將驗證電郵發送到:",
13917
"xloc": [
13918
"default-mobile.handlebars->11->106",
13913
- "default.handlebars->39->1753"
13919
+ "default.handlebars->39->1755"
13920
]
13921
},
13922
{
@@ -14004,7 +14010,7 @@
14010
"zh-cht": "客戶端控制模式(CCM)",
14011
"xloc": [
14012
"default-mobile.handlebars->11->570",
14007
- "default.handlebars->39->1435"
14013
+ "default.handlebars->39->1437"
14014
]
14015
},
14016
{
@@ -14029,7 +14035,7 @@
14035
"zh-chs": "客户编号",
14036
"zh-cht": "客戶編號",
14037
"xloc": [
14032
- "default.handlebars->39->1816"
14038
+ "default.handlebars->39->1818"
14039
]
14040
},
14041
{
@@ -14054,7 +14060,7 @@
14060
"zh-chs": "客户端启动的远程访问",
14061
"zh-cht": "客戶端啟動的遠程訪問",
14062
"xloc": [
14057
- "default.handlebars->39->1957"
14063
+ "default.handlebars->39->1959"
14064
]
14065
},
14066
{
@@ -14079,7 +14085,7 @@
14085
"zh-chs": "客户机密",
14086
"zh-cht": "客戶機密",
14087
"xloc": [
14082
- "default.handlebars->39->1817"
14088
+ "default.handlebars->39->1819"
14089
]
14090
},
14091
{
@@ -14132,11 +14138,11 @@
14138
"xloc": [
14139
"agent-translations.json",
14140
"default-mobile.handlebars->11->76",
14135
- "default.handlebars->39->1274",
14136
- "default.handlebars->39->1335",
14141
+ "default.handlebars->39->1276",
14142
+ "default.handlebars->39->1337",
14143
"default.handlebars->39->216",
14144
"default.handlebars->39->224",
14139
- "default.handlebars->39->2964",
14145
+ "default.handlebars->39->2966",
14146
"sharing.handlebars->11->52"
14147
]
14148
},
@@ -14147,7 +14153,7 @@
14153
"fr": "Session de bureau multiplexée fermée \\\"{0}\\\", {1} seconde(s)",
14154
"pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
14155
"xloc": [
14150
- "default.handlebars->39->2326"
14156
+ "default.handlebars->39->2328"
14157
]
14158
},
14159
{
@@ -14172,7 +14178,7 @@
14178
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
14179
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
14180
"xloc": [
14175
- "default.handlebars->39->2187"
14181
+ "default.handlebars->39->2189"
14182
]
14183
},
14184
{
@@ -14349,7 +14355,7 @@
14355
"default-mobile.handlebars->11->696",
14356
"default.handlebars->39->1002",
14357
"default.handlebars->39->1024",
14352
- "default.handlebars->39->2068"
14358
+ "default.handlebars->39->2070"
14359
]
14360
},
14361
{
@@ -14374,8 +14380,8 @@
14380
"zh-chs": "通用设备组",
14381
"zh-cht": "通用裝置群",
14382
"xloc": [
14377
- "default.handlebars->39->2530",
14378
- "default.handlebars->39->2683"
14383
+ "default.handlebars->39->2532",
14384
+ "default.handlebars->39->2685"
14385
]
14386
},
14387
{
@@ -14400,8 +14406,8 @@
14406
"zh-chs": "通用设备",
14407
"zh-cht": "通用裝置",
14408
"xloc": [
14403
- "default.handlebars->39->2536",
14404
- "default.handlebars->39->2695"
14409
+ "default.handlebars->39->2538",
14410
+ "default.handlebars->39->2697"
14411
]
14412
},
14413
{
@@ -14426,7 +14432,7 @@
14432
"zh-chs": "编译时间",
14433
"xloc": [
14434
"default-mobile.handlebars->11->543",
14429
- "default.handlebars->39->1398"
14435
+ "default.handlebars->39->1400"
14436
]
14437
},
14438
{
@@ -14472,7 +14478,7 @@
14478
"zh-chs": "压缩档案...",
14479
"zh-cht": "壓縮檔案...",
14480
"xloc": [
14475
- "default.handlebars->39->1330",
14481
+ "default.handlebars->39->1332",
14482
"sharing.handlebars->11->47"
14483
]
14484
},
@@ -14523,11 +14529,11 @@
14529
"default-mobile.handlebars->11->646",
14530
"default.handlebars->39->1134",
14531
"default.handlebars->39->1143",
14526
- "default.handlebars->39->1968",
14527
- "default.handlebars->39->2404",
14528
- "default.handlebars->39->2486",
14529
- "default.handlebars->39->2552",
14530
- "default.handlebars->39->2681",
14532
+ "default.handlebars->39->1970",
14533
+ "default.handlebars->39->2406",
14534
+ "default.handlebars->39->2488",
14535
+ "default.handlebars->39->2554",
14536
+ "default.handlebars->39->2683",
14537
"default.handlebars->39->660"
14538
]
14539
},
@@ -14575,7 +14581,7 @@
14581
"zh-cht": "確認將1個副本複製到此位置?",
14582
"xloc": [
14583
"default-mobile.handlebars->11->492",
14578
- "default.handlebars->39->1354",
14584
+ "default.handlebars->39->1356",
14585
"sharing.handlebars->11->70"
14586
]
14587
},
@@ -14601,7 +14607,7 @@
14607
"zh-chs": "确认{0}个条目的复制到此位置?",
14608
"zh-cht": "確認{0}個條目的複製到此位置?",
14609
"xloc": [
14604
- "default.handlebars->39->1353",
14610
+ "default.handlebars->39->1355",
14611
"sharing.handlebars->11->69"
14612
]
14613
},
@@ -14652,7 +14658,7 @@
14658
"zh-chs": "确认删除选定的帐户?",
14659
"zh-cht": "確認刪除所選帳戶?",
14660
"xloc": [
14655
- "default.handlebars->39->2403"
14661
+ "default.handlebars->39->2405"
14662
]
14663
},
14664
{
@@ -14699,7 +14705,7 @@
14705
"zh-chs": "确认删除选定的用户组?",
14706
"zh-cht": "確認刪除所選用戶群?",
14707
"xloc": [
14702
- "default.handlebars->39->2485"
14708
+ "default.handlebars->39->2487"
14709
]
14710
},
14711
{
@@ -14724,7 +14730,7 @@
14730
"zh-chs": "确认删除用户{0}?",
14731
"zh-cht": "確認刪除用戶{0}?",
14732
"xloc": [
14727
- "default.handlebars->39->2680"
14733
+ "default.handlebars->39->2682"
14734
]
14735
},
14736
{
@@ -14749,7 +14755,7 @@
14755
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
14756
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14757
"xloc": [
14752
- "default.handlebars->39->2555"
14758
+ "default.handlebars->39->2557"
14759
]
14760
},
14761
{
@@ -14774,7 +14780,7 @@
14780
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14781
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14782
"xloc": [
14777
- "default.handlebars->39->2712"
14783
+ "default.handlebars->39->2714"
14784
]
14785
},
14786
{
@@ -14800,7 +14806,7 @@
14806
"zh-cht": "確認將1個條目移動到此位置?",
14807
"xloc": [
14808
"default-mobile.handlebars->11->494",
14803
- "default.handlebars->39->1356",
14809
+ "default.handlebars->39->1358",
14810
"sharing.handlebars->11->72"
14811
]
14812
},
@@ -14826,7 +14832,7 @@
14832
"zh-chs": "确认将{0}个条目移到此位置?",
14833
"zh-cht": "確認將{0}個條目移到該位置?",
14834
"xloc": [
14829
- "default.handlebars->39->1355",
14835
+ "default.handlebars->39->1357",
14836
"sharing.handlebars->11->71"
14837
]
14838
},
@@ -14877,7 +14883,7 @@
14883
"zh-chs": "确认覆盖?",
14884
"zh-cht": "確認覆蓋?",
14885
"xloc": [
14880
- "default.handlebars->39->2170"
14886
+ "default.handlebars->39->2172"
14887
]
14888
},
14889
{
@@ -14902,8 +14908,8 @@
14908
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
14909
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14910
"xloc": [
14905
- "default.handlebars->39->2545",
14906
- "default.handlebars->39->2703"
14911
+ "default.handlebars->39->2547",
14912
+ "default.handlebars->39->2705"
14913
]
14914
},
14915
{
@@ -14928,8 +14934,8 @@
14934
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14935
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14936
"xloc": [
14931
- "default.handlebars->39->2547",
14932
- "default.handlebars->39->2716"
14937
+ "default.handlebars->39->2549",
14938
+ "default.handlebars->39->2718"
14939
]
14940
},
14941
{
@@ -14954,7 +14960,7 @@
14960
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
14961
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14962
"xloc": [
14957
- "default.handlebars->39->2705"
14963
+ "default.handlebars->39->2707"
14964
]
14965
},
14966
{
@@ -14979,7 +14985,7 @@
14985
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
14986
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
14987
"xloc": [
14982
- "default.handlebars->39->2708"
14988
+ "default.handlebars->39->2710"
14989
]
14990
},
14991
{
@@ -15004,8 +15010,8 @@
15010
"zh-chs": "确认删除访问权限?",
15011
"zh-cht": "確認刪除訪問權限?",
15012
"xloc": [
15007
- "default.handlebars->39->2706",
15008
- "default.handlebars->39->2709"
15013
+ "default.handlebars->39->2708",
15014
+ "default.handlebars->39->2711"
15015
]
15016
},
15017
{
@@ -15031,7 +15037,7 @@
15037
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
15038
"xloc": [
15039
"default-mobile.handlebars->11->105",
15034
- "default.handlebars->39->1503"
15040
+ "default.handlebars->39->1505"
15041
]
15042
},
15043
{
@@ -15078,7 +15084,7 @@
15084
"zh-chs": "确认删除设备共享“{0}”?",
15085
"zh-cht": "確認刪除設備共享“{0}”?",
15086
"xloc": [
15081
- "default.handlebars->39->2701"
15087
+ "default.handlebars->39->2703"
15088
]
15089
},
15090
{
@@ -15146,7 +15152,7 @@
15152
"tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
15153
"zh-chs": "确认移除推送认证设备?",
15154
"xloc": [
15149
- "default.handlebars->39->1505"
15155
+ "default.handlebars->39->1507"
15156
]
15157
},
15158
{
@@ -15171,7 +15177,7 @@
15177
"zh-chs": "确认删除用户“ {0} ”的权限?",
15178
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
15179
"xloc": [
15174
- "default.handlebars->39->2079"
15180
+ "default.handlebars->39->2081"
15181
]
15182
},
15183
{
@@ -15196,7 +15202,7 @@
15202
"zh-chs": "确认删除用户组“ {0} ”的权限?",
15203
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
15204
"xloc": [
15199
- "default.handlebars->39->2081"
15205
+ "default.handlebars->39->2083"
15206
]
15207
},
15208
{
@@ -15244,7 +15250,7 @@
15250
"tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
15251
"zh-chs": "确认删除此登录令牌?",
15252
"xloc": [
15247
- "default.handlebars->39->1809"
15253
+ "default.handlebars->39->1811"
15254
]
15255
},
15256
{
@@ -15341,7 +15347,7 @@
15347
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15348
"xloc": [
15349
"default-mobile.handlebars->11->158",
15344
- "default.handlebars->39->2171"
15350
+ "default.handlebars->39->2173"
15351
]
15352
},
15353
{
@@ -15371,8 +15377,8 @@
15377
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
15378
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
15379
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
15374
- "default.handlebars->39->1312",
15375
- "default.handlebars->39->1872",
15380
+ "default.handlebars->39->1314",
15381
+ "default.handlebars->39->1874",
15382
"default.handlebars->39->855",
15383
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
15384
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -15455,7 +15461,7 @@
15461
"zh-chs": "连接到服务器",
15462
"zh-cht": "連接到伺服器",
15463
"xloc": [
15458
- "default.handlebars->39->1961"
15464
+ "default.handlebars->39->1963"
15465
]
15466
},
15467
{
@@ -15622,7 +15628,7 @@
15628
"zh-chs": "已连接的英特尔®AMT",
15629
"zh-cht": "已連接的Intel® AMT",
15630
"xloc": [
15625
- "default.handlebars->39->2892"
15631
+ "default.handlebars->39->2894"
15632
]
15633
},
15634
{
@@ -15647,7 +15653,7 @@
15653
"zh-chs": "已连接的用户",
15654
"zh-cht": "已连接的用户",
15655
"xloc": [
15650
- "default.handlebars->39->2897"
15656
+ "default.handlebars->39->2899"
15657
]
15658
},
15659
{
@@ -15694,7 +15700,7 @@
15700
"zh-cht": "現在已連接",
15701
"xloc": [
15702
"default-mobile.handlebars->11->538",
15697
- "default.handlebars->39->1393"
15703
+ "default.handlebars->39->1395"
15704
]
15705
},
15706
{
@@ -15809,7 +15815,7 @@
15815
"default-mobile.handlebars->11->2",
15816
"default-mobile.handlebars->11->48",
15817
"default-mobile.handlebars->11->510",
15812
- "default.handlebars->39->1379",
15818
+ "default.handlebars->39->1381",
15819
"default.handlebars->39->361",
15820
"default.handlebars->39->364",
15821
"default.handlebars->39->425",
@@ -15863,7 +15869,7 @@
15869
"zh-chs": "连接数量",
15870
"zh-cht": "連接數量",
15871
"xloc": [
15866
- "default.handlebars->39->2923"
15872
+ "default.handlebars->39->2925"
15873
]
15874
},
15875
{
@@ -15888,8 +15894,8 @@
15894
"zh-chs": "连接错误",
15895
"xloc": [
15896
"default-mobile.handlebars->11->473",
15891
- "default.handlebars->39->1299",
15892
- "default.handlebars->39->1326",
15897
+ "default.handlebars->39->1301",
15898
+ "default.handlebars->39->1328",
15899
"login2.handlebars->7->32"
15900
]
15901
},
@@ -15915,7 +15921,7 @@
15921
"zh-chs": "连接转发器",
15922
"zh-cht": "連接轉發器",
15923
"xloc": [
15918
- "default.handlebars->39->2958"
15924
+ "default.handlebars->39->2960"
15925
]
15926
},
15927
{
@@ -15991,7 +15997,7 @@
15997
"zh-cht": "連接性",
15998
"xloc": [
15999
"default-mobile.handlebars->11->318",
15994
- "default.handlebars->39->2128",
16000
+ "default.handlebars->39->2130",
16001
"default.handlebars->39->351",
16002
"default.handlebars->39->872",
16003
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -16014,7 +16020,7 @@
16020
"tr": "Onay",
16021
"pt-br": "Permitir",
16022
"xloc": [
16017
- "default.handlebars->39->2336"
16023
+ "default.handlebars->39->2338"
16024
]
16025
},
16026
{
@@ -16146,7 +16152,7 @@
16152
"zh-chs": "Cookie编码器",
16153
"zh-cht": "Cookie編碼器",
16154
"xloc": [
16149
- "default.handlebars->39->2942"
16155
+ "default.handlebars->39->2944"
16156
]
16157
},
16158
{
@@ -16365,8 +16371,8 @@
16371
"zh-chs": "复制连结到剪贴板",
16372
"zh-cht": "複製連結到剪貼板",
16373
"xloc": [
16368
- "default.handlebars->39->2139",
16369
- "default.handlebars->39->2158",
16374
+ "default.handlebars->39->2141",
16375
+ "default.handlebars->39->2160",
16376
"default.handlebars->39->293",
16377
"default.handlebars->39->315",
16378
"default.handlebars->39->317",
@@ -16498,7 +16504,7 @@
16504
"zh-chs": "复制:“{0}”到“{1}”",
16505
"zh-cht": "複製:“{0}”到“{1}”",
16506
"xloc": [
16501
- "default.handlebars->39->2230"
16507
+ "default.handlebars->39->2232"
16508
]
16509
},
16510
{
@@ -16679,7 +16685,7 @@
16685
"zh-chs": "核心服务器",
16686
"zh-cht": "核心伺服器",
16687
"xloc": [
16682
- "default.handlebars->39->2941"
16688
+ "default.handlebars->39->2943"
16689
]
16690
},
16691
{
@@ -16704,7 +16710,7 @@
16710
"zh-chs": "科西嘉文",
16711
"zh-cht": "科西嘉文",
16712
"xloc": [
16707
- "default.handlebars->39->1561"
16713
+ "default.handlebars->39->1563"
16714
]
16715
},
16716
{
@@ -16750,7 +16756,7 @@
16756
"zh-chs": "创建帐号",
16757
"zh-cht": "創建帳號",
16758
"xloc": [
16753
- "default.handlebars->39->2453",
16759
+ "default.handlebars->39->2455",
16760
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16761
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16762
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16823,7 +16829,7 @@
16829
"tr": "Giriş Simgesi Oluştur",
16830
"zh-chs": "创建登录令牌",
16831
"xloc": [
16826
- "default.handlebars->39->1746",
16832
+ "default.handlebars->39->1748",
16833
"default.handlebars->39->318"
16834
]
16835
},
@@ -16849,7 +16855,7 @@
16855
"zh-chs": "创建用户组",
16856
"zh-cht": "創建用戶群",
16857
"xloc": [
16852
- "default.handlebars->39->2493"
16858
+ "default.handlebars->39->2495"
16859
]
16860
},
16861
{
@@ -16899,7 +16905,7 @@
16905
"zh-chs": "使用以下选项创建一个新的设备组。",
16906
"zh-cht": "使用以下選項創建一個新的裝置群。",
16907
"xloc": [
16902
- "default.handlebars->39->1776"
16908
+ "default.handlebars->39->1778"
16909
]
16910
},
16911
{
@@ -16948,7 +16954,7 @@
16954
"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.",
16955
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
16956
"xloc": [
16951
- "default.handlebars->39->1726"
16957
+ "default.handlebars->39->1728"
16958
]
16959
},
16960
{
@@ -16998,7 +17004,7 @@
17004
"zh-chs": "创建文件夹:“{0}”",
17005
"zh-cht": "創建文件夾:“{0}”",
17006
"xloc": [
17001
- "default.handlebars->39->2223"
17007
+ "default.handlebars->39->2225"
17008
]
17009
},
17010
{
@@ -17047,7 +17053,7 @@
17053
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
17054
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
17055
"xloc": [
17050
- "default.handlebars->39->2417"
17056
+ "default.handlebars->39->2419"
17057
]
17058
},
17059
{
@@ -17099,7 +17105,7 @@
17105
"zh-chs": "创建的设备组:{0}",
17106
"zh-cht": "創建的設備組:{0}",
17107
"xloc": [
17102
- "default.handlebars->39->2234"
17108
+ "default.handlebars->39->2236"
17109
]
17110
},
17111
{
@@ -17193,7 +17199,7 @@
17199
"zh-chs": "创建",
17200
"zh-cht": "創建",
17201
"xloc": [
17196
- "default.handlebars->39->2597"
17202
+ "default.handlebars->39->2599"
17203
]
17204
},
17205
{
@@ -17218,7 +17224,7 @@
17224
"zh-chs": "创建时间",
17225
"zh-cht": "創作時間",
17226
"xloc": [
17221
- "default.handlebars->39->1852"
17227
+ "default.handlebars->39->1854"
17228
]
17229
},
17230
{
@@ -17270,8 +17276,8 @@
17276
"zh-chs": "创建者",
17277
"zh-cht": "創作者",
17278
"xloc": [
17273
- "default.handlebars->39->1850",
17274
- "default.handlebars->39->1851"
17279
+ "default.handlebars->39->1852",
17280
+ "default.handlebars->39->1853"
17281
]
17282
},
17283
{
@@ -17298,7 +17304,7 @@
17304
"xloc": [
17305
"default-mobile.handlebars->11->328",
17306
"default.handlebars->39->1198",
17301
- "default.handlebars->39->1814",
17307
+ "default.handlebars->39->1816",
17308
"default.handlebars->39->882"
17309
]
17310
},
@@ -17324,7 +17330,7 @@
17330
"zh-chs": "克里语",
17331
"zh-cht": "克里語",
17332
"xloc": [
17327
- "default.handlebars->39->1562"
17333
+ "default.handlebars->39->1564"
17334
]
17335
},
17336
{
@@ -17349,7 +17355,7 @@
17355
"zh-chs": "克罗地亚文",
17356
"zh-cht": "克羅地亞文",
17357
"xloc": [
17352
- "default.handlebars->39->1563"
17358
+ "default.handlebars->39->1565"
17359
]
17360
},
17361
{
@@ -17428,8 +17434,8 @@
17434
"xloc": [
17435
"default-mobile.handlebars->11->430",
17436
"default-mobile.handlebars->11->434",
17431
- "default.handlebars->39->1237",
17432
- "default.handlebars->39->1241",
17437
+ "default.handlebars->39->1239",
17438
+ "default.handlebars->39->1243",
17439
"default.handlebars->39->60",
17440
"sharing.handlebars->11->24"
17441
]
@@ -17604,7 +17610,7 @@
17610
"zh-chs": "当前密码不正确。",
17611
"xloc": [
17612
"default-mobile.handlebars->11->736",
17607
- "default.handlebars->39->2865"
17613
+ "default.handlebars->39->2867"
17614
]
17615
},
17616
{
@@ -17707,7 +17713,7 @@
17713
"zh-chs": "捷克文",
17714
"zh-cht": "捷克文",
17715
"xloc": [
17710
- "default.handlebars->39->1564"
17716
+ "default.handlebars->39->1566"
17717
]
17718
},
17719
{
@@ -17777,7 +17783,7 @@
17783
"zh-chs": "丹麦文",
17784
"zh-cht": "丹麥文",
17785
"xloc": [
17780
- "default.handlebars->39->1565"
17786
+ "default.handlebars->39->1567"
17787
]
17788
},
17789
{
@@ -17853,7 +17859,7 @@
17859
"zh-chs": "日期和时间",
17860
"zh-cht": "日期和時間",
17861
"xloc": [
17856
- "default.handlebars->39->1723"
17862
+ "default.handlebars->39->1725"
17863
]
17864
},
17865
{
@@ -17880,8 +17886,8 @@
17886
"xloc": [
17887
"default-mobile.handlebars->11->382",
17888
"default.handlebars->39->1118",
17883
- "default.handlebars->39->2762",
17884
- "default.handlebars->39->2765"
17889
+ "default.handlebars->39->2764",
17890
+ "default.handlebars->39->2767"
17891
]
17892
},
17893
{
@@ -17906,8 +17912,8 @@
17912
"zh-chs": "停用",
17913
"zh-cht": "停用",
17914
"xloc": [
17909
- "default.handlebars->39->1882",
17910
- "default.handlebars->39->1940"
17915
+ "default.handlebars->39->1884",
17916
+ "default.handlebars->39->1942"
17917
]
17918
},
17919
{
@@ -17932,7 +17938,7 @@
17938
"zh-chs": "如果设置停用CCM",
17939
"zh-cht": "如果設置停用CCM",
17940
"xloc": [
17935
- "default.handlebars->39->1952"
17941
+ "default.handlebars->39->1954"
17942
]
17943
},
17944
{
@@ -18005,10 +18011,10 @@
18011
"zh-chs": "默认",
18012
"zh-cht": "默認",
18013
"xloc": [
18008
- "default.handlebars->39->2440",
18009
- "default.handlebars->39->2489",
18010
- "default.handlebars->39->2500",
18011
- "default.handlebars->39->2573"
18014
+ "default.handlebars->39->2442",
18015
+ "default.handlebars->39->2491",
18016
+ "default.handlebars->39->2502",
18017
+ "default.handlebars->39->2575"
18018
]
18019
},
18020
{
@@ -18033,7 +18039,7 @@
18039
"zh-chs": "德尔",
18040
"xloc": [
18041
"default-mobile.handlebars->11->418",
18036
- "default.handlebars->39->1225"
18042
+ "default.handlebars->39->1227"
18043
]
18044
},
18045
{
@@ -18063,8 +18069,8 @@
18069
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
18070
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
18071
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
18066
- "default.handlebars->39->1345",
18067
- "default.handlebars->39->2165",
18072
+ "default.handlebars->39->1347",
18073
+ "default.handlebars->39->2167",
18074
"default.handlebars->39->743",
18075
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18076
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -18101,7 +18107,7 @@
18107
"zh-cht": "刪除帳戶",
18108
"xloc": [
18109
"default-mobile.handlebars->11->115",
18104
- "default.handlebars->39->1761"
18110
+ "default.handlebars->39->1763"
18111
]
18112
},
18113
{
@@ -18126,7 +18132,7 @@
18132
"zh-chs": "删除帐户",
18133
"zh-cht": "刪除帳戶",
18134
"xloc": [
18129
- "default.handlebars->39->2405"
18135
+ "default.handlebars->39->2407"
18136
]
18137
},
18138
{
@@ -18203,8 +18209,8 @@
18209
"xloc": [
18210
"default-mobile.handlebars->11->644",
18211
"default-mobile.handlebars->11->647",
18206
- "default.handlebars->39->1928",
18207
- "default.handlebars->39->1969"
18212
+ "default.handlebars->39->1930",
18213
+ "default.handlebars->39->1971"
18214
]
18215
},
18216
{
@@ -18277,7 +18283,7 @@
18283
"zh-chs": "删除用户",
18284
"zh-cht": "刪除用戶",
18285
"xloc": [
18280
- "default.handlebars->39->2640"
18286
+ "default.handlebars->39->2642"
18287
]
18288
},
18289
{
@@ -18302,8 +18308,8 @@
18308
"zh-chs": "删除用户群组",
18309
"zh-cht": "刪除用戶群組",
18310
"xloc": [
18305
- "default.handlebars->39->2541",
18306
- "default.handlebars->39->2553"
18311
+ "default.handlebars->39->2543",
18312
+ "default.handlebars->39->2555"
18313
]
18314
},
18315
{
@@ -18328,7 +18334,7 @@
18334
"zh-chs": "删除用户群组",
18335
"zh-cht": "刪除用戶群組",
18336
"xloc": [
18331
- "default.handlebars->39->2487"
18337
+ "default.handlebars->39->2489"
18338
]
18339
},
18340
{
@@ -18353,7 +18359,7 @@
18359
"zh-chs": "删除用户{0}",
18360
"zh-cht": "刪除用戶{0}",
18361
"xloc": [
18356
- "default.handlebars->39->2679"
18362
+ "default.handlebars->39->2681"
18363
]
18364
},
18365
{
@@ -18379,7 +18385,7 @@
18385
"zh-cht": "刪除帳戶",
18386
"xloc": [
18387
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18382
- "default.handlebars->39->2401",
18388
+ "default.handlebars->39->2403",
18389
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18390
]
18391
},
@@ -18430,7 +18436,7 @@
18436
"zh-chs": "删除群组",
18437
"zh-cht": "刪除群組",
18438
"xloc": [
18433
- "default.handlebars->39->2483"
18439
+ "default.handlebars->39->2485"
18440
]
18441
},
18442
{
@@ -18480,7 +18486,7 @@
18486
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18487
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18488
"xloc": [
18483
- "default.handlebars->39->2225"
18489
+ "default.handlebars->39->2227"
18490
]
18491
},
18492
{
@@ -18507,8 +18513,8 @@
18513
"xloc": [
18514
"default-mobile.handlebars->11->155",
18515
"default-mobile.handlebars->11->486",
18510
- "default.handlebars->39->1347",
18511
- "default.handlebars->39->2167",
18516
+ "default.handlebars->39->1349",
18517
+ "default.handlebars->39->2169",
18518
"sharing.handlebars->11->63"
18519
]
18520
},
@@ -18534,7 +18540,7 @@
18540
"zh-chs": "删除用户群组{0}?",
18541
"zh-cht": "刪除用戶群組{0}?",
18542
"xloc": [
18537
- "default.handlebars->39->2551"
18543
+ "default.handlebars->39->2553"
18544
]
18545
},
18546
{
@@ -18561,8 +18567,8 @@
18567
"xloc": [
18568
"default-mobile.handlebars->11->154",
18569
"default-mobile.handlebars->11->485",
18564
- "default.handlebars->39->1346",
18565
- "default.handlebars->39->2166",
18570
+ "default.handlebars->39->1348",
18571
+ "default.handlebars->39->2168",
18572
"sharing.handlebars->11->62"
18573
]
18574
},
@@ -18613,7 +18619,7 @@
18619
"zh-chs": "删除:“{0}”",
18620
"zh-cht": "刪除:“{0}”",
18621
"xloc": [
18616
- "default.handlebars->39->2224"
18622
+ "default.handlebars->39->2226"
18623
]
18624
},
18625
{
@@ -18638,7 +18644,7 @@
18644
"zh-chs": "删除:“{0}”,{1}个元素已删除",
18645
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18646
"xloc": [
18641
- "default.handlebars->39->2226"
18647
+ "default.handlebars->39->2228"
18648
]
18649
},
18650
{
@@ -18810,17 +18816,17 @@
18816
"default-mobile.handlebars->11->630",
18817
"default-mobile.handlebars->11->653",
18818
"default.handlebars->39->1186",
18813
- "default.handlebars->39->1406",
18814
- "default.handlebars->39->1416",
18819
+ "default.handlebars->39->1408",
18820
+ "default.handlebars->39->1418",
18821
"default.handlebars->39->148",
18816
- "default.handlebars->39->1786",
18817
- "default.handlebars->39->1843",
18818
- "default.handlebars->39->1975",
18819
- "default.handlebars->39->2334",
18820
- "default.handlebars->39->2492",
18821
- "default.handlebars->39->2502",
18822
- "default.handlebars->39->2503",
18823
- "default.handlebars->39->2549",
18822
+ "default.handlebars->39->1788",
18823
+ "default.handlebars->39->1845",
18824
+ "default.handlebars->39->1977",
18825
+ "default.handlebars->39->2336",
18826
+ "default.handlebars->39->2494",
18827
+ "default.handlebars->39->2504",
18828
+ "default.handlebars->39->2505",
18829
+ "default.handlebars->39->2551",
18830
"default.handlebars->39->784",
18831
"default.handlebars->39->785",
18832
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -18872,13 +18878,13 @@
18878
"xloc": [
18879
"default-mobile.handlebars->11->350",
18880
"default.handlebars->39->1042",
18875
- "default.handlebars->39->1280",
18876
- "default.handlebars->39->1908",
18877
- "default.handlebars->39->1981",
18878
- "default.handlebars->39->2736",
18879
- "default.handlebars->39->2795",
18880
- "default.handlebars->39->2826",
18881
- "default.handlebars->39->2917",
18881
+ "default.handlebars->39->1282",
18882
+ "default.handlebars->39->1910",
18883
+ "default.handlebars->39->1983",
18884
+ "default.handlebars->39->2738",
18885
+ "default.handlebars->39->2797",
18886
+ "default.handlebars->39->2828",
18887
+ "default.handlebars->39->2919",
18888
"default.handlebars->39->749",
18889
"default.handlebars->39->958",
18890
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -18909,7 +18915,7 @@
18915
"zh-chs": "桌面 + 文件",
18916
"xloc": [
18917
"default.handlebars->39->1045",
18912
- "default.handlebars->39->1912",
18918
+ "default.handlebars->39->1914",
18919
"default.handlebars->39->962"
18920
]
18921
},
@@ -18934,7 +18940,7 @@
18940
"tr": "Masaüstü + Terminal",
18941
"zh-chs": "桌面 + 终端",
18942
"xloc": [
18937
- "default.handlebars->39->1909",
18943
+ "default.handlebars->39->1911",
18944
"default.handlebars->39->959"
18945
]
18946
},
@@ -18960,7 +18966,7 @@
18966
"zh-chs": "桌面 + 终端 + 文件",
18967
"xloc": [
18968
"default.handlebars->39->1047",
18963
- "default.handlebars->39->1913",
18969
+ "default.handlebars->39->1915",
18970
"default.handlebars->39->963"
18971
]
18972
},
@@ -19010,7 +19016,7 @@
19016
"tr": "Masaüstü Multiplex",
19017
"zh-chs": "桌面复用",
19018
"xloc": [
19013
- "default.handlebars->39->2922"
19019
+ "default.handlebars->39->2924"
19020
]
19021
},
19022
{
@@ -19035,9 +19041,9 @@
19041
"zh-chs": "桌面通知",
19042
"zh-cht": "桌面通知",
19043
"xloc": [
19038
- "default.handlebars->39->1863",
19039
- "default.handlebars->39->2510",
19040
- "default.handlebars->39->2612",
19044
+ "default.handlebars->39->1865",
19045
+ "default.handlebars->39->2512",
19046
+ "default.handlebars->39->2614",
19047
"default.handlebars->39->846"
19048
]
19049
},
@@ -19063,9 +19069,9 @@
19069
"zh-chs": "桌面提示",
19070
"zh-cht": "桌面提示",
19071
"xloc": [
19066
- "default.handlebars->39->1862",
19067
- "default.handlebars->39->2509",
19068
- "default.handlebars->39->2611",
19072
+ "default.handlebars->39->1864",
19073
+ "default.handlebars->39->2511",
19074
+ "default.handlebars->39->2613",
19075
"default.handlebars->39->845"
19076
]
19077
},
@@ -19091,9 +19097,9 @@
19097
"zh-chs": "桌面提示+工具栏",
19098
"zh-cht": "桌面提示+工具欄",
19099
"xloc": [
19094
- "default.handlebars->39->1860",
19095
- "default.handlebars->39->2507",
19096
- "default.handlebars->39->2609",
19100
+ "default.handlebars->39->1862",
19101
+ "default.handlebars->39->2509",
19102
+ "default.handlebars->39->2611",
19103
"default.handlebars->39->843"
19104
]
19105
},
@@ -19118,7 +19124,7 @@
19124
"tr": "Masaüstü Oturumu",
19125
"zh-chs": "桌面会话",
19126
"xloc": [
19121
- "default.handlebars->39->2729"
19127
+ "default.handlebars->39->2731"
19128
]
19129
},
19130
{
@@ -19216,9 +19222,9 @@
19222
"zh-chs": "桌面工具栏",
19223
"zh-cht": "桌面工具欄",
19224
"xloc": [
19219
- "default.handlebars->39->1861",
19220
- "default.handlebars->39->2508",
19221
- "default.handlebars->39->2610",
19225
+ "default.handlebars->39->1863",
19226
+ "default.handlebars->39->2510",
19227
+ "default.handlebars->39->2612",
19228
"default.handlebars->39->844"
19229
]
19230
},
@@ -19243,7 +19249,7 @@
19249
"tr": "Yalnızca Masaüstü Görünümü",
19250
"zh-chs": "仅桌面视图",
19251
"xloc": [
19246
- "default.handlebars->39->2585"
19252
+ "default.handlebars->39->2587"
19253
]
19254
},
19255
{
@@ -19292,7 +19298,7 @@
19298
"zh-chs": "桌面时段",
19299
"zh-cht": "桌面時段",
19300
"xloc": [
19295
- "default.handlebars->39->1279"
19301
+ "default.handlebars->39->1281"
19302
]
19303
},
19304
{
@@ -19369,7 +19375,7 @@
19375
"zh-cht": "細節",
19376
"xloc": [
19377
"default-mobile.handlebars->11->353",
19372
- "default.handlebars->39->2071",
19378
+ "default.handlebars->39->2073",
19379
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19380
"default.handlebars->contextMenu->cxdetails"
19381
]
@@ -19422,13 +19428,13 @@
19428
"zh-cht": "裝置",
19429
"xloc": [
19430
"default-mobile.handlebars->11->546",
19425
- "default.handlebars->39->1401",
19426
- "default.handlebars->39->1509",
19427
- "default.handlebars->39->2009",
19431
+ "default.handlebars->39->1403",
19432
+ "default.handlebars->39->1511",
19433
+ "default.handlebars->39->2011",
19434
"default.handlebars->39->265",
19429
- "default.handlebars->39->2698",
19430
- "default.handlebars->39->2761",
19431
- "default.handlebars->39->2779",
19435
+ "default.handlebars->39->2700",
19436
+ "default.handlebars->39->2763",
19437
+ "default.handlebars->39->2781",
19438
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19439
]
19440
},
@@ -19529,7 +19535,7 @@
19535
"tr": "Cihaz Ayrıntıları",
19536
"zh-chs": "设备详情",
19537
"xloc": [
19532
- "default.handlebars->39->2033"
19538
+ "default.handlebars->39->2035"
19539
]
19540
},
19541
{
@@ -19581,17 +19587,17 @@
19587
"xloc": [
19588
"agent-translations.json",
19589
"default-mobile.handlebars->11->714",
19584
- "default.handlebars->39->2004",
19585
- "default.handlebars->39->2007",
19586
- "default.handlebars->39->2008",
19587
- "default.handlebars->39->2351",
19588
- "default.handlebars->39->2533",
19589
- "default.handlebars->39->2539",
19590
- "default.handlebars->39->2686",
19591
- "default.handlebars->39->2745",
19592
- "default.handlebars->39->2768",
19593
- "default.handlebars->39->2782",
19594
- "default.handlebars->39->2843"
19590
+ "default.handlebars->39->2006",
19591
+ "default.handlebars->39->2009",
19592
+ "default.handlebars->39->2010",
19593
+ "default.handlebars->39->2353",
19594
+ "default.handlebars->39->2535",
19595
+ "default.handlebars->39->2541",
19596
+ "default.handlebars->39->2688",
19597
+ "default.handlebars->39->2747",
19598
+ "default.handlebars->39->2770",
19599
+ "default.handlebars->39->2784",
19600
+ "default.handlebars->39->2845"
19601
]
19602
},
19603
{
@@ -19617,7 +19623,7 @@
19623
"zh-cht": "裝置群用戶",
19624
"xloc": [
19625
"default-mobile.handlebars->11->703",
19620
- "default.handlebars->39->2077"
19626
+ "default.handlebars->39->2079"
19627
]
19628
},
19629
{
@@ -19643,11 +19649,11 @@
19649
"zh-cht": "裝置群",
19650
"xloc": [
19651
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19646
- "default.handlebars->39->2367",
19647
- "default.handlebars->39->2477",
19648
- "default.handlebars->39->2520",
19649
- "default.handlebars->39->2606",
19650
- "default.handlebars->39->2895",
19652
+ "default.handlebars->39->2369",
19653
+ "default.handlebars->39->2479",
19654
+ "default.handlebars->39->2522",
19655
+ "default.handlebars->39->2608",
19656
+ "default.handlebars->39->2897",
19657
"default.handlebars->container->column_l->p2->p2info->9"
19658
]
19659
},
@@ -19750,7 +19756,7 @@
19756
"xloc": [
19757
"default-mobile.handlebars->11->398",
19758
"default.handlebars->39->1184",
19753
- "default.handlebars->39->2744",
19759
+ "default.handlebars->39->2746",
19760
"default.handlebars->39->441",
19761
"default.handlebars->39->450",
19762
"player.handlebars->3->25"
@@ -19827,7 +19833,7 @@
19833
"tr": "Cihaz İtme",
19834
"zh-chs": "设备推送",
19835
"xloc": [
19830
- "default.handlebars->39->2625"
19836
+ "default.handlebars->39->2627"
19837
]
19838
},
19839
{
@@ -19895,7 +19901,7 @@
19901
"zh-chs": "设备共享链接",
19902
"zh-cht": "設備共享鏈接",
19903
"xloc": [
19898
- "default.handlebars->39->1905",
19904
+ "default.handlebars->39->1907",
19905
"default.handlebars->39->955"
19906
]
19907
},
@@ -20020,9 +20026,9 @@
20026
"zh-chs": "设备连接。",
20027
"zh-cht": "裝置連接。",
20028
"xloc": [
20023
- "default.handlebars->39->1749",
20024
- "default.handlebars->39->2104",
20025
- "default.handlebars->39->2108",
20029
+ "default.handlebars->39->1751",
20030
+ "default.handlebars->39->2106",
20031
+ "default.handlebars->39->2110",
20032
"default.handlebars->39->979",
20033
"default.handlebars->39->983"
20034
]
@@ -20049,9 +20055,9 @@
20055
"zh-chs": "设备断开连接。",
20056
"zh-cht": "裝置斷開連接。",
20057
"xloc": [
20052
- "default.handlebars->39->1750",
20053
- "default.handlebars->39->2105",
20054
- "default.handlebars->39->2109",
20058
+ "default.handlebars->39->1752",
20059
+ "default.handlebars->39->2107",
20060
+ "default.handlebars->39->2111",
20061
"default.handlebars->39->980",
20062
"default.handlebars->39->984"
20063
]
@@ -20078,7 +20084,7 @@
20084
"zh-chs": "创建的设备组:{0}",
20085
"zh-cht": "設備組已創建:{0}",
20086
"xloc": [
20081
- "default.handlebars->39->2255"
20087
+ "default.handlebars->39->2257"
20088
]
20089
},
20090
{
@@ -20103,7 +20109,7 @@
20109
"zh-chs": "设备组已删除:{0}",
20110
"zh-cht": "設備組已刪除:{0}",
20111
"xloc": [
20106
- "default.handlebars->39->2256"
20112
+ "default.handlebars->39->2258"
20113
]
20114
},
20115
{
@@ -20128,7 +20134,7 @@
20134
"zh-chs": "设备组成员身份已更改:{0}",
20135
"zh-cht": "設備組成員身份已更改:{0}",
20136
"xloc": [
20131
- "default.handlebars->39->2257"
20137
+ "default.handlebars->39->2259"
20138
]
20139
},
20140
{
@@ -20179,7 +20185,7 @@
20185
"zh-chs": "设备组通知已更改",
20186
"zh-cht": "設備組通知已更改",
20187
"xloc": [
20182
- "default.handlebars->39->2252"
20188
+ "default.handlebars->39->2254"
20189
]
20190
},
20191
{
@@ -20204,7 +20210,7 @@
20210
"zh-chs": "未删除的设备组:{0}",
20211
"zh-cht": "未刪除的設備組:{0}",
20212
"xloc": [
20207
- "default.handlebars->39->2235"
20213
+ "default.handlebars->39->2237"
20214
]
20215
},
20216
{
@@ -20224,7 +20230,7 @@
20230
"tr": "{0} cihaz grubu değiştirildi: {1}",
20231
"pt-br": "Grupo de dispositivo {0} foi alterado: {1}",
20232
"xloc": [
20227
- "default.handlebars->39->2321"
20233
+ "default.handlebars->39->2323"
20234
]
20235
},
20236
{
@@ -20760,7 +20766,7 @@
20766
"tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20767
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20768
"xloc": [
20763
- "default.handlebars->39->2290"
20769
+ "default.handlebars->39->2292"
20770
]
20771
},
20772
{
@@ -20785,7 +20791,7 @@
20791
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20792
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20793
"xloc": [
20788
- "default.handlebars->39->2237"
20794
+ "default.handlebars->39->2239"
20795
]
20796
},
20797
{
@@ -20832,9 +20838,9 @@
20838
"zh-chs": "设备",
20839
"zh-cht": "裝置",
20840
"xloc": [
20835
- "default.handlebars->39->1926",
20836
- "default.handlebars->39->2478",
20837
- "default.handlebars->39->2521"
20841
+ "default.handlebars->39->1928",
20842
+ "default.handlebars->39->2480",
20843
+ "default.handlebars->39->2523"
20844
]
20845
},
20846
{
@@ -20949,7 +20955,7 @@
20955
"zh-chs": "禁用的电子邮件两因素身份验证",
20956
"zh-cht": "禁用的電子郵件兩因素身份驗證",
20957
"xloc": [
20952
- "default.handlebars->39->2268"
20958
+ "default.handlebars->39->2270"
20959
]
20960
},
20961
{
@@ -20978,8 +20984,8 @@
20984
"default-mobile.handlebars->11->460",
20985
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
20986
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
20981
- "default.handlebars->39->1313",
20982
- "default.handlebars->39->1873",
20987
+ "default.handlebars->39->1315",
20988
+ "default.handlebars->39->1875",
20989
"default.handlebars->39->856",
20990
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
20991
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -21301,7 +21307,7 @@
21307
"zh-chs": "显示设备组名称",
21308
"zh-cht": "顯示裝置群名稱",
21309
"xloc": [
21304
- "default.handlebars->39->1748"
21310
+ "default.handlebars->39->1750"
21311
]
21312
},
21313
{
@@ -21326,7 +21332,7 @@
21332
"zh-chs": "显示名称",
21333
"zh-cht": "顯示名稱",
21334
"xloc": [
21329
- "default.handlebars->39->1263"
21335
+ "default.handlebars->39->1265"
21336
]
21337
},
21338
{
@@ -21351,7 +21357,7 @@
21357
"zh-chs": "显示公共连结",
21358
"zh-cht": "顯示公共鏈結",
21359
"xloc": [
21354
- "default.handlebars->39->2138"
21360
+ "default.handlebars->39->2140"
21361
]
21362
},
21363
{
@@ -21375,7 +21381,7 @@
21381
"tr": "{0} göster",
21382
"zh-chs": "显示{0}",
21383
"xloc": [
21378
- "default.handlebars->39->1282"
21384
+ "default.handlebars->39->1284"
21385
]
21386
},
21387
{
@@ -21400,7 +21406,7 @@
21406
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
21407
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
21408
"xloc": [
21403
- "default.handlebars->39->2197"
21409
+ "default.handlebars->39->2199"
21410
]
21411
},
21412
{
@@ -21425,7 +21431,7 @@
21431
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
21432
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
21433
"xloc": [
21428
- "default.handlebars->39->2205"
21434
+ "default.handlebars->39->2207"
21435
]
21436
},
21437
{
@@ -21450,8 +21456,8 @@
21456
"zh-chs": "什么都不做",
21457
"zh-cht": "什麼都不做",
21458
"xloc": [
21453
- "default.handlebars->39->1955",
21454
- "default.handlebars->39->1959"
21459
+ "default.handlebars->39->1957",
21460
+ "default.handlebars->39->1961"
21461
]
21462
},
21463
{
@@ -21478,10 +21484,10 @@
21484
"xloc": [
21485
"default.handlebars->39->117",
21486
"default.handlebars->39->1201",
21481
- "default.handlebars->39->2441",
21482
- "default.handlebars->39->2490",
21483
- "default.handlebars->39->2499",
21484
- "default.handlebars->39->2572",
21487
+ "default.handlebars->39->2443",
21488
+ "default.handlebars->39->2492",
21489
+ "default.handlebars->39->2501",
21490
+ "default.handlebars->39->2574",
21491
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
21492
"mstsc.handlebars->main->1->3->1->rowdomain->3"
21493
]
@@ -21529,7 +21535,7 @@
21535
"zh-chs": "请勿更改,如果设置请保留CCM",
21536
"zh-cht": "請勿更改,如果設置請保留CCM",
21537
"xloc": [
21532
- "default.handlebars->39->1951"
21538
+ "default.handlebars->39->1953"
21539
]
21540
},
21541
{
@@ -21576,7 +21582,7 @@
21582
"zh-chs": "不要连接到服务器",
21583
"zh-cht": "不要連接到伺服器",
21584
"xloc": [
21579
- "default.handlebars->39->1960"
21585
+ "default.handlebars->39->1962"
21586
]
21587
},
21588
{
@@ -21693,7 +21699,7 @@
21699
"zh-chs": "下",
21700
"xloc": [
21701
"default-mobile.handlebars->11->426",
21696
- "default.handlebars->39->1233"
21702
+ "default.handlebars->39->1235"
21703
]
21704
},
21705
{
@@ -21796,7 +21802,7 @@
21802
"zh-cht": "下載檔案",
21803
"xloc": [
21804
"default-mobile.handlebars->11->505",
21799
- "default.handlebars->39->1366",
21805
+ "default.handlebars->39->1368",
21806
"sharing.handlebars->11->82"
21807
]
21808
},
@@ -21922,7 +21928,7 @@
21928
"zh-chs": "下载报告",
21929
"zh-cht": "下載報告",
21930
"xloc": [
21925
- "default.handlebars->39->2356",
21931
+ "default.handlebars->39->2358",
21932
"default.handlebars->container->column_l->p3->3->1->0->3",
21933
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21934
]
@@ -22023,7 +22029,7 @@
22029
"tr": "Cihaz listesini indir",
22030
"zh-chs": "下载设备列表",
22031
"xloc": [
22026
- "default.handlebars->39->1924"
22032
+ "default.handlebars->39->1926"
22033
]
22034
},
22035
{
@@ -22222,7 +22228,7 @@
22228
"zh-chs": "使用以下一种档案格式下载事件列表。",
22229
"zh-cht": "使用以下一種檔案格式下載事件列表。",
22230
"xloc": [
22225
- "default.handlebars->39->2357"
22231
+ "default.handlebars->39->2359"
22232
]
22233
},
22234
{
@@ -22247,7 +22253,7 @@
22253
"zh-chs": "使用以下一种档案格式下载用户列表。",
22254
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
22255
"xloc": [
22250
- "default.handlebars->39->2425"
22256
+ "default.handlebars->39->2427"
22257
]
22258
},
22259
{
@@ -22348,7 +22354,7 @@
22354
"zh-chs": "下载:“{0}”",
22355
"zh-cht": "下載:“{0}”",
22356
"xloc": [
22351
- "default.handlebars->39->2228"
22357
+ "default.handlebars->39->2230"
22358
]
22359
},
22360
{
@@ -22372,7 +22378,7 @@
22378
"tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
22379
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
22380
"xloc": [
22375
- "default.handlebars->39->2285"
22381
+ "default.handlebars->39->2287"
22382
]
22383
},
22384
{
@@ -22422,7 +22428,7 @@
22428
"zh-chs": "代理重复",
22429
"zh-cht": "代理重複",
22430
"xloc": [
22425
- "default.handlebars->39->2891"
22431
+ "default.handlebars->39->2893"
22432
]
22433
},
22434
{
@@ -22472,7 +22478,7 @@
22478
"zh-chs": "复制用户组",
22479
"zh-cht": "複製用戶群",
22480
"xloc": [
22475
- "default.handlebars->39->2494"
22481
+ "default.handlebars->39->2496"
22482
]
22483
},
22484
{
@@ -22521,9 +22527,9 @@
22527
"xloc": [
22528
"default.handlebars->39->1076",
22529
"default.handlebars->39->271",
22524
- "default.handlebars->39->2724",
22530
+ "default.handlebars->39->2726",
22531
"default.handlebars->39->273",
22526
- "default.handlebars->39->2750",
22532
+ "default.handlebars->39->2752",
22533
"player.handlebars->3->18"
22534
]
22535
},
@@ -22571,7 +22577,7 @@
22577
"zh-chs": "荷兰文(比利时)",
22578
"zh-cht": "荷蘭文(比利時)",
22579
"xloc": [
22574
- "default.handlebars->39->1567"
22580
+ "default.handlebars->39->1569"
22581
]
22582
},
22583
{
@@ -22596,7 +22602,7 @@
22602
"zh-chs": "荷兰文(标准)",
22603
"zh-cht": "荷蘭文(標準)",
22604
"xloc": [
22599
- "default.handlebars->39->1566"
22605
+ "default.handlebars->39->1568"
22606
]
22607
},
22608
{
@@ -23011,12 +23017,12 @@
23017
"default-mobile.handlebars->11->654",
23018
"default-mobile.handlebars->11->660",
23019
"default-mobile.handlebars->11->680",
23014
- "default.handlebars->39->1970",
23015
- "default.handlebars->39->1973",
23016
- "default.handlebars->39->1976",
23017
- "default.handlebars->39->2013",
23018
- "default.handlebars->39->2039",
23019
- "default.handlebars->39->2051"
23020
+ "default.handlebars->39->1972",
23021
+ "default.handlebars->39->1975",
23022
+ "default.handlebars->39->1978",
23023
+ "default.handlebars->39->2015",
23024
+ "default.handlebars->39->2041",
23025
+ "default.handlebars->39->2053"
23026
]
23027
},
23028
{
@@ -23041,7 +23047,7 @@
23047
"zh-chs": "编辑设备组功能",
23048
"zh-cht": "編輯裝置群功能",
23049
"xloc": [
23044
- "default.handlebars->39->1999"
23050
+ "default.handlebars->39->2001"
23051
]
23052
},
23053
{
@@ -23066,8 +23072,8 @@
23072
"zh-chs": "编辑设备组权限",
23073
"zh-cht": "編輯裝置群權限",
23074
"xloc": [
23069
- "default.handlebars->39->2036",
23070
- "default.handlebars->39->2048"
23075
+ "default.handlebars->39->2038",
23076
+ "default.handlebars->39->2050"
23077
]
23078
},
23079
{
@@ -23092,7 +23098,7 @@
23098
"zh-chs": "编辑设备组用户同意",
23099
"zh-cht": "編輯裝置群用戶同意",
23100
"xloc": [
23095
- "default.handlebars->39->1977"
23101
+ "default.handlebars->39->1979"
23102
]
23103
},
23104
{
@@ -23118,7 +23124,7 @@
23124
"zh-cht": "編輯裝置筆記",
23125
"xloc": [
23126
"default-mobile.handlebars->11->672",
23121
- "default.handlebars->39->2027"
23127
+ "default.handlebars->39->2029"
23128
]
23129
},
23130
{
@@ -23143,8 +23149,8 @@
23149
"zh-chs": "编辑设备权限",
23150
"zh-cht": "編輯裝置權限",
23151
"xloc": [
23146
- "default.handlebars->39->2041",
23147
- "default.handlebars->39->2043"
23152
+ "default.handlebars->39->2043",
23153
+ "default.handlebars->39->2045"
23154
]
23155
},
23156
{
@@ -23194,7 +23200,7 @@
23200
"zh-chs": "编辑设备用户同意",
23201
"zh-cht": "編輯裝置用戶同意",
23202
"xloc": [
23197
- "default.handlebars->39->1979"
23203
+ "default.handlebars->39->1981"
23204
]
23205
},
23206
{
@@ -23277,7 +23283,7 @@
23283
"zh-cht": "編輯筆記",
23284
"xloc": [
23285
"default-mobile.handlebars->11->687",
23280
- "default.handlebars->39->2058"
23286
+ "default.handlebars->39->2060"
23287
]
23288
},
23289
{
@@ -23302,7 +23308,7 @@
23308
"zh-chs": "编辑用户同意",
23309
"zh-cht": "編輯用戶同意",
23310
"xloc": [
23305
- "default.handlebars->39->1978"
23311
+ "default.handlebars->39->1980"
23312
]
23313
},
23314
{
@@ -23327,7 +23333,7 @@
23333
"zh-chs": "编辑用户设备组权限",
23334
"zh-cht": "編輯用戶裝置群權限",
23335
"xloc": [
23330
- "default.handlebars->39->2049"
23336
+ "default.handlebars->39->2051"
23337
]
23338
},
23339
{
@@ -23352,7 +23358,7 @@
23358
"zh-chs": "编辑用户设备权限",
23359
"zh-cht": "編輯用戶裝置權限",
23360
"xloc": [
23355
- "default.handlebars->39->2044"
23361
+ "default.handlebars->39->2046"
23362
]
23363
},
23364
{
@@ -23376,7 +23382,7 @@
23382
"tr": "Kullanıcı Özelliklerini Düzenle",
23383
"zh-chs": "编辑用户特征",
23384
"xloc": [
23379
- "default.handlebars->39->2662"
23385
+ "default.handlebars->39->2664"
23386
]
23387
},
23388
{
@@ -23401,7 +23407,7 @@
23407
"zh-chs": "编辑用户组",
23408
"zh-cht": "編輯用戶群",
23409
"xloc": [
23404
- "default.handlebars->39->2550"
23410
+ "default.handlebars->39->2552"
23411
]
23412
},
23413
{
@@ -23426,7 +23432,7 @@
23432
"zh-chs": "编辑用户组设备权限",
23433
"zh-cht": "編輯用戶群裝置權限",
23434
"xloc": [
23429
- "default.handlebars->39->2046"
23435
+ "default.handlebars->39->2048"
23436
]
23437
},
23438
{
@@ -23446,7 +23452,7 @@
23452
"tr": "Kullanıcı Grubu Özelliklerini Düzenle",
23453
"pt-br": "Editar recursos de Grupo de Usuários",
23454
"xloc": [
23449
- "default.handlebars->39->2543"
23455
+ "default.handlebars->39->2545"
23456
]
23457
},
23458
{
@@ -23471,7 +23477,7 @@
23477
"zh-chs": "编辑用户组用户同意",
23478
"zh-cht": "編輯用戶組用戶同意",
23479
"xloc": [
23474
- "default.handlebars->39->1980"
23480
+ "default.handlebars->39->1982"
23481
]
23482
},
23483
{
@@ -23590,12 +23596,12 @@
23596
"zh-cht": "電郵",
23597
"xloc": [
23598
"default-mobile.handlebars->11->109",
23593
- "default.handlebars->39->2443",
23594
- "default.handlebars->39->2576",
23599
+ "default.handlebars->39->2445",
23600
"default.handlebars->39->2578",
23596
- "default.handlebars->39->2623",
23597
- "default.handlebars->39->2633",
23598
- "default.handlebars->39->2665",
23601
+ "default.handlebars->39->2580",
23602
+ "default.handlebars->39->2625",
23603
+ "default.handlebars->39->2635",
23604
+ "default.handlebars->39->2667",
23605
"default.handlebars->39->486",
23606
"login-mobile.handlebars->5->42",
23607
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -23633,7 +23639,7 @@
23639
"zh-cht": "電郵地址變更",
23640
"xloc": [
23641
"default-mobile.handlebars->11->110",
23636
- "default.handlebars->39->1757"
23642
+ "default.handlebars->39->1759"
23643
]
23644
},
23645
{
@@ -23659,7 +23665,7 @@
23665
"zh-cht": "電郵認證",
23666
"xloc": [
23667
"default-mobile.handlebars->11->99",
23662
- "default.handlebars->39->1497"
23668
+ "default.handlebars->39->1499"
23669
]
23670
},
23671
{
@@ -23706,7 +23712,7 @@
23712
"tr": "E-posta Bağlantısı",
23713
"pt-br": "Conexão de e-mail",
23714
"xloc": [
23709
- "default.handlebars->39->1875",
23715
+ "default.handlebars->39->1877",
23716
"default.handlebars->39->858"
23717
]
23718
},
@@ -23727,7 +23733,7 @@
23733
"tr": "E-posta Bağlantısını Kes",
23734
"pt-br": "Desconexão de e-mail",
23735
"xloc": [
23730
- "default.handlebars->39->1876",
23736
+ "default.handlebars->39->1878",
23737
"default.handlebars->39->859"
23738
]
23739
},
@@ -23748,7 +23754,7 @@
23754
"tr": "E-posta Bildirimleri",
23755
"pt-br": "Notificação por e-mail",
23756
"xloc": [
23751
- "default.handlebars->39->2107",
23757
+ "default.handlebars->39->2109",
23758
"default.handlebars->39->982"
23759
]
23760
},
@@ -23797,7 +23803,7 @@
23803
"zh-cht": "電郵驗證",
23804
"xloc": [
23805
"default-mobile.handlebars->11->108",
23800
- "default.handlebars->39->1755"
23806
+ "default.handlebars->39->1757"
23807
]
23808
},
23809
{
@@ -23807,7 +23813,7 @@
23813
"pl": "Domena email \\\"{0}\\\" jest niedozwolona. Tylko ({1}) jest dopuszczona",
23814
"xloc": [
23815
"default-mobile.handlebars->11->745",
23810
- "default.handlebars->39->2874"
23816
+ "default.handlebars->39->2876"
23817
]
23818
},
23819
{
@@ -23857,7 +23863,7 @@
23863
"zh-chs": "电邮未验证",
23864
"zh-cht": "電郵未驗證",
23865
"xloc": [
23860
- "default.handlebars->39->2387"
23866
+ "default.handlebars->39->2389"
23867
]
23868
},
23869
{
@@ -23882,8 +23888,8 @@
23888
"zh-chs": "电子邮件已验证",
23889
"zh-cht": "電子郵件已驗證",
23890
"xloc": [
23885
- "default.handlebars->39->2388",
23886
- "default.handlebars->39->2570"
23891
+ "default.handlebars->39->2390",
23892
+ "default.handlebars->39->2572"
23893
]
23894
},
23895
{
@@ -23908,7 +23914,7 @@
23914
"zh-chs": "电邮已验证。",
23915
"zh-cht": "電郵已驗證。",
23916
"xloc": [
23911
- "default.handlebars->39->2449"
23917
+ "default.handlebars->39->2451"
23918
]
23919
},
23920
{
@@ -23933,7 +23939,7 @@
23939
"zh-chs": "电邮未验证",
23940
"zh-cht": "電郵未驗證",
23941
"xloc": [
23936
- "default.handlebars->39->2571"
23942
+ "default.handlebars->39->2573"
23943
]
23944
},
23945
{
@@ -23980,7 +23986,7 @@
23986
"zh-cht": "電郵已發送。",
23987
"xloc": [
23988
"default-mobile.handlebars->11->729",
23983
- "default.handlebars->39->2858",
23989
+ "default.handlebars->39->2860",
23990
"login-mobile.handlebars->5->2",
23991
"login.handlebars->5->2",
23992
"login2.handlebars->7->3"
@@ -24056,7 +24062,7 @@
24062
"zh-chs": "已通过电邮验证,并且需要重置密码。",
24063
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
24064
"xloc": [
24059
- "default.handlebars->39->2450"
24065
+ "default.handlebars->39->2452"
24066
]
24067
},
24068
{
@@ -24102,7 +24108,7 @@
24108
"tr": "E-posta/SMS/Push Trafiği",
24109
"zh-chs": "电子邮件/短信/推送流量",
24110
"xloc": [
24105
- "default.handlebars->39->2950"
24111
+ "default.handlebars->39->2952"
24112
]
24113
},
24114
{
@@ -24172,7 +24178,7 @@
24178
"zh-chs": "启用邀请代码",
24179
"zh-cht": "啟用邀請代碼",
24180
"xloc": [
24175
- "default.handlebars->39->2083"
24181
+ "default.handlebars->39->2085"
24182
]
24183
},
24184
{
@@ -24223,7 +24229,7 @@
24229
"zh-cht": "啟用電郵二因子鑑別。",
24230
"xloc": [
24231
"default-mobile.handlebars->11->101",
24226
- "default.handlebars->39->1499"
24232
+ "default.handlebars->39->1501"
24233
]
24234
},
24235
{
@@ -24274,7 +24280,7 @@
24280
"zh-cht": "已啟用",
24281
"xloc": [
24282
"default.handlebars->39->120",
24277
- "default.handlebars->39->2752"
24283
+ "default.handlebars->39->2754"
24284
]
24285
},
24286
{
@@ -24299,7 +24305,7 @@
24305
"zh-chs": "启用电子邮件两因素身份验证",
24306
"zh-cht": "啟用電子郵件兩因素身份驗證",
24307
"xloc": [
24302
- "default.handlebars->39->2267"
24308
+ "default.handlebars->39->2269"
24309
]
24310
},
24311
{
@@ -24355,7 +24361,7 @@
24361
"tr": "kodlama: RAW",
24362
"pt-br": "Codificação: RAW",
24363
"xloc": [
24358
- "default.handlebars->39->1373"
24364
+ "default.handlebars->39->1375"
24365
]
24366
},
24367
{
@@ -24375,7 +24381,7 @@
24381
"tr": "Kodlama: UTF8",
24382
"pt-br": "Codificação: UTF8",
24383
"xloc": [
24378
- "default.handlebars->39->1374"
24384
+ "default.handlebars->39->1376"
24385
]
24386
},
24387
{
@@ -24400,7 +24406,7 @@
24406
"zh-chs": "结尾",
24407
"xloc": [
24408
"default-mobile.handlebars->11->420",
24403
- "default.handlebars->39->1227"
24409
+ "default.handlebars->39->1229"
24410
]
24411
},
24412
{
@@ -24425,7 +24431,7 @@
24431
"zh-chs": "时间结束",
24432
"zh-cht": "時間結束",
24433
"xloc": [
24428
- "default.handlebars->39->2749"
24434
+ "default.handlebars->39->2751"
24435
]
24436
},
24437
{
@@ -24450,7 +24456,7 @@
24456
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
24457
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
24458
"xloc": [
24453
- "default.handlebars->39->2190"
24459
+ "default.handlebars->39->2192"
24460
]
24461
},
24462
{
@@ -24475,7 +24481,7 @@
24481
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
24482
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
24483
"xloc": [
24478
- "default.handlebars->39->2191"
24484
+ "default.handlebars->39->2193"
24485
]
24486
},
24487
{
@@ -24499,7 +24505,7 @@
24505
"tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi",
24506
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
24507
"xloc": [
24502
- "default.handlebars->39->2300"
24508
+ "default.handlebars->39->2302"
24509
]
24510
},
24511
{
@@ -24523,7 +24529,7 @@
24529
"tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye",
24530
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
24531
"xloc": [
24526
- "default.handlebars->39->2291"
24532
+ "default.handlebars->39->2293"
24533
]
24534
},
24535
{
@@ -24548,7 +24554,7 @@
24554
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
24555
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
24556
"xloc": [
24551
- "default.handlebars->39->2188"
24557
+ "default.handlebars->39->2190"
24558
]
24559
},
24560
{
@@ -24573,7 +24579,7 @@
24579
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
24580
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
24581
"xloc": [
24576
- "default.handlebars->39->2189"
24582
+ "default.handlebars->39->2191"
24583
]
24584
},
24585
{
@@ -24598,7 +24604,7 @@
24604
"zh-chs": "英文",
24605
"zh-cht": "英文",
24606
"xloc": [
24601
- "default.handlebars->39->1568"
24607
+ "default.handlebars->39->1570"
24608
]
24609
},
24610
{
@@ -24623,7 +24629,7 @@
24629
"zh-chs": "英文(澳洲)",
24630
"zh-cht": "英文(澳洲)",
24631
"xloc": [
24626
- "default.handlebars->39->1569"
24632
+ "default.handlebars->39->1571"
24633
]
24634
},
24635
{
@@ -24648,7 +24654,7 @@
24654
"zh-chs": "英文(伯利茲)",
24655
"zh-cht": "英文(伯利茲)",
24656
"xloc": [
24651
- "default.handlebars->39->1570"
24657
+ "default.handlebars->39->1572"
24658
]
24659
},
24660
{
@@ -24673,7 +24679,7 @@
24679
"zh-chs": "英文(加拿大)",
24680
"zh-cht": "英文(加拿大)",
24681
"xloc": [
24676
- "default.handlebars->39->1571"
24682
+ "default.handlebars->39->1573"
24683
]
24684
},
24685
{
@@ -24698,7 +24704,7 @@
24704
"zh-chs": "英文(爱尔兰)",
24705
"zh-cht": "英文(愛爾蘭)",
24706
"xloc": [
24701
- "default.handlebars->39->1572"
24707
+ "default.handlebars->39->1574"
24708
]
24709
},
24710
{
@@ -24723,7 +24729,7 @@
24729
"zh-chs": "英文(牙买加)",
24730
"zh-cht": "英文(牙買加)",
24731
"xloc": [
24726
- "default.handlebars->39->1573"
24732
+ "default.handlebars->39->1575"
24733
]
24734
},
24735
{
@@ -24748,7 +24754,7 @@
24754
"zh-chs": "英文(纽西兰)",
24755
"zh-cht": "英文(紐西蘭)",
24756
"xloc": [
24751
- "default.handlebars->39->1574"
24757
+ "default.handlebars->39->1576"
24758
]
24759
},
24760
{
@@ -24773,7 +24779,7 @@
24779
"zh-chs": "英文(菲律宾)",
24780
"zh-cht": "英文(菲律賓)",
24781
"xloc": [
24776
- "default.handlebars->39->1575"
24782
+ "default.handlebars->39->1577"
24783
]
24784
},
24785
{
@@ -24798,7 +24804,7 @@
24804
"zh-chs": "英语(南非)",
24805
"zh-cht": "英語(南非)",
24806
"xloc": [
24801
- "default.handlebars->39->1576"
24807
+ "default.handlebars->39->1578"
24808
]
24809
},
24810
{
@@ -24823,7 +24829,7 @@
24829
"zh-chs": "英文(特立尼达和多巴哥)",
24830
"zh-cht": "英文(特立尼達和多巴哥)",
24831
"xloc": [
24826
- "default.handlebars->39->1577"
24832
+ "default.handlebars->39->1579"
24833
]
24834
},
24835
{
@@ -24848,7 +24854,7 @@
24854
"zh-chs": "英文(英国)",
24855
"zh-cht": "英文(英國)",
24856
"xloc": [
24851
- "default.handlebars->39->1578"
24857
+ "default.handlebars->39->1580"
24858
]
24859
},
24860
{
@@ -24873,7 +24879,7 @@
24879
"zh-chs": "美国英文",
24880
"zh-cht": "美國英語",
24881
"xloc": [
24876
- "default.handlebars->39->1579"
24882
+ "default.handlebars->39->1581"
24883
]
24884
},
24885
{
@@ -24898,7 +24904,7 @@
24904
"zh-chs": "英文(津巴布韦)",
24905
"zh-cht": "英文(津巴布韋)",
24906
"xloc": [
24901
- "default.handlebars->39->1580"
24907
+ "default.handlebars->39->1582"
24908
]
24909
},
24910
{
@@ -24945,10 +24951,10 @@
24951
"zh-cht": "輸入",
24952
"xloc": [
24953
"default-mobile.handlebars->11->414",
24948
- "default.handlebars->39->1221",
24949
- "default.handlebars->39->1338",
24950
- "default.handlebars->39->1794",
24951
- "default.handlebars->39->1795",
24954
+ "default.handlebars->39->1223",
24955
+ "default.handlebars->39->1340",
24956
+ "default.handlebars->39->1796",
24957
+ "default.handlebars->39->1797",
24958
"sharing.handlebars->11->55"
24959
]
24960
},
@@ -24974,7 +24980,7 @@
24980
"zh-chs": "输入管理领域名称的逗号分隔列表。",
24981
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
24982
"xloc": [
24977
- "default.handlebars->39->2454"
24983
+ "default.handlebars->39->2456"
24984
]
24985
},
24986
{
@@ -25070,7 +25076,7 @@
25076
"zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
25077
"zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
25078
"xloc": [
25073
- "default.handlebars->39->1251"
25079
+ "default.handlebars->39->1253"
25080
]
25081
},
25082
{
@@ -25189,7 +25195,7 @@
25195
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
25196
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
25197
"xloc": [
25192
- "default.handlebars->39->1494"
25198
+ "default.handlebars->39->1496"
25199
]
25200
},
25201
{
@@ -25311,7 +25317,7 @@
25317
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
25318
"xloc": [
25319
"default-mobile.handlebars->11->737",
25314
- "default.handlebars->39->2866"
25320
+ "default.handlebars->39->2868"
25321
]
25322
},
25323
{
@@ -25336,7 +25342,7 @@
25342
"zh-chs": "错误,密码未更改。",
25343
"xloc": [
25344
"default-mobile.handlebars->11->734",
25339
- "default.handlebars->39->2863"
25345
+ "default.handlebars->39->2865"
25346
]
25347
},
25348
{
@@ -25361,7 +25367,7 @@
25367
"zh-chs": "错误,无法更改为常用密码。",
25368
"xloc": [
25369
"default-mobile.handlebars->11->733",
25364
- "default.handlebars->39->2862"
25370
+ "default.handlebars->39->2864"
25371
]
25372
},
25373
{
@@ -25386,7 +25392,7 @@
25392
"zh-chs": "错误,无法更改为以前使用的密码。",
25393
"xloc": [
25394
"default-mobile.handlebars->11->732",
25389
- "default.handlebars->39->2861"
25395
+ "default.handlebars->39->2863"
25396
]
25397
},
25398
{
@@ -25436,7 +25442,7 @@
25442
"zh-chs": "逃脱",
25443
"xloc": [
25444
"default-mobile.handlebars->11->415",
25439
- "default.handlebars->39->1222"
25445
+ "default.handlebars->39->1224"
25446
]
25447
},
25448
{
@@ -25461,7 +25467,7 @@
25467
"zh-chs": "世界文",
25468
"zh-cht": "世界語",
25469
"xloc": [
25464
- "default.handlebars->39->1581"
25470
+ "default.handlebars->39->1583"
25471
]
25472
},
25473
{
@@ -25507,7 +25513,7 @@
25513
"zh-chs": "爱沙尼亚文",
25514
"zh-cht": "愛沙尼亞語",
25515
"xloc": [
25510
- "default.handlebars->39->1582"
25516
+ "default.handlebars->39->1584"
25517
]
25518
},
25519
{
@@ -25553,7 +25559,7 @@
25559
"zh-chs": "事件详情",
25560
"zh-cht": "事件詳情",
25561
"xloc": [
25556
- "default.handlebars->39->1382"
25562
+ "default.handlebars->39->1384"
25563
]
25564
},
25565
{
@@ -25578,7 +25584,7 @@
25584
"zh-chs": "事件列表输出",
25585
"zh-cht": "事件列表輸出",
25586
"xloc": [
25581
- "default.handlebars->39->2362"
25587
+ "default.handlebars->39->2364"
25588
]
25589
},
25590
{
@@ -25757,7 +25763,7 @@
25763
"zh-cht": "到期時間",
25764
"xloc": [
25765
"default.handlebars->39->1071",
25760
- "default.handlebars->39->1745",
25766
+ "default.handlebars->39->1747",
25767
"default.handlebars->39->276"
25768
]
25769
},
@@ -25808,7 +25814,7 @@
25814
"zh-chs": "过期{0}",
25815
"zh-cht": "過期{0}",
25816
"xloc": [
25811
- "default.handlebars->39->1808",
25817
+ "default.handlebars->39->1810",
25818
"sharing.handlebars->11->95"
25819
]
25820
},
@@ -25859,7 +25865,7 @@
25865
"zh-chs": "扩充式ASCII",
25866
"zh-cht": "擴充式ASCII",
25867
"xloc": [
25862
- "default.handlebars->39->1304",
25868
+ "default.handlebars->39->1306",
25869
"sharing.handlebars->11->34"
25870
]
25871
},
@@ -25911,7 +25917,7 @@
25917
"zh-chs": "外部",
25918
"zh-cht": "外部",
25919
"xloc": [
25914
- "default.handlebars->39->2930"
25920
+ "default.handlebars->39->2932"
25921
]
25922
},
25923
{
@@ -25920,7 +25926,7 @@
25926
"pt-br": "Chave FIDO",
25927
"pl": "Klucz FIDO",
25928
"xloc": [
25923
- "default.handlebars->39->2816"
25929
+ "default.handlebars->39->2818"
25930
]
25931
},
25932
{
@@ -25970,7 +25976,7 @@
25976
"zh-chs": "FYRO马其顿语",
25977
"zh-cht": "FYRO馬其頓語",
25978
"xloc": [
25973
- "default.handlebars->39->1632"
25979
+ "default.handlebars->39->1634"
25980
]
25981
},
25982
{
@@ -25995,7 +26001,7 @@
26001
"zh-chs": "法罗语",
26002
"zh-cht": "法羅語",
26003
"xloc": [
25998
- "default.handlebars->39->1583"
26004
+ "default.handlebars->39->1585"
26005
]
26006
},
26007
{
@@ -26045,7 +26051,7 @@
26051
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
26052
"xloc": [
26053
"default-mobile.handlebars->11->728",
26048
- "default.handlebars->39->2857"
26054
+ "default.handlebars->39->2859"
26055
]
26056
},
26057
{
@@ -26094,7 +26100,7 @@
26100
"zh-chs": "本地用户拒绝后无法启动远程桌面",
26101
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
26102
"xloc": [
26097
- "default.handlebars->39->2213"
26103
+ "default.handlebars->39->2215"
26104
]
26105
},
26106
{
@@ -26140,7 +26146,7 @@
26146
"zh-chs": "本地用户拒绝后无法启动远程文件",
26147
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
26148
"xloc": [
26143
- "default.handlebars->39->2220"
26149
+ "default.handlebars->39->2222"
26150
]
26151
},
26152
{
@@ -26214,7 +26220,7 @@
26220
"zh-chs": "波斯文(波斯文)",
26221
"zh-cht": "波斯語(波斯語)",
26222
"xloc": [
26217
- "default.handlebars->39->1584"
26223
+ "default.handlebars->39->1586"
26224
]
26225
},
26226
{
@@ -26266,9 +26272,9 @@
26272
"zh-chs": "功能",
26273
"zh-cht": "功能",
26274
"xloc": [
26269
- "default.handlebars->39->1859",
26270
- "default.handlebars->39->2506",
26271
- "default.handlebars->39->2594"
26275
+ "default.handlebars->39->1861",
26276
+ "default.handlebars->39->2508",
26277
+ "default.handlebars->39->2596"
26278
]
26279
},
26280
{
@@ -26293,7 +26299,7 @@
26299
"zh-chs": "斐济",
26300
"zh-cht": "斐濟",
26301
"xloc": [
26296
- "default.handlebars->39->1585"
26302
+ "default.handlebars->39->1587"
26303
]
26304
},
26305
{
@@ -26344,7 +26350,7 @@
26350
"zh-cht": "檔案編輯器",
26351
"xloc": [
26352
"default-mobile.handlebars->11->489",
26347
- "default.handlebars->39->1350",
26353
+ "default.handlebars->39->1352",
26354
"default.handlebars->39->741",
26355
"sharing.handlebars->11->66"
26356
]
@@ -26393,8 +26399,8 @@
26399
"zh-chs": "档案操作",
26400
"zh-cht": "檔案操作",
26401
"xloc": [
26396
- "default.handlebars->39->1329",
26402
"default.handlebars->39->1331",
26403
+ "default.handlebars->39->1333",
26404
"sharing.handlebars->11->46",
26405
"sharing.handlebars->11->48"
26406
]
@@ -26445,7 +26451,7 @@
26451
"tr": "Dosya transferi",
26452
"zh-chs": "文件传输",
26453
"xloc": [
26448
- "default.handlebars->39->2730"
26454
+ "default.handlebars->39->2732"
26455
]
26456
},
26457
{
@@ -26470,7 +26476,7 @@
26476
"zh-chs": "文件系统驱动",
26477
"zh-cht": "FileSystemDriver",
26478
"xloc": [
26473
- "default.handlebars->39->1268"
26479
+ "default.handlebars->39->1270"
26480
]
26481
},
26482
{
@@ -26498,12 +26504,12 @@
26504
"default-mobile.handlebars->11->216",
26505
"default-mobile.handlebars->11->352",
26506
"default.handlebars->39->1044",
26501
- "default.handlebars->39->1910",
26502
- "default.handlebars->39->1988",
26503
- "default.handlebars->39->2737",
26504
- "default.handlebars->39->2796",
26505
- "default.handlebars->39->2827",
26506
- "default.handlebars->39->2918",
26507
+ "default.handlebars->39->1912",
26508
+ "default.handlebars->39->1990",
26509
+ "default.handlebars->39->2739",
26510
+ "default.handlebars->39->2798",
26511
+ "default.handlebars->39->2829",
26512
+ "default.handlebars->39->2920",
26513
"default.handlebars->39->407",
26514
"default.handlebars->39->960",
26515
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -26558,9 +26564,9 @@
26564
"zh-chs": "档案通知",
26565
"zh-cht": "檔案通知",
26566
"xloc": [
26561
- "default.handlebars->39->1867",
26562
- "default.handlebars->39->2514",
26563
- "default.handlebars->39->2616",
26567
+ "default.handlebars->39->1869",
26568
+ "default.handlebars->39->2516",
26569
+ "default.handlebars->39->2618",
26570
"default.handlebars->39->850"
26571
]
26572
},
@@ -26586,9 +26592,9 @@
26592
"zh-chs": "档案提示",
26593
"zh-cht": "檔案提示",
26594
"xloc": [
26589
- "default.handlebars->39->1866",
26590
- "default.handlebars->39->2513",
26591
- "default.handlebars->39->2615",
26595
+ "default.handlebars->39->1868",
26596
+ "default.handlebars->39->2515",
26597
+ "default.handlebars->39->2617",
26598
"default.handlebars->39->849"
26599
]
26600
},
@@ -26615,7 +26621,7 @@
26621
"zh-cht": "過濾",
26622
"xloc": [
26623
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
26618
- "default.handlebars->39->1334",
26624
+ "default.handlebars->39->1336",
26625
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
26626
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
26627
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -26690,7 +26696,7 @@
26696
"zh-chs": "查找文件",
26697
"zh-cht": "查找文件",
26698
"xloc": [
26693
- "default.handlebars->39->1337",
26699
+ "default.handlebars->39->1339",
26700
"sharing.handlebars->11->54"
26701
]
26702
},
@@ -26701,7 +26707,7 @@
26707
"fr": "Fin de l'enregistrement de la session \\\"{0}\\\", {1} seconde(s)",
26708
"pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)",
26709
"xloc": [
26704
- "default.handlebars->39->2325"
26710
+ "default.handlebars->39->2327"
26711
]
26712
},
26713
{
@@ -26726,7 +26732,7 @@
26732
"zh-chs": "录制会话已完成,{0}秒",
26733
"zh-cht": "錄製會話已完成,{0}秒",
26734
"xloc": [
26729
- "default.handlebars->39->2186"
26735
+ "default.handlebars->39->2188"
26736
]
26737
},
26738
{
@@ -26751,7 +26757,7 @@
26757
"zh-chs": "芬兰",
26758
"zh-cht": "芬蘭",
26759
"xloc": [
26754
- "default.handlebars->39->1586"
26760
+ "default.handlebars->39->1588"
26761
]
26762
},
26763
{
@@ -26802,8 +26808,8 @@
26808
"tr": "Güvenlik duvarı etkin değil",
26809
"zh-chs": "防火墙未激活",
26810
"xloc": [
26805
- "default.handlebars->39->2118",
26806
- "default.handlebars->39->2132"
26811
+ "default.handlebars->39->2120",
26812
+ "default.handlebars->39->2134"
26813
]
26814
},
26815
{
@@ -26853,7 +26859,7 @@
26859
"tr": "Bayraklar",
26860
"pt-br": "Flags",
26861
"xloc": [
26856
- "default.handlebars->39->2335"
26862
+ "default.handlebars->39->2337"
26863
]
26864
},
26865
{
@@ -27137,8 +27143,8 @@
27143
"zh-chs": "下次登录时强制重置密码。",
27144
"zh-cht": "下次登入時強制重置密碼。",
27145
"xloc": [
27140
- "default.handlebars->39->2448",
27141
- "default.handlebars->39->2676"
27146
+ "default.handlebars->39->2450",
27147
+ "default.handlebars->39->2678"
27148
]
27149
},
27150
{
@@ -27158,7 +27164,7 @@
27164
"tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu",
27165
"pt-br": "Sessão de área de trabalho do usuário {0} desconectada a força",
27166
"xloc": [
27161
- "default.handlebars->39->2313"
27167
+ "default.handlebars->39->2315"
27168
]
27169
},
27170
{
@@ -27178,7 +27184,7 @@
27184
"tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu",
27185
"pt-br": "Sessão de arquivos do usuário {0} desconectada a força",
27186
"xloc": [
27181
- "default.handlebars->39->2315"
27187
+ "default.handlebars->39->2317"
27188
]
27189
},
27190
{
@@ -27198,7 +27204,7 @@
27204
"tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu",
27205
"pt-br": "Sessão de roteamento do usuário {0} desconectada a força",
27206
"xloc": [
27201
- "default.handlebars->39->2316"
27207
+ "default.handlebars->39->2318"
27208
]
27209
},
27210
{
@@ -27218,7 +27224,7 @@
27224
"tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu",
27225
"pt-br": "Sessão de terminal do usuário {0} desconectada a força",
27226
"xloc": [
27221
- "default.handlebars->39->2314"
27227
+ "default.handlebars->39->2316"
27228
]
27229
},
27230
{
@@ -27321,7 +27327,7 @@
27327
"zh-chs": "格式化",
27328
"zh-cht": "格式化",
27329
"xloc": [
27324
- "default.handlebars->39->2353"
27330
+ "default.handlebars->39->2355"
27331
]
27332
},
27333
{
@@ -27394,8 +27400,8 @@
27400
"zh-chs": "自由",
27401
"zh-cht": "自由",
27402
"xloc": [
27397
- "default.handlebars->39->2876",
27398
- "default.handlebars->39->2878"
27403
+ "default.handlebars->39->2878",
27404
+ "default.handlebars->39->2880"
27405
]
27406
},
27407
{
@@ -27446,7 +27452,7 @@
27452
"zh-chs": "法文(比利时)",
27453
"zh-cht": "法語(比利時)",
27454
"xloc": [
27449
- "default.handlebars->39->1588"
27455
+ "default.handlebars->39->1590"
27456
]
27457
},
27458
{
@@ -27471,7 +27477,7 @@
27477
"zh-chs": "法文(加拿大)",
27478
"zh-cht": "法語(加拿大)",
27479
"xloc": [
27474
- "default.handlebars->39->1589"
27480
+ "default.handlebars->39->1591"
27481
]
27482
},
27483
{
@@ -27496,7 +27502,7 @@
27502
"zh-chs": "法文(法国)",
27503
"zh-cht": "法語(法國)",
27504
"xloc": [
27499
- "default.handlebars->39->1590"
27505
+ "default.handlebars->39->1592"
27506
]
27507
},
27508
{
@@ -27521,7 +27527,7 @@
27527
"zh-chs": "法文(卢森堡)",
27528
"zh-cht": "法語(盧森堡)",
27529
"xloc": [
27524
- "default.handlebars->39->1591"
27530
+ "default.handlebars->39->1593"
27531
]
27532
},
27533
{
@@ -27546,7 +27552,7 @@
27552
"zh-chs": "法文(摩纳哥)",
27553
"zh-cht": "法語(摩納哥)",
27554
"xloc": [
27549
- "default.handlebars->39->1592"
27555
+ "default.handlebars->39->1594"
27556
]
27557
},
27558
{
@@ -27571,7 +27577,7 @@
27577
"zh-chs": "法文(标准)",
27578
"zh-cht": "法語(標準)",
27579
"xloc": [
27574
- "default.handlebars->39->1587"
27580
+ "default.handlebars->39->1589"
27581
]
27582
},
27583
{
@@ -27596,7 +27602,7 @@
27602
"zh-chs": "法文(瑞士)",
27603
"zh-cht": "法語(瑞士)",
27604
"xloc": [
27599
- "default.handlebars->39->1593"
27605
+ "default.handlebars->39->1595"
27606
]
27607
},
27608
{
@@ -27621,7 +27627,7 @@
27627
"zh-chs": "弗里斯兰文",
27628
"zh-cht": "弗里斯蘭語",
27629
"xloc": [
27624
- "default.handlebars->39->1594"
27630
+ "default.handlebars->39->1596"
27631
]
27632
},
27633
{
@@ -27646,7 +27652,7 @@
27652
"zh-chs": "弗留利",
27653
"zh-cht": "弗留利",
27654
"xloc": [
27649
- "default.handlebars->39->1595"
27655
+ "default.handlebars->39->1597"
27656
]
27657
},
27658
{
@@ -27675,9 +27681,9 @@
27681
"default-mobile.handlebars->11->642",
27682
"default-mobile.handlebars->11->659",
27683
"default-mobile.handlebars->11->679",
27678
- "default.handlebars->39->1801",
27679
- "default.handlebars->39->2012",
27680
- "default.handlebars->39->2460"
27684
+ "default.handlebars->39->1803",
27685
+ "default.handlebars->39->2014",
27686
+ "default.handlebars->39->2462"
27687
]
27688
},
27689
{
@@ -27702,7 +27708,7 @@
27708
"zh-chs": "完整管理员(保留所有权利)",
27709
"zh-cht": "完整管理員(保留所有權利)",
27710
"xloc": [
27705
- "default.handlebars->39->2050"
27711
+ "default.handlebars->39->2052"
27712
]
27713
},
27714
{
@@ -27852,7 +27858,7 @@
27858
"zh-chs": "完整管理员",
27859
"zh-cht": "完整管理員",
27860
"xloc": [
27855
- "default.handlebars->39->2564"
27861
+ "default.handlebars->39->2566"
27862
]
27863
},
27864
{
@@ -27877,8 +27883,8 @@
27883
"zh-chs": "全自动的",
27884
"zh-cht": "全自動的",
27885
"xloc": [
27880
- "default.handlebars->39->1887",
27881
- "default.handlebars->39->1942"
27886
+ "default.handlebars->39->1889",
27887
+ "default.handlebars->39->1944"
27888
]
27889
},
27890
{
@@ -27904,7 +27910,7 @@
27910
"zh-cht": "GPU",
27911
"xloc": [
27912
"default-mobile.handlebars->11->590",
27907
- "default.handlebars->39->1455"
27913
+ "default.handlebars->39->1457"
27914
]
27915
},
27916
{
@@ -27929,7 +27935,7 @@
27935
"zh-chs": "盖尔文(爱尔兰)",
27936
"zh-cht": "蓋爾語(愛爾蘭)",
27937
"xloc": [
27932
- "default.handlebars->39->1597"
27938
+ "default.handlebars->39->1599"
27939
]
27940
},
27941
{
@@ -27954,7 +27960,7 @@
27960
"zh-chs": "盖尔文(苏格兰文)",
27961
"zh-cht": "蓋爾語(蘇格蘭語)",
27962
"xloc": [
27957
- "default.handlebars->39->1596"
27963
+ "default.handlebars->39->1598"
27964
]
27965
},
27966
{
@@ -27979,7 +27985,7 @@
27985
"zh-chs": "加拉契文",
27986
"zh-cht": "加拉契語",
27987
"xloc": [
27982
- "default.handlebars->39->1598"
27988
+ "default.handlebars->39->1600"
27989
]
27990
},
27991
{
@@ -28130,7 +28136,7 @@
28136
"tr": "Rapor oluştur",
28137
"pt-br": "Gerar relatório",
28138
"xloc": [
28133
- "default.handlebars->39->2777"
28139
+ "default.handlebars->39->2779"
28140
]
28141
},
28142
{
@@ -28175,7 +28181,7 @@
28181
"zh-chs": "格鲁吉亚文",
28182
"zh-cht": "格魯吉亞文",
28183
"xloc": [
28178
- "default.handlebars->39->1599"
28184
+ "default.handlebars->39->1601"
28185
]
28186
},
28187
{
@@ -28200,7 +28206,7 @@
28206
"zh-chs": "德文(奥地利)",
28207
"zh-cht": "德語(奧地利)",
28208
"xloc": [
28203
- "default.handlebars->39->1601"
28209
+ "default.handlebars->39->1603"
28210
]
28211
},
28212
{
@@ -28225,7 +28231,7 @@
28231
"zh-chs": "德文(德国)",
28232
"zh-cht": "德文(德國)",
28233
"xloc": [
28228
- "default.handlebars->39->1602"
28234
+ "default.handlebars->39->1604"
28235
]
28236
},
28237
{
@@ -28250,7 +28256,7 @@
28256
"zh-chs": "德文(列支敦士登)",
28257
"zh-cht": "德文(列支敦士登)",
28258
"xloc": [
28253
- "default.handlebars->39->1603"
28259
+ "default.handlebars->39->1605"
28260
]
28261
},
28262
{
@@ -28275,7 +28281,7 @@
28281
"zh-chs": "德文(卢森堡)",
28282
"zh-cht": "德語(盧森堡)",
28283
"xloc": [
28278
- "default.handlebars->39->1604"
28284
+ "default.handlebars->39->1606"
28285
]
28286
},
28287
{
@@ -28300,7 +28306,7 @@
28306
"zh-chs": "德文(标准)",
28307
"zh-cht": "德語(標準)",
28308
"xloc": [
28303
- "default.handlebars->39->1600"
28309
+ "default.handlebars->39->1602"
28310
]
28311
},
28312
{
@@ -28325,7 +28331,7 @@
28331
"zh-chs": "德文(瑞士)",
28332
"zh-cht": "德文(瑞士)",
28333
"xloc": [
28328
- "default.handlebars->39->1605"
28334
+ "default.handlebars->39->1607"
28335
]
28336
},
28337
{
@@ -28345,7 +28351,7 @@
28351
"tr": "Pano Al",
28352
"pt-br": "Obter área de transferência ",
28353
"xloc": [
28348
- "default.handlebars->39->1253"
28354
+ "default.handlebars->39->1255"
28355
]
28356
},
28357
{
@@ -28421,7 +28427,7 @@
28427
"zh-chs": "正在获取剪贴板内容,{0}个字节",
28428
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
28429
"xloc": [
This file is too large to show in full.