Version 1.0.16

Ylian Saint-Hilaire committed May 4, 2022 at 13:48 UTC f24c38a7b2d63411d59adf12817d42c2e3e6c475
4 files changed +2001 -1780
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.0.15",
3 + "version": "1.0.16",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
public/scripts/agent-rdp-0.0.1-min.js new
+1
@@ -0,0 +1 @@
1 +var CreateRDPDesktop=function(e){var s={};function a(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 n(e){var t=s.Canvas.canvas.height/s.CanvasId.clientHeight,a=s.Canvas.canvas.width/s.CanvasId.clientWidth,n=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),a=(e.pageX-n[0])*a,t=(e.pageY-n[1])*t;return e.addx&&(a+=e.addx),e.addy&&(t+=e.addy),{x:a,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,a){i(1),s.nodeid=e,s.port=t;var n={savepass:(s.credentials=a).savecred,useServerCreds:a.servercred,width:a.width,height:a.height,flags:a.flags};a.width&&a.height&&(n.width=s.ScreenWidth=s.width=a.width,n.height=s.ScreenHeight=s.height=a.height,delete a.width,delete a.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:a.domain,username:a.username,password:a.password,options:n,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 a=t[1];a.data=s.bitmapData,delete s.bitmapData,s.render.update(a);break;case"rdp-close":s.Stop();break;case"rdp-error":a=t[1];console.log("[mstsc.js] error : "+a.code+"("+a.message+")"),s.Stop()}}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=n(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=n(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,a(e.button),!1])),e.preventDefault(),!1}},s.m.mousedown=function(e){if(s.socket&&3==s.State){var t=n(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,a(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.mousedblclick=function(){},s.m.handleKeyPress=function(){},s.m.setRotation=function(){},s}
\ No newline at end of file
translate/translate.json
+1995 -1776
@@ -46,8 +46,8 @@
46 "zh-chs": " + CIRA",
47 "zh-cht": " + CIRA",
48 "xloc": [
49 - "default.handlebars->39->1875",
50 - "default.handlebars->39->1877"
49 + "default.handlebars->39->1884",
50 + "default.handlebars->39->1886"
51 ]
52 },
53 {
@@ -299,7 +299,7 @@
299 "zh-chs": " 可以使用密码提示,但不建议使用。",
300 "zh-cht": " 可以使用密碼提示,但不建議使用。",
301 "xloc": [
302 - "default.handlebars->39->1754"
302 + "default.handlebars->39->1763"
303 ]
304 },
305 {
@@ -324,8 +324,8 @@
324 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326 "xloc": [
327 - "default.handlebars->39->1993",
328 - "default.handlebars->39->2548"
327 + "default.handlebars->39->2002",
328 + "default.handlebars->39->2557"
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->1953",
837 + "default.handlebars->39->1962",
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->2067",
933 - "default.handlebars->39->2331",
932 + "default.handlebars->39->2076",
933 + "default.handlebars->39->2340",
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->1463"
1051 + "default.handlebars->39->1472"
1052 ]
1053 },
1054 {
@@ -1072,7 +1072,7 @@
1072 "tr": ", İzin Yok",
1073 "zh-chs": ", 不同意",
1074 "xloc": [
1075 - "default.handlebars->39->1911",
1075 + "default.handlebars->39->1920",
1076 "default.handlebars->39->970"
1077 ]
1078 },
@@ -1098,10 +1098,16 @@
1098 "zh-chs": ",提示同意",
1099 "zh-cht": ",提示同意",
1100 "xloc": [
1101 - "default.handlebars->39->1912",
1101 + "default.handlebars->39->1921",
1102 "default.handlebars->39->971"
1103 ]
1104 },
1105 + {
1106 + "en": ", RDP",
1107 + "xloc": [
1108 + "default.handlebars->39->1212"
1109 + ]
1110 + },
1111 {
1112 "cs": ", Opakující se denně",
1113 "da": ", Tilbagevendende dagligt",
@@ -1119,7 +1125,7 @@
1125 "tr": ", Günlük yinelenen",
1126 "pt-br": ", Recorrente diariamente",
1127 "xloc": [
1122 - "default.handlebars->39->1908",
1128 + "default.handlebars->39->1917",
1129 "default.handlebars->39->967"
1130 ]
1131 },
@@ -1140,7 +1146,7 @@
1146 "tr": ", Haftalık yinelenen",
1147 "pt-br": ", Recorrente semanalmente",
1148 "xloc": [
1143 - "default.handlebars->39->1909",
1149 + "default.handlebars->39->1918",
1150 "default.handlebars->39->968"
1151 ]
1152 },
@@ -1220,7 +1226,7 @@
1226 "tr": ", Araç Çubuğu",
1227 "zh-chs": ", 工具栏",
1228 "xloc": [
1223 - "default.handlebars->39->1913",
1229 + "default.handlebars->39->1922",
1230 "default.handlebars->39->972"
1231 ]
1232 },
@@ -1262,7 +1268,7 @@
1268 "tr": ", Yalnızca masaüstünü görüntüle",
1269 "pt-br": ", Ver apenas área de trabalho",
1270 "xloc": [
1265 - "default.handlebars->39->1910",
1271 + "default.handlebars->39->1919",
1272 "default.handlebars->39->969"
1273 ]
1274 },
@@ -1291,9 +1297,9 @@
1297 "default-mobile.handlebars->11->409",
1298 "default-mobile.handlebars->11->444",
1299 "default-mobile.handlebars->11->461",
1294 - "default.handlebars->39->1203",
1295 - "default.handlebars->39->1279",
1296 - "default.handlebars->39->1305",
1300 + "default.handlebars->39->1211",
1301 + "default.handlebars->39->1288",
1302 + "default.handlebars->39->1314",
1303 "sharing.handlebars->11->19",
1304 "sharing.handlebars->11->27",
1305 "sharing.handlebars->11->44",
@@ -1489,7 +1495,7 @@
1495 "zh-chs": ",{0}观看",
1496 "zh-cht": ",{0}觀看",
1497 "xloc": [
1492 - "default.handlebars->39->1198",
1498 + "default.handlebars->39->1206",
1499 "sharing.handlebars->11->13"
1500 ]
1501 },
@@ -1595,9 +1601,9 @@
1601 "xloc": [
1602 "default-mobile.handlebars->11->139",
1603 "default-mobile.handlebars->11->477",
1598 - "default.handlebars->39->1324",
1599 - "default.handlebars->39->2128",
1600 - "default.handlebars->39->2746",
1604 + "default.handlebars->39->1333",
1605 + "default.handlebars->39->2137",
1606 + "default.handlebars->39->2755",
1607 "sharing.handlebars->11->50"
1608 ]
1609 },
@@ -1759,7 +1765,7 @@
1765 "zh-chs": "1个活跃时段",
1766 "zh-cht": "1個活躍時段",
1767 "xloc": [
1762 - "default.handlebars->39->2636"
1768 + "default.handlebars->39->2645"
1769 ]
1770 },
1771 {
@@ -1786,7 +1792,7 @@
1792 "xloc": [
1793 "default-mobile.handlebars->11->149",
1794 "default-mobile.handlebars->11->746",
1789 - "default.handlebars->39->2152",
1795 + "default.handlebars->39->2161",
1796 "download.handlebars->3->1",
1797 "download2.handlebars->5->1",
1798 "sharing.handlebars->11->96"
@@ -1825,7 +1831,7 @@
1831 "zh-chs": "1条连接",
1832 "zh-cht": "1位聯絡文",
1833 "xloc": [
1828 - "default.handlebars->39->1200",
1834 + "default.handlebars->39->1208",
1835 "sharing.handlebars->11->15"
1836 ]
1837 },
@@ -1878,7 +1884,7 @@
1884 "zh-chs": "1组",
1885 "zh-cht": "1群",
1886 "xloc": [
1881 - "default.handlebars->39->2595"
1887 + "default.handlebars->39->2604"
1888 ]
1889 },
1890 {
@@ -1931,7 +1937,7 @@
1937 "zh-cht": "1分鐘",
1938 "xloc": [
1939 "default.handlebars->39->1050",
1934 - "default.handlebars->39->1719"
1940 + "default.handlebars->39->1728"
1941 ]
1942 },
1943 {
@@ -2008,7 +2014,7 @@
2014 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2015 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2016 "xloc": [
2011 - "default.handlebars->39->2363"
2017 + "default.handlebars->39->2372"
2018 ]
2019 },
2020 {
@@ -2205,7 +2211,7 @@
2211 "default-mobile.handlebars->11->218",
2212 "default-mobile.handlebars->11->222",
2213 "default-mobile.handlebars->11->226",
2208 - "default.handlebars->39->2367",
2214 + "default.handlebars->39->2376",
2215 "default.handlebars->39->394",
2216 "default.handlebars->39->397",
2217 "default.handlebars->39->401",
@@ -2393,7 +2399,7 @@
2399 "zh-cht": "10分鐘",
2400 "xloc": [
2401 "default.handlebars->39->1052",
2396 - "default.handlebars->39->1721"
2402 + "default.handlebars->39->1730"
2403 ]
2404 },
2405 {
@@ -2499,6 +2505,18 @@
2505 "sharing.handlebars->p12->9->1->terminalSizeDropDown->termSizeList->1"
2506 ]
2507 },
2508 + {
2509 + "en": "1024x768",
2510 + "xloc": [
2511 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2512 + ]
2513 + },
2514 + {
2515 + "en": "1024×768",
2516 + "xloc": [
2517 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->9"
2518 + ]
2519 + },
2520 {
2521 "cs": "10x rychlost",
2522 "da": "10x hastighed",
@@ -2547,7 +2565,7 @@
2565 "zh-cht": "12小時",
2566 "xloc": [
2567 "default.handlebars->39->1060",
2550 - "default.handlebars->39->1729"
2568 + "default.handlebars->39->1738"
2569 ]
2570 },
2571 {
@@ -2598,6 +2616,30 @@
2616 "tr": "127.0.0.1",
2617 "zh-chs": "127.0.0.1"
2618 },
2619 + {
2620 + "en": "1280x800",
2621 + "xloc": [
2622 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2623 + ]
2624 + },
2625 + {
2626 + "en": "1280×800",
2627 + "xloc": [
2628 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->11"
2629 + ]
2630 + },
2631 + {
2632 + "en": "1440x900",
2633 + "xloc": [
2634 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2635 + ]
2636 + },
2637 + {
2638 + "en": "1440×900",
2639 + "xloc": [
2640 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->13"
2641 + ]
2642 + },
2643 {
2644 "cs": "15 minut",
2645 "da": "15 minutter",
@@ -2621,7 +2663,7 @@
2663 "zh-cht": "15分鐘",
2664 "xloc": [
2665 "default.handlebars->39->1053",
2624 - "default.handlebars->39->1722"
2666 + "default.handlebars->39->1731"
2667 ]
2668 },
2669 {
@@ -2647,7 +2689,43 @@
2689 "zh-cht": "16小時",
2690 "xloc": [
2691 "default.handlebars->39->1061",
2650 - "default.handlebars->39->1730"
2692 + "default.handlebars->39->1739"
2693 + ]
2694 + },
2695 + {
2696 + "en": "1600x900",
2697 + "xloc": [
2698 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2699 + ]
2700 + },
2701 + {
2702 + "en": "1600×900",
2703 + "xloc": [
2704 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->15"
2705 + ]
2706 + },
2707 + {
2708 + "en": "1680x1050",
2709 + "xloc": [
2710 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2711 + ]
2712 + },
2713 + {
2714 + "en": "1680×1050",
2715 + "xloc": [
2716 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->17"
2717 + ]
2718 + },
2719 + {
2720 + "en": "1920x1080",
2721 + "xloc": [
2722 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
2723 + ]
2724 + },
2725 + {
2726 + "en": "1920×1080",
2727 + "xloc": [
2728 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->19"
2729 ]
2730 },
2731 {
@@ -2684,7 +2762,7 @@
2762 "zh-cht": "2天",
2763 "xloc": [
2764 "default.handlebars->39->1063",
2687 - "default.handlebars->39->1732"
2765 + "default.handlebars->39->1741"
2766 ]
2767 },
2768 {
@@ -2710,7 +2788,7 @@
2788 "zh-cht": "2小時",
2789 "xloc": [
2790 "default.handlebars->39->1057",
2713 - "default.handlebars->39->1726"
2791 + "default.handlebars->39->1735"
2792 ]
2793 },
2794 {
@@ -2889,7 +2967,7 @@
2967 "zh-cht": "24小時",
2968 "xloc": [
2969 "default.handlebars->39->1062",
2892 - "default.handlebars->39->1731"
2970 + "default.handlebars->39->1740"
2971 ]
2972 },
2973 {
@@ -2963,7 +3041,7 @@
3041 "zh-chs": "2FA备份代码已清除",
3042 "zh-cht": "2FA備份代碼已清除",
3043 "xloc": [
2966 - "default.handlebars->39->2263"
3044 + "default.handlebars->39->2272"
3045 ]
3046 },
3047 {
@@ -2981,7 +3059,7 @@
3059 "pt-br": "2ª Etapa",
3060 "pl": "dwuetapowe",
3061 "xloc": [
2984 - "default.handlebars->39->2782"
3062 + "default.handlebars->39->2791"
3063 ]
3064 },
3065 {
@@ -3006,8 +3084,8 @@
3084 "zh-chs": "启用第二因素身份验证",
3085 "zh-cht": "啟用第二因素身份驗證",
3086 "xloc": [
3009 - "default.handlebars->39->2381",
3010 - "default.handlebars->39->2619"
3087 + "default.handlebars->39->2390",
3088 + "default.handlebars->39->2628"
3089 ]
3090 },
3091 {
@@ -3157,7 +3235,7 @@
3235 "zh-cht": "30分鐘",
3236 "xloc": [
3237 "default.handlebars->39->1054",
3160 - "default.handlebars->39->1723"
3238 + "default.handlebars->39->1732"
3239 ]
3240 },
3241 {
@@ -3182,7 +3260,7 @@
3260 "zh-chs": "32 位",
3261 "xloc": [
3262 "default-mobile.handlebars->11->514",
3185 - "default.handlebars->39->1377"
3263 + "default.handlebars->39->1386"
3264 ]
3265 },
3266 {
@@ -3261,7 +3339,7 @@
3339 "zh-cht": "4天",
3340 "xloc": [
3341 "default.handlebars->39->1064",
3264 - "default.handlebars->39->1733"
3342 + "default.handlebars->39->1742"
3343 ]
3344 },
3345 {
@@ -3287,7 +3365,7 @@
3365 "zh-cht": "4個小時",
3366 "xloc": [
3367 "default.handlebars->39->1058",
3290 - "default.handlebars->39->1727"
3368 + "default.handlebars->39->1736"
3369 ]
3370 },
3371 {
@@ -3416,7 +3494,7 @@
3494 "zh-cht": "45分鐘",
3495 "xloc": [
3496 "default.handlebars->39->1055",
3419 - "default.handlebars->39->1724"
3497 + "default.handlebars->39->1733"
3498 ]
3499 },
3500 {
@@ -3467,7 +3545,7 @@
3545 "zh-cht": "5分鐘",
3546 "xloc": [
3547 "default.handlebars->39->1051",
3470 - "default.handlebars->39->1720"
3548 + "default.handlebars->39->1729"
3549 ]
3550 },
3551 {
@@ -3649,7 +3727,7 @@
3727 "zh-cht": "60分鐘",
3728 "xloc": [
3729 "default.handlebars->39->1056",
3652 - "default.handlebars->39->1725"
3730 + "default.handlebars->39->1734"
3731 ]
3732 },
3733 {
@@ -3726,7 +3804,19 @@
3804 "zh-chs": "64 位",
3805 "xloc": [
3806 "default-mobile.handlebars->11->516",
3729 - "default.handlebars->39->1379"
3807 + "default.handlebars->39->1388"
3808 + ]
3809 + },
3810 + {
3811 + "en": "640x480",
3812 + "xloc": [
3813 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize"
3814 + ]
3815 + },
3816 + {
3817 + "en": "640×480",
3818 + "xloc": [
3819 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->7"
3820 ]
3821 },
3822 {
@@ -3855,7 +3945,7 @@
3945 "pt-br": "7 dias",
3946 "pl": "7 dni",
3947 "xloc": [
3858 - "default.handlebars->39->1734"
3948 + "default.handlebars->39->1743"
3949 ]
3950 },
3951 {
@@ -3934,7 +4024,7 @@
4024 "zh-cht": "8小時",
4025 "xloc": [
4026 "default.handlebars->39->1059",
3937 - "default.handlebars->39->1728",
4027 + "default.handlebars->39->1737",
4028 "default.handlebars->39->497",
4029 "default.handlebars->39->511"
4030 ]
@@ -4261,7 +4351,7 @@
4351 "zh-cht": "ACM",
4352 "xloc": [
4353 "default-mobile.handlebars->11->297",
4264 - "default.handlebars->39->1891",
4354 + "default.handlebars->39->1900",
4355 "default.handlebars->39->805"
4356 ]
4357 },
@@ -4356,7 +4446,7 @@
4446 "tr": "AMT-OS",
4447 "zh-chs": "操作系统",
4448 "xloc": [
4359 - "default.handlebars->39->2904"
4449 + "default.handlebars->39->2913"
4450 ]
4451 },
4452 {
@@ -4375,7 +4465,7 @@
4465 "ru": "AMT-Redir",
4466 "tr": "AMT-Yönlendirme",
4467 "xloc": [
4378 - "default.handlebars->39->2789"
4468 + "default.handlebars->39->2798"
4469 ]
4470 },
4471 {
@@ -4394,7 +4484,7 @@
4484 "ru": "AMT-WSMAN",
4485 "tr": "AMT-WSMAN",
4486 "xloc": [
4397 - "default.handlebars->39->2788"
4487 + "default.handlebars->39->2797"
4488 ]
4489 },
4490 {
@@ -4577,7 +4667,7 @@
4667 "zh-cht": "拒絕存取",
4668 "xloc": [
4669 "default-mobile.handlebars->11->607",
4580 - "default.handlebars->39->1464"
4670 + "default.handlebars->39->1473"
4671 ]
4672 },
4673 {
@@ -4653,7 +4743,7 @@
4743 "zh-chs": "访问服务器档案",
4744 "zh-cht": "存取伺服器檔案",
4745 "xloc": [
4656 - "default.handlebars->39->2554"
4746 + "default.handlebars->39->2563"
4747 ]
4748 },
4749 {
@@ -4762,9 +4852,9 @@
4852 "default-mobile.handlebars->11->264",
4853 "default-mobile.handlebars->11->266",
4854 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4765 - "default.handlebars->39->1763",
4766 - "default.handlebars->39->1765",
4767 - "default.handlebars->39->2957",
4855 + "default.handlebars->39->1772",
4856 + "default.handlebars->39->1774",
4857 + "default.handlebars->39->2966",
4858 "default.handlebars->39->765",
4859 "default.handlebars->39->767"
4860 ]
@@ -4791,7 +4881,7 @@
4881 "zh-chs": "帐号设定",
4882 "xloc": [
4883 "default-mobile.handlebars->11->713",
4794 - "default.handlebars->39->2833"
4884 + "default.handlebars->39->2842"
4885 ]
4886 },
4887 {
@@ -4867,7 +4957,7 @@
4957 "zh-chs": "帐户已更改:{0}",
4958 "zh-cht": "帳戶已更改:{0}",
4959 "xloc": [
4870 - "default.handlebars->39->2236"
4960 + "default.handlebars->39->2245"
4961 ]
4962 },
4963 {
@@ -4892,7 +4982,7 @@
4982 "zh-chs": "创建帐户,电子邮件为{0}",
4983 "zh-cht": "創建帳戶,電子郵件為{0}",
4984 "xloc": [
4895 - "default.handlebars->39->2235"
4985 + "default.handlebars->39->2244"
4986 ]
4987 },
4988 {
@@ -4912,7 +5002,7 @@
5002 "tr": "Hesap oluşturuldu, ad {0}.",
5003 "pt-br": "Conta criada, o nome é {0}",
5004 "xloc": [
4915 - "default.handlebars->39->2298"
5005 + "default.handlebars->39->2307"
5006 ]
5007 },
5008 {
@@ -4937,7 +5027,7 @@
5027 "zh-chs": "创建帐户,用户名是{0}",
5028 "zh-cht": "帳戶已創建,用戶名是{0}",
5029 "xloc": [
4940 - "default.handlebars->39->2234"
5030 + "default.handlebars->39->2243"
5031 ]
5032 },
5033 {
@@ -4964,8 +5054,8 @@
5054 "xloc": [
5055 "default-mobile.handlebars->11->64",
5056 "default.handlebars->39->198",
4967 - "default.handlebars->39->2383",
4968 - "default.handlebars->39->2551"
5057 + "default.handlebars->39->2392",
5058 + "default.handlebars->39->2560"
5059 ]
5060 },
5061 {
@@ -4991,7 +5081,7 @@
5081 "zh-cht": "達到帳戶限制。",
5082 "xloc": [
5083 "default-mobile.handlebars->11->725",
4994 - "default.handlebars->39->2845",
5084 + "default.handlebars->39->2854",
5085 "login-mobile.handlebars->5->6",
5086 "login.handlebars->5->6",
5087 "login2.handlebars->7->8"
@@ -5046,7 +5136,7 @@
5136 "zh-chs": "帐号登录",
5137 "zh-cht": "帳號登錄",
5138 "xloc": [
5049 - "default.handlebars->39->2171"
5139 + "default.handlebars->39->2180"
5140 ]
5141 },
5142 {
@@ -5070,7 +5160,7 @@
5160 "tr": "{0}, {1}, {2} adresinden hesap girişi",
5161 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5162 "xloc": [
5073 - "default.handlebars->39->2277"
5163 + "default.handlebars->39->2286"
5164 ]
5165 },
5166 {
@@ -5095,7 +5185,7 @@
5185 "zh-chs": "帐户登出",
5186 "zh-cht": "帳戶登出",
5187 "xloc": [
5098 - "default.handlebars->39->2172"
5188 + "default.handlebars->39->2181"
5189 ]
5190 },
5191 {
@@ -5147,7 +5237,7 @@
5237 "zh-chs": "帐户密码已更改:{0}",
5238 "zh-cht": "帳戶密碼已更改:{0}",
5239 "xloc": [
5150 - "default.handlebars->39->2244"
5240 + "default.handlebars->39->2253"
5241 ]
5242 },
5243 {
@@ -5172,7 +5262,7 @@
5262 "zh-chs": "帐户已删除",
5263 "zh-cht": "帳戶已刪除",
5264 "xloc": [
5175 - "default.handlebars->39->2233"
5265 + "default.handlebars->39->2242"
5266 ]
5267 },
5268 {
@@ -5223,7 +5313,7 @@
5313 "zh-cht": "指令",
5314 "xloc": [
5315 "default-mobile.handlebars->11->613",
5226 - "default.handlebars->39->1470",
5316 + "default.handlebars->39->1479",
5317 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5318 ]
5319 },
@@ -5382,7 +5472,7 @@
5472 "zh-chs": "如果ACM失败,则激活到CCM",
5473 "zh-cht": "如果ACM失敗,則激活到CCM",
5474 "xloc": [
5385 - "default.handlebars->39->1944"
5475 + "default.handlebars->39->1953"
5476 ]
5477 },
5478 {
@@ -5410,7 +5500,7 @@
5500 "default-mobile.handlebars->11->292",
5501 "default-mobile.handlebars->11->294",
5502 "default-mobile.handlebars->11->569",
5413 - "default.handlebars->39->1425",
5503 + "default.handlebars->39->1434",
5504 "default.handlebars->39->798",
5505 "default.handlebars->39->800"
5506 ]
@@ -5462,7 +5552,7 @@
5552 "zh-chs": "主动设备共享",
5553 "zh-cht": "主動設備共享",
5554 "xloc": [
5465 - "default.handlebars->39->1895",
5555 + "default.handlebars->39->1904",
5556 "default.handlebars->39->954"
5557 ]
5558 },
@@ -5487,7 +5577,7 @@
5577 "tr": "Aktif Giriş Anahtarları",
5578 "zh-chs": "活动登录令牌",
5579 "xloc": [
5490 - "default.handlebars->39->1794"
5580 + "default.handlebars->39->1803"
5581 ]
5582 },
5583 {
@@ -5574,8 +5664,8 @@
5664 "zh-chs": "添加",
5665 "xloc": [
5666 "default-mobile.handlebars->11->436",
5577 - "default.handlebars->39->1234",
5578 - "default.handlebars->39->1239"
5667 + "default.handlebars->39->1243",
5668 + "default.handlebars->39->1248"
5669 ]
5670 },
5671 {
@@ -5642,7 +5732,7 @@
5732 "zh-chs": "添加代理",
5733 "zh-cht": "新增代理",
5734 "xloc": [
5645 - "default.handlebars->39->1887",
5735 + "default.handlebars->39->1896",
5736 "default.handlebars->39->435"
5737 ]
5738 },
@@ -5690,8 +5780,8 @@
5780 "zh-chs": "添加设备",
5781 "zh-cht": "新增裝置",
5782 "xloc": [
5693 - "default.handlebars->39->2526",
5694 - "default.handlebars->39->2685",
5783 + "default.handlebars->39->2535",
5784 + "default.handlebars->39->2694",
5785 "default.handlebars->39->439"
5786 ]
5787 },
@@ -5742,9 +5832,9 @@
5832 "zh-chs": "添加设备组",
5833 "zh-cht": "新增裝置群",
5834 "xloc": [
5745 - "default.handlebars->39->2029",
5746 - "default.handlebars->39->2520",
5747 - "default.handlebars->39->2673",
5835 + "default.handlebars->39->2038",
5836 + "default.handlebars->39->2529",
5837 + "default.handlebars->39->2682",
5838 "default.handlebars->39->355"
5839 ]
5840 },
@@ -5770,7 +5860,7 @@
5860 "zh-chs": "添加设备组权限",
5861 "zh-cht": "新增裝置群權限",
5862 "xloc": [
5773 - "default.handlebars->39->2026"
5863 + "default.handlebars->39->2035"
5864 ]
5865 },
5866 {
@@ -5795,8 +5885,8 @@
5885 "zh-chs": "添加设备权限",
5886 "zh-cht": "新增裝置權限",
5887 "xloc": [
5798 - "default.handlebars->39->2031",
5799 - "default.handlebars->39->2033"
5888 + "default.handlebars->39->2040",
5889 + "default.handlebars->39->2042"
5890 ]
5891 },
5892 {
@@ -5939,7 +6029,7 @@
6029 "zh-chs": "添加成员身份",
6030 "zh-cht": "新增成員身份",
6031 "xloc": [
5942 - "default.handlebars->39->2705"
6032 + "default.handlebars->39->2714"
6033 ]
6034 },
6035 {
@@ -6010,8 +6100,8 @@
6100 "zh-chs": "添加安全密钥",
6101 "zh-cht": "新增安全密鑰",
6102 "xloc": [
6013 - "default.handlebars->39->1509",
6014 - "default.handlebars->39->1510",
6103 + "default.handlebars->39->1518",
6104 + "default.handlebars->39->1519",
6105 "default.handlebars->39->229",
6106 "default.handlebars->39->231",
6107 "default.handlebars->39->234",
@@ -6066,7 +6156,7 @@
6156 "zh-chs": "添加用户设备权限",
6157 "zh-cht": "新增用戶裝置權限",
6158 "xloc": [
6069 - "default.handlebars->39->2036"
6159 + "default.handlebars->39->2045"
6160 ]
6161 },
6162 {
@@ -6091,9 +6181,9 @@
6181 "zh-chs": "添加用户组",
6182 "zh-cht": "新增用戶群",
6183 "xloc": [
6094 - "default.handlebars->39->1883",
6095 - "default.handlebars->39->2028",
6096 - "default.handlebars->39->2679",
6184 + "default.handlebars->39->1892",
6185 + "default.handlebars->39->2037",
6186 + "default.handlebars->39->2688",
6187 "default.handlebars->39->947"
6188 ]
6189 },
@@ -6119,7 +6209,7 @@
6209 "zh-chs": "添加用户组设备权限",
6210 "zh-cht": "新增用戶群裝置權限",
6211 "xloc": [
6122 - "default.handlebars->39->2038"
6212 + "default.handlebars->39->2047"
6213 ]
6214 },
6215 {
@@ -6191,8 +6281,8 @@
6281 "zh-chs": "添加用户",
6282 "zh-cht": "新增用戶",
6283 "xloc": [
6194 - "default.handlebars->39->1882",
6195 - "default.handlebars->39->2515"
6284 + "default.handlebars->39->1891",
6285 + "default.handlebars->39->2524"
6286 ]
6287 },
6288 {
@@ -6217,7 +6307,7 @@
6307 "zh-chs": "将用户添加到设备组",
6308 "zh-cht": "將用戶新增到裝置群",
6309 "xloc": [
6220 - "default.handlebars->39->2025"
6310 + "default.handlebars->39->2034"
6311 ]
6312 },
6313 {
@@ -6242,7 +6332,7 @@
6332 "zh-chs": "将用户添加到用户组",
6333 "zh-cht": "將用戶新增到用戶群",
6334 "xloc": [
6245 - "default.handlebars->39->2550"
6335 + "default.handlebars->39->2559"
6336 ]
6337 },
6338 {
@@ -6413,7 +6503,7 @@
6503 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6504 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6505 "xloc": [
6416 - "default.handlebars->39->1886",
6506 + "default.handlebars->39->1895",
6507 "default.handlebars->39->434"
6508 ]
6509 },
@@ -6537,7 +6627,7 @@
6627 "zh-chs": "添加了身份验证应用程序",
6628 "zh-cht": "添加了身份驗證應用程序",
6629 "xloc": [
6540 - "default.handlebars->39->2260"
6630 + "default.handlebars->39->2269"
6631 ]
6632 },
6633 {
@@ -6562,7 +6652,7 @@
6652 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
6653 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
6654 "xloc": [
6565 - "default.handlebars->39->2271"
6655 + "default.handlebars->39->2280"
6656 ]
6657 },
6658 {
@@ -6582,7 +6672,7 @@
6672 "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6673 "pt-br": "Compartilhamento diário do dispositivo {0} adicionado.",
6674 "xloc": [
6585 - "default.handlebars->39->2308"
6675 + "default.handlebars->39->2317"
6676 ]
6677 },
6678 {
@@ -6602,7 +6692,7 @@
6692 "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6693 "pt-br": "Compartilhamento Semanal do dispositivo {0} adicionado.",
6694 "xloc": [
6605 - "default.handlebars->39->2309"
6695 + "default.handlebars->39->2318"
6696 ]
6697 },
6698 {
@@ -6622,7 +6712,7 @@
6712 "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6713 "pt-br": "Compartilhamento Ilimitado do dispositivo {0} adicionado.",
6714 "xloc": [
6625 - "default.handlebars->39->2301"
6715 + "default.handlebars->39->2310"
6716 ]
6717 },
6718 {
@@ -6647,8 +6737,8 @@
6737 "zh-chs": "已将设备{0}添加到设备组{1}",
6738 "zh-cht": "已將設備{0}添加到設備組{1}",
6739 "xloc": [
6650 - "default.handlebars->39->2227",
6651 - "default.handlebars->39->2254"
6740 + "default.handlebars->39->2236",
6741 + "default.handlebars->39->2263"
6742 ]
6743 },
6744 {
@@ -6672,7 +6762,7 @@
6762 "tr": "Giriş anahtarı eklendi",
6763 "zh-chs": "添加登录令牌",
6764 "xloc": [
6675 - "default.handlebars->39->2285"
6765 + "default.handlebars->39->2294"
6766 ]
6767 },
6768 {
@@ -6696,7 +6786,7 @@
6786 "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6787 "zh-chs": "新增推送通知认证装置",
6788 "xloc": [
6699 - "default.handlebars->39->2283"
6789 + "default.handlebars->39->2292"
6790 ]
6791 },
6792 {
@@ -6721,7 +6811,7 @@
6811 "zh-chs": "添加了安全密钥",
6812 "zh-cht": "添加了安全密鑰",
6813 "xloc": [
6724 - "default.handlebars->39->2265"
6814 + "default.handlebars->39->2274"
6815 ]
6816 },
6817 {
@@ -6746,7 +6836,7 @@
6836 "zh-chs": "已将用户组{0}添加到设备组{1}",
6837 "zh-cht": "已將用戶組{0}添加到設備組{1}",
6838 "xloc": [
6749 - "default.handlebars->39->2238"
6839 + "default.handlebars->39->2247"
6840 ]
6841 },
6842 {
@@ -6771,8 +6861,8 @@
6861 "zh-chs": "已将用户{0}添加到用户组{1}",
6862 "zh-cht": "已將用戶{0}添加到用戶組{1}",
6863 "xloc": [
6774 - "default.handlebars->39->2241",
6775 - "default.handlebars->39->2250"
6864 + "default.handlebars->39->2250",
6865 + "default.handlebars->39->2259"
6866 ]
6867 },
6868 {
@@ -6848,7 +6938,7 @@
6938 "zh-cht": "管理員控制模式(ACM)",
6939 "xloc": [
6940 "default-mobile.handlebars->11->571",
6851 - "default.handlebars->39->1427"
6941 + "default.handlebars->39->1436"
6942 ]
6943 },
6944 {
@@ -6874,7 +6964,7 @@
6964 "zh-cht": "管理員憑證",
6965 "xloc": [
6966 "default-mobile.handlebars->11->577",
6877 - "default.handlebars->39->1433"
6967 + "default.handlebars->39->1442"
6968 ]
6969 },
6970 {
@@ -6925,7 +7015,7 @@
7015 "zh-chs": "管理领域",
7016 "zh-cht": "管理領域",
7017 "xloc": [
6928 - "default.handlebars->39->2599"
7018 + "default.handlebars->39->2608"
7019 ]
7020 },
7021 {
@@ -6976,7 +7066,7 @@
7066 "zh-chs": "管理领域",
7067 "zh-cht": "管理領域",
7068 "xloc": [
6979 - "default.handlebars->39->2448"
7069 + "default.handlebars->39->2457"
7070 ]
7071 },
7072 {
@@ -7001,7 +7091,7 @@
7091 "zh-chs": "管理员",
7092 "zh-cht": "管理員",
7093 "xloc": [
7004 - "default.handlebars->39->2375"
7094 + "default.handlebars->39->2384"
7095 ]
7096 },
7097 {
@@ -7026,7 +7116,7 @@
7116 "zh-chs": "南非文",
7117 "zh-cht": "南非文",
7118 "xloc": [
7029 - "default.handlebars->39->1512"
7119 + "default.handlebars->39->1521"
7120 ]
7121 },
7122 {
@@ -7055,12 +7145,13 @@
7145 "default-mobile.handlebars->11->256",
7146 "default-mobile.handlebars->11->313",
7147 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7058 - "default.handlebars->39->2103",
7059 - "default.handlebars->39->2116",
7060 - "default.handlebars->39->2902",
7148 + "default.handlebars->39->2112",
7149 + "default.handlebars->39->2125",
7150 + "default.handlebars->39->2911",
7151 "default.handlebars->39->375",
7152 "default.handlebars->39->623",
7063 - "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
7153 + "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7154 + "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm"
7155 ]
7156 },
7157 {
@@ -7085,8 +7176,8 @@
7176 "zh-chs": "代理+英特尔AMT",
7177 "zh-cht": "代理+Intel&reg; AMT",
7178 "xloc": [
7088 - "default.handlebars->39->2105",
7089 - "default.handlebars->39->2118"
7179 + "default.handlebars->39->2114",
7180 + "default.handlebars->39->2127"
7181 ]
7182 },
7183 {
@@ -7138,7 +7229,7 @@
7229 "zh-cht": "代理控制台",
7230 "xloc": [
7231 "default-mobile.handlebars->11->684",
7141 - "default.handlebars->39->2046"
7232 + "default.handlebars->39->2055"
7233 ]
7234 },
7235 {
@@ -7163,7 +7254,7 @@
7254 "zh-chs": "代理错误计数器",
7255 "zh-cht": "代理錯誤計數器",
7256 "xloc": [
7166 - "default.handlebars->39->2871"
7257 + "default.handlebars->39->2880"
7258 ]
7259 },
7260 {
@@ -7289,7 +7380,6 @@
7380 "zh-cht": "代理遠程桌面",
7381 "xloc": [
7382 "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->1",
7292 - "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->1",
7383 "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->1"
7384 ]
7385 },
@@ -7331,7 +7421,7 @@
7421 "tr": "Agent Kendisinin-Paylaşımı",
7422 "pt-br": "Auto compartilhamento de Agente",
7423 "xloc": [
7334 - "default.handlebars->39->1914",
7424 + "default.handlebars->39->1923",
7425 "default.handlebars->39->973"
7426 ]
7427 },
@@ -7357,7 +7447,7 @@
7447 "zh-chs": "代理时段",
7448 "zh-cht": "代理時段",
7449 "xloc": [
7360 - "default.handlebars->39->2887"
7450 + "default.handlebars->39->2896"
7451 ]
7452 },
7453 {
@@ -7454,7 +7544,7 @@
7544 "zh-chs": "代理类型",
7545 "zh-cht": "代理類型",
7546 "xloc": [
7457 - "default.handlebars->39->2114",
7547 + "default.handlebars->39->2123",
7548 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7549 ]
7550 },
@@ -7505,7 +7595,7 @@
7595 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7596 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7597 "xloc": [
7508 - "default.handlebars->39->2224"
7598 + "default.handlebars->39->2233"
7599 ]
7600 },
7601 {
@@ -7686,7 +7776,7 @@
7776 "zh-cht": "代理離線",
7777 "xloc": [
7778 "default-mobile.handlebars->11->605",
7689 - "default.handlebars->39->1462"
7779 + "default.handlebars->39->1471"
7780 ]
7781 },
7782 {
@@ -7712,7 +7802,7 @@
7802 "zh-cht": "代理在線",
7803 "xloc": [
7804 "default-mobile.handlebars->11->604",
7715 - "default.handlebars->39->1461"
7805 + "default.handlebars->39->1470"
7806 ]
7807 },
7808 {
@@ -7909,8 +7999,8 @@
7999 "zh-chs": "代理",
8000 "zh-cht": "代理",
8001 "xloc": [
7912 - "default.handlebars->39->2076",
7913 - "default.handlebars->39->2915",
8002 + "default.handlebars->39->2085",
8003 + "default.handlebars->39->2924",
8004 "default.handlebars->39->516"
8005 ]
8006 },
@@ -7936,7 +8026,7 @@
8026 "zh-chs": "阿尔巴尼亚文",
8027 "zh-cht": "阿爾巴尼亞文",
8028 "xloc": [
7939 - "default.handlebars->39->1513"
8029 + "default.handlebars->39->1522"
8030 ]
8031 },
8032 {
@@ -7964,7 +8054,7 @@
8054 "default-mobile.handlebars->11->148",
8055 "default-mobile.handlebars->11->478",
8056 "default-mobile.handlebars->11->480",
7967 - "default.handlebars->39->2758",
8057 + "default.handlebars->39->2767",
8058 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
8059 ]
8060 },
@@ -7990,7 +8080,7 @@
8080 "zh-chs": "全部可用",
8081 "zh-cht": "全部可用",
8082 "xloc": [
7993 - "default.handlebars->39->2337"
8083 + "default.handlebars->39->2346"
8084 ]
8085 },
8086 {
@@ -8000,7 +8090,7 @@
8090 "fr": "Tous les agents disponsibles",
8091 "pt-br": "Todos agentes disponíveis",
8092 "xloc": [
8003 - "default.handlebars->39->2077",
8093 + "default.handlebars->39->2086",
8094 "default.handlebars->39->517"
8095 ]
8096 },
@@ -8026,7 +8116,7 @@
8116 "zh-chs": "所有显示",
8117 "zh-cht": "所有顯示",
8118 "xloc": [
8029 - "default.handlebars->39->1272"
8119 + "default.handlebars->39->1281"
8120 ]
8121 },
8122 {
@@ -8051,7 +8141,7 @@
8141 "zh-chs": "所有事件",
8142 "zh-cht": "所有事件",
8143 "xloc": [
8054 - "default.handlebars->39->2335"
8144 + "default.handlebars->39->2344"
8145 ]
8146 },
8147 {
@@ -8076,9 +8166,9 @@
8166 "zh-chs": "全部聚焦",
8167 "zh-cht": "全部聚焦",
8168 "xloc": [
8079 - "default.handlebars->39->1204",
8080 - "default.handlebars->39->1206",
8081 - "default.handlebars->39->1207"
8169 + "default.handlebars->39->1213",
8170 + "default.handlebars->39->1215",
8171 + "default.handlebars->39->1216"
8172 ]
8173 },
8174 {
@@ -8127,8 +8217,8 @@
8217 "zh-chs": "允许用户管理此设备组和该组中的设备。",
8218 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8219 "xloc": [
8130 - "default.handlebars->39->1991",
8131 - "default.handlebars->39->2547"
8220 + "default.handlebars->39->2000",
8221 + "default.handlebars->39->2556"
8222 ]
8223 },
8224 {
@@ -8153,7 +8243,7 @@
8243 "zh-chs": "允许用户管理此设备。",
8244 "zh-cht": "允許用戶管理此裝置。",
8245 "xloc": [
8156 - "default.handlebars->39->1992"
8246 + "default.handlebars->39->2001"
8247 ]
8248 },
8249 {
@@ -8250,8 +8340,8 @@
8340 "xloc": [
8341 "default-mobile.handlebars->11->429",
8342 "default-mobile.handlebars->11->433",
8253 - "default.handlebars->39->1227",
8254 - "default.handlebars->39->1231"
8343 + "default.handlebars->39->1236",
8344 + "default.handlebars->39->1240"
8345 ]
8346 },
8347 {
@@ -8328,7 +8418,7 @@
8418 "zh-chs": "备用(F10 = ESC + 0)",
8419 "zh-cht": "備用(F10 = ESC + 0)",
8420 "xloc": [
8331 - "default.handlebars->39->1298",
8421 + "default.handlebars->39->1307",
8422 "sharing.handlebars->11->37"
8423 ]
8424 },
@@ -8402,9 +8492,9 @@
8492 "zh-chs": "一直通知",
8493 "zh-cht": "一直通知",
8494 "xloc": [
8405 - "default.handlebars->39->1859",
8406 - "default.handlebars->39->2506",
8407 - "default.handlebars->39->2608",
8495 + "default.handlebars->39->1868",
8496 + "default.handlebars->39->2515",
8497 + "default.handlebars->39->2617",
8498 "default.handlebars->39->851"
8499 ]
8500 },
@@ -8430,9 +8520,9 @@
8520 "zh-chs": "一直提示",
8521 "zh-cht": "一直提示",
8522 "xloc": [
8433 - "default.handlebars->39->1860",
8434 - "default.handlebars->39->2507",
8435 - "default.handlebars->39->2609",
8523 + "default.handlebars->39->1869",
8524 + "default.handlebars->39->2516",
8525 + "default.handlebars->39->2618",
8526 "default.handlebars->39->852"
8527 ]
8528 },
@@ -8678,8 +8768,8 @@
8768 "tr": "Anti-virüs etkin değil",
8769 "zh-chs": "杀毒软件未激活",
8770 "xloc": [
8681 - "default.handlebars->39->2107",
8682 - "default.handlebars->39->2121"
8771 + "default.handlebars->39->2116",
8772 + "default.handlebars->39->2130"
8773 ]
8774 },
8775 {
@@ -8996,7 +9086,7 @@
9086 "zh-chs": "阿拉伯文(阿尔及利亚)",
9087 "zh-cht": "阿拉伯文(阿爾及利亞)",
9088 "xloc": [
8999 - "default.handlebars->39->1515"
9089 + "default.handlebars->39->1524"
9090 ]
9091 },
9092 {
@@ -9021,7 +9111,7 @@
9111 "zh-chs": "阿拉伯文(巴林)",
9112 "zh-cht": "阿拉伯文(巴林)",
9113 "xloc": [
9024 - "default.handlebars->39->1516"
9114 + "default.handlebars->39->1525"
9115 ]
9116 },
9117 {
@@ -9046,7 +9136,7 @@
9136 "zh-chs": "阿拉伯文(埃及)",
9137 "zh-cht": "阿拉伯文(埃及)",
9138 "xloc": [
9049 - "default.handlebars->39->1517"
9139 + "default.handlebars->39->1526"
9140 ]
9141 },
9142 {
@@ -9071,7 +9161,7 @@
9161 "zh-chs": "阿拉伯文(伊拉克)",
9162 "zh-cht": "阿拉伯文(伊拉克)",
9163 "xloc": [
9074 - "default.handlebars->39->1518"
9164 + "default.handlebars->39->1527"
9165 ]
9166 },
9167 {
@@ -9096,7 +9186,7 @@
9186 "zh-chs": "阿拉伯文(约旦)",
9187 "zh-cht": "阿拉伯文(約旦)",
9188 "xloc": [
9099 - "default.handlebars->39->1519"
9189 + "default.handlebars->39->1528"
9190 ]
9191 },
9192 {
@@ -9121,7 +9211,7 @@
9211 "zh-chs": "阿拉伯文(科威特)",
9212 "zh-cht": "阿拉伯文(科威特)",
9213 "xloc": [
9124 - "default.handlebars->39->1520"
9214 + "default.handlebars->39->1529"
9215 ]
9216 },
9217 {
@@ -9146,7 +9236,7 @@
9236 "zh-chs": "阿拉伯文(黎巴嫩)",
9237 "zh-cht": "阿拉伯文(黎巴嫩)",
9238 "xloc": [
9149 - "default.handlebars->39->1521"
9239 + "default.handlebars->39->1530"
9240 ]
9241 },
9242 {
@@ -9171,7 +9261,7 @@
9261 "zh-chs": "阿拉伯文(利比亚)",
9262 "zh-cht": "阿拉伯文(利比亞)",
9263 "xloc": [
9174 - "default.handlebars->39->1522"
9264 + "default.handlebars->39->1531"
9265 ]
9266 },
9267 {
@@ -9196,7 +9286,7 @@
9286 "zh-chs": "阿拉伯文(摩洛哥)",
9287 "zh-cht": "阿拉伯文(摩洛哥)",
9288 "xloc": [
9199 - "default.handlebars->39->1523"
9289 + "default.handlebars->39->1532"
9290 ]
9291 },
9292 {
@@ -9221,7 +9311,7 @@
9311 "zh-chs": "阿拉伯文(阿曼)",
9312 "zh-cht": "阿拉伯文(阿曼)",
9313 "xloc": [
9224 - "default.handlebars->39->1524"
9314 + "default.handlebars->39->1533"
9315 ]
9316 },
9317 {
@@ -9246,7 +9336,7 @@
9336 "zh-chs": "阿拉伯文(卡塔尔)",
9337 "zh-cht": "阿拉伯文(卡塔爾)",
9338 "xloc": [
9249 - "default.handlebars->39->1525"
9339 + "default.handlebars->39->1534"
9340 ]
9341 },
9342 {
@@ -9271,7 +9361,7 @@
9361 "zh-chs": "阿拉伯文(沙特阿拉伯)",
9362 "zh-cht": "阿拉伯文(沙特阿拉伯)",
9363 "xloc": [
9274 - "default.handlebars->39->1526"
9364 + "default.handlebars->39->1535"
9365 ]
9366 },
9367 {
@@ -9296,7 +9386,7 @@
9386 "zh-chs": "阿拉伯文(标准)",
9387 "zh-cht": "阿拉伯文(標準)",
9388 "xloc": [
9299 - "default.handlebars->39->1514"
9389 + "default.handlebars->39->1523"
9390 ]
9391 },
9392 {
@@ -9321,7 +9411,7 @@
9411 "zh-chs": "阿拉伯文(叙利亚)",
9412 "zh-cht": "阿拉伯文(敘利亞)",
9413 "xloc": [
9324 - "default.handlebars->39->1527"
9414 + "default.handlebars->39->1536"
9415 ]
9416 },
9417 {
@@ -9346,7 +9436,7 @@
9436 "zh-chs": "阿拉伯文(突尼斯)",
9437 "zh-cht": "阿拉伯文(突尼斯)",
9438 "xloc": [
9349 - "default.handlebars->39->1528"
9439 + "default.handlebars->39->1537"
9440 ]
9441 },
9442 {
@@ -9371,7 +9461,7 @@
9461 "zh-chs": "阿拉伯文(阿联酋)",
9462 "zh-cht": "阿拉伯文(阿聯酋)",
9463 "xloc": [
9374 - "default.handlebars->39->1529"
9464 + "default.handlebars->39->1538"
9465 ]
9466 },
9467 {
@@ -9396,7 +9486,7 @@
9486 "zh-chs": "阿拉伯文(也门)",
9487 "zh-cht": "阿拉伯文(也門)",
9488 "xloc": [
9399 - "default.handlebars->39->1530"
9489 + "default.handlebars->39->1539"
9490 ]
9491 },
9492 {
@@ -9421,7 +9511,7 @@
9511 "zh-chs": "阿拉贡文",
9512 "zh-cht": "阿拉貢文",
9513 "xloc": [
9424 - "default.handlebars->39->1531"
9514 + "default.handlebars->39->1540"
9515 ]
9516 },
9517 {
@@ -9449,9 +9539,9 @@
9539 "default-mobile.handlebars->11->513",
9540 "default-mobile.handlebars->11->515",
9541 "default-mobile.handlebars->11->517",
9452 - "default.handlebars->39->1376",
9453 - "default.handlebars->39->1378",
9454 - "default.handlebars->39->1380"
9542 + "default.handlebars->39->1385",
9543 + "default.handlebars->39->1387",
9544 + "default.handlebars->39->1389"
9545 ]
9546 },
9547 {
@@ -9502,7 +9592,7 @@
9592 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9593 "xloc": [
9594 "default-mobile.handlebars->11->645",
9505 - "default.handlebars->39->1958"
9595 + "default.handlebars->39->1967"
9596 ]
9597 },
9598 {
@@ -9602,7 +9692,7 @@
9692 "zh-chs": "您确定要{0}插件吗:{1}",
9693 "zh-cht": "你確定要{0}外掛嗎:{1}",
9694 "xloc": [
9605 - "default.handlebars->39->2966"
9695 + "default.handlebars->39->2975"
9696 ]
9697 },
9698 {
@@ -9652,7 +9742,7 @@
9742 "zh-chs": "亚美尼亚文",
9743 "zh-cht": "亞美尼亞文",
9744 "xloc": [
9655 - "default.handlebars->39->1532"
9745 + "default.handlebars->39->1541"
9746 ]
9747 },
9748 {
@@ -9727,7 +9817,7 @@
9817 "zh-chs": "阿萨姆文",
9818 "zh-cht": "阿薩姆文",
9819 "xloc": [
9730 - "default.handlebars->39->1533"
9820 + "default.handlebars->39->1542"
9821 ]
9822 },
9823 {
@@ -9872,7 +9962,7 @@
9962 "zh-chs": "阿斯图里亚斯文",
9963 "zh-cht": "阿斯圖里亞斯文",
9964 "xloc": [
9875 - "default.handlebars->39->1534"
9965 + "default.handlebars->39->1543"
9966 ]
9967 },
9968 {
@@ -9897,7 +9987,7 @@
9987 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
9988 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9989 "xloc": [
9900 - "default.handlebars->39->2193"
9990 + "default.handlebars->39->2202"
9991 ]
9992 },
9993 {
@@ -9946,10 +10036,10 @@
10036 "default-mobile.handlebars->11->454",
10037 "default-mobile.handlebars->11->462",
10038 "default-mobile.handlebars->11->471",
9949 - "default.handlebars->39->1280",
10039 "default.handlebars->39->1289",
9951 - "default.handlebars->39->1307",
9952 - "default.handlebars->39->1315",
10040 + "default.handlebars->39->1298",
10041 + "default.handlebars->39->1316",
10042 + "default.handlebars->39->1324",
10043 "ssh.handlebars->3->14",
10044 "ssh.handlebars->3->15",
10045 "ssh.handlebars->3->5"
@@ -9977,7 +10067,7 @@
10067 "zh-chs": "认证软件",
10068 "zh-cht": "認證軟體",
10069 "xloc": [
9980 - "default.handlebars->39->2612"
10070 + "default.handlebars->39->2621"
10071 ]
10072 },
10073 {
@@ -10001,9 +10091,9 @@
10091 "tr": "Kimlik Doğrulama Cihazı",
10092 "zh-chs": "认证设备",
10093 "xloc": [
10004 - "default.handlebars->39->1495",
10005 - "default.handlebars->39->1497",
10006 - "default.handlebars->39->1501"
10094 + "default.handlebars->39->1504",
10095 + "default.handlebars->39->1506",
10096 + "default.handlebars->39->1510"
10097 ]
10098 },
10099 {
@@ -10029,8 +10119,8 @@
10119 "xloc": [
10120 "default-mobile.handlebars->11->455",
10121 "default-mobile.handlebars->11->472",
10032 - "default.handlebars->39->1291",
10033 - "default.handlebars->39->1316"
10122 + "default.handlebars->39->1300",
10123 + "default.handlebars->39->1325"
10124 ]
10125 },
10126 {
@@ -10059,8 +10149,8 @@
10149 "default-mobile.handlebars->11->104",
10150 "default-mobile.handlebars->11->68",
10151 "default-mobile.handlebars->11->71",
10062 - "default.handlebars->39->1491",
10063 - "default.handlebars->39->1493",
10152 + "default.handlebars->39->1500",
10153 + "default.handlebars->39->1502",
10154 "default.handlebars->39->204",
10155 "default.handlebars->39->209"
10156 ]
@@ -10182,8 +10272,8 @@
10272 "zh-chs": "自动删除",
10273 "zh-cht": "自動刪除",
10274 "xloc": [
10185 - "default.handlebars->39->1844",
10186 - "default.handlebars->39->2328"
10275 + "default.handlebars->39->1853",
10276 + "default.handlebars->39->2337"
10277 ]
10278 },
10279 {
@@ -10237,7 +10327,7 @@
10327 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10328 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10329 "xloc": [
10240 - "default.handlebars->39->2274"
10330 + "default.handlebars->39->2283"
10331 ]
10332 },
10333 {
@@ -10331,7 +10421,7 @@
10421 "tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10422 "zh-chs": "自动移除非活动设备",
10423 "xloc": [
10334 - "default.handlebars->39->1986"
10424 + "default.handlebars->39->1995"
10425 ]
10426 },
10427 {
@@ -10356,7 +10446,7 @@
10446 "zh-chs": "可用內存",
10447 "zh-cht": "可用內存",
10448 "xloc": [
10359 - "default.handlebars->39->2896"
10449 + "default.handlebars->39->2905"
10450 ]
10451 },
10452 {
@@ -10381,7 +10471,7 @@
10471 "zh-chs": "阿塞拜疆文",
10472 "zh-cht": "阿塞拜疆文",
10473 "xloc": [
10384 - "default.handlebars->39->1535"
10474 + "default.handlebars->39->1544"
10475 ]
10476 },
10477 {
@@ -10436,7 +10526,7 @@
10526 "zh-cht": "的BIOS",
10527 "xloc": [
10528 "default-mobile.handlebars->11->583",
10439 - "default.handlebars->39->1439"
10529 + "default.handlebars->39->1448"
10530 ]
10531 },
10532 {
@@ -10547,7 +10637,7 @@
10637 "zh-chs": "退格",
10638 "xloc": [
10639 "default-mobile.handlebars->11->412",
10550 - "default.handlebars->39->1210"
10640 + "default.handlebars->39->1219"
10641 ]
10642 },
10643 {
@@ -10597,8 +10687,8 @@
10687 "zh-chs": "背景与互动",
10688 "zh-cht": "背景與互動",
10689 "xloc": [
10600 - "default.handlebars->39->2083",
10601 - "default.handlebars->39->2090",
10690 + "default.handlebars->39->2092",
10691 + "default.handlebars->39->2099",
10692 "default.handlebars->39->503",
10693 "default.handlebars->39->523"
10694 ]
@@ -10625,8 +10715,8 @@
10715 "zh-chs": "仅背景",
10716 "zh-cht": "僅背景",
10717 "xloc": [
10628 - "default.handlebars->39->2084",
10629 - "default.handlebars->39->2091",
10718 + "default.handlebars->39->2093",
10719 + "default.handlebars->39->2100",
10720 "default.handlebars->39->504",
10721 "default.handlebars->39->524",
10722 "default.handlebars->39->540"
@@ -10680,8 +10770,8 @@
10770 "zh-chs": "备用码",
10771 "zh-cht": "備用碼",
10772 "xloc": [
10683 - "default.handlebars->39->2615",
10684 - "default.handlebars->39->2806"
10773 + "default.handlebars->39->2624",
10774 + "default.handlebars->39->2815"
10775 ]
10776 },
10777 {
@@ -10735,7 +10825,7 @@
10825 "zh-chs": "错误的签名",
10826 "zh-cht": "錯誤的簽名",
10827 "xloc": [
10738 - "default.handlebars->39->2878"
10828 + "default.handlebars->39->2887"
10829 ]
10830 },
10831 {
@@ -10760,7 +10850,7 @@
10850 "zh-chs": "错误的网络证书",
10851 "zh-cht": "錯誤的網絡憑證",
10852 "xloc": [
10763 - "default.handlebars->39->2877"
10853 + "default.handlebars->39->2886"
10854 ]
10855 },
10856 {
@@ -10785,7 +10875,7 @@
10875 "zh-chs": "巴斯克",
10876 "zh-cht": "巴斯克",
10877 "xloc": [
10788 - "default.handlebars->39->1536"
10878 + "default.handlebars->39->1545"
10879 ]
10880 },
10881 {
@@ -10860,7 +10950,7 @@
10950 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
10951 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10952 "xloc": [
10863 - "default.handlebars->39->2273"
10953 + "default.handlebars->39->2282"
10954 ]
10955 },
10956 {
@@ -10885,7 +10975,7 @@
10975 "zh-chs": "白俄罗斯文",
10976 "zh-cht": "白俄羅斯文",
10977 "xloc": [
10888 - "default.handlebars->39->1538"
10978 + "default.handlebars->39->1547"
10979 ]
10980 },
10981 {
@@ -10910,7 +11000,7 @@
11000 "zh-chs": "孟加拉",
11001 "zh-cht": "孟加拉",
11002 "xloc": [
10913 - "default.handlebars->39->1539"
11003 + "default.handlebars->39->1548"
11004 ]
11005 },
11006 {
@@ -10984,7 +11074,7 @@
11074 "zh-chs": "引导加载程序",
11075 "xloc": [
11076 "default-mobile.handlebars->11->547",
10987 - "default.handlebars->39->1393"
11077 + "default.handlebars->39->1402"
11078 ]
11079 },
11080 {
@@ -11009,7 +11099,7 @@
11099 "zh-chs": "波斯尼亚文",
11100 "zh-cht": "波斯尼亞文",
11101 "xloc": [
11012 - "default.handlebars->39->1540"
11102 + "default.handlebars->39->1549"
11103 ]
11104 },
11105 {
@@ -11034,7 +11124,7 @@
11124 "zh-chs": "布列塔尼",
11125 "zh-cht": "布列塔尼",
11126 "xloc": [
11037 - "default.handlebars->39->1541"
11127 + "default.handlebars->39->1550"
11128 ]
11129 },
11130 {
@@ -11059,7 +11149,7 @@
11149 "zh-chs": "广播",
11150 "zh-cht": "廣播",
11151 "xloc": [
11062 - "default.handlebars->39->2513",
11152 + "default.handlebars->39->2522",
11153 "default.handlebars->container->column_l->p4->3->1->0->3->1"
11154 ]
11155 },
@@ -11085,7 +11175,7 @@
11175 "zh-chs": "广播消息",
11176 "zh-cht": "廣播消息",
11177 "xloc": [
11088 - "default.handlebars->39->2430"
11178 + "default.handlebars->39->2439"
11179 ]
11180 },
11181 {
@@ -11110,7 +11200,7 @@
11200 "zh-chs": "向所有连接的用户广播消息。",
11201 "zh-cht": "向所有連接的用戶廣播消息。",
11202 "xloc": [
11113 - "default.handlebars->39->2425"
11203 + "default.handlebars->39->2434"
11204 ]
11205 },
11206 {
@@ -11120,7 +11210,13 @@
11210 "fr": "Navigateur",
11211 "pt-br": "Navegador",
11212 "xloc": [
11123 - "default.handlebars->39->2780"
11213 + "default.handlebars->39->2789"
11214 + ]
11215 + },
11216 + {
11217 + "en": "Browser Size",
11218 + "xloc": [
11219 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->3"
11220 ]
11221 },
11222 {
@@ -11170,7 +11266,7 @@
11266 "zh-chs": "保加利亚文",
11267 "zh-cht": "保加利亞文",
11268 "xloc": [
11173 - "default.handlebars->39->1537"
11269 + "default.handlebars->39->1546"
11270 ]
11271 },
11272 {
@@ -11195,7 +11291,7 @@
11291 "zh-chs": "缅甸文",
11292 "zh-cht": "緬甸文",
11293 "xloc": [
11198 - "default.handlebars->39->1542"
11294 + "default.handlebars->39->1551"
11295 ]
11296 },
11297 {
@@ -11219,7 +11315,7 @@
11315 "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11316 "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11317 "xloc": [
11222 - "default.handlebars->39->1988"
11318 + "default.handlebars->39->1997"
11319 ]
11320 },
11321 {
@@ -11243,7 +11339,7 @@
11339 "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11340 "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11341 "xloc": [
11246 - "default.handlebars->39->1989"
11342 + "default.handlebars->39->1998"
11343 ]
11344 },
11345 {
@@ -11263,7 +11359,7 @@
11359 "tr": "Bayt Girişi",
11360 "pt-br": "Entrada de Bytes",
11361 "xloc": [
11266 - "default.handlebars->39->2776"
11362 + "default.handlebars->39->2785"
11363 ]
11364 },
11365 {
@@ -11283,7 +11379,7 @@
11379 "tr": "Bayt Bitti",
11380 "pt-br": "Saída de Bytes",
11381 "xloc": [
11286 - "default.handlebars->39->2777"
11382 + "default.handlebars->39->2786"
11383 ]
11384 },
11385 {
@@ -11343,7 +11439,7 @@
11439 "zh-chs": "CCM模式",
11440 "zh-cht": "CCM模式",
11441 "xloc": [
11346 - "default.handlebars->39->1941"
11442 + "default.handlebars->39->1950"
11443 ]
11444 },
11445 {
@@ -11369,7 +11465,7 @@
11465 "zh-cht": "CIRA",
11466 "xloc": [
11467 "default-mobile.handlebars->11->257",
11372 - "default.handlebars->39->2903",
11468 + "default.handlebars->39->2912",
11469 "default.handlebars->39->377",
11470 "default.handlebars->39->625"
11471 ]
@@ -11396,7 +11492,7 @@
11492 "zh-chs": "CIRA服务器",
11493 "zh-cht": "CIRA伺服器",
11494 "xloc": [
11399 - "default.handlebars->39->2950"
11495 + "default.handlebars->39->2959"
11496 ]
11497 },
11498 {
@@ -11421,7 +11517,7 @@
11517 "zh-chs": "CIRA服务器命令",
11518 "zh-cht": "CIRA伺服器指令",
11519 "xloc": [
11424 - "default.handlebars->39->2951"
11520 + "default.handlebars->39->2960"
11521 ]
11522 },
11523 {
@@ -11466,7 +11562,7 @@
11562 "zh-chs": "CIRA设置",
11563 "zh-cht": "CIRA設置",
11564 "xloc": [
11469 - "default.handlebars->39->1949"
11565 + "default.handlebars->39->1958"
11566 ]
11567 },
11568 {
@@ -11492,8 +11588,8 @@
11588 "zh-cht": "CPU",
11589 "xloc": [
11590 "default-mobile.handlebars->11->589",
11495 - "default.handlebars->39->1445",
11496 - "default.handlebars->39->2927",
11591 + "default.handlebars->39->1454",
11592 + "default.handlebars->39->2936",
11593 "default.handlebars->container->column_l->p40->3->1->p40type->5"
11594 ]
11595 },
@@ -11519,7 +11615,7 @@
11615 "zh-chs": "CPU负载",
11616 "zh-cht": "CPU負載",
11617 "xloc": [
11522 - "default.handlebars->39->2892"
11618 + "default.handlebars->39->2901"
11619 ]
11620 },
11621 {
@@ -11544,7 +11640,7 @@
11640 "zh-chs": "最近15分钟的CPU负载",
11641 "zh-cht": "最近15分鐘的CPU負載",
11642 "xloc": [
11547 - "default.handlebars->39->2895"
11643 + "default.handlebars->39->2904"
11644 ]
11645 },
11646 {
@@ -11569,7 +11665,7 @@
11665 "zh-chs": "最近5分钟的CPU负载",
11666 "zh-cht": "最近5分鐘的CPU負載",
11667 "xloc": [
11572 - "default.handlebars->39->2894"
11668 + "default.handlebars->39->2903"
11669 ]
11670 },
11671 {
@@ -11594,7 +11690,7 @@
11690 "zh-chs": "最近一分钟的CPU负载",
11691 "zh-cht": "最近一分鐘的CPU負載",
11692 "xloc": [
11597 - "default.handlebars->39->2893"
11693 + "default.handlebars->39->2902"
11694 ]
11695 },
11696 {
@@ -11619,8 +11715,8 @@
11715 "zh-chs": "CR+LF",
11716 "zh-cht": "CR+LF",
11717 "xloc": [
11622 - "default.handlebars->39->1277",
11623 - "default.handlebars->39->1300",
11718 + "default.handlebars->39->1286",
11719 + "default.handlebars->39->1309",
11720 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
11721 "sharing.handlebars->11->25",
11722 "sharing.handlebars->11->39",
@@ -11649,7 +11745,7 @@
11745 "zh-chs": "CSV",
11746 "zh-cht": "CSV",
11747 "xloc": [
11652 - "default.handlebars->39->2345"
11748 + "default.handlebars->39->2354"
11749 ]
11750 },
11751 {
@@ -11674,8 +11770,8 @@
11770 "zh-chs": "CSV格式",
11771 "zh-cht": "CSV格式",
11772 "xloc": [
11677 - "default.handlebars->39->2349",
11678 - "default.handlebars->39->2417",
11773 + "default.handlebars->39->2358",
11774 + "default.handlebars->39->2426",
11775 "default.handlebars->39->696"
11776 ]
11777 },
@@ -11723,7 +11819,7 @@
11819 "zh-chs": "呼叫错误",
11820 "zh-cht": "呼叫錯誤",
11821 "xloc": [
11726 - "default.handlebars->39->2967"
11822 + "default.handlebars->39->2976"
11823 ]
11824 },
11825 {
@@ -11771,8 +11867,8 @@
11867 "agent-translations.json",
11868 "default-mobile.handlebars->11->113",
11869 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
11774 - "default.handlebars->39->1814",
11775 - "default.handlebars->39->2956",
11870 + "default.handlebars->39->1823",
11871 + "default.handlebars->39->2965",
11872 "default.handlebars->39->476",
11873 "default.handlebars->container->dialog->idx_dlgButtonBar",
11874 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -11826,6 +11922,12 @@
11922 "tr": "Yardım İsteğini İptal Et",
11923 "zh-chs": "取消帮助请求"
11924 },
11925 + {
11926 + "en": "Canvas Size",
11927 + "xloc": [
11928 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->d7rdpsize->1"
11929 + ]
11930 + },
11931 {
11932 "cs": "Kapacita",
11933 "da": "Kapacitet",
@@ -11851,9 +11953,9 @@
11953 "default-mobile.handlebars->11->594",
11954 "default-mobile.handlebars->11->599",
11955 "default-mobile.handlebars->11->601",
11854 - "default.handlebars->39->1450",
11855 - "default.handlebars->39->1455",
11856 - "default.handlebars->39->1457"
11956 + "default.handlebars->39->1459",
11957 + "default.handlebars->39->1464",
11958 + "default.handlebars->39->1466"
11959 ]
11960 },
11961 {
@@ -11879,7 +11981,7 @@
11981 "zh-cht": "容量/速度",
11982 "xloc": [
11983 "default-mobile.handlebars->11->592",
11882 - "default.handlebars->39->1448"
11984 + "default.handlebars->39->1457"
11985 ]
11986 },
11987 {
@@ -11904,7 +12006,7 @@
12006 "zh-chs": "加泰罗尼亚文",
12007 "zh-cht": "加泰羅尼亞文",
12008 "xloc": [
11907 - "default.handlebars->39->1543"
12009 + "default.handlebars->39->1552"
12010 ]
12011 },
12012 {
@@ -12001,7 +12103,7 @@
12103 "zh-chs": "查莫罗",
12104 "zh-cht": "查莫羅",
12105 "xloc": [
12004 - "default.handlebars->39->1544"
12106 + "default.handlebars->39->1553"
12107 ]
12108 },
12109 {
@@ -12053,7 +12155,7 @@
12155 "zh-chs": "更改{0}的电邮",
12156 "zh-cht": "更改{0}的電郵",
12157 "xloc": [
12056 - "default.handlebars->39->2660"
12158 + "default.handlebars->39->2669"
12159 ]
12160 },
12161 {
@@ -12106,8 +12208,8 @@
12208 "zh-cht": "更改密碼",
12209 "xloc": [
12210 "default-mobile.handlebars->11->121",
12109 - "default.handlebars->39->1760",
12110 - "default.handlebars->39->2633"
12211 + "default.handlebars->39->1769",
12212 + "default.handlebars->39->2642"
12213 ]
12214 },
12215 {
@@ -12132,7 +12234,7 @@
12234 "zh-chs": "更改{0}的密码",
12235 "zh-cht": "更改{0}的密碼",
12236 "xloc": [
12135 - "default.handlebars->39->2669"
12237 + "default.handlebars->39->2678"
12238 ]
12239 },
12240 {
@@ -12157,7 +12259,7 @@
12259 "zh-chs": "更改{0}的真实名称",
12260 "zh-cht": "更改{0}的真實名稱",
12261 "xloc": [
12160 - "default.handlebars->39->2655"
12262 + "default.handlebars->39->2664"
12263 ]
12264 },
12265 {
@@ -12304,7 +12406,7 @@
12406 "zh-chs": "更改该用户的密码",
12407 "zh-cht": "更改該用戶的密碼",
12408 "xloc": [
12307 - "default.handlebars->39->2632"
12409 + "default.handlebars->39->2641"
12410 ]
12411 },
12412 {
@@ -12354,7 +12456,7 @@
12456 "zh-chs": "在此处更改您的帐户电邮地址。",
12457 "zh-cht": "在此處更改你的帳戶電郵地址。",
12458 "xloc": [
12357 - "default.handlebars->39->1747"
12459 + "default.handlebars->39->1756"
12460 ]
12461 },
12462 {
@@ -12379,7 +12481,7 @@
12481 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12482 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12483 "xloc": [
12382 - "default.handlebars->39->1753"
12484 + "default.handlebars->39->1762"
12485 ]
12486 },
12487 {
@@ -12404,7 +12506,7 @@
12506 "zh-chs": "更改帐户凭据",
12507 "zh-cht": "帳戶憑證已更改",
12508 "xloc": [
12407 - "default.handlebars->39->2245"
12509 + "default.handlebars->39->2254"
12510 ]
12511 },
12512 {
@@ -12424,7 +12526,7 @@
12526 "tr": "Hesap görünen adı {0} olarak değiştirildi.",
12527 "pt-br": "Nome de exibição da conta alterado para {0}",
12528 "xloc": [
12427 - "default.handlebars->39->2297"
12529 + "default.handlebars->39->2306"
12530 ]
12531 },
12532 {
@@ -12449,8 +12551,8 @@
12551 "zh-chs": "{1}组中的设备{0}已更改:{2}",
12552 "zh-cht": "{1}組中的設備{0}已更改:{2}",
12553 "xloc": [
12452 - "default.handlebars->39->2229",
12453 - "default.handlebars->39->2310"
12554 + "default.handlebars->39->2238",
12555 + "default.handlebars->39->2319"
12556 ]
12557 },
12558 {
@@ -12475,7 +12577,7 @@
12577 "zh-chs": "语言从{1}更改为{2}",
12578 "zh-cht": "語言從{1}更改為{2}",
12579 "xloc": [
12478 - "default.handlebars->39->2173"
12580 + "default.handlebars->39->2182"
12581 ]
12582 },
12583 {
@@ -12500,8 +12602,8 @@
12602 "zh-chs": "已更改{0}的用户设备权限",
12603 "zh-cht": "已更改{0}的用戶設備權限",
12604 "xloc": [
12503 - "default.handlebars->39->2231",
12504 - "default.handlebars->39->2252"
12605 + "default.handlebars->39->2240",
12606 + "default.handlebars->39->2261"
12607 ]
12608 },
12609 {
@@ -12547,7 +12649,7 @@
12649 "zh-chs": "更改语言将需要刷新页面。",
12650 "zh-cht": "更改語言將需要刷新頁面。",
12651 "xloc": [
12550 - "default.handlebars->39->1711"
12652 + "default.handlebars->39->1720"
12653 ]
12654 },
12655 {
@@ -12574,9 +12676,9 @@
12676 "xloc": [
12677 "default.handlebars->39->1000",
12678 "default.handlebars->39->1022",
12577 - "default.handlebars->39->2366",
12578 - "default.handlebars->39->2628",
12579 - "default.handlebars->39->2629",
12679 + "default.handlebars->39->2375",
12680 + "default.handlebars->39->2637",
12681 + "default.handlebars->39->2638",
12682 "default.handlebars->39->894"
12683 ]
12684 },
@@ -12604,8 +12706,8 @@
12706 "xloc": [
12707 "default-mobile.handlebars->11->674",
12708 "default-mobile.handlebars->11->694",
12607 - "default.handlebars->39->2020",
12608 - "default.handlebars->39->2057"
12709 + "default.handlebars->39->2029",
12710 + "default.handlebars->39->2066"
12711 ]
12712 },
12713 {
@@ -12630,7 +12732,7 @@
12732 "zh-chs": "聊天请求,点击这里接受。",
12733 "xloc": [
12734 "default-mobile.handlebars->11->726",
12633 - "default.handlebars->39->2846"
12735 + "default.handlebars->39->2855"
12736 ]
12737 },
12738 {
@@ -12680,7 +12782,7 @@
12782 "zh-chs": "车臣",
12783 "zh-cht": "車臣",
12784 "xloc": [
12683 - "default.handlebars->39->1545"
12785 + "default.handlebars->39->1554"
12786 ]
12787 },
12788 {
@@ -12805,8 +12907,8 @@
12907 "zh-chs": "检查...",
12908 "zh-cht": "檢查...",
12909 "xloc": [
12808 - "default.handlebars->39->1511",
12809 - "default.handlebars->39->2961"
12910 + "default.handlebars->39->1520",
12911 + "default.handlebars->39->2970"
12912 ]
12913 },
12914 {
@@ -12831,7 +12933,7 @@
12933 "zh-chs": "中文",
12934 "zh-cht": "中文",
12935 "xloc": [
12834 - "default.handlebars->39->1546"
12936 + "default.handlebars->39->1555"
12937 ]
12938 },
12939 {
@@ -12856,7 +12958,7 @@
12958 "zh-chs": "中文(香港)",
12959 "zh-cht": "中文(香港)",
12960 "xloc": [
12859 - "default.handlebars->39->1547"
12961 + "default.handlebars->39->1556"
12962 ]
12963 },
12964 {
@@ -12881,7 +12983,7 @@
12983 "zh-chs": "中文(中国)",
12984 "zh-cht": "中文(中國)",
12985 "xloc": [
12884 - "default.handlebars->39->1548"
12986 + "default.handlebars->39->1557"
12987 ]
12988 },
12989 {
@@ -12906,7 +13008,7 @@
13008 "zh-chs": "简体中文",
13009 "zh-cht": "簡體中文",
13010 "xloc": [
12909 - "default.handlebars->39->1708"
13011 + "default.handlebars->39->1717"
13012 ]
13013 },
13014 {
@@ -12931,7 +13033,7 @@
13033 "zh-chs": "中文(新加坡)",
13034 "zh-cht": "中文(新加坡)",
13035 "xloc": [
12934 - "default.handlebars->39->1549"
13036 + "default.handlebars->39->1558"
13037 ]
13038 },
13039 {
@@ -12956,7 +13058,7 @@
13058 "zh-chs": "中文(台湾)",
13059 "zh-cht": "中文(台灣)",
13060 "xloc": [
12959 - "default.handlebars->39->1550"
13061 + "default.handlebars->39->1559"
13062 ]
13063 },
13064 {
@@ -12981,7 +13083,7 @@
13083 "zh-chs": "繁体中文",
13084 "zh-cht": "繁體中文",
13085 "xloc": [
12984 - "default.handlebars->39->1709"
13086 + "default.handlebars->39->1718"
13087 ]
13088 },
13089 {
@@ -13032,7 +13134,7 @@
13134 "zh-chs": "楚瓦什",
13135 "zh-cht": "楚瓦什",
13136 "xloc": [
13035 - "default.handlebars->39->1551"
13137 + "default.handlebars->39->1560"
13138 ]
13139 },
13140 {
@@ -13086,11 +13188,11 @@
13188 "default-mobile.handlebars->11->503",
13189 "default-mobile.handlebars->11->78",
13190 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
13089 - "default.handlebars->39->1350",
13090 - "default.handlebars->39->1352",
13091 - "default.handlebars->39->1354",
13092 - "default.handlebars->39->1356",
13093 - "default.handlebars->39->2167",
13191 + "default.handlebars->39->1359",
13192 + "default.handlebars->39->1361",
13193 + "default.handlebars->39->1363",
13194 + "default.handlebars->39->1365",
13195 + "default.handlebars->39->2176",
13196 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13197 "default.handlebars->container->column_l->p41->3->1",
13198 "messenger.handlebars->xbottom->1->1->0->5",
@@ -13247,7 +13349,7 @@
13349 "zh-cht": "全部清除",
13350 "xloc": [
13351 "default-mobile.handlebars->11->709",
13250 - "default.handlebars->39->2829"
13352 + "default.handlebars->39->2838"
13353 ]
13354 },
13355 {
@@ -13299,7 +13401,7 @@
13401 "zh-cht": "清除核心",
13402 "xloc": [
13403 "default-mobile.handlebars->11->615",
13302 - "default.handlebars->39->1472"
13404 + "default.handlebars->39->1481"
13405 ]
13406 },
13407 {
@@ -13350,7 +13452,7 @@
13452 "zh-cht": "清除此通知",
13453 "xloc": [
13454 "default-mobile.handlebars->11->708",
13353 - "default.handlebars->39->2828"
13455 + "default.handlebars->39->2837"
13456 ]
13457 },
13458 {
@@ -13435,8 +13537,8 @@
13537 "zh-chs": "单击此处编辑设备组名称",
13538 "zh-cht": "單擊此處編輯裝置群名稱",
13539 "xloc": [
13438 - "default.handlebars->39->1825",
13439 - "default.handlebars->39->2112"
13540 + "default.handlebars->39->1834",
13541 + "default.handlebars->39->2121"
13542 ]
13543 },
13544 {
@@ -13486,7 +13588,7 @@
13588 "zh-chs": "单击此处编辑用户组名称",
13589 "zh-cht": "單擊此處編輯用戶群名稱",
13590 "xloc": [
13489 - "default.handlebars->39->2487"
13591 + "default.handlebars->39->2496"
13592 ]
13593 },
13594 {
@@ -13609,7 +13711,7 @@
13711 "zh-cht": "單擊確定將驗證電郵發送到:",
13712 "xloc": [
13713 "default-mobile.handlebars->11->106",
13612 - "default.handlebars->39->1744"
13714 + "default.handlebars->39->1753"
13715 ]
13716 },
13717 {
@@ -13703,7 +13805,7 @@
13805 "zh-cht": "客戶端控制模式(CCM)",
13806 "xloc": [
13807 "default-mobile.handlebars->11->570",
13706 - "default.handlebars->39->1426"
13808 + "default.handlebars->39->1435"
13809 ]
13810 },
13811 {
@@ -13728,7 +13830,7 @@
13830 "zh-chs": "客户编号",
13831 "zh-cht": "客戶編號",
13832 "xloc": [
13731 - "default.handlebars->39->1807"
13833 + "default.handlebars->39->1816"
13834 ]
13835 },
13836 {
@@ -13753,7 +13855,7 @@
13855 "zh-chs": "客户端启动的远程访问",
13856 "zh-cht": "客戶端啟動的遠程訪問",
13857 "xloc": [
13756 - "default.handlebars->39->1948"
13858 + "default.handlebars->39->1957"
13859 ]
13860 },
13861 {
@@ -13778,7 +13880,7 @@
13880 "zh-chs": "客户机密",
13881 "zh-cht": "客戶機密",
13882 "xloc": [
13781 - "default.handlebars->39->1808"
13883 + "default.handlebars->39->1817"
13884 ]
13885 },
13886 {
@@ -13831,11 +13933,11 @@
13933 "xloc": [
13934 "agent-translations.json",
13935 "default-mobile.handlebars->11->76",
13834 - "default.handlebars->39->1265",
13835 - "default.handlebars->39->1326",
13936 + "default.handlebars->39->1274",
13937 + "default.handlebars->39->1335",
13938 "default.handlebars->39->216",
13939 "default.handlebars->39->224",
13838 - "default.handlebars->39->2955",
13940 + "default.handlebars->39->2964",
13941 "sharing.handlebars->11->52"
13942 ]
13943 },
@@ -13846,7 +13948,7 @@
13948 "fr": "Session de bureau multiplexée fermée \\\"{0}\\\", {1} seconde(s)",
13949 "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
13950 "xloc": [
13849 - "default.handlebars->39->2317"
13951 + "default.handlebars->39->2326"
13952 ]
13953 },
13954 {
@@ -13871,7 +13973,7 @@
13973 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
13974 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
13975 "xloc": [
13874 - "default.handlebars->39->2178"
13976 + "default.handlebars->39->2187"
13977 ]
13978 },
13979 {
@@ -14048,7 +14150,7 @@
14150 "default-mobile.handlebars->11->696",
14151 "default.handlebars->39->1002",
14152 "default.handlebars->39->1024",
14051 - "default.handlebars->39->2059"
14153 + "default.handlebars->39->2068"
14154 ]
14155 },
14156 {
@@ -14073,8 +14175,8 @@
14175 "zh-chs": "通用设备组",
14176 "zh-cht": "通用裝置群",
14177 "xloc": [
14076 - "default.handlebars->39->2521",
14077 - "default.handlebars->39->2674"
14178 + "default.handlebars->39->2530",
14179 + "default.handlebars->39->2683"
14180 ]
14181 },
14182 {
@@ -14099,8 +14201,8 @@
14201 "zh-chs": "通用设备",
14202 "zh-cht": "通用裝置",
14203 "xloc": [
14102 - "default.handlebars->39->2527",
14103 - "default.handlebars->39->2686"
14204 + "default.handlebars->39->2536",
14205 + "default.handlebars->39->2695"
14206 ]
14207 },
14208 {
@@ -14125,7 +14227,7 @@
14227 "zh-chs": "编译时间",
14228 "xloc": [
14229 "default-mobile.handlebars->11->543",
14128 - "default.handlebars->39->1389"
14230 + "default.handlebars->39->1398"
14231 ]
14232 },
14233 {
@@ -14171,7 +14273,7 @@
14273 "zh-chs": "压缩档案...",
14274 "zh-cht": "壓縮檔案...",
14275 "xloc": [
14174 - "default.handlebars->39->1321",
14276 + "default.handlebars->39->1330",
14277 "sharing.handlebars->11->47"
14278 ]
14279 },
@@ -14222,11 +14324,11 @@
14324 "default-mobile.handlebars->11->646",
14325 "default.handlebars->39->1134",
14326 "default.handlebars->39->1143",
14225 - "default.handlebars->39->1959",
14226 - "default.handlebars->39->2395",
14227 - "default.handlebars->39->2477",
14228 - "default.handlebars->39->2543",
14229 - "default.handlebars->39->2672",
14327 + "default.handlebars->39->1968",
14328 + "default.handlebars->39->2404",
14329 + "default.handlebars->39->2486",
14330 + "default.handlebars->39->2552",
14331 + "default.handlebars->39->2681",
14332 "default.handlebars->39->660"
14333 ]
14334 },
@@ -14274,7 +14376,7 @@
14376 "zh-cht": "確認將1個副本複製到此位置?",
14377 "xloc": [
14378 "default-mobile.handlebars->11->492",
14277 - "default.handlebars->39->1345",
14379 + "default.handlebars->39->1354",
14380 "sharing.handlebars->11->70"
14381 ]
14382 },
@@ -14300,7 +14402,7 @@
14402 "zh-chs": "确认{0}个条目的复制到此位置?",
14403 "zh-cht": "確認{0}個條目的複製到此位置?",
14404 "xloc": [
14303 - "default.handlebars->39->1344",
14405 + "default.handlebars->39->1353",
14406 "sharing.handlebars->11->69"
14407 ]
14408 },
@@ -14351,7 +14453,7 @@
14453 "zh-chs": "确认删除选定的帐户?",
14454 "zh-cht": "確認刪除所選帳戶?",
14455 "xloc": [
14354 - "default.handlebars->39->2394"
14456 + "default.handlebars->39->2403"
14457 ]
14458 },
14459 {
@@ -14398,7 +14500,7 @@
14500 "zh-chs": "确认删除选定的用户组?",
14501 "zh-cht": "確認刪除所選用戶群?",
14502 "xloc": [
14401 - "default.handlebars->39->2476"
14503 + "default.handlebars->39->2485"
14504 ]
14505 },
14506 {
@@ -14423,7 +14525,7 @@
14525 "zh-chs": "确认删除用户{0}?",
14526 "zh-cht": "確認刪除用戶{0}?",
14527 "xloc": [
14426 - "default.handlebars->39->2671"
14528 + "default.handlebars->39->2680"
14529 ]
14530 },
14531 {
@@ -14448,7 +14550,7 @@
14550 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
14551 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14552 "xloc": [
14451 - "default.handlebars->39->2546"
14553 + "default.handlebars->39->2555"
14554 ]
14555 },
14556 {
@@ -14473,7 +14575,7 @@
14575 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14576 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14577 "xloc": [
14476 - "default.handlebars->39->2703"
14578 + "default.handlebars->39->2712"
14579 ]
14580 },
14581 {
@@ -14499,7 +14601,7 @@
14601 "zh-cht": "確認將1個條目移動到此位置?",
14602 "xloc": [
14603 "default-mobile.handlebars->11->494",
14502 - "default.handlebars->39->1347",
14604 + "default.handlebars->39->1356",
14605 "sharing.handlebars->11->72"
14606 ]
14607 },
@@ -14525,7 +14627,7 @@
14627 "zh-chs": "确认将{0}个条目移到此位置?",
14628 "zh-cht": "確認將{0}個條目移到該位置?",
14629 "xloc": [
14528 - "default.handlebars->39->1346",
14630 + "default.handlebars->39->1355",
14631 "sharing.handlebars->11->71"
14632 ]
14633 },
@@ -14576,7 +14678,7 @@
14678 "zh-chs": "确认覆盖?",
14679 "zh-cht": "確認覆蓋?",
14680 "xloc": [
14579 - "default.handlebars->39->2161"
14681 + "default.handlebars->39->2170"
14682 ]
14683 },
14684 {
@@ -14601,8 +14703,8 @@
14703 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
14704 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14705 "xloc": [
14604 - "default.handlebars->39->2536",
14605 - "default.handlebars->39->2694"
14706 + "default.handlebars->39->2545",
14707 + "default.handlebars->39->2703"
14708 ]
14709 },
14710 {
@@ -14627,8 +14729,8 @@
14729 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14730 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14731 "xloc": [
14630 - "default.handlebars->39->2538",
14631 - "default.handlebars->39->2707"
14732 + "default.handlebars->39->2547",
14733 + "default.handlebars->39->2716"
14734 ]
14735 },
14736 {
@@ -14653,7 +14755,7 @@
14755 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
14756 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14757 "xloc": [
14656 - "default.handlebars->39->2696"
14758 + "default.handlebars->39->2705"
14759 ]
14760 },
14761 {
@@ -14678,7 +14780,7 @@
14780 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
14781 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
14782 "xloc": [
14681 - "default.handlebars->39->2699"
14783 + "default.handlebars->39->2708"
14784 ]
14785 },
14786 {
@@ -14703,8 +14805,8 @@
14805 "zh-chs": "确认删除访问权限?",
14806 "zh-cht": "確認刪除訪問權限?",
14807 "xloc": [
14706 - "default.handlebars->39->2697",
14707 - "default.handlebars->39->2700"
14808 + "default.handlebars->39->2706",
14809 + "default.handlebars->39->2709"
14810 ]
14811 },
14812 {
@@ -14730,7 +14832,7 @@
14832 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
14833 "xloc": [
14834 "default-mobile.handlebars->11->105",
14733 - "default.handlebars->39->1494"
14835 + "default.handlebars->39->1503"
14836 ]
14837 },
14838 {
@@ -14777,7 +14879,7 @@
14879 "zh-chs": "确认删除设备共享“{0}”?",
14880 "zh-cht": "確認刪除設備共享“{0}”?",
14881 "xloc": [
14780 - "default.handlebars->39->2692"
14882 + "default.handlebars->39->2701"
14883 ]
14884 },
14885 {
@@ -14845,7 +14947,7 @@
14947 "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
14948 "zh-chs": "确认移除推送认证设备?",
14949 "xloc": [
14848 - "default.handlebars->39->1496"
14950 + "default.handlebars->39->1505"
14951 ]
14952 },
14953 {
@@ -14870,7 +14972,7 @@
14972 "zh-chs": "确认删除用户“ {0} ”的权限?",
14973 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
14974 "xloc": [
14873 - "default.handlebars->39->2070"
14975 + "default.handlebars->39->2079"
14976 ]
14977 },
14978 {
@@ -14895,7 +14997,7 @@
14997 "zh-chs": "确认删除用户组“ {0} ”的权限?",
14998 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
14999 "xloc": [
14898 - "default.handlebars->39->2072"
15000 + "default.handlebars->39->2081"
15001 ]
15002 },
15003 {
@@ -14943,7 +15045,7 @@
15045 "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
15046 "zh-chs": "确认删除此登录令牌?",
15047 "xloc": [
14946 - "default.handlebars->39->1800"
15048 + "default.handlebars->39->1809"
15049 ]
15050 },
15051 {
@@ -15040,7 +15142,7 @@
15142 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15143 "xloc": [
15144 "default-mobile.handlebars->11->158",
15043 - "default.handlebars->39->2162"
15145 + "default.handlebars->39->2171"
15146 ]
15147 },
15148 {
@@ -15070,8 +15172,8 @@
15172 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
15173 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
15174 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
15073 - "default.handlebars->39->1303",
15074 - "default.handlebars->39->1863",
15175 + "default.handlebars->39->1312",
15176 + "default.handlebars->39->1872",
15177 "default.handlebars->39->855",
15178 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
15179 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -15154,7 +15256,7 @@
15256 "zh-chs": "连接到服务器",
15257 "zh-cht": "連接到伺服器",
15258 "xloc": [
15157 - "default.handlebars->39->1952"
15259 + "default.handlebars->39->1961"
15260 ]
15261 },
15262 {
@@ -15255,6 +15357,18 @@
15357 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2hspan"
15358 ]
15359 },
15360 + {
15361 + "en": "Connect using MeshAgent remote desktop",
15362 + "xloc": [
15363 + "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span"
15364 + ]
15365 + },
15366 + {
15367 + "en": "Connect using RDP",
15368 + "xloc": [
15369 + "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1rspan"
15370 + ]
15371 + },
15372 {
15373 "cs": "Připojeno",
15374 "da": "Forbundet",
@@ -15307,7 +15421,7 @@
15421 "zh-chs": "已连接的英特尔&reg;AMT",
15422 "zh-cht": "已連接的Intel&reg; AMT",
15423 "xloc": [
15310 - "default.handlebars->39->2883"
15424 + "default.handlebars->39->2892"
15425 ]
15426 },
15427 {
@@ -15332,7 +15446,7 @@
15446 "zh-chs": "已连接的用户",
15447 "zh-cht": "已连接的用户",
15448 "xloc": [
15335 - "default.handlebars->39->2888"
15449 + "default.handlebars->39->2897"
15450 ]
15451 },
15452 {
@@ -15379,7 +15493,7 @@
15493 "zh-cht": "現在已連接",
15494 "xloc": [
15495 "default-mobile.handlebars->11->538",
15382 - "default.handlebars->39->1384"
15496 + "default.handlebars->39->1393"
15497 ]
15498 },
15499 {
@@ -15494,7 +15608,7 @@
15608 "default-mobile.handlebars->11->2",
15609 "default-mobile.handlebars->11->48",
15610 "default-mobile.handlebars->11->510",
15497 - "default.handlebars->39->1370",
15611 + "default.handlebars->39->1379",
15612 "default.handlebars->39->361",
15613 "default.handlebars->39->364",
15614 "default.handlebars->39->425",
@@ -15548,7 +15662,7 @@
15662 "zh-chs": "连接数量",
15663 "zh-cht": "連接數量",
15664 "xloc": [
15551 - "default.handlebars->39->2914"
15665 + "default.handlebars->39->2923"
15666 ]
15667 },
15668 {
@@ -15573,8 +15687,8 @@
15687 "zh-chs": "连接错误",
15688 "xloc": [
15689 "default-mobile.handlebars->11->473",
15576 - "default.handlebars->39->1290",
15577 - "default.handlebars->39->1317",
15690 + "default.handlebars->39->1299",
15691 + "default.handlebars->39->1326",
15692 "login2.handlebars->7->32"
15693 ]
15694 },
@@ -15600,7 +15714,7 @@
15714 "zh-chs": "连接转发器",
15715 "zh-cht": "連接轉發器",
15716 "xloc": [
15603 - "default.handlebars->39->2949"
15717 + "default.handlebars->39->2958"
15718 ]
15719 },
15720 {
@@ -15676,7 +15790,7 @@
15790 "zh-cht": "連接性",
15791 "xloc": [
15792 "default-mobile.handlebars->11->318",
15679 - "default.handlebars->39->2119",
15793 + "default.handlebars->39->2128",
15794 "default.handlebars->39->351",
15795 "default.handlebars->39->872",
15796 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -15699,7 +15813,7 @@
15813 "tr": "Onay",
15814 "pt-br": "Permitir",
15815 "xloc": [
15702 - "default.handlebars->39->2327"
15816 + "default.handlebars->39->2336"
15817 ]
15818 },
15819 {
@@ -15831,7 +15945,7 @@
15945 "zh-chs": "Cookie编码器",
15946 "zh-cht": "Cookie編碼器",
15947 "xloc": [
15834 - "default.handlebars->39->2933"
15948 + "default.handlebars->39->2942"
15949 ]
15950 },
15951 {
@@ -16050,8 +16164,8 @@
16164 "zh-chs": "复制连结到剪贴板",
16165 "zh-cht": "複製連結到剪貼板",
16166 "xloc": [
16053 - "default.handlebars->39->2130",
16054 - "default.handlebars->39->2149",
16167 + "default.handlebars->39->2139",
16168 + "default.handlebars->39->2158",
16169 "default.handlebars->39->293",
16170 "default.handlebars->39->315",
16171 "default.handlebars->39->317",
@@ -16183,7 +16297,7 @@
16297 "zh-chs": "复制:“{0}”到“{1}”",
16298 "zh-cht": "複製:“{0}”到“{1}”",
16299 "xloc": [
16186 - "default.handlebars->39->2221"
16300 + "default.handlebars->39->2230"
16301 ]
16302 },
16303 {
@@ -16364,7 +16478,7 @@
16478 "zh-chs": "核心服务器",
16479 "zh-cht": "核心伺服器",
16480 "xloc": [
16367 - "default.handlebars->39->2932"
16481 + "default.handlebars->39->2941"
16482 ]
16483 },
16484 {
@@ -16389,7 +16503,7 @@
16503 "zh-chs": "科西嘉文",
16504 "zh-cht": "科西嘉文",
16505 "xloc": [
16392 - "default.handlebars->39->1552"
16506 + "default.handlebars->39->1561"
16507 ]
16508 },
16509 {
@@ -16435,7 +16549,7 @@
16549 "zh-chs": "创建帐号",
16550 "zh-cht": "創建帳號",
16551 "xloc": [
16438 - "default.handlebars->39->2444",
16552 + "default.handlebars->39->2453",
16553 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16554 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16555 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16508,7 +16622,7 @@
16622 "tr": "Giriş Simgesi Oluştur",
16623 "zh-chs": "创建登录令牌",
16624 "xloc": [
16511 - "default.handlebars->39->1737",
16625 + "default.handlebars->39->1746",
16626 "default.handlebars->39->318"
16627 ]
16628 },
@@ -16534,7 +16648,7 @@
16648 "zh-chs": "创建用户组",
16649 "zh-cht": "創建用戶群",
16650 "xloc": [
16537 - "default.handlebars->39->2484"
16651 + "default.handlebars->39->2493"
16652 ]
16653 },
16654 {
@@ -16584,7 +16698,7 @@
16698 "zh-chs": "使用以下选项创建一个新的设备组。",
16699 "zh-cht": "使用以下選項創建一個新的裝置群。",
16700 "xloc": [
16587 - "default.handlebars->39->1767"
16701 + "default.handlebars->39->1776"
16702 ]
16703 },
16704 {
@@ -16633,7 +16747,7 @@
16747 "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.",
16748 "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
16749 "xloc": [
16636 - "default.handlebars->39->1717"
16750 + "default.handlebars->39->1726"
16751 ]
16752 },
16753 {
@@ -16683,7 +16797,7 @@
16797 "zh-chs": "创建文件夹:“{0}”",
16798 "zh-cht": "創建文件夾:“{0}”",
16799 "xloc": [
16686 - "default.handlebars->39->2214"
16800 + "default.handlebars->39->2223"
16801 ]
16802 },
16803 {
@@ -16732,7 +16846,7 @@
16846 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
16847 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
16848 "xloc": [
16735 - "default.handlebars->39->2408"
16849 + "default.handlebars->39->2417"
16850 ]
16851 },
16852 {
@@ -16784,7 +16898,7 @@
16898 "zh-chs": "创建的设备组:{0}",
16899 "zh-cht": "創建的設備組:{0}",
16900 "xloc": [
16787 - "default.handlebars->39->2225"
16901 + "default.handlebars->39->2234"
16902 ]
16903 },
16904 {
@@ -16878,7 +16992,7 @@
16992 "zh-chs": "创建",
16993 "zh-cht": "創建",
16994 "xloc": [
16881 - "default.handlebars->39->2588"
16995 + "default.handlebars->39->2597"
16996 ]
16997 },
16998 {
@@ -16903,7 +17017,7 @@
17017 "zh-chs": "创建时间",
17018 "zh-cht": "創作時間",
17019 "xloc": [
16906 - "default.handlebars->39->1843"
17020 + "default.handlebars->39->1852"
17021 ]
17022 },
17023 {
@@ -16955,8 +17069,8 @@
17069 "zh-chs": "创建者",
17070 "zh-cht": "創作者",
17071 "xloc": [
16958 - "default.handlebars->39->1841",
16959 - "default.handlebars->39->1842"
17072 + "default.handlebars->39->1850",
17073 + "default.handlebars->39->1851"
17074 ]
17075 },
17076 {
@@ -16982,7 +17096,8 @@
17096 "zh-cht": "證書",
17097 "xloc": [
17098 "default-mobile.handlebars->11->328",
16985 - "default.handlebars->39->1805",
17099 + "default.handlebars->39->1198",
17100 + "default.handlebars->39->1814",
17101 "default.handlebars->39->882"
17102 ]
17103 },
@@ -17008,7 +17123,7 @@
17123 "zh-chs": "克里语",
17124 "zh-cht": "克里語",
17125 "xloc": [
17011 - "default.handlebars->39->1553"
17126 + "default.handlebars->39->1562"
17127 ]
17128 },
17129 {
@@ -17033,7 +17148,7 @@
17148 "zh-chs": "克罗地亚文",
17149 "zh-cht": "克羅地亞文",
17150 "xloc": [
17036 - "default.handlebars->39->1554"
17151 + "default.handlebars->39->1563"
17152 ]
17153 },
17154 {
@@ -17112,8 +17227,8 @@
17227 "xloc": [
17228 "default-mobile.handlebars->11->430",
17229 "default-mobile.handlebars->11->434",
17115 - "default.handlebars->39->1228",
17116 - "default.handlebars->39->1232",
17230 + "default.handlebars->39->1237",
17231 + "default.handlebars->39->1241",
17232 "default.handlebars->39->60",
17233 "sharing.handlebars->11->24"
17234 ]
@@ -17288,7 +17403,7 @@
17403 "zh-chs": "当前密码不正确。",
17404 "xloc": [
17405 "default-mobile.handlebars->11->736",
17291 - "default.handlebars->39->2856"
17406 + "default.handlebars->39->2865"
17407 ]
17408 },
17409 {
@@ -17391,7 +17506,7 @@
17506 "zh-chs": "捷克文",
17507 "zh-cht": "捷克文",
17508 "xloc": [
17394 - "default.handlebars->39->1555"
17509 + "default.handlebars->39->1564"
17510 ]
17511 },
17512 {
@@ -17461,7 +17576,7 @@
17576 "zh-chs": "丹麦文",
17577 "zh-cht": "丹麥文",
17578 "xloc": [
17464 - "default.handlebars->39->1556"
17579 + "default.handlebars->39->1565"
17580 ]
17581 },
17582 {
@@ -17537,7 +17652,7 @@
17652 "zh-chs": "日期和时间",
17653 "zh-cht": "日期和時間",
17654 "xloc": [
17540 - "default.handlebars->39->1714"
17655 + "default.handlebars->39->1723"
17656 ]
17657 },
17658 {
@@ -17564,8 +17679,8 @@
17679 "xloc": [
17680 "default-mobile.handlebars->11->382",
17681 "default.handlebars->39->1118",
17567 - "default.handlebars->39->2753",
17568 - "default.handlebars->39->2756"
17682 + "default.handlebars->39->2762",
17683 + "default.handlebars->39->2765"
17684 ]
17685 },
17686 {
@@ -17590,8 +17705,8 @@
17705 "zh-chs": "停用",
17706 "zh-cht": "停用",
17707 "xloc": [
17593 - "default.handlebars->39->1873",
17594 - "default.handlebars->39->1931"
17708 + "default.handlebars->39->1882",
17709 + "default.handlebars->39->1940"
17710 ]
17711 },
17712 {
@@ -17616,7 +17731,7 @@
17731 "zh-chs": "如果设置停用CCM",
17732 "zh-cht": "如果設置停用CCM",
17733 "xloc": [
17619 - "default.handlebars->39->1943"
17734 + "default.handlebars->39->1952"
17735 ]
17736 },
17737 {
@@ -17689,10 +17804,10 @@
17804 "zh-chs": "默认",
17805 "zh-cht": "默認",
17806 "xloc": [
17692 - "default.handlebars->39->2431",
17693 - "default.handlebars->39->2480",
17694 - "default.handlebars->39->2491",
17695 - "default.handlebars->39->2564"
17807 + "default.handlebars->39->2440",
17808 + "default.handlebars->39->2489",
17809 + "default.handlebars->39->2500",
17810 + "default.handlebars->39->2573"
17811 ]
17812 },
17813 {
@@ -17717,7 +17832,7 @@
17832 "zh-chs": "德尔",
17833 "xloc": [
17834 "default-mobile.handlebars->11->418",
17720 - "default.handlebars->39->1216"
17835 + "default.handlebars->39->1225"
17836 ]
17837 },
17838 {
@@ -17747,8 +17862,8 @@
17862 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
17863 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
17864 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
17750 - "default.handlebars->39->1336",
17751 - "default.handlebars->39->2156",
17865 + "default.handlebars->39->1345",
17866 + "default.handlebars->39->2165",
17867 "default.handlebars->39->743",
17868 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
17869 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -17785,7 +17900,7 @@
17900 "zh-cht": "刪除帳戶",
17901 "xloc": [
17902 "default-mobile.handlebars->11->115",
17788 - "default.handlebars->39->1752"
17903 + "default.handlebars->39->1761"
17904 ]
17905 },
17906 {
@@ -17810,7 +17925,7 @@
17925 "zh-chs": "删除帐户",
17926 "zh-cht": "刪除帳戶",
17927 "xloc": [
17813 - "default.handlebars->39->2396"
17928 + "default.handlebars->39->2405"
17929 ]
17930 },
17931 {
@@ -17887,8 +18002,8 @@
18002 "xloc": [
18003 "default-mobile.handlebars->11->644",
18004 "default-mobile.handlebars->11->647",
17890 - "default.handlebars->39->1919",
17891 - "default.handlebars->39->1960"
18005 + "default.handlebars->39->1928",
18006 + "default.handlebars->39->1969"
18007 ]
18008 },
18009 {
@@ -17961,7 +18076,7 @@
18076 "zh-chs": "删除用户",
18077 "zh-cht": "刪除用戶",
18078 "xloc": [
17964 - "default.handlebars->39->2631"
18079 + "default.handlebars->39->2640"
18080 ]
18081 },
18082 {
@@ -17986,8 +18101,8 @@
18101 "zh-chs": "删除用户群组",
18102 "zh-cht": "刪除用戶群組",
18103 "xloc": [
17989 - "default.handlebars->39->2532",
17990 - "default.handlebars->39->2544"
18104 + "default.handlebars->39->2541",
18105 + "default.handlebars->39->2553"
18106 ]
18107 },
18108 {
@@ -18012,7 +18127,7 @@
18127 "zh-chs": "删除用户群组",
18128 "zh-cht": "刪除用戶群組",
18129 "xloc": [
18015 - "default.handlebars->39->2478"
18130 + "default.handlebars->39->2487"
18131 ]
18132 },
18133 {
@@ -18037,7 +18152,7 @@
18152 "zh-chs": "删除用户{0}",
18153 "zh-cht": "刪除用戶{0}",
18154 "xloc": [
18040 - "default.handlebars->39->2670"
18155 + "default.handlebars->39->2679"
18156 ]
18157 },
18158 {
@@ -18063,7 +18178,7 @@
18178 "zh-cht": "刪除帳戶",
18179 "xloc": [
18180 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18066 - "default.handlebars->39->2392",
18181 + "default.handlebars->39->2401",
18182 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18183 ]
18184 },
@@ -18114,7 +18229,7 @@
18229 "zh-chs": "删除群组",
18230 "zh-cht": "刪除群組",
18231 "xloc": [
18117 - "default.handlebars->39->2474"
18232 + "default.handlebars->39->2483"
18233 ]
18234 },
18235 {
@@ -18164,7 +18279,7 @@
18279 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18280 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18281 "xloc": [
18167 - "default.handlebars->39->2216"
18282 + "default.handlebars->39->2225"
18283 ]
18284 },
18285 {
@@ -18191,8 +18306,8 @@
18306 "xloc": [
18307 "default-mobile.handlebars->11->155",
18308 "default-mobile.handlebars->11->486",
18194 - "default.handlebars->39->1338",
18195 - "default.handlebars->39->2158",
18309 + "default.handlebars->39->1347",
18310 + "default.handlebars->39->2167",
18311 "sharing.handlebars->11->63"
18312 ]
18313 },
@@ -18218,7 +18333,7 @@
18333 "zh-chs": "删除用户群组{0}?",
18334 "zh-cht": "刪除用戶群組{0}?",
18335 "xloc": [
18221 - "default.handlebars->39->2542"
18336 + "default.handlebars->39->2551"
18337 ]
18338 },
18339 {
@@ -18245,8 +18360,8 @@
18360 "xloc": [
18361 "default-mobile.handlebars->11->154",
18362 "default-mobile.handlebars->11->485",
18248 - "default.handlebars->39->1337",
18249 - "default.handlebars->39->2157",
18363 + "default.handlebars->39->1346",
18364 + "default.handlebars->39->2166",
18365 "sharing.handlebars->11->62"
18366 ]
18367 },
@@ -18297,7 +18412,7 @@
18412 "zh-chs": "删除:“{0}”",
18413 "zh-cht": "刪除:“{0}”",
18414 "xloc": [
18300 - "default.handlebars->39->2215"
18415 + "default.handlebars->39->2224"
18416 ]
18417 },
18418 {
@@ -18322,7 +18437,7 @@
18437 "zh-chs": "删除:“{0}”,{1}个元素已删除",
18438 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18439 "xloc": [
18325 - "default.handlebars->39->2217"
18440 + "default.handlebars->39->2226"
18441 ]
18442 },
18443 {
@@ -18494,17 +18609,17 @@
18609 "default-mobile.handlebars->11->630",
18610 "default-mobile.handlebars->11->653",
18611 "default.handlebars->39->1186",
18497 - "default.handlebars->39->1397",
18498 - "default.handlebars->39->1407",
18612 + "default.handlebars->39->1406",
18613 + "default.handlebars->39->1416",
18614 "default.handlebars->39->148",
18500 - "default.handlebars->39->1777",
18501 - "default.handlebars->39->1834",
18502 - "default.handlebars->39->1966",
18503 - "default.handlebars->39->2325",
18504 - "default.handlebars->39->2483",
18505 - "default.handlebars->39->2493",
18506 - "default.handlebars->39->2494",
18507 - "default.handlebars->39->2540",
18615 + "default.handlebars->39->1786",
18616 + "default.handlebars->39->1843",
18617 + "default.handlebars->39->1975",
18618 + "default.handlebars->39->2334",
18619 + "default.handlebars->39->2492",
18620 + "default.handlebars->39->2502",
18621 + "default.handlebars->39->2503",
18622 + "default.handlebars->39->2549",
18623 "default.handlebars->39->784",
18624 "default.handlebars->39->785",
18625 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -18556,13 +18671,13 @@
18671 "xloc": [
18672 "default-mobile.handlebars->11->350",
18673 "default.handlebars->39->1042",
18559 - "default.handlebars->39->1271",
18560 - "default.handlebars->39->1899",
18561 - "default.handlebars->39->1972",
18562 - "default.handlebars->39->2727",
18563 - "default.handlebars->39->2786",
18564 - "default.handlebars->39->2817",
18565 - "default.handlebars->39->2908",
18674 + "default.handlebars->39->1280",
18675 + "default.handlebars->39->1908",
18676 + "default.handlebars->39->1981",
18677 + "default.handlebars->39->2736",
18678 + "default.handlebars->39->2795",
18679 + "default.handlebars->39->2826",
18680 + "default.handlebars->39->2917",
18681 "default.handlebars->39->749",
18682 "default.handlebars->39->958",
18683 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -18593,7 +18708,7 @@
18708 "zh-chs": "桌面 + 文件",
18709 "xloc": [
18710 "default.handlebars->39->1045",
18596 - "default.handlebars->39->1903",
18711 + "default.handlebars->39->1912",
18712 "default.handlebars->39->962"
18713 ]
18714 },
@@ -18618,7 +18733,7 @@
18733 "tr": "Masaüstü + Terminal",
18734 "zh-chs": "桌面 + 终端",
18735 "xloc": [
18621 - "default.handlebars->39->1900",
18736 + "default.handlebars->39->1909",
18737 "default.handlebars->39->959"
18738 ]
18739 },
@@ -18644,7 +18759,7 @@
18759 "zh-chs": "桌面 + 终端 + 文件",
18760 "xloc": [
18761 "default.handlebars->39->1047",
18647 - "default.handlebars->39->1904",
18762 + "default.handlebars->39->1913",
18763 "default.handlebars->39->963"
18764 ]
18765 },
@@ -18694,7 +18809,7 @@
18809 "tr": "Masaüstü Multiplex",
18810 "zh-chs": "桌面复用",
18811 "xloc": [
18697 - "default.handlebars->39->2913"
18812 + "default.handlebars->39->2922"
18813 ]
18814 },
18815 {
@@ -18719,9 +18834,9 @@
18834 "zh-chs": "桌面通知",
18835 "zh-cht": "桌面通知",
18836 "xloc": [
18722 - "default.handlebars->39->1854",
18723 - "default.handlebars->39->2501",
18724 - "default.handlebars->39->2603",
18837 + "default.handlebars->39->1863",
18838 + "default.handlebars->39->2510",
18839 + "default.handlebars->39->2612",
18840 "default.handlebars->39->846"
18841 ]
18842 },
@@ -18747,9 +18862,9 @@
18862 "zh-chs": "桌面提示",
18863 "zh-cht": "桌面提示",
18864 "xloc": [
18750 - "default.handlebars->39->1853",
18751 - "default.handlebars->39->2500",
18752 - "default.handlebars->39->2602",
18865 + "default.handlebars->39->1862",
18866 + "default.handlebars->39->2509",
18867 + "default.handlebars->39->2611",
18868 "default.handlebars->39->845"
18869 ]
18870 },
@@ -18775,9 +18890,9 @@
18890 "zh-chs": "桌面提示+工具栏",
18891 "zh-cht": "桌面提示+工具欄",
18892 "xloc": [
18778 - "default.handlebars->39->1851",
18779 - "default.handlebars->39->2498",
18780 - "default.handlebars->39->2600",
18893 + "default.handlebars->39->1860",
18894 + "default.handlebars->39->2507",
18895 + "default.handlebars->39->2609",
18896 "default.handlebars->39->843"
18897 ]
18898 },
@@ -18802,7 +18917,7 @@
18917 "tr": "Masaüstü Oturumu",
18918 "zh-chs": "桌面会话",
18919 "xloc": [
18805 - "default.handlebars->39->2720"
18920 + "default.handlebars->39->2729"
18921 ]
18922 },
18923 {
@@ -18900,9 +19015,9 @@
19015 "zh-chs": "桌面工具栏",
19016 "zh-cht": "桌面工具欄",
19017 "xloc": [
18903 - "default.handlebars->39->1852",
18904 - "default.handlebars->39->2499",
18905 - "default.handlebars->39->2601",
19018 + "default.handlebars->39->1861",
19019 + "default.handlebars->39->2508",
19020 + "default.handlebars->39->2610",
19021 "default.handlebars->39->844"
19022 ]
19023 },
@@ -18927,7 +19042,7 @@
19042 "tr": "Yalnızca Masaüstü Görünümü",
19043 "zh-chs": "仅桌面视图",
19044 "xloc": [
18930 - "default.handlebars->39->2576"
19045 + "default.handlebars->39->2585"
19046 ]
19047 },
19048 {
@@ -18976,7 +19091,7 @@
19091 "zh-chs": "桌面时段",
19092 "zh-cht": "桌面時段",
19093 "xloc": [
18979 - "default.handlebars->39->1270"
19094 + "default.handlebars->39->1279"
19095 ]
19096 },
19097 {
@@ -19053,7 +19168,7 @@
19168 "zh-cht": "細節",
19169 "xloc": [
19170 "default-mobile.handlebars->11->353",
19056 - "default.handlebars->39->2062",
19171 + "default.handlebars->39->2071",
19172 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19173 "default.handlebars->contextMenu->cxdetails"
19174 ]
@@ -19106,13 +19221,13 @@
19221 "zh-cht": "裝置",
19222 "xloc": [
19223 "default-mobile.handlebars->11->546",
19109 - "default.handlebars->39->1392",
19110 - "default.handlebars->39->1500",
19111 - "default.handlebars->39->2000",
19224 + "default.handlebars->39->1401",
19225 + "default.handlebars->39->1509",
19226 + "default.handlebars->39->2009",
19227 "default.handlebars->39->265",
19113 - "default.handlebars->39->2689",
19114 - "default.handlebars->39->2752",
19115 - "default.handlebars->39->2770",
19228 + "default.handlebars->39->2698",
19229 + "default.handlebars->39->2761",
19230 + "default.handlebars->39->2779",
19231 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19232 ]
19233 },
@@ -19213,7 +19328,7 @@
19328 "tr": "Cihaz Ayrıntıları",
19329 "zh-chs": "设备详情",
19330 "xloc": [
19216 - "default.handlebars->39->2024"
19331 + "default.handlebars->39->2033"
19332 ]
19333 },
19334 {
@@ -19265,17 +19380,17 @@
19380 "xloc": [
19381 "agent-translations.json",
19382 "default-mobile.handlebars->11->714",
19268 - "default.handlebars->39->1995",
19269 - "default.handlebars->39->1998",
19270 - "default.handlebars->39->1999",
19271 - "default.handlebars->39->2342",
19272 - "default.handlebars->39->2524",
19273 - "default.handlebars->39->2530",
19274 - "default.handlebars->39->2677",
19275 - "default.handlebars->39->2736",
19276 - "default.handlebars->39->2759",
19277 - "default.handlebars->39->2773",
19278 - "default.handlebars->39->2834"
19383 + "default.handlebars->39->2004",
19384 + "default.handlebars->39->2007",
19385 + "default.handlebars->39->2008",
19386 + "default.handlebars->39->2351",
19387 + "default.handlebars->39->2533",
19388 + "default.handlebars->39->2539",
19389 + "default.handlebars->39->2686",
19390 + "default.handlebars->39->2745",
19391 + "default.handlebars->39->2768",
19392 + "default.handlebars->39->2782",
19393 + "default.handlebars->39->2843"
19394 ]
19395 },
19396 {
@@ -19301,7 +19416,7 @@
19416 "zh-cht": "裝置群用戶",
19417 "xloc": [
19418 "default-mobile.handlebars->11->703",
19304 - "default.handlebars->39->2068"
19419 + "default.handlebars->39->2077"
19420 ]
19421 },
19422 {
@@ -19327,11 +19442,11 @@
19442 "zh-cht": "裝置群",
19443 "xloc": [
19444 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19330 - "default.handlebars->39->2358",
19331 - "default.handlebars->39->2468",
19332 - "default.handlebars->39->2511",
19333 - "default.handlebars->39->2597",
19334 - "default.handlebars->39->2886",
19445 + "default.handlebars->39->2367",
19446 + "default.handlebars->39->2477",
19447 + "default.handlebars->39->2520",
19448 + "default.handlebars->39->2606",
19449 + "default.handlebars->39->2895",
19450 "default.handlebars->container->column_l->p2->p2info->9"
19451 ]
19452 },
@@ -19434,7 +19549,7 @@
19549 "xloc": [
19550 "default-mobile.handlebars->11->398",
19551 "default.handlebars->39->1184",
19437 - "default.handlebars->39->2735",
19552 + "default.handlebars->39->2744",
19553 "default.handlebars->39->441",
19554 "default.handlebars->39->450",
19555 "player.handlebars->3->25"
@@ -19511,7 +19626,7 @@
19626 "tr": "Cihaz İtme",
19627 "zh-chs": "设备推送",
19628 "xloc": [
19514 - "default.handlebars->39->2616"
19629 + "default.handlebars->39->2625"
19630 ]
19631 },
19632 {
@@ -19579,7 +19694,7 @@
19694 "zh-chs": "设备共享链接",
19695 "zh-cht": "設備共享鏈接",
19696 "xloc": [
19582 - "default.handlebars->39->1896",
19697 + "default.handlebars->39->1905",
19698 "default.handlebars->39->955"
19699 ]
19700 },
@@ -19704,9 +19819,9 @@
19819 "zh-chs": "设备连接。",
19820 "zh-cht": "裝置連接。",
19821 "xloc": [
19707 - "default.handlebars->39->1740",
19708 - "default.handlebars->39->2095",
19709 - "default.handlebars->39->2099",
19822 + "default.handlebars->39->1749",
19823 + "default.handlebars->39->2104",
19824 + "default.handlebars->39->2108",
19825 "default.handlebars->39->979",
19826 "default.handlebars->39->983"
19827 ]
@@ -19733,9 +19848,9 @@
19848 "zh-chs": "设备断开连接。",
19849 "zh-cht": "裝置斷開連接。",
19850 "xloc": [
19736 - "default.handlebars->39->1741",
19737 - "default.handlebars->39->2096",
19738 - "default.handlebars->39->2100",
19851 + "default.handlebars->39->1750",
19852 + "default.handlebars->39->2105",
19853 + "default.handlebars->39->2109",
19854 "default.handlebars->39->980",
19855 "default.handlebars->39->984"
19856 ]
@@ -19762,7 +19877,7 @@
19877 "zh-chs": "创建的设备组:{0}",
19878 "zh-cht": "設備組已創建:{0}",
19879 "xloc": [
19765 - "default.handlebars->39->2246"
19880 + "default.handlebars->39->2255"
19881 ]
19882 },
19883 {
@@ -19787,7 +19902,7 @@
19902 "zh-chs": "设备组已删除:{0}",
19903 "zh-cht": "設備組已刪除:{0}",
19904 "xloc": [
19790 - "default.handlebars->39->2247"
19905 + "default.handlebars->39->2256"
19906 ]
19907 },
19908 {
@@ -19812,7 +19927,7 @@
19927 "zh-chs": "设备组成员身份已更改:{0}",
19928 "zh-cht": "設備組成員身份已更改:{0}",
19929 "xloc": [
19815 - "default.handlebars->39->2248"
19930 + "default.handlebars->39->2257"
19931 ]
19932 },
19933 {
@@ -19863,7 +19978,7 @@
19978 "zh-chs": "设备组通知已更改",
19979 "zh-cht": "設備組通知已更改",
19980 "xloc": [
19866 - "default.handlebars->39->2243"
19981 + "default.handlebars->39->2252"
19982 ]
19983 },
19984 {
@@ -19888,7 +20003,7 @@
20003 "zh-chs": "未删除的设备组:{0}",
20004 "zh-cht": "未刪除的設備組:{0}",
20005 "xloc": [
19891 - "default.handlebars->39->2226"
20006 + "default.handlebars->39->2235"
20007 ]
20008 },
20009 {
@@ -19908,7 +20023,7 @@
20023 "tr": "{0} cihaz grubu değiştirildi: {1}",
20024 "pt-br": "Grupo de dispositivo {0} foi alterado: {1}",
20025 "xloc": [
19911 - "default.handlebars->39->2312"
20026 + "default.handlebars->39->2321"
20027 ]
20028 },
20029 {
@@ -20444,7 +20559,7 @@
20559 "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20560 "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20561 "xloc": [
20447 - "default.handlebars->39->2281"
20562 + "default.handlebars->39->2290"
20563 ]
20564 },
20565 {
@@ -20469,7 +20584,7 @@
20584 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20585 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20586 "xloc": [
20472 - "default.handlebars->39->2228"
20587 + "default.handlebars->39->2237"
20588 ]
20589 },
20590 {
@@ -20516,9 +20631,9 @@
20631 "zh-chs": "设备",
20632 "zh-cht": "裝置",
20633 "xloc": [
20519 - "default.handlebars->39->1917",
20520 - "default.handlebars->39->2469",
20521 - "default.handlebars->39->2512"
20634 + "default.handlebars->39->1926",
20635 + "default.handlebars->39->2478",
20636 + "default.handlebars->39->2521"
20637 ]
20638 },
20639 {
@@ -20542,6 +20657,42 @@
20657 "tr": "Doğrudan bağlantı",
20658 "zh-chs": "直接联系"
20659 },
20660 + {
20661 + "en": "Disable Cursor Settings",
20662 + "xloc": [
20663 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->11"
20664 + ]
20665 + },
20666 + {
20667 + "en": "Disable Cursor Shadow",
20668 + "xloc": [
20669 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->9"
20670 + ]
20671 + },
20672 + {
20673 + "en": "Disable Full Window Drag",
20674 + "xloc": [
20675 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->3"
20676 + ]
20677 + },
20678 + {
20679 + "en": "Disable Menu Animations",
20680 + "xloc": [
20681 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->5"
20682 + ]
20683 + },
20684 + {
20685 + "en": "Disable Theming",
20686 + "xloc": [
20687 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->7"
20688 + ]
20689 + },
20690 + {
20691 + "en": "Disable Wallpaper",
20692 + "xloc": [
20693 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->1"
20694 + ]
20695 + },
20696 {
20697 "cs": "Zakázáno",
20698 "da": "Deaktiveret",
@@ -20591,7 +20742,7 @@
20742 "zh-chs": "禁用的电子邮件两因素身份验证",
20743 "zh-cht": "禁用的電子郵件兩因素身份驗證",
20744 "xloc": [
20594 - "default.handlebars->39->2259"
20745 + "default.handlebars->39->2268"
20746 ]
20747 },
20748 {
@@ -20620,8 +20771,8 @@
20771 "default-mobile.handlebars->11->460",
20772 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
20773 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
20623 - "default.handlebars->39->1304",
20624 - "default.handlebars->39->1864",
20774 + "default.handlebars->39->1313",
20775 + "default.handlebars->39->1873",
20776 "default.handlebars->39->856",
20777 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
20778 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -20818,6 +20969,12 @@
20969 "default.handlebars->39->389"
20970 ]
20971 },
20972 + {
20973 + "en": "Display Size",
20974 + "xloc": [
20975 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->1"
20976 + ]
20977 + },
20978 {
20979 "cs": "Zobrazte okno se zprávou na vzdáleném zařízení.",
20980 "da": "Vis en beskedboks på fjernenheden.",
@@ -20936,7 +21093,7 @@
21093 "zh-chs": "显示设备组名称",
21094 "zh-cht": "顯示裝置群名稱",
21095 "xloc": [
20939 - "default.handlebars->39->1739"
21096 + "default.handlebars->39->1748"
21097 ]
21098 },
21099 {
@@ -20961,7 +21118,7 @@
21118 "zh-chs": "显示名称",
21119 "zh-cht": "顯示名稱",
21120 "xloc": [
20964 - "default.handlebars->39->1254"
21121 + "default.handlebars->39->1263"
21122 ]
21123 },
21124 {
@@ -20986,7 +21143,7 @@
21143 "zh-chs": "显示公共连结",
21144 "zh-cht": "顯示公共鏈結",
21145 "xloc": [
20989 - "default.handlebars->39->2129"
21146 + "default.handlebars->39->2138"
21147 ]
21148 },
21149 {
@@ -21010,7 +21167,7 @@
21167 "tr": "{0} göster",
21168 "zh-chs": "显示{0}",
21169 "xloc": [
21013 - "default.handlebars->39->1273"
21170 + "default.handlebars->39->1282"
21171 ]
21172 },
21173 {
@@ -21035,7 +21192,7 @@
21192 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
21193 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
21194 "xloc": [
21038 - "default.handlebars->39->2188"
21195 + "default.handlebars->39->2197"
21196 ]
21197 },
21198 {
@@ -21060,7 +21217,7 @@
21217 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
21218 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
21219 "xloc": [
21063 - "default.handlebars->39->2196"
21220 + "default.handlebars->39->2205"
21221 ]
21222 },
21223 {
@@ -21085,8 +21242,8 @@
21242 "zh-chs": "什么都不做",
21243 "zh-cht": "什麼都不做",
21244 "xloc": [
21088 - "default.handlebars->39->1946",
21089 - "default.handlebars->39->1950"
21245 + "default.handlebars->39->1955",
21246 + "default.handlebars->39->1959"
21247 ]
21248 },
21249 {
@@ -21112,10 +21269,11 @@
21269 "zh-cht": "域",
21270 "xloc": [
21271 "default.handlebars->39->117",
21115 - "default.handlebars->39->2432",
21116 - "default.handlebars->39->2481",
21272 + "default.handlebars->39->1201",
21273 + "default.handlebars->39->2441",
21274 "default.handlebars->39->2490",
21118 - "default.handlebars->39->2563",
21275 + "default.handlebars->39->2499",
21276 + "default.handlebars->39->2572",
21277 "mstsc.handlebars->main->1->3->1->rowdomain->1->0",
21278 "mstsc.handlebars->main->1->3->1->rowdomain->3"
21279 ]
@@ -21163,7 +21321,7 @@
21321 "zh-chs": "请勿更改,如果设置请保留CCM",
21322 "zh-cht": "請勿更改,如果設置請保留CCM",
21323 "xloc": [
21166 - "default.handlebars->39->1942"
21324 + "default.handlebars->39->1951"
21325 ]
21326 },
21327 {
@@ -21210,7 +21368,7 @@
21368 "zh-chs": "不要连接到服务器",
21369 "zh-cht": "不要連接到伺服器",
21370 "xloc": [
21213 - "default.handlebars->39->1951"
21371 + "default.handlebars->39->1960"
21372 ]
21373 },
21374 {
@@ -21327,7 +21485,7 @@
21485 "zh-chs": "下",
21486 "xloc": [
21487 "default-mobile.handlebars->11->426",
21330 - "default.handlebars->39->1224"
21488 + "default.handlebars->39->1233"
21489 ]
21490 },
21491 {
@@ -21430,7 +21588,7 @@
21588 "zh-cht": "下載檔案",
21589 "xloc": [
21590 "default-mobile.handlebars->11->505",
21433 - "default.handlebars->39->1357",
21591 + "default.handlebars->39->1366",
21592 "sharing.handlebars->11->82"
21593 ]
21594 },
@@ -21556,7 +21714,7 @@
21714 "zh-chs": "下载报告",
21715 "zh-cht": "下載報告",
21716 "xloc": [
21559 - "default.handlebars->39->2347",
21717 + "default.handlebars->39->2356",
21718 "default.handlebars->container->column_l->p3->3->1->0->3",
21719 "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21720 ]
@@ -21657,7 +21815,7 @@
21815 "tr": "Cihaz listesini indir",
21816 "zh-chs": "下载设备列表",
21817 "xloc": [
21660 - "default.handlebars->39->1915"
21818 + "default.handlebars->39->1924"
21819 ]
21820 },
21821 {
@@ -21856,7 +22014,7 @@
22014 "zh-chs": "使用以下一种档案格式下载事件列表。",
22015 "zh-cht": "使用以下一種檔案格式下載事件列表。",
22016 "xloc": [
21859 - "default.handlebars->39->2348"
22017 + "default.handlebars->39->2357"
22018 ]
22019 },
22020 {
@@ -21881,7 +22039,7 @@
22039 "zh-chs": "使用以下一种档案格式下载用户列表。",
22040 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
22041 "xloc": [
21884 - "default.handlebars->39->2416"
22042 + "default.handlebars->39->2425"
22043 ]
22044 },
22045 {
@@ -21982,7 +22140,7 @@
22140 "zh-chs": "下载:“{0}”",
22141 "zh-cht": "下載:“{0}”",
22142 "xloc": [
21985 - "default.handlebars->39->2219"
22143 + "default.handlebars->39->2228"
22144 ]
22145 },
22146 {
@@ -22006,7 +22164,7 @@
22164 "tr": "İndirme: \\\"{0}\\\", Boyut: {1}",
22165 "zh-chs": "下载:\\\"{0}\\\",大小:{1}",
22166 "xloc": [
22009 - "default.handlebars->39->2276"
22167 + "default.handlebars->39->2285"
22168 ]
22169 },
22170 {
@@ -22056,7 +22214,7 @@
22214 "zh-chs": "代理重复",
22215 "zh-cht": "代理重複",
22216 "xloc": [
22059 - "default.handlebars->39->2882"
22217 + "default.handlebars->39->2891"
22218 ]
22219 },
22220 {
@@ -22106,7 +22264,7 @@
22264 "zh-chs": "复制用户组",
22265 "zh-cht": "複製用戶群",
22266 "xloc": [
22109 - "default.handlebars->39->2485"
22267 + "default.handlebars->39->2494"
22268 ]
22269 },
22270 {
@@ -22155,9 +22313,9 @@
22313 "xloc": [
22314 "default.handlebars->39->1076",
22315 "default.handlebars->39->271",
22158 - "default.handlebars->39->2715",
22316 + "default.handlebars->39->2724",
22317 "default.handlebars->39->273",
22160 - "default.handlebars->39->2741",
22318 + "default.handlebars->39->2750",
22319 "player.handlebars->3->18"
22320 ]
22321 },
@@ -22205,7 +22363,7 @@
22363 "zh-chs": "荷兰文(比利时)",
22364 "zh-cht": "荷蘭文(比利時)",
22365 "xloc": [
22208 - "default.handlebars->39->1558"
22366 + "default.handlebars->39->1567"
22367 ]
22368 },
22369 {
@@ -22230,7 +22388,7 @@
22388 "zh-chs": "荷兰文(标准)",
22389 "zh-cht": "荷蘭文(標準)",
22390 "xloc": [
22233 - "default.handlebars->39->1557"
22391 + "default.handlebars->39->1566"
22392 ]
22393 },
22394 {
@@ -22645,12 +22803,12 @@
22803 "default-mobile.handlebars->11->654",
22804 "default-mobile.handlebars->11->660",
22805 "default-mobile.handlebars->11->680",
22648 - "default.handlebars->39->1961",
22649 - "default.handlebars->39->1964",
22650 - "default.handlebars->39->1967",
22651 - "default.handlebars->39->2004",
22652 - "default.handlebars->39->2030",
22653 - "default.handlebars->39->2042"
22806 + "default.handlebars->39->1970",
22807 + "default.handlebars->39->1973",
22808 + "default.handlebars->39->1976",
22809 + "default.handlebars->39->2013",
22810 + "default.handlebars->39->2039",
22811 + "default.handlebars->39->2051"
22812 ]
22813 },
22814 {
@@ -22675,7 +22833,7 @@
22833 "zh-chs": "编辑设备组功能",
22834 "zh-cht": "編輯裝置群功能",
22835 "xloc": [
22678 - "default.handlebars->39->1990"
22836 + "default.handlebars->39->1999"
22837 ]
22838 },
22839 {
@@ -22700,8 +22858,8 @@
22858 "zh-chs": "编辑设备组权限",
22859 "zh-cht": "編輯裝置群權限",
22860 "xloc": [
22703 - "default.handlebars->39->2027",
22704 - "default.handlebars->39->2039"
22861 + "default.handlebars->39->2036",
22862 + "default.handlebars->39->2048"
22863 ]
22864 },
22865 {
@@ -22726,7 +22884,7 @@
22884 "zh-chs": "编辑设备组用户同意",
22885 "zh-cht": "編輯裝置群用戶同意",
22886 "xloc": [
22729 - "default.handlebars->39->1968"
22887 + "default.handlebars->39->1977"
22888 ]
22889 },
22890 {
@@ -22752,7 +22910,7 @@
22910 "zh-cht": "編輯裝置筆記",
22911 "xloc": [
22912 "default-mobile.handlebars->11->672",
22755 - "default.handlebars->39->2018"
22913 + "default.handlebars->39->2027"
22914 ]
22915 },
22916 {
@@ -22777,8 +22935,8 @@
22935 "zh-chs": "编辑设备权限",
22936 "zh-cht": "編輯裝置權限",
22937 "xloc": [
22780 - "default.handlebars->39->2032",
22781 - "default.handlebars->39->2034"
22938 + "default.handlebars->39->2041",
22939 + "default.handlebars->39->2043"
22940 ]
22941 },
22942 {
@@ -22828,7 +22986,7 @@
22986 "zh-chs": "编辑设备用户同意",
22987 "zh-cht": "編輯裝置用戶同意",
22988 "xloc": [
22831 - "default.handlebars->39->1970"
22989 + "default.handlebars->39->1979"
22990 ]
22991 },
22992 {
@@ -22911,7 +23069,7 @@
23069 "zh-cht": "編輯筆記",
23070 "xloc": [
23071 "default-mobile.handlebars->11->687",
22914 - "default.handlebars->39->2049"
23072 + "default.handlebars->39->2058"
23073 ]
23074 },
23075 {
@@ -22936,7 +23094,7 @@
23094 "zh-chs": "编辑用户同意",
23095 "zh-cht": "編輯用戶同意",
23096 "xloc": [
22939 - "default.handlebars->39->1969"
23097 + "default.handlebars->39->1978"
23098 ]
23099 },
23100 {
@@ -22961,7 +23119,7 @@
23119 "zh-chs": "编辑用户设备组权限",
23120 "zh-cht": "編輯用戶裝置群權限",
23121 "xloc": [
22964 - "default.handlebars->39->2040"
23122 + "default.handlebars->39->2049"
23123 ]
23124 },
23125 {
@@ -22986,7 +23144,7 @@
23144 "zh-chs": "编辑用户设备权限",
23145 "zh-cht": "編輯用戶裝置權限",
23146 "xloc": [
22989 - "default.handlebars->39->2035"
23147 + "default.handlebars->39->2044"
23148 ]
23149 },
23150 {
@@ -23010,7 +23168,7 @@
23168 "tr": "Kullanıcı Özelliklerini Düzenle",
23169 "zh-chs": "编辑用户特征",
23170 "xloc": [
23013 - "default.handlebars->39->2653"
23171 + "default.handlebars->39->2662"
23172 ]
23173 },
23174 {
@@ -23035,7 +23193,7 @@
23193 "zh-chs": "编辑用户组",
23194 "zh-cht": "編輯用戶群",
23195 "xloc": [
23038 - "default.handlebars->39->2541"
23196 + "default.handlebars->39->2550"
23197 ]
23198 },
23199 {
@@ -23060,7 +23218,7 @@
23218 "zh-chs": "编辑用户组设备权限",
23219 "zh-cht": "編輯用戶群裝置權限",
23220 "xloc": [
23063 - "default.handlebars->39->2037"
23221 + "default.handlebars->39->2046"
23222 ]
23223 },
23224 {
@@ -23080,7 +23238,7 @@
23238 "tr": "Kullanıcı Grubu Özelliklerini Düzenle",
23239 "pt-br": "Editar recursos de Grupo de Usuários",
23240 "xloc": [
23083 - "default.handlebars->39->2534"
23241 + "default.handlebars->39->2543"
23242 ]
23243 },
23244 {
@@ -23105,7 +23263,7 @@
23263 "zh-chs": "编辑用户组用户同意",
23264 "zh-cht": "編輯用戶組用戶同意",
23265 "xloc": [
23108 - "default.handlebars->39->1971"
23266 + "default.handlebars->39->1980"
23267 ]
23268 },
23269 {
@@ -23224,12 +23382,12 @@
23382 "zh-cht": "電郵",
23383 "xloc": [
23384 "default-mobile.handlebars->11->109",
23227 - "default.handlebars->39->2434",
23228 - "default.handlebars->39->2567",
23229 - "default.handlebars->39->2569",
23230 - "default.handlebars->39->2614",
23231 - "default.handlebars->39->2624",
23232 - "default.handlebars->39->2656",
23385 + "default.handlebars->39->2443",
23386 + "default.handlebars->39->2576",
23387 + "default.handlebars->39->2578",
23388 + "default.handlebars->39->2623",
23389 + "default.handlebars->39->2633",
23390 + "default.handlebars->39->2665",
23391 "default.handlebars->39->486",
23392 "login-mobile.handlebars->5->42",
23393 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -23267,7 +23425,7 @@
23425 "zh-cht": "電郵地址變更",
23426 "xloc": [
23427 "default-mobile.handlebars->11->110",
23270 - "default.handlebars->39->1748"
23428 + "default.handlebars->39->1757"
23429 ]
23430 },
23431 {
@@ -23293,7 +23451,7 @@
23451 "zh-cht": "電郵認證",
23452 "xloc": [
23453 "default-mobile.handlebars->11->99",
23296 - "default.handlebars->39->1488"
23454 + "default.handlebars->39->1497"
23455 ]
23456 },
23457 {
@@ -23340,7 +23498,7 @@
23498 "tr": "E-posta Bağlantısı",
23499 "pt-br": "Conexão de e-mail",
23500 "xloc": [
23343 - "default.handlebars->39->1866",
23501 + "default.handlebars->39->1875",
23502 "default.handlebars->39->858"
23503 ]
23504 },
@@ -23361,7 +23519,7 @@
23519 "tr": "E-posta Bağlantısını Kes",
23520 "pt-br": "Desconexão de e-mail",
23521 "xloc": [
23364 - "default.handlebars->39->1867",
23522 + "default.handlebars->39->1876",
23523 "default.handlebars->39->859"
23524 ]
23525 },
@@ -23382,7 +23540,7 @@
23540 "tr": "E-posta Bildirimleri",
23541 "pt-br": "Notificação por e-mail",
23542 "xloc": [
23385 - "default.handlebars->39->2098",
23543 + "default.handlebars->39->2107",
23544 "default.handlebars->39->982"
23545 ]
23546 },
@@ -23431,7 +23589,7 @@
23589 "zh-cht": "電郵驗證",
23590 "xloc": [
23591 "default-mobile.handlebars->11->108",
23434 - "default.handlebars->39->1746"
23592 + "default.handlebars->39->1755"
23593 ]
23594 },
23595 {
@@ -23441,7 +23599,7 @@
23599 "pl": "Domena email \\\"{0}\\\" jest niedozwolona. Tylko ({1}) jest dopuszczona",
23600 "xloc": [
23601 "default-mobile.handlebars->11->745",
23444 - "default.handlebars->39->2865"
23602 + "default.handlebars->39->2874"
23603 ]
23604 },
23605 {
@@ -23491,7 +23649,7 @@
23649 "zh-chs": "电邮未验证",
23650 "zh-cht": "電郵未驗證",
23651 "xloc": [
23494 - "default.handlebars->39->2378"
23652 + "default.handlebars->39->2387"
23653 ]
23654 },
23655 {
@@ -23516,8 +23674,8 @@
23674 "zh-chs": "电子邮件已验证",
23675 "zh-cht": "電子郵件已驗證",
23676 "xloc": [
23519 - "default.handlebars->39->2379",
23520 - "default.handlebars->39->2561"
23677 + "default.handlebars->39->2388",
23678 + "default.handlebars->39->2570"
23679 ]
23680 },
23681 {
@@ -23542,7 +23700,7 @@
23700 "zh-chs": "电邮已验证。",
23701 "zh-cht": "電郵已驗證。",
23702 "xloc": [
23545 - "default.handlebars->39->2440"
23703 + "default.handlebars->39->2449"
23704 ]
23705 },
23706 {
@@ -23567,7 +23725,7 @@
23725 "zh-chs": "电邮未验证",
23726 "zh-cht": "電郵未驗證",
23727 "xloc": [
23570 - "default.handlebars->39->2562"
23728 + "default.handlebars->39->2571"
23729 ]
23730 },
23731 {
@@ -23614,7 +23772,7 @@
23772 "zh-cht": "電郵已發送。",
23773 "xloc": [
23774 "default-mobile.handlebars->11->729",
23617 - "default.handlebars->39->2849",
23775 + "default.handlebars->39->2858",
23776 "login-mobile.handlebars->5->2",
23777 "login.handlebars->5->2",
23778 "login2.handlebars->7->3"
@@ -23690,7 +23848,7 @@
23848 "zh-chs": "已通过电邮验证,并且需要重置密码。",
23849 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
23850 "xloc": [
23693 - "default.handlebars->39->2441"
23851 + "default.handlebars->39->2450"
23852 ]
23853 },
23854 {
@@ -23736,7 +23894,7 @@
23894 "tr": "E-posta/SMS/Push Trafiği",
23895 "zh-chs": "电子邮件/短信/推送流量",
23896 "xloc": [
23739 - "default.handlebars->39->2941"
23897 + "default.handlebars->39->2950"
23898 ]
23899 },
23900 {
@@ -23770,6 +23928,18 @@
23928 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->2->nuEmail"
23929 ]
23930 },
23931 + {
23932 + "en": "Enable Desktop Composision",
23933 + "xloc": [
23934 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->15"
23935 + ]
23936 + },
23937 + {
23938 + "en": "Enable Font Smooting",
23939 + "xloc": [
23940 + "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->13"
23941 + ]
23942 + },
23943 {
23944 "cs": "Povolit kódy pozvání",
23945 "da": "Aktivér invitationskoder",
@@ -23792,7 +23962,7 @@
23962 "zh-chs": "启用邀请代码",
23963 "zh-cht": "啟用邀請代碼",
23964 "xloc": [
23795 - "default.handlebars->39->2074"
23965 + "default.handlebars->39->2083"
23966 ]
23967 },
23968 {
@@ -23843,7 +24013,7 @@
24013 "zh-cht": "啟用電郵二因子鑑別。",
24014 "xloc": [
24015 "default-mobile.handlebars->11->101",
23846 - "default.handlebars->39->1490"
24016 + "default.handlebars->39->1499"
24017 ]
24018 },
24019 {
@@ -23894,7 +24064,7 @@
24064 "zh-cht": "已啟用",
24065 "xloc": [
24066 "default.handlebars->39->120",
23897 - "default.handlebars->39->2743"
24067 + "default.handlebars->39->2752"
24068 ]
24069 },
24070 {
@@ -23919,7 +24089,7 @@
24089 "zh-chs": "启用电子邮件两因素身份验证",
24090 "zh-cht": "啟用電子郵件兩因素身份驗證",
24091 "xloc": [
23922 - "default.handlebars->39->2258"
24092 + "default.handlebars->39->2267"
24093 ]
24094 },
24095 {
@@ -23975,7 +24145,7 @@
24145 "tr": "kodlama: RAW",
24146 "pt-br": "Codificação: RAW",
24147 "xloc": [
23978 - "default.handlebars->39->1364"
24148 + "default.handlebars->39->1373"
24149 ]
24150 },
24151 {
@@ -23995,7 +24165,7 @@
24165 "tr": "Kodlama: UTF8",
24166 "pt-br": "Codificação: UTF8",
24167 "xloc": [
23998 - "default.handlebars->39->1365"
24168 + "default.handlebars->39->1374"
24169 ]
24170 },
24171 {
@@ -24020,7 +24190,7 @@
24190 "zh-chs": "结尾",
24191 "xloc": [
24192 "default-mobile.handlebars->11->420",
24023 - "default.handlebars->39->1218"
24193 + "default.handlebars->39->1227"
24194 ]
24195 },
24196 {
@@ -24045,7 +24215,7 @@
24215 "zh-chs": "时间结束",
24216 "zh-cht": "時間結束",
24217 "xloc": [
24048 - "default.handlebars->39->2740"
24218 + "default.handlebars->39->2749"
24219 ]
24220 },
24221 {
@@ -24070,7 +24240,7 @@
24240 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
24241 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
24242 "xloc": [
24073 - "default.handlebars->39->2181"
24243 + "default.handlebars->39->2190"
24244 ]
24245 },
24246 {
@@ -24095,7 +24265,7 @@
24265 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
24266 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
24267 "xloc": [
24098 - "default.handlebars->39->2182"
24268 + "default.handlebars->39->2191"
24269 ]
24270 },
24271 {
@@ -24119,7 +24289,7 @@
24289 "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi",
24290 "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
24291 "xloc": [
24122 - "default.handlebars->39->2291"
24292 + "default.handlebars->39->2300"
24293 ]
24294 },
24295 {
@@ -24143,7 +24313,7 @@
24313 "tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye",
24314 "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
24315 "xloc": [
24146 - "default.handlebars->39->2282"
24316 + "default.handlebars->39->2291"
24317 ]
24318 },
24319 {
@@ -24168,7 +24338,7 @@
24338 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
24339 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
24340 "xloc": [
24171 - "default.handlebars->39->2179"
24341 + "default.handlebars->39->2188"
24342 ]
24343 },
24344 {
@@ -24193,7 +24363,7 @@
24363 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
24364 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
24365 "xloc": [
24196 - "default.handlebars->39->2180"
24366 + "default.handlebars->39->2189"
24367 ]
24368 },
24369 {
@@ -24218,7 +24388,7 @@
24388 "zh-chs": "英文",
24389 "zh-cht": "英文",
24390 "xloc": [
24221 - "default.handlebars->39->1559"
24391 + "default.handlebars->39->1568"
24392 ]
24393 },
24394 {
@@ -24243,7 +24413,7 @@
24413 "zh-chs": "英文(澳洲)",
24414 "zh-cht": "英文(澳洲)",
24415 "xloc": [
24246 - "default.handlebars->39->1560"
24416 + "default.handlebars->39->1569"
24417 ]
24418 },
24419 {
@@ -24268,7 +24438,7 @@
24438 "zh-chs": "英文(伯利茲)",
24439 "zh-cht": "英文(伯利茲)",
24440 "xloc": [
24271 - "default.handlebars->39->1561"
24441 + "default.handlebars->39->1570"
24442 ]
24443 },
24444 {
@@ -24293,7 +24463,7 @@
24463 "zh-chs": "英文(加拿大)",
24464 "zh-cht": "英文(加拿大)",
24465 "xloc": [
24296 - "default.handlebars->39->1562"
24466 + "default.handlebars->39->1571"
24467 ]
24468 },
24469 {
@@ -24318,7 +24488,7 @@
24488 "zh-chs": "英文(爱尔兰)",
24489 "zh-cht": "英文(愛爾蘭)",
24490 "xloc": [
24321 - "default.handlebars->39->1563"
24491 + "default.handlebars->39->1572"
24492 ]
24493 },
24494 {
@@ -24343,7 +24513,7 @@
24513 "zh-chs": "英文(牙买加)",
24514 "zh-cht": "英文(牙買加)",
24515 "xloc": [
24346 - "default.handlebars->39->1564"
24516 + "default.handlebars->39->1573"
24517 ]
24518 },
24519 {
@@ -24368,7 +24538,7 @@
24538 "zh-chs": "英文(纽西兰)",
24539 "zh-cht": "英文(紐西蘭)",
24540 "xloc": [
24371 - "default.handlebars->39->1565"
24541 + "default.handlebars->39->1574"
24542 ]
24543 },
24544 {
@@ -24393,7 +24563,7 @@
24563 "zh-chs": "英文(菲律宾)",
24564 "zh-cht": "英文(菲律賓)",
24565 "xloc": [
24396 - "default.handlebars->39->1566"
24566 + "default.handlebars->39->1575"
24567 ]
24568 },
24569 {
@@ -24418,7 +24588,7 @@
24588 "zh-chs": "英语(南非)",
24589 "zh-cht": "英語(南非)",
24590 "xloc": [
24421 - "default.handlebars->39->1567"
24591 + "default.handlebars->39->1576"
24592 ]
24593 },
24594 {
@@ -24443,7 +24613,7 @@
24613 "zh-chs": "英文(特立尼达和多巴哥)",
24614 "zh-cht": "英文(特立尼達和多巴哥)",
24615 "xloc": [
24446 - "default.handlebars->39->1568"
24616 + "default.handlebars->39->1577"
24617 ]
24618 },
24619 {
@@ -24468,7 +24638,7 @@
24638 "zh-chs": "英文(英国)",
24639 "zh-cht": "英文(英國)",
24640 "xloc": [
24471 - "default.handlebars->39->1569"
24641 + "default.handlebars->39->1578"
24642 ]
24643 },
24644 {
@@ -24493,7 +24663,7 @@
24663 "zh-chs": "美国英文",
24664 "zh-cht": "美國英語",
24665 "xloc": [
24496 - "default.handlebars->39->1570"
24666 + "default.handlebars->39->1579"
24667 ]
24668 },
24669 {
@@ -24518,7 +24688,7 @@
24688 "zh-chs": "英文(津巴布韦)",
24689 "zh-cht": "英文(津巴布韋)",
24690 "xloc": [
24521 - "default.handlebars->39->1571"
24691 + "default.handlebars->39->1580"
24692 ]
24693 },
24694 {
@@ -24565,10 +24735,10 @@
24735 "zh-cht": "輸入",
24736 "xloc": [
24737 "default-mobile.handlebars->11->414",
24568 - "default.handlebars->39->1212",
24569 - "default.handlebars->39->1329",
24570 - "default.handlebars->39->1785",
24571 - "default.handlebars->39->1786",
24738 + "default.handlebars->39->1221",
24739 + "default.handlebars->39->1338",
24740 + "default.handlebars->39->1794",
24741 + "default.handlebars->39->1795",
24742 "sharing.handlebars->11->55"
24743 ]
24744 },
@@ -24594,7 +24764,7 @@
24764 "zh-chs": "输入管理领域名称的逗号分隔列表。",
24765 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
24766 "xloc": [
24597 - "default.handlebars->39->2445"
24767 + "default.handlebars->39->2454"
24768 ]
24769 },
24770 {
@@ -24690,7 +24860,7 @@
24860 "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
24861 "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
24862 "xloc": [
24693 - "default.handlebars->39->1242"
24863 + "default.handlebars->39->1251"
24864 ]
24865 },
24866 {
@@ -24809,7 +24979,7 @@
24979 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
24980 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
24981 "xloc": [
24812 - "default.handlebars->39->1485"
24982 + "default.handlebars->39->1494"
24983 ]
24984 },
24985 {
@@ -24931,7 +25101,7 @@
25101 "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
25102 "xloc": [
25103 "default-mobile.handlebars->11->737",
24934 - "default.handlebars->39->2857"
25104 + "default.handlebars->39->2866"
25105 ]
25106 },
25107 {
@@ -24956,7 +25126,7 @@
25126 "zh-chs": "错误,密码未更改。",
25127 "xloc": [
25128 "default-mobile.handlebars->11->734",
24959 - "default.handlebars->39->2854"
25129 + "default.handlebars->39->2863"
25130 ]
25131 },
25132 {
@@ -24981,7 +25151,7 @@
25151 "zh-chs": "错误,无法更改为常用密码。",
25152 "xloc": [
25153 "default-mobile.handlebars->11->733",
24984 - "default.handlebars->39->2853"
25154 + "default.handlebars->39->2862"
25155 ]
25156 },
25157 {
@@ -25006,7 +25176,7 @@
25176 "zh-chs": "错误,无法更改为以前使用的密码。",
25177 "xloc": [
25178 "default-mobile.handlebars->11->732",
25009 - "default.handlebars->39->2852"
25179 + "default.handlebars->39->2861"
25180 ]
25181 },
25182 {
@@ -25056,7 +25226,7 @@
25226 "zh-chs": "逃脱",
25227 "xloc": [
25228 "default-mobile.handlebars->11->415",
25059 - "default.handlebars->39->1213"
25229 + "default.handlebars->39->1222"
25230 ]
25231 },
25232 {
@@ -25081,7 +25251,7 @@
25251 "zh-chs": "世界文",
25252 "zh-cht": "世界語",
25253 "xloc": [
25084 - "default.handlebars->39->1572"
25254 + "default.handlebars->39->1581"
25255 ]
25256 },
25257 {
@@ -25127,7 +25297,7 @@
25297 "zh-chs": "爱沙尼亚文",
25298 "zh-cht": "愛沙尼亞語",
25299 "xloc": [
25130 - "default.handlebars->39->1573"
25300 + "default.handlebars->39->1582"
25301 ]
25302 },
25303 {
@@ -25173,7 +25343,7 @@
25343 "zh-chs": "事件详情",
25344 "zh-cht": "事件詳情",
25345 "xloc": [
25176 - "default.handlebars->39->1373"
25346 + "default.handlebars->39->1382"
25347 ]
25348 },
25349 {
@@ -25198,7 +25368,7 @@
25368 "zh-chs": "事件列表输出",
25369 "zh-cht": "事件列表輸出",
25370 "xloc": [
25201 - "default.handlebars->39->2353"
25371 + "default.handlebars->39->2362"
25372 ]
25373 },
25374 {
@@ -25377,7 +25547,7 @@
25547 "zh-cht": "到期時間",
25548 "xloc": [
25549 "default.handlebars->39->1071",
25380 - "default.handlebars->39->1736",
25550 + "default.handlebars->39->1745",
25551 "default.handlebars->39->276"
25552 ]
25553 },
@@ -25428,7 +25598,7 @@
25598 "zh-chs": "过期{0}",
25599 "zh-cht": "過期{0}",
25600 "xloc": [
25431 - "default.handlebars->39->1799",
25601 + "default.handlebars->39->1808",
25602 "sharing.handlebars->11->95"
25603 ]
25604 },
@@ -25479,7 +25649,7 @@
25649 "zh-chs": "扩充式ASCII",
25650 "zh-cht": "擴充式ASCII",
25651 "xloc": [
25482 - "default.handlebars->39->1295",
25652 + "default.handlebars->39->1304",
25653 "sharing.handlebars->11->34"
25654 ]
25655 },
@@ -25531,7 +25701,7 @@
25701 "zh-chs": "外部",
25702 "zh-cht": "外部",
25703 "xloc": [
25534 - "default.handlebars->39->2921"
25704 + "default.handlebars->39->2930"
25705 ]
25706 },
25707 {
@@ -25540,7 +25710,7 @@
25710 "pt-br": "Chave FIDO",
25711 "pl": "Klucz FIDO",
25712 "xloc": [
25543 - "default.handlebars->39->2807"
25713 + "default.handlebars->39->2816"
25714 ]
25715 },
25716 {
@@ -25590,7 +25760,7 @@
25760 "zh-chs": "FYRO马其顿语",
25761 "zh-cht": "FYRO馬其頓語",
25762 "xloc": [
25593 - "default.handlebars->39->1623"
25763 + "default.handlebars->39->1632"
25764 ]
25765 },
25766 {
@@ -25615,7 +25785,7 @@
25785 "zh-chs": "法罗语",
25786 "zh-cht": "法羅語",
25787 "xloc": [
25618 - "default.handlebars->39->1574"
25788 + "default.handlebars->39->1583"
25789 ]
25790 },
25791 {
@@ -25665,7 +25835,7 @@
25835 "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
25836 "xloc": [
25837 "default-mobile.handlebars->11->728",
25668 - "default.handlebars->39->2848"
25838 + "default.handlebars->39->2857"
25839 ]
25840 },
25841 {
@@ -25714,7 +25884,7 @@
25884 "zh-chs": "本地用户拒绝后无法启动远程桌面",
25885 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
25886 "xloc": [
25717 - "default.handlebars->39->2204"
25887 + "default.handlebars->39->2213"
25888 ]
25889 },
25890 {
@@ -25760,7 +25930,7 @@
25930 "zh-chs": "本地用户拒绝后无法启动远程文件",
25931 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
25932 "xloc": [
25763 - "default.handlebars->39->2211"
25933 + "default.handlebars->39->2220"
25934 ]
25935 },
25936 {
@@ -25834,7 +26004,7 @@
26004 "zh-chs": "波斯文(波斯文)",
26005 "zh-cht": "波斯語(波斯語)",
26006 "xloc": [
25837 - "default.handlebars->39->1575"
26007 + "default.handlebars->39->1584"
26008 ]
26009 },
26010 {
@@ -25886,9 +26056,9 @@
26056 "zh-chs": "功能",
26057 "zh-cht": "功能",
26058 "xloc": [
25889 - "default.handlebars->39->1850",
25890 - "default.handlebars->39->2497",
25891 - "default.handlebars->39->2585"
26059 + "default.handlebars->39->1859",
26060 + "default.handlebars->39->2506",
26061 + "default.handlebars->39->2594"
26062 ]
26063 },
26064 {
@@ -25913,7 +26083,7 @@
26083 "zh-chs": "斐济",
26084 "zh-cht": "斐濟",
26085 "xloc": [
25916 - "default.handlebars->39->1576"
26086 + "default.handlebars->39->1585"
26087 ]
26088 },
26089 {
@@ -25964,7 +26134,7 @@
26134 "zh-cht": "檔案編輯器",
26135 "xloc": [
26136 "default-mobile.handlebars->11->489",
25967 - "default.handlebars->39->1341",
26137 + "default.handlebars->39->1350",
26138 "default.handlebars->39->741",
26139 "sharing.handlebars->11->66"
26140 ]
@@ -26013,8 +26183,8 @@
26183 "zh-chs": "档案操作",
26184 "zh-cht": "檔案操作",
26185 "xloc": [
26016 - "default.handlebars->39->1320",
26017 - "default.handlebars->39->1322",
26186 + "default.handlebars->39->1329",
26187 + "default.handlebars->39->1331",
26188 "sharing.handlebars->11->46",
26189 "sharing.handlebars->11->48"
26190 ]
@@ -26065,7 +26235,7 @@
26235 "tr": "Dosya transferi",
26236 "zh-chs": "文件传输",
26237 "xloc": [
26068 - "default.handlebars->39->2721"
26238 + "default.handlebars->39->2730"
26239 ]
26240 },
26241 {
@@ -26090,7 +26260,7 @@
26260 "zh-chs": "文件系统驱动",
26261 "zh-cht": "FileSystemDriver",
26262 "xloc": [
26093 - "default.handlebars->39->1259"
26263 + "default.handlebars->39->1268"
26264 ]
26265 },
26266 {
@@ -26118,12 +26288,12 @@
26288 "default-mobile.handlebars->11->216",
26289 "default-mobile.handlebars->11->352",
26290 "default.handlebars->39->1044",
26121 - "default.handlebars->39->1901",
26122 - "default.handlebars->39->1979",
26123 - "default.handlebars->39->2728",
26124 - "default.handlebars->39->2787",
26125 - "default.handlebars->39->2818",
26126 - "default.handlebars->39->2909",
26291 + "default.handlebars->39->1910",
26292 + "default.handlebars->39->1988",
26293 + "default.handlebars->39->2737",
26294 + "default.handlebars->39->2796",
26295 + "default.handlebars->39->2827",
26296 + "default.handlebars->39->2918",
26297 "default.handlebars->39->407",
26298 "default.handlebars->39->960",
26299 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -26178,9 +26348,9 @@
26348 "zh-chs": "档案通知",
26349 "zh-cht": "檔案通知",
26350 "xloc": [
26181 - "default.handlebars->39->1858",
26182 - "default.handlebars->39->2505",
26183 - "default.handlebars->39->2607",
26351 + "default.handlebars->39->1867",
26352 + "default.handlebars->39->2514",
26353 + "default.handlebars->39->2616",
26354 "default.handlebars->39->850"
26355 ]
26356 },
@@ -26206,9 +26376,9 @@
26376 "zh-chs": "档案提示",
26377 "zh-cht": "檔案提示",
26378 "xloc": [
26209 - "default.handlebars->39->1857",
26210 - "default.handlebars->39->2504",
26211 - "default.handlebars->39->2606",
26379 + "default.handlebars->39->1866",
26380 + "default.handlebars->39->2513",
26381 + "default.handlebars->39->2615",
26382 "default.handlebars->39->849"
26383 ]
26384 },
@@ -26235,7 +26405,7 @@
26405 "zh-cht": "過濾",
26406 "xloc": [
26407 "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
26238 - "default.handlebars->39->1325",
26408 + "default.handlebars->39->1334",
26409 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
26410 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
26411 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -26310,7 +26480,7 @@
26480 "zh-chs": "查找文件",
26481 "zh-cht": "查找文件",
26482 "xloc": [
26313 - "default.handlebars->39->1328",
26483 + "default.handlebars->39->1337",
26484 "sharing.handlebars->11->54"
26485 ]
26486 },
@@ -26321,7 +26491,7 @@
26491 "fr": "Fin de l'enregistrement de la session \\\"{0}\\\", {1} seconde(s)",
26492 "pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)",
26493 "xloc": [
26324 - "default.handlebars->39->2316"
26494 + "default.handlebars->39->2325"
26495 ]
26496 },
26497 {
@@ -26346,7 +26516,7 @@
26516 "zh-chs": "录制会话已完成,{0}秒",
26517 "zh-cht": "錄製會話已完成,{0}秒",
26518 "xloc": [
26349 - "default.handlebars->39->2177"
26519 + "default.handlebars->39->2186"
26520 ]
26521 },
26522 {
@@ -26371,7 +26541,7 @@
26541 "zh-chs": "芬兰",
26542 "zh-cht": "芬蘭",
26543 "xloc": [
26374 - "default.handlebars->39->1577"
26544 + "default.handlebars->39->1586"
26545 ]
26546 },
26547 {
@@ -26422,8 +26592,8 @@
26592 "tr": "Güvenlik duvarı etkin değil",
26593 "zh-chs": "防火墙未激活",
26594 "xloc": [
26425 - "default.handlebars->39->2109",
26426 - "default.handlebars->39->2123"
26595 + "default.handlebars->39->2118",
26596 + "default.handlebars->39->2132"
26597 ]
26598 },
26599 {
@@ -26473,7 +26643,7 @@
26643 "tr": "Bayraklar",
26644 "pt-br": "Flags",
26645 "xloc": [
26476 - "default.handlebars->39->2326"
26646 + "default.handlebars->39->2335"
26647 ]
26648 },
26649 {
@@ -26757,8 +26927,8 @@
26927 "zh-chs": "下次登录时强制重置密码。",
26928 "zh-cht": "下次登入時強制重置密碼。",
26929 "xloc": [
26760 - "default.handlebars->39->2439",
26761 - "default.handlebars->39->2667"
26930 + "default.handlebars->39->2448",
26931 + "default.handlebars->39->2676"
26932 ]
26933 },
26934 {
@@ -26778,7 +26948,7 @@
26948 "tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu",
26949 "pt-br": "Sessão de área de trabalho do usuário {0} desconectada a força",
26950 "xloc": [
26781 - "default.handlebars->39->2304"
26951 + "default.handlebars->39->2313"
26952 ]
26953 },
26954 {
@@ -26798,7 +26968,7 @@
26968 "tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu",
26969 "pt-br": "Sessão de arquivos do usuário {0} desconectada a força",
26970 "xloc": [
26801 - "default.handlebars->39->2306"
26971 + "default.handlebars->39->2315"
26972 ]
26973 },
26974 {
@@ -26818,7 +26988,7 @@
26988 "tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu",
26989 "pt-br": "Sessão de roteamento do usuário {0} desconectada a força",
26990 "xloc": [
26821 - "default.handlebars->39->2307"
26991 + "default.handlebars->39->2316"
26992 ]
26993 },
26994 {
@@ -26838,7 +27008,7 @@
27008 "tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu",
27009 "pt-br": "Sessão de terminal do usuário {0} desconectada a força",
27010 "xloc": [
26841 - "default.handlebars->39->2305"
27011 + "default.handlebars->39->2314"
27012 ]
27013 },
27014 {
@@ -26941,7 +27111,7 @@
27111 "zh-chs": "格式化",
27112 "zh-cht": "格式化",
27113 "xloc": [
26944 - "default.handlebars->39->2344"
27114 + "default.handlebars->39->2353"
27115 ]
27116 },
27117 {
@@ -27014,8 +27184,8 @@
27184 "zh-chs": "自由",
27185 "zh-cht": "自由",
27186 "xloc": [
27017 - "default.handlebars->39->2867",
27018 - "default.handlebars->39->2869"
27187 + "default.handlebars->39->2876",
27188 + "default.handlebars->39->2878"
27189 ]
27190 },
27191 {
@@ -27066,7 +27236,7 @@
27236 "zh-chs": "法文(比利时)",
27237 "zh-cht": "法語(比利時)",
27238 "xloc": [
27069 - "default.handlebars->39->1579"
27239 + "default.handlebars->39->1588"
27240 ]
27241 },
27242 {
@@ -27091,7 +27261,7 @@
27261 "zh-chs": "法文(加拿大)",
27262 "zh-cht": "法語(加拿大)",
27263 "xloc": [
27094 - "default.handlebars->39->1580"
27264 + "default.handlebars->39->1589"
27265 ]

This file is too large to show in full.

views/default.handlebars
+4 -3
@@ -688,8 +688,9 @@
688 <div id=deskarea4 class="areaFoot">
689 <div class="toright2">
690 <span id="DeskLatency" title="Desktop Session Latency"></span>
691 - <span id="DeskTimer" title="Session time"></span>
692 - <input id=DeskToolsButton type=button value=Tools style="margin-right:4px" title="Toggle tools view" onkeypress="return false" onkeydown="return false" onclick="toggleDeskTools()" />
691 + <span id="DeskTimer" style="line-height:22px" title="Session time"></span>
692 + <input id=DeskToolsButton type=button value=Tools title="Toggle tools view" onkeypress="return false" onkeydown="return false" onclick="toggleDeskTools()" />
693 + <span>&nbsp</span>
694 <span id=DeskChatButton class="deskarea" title="Open chat window to this computer"><img class="desktopButtons" src='images/icon-chat.png' onclick=deviceChat(event) height=16 width=16 style=padding-top:2px /></span>
695 <span id=DeskNotifyButton title="Display a notification on the remote computer"><img class="desktopButtons" src='images/icon-notify.png' onclick=deviceToastFunction() height=16 width=16 style=padding-top:2px /></span>
696 <span id=DeskLockButton title="Lock the remote computer"><img src='images/icon-lock.png' class="desktopButtons" onclick=deviceLockFunction() height=16 width=16 /></span>
@@ -1358,7 +1359,7 @@
1359 </select>
1360 </div>
1361 <div>
1361 - <div>Optimizations</div>
1362 + <div>Options</div>
1363 <div id="d7rdpflags" style="display:block">
1364 <label style="display:block"><input type="checkbox" id="d7rdp1" />Disable Wallpaper</label>
1365 <label style="display:block"><input type="checkbox" id="d7rdp2" />Disable Full Window Drag</label>