Fixed guest sharing links recording, #3207

Ylian Saint-Hilaire committed Oct 19, 2021 at 16:00 UTC 782cf07fca217702e15ab99acc0cd2def4304539
3 files changed +2915 -2895
meshrelay.js
+2 -1
@@ -940,7 +940,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
940 // Send connection request to agent
941 if (obj.id == null) { obj.id = ('' + Math.random()).substring(2); }
942 const rcookie = parent.parent.encodeCookie({ ruserid: user._id, nodeid: node._id }, parent.parent.loginCookieEncryptionKey);
943 - const command = { nodeid: node._id, action: 'msg', type: 'tunnel', userid: user._id, value: '*/' + xdomain + 'meshrelay.ashx?p=' + cookie.p + '&id=' + obj.id + '&rauth=' + rcookie + '&nodeid=' + node._id, soptions: {}, rights: cookie.r, guestname: cookie.gn, consent: cookie.cf, remoteaddr: cleanRemoteAddr(obj.req.clientIp) };
943 + const command = { nodeid: node._id, action: 'msg', type: 'tunnel', userid: user._id, value: '*/' + xdomain + 'meshrelay.ashx?p=' + obj.req.query.p + '&id=' + obj.id + '&rauth=' + rcookie + '&nodeid=' + node._id, soptions: {}, rights: cookie.r, guestname: cookie.gn, consent: cookie.cf, remoteaddr: cleanRemoteAddr(obj.req.clientIp) };
944 obj.guestname = cookie.gn;
945
946 // Limit what this relay connection can do
@@ -951,6 +951,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) {
951 if (cookie.p & 4) { usages.push(5); usages.push(10); } // Files
952 command.soptions.usages = usages;
953 }
954 + if (usages.indexOf(parseInt(obj.req.query.p)) < 0) { console.log('ERR: Invalid protocol usage'); try { obj.close(); } catch (e) { } return; }
955
956 if (typeof domain.consentmessages == 'object') {
957 if (typeof domain.consentmessages.title == 'string') { command.soptions.consentTitle = domain.consentmessages.title; }
translate/translate.json
+2912 -2894
@@ -44,8 +44,8 @@
44 "zh-chs": " + CIRA",
45 "zh-cht": " + CIRA",
46 "xloc": [
47 - "default.handlebars->37->1768",
48 - "default.handlebars->37->1770"
47 + "default.handlebars->37->1774",
48 + "default.handlebars->37->1776"
49 ]
50 },
51 {
@@ -287,7 +287,7 @@
287 "zh-chs": " 可以使用密码提示,但不建议使用。",
288 "zh-cht": " 可以使用密碼提示,但不建議使用。",
289 "xloc": [
290 - "default.handlebars->37->1666"
290 + "default.handlebars->37->1672"
291 ]
292 },
293 {
@@ -311,8 +311,8 @@
311 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
312 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
313 "xloc": [
314 - "default.handlebars->37->1862",
315 - "default.handlebars->37->2379"
314 + "default.handlebars->37->1868",
315 + "default.handlebars->37->2385"
316 ]
317 },
318 {
@@ -378,7 +378,7 @@
378 "zh-chs": " 节点",
379 "zh-cht": " 節點",
380 "xloc": [
381 - "default-mobile.handlebars->11->241"
381 + "default-mobile.handlebars->11->247"
382 ]
383 },
384 {
@@ -402,7 +402,7 @@
402 "zh-chs": " 节点",
403 "zh-cht": " 節點",
404 "xloc": [
405 - "default-mobile.handlebars->11->242"
405 + "default-mobile.handlebars->11->248"
406 ]
407 },
408 {
@@ -755,7 +755,7 @@
755 "zh-chs": "(可选的)",
756 "zh-cht": "(可選的)",
757 "xloc": [
758 - "default.handlebars->37->469"
758 + "default.handlebars->37->475"
759 ]
760 },
761 {
@@ -798,8 +798,8 @@
798 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
799 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
800 "xloc": [
801 - "default.handlebars->37->1827",
802 - "default.handlebars->37->432"
801 + "default.handlebars->37->1833",
802 + "default.handlebars->37->438"
803 ]
804 },
805 {
@@ -823,7 +823,7 @@
823 "zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
824 "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
825 "xloc": [
826 - "default.handlebars->37->516"
826 + "default.handlebars->37->522"
827 ]
828 },
829 {
@@ -888,8 +888,8 @@
888 "zh-chs": ",",
889 "zh-cht": ",",
890 "xloc": [
891 - "default-mobile.handlebars->11->651",
892 - "default.handlebars->37->1936"
891 + "default-mobile.handlebars->11->657",
892 + "default.handlebars->37->1942"
893 ]
894 },
895 {
@@ -981,8 +981,8 @@
981 "zh-chs": ",MQTT在线",
982 "zh-cht": ",MQTT在線",
983 "xloc": [
984 - "default-mobile.handlebars->11->568",
985 - "default.handlebars->37->1376"
984 + "default-mobile.handlebars->11->574",
985 + "default.handlebars->37->1382"
986 ]
987 },
988 {
@@ -1005,7 +1005,7 @@
1005 "tr": ", İzin Yok",
1006 "zh-chs": ", 不同意",
1007 "xloc": [
1008 - "default.handlebars->37->900"
1008 + "default.handlebars->37->906"
1009 ]
1010 },
1011 {
@@ -1029,7 +1029,7 @@
1029 "zh-chs": ",提示同意",
1030 "zh-cht": ",提示同意",
1031 "xloc": [
1032 - "default.handlebars->37->901"
1032 + "default.handlebars->37->907"
1033 ]
1034 },
1035 {
@@ -1073,7 +1073,7 @@
1073 "zh-chs": ",软体KVM",
1074 "zh-cht": ",軟體KVM",
1075 "xloc": [
1076 - "default.handlebars->37->1117",
1076 + "default.handlebars->37->1123",
1077 "sharing.handlebars->11->12"
1078 ]
1079 },
@@ -1097,7 +1097,7 @@
1097 "tr": ", Araç Çubuğu",
1098 "zh-chs": ", 工具栏",
1099 "xloc": [
1100 - "default.handlebars->37->902"
1100 + "default.handlebars->37->908"
1101 ]
1102 },
1103 {
@@ -1120,7 +1120,7 @@
1120 "tr": ", Sadece Görüntüle",
1121 "zh-chs": ", 只读",
1122 "xloc": [
1123 - "default.handlebars->37->899"
1123 + "default.handlebars->37->905"
1124 ]
1125 },
1126 {
@@ -1144,12 +1144,12 @@
1144 "zh-chs": ",WebRTC",
1145 "zh-cht": ",WebRTC",
1146 "xloc": [
1147 - "default-mobile.handlebars->11->371",
1148 - "default-mobile.handlebars->11->406",
1149 - "default-mobile.handlebars->11->423",
1150 - "default.handlebars->37->1123",
1151 - "default.handlebars->37->1194",
1152 - "default.handlebars->37->1220",
1147 + "default-mobile.handlebars->11->377",
1148 + "default-mobile.handlebars->11->412",
1149 + "default-mobile.handlebars->11->429",
1150 + "default.handlebars->37->1129",
1151 + "default.handlebars->37->1200",
1152 + "default.handlebars->37->1226",
1153 "sharing.handlebars->11->19",
1154 "sharing.handlebars->11->27",
1155 "sharing.handlebars->11->44",
@@ -1337,7 +1337,7 @@
1337 "zh-chs": ",{0}观看",
1338 "zh-cht": ",{0}觀看",
1339 "xloc": [
1340 - "default.handlebars->37->1118",
1340 + "default.handlebars->37->1124",
1341 "sharing.handlebars->11->13"
1342 ]
1343 },
@@ -1438,10 +1438,10 @@
1438 "zh-cht": "...",
1439 "xloc": [
1440 "default-mobile.handlebars->11->132",
1441 - "default-mobile.handlebars->11->439",
1442 - "default.handlebars->37->1239",
1443 - "default.handlebars->37->1991",
1444 - "default.handlebars->37->2577",
1441 + "default-mobile.handlebars->11->445",
1442 + "default.handlebars->37->1245",
1443 + "default.handlebars->37->1997",
1444 + "default.handlebars->37->2583",
1445 "sharing.handlebars->11->50"
1446 ]
1447 },
@@ -1596,7 +1596,7 @@
1596 "zh-chs": "1个活跃时段",
1597 "zh-cht": "1個活躍時段",
1598 "xloc": [
1599 - "default.handlebars->37->2467"
1599 + "default.handlebars->37->2473"
1600 ]
1601 },
1602 {
@@ -1621,8 +1621,8 @@
1621 "zh-cht": "1個位元組",
1622 "xloc": [
1623 "default-mobile.handlebars->11->142",
1624 - "default-mobile.handlebars->11->694",
1625 - "default.handlebars->37->2015",
1624 + "default-mobile.handlebars->11->700",
1625 + "default.handlebars->37->2021",
1626 "download.handlebars->3->1",
1627 "download2.handlebars->5->1",
1628 "sharing.handlebars->11->96"
@@ -1649,7 +1649,7 @@
1649 "zh-chs": "1条连接",
1650 "zh-cht": "1位聯絡文",
1651 "xloc": [
1652 - "default.handlebars->37->1120",
1652 + "default.handlebars->37->1126",
1653 "sharing.handlebars->11->15"
1654 ]
1655 },
@@ -1675,8 +1675,8 @@
1675 "zh-cht": "1天",
1676 "xloc": [
1677 "default.handlebars->37->247",
1678 - "default.handlebars->37->460",
1679 - "default.handlebars->37->474"
1678 + "default.handlebars->37->466",
1679 + "default.handlebars->37->480"
1680 ]
1681 },
1682 {
@@ -1700,7 +1700,7 @@
1700 "zh-chs": "1组",
1701 "zh-cht": "1群",
1702 "xloc": [
1703 - "default.handlebars->37->2426"
1703 + "default.handlebars->37->2432"
1704 ]
1705 },
1706 {
@@ -1725,8 +1725,8 @@
1725 "zh-cht": "1小時",
1726 "xloc": [
1727 "default.handlebars->37->245",
1728 - "default.handlebars->37->458",
1729 - "default.handlebars->37->472"
1728 + "default.handlebars->37->464",
1729 + "default.handlebars->37->478"
1730 ]
1731 },
1732 {
@@ -1750,8 +1750,8 @@
1750 "zh-chs": "1分钟",
1751 "zh-cht": "1分鐘",
1752 "xloc": [
1753 - "default.handlebars->37->1632",
1754 - "default.handlebars->37->975"
1753 + "default.handlebars->37->1638",
1754 + "default.handlebars->37->981"
1755 ]
1756 },
1757 {
@@ -1800,8 +1800,8 @@
1800 "zh-cht": "1個月",
1801 "xloc": [
1802 "default.handlebars->37->249",
1803 - "default.handlebars->37->462",
1804 - "default.handlebars->37->476"
1803 + "default.handlebars->37->468",
1804 + "default.handlebars->37->482"
1805 ]
1806 },
1807 {
@@ -1825,7 +1825,7 @@
1825 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1826 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1827 "xloc": [
1828 - "default.handlebars->37->2195"
1828 + "default.handlebars->37->2201"
1829 ]
1830 },
1831 {
@@ -1849,7 +1849,7 @@
1849 "zh-chs": "1个节点",
1850 "zh-cht": "1個節點",
1851 "xloc": [
1852 - "default.handlebars->37->548"
1852 + "default.handlebars->37->554"
1853 ]
1854 },
1855 {
@@ -1912,8 +1912,8 @@
1912 "tr": "1 saniye",
1913 "zh-chs": "1秒",
1914 "xloc": [
1915 - "default-mobile.handlebars->11->321",
1916 - "default.handlebars->37->1005"
1915 + "default-mobile.handlebars->11->327",
1916 + "default.handlebars->37->1011"
1917 ]
1918 },
1919 {
@@ -1960,7 +1960,7 @@
1960 "tr": "1 seçili cihaz çevrimdışı.",
1961 "zh-chs": "1 个选定的设备处于离线状态。",
1962 "xloc": [
1963 - "default.handlebars->37->607"
1963 + "default.handlebars->37->613"
1964 ]
1965 },
1966 {
@@ -1983,7 +1983,7 @@
1983 "tr": "1 seçili cihaz çevrimiçi.",
1984 "zh-chs": "1 个选定的设备在线。",
1985 "xloc": [
1986 - "default.handlebars->37->605"
1986 + "default.handlebars->37->611"
1987 ]
1988 },
1989 {
@@ -2007,19 +2007,19 @@
2007 "zh-chs": "1节",
2008 "zh-cht": "1節",
2009 "xloc": [
2010 - "default-mobile.handlebars->11->195",
2011 - "default-mobile.handlebars->11->198",
2012 - "default-mobile.handlebars->11->201",
2010 + "default-mobile.handlebars->11->196",
2011 + "default-mobile.handlebars->11->200",
2012 "default-mobile.handlebars->11->204",
2014 - "default-mobile.handlebars->11->207",
2015 - "default-mobile.handlebars->11->210",
2016 - "default.handlebars->37->2199",
2017 - "default.handlebars->37->365",
2018 - "default.handlebars->37->368",
2019 - "default.handlebars->37->371",
2013 + "default-mobile.handlebars->11->208",
2014 + "default-mobile.handlebars->11->212",
2015 + "default-mobile.handlebars->11->216",
2016 + "default.handlebars->37->2205",
2017 + "default.handlebars->37->366",
2018 + "default.handlebars->37->370",
2019 "default.handlebars->37->374",
2021 - "default.handlebars->37->377",
2022 - "default.handlebars->37->380"
2020 + "default.handlebars->37->378",
2021 + "default.handlebars->37->382",
2022 + "default.handlebars->37->386"
2023 ]
2024 },
2025 {
@@ -2044,8 +2044,8 @@
2044 "zh-cht": "1週",
2045 "xloc": [
2046 "default.handlebars->37->248",
2047 - "default.handlebars->37->461",
2048 - "default.handlebars->37->475"
2047 + "default.handlebars->37->467",
2048 + "default.handlebars->37->481"
2049 ]
2050 },
2051 {
@@ -2192,8 +2192,8 @@
2192 "zh-chs": "10分钟",
2193 "zh-cht": "10分鐘",
2194 "xloc": [
2195 - "default.handlebars->37->1634",
2196 - "default.handlebars->37->977"
2195 + "default.handlebars->37->1640",
2196 + "default.handlebars->37->983"
2197 ]
2198 },
2199 {
@@ -2216,8 +2216,8 @@
2216 "tr": "10 saniye",
2217 "zh-chs": "10 秒",
2218 "xloc": [
2219 - "default-mobile.handlebars->11->323",
2220 - "default.handlebars->37->1007"
2219 + "default-mobile.handlebars->11->329",
2220 + "default.handlebars->37->1013"
2221 ]
2222 },
2223 {
@@ -2340,8 +2340,8 @@
2340 "zh-chs": "12小时",
2341 "zh-cht": "12小時",
2342 "xloc": [
2343 - "default.handlebars->37->1642",
2344 - "default.handlebars->37->985"
2343 + "default.handlebars->37->1648",
2344 + "default.handlebars->37->991"
2345 ]
2346 },
2347 {
@@ -2411,8 +2411,8 @@
2411 "zh-chs": "15分钟",
2412 "zh-cht": "15分鐘",
2413 "xloc": [
2414 - "default.handlebars->37->1635",
2415 - "default.handlebars->37->978"
2414 + "default.handlebars->37->1641",
2415 + "default.handlebars->37->984"
2416 ]
2417 },
2418 {
@@ -2436,8 +2436,8 @@
2436 "zh-chs": "16小时",
2437 "zh-cht": "16小時",
2438 "xloc": [
2439 - "default.handlebars->37->1643",
2440 - "default.handlebars->37->986"
2439 + "default.handlebars->37->1649",
2440 + "default.handlebars->37->992"
2441 ]
2442 },
2443 {
@@ -2461,8 +2461,8 @@
2461 "zh-chs": "2天",
2462 "zh-cht": "2天",
2463 "xloc": [
2464 - "default.handlebars->37->1645",
2465 - "default.handlebars->37->988"
2464 + "default.handlebars->37->1651",
2465 + "default.handlebars->37->994"
2466 ]
2467 },
2468 {
@@ -2486,8 +2486,8 @@
2486 "zh-chs": "2小时",
2487 "zh-cht": "2小時",
2488 "xloc": [
2489 - "default.handlebars->37->1639",
2490 - "default.handlebars->37->982"
2489 + "default.handlebars->37->1645",
2490 + "default.handlebars->37->988"
2491 ]
2492 },
2493 {
@@ -2658,8 +2658,8 @@
2658 "zh-chs": "24小时",
2659 "zh-cht": "24小時",
2660 "xloc": [
2661 - "default.handlebars->37->1644",
2662 - "default.handlebars->37->987"
2661 + "default.handlebars->37->1650",
2662 + "default.handlebars->37->993"
2663 ]
2664 },
2665 {
@@ -2733,7 +2733,7 @@
2733 "zh-chs": "2FA备份代码已清除",
2734 "zh-cht": "2FA備份代碼已清除",
2735 "xloc": [
2736 - "default.handlebars->37->2126"
2736 + "default.handlebars->37->2132"
2737 ]
2738 },
2739 {
@@ -2757,8 +2757,8 @@
2757 "zh-chs": "启用第二因素身份验证",
2758 "zh-cht": "啟用第二因素身份驗證",
2759 "xloc": [
2760 - "default.handlebars->37->2212",
2761 - "default.handlebars->37->2450"
2760 + "default.handlebars->37->2218",
2761 + "default.handlebars->37->2456"
2762 ]
2763 },
2764 {
@@ -2801,7 +2801,7 @@
2801 "pt-br": "3",
2802 "ru": "3",
2803 "xloc": [
2804 - "default-mobile.handlebars->11->466"
2804 + "default-mobile.handlebars->11->472"
2805 ]
2806 },
2807 {
@@ -2900,8 +2900,8 @@
2900 "zh-chs": "30分钟",
2901 "zh-cht": "30分鐘",
2902 "xloc": [
2903 - "default.handlebars->37->1636",
2904 - "default.handlebars->37->979"
2903 + "default.handlebars->37->1642",
2904 + "default.handlebars->37->985"
2905 ]
2906 },
2907 {
@@ -2924,8 +2924,8 @@
2924 "tr": "32 bit",
2925 "zh-chs": "32 位",
2926 "xloc": [
2927 - "default-mobile.handlebars->11->476",
2928 - "default.handlebars->37->1290"
2927 + "default-mobile.handlebars->11->482",
2928 + "default.handlebars->37->1296"
2929 ]
2930 },
2931 {
@@ -2949,8 +2949,8 @@
2949 "zh-chs": "MeshAgent的32位版本",
2950 "zh-cht": "MeshAgent的32位版本",
2951 "xloc": [
2952 - "default.handlebars->37->506",
2953 - "default.handlebars->37->534"
2952 + "default.handlebars->37->512",
2953 + "default.handlebars->37->540"
2954 ]
2955 },
2956 {
@@ -3000,8 +3000,8 @@
3000 "zh-chs": "4天",
3001 "zh-cht": "4天",
3002 "xloc": [
3003 - "default.handlebars->37->1646",
3004 - "default.handlebars->37->989"
3003 + "default.handlebars->37->1652",
3004 + "default.handlebars->37->995"
3005 ]
3006 },
3007 {
@@ -3025,8 +3025,8 @@
3025 "zh-chs": "4个小时",
3026 "zh-cht": "4個小時",
3027 "xloc": [
3028 - "default.handlebars->37->1640",
3029 - "default.handlebars->37->983"
3028 + "default.handlebars->37->1646",
3029 + "default.handlebars->37->989"
3030 ]
3031 },
3032 {
@@ -3149,8 +3149,8 @@
3149 "zh-chs": "45分钟",
3150 "zh-cht": "45分鐘",
3151 "xloc": [
3152 - "default.handlebars->37->1637",
3153 - "default.handlebars->37->980"
3152 + "default.handlebars->37->1643",
3153 + "default.handlebars->37->986"
3154 ]
3155 },
3156 {
@@ -3198,8 +3198,8 @@
3198 "zh-chs": "5分钟",
3199 "zh-cht": "5分鐘",
3200 "xloc": [
3201 - "default.handlebars->37->1633",
3202 - "default.handlebars->37->976"
3201 + "default.handlebars->37->1639",
3202 + "default.handlebars->37->982"
3203 ]
3204 },
3205 {
@@ -3222,8 +3222,8 @@
3222 "tr": "5 saniye",
3223 "zh-chs": "5秒",
3224 "xloc": [
3225 - "default-mobile.handlebars->11->322",
3226 - "default.handlebars->37->1006"
3225 + "default-mobile.handlebars->11->328",
3226 + "default.handlebars->37->1012"
3227 ]
3228 },
3229 {
@@ -3373,8 +3373,8 @@
3373 "zh-chs": "60分钟",
3374 "zh-cht": "60分鐘",
3375 "xloc": [
3376 - "default.handlebars->37->1638",
3377 - "default.handlebars->37->981"
3376 + "default.handlebars->37->1644",
3377 + "default.handlebars->37->987"
3378 ]
3379 },
3380 {
@@ -3447,8 +3447,8 @@
3447 "tr": "64 bit",
3448 "zh-chs": "64 位",
3449 "xloc": [
3450 - "default-mobile.handlebars->11->478",
3451 - "default.handlebars->37->1292"
3450 + "default-mobile.handlebars->11->484",
3451 + "default.handlebars->37->1298"
3452 ]
3453 },
3454 {
@@ -3472,7 +3472,7 @@
3472 "zh-chs": "64位版本的macOS Mesh Agent",
3473 "zh-cht": "64位版本的macOS Mesh Agent",
3474 "xloc": [
3475 - "default.handlebars->37->521"
3475 + "default.handlebars->37->527"
3476 ]
3477 },
3478 {
@@ -3496,8 +3496,8 @@
3496 "zh-chs": "MeshAgent的64位版本",
3497 "zh-cht": "MeshAgent的64位版本",
3498 "xloc": [
3499 - "default.handlebars->37->510",
3500 - "default.handlebars->37->537"
3499 + "default.handlebars->37->516",
3500 + "default.handlebars->37->543"
3501 ]
3502 },
3503 {
@@ -3566,7 +3566,7 @@
3566 "zh-chs": "7天电源状态",
3567 "zh-cht": "7天電源狀態",
3568 "xloc": [
3569 - "default.handlebars->37->1040"
3569 + "default.handlebars->37->1046"
3570 ]
3571 },
3572 {
@@ -3641,10 +3641,10 @@
3641 "zh-chs": "8小時",
3642 "zh-cht": "8小時",
3643 "xloc": [
3644 - "default.handlebars->37->1641",
3645 - "default.handlebars->37->459",
3646 - "default.handlebars->37->473",
3647 - "default.handlebars->37->984"
3644 + "default.handlebars->37->1647",
3645 + "default.handlebars->37->465",
3646 + "default.handlebars->37->479",
3647 + "default.handlebars->37->990"
3648 ]
3649 },
3650 {
@@ -3955,9 +3955,9 @@
3955 "zh-chs": "ACM",
3956 "zh-cht": "ACM",
3957 "xloc": [
3958 - "default-mobile.handlebars->11->274",
3959 - "default.handlebars->37->1784",
3960 - "default.handlebars->37->752"
3958 + "default-mobile.handlebars->11->280",
3959 + "default.handlebars->37->1790",
3960 + "default.handlebars->37->758"
3961 ]
3962 },
3963 {
@@ -4024,7 +4024,7 @@
4024 "zh-cht": "AMT",
4025 "xloc": [
4026 "default.handlebars->37->351",
4027 - "default.handlebars->37->576"
4027 + "default.handlebars->37->582"
4028 ]
4029 },
4030 {
@@ -4047,21 +4047,21 @@
4047 "tr": "AMT-OS",
4048 "zh-chs": "操作系统",
4049 "xloc": [
4050 - "default.handlebars->37->2706"
4050 + "default.handlebars->37->2712"
4051 ]
4052 },
4053 {
4054 "en": "AMT-Redir",
4055 "nl": "AMT-Redir",
4056 "xloc": [
4057 - "default.handlebars->37->2611"
4057 + "default.handlebars->37->2617"
4058 ]
4059 },
4060 {
4061 "en": "AMT-WSMAN",
4062 "nl": "AMT-WSMAN",
4063 "xloc": [
4064 - "default.handlebars->37->2610"
4064 + "default.handlebars->37->2616"
4065 ]
4066 },
4067 {
@@ -4209,10 +4209,10 @@
4209 "tr": "AV",
4210 "zh-chs": "影音",
4211 "xloc": [
4212 - "default-mobile.handlebars->11->480",
4213 - "default-mobile.handlebars->11->482",
4214 - "default.handlebars->37->771",
4215 - "default.handlebars->37->773"
4212 + "default-mobile.handlebars->11->486",
4213 + "default-mobile.handlebars->11->488",
4214 + "default.handlebars->37->777",
4215 + "default.handlebars->37->779"
4216 ]
4217 },
4218 {
@@ -4236,8 +4236,8 @@
4236 "zh-chs": "拒绝访问",
4237 "zh-cht": "拒絕存取",
4238 "xloc": [
4239 - "default-mobile.handlebars->11->569",
4240 - "default.handlebars->37->1377"
4239 + "default-mobile.handlebars->11->575",
4240 + "default.handlebars->37->1383"
4241 ]
4242 },
4243 {
@@ -4310,7 +4310,7 @@
4310 "zh-chs": "访问服务器档案",
4311 "zh-cht": "存取伺服器檔案",
4312 "xloc": [
4313 - "default.handlebars->37->2385"
4313 + "default.handlebars->37->2391"
4314 ]
4315 },
4316 {
@@ -4412,14 +4412,14 @@
4412 "xloc": [
4413 "default-mobile.handlebars->11->117",
4414 "default-mobile.handlebars->11->119",
4415 - "default-mobile.handlebars->11->243",
4416 - "default-mobile.handlebars->11->245",
4415 + "default-mobile.handlebars->11->249",
4416 + "default-mobile.handlebars->11->251",
4417 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4418 - "default.handlebars->37->1675",
4419 - "default.handlebars->37->1677",
4420 - "default.handlebars->37->2759",
4421 - "default.handlebars->37->714",
4422 - "default.handlebars->37->716"
4418 + "default.handlebars->37->1681",
4419 + "default.handlebars->37->1683",
4420 + "default.handlebars->37->2765",
4421 + "default.handlebars->37->720",
4422 + "default.handlebars->37->722"
4423 ]
4424 },
4425 {
@@ -4442,8 +4442,8 @@
4442 "tr": "Hesap ayarları",
4443 "zh-chs": "帐号设定",
4444 "xloc": [
4445 - "default-mobile.handlebars->11->662",
4446 - "default.handlebars->37->2636"
4445 + "default-mobile.handlebars->11->668",
4446 + "default.handlebars->37->2642"
4447 ]
4448 },
4449 {
@@ -4516,7 +4516,7 @@
4516 "zh-chs": "帐户已更改:{0}",
4517 "zh-cht": "帳戶已更改:{0}",
4518 "xloc": [
4519 - "default.handlebars->37->2099"
4519 + "default.handlebars->37->2105"
4520 ]
4521 },
4522 {
@@ -4540,14 +4540,14 @@
4540 "zh-chs": "创建帐户,电子邮件为{0}",
4541 "zh-cht": "創建帳戶,電子郵件為{0}",
4542 "xloc": [
4543 - "default.handlebars->37->2098"
4543 + "default.handlebars->37->2104"
4544 ]
4545 },
4546 {
4547 "en": "Account created, name is {0}.",
4548 "nl": "Account aangemaakt, naam is {0}.",
4549 "xloc": [
4550 - "default.handlebars->37->2161"
4550 + "default.handlebars->37->2167"
4551 ]
4552 },
4553 {
@@ -4571,7 +4571,7 @@
4571 "zh-chs": "创建帐户,用户名是{0}",
4572 "zh-cht": "帳戶已創建,用戶名是{0}",
4573 "xloc": [
4574 - "default.handlebars->37->2097"
4574 + "default.handlebars->37->2103"
4575 ]
4576 },
4577 {
@@ -4595,8 +4595,8 @@
4595 "zh-chs": "帐户已被锁定",
4596 "zh-cht": "帳戶已被鎖定",
4597 "xloc": [
4598 - "default.handlebars->37->2214",
4599 - "default.handlebars->37->2382"
4598 + "default.handlebars->37->2220",
4599 + "default.handlebars->37->2388"
4600 ]
4601 },
4602 {
@@ -4620,8 +4620,8 @@
4620 "zh-chs": "达到帐户限制。",
4621 "zh-cht": "達到帳戶限制。",
4622 "xloc": [
4623 - "default-mobile.handlebars->11->674",
4624 - "default.handlebars->37->2648",
4623 + "default-mobile.handlebars->11->680",
4624 + "default.handlebars->37->2654",
4625 "login-mobile.handlebars->5->6",
4626 "login.handlebars->5->6",
4627 "login2.handlebars->7->8"
@@ -4674,7 +4674,7 @@
4674 "zh-chs": "帐号登录",
4675 "zh-cht": "帳號登錄",
4676 "xloc": [
4677 - "default.handlebars->37->2034"
4677 + "default.handlebars->37->2040"
4678 ]
4679 },
4680 {
@@ -4697,7 +4697,7 @@
4697 "tr": "{0}, {1}, {2} adresinden hesap girişi",
4698 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
4699 "xloc": [
4700 - "default.handlebars->37->2140"
4700 + "default.handlebars->37->2146"
4701 ]
4702 },
4703 {
@@ -4721,7 +4721,7 @@
4721 "zh-chs": "帐户登出",
4722 "zh-cht": "帳戶登出",
4723 "xloc": [
4724 - "default.handlebars->37->2035"
4724 + "default.handlebars->37->2041"
4725 ]
4726 },
4727 {
@@ -4771,7 +4771,7 @@
4771 "zh-chs": "帐户密码已更改:{0}",
4772 "zh-cht": "帳戶密碼已更改:{0}",
4773 "xloc": [
4774 - "default.handlebars->37->2107"
4774 + "default.handlebars->37->2113"
4775 ]
4776 },
4777 {
@@ -4795,7 +4795,7 @@
4795 "zh-chs": "帐户已删除",
4796 "zh-cht": "帳戶已刪除",
4797 "xloc": [
4798 - "default.handlebars->37->2096"
4798 + "default.handlebars->37->2102"
4799 ]
4800 },
4801 {
@@ -4843,8 +4843,8 @@
4843 "zh-chs": "指令",
4844 "zh-cht": "指令",
4845 "xloc": [
4846 - "default-mobile.handlebars->11->575",
4847 - "default.handlebars->37->1383",
4846 + "default-mobile.handlebars->11->581",
4847 + "default.handlebars->37->1389",
4848 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
4849 ]
4850 },
@@ -4869,8 +4869,8 @@
4869 "zh-chs": "动作档案",
4870 "zh-cht": "動作檔案",
4871 "xloc": [
4872 - "default.handlebars->37->1086",
4873 - "default.handlebars->37->1088"
4872 + "default.handlebars->37->1092",
4873 + "default.handlebars->37->1094"
4874 ]
4875 },
4876 {
@@ -4894,11 +4894,11 @@
4894 "zh-chs": "动作",
4895 "zh-cht": "動作",
4896 "xloc": [
4897 - "default-mobile.handlebars->11->304",
4897 + "default-mobile.handlebars->11->310",
4898 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
4899 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
4900 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
4901 - "default.handlebars->37->830",
4901 + "default.handlebars->37->836",
4902 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
4903 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
4904 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -4925,7 +4925,7 @@
4925 "zh-chs": "使用FAT格式的USB密钥在管理控制模式(ACM)中激活英特尔&reg;AMT。将setup.bin放在其上,然后使用此键引导一台或多台计算机。",
4926 "zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾&reg;AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。",
4927 "xloc": [
4928 - "default.handlebars->37->426"
4928 + "default.handlebars->37->432"
4929 ]
4930 },
4931 {
@@ -4997,7 +4997,7 @@
4997 "zh-chs": "如果ACM失败,则激活到CCM",
4998 "zh-cht": "如果ACM失敗,則激活到CCM",
4999 "xloc": [
5000 - "default.handlebars->37->1818"
5000 + "default.handlebars->37->1824"
5001 ]
5002 },
5003 {
@@ -5021,12 +5021,12 @@
5021 "zh-chs": "已激活",
5022 "zh-cht": "已啟動",
5023 "xloc": [
5024 - "default-mobile.handlebars->11->269",
5025 - "default-mobile.handlebars->11->271",
5026 - "default-mobile.handlebars->11->531",
5027 - "default.handlebars->37->1338",
5028 - "default.handlebars->37->745",
5029 - "default.handlebars->37->747"
5024 + "default-mobile.handlebars->11->275",
5025 + "default-mobile.handlebars->11->277",
5026 + "default-mobile.handlebars->11->537",
5027 + "default.handlebars->37->1344",
5028 + "default.handlebars->37->751",
5029 + "default.handlebars->37->753"
5030 ]
5031 },
5032 {
@@ -5074,7 +5074,7 @@
5074 "zh-chs": "主动设备共享",
5075 "zh-cht": "主動設備共享",
5076 "xloc": [
5077 - "default.handlebars->37->888"
5077 + "default.handlebars->37->894"
5078 ]
5079 },
5080 {
@@ -5097,7 +5097,7 @@
5097 "tr": "Aktif Giriş Jetonları",
5098 "zh-chs": "活动登录令牌",
5099 "xloc": [
5100 - "default.handlebars->37->1696"
5100 + "default.handlebars->37->1702"
5101 ]
5102 },
5103 {
@@ -5106,7 +5106,7 @@
5106 "pl": "Aktywny użytkownik",
5107 "pt-br": "Usuario activo",
5108 "xloc": [
5109 - "default.handlebars->37->789"
5109 + "default.handlebars->37->795"
5110 ]
5111 },
5112 {
@@ -5115,7 +5115,7 @@
5115 "pl": "Aktywni użytkownicy",
5116 "pt-br": "Usuarios activos",
5117 "xloc": [
5118 - "default.handlebars->37->788"
5118 + "default.handlebars->37->794"
5119 ]
5120 },
5121 {
@@ -5159,8 +5159,8 @@
5159 "tr": "Ekle",
5160 "zh-chs": "添加",
5161 "xloc": [
5162 - "default-mobile.handlebars->11->398",
5163 - "default.handlebars->37->1154"
5162 + "default-mobile.handlebars->11->404",
5163 + "default.handlebars->37->1160"
5164 ]
5165 },
5166 {
@@ -5224,8 +5224,8 @@
5224 "zh-chs": "添加代理",
5225 "zh-cht": "新增代理",
5226 "xloc": [
5227 - "default.handlebars->37->1780",
5228 - "default.handlebars->37->398"
5227 + "default.handlebars->37->1786",
5228 + "default.handlebars->37->404"
5229 ]
5230 },
5231 {
@@ -5270,9 +5270,9 @@
5270 "zh-chs": "添加设备",
5271 "zh-cht": "新增裝置",
5272 "xloc": [
5273 - "default.handlebars->37->2357",
5274 - "default.handlebars->37->2516",
5275 - "default.handlebars->37->402"
5273 + "default.handlebars->37->2363",
5274 + "default.handlebars->37->2522",
5275 + "default.handlebars->37->408"
5276 ]
5277 },
5278 {
@@ -5296,7 +5296,7 @@
5296 "zh-chs": "添加设备日志",
5297 "zh-cht": "新增裝置日誌",
5298 "xloc": [
5299 - "default.handlebars->37->952"
5299 + "default.handlebars->37->958"
5300 ]
5301 },
5302 {
@@ -5320,9 +5320,9 @@
5320 "zh-chs": "添加设备组",
5321 "zh-cht": "新增裝置群",
5322 "xloc": [
5323 - "default.handlebars->37->1898",
5324 - "default.handlebars->37->2351",
5325 - "default.handlebars->37->2504",
5323 + "default.handlebars->37->1904",
5324 + "default.handlebars->37->2357",
5325 + "default.handlebars->37->2510",
5326 "default.handlebars->37->331"
5327 ]
5328 },
@@ -5347,7 +5347,7 @@
5347 "zh-chs": "添加设备组权限",
5348 "zh-cht": "新增裝置群權限",
5349 "xloc": [
5350 - "default.handlebars->37->1895"
5350 + "default.handlebars->37->1901"
5351 ]
5352 },
5353 {
@@ -5371,8 +5371,8 @@
5371 "zh-chs": "添加设备权限",
5372 "zh-cht": "新增裝置權限",
5373 "xloc": [
5374 - "default.handlebars->37->1900",
5375 - "default.handlebars->37->1902"
5374 + "default.handlebars->37->1906",
5375 + "default.handlebars->37->1908"
5376 ]
5377 },
5378 {
@@ -5417,7 +5417,7 @@
5417 "zh-chs": "添加英特尔&reg;AMT设备",
5418 "zh-cht": "新增Intel&reg; AMT裝置",
5419 "xloc": [
5420 - "default.handlebars->37->422"
5420 + "default.handlebars->37->428"
5421 ]
5422 },
5423 {
@@ -5465,7 +5465,7 @@
5465 "zh-chs": "添加本地",
5466 "zh-cht": "新增本地",
5467 "xloc": [
5468 - "default.handlebars->37->392"
5468 + "default.handlebars->37->398"
5469 ]
5470 },
5471 {
@@ -5509,7 +5509,7 @@
5509 "zh-chs": "添加成员身份",
5510 "zh-cht": "新增成員身份",
5511 "xloc": [
5512 - "default.handlebars->37->2536"
5512 + "default.handlebars->37->2542"
5513 ]
5514 },
5515 {
@@ -5533,7 +5533,7 @@
5533 "zh-chs": "添加 Mesh Agent",
5534 "zh-cht": "新增 Mesh Agent",
5535 "xloc": [
5536 - "default.handlebars->37->547"
5536 + "default.handlebars->37->553"
5537 ]
5538 },
5539 {
@@ -5577,8 +5577,8 @@
5577 "zh-chs": "添加安全密钥",
5578 "zh-cht": "新增安全密鑰",
5579 "xloc": [
5580 - "default.handlebars->37->1422",
5581 - "default.handlebars->37->1423",
5580 + "default.handlebars->37->1428",
5581 + "default.handlebars->37->1429",
5582 "default.handlebars->37->216",
5583 "default.handlebars->37->218",
5584 "default.handlebars->37->221",
@@ -5606,8 +5606,8 @@
5606 "zh-chs": "添加用户",
5607 "zh-cht": "新增用戶",
5608 "xloc": [
5609 - "default-mobile.handlebars->11->591",
5610 - "default.handlebars->37->880"
5609 + "default-mobile.handlebars->11->597",
5610 + "default.handlebars->37->886"
5611 ]
5612 },
5613 {
@@ -5631,7 +5631,7 @@
5631 "zh-chs": "添加用户设备权限",
5632 "zh-cht": "新增用戶裝置權限",
5633 "xloc": [
5634 - "default.handlebars->37->1905"
5634 + "default.handlebars->37->1911"
5635 ]
5636 },
5637 {
@@ -5655,10 +5655,10 @@
5655 "zh-chs": "添加用户组",
5656 "zh-cht": "新增用戶群",
5657 "xloc": [
5658 - "default.handlebars->37->1776",
5659 - "default.handlebars->37->1897",
5660 - "default.handlebars->37->2510",
5661 - "default.handlebars->37->881"
5658 + "default.handlebars->37->1782",
5659 + "default.handlebars->37->1903",
5660 + "default.handlebars->37->2516",
5661 + "default.handlebars->37->887"
5662 ]
5663 },
5664 {
@@ -5682,7 +5682,7 @@
5682 "zh-chs": "添加用户组设备权限",
5683 "zh-cht": "新增用戶群裝置權限",
5684 "xloc": [
5685 - "default.handlebars->37->1907"
5685 + "default.handlebars->37->1913"
5686 ]
5687 },
5688 {
@@ -5706,7 +5706,7 @@
5706 "zh-chs": "将用户添加到设备组",
5707 "zh-cht": "將用戶新增到裝置群",
5708 "xloc": [
5709 - "default-mobile.handlebars->11->627"
5709 + "default-mobile.handlebars->11->633"
5710 ]
5711 },
5712 {
@@ -5751,8 +5751,8 @@
5751 "zh-chs": "添加用户",
5752 "zh-cht": "新增用戶",
5753 "xloc": [
5754 - "default.handlebars->37->1775",
5755 - "default.handlebars->37->2346"
5754 + "default.handlebars->37->1781",
5755 + "default.handlebars->37->2352"
5756 ]
5757 },
5758 {
@@ -5776,7 +5776,7 @@
5776 "zh-chs": "将用户添加到设备组",
5777 "zh-cht": "將用戶新增到裝置群",
5778 "xloc": [
5779 - "default.handlebars->37->1894"
5779 + "default.handlebars->37->1900"
5780 ]
5781 },
5782 {
@@ -5800,7 +5800,7 @@
5800 "zh-chs": "将用户添加到用户组",
5801 "zh-cht": "將用戶新增到用戶群",
5802 "xloc": [
5803 - "default.handlebars->37->2381"
5803 + "default.handlebars->37->2387"
5804 ]
5805 },
5806 {
@@ -5847,7 +5847,7 @@
5847 "tr": "\\\"{0}\\\" cihaz grubuna yerel bir cihaz ekleyin.",
5848 "zh-chs": "将本地设备添加到设备组 \\\"{0}\\\"。",
5849 "xloc": [
5850 - "default.handlebars->37->403"
5850 + "default.handlebars->37->409"
5851 ]
5852 },
5853 {
@@ -5871,7 +5871,7 @@
5871 "zh-chs": "通过扫描本地网络添加新的英特尔&reg;AMT计算机。",
5872 "zh-cht": "通過掃描本地網絡新增新的Intel&reg; AMT電腦。",
5873 "xloc": [
5874 - "default.handlebars->37->393"
5874 + "default.handlebars->37->399"
5875 ]
5876 },
5877 {
@@ -5916,7 +5916,7 @@
5916 "zh-chs": "添加位于本地网络上的新英特尔&reg;AMT计算机。",
5917 "zh-cht": "新增位於本地網絡上的新Intel&reg; AMT電腦。",
5918 "xloc": [
5919 - "default.handlebars->37->391"
5919 + "default.handlebars->37->397"
5920 ]
5921 },
5922 {
@@ -5940,7 +5940,7 @@
5940 "zh-chs": "将新的英特尔&reg;AMT设备添加到设备组“{0}”。",
5941 "zh-cht": "將新的Intel&reg; AMT裝置新增到裝置群“{0}”。",
5942 "xloc": [
5943 - "default.handlebars->37->412"
5943 + "default.handlebars->37->418"
5944 ]
5945 },
5946 {
@@ -5964,8 +5964,8 @@
5964 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
5965 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
5966 "xloc": [
5967 - "default.handlebars->37->1779",
5968 - "default.handlebars->37->397"
5967 + "default.handlebars->37->1785",
5968 + "default.handlebars->37->403"
5969 ]
5970 },
5971 {
@@ -5988,7 +5988,7 @@
5988 "tr": "Yerel ağda bulunan cihazı ekleyin.",
5989 "zh-chs": "添加位于本地网络上的设备。",
5990 "xloc": [
5991 - "default.handlebars->37->401"
5991 + "default.handlebars->37->407"
5992 ]
5993 },
5994 {
@@ -6011,7 +6011,7 @@
6011 "tr": "Yerel cihaz ekle",
6012 "zh-chs": "添加本地设备",
6013 "xloc": [
6014 - "default.handlebars->37->411"
6014 + "default.handlebars->37->417"
6015 ]
6016 },
6017 {
@@ -6035,7 +6035,7 @@
6035 "zh-chs": "添加标签",
6036 "zh-cht": "新增標籤",
6037 "xloc": [
6038 - "default.handlebars->37->621"
6038 + "default.handlebars->37->627"
6039 ]
6040 },
6041 {
@@ -6059,7 +6059,7 @@
6059 "zh-chs": "通过定期在远程设备上以管理员身份运行MeshCmd,添加,激活和配置Intel&reg;AMT以将“{0}”分组。",
6060 "zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel&reg;AMT以將“{0}”分組。",
6061 "xloc": [
6062 - "default.handlebars->37->423"
6062 + "default.handlebars->37->429"
6063 ]
6064 },
6065 {
@@ -6083,7 +6083,7 @@
6083 "zh-chs": "添加了身份验证应用程序",
6084 "zh-cht": "添加了身份驗證應用程序",
6085 "xloc": [
6086 - "default.handlebars->37->2123"
6086 + "default.handlebars->37->2129"
6087 ]
6088 },
6089 {
@@ -6107,7 +6107,7 @@
6107 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
6108 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
6109 "xloc": [
6110 - "default.handlebars->37->2134"
6110 + "default.handlebars->37->2140"
6111 ]
6112 },
6113 {
@@ -6131,8 +6131,8 @@
6131 "zh-chs": "已将设备{0}添加到设备组{1}",
6132 "zh-cht": "已將設備{0}添加到設備組{1}",
6133 "xloc": [
6134 - "default.handlebars->37->2090",
6135 - "default.handlebars->37->2117"
6134 + "default.handlebars->37->2096",
6135 + "default.handlebars->37->2123"
6136 ]
6137 },
6138 {
@@ -6155,7 +6155,7 @@
6155 "tr": "Giriş belirteci eklendi",
6156 "zh-chs": "添加登录令牌",
6157 "xloc": [
6158 - "default.handlebars->37->2148"
6158 + "default.handlebars->37->2154"
6159 ]
6160 },
6161 {
@@ -6178,7 +6178,7 @@
6178 "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6179 "zh-chs": "新增推送通知认证装置",
6180 "xloc": [
6181 - "default.handlebars->37->2146"
6181 + "default.handlebars->37->2152"
6182 ]
6183 },
6184 {
@@ -6202,7 +6202,7 @@
6202 "zh-chs": "添加了安全密钥",
6203 "zh-cht": "添加了安全密鑰",
6204 "xloc": [
6205 - "default.handlebars->37->2128"
6205 + "default.handlebars->37->2134"
6206 ]
6207 },
6208 {
@@ -6226,7 +6226,7 @@
6226 "zh-chs": "已将用户组{0}添加到设备组{1}",
6227 "zh-cht": "已將用戶組{0}添加到設備組{1}",
6228 "xloc": [
6229 - "default.handlebars->37->2101"
6229 + "default.handlebars->37->2107"
6230 ]
6231 },
6232 {
@@ -6250,8 +6250,8 @@
6250 "zh-chs": "已将用户{0}添加到用户组{1}",
6251 "zh-cht": "已將用戶{0}添加到用戶組{1}",
6252 "xloc": [
6253 - "default.handlebars->37->2104",
6254 - "default.handlebars->37->2113"
6253 + "default.handlebars->37->2110",
6254 + "default.handlebars->37->2119"
6255 ]
6256 },
6257 {
@@ -6323,8 +6323,8 @@
6323 "zh-chs": "管理员控制模式(ACM)",
6324 "zh-cht": "管理員控制模式(ACM)",
6325 "xloc": [
6326 - "default-mobile.handlebars->11->533",
6327 - "default.handlebars->37->1340"
6326 + "default-mobile.handlebars->11->539",
6327 + "default.handlebars->37->1346"
6328 ]
6329 },
6330 {
@@ -6348,8 +6348,8 @@
6348 "zh-chs": "管理员凭证",
6349 "zh-cht": "管理員憑證",
6350 "xloc": [
6351 - "default-mobile.handlebars->11->539",
6352 - "default.handlebars->37->1346"
6351 + "default-mobile.handlebars->11->545",
6352 + "default.handlebars->37->1352"
6353 ]
6354 },
6355 {
@@ -6398,7 +6398,7 @@
6398 "zh-chs": "管理领域",
6399 "zh-cht": "管理領域",
6400 "xloc": [
6401 - "default.handlebars->37->2430"
6401 + "default.handlebars->37->2436"
6402 ]
6403 },
6404 {
@@ -6447,7 +6447,7 @@
6447 "zh-chs": "管理领域",
6448 "zh-cht": "管理領域",
6449 "xloc": [
6450 - "default.handlebars->37->2279"
6450 + "default.handlebars->37->2285"
6451 ]
6452 },
6453 {
@@ -6471,7 +6471,7 @@
6471 "zh-chs": "管理员",
6472 "zh-cht": "管理員",
6473 "xloc": [
6474 - "default.handlebars->37->2206"
6474 + "default.handlebars->37->2212"
6475 ]
6476 },
6477 {
@@ -6495,7 +6495,7 @@
6495 "zh-chs": "南非文",
6496 "zh-cht": "南非文",
6497 "xloc": [
6498 - "default.handlebars->37->1425"
6498 + "default.handlebars->37->1431"
6499 ]
6500 },
6501 {
@@ -6520,14 +6520,14 @@
6520 "zh-cht": "代理",
6521 "xloc": [
6522 "agent-translations.json",
6523 - "default-mobile.handlebars->11->235",
6524 - "default-mobile.handlebars->11->288",
6523 + "default-mobile.handlebars->11->241",
6524 + "default-mobile.handlebars->11->294",
6525 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
6526 - "default.handlebars->37->1966",
6527 - "default.handlebars->37->1979",
6528 - "default.handlebars->37->2704",
6526 + "default.handlebars->37->1972",
6527 + "default.handlebars->37->1985",
6528 + "default.handlebars->37->2710",
6529 "default.handlebars->37->347",
6530 - "default.handlebars->37->572",
6530 + "default.handlebars->37->578",
6531 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
6532 ]
6533 },
@@ -6552,8 +6552,8 @@
6552 "zh-chs": "代理+英特尔AMT",
6553 "zh-cht": "代理+Intel&reg; AMT",
6554 "xloc": [
6555 - "default.handlebars->37->1968",
6556 - "default.handlebars->37->1981"
6555 + "default.handlebars->37->1974",
6556 + "default.handlebars->37->1987"
6557 ]
6558 },
6559 {
@@ -6602,8 +6602,8 @@
6602 "zh-chs": "代理控制台",
6603 "zh-cht": "代理控制台",
6604 "xloc": [
6605 - "default-mobile.handlebars->11->633",
6606 - "default.handlebars->37->1915"
6605 + "default-mobile.handlebars->11->639",
6606 + "default.handlebars->37->1921"
6607 ]
6608 },
6609 {
@@ -6627,7 +6627,7 @@
6627 "zh-chs": "代理错误计数器",
6628 "zh-cht": "代理錯誤計數器",
6629 "xloc": [
6630 - "default.handlebars->37->2673"
6630 + "default.handlebars->37->2679"
6631 ]
6632 },
6633 {
@@ -6698,8 +6698,8 @@
6698 "zh-chs": "代理消息",
6699 "zh-cht": "代理訊息",
6700 "xloc": [
6701 - "default-mobile.handlebars->11->213",
6702 - "default.handlebars->37->383"
6701 + "default-mobile.handlebars->11->219",
6702 + "default.handlebars->37->389"
6703 ]
6704 },
6705 {
@@ -6723,7 +6723,7 @@
6723 "zh-chs": "代理中继",
6724 "zh-cht": "代理中繼",
6725 "xloc": [
6726 - "default-mobile.handlebars->11->291"
6726 + "default-mobile.handlebars->11->297"
6727 ]
6728 },
6729 {
@@ -6793,7 +6793,7 @@
6793 "zh-chs": "代理时段",
6794 "zh-cht": "代理時段",
6795 "xloc": [
6796 - "default.handlebars->37->2689"
6796 + "default.handlebars->37->2695"
6797 ]
6798 },
6799 {
@@ -6837,8 +6837,8 @@
6837 "zh-chs": "代理标签",
6838 "zh-cht": "代理標籤",
6839 "xloc": [
6840 - "default-mobile.handlebars->11->287",
6841 - "default.handlebars->37->768"
6840 + "default-mobile.handlebars->11->293",
6841 + "default.handlebars->37->774"
6842 ]
6843 },
6844 {
@@ -6886,7 +6886,7 @@
6886 "zh-chs": "代理类型",
6887 "zh-cht": "代理類型",
6888 "xloc": [
6889 - "default.handlebars->37->1977",
6889 + "default.handlebars->37->1983",
6890 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
6891 ]
6892 },
@@ -6935,7 +6935,7 @@
6935 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
6936 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
6937 "xloc": [
6938 - "default.handlebars->37->2087"
6938 + "default.handlebars->37->2093"
6939 ]
6940 },
6941 {
@@ -6960,8 +6960,8 @@
6960 "zh-cht": "代理已連接",
6961 "xloc": [
6962 "default.handlebars->37->228",
6963 - "default.handlebars->37->871",
6964 - "default.handlebars->37->872"
6963 + "default.handlebars->37->877",
6964 + "default.handlebars->37->878"
6965 ]
6966 },
6967 {
@@ -7084,8 +7084,8 @@
7084 "zh-chs": "代理离线",
7085 "zh-cht": "代理離線",
7086 "xloc": [
7087 - "default-mobile.handlebars->11->567",
7088 - "default.handlebars->37->1375"
7087 + "default-mobile.handlebars->11->573",
7088 + "default.handlebars->37->1381"
7089 ]
7090 },
7091 {
@@ -7109,8 +7109,8 @@
7109 "zh-chs": "代理在线",
7110 "zh-cht": "代理在線",
7111 "xloc": [
7112 - "default-mobile.handlebars->11->566",
7113 - "default.handlebars->37->1374"
7112 + "default-mobile.handlebars->11->572",
7113 + "default.handlebars->37->1380"
7114 ]
7115 },
7116 {
@@ -7194,7 +7194,7 @@
7194 "zh-chs": "代理在特权降低的远程设备上运行。",
7195 "zh-cht": "代理在特權降低的遠程設備上運行。",
7196 "xloc": [
7197 - "default.handlebars->37->869"
7197 + "default.handlebars->37->875"
7198 ]
7199 },
7200 {
@@ -7298,7 +7298,7 @@
7298 "zh-chs": "代理",
7299 "zh-cht": "代理",
7300 "xloc": [
7301 - "default.handlebars->37->2717"
7301 + "default.handlebars->37->2723"
7302 ]
7303 },
7304 {
@@ -7322,7 +7322,7 @@
7322 "zh-chs": "阿尔巴尼亚文",
7323 "zh-cht": "阿爾巴尼亞文",
7324 "xloc": [
7325 - "default.handlebars->37->1426"
7325 + "default.handlebars->37->1432"
7326 ]
7327 },
7328 {
@@ -7347,9 +7347,9 @@
7347 "zh-cht": "所有",
7348 "xloc": [
7349 "default-mobile.handlebars->11->141",
7350 - "default-mobile.handlebars->11->440",
7351 - "default-mobile.handlebars->11->442",
7352 - "default.handlebars->37->2585",
7350 + "default-mobile.handlebars->11->446",
7351 + "default-mobile.handlebars->11->448",
7352 + "default.handlebars->37->2591",
7353 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
7354 ]
7355 },
@@ -7374,7 +7374,7 @@
7374 "zh-chs": "全部可用",
7375 "zh-cht": "全部可用",
7376 "xloc": [
7377 - "default.handlebars->37->2169"
7377 + "default.handlebars->37->2175"
7378 ]
7379 },
7380 {
@@ -7398,7 +7398,7 @@
7398 "zh-chs": "所有显示",
7399 "zh-cht": "所有顯示",
7400 "xloc": [
7401 - "default.handlebars->37->1187"
7401 + "default.handlebars->37->1193"
7402 ]
7403 },
7404 {
@@ -7422,7 +7422,7 @@
7422 "zh-chs": "所有事件",
7423 "zh-cht": "所有事件",
7424 "xloc": [
7425 - "default.handlebars->37->2167"
7425 + "default.handlebars->37->2173"
7426 ]
7427 },
7428 {
@@ -7446,9 +7446,9 @@
7446 "zh-chs": "全部聚焦",
7447 "zh-cht": "全部聚焦",
7448 "xloc": [
7449 - "default.handlebars->37->1124",
7450 - "default.handlebars->37->1126",
7451 - "default.handlebars->37->1127"
7449 + "default.handlebars->37->1130",
7450 + "default.handlebars->37->1132",
7451 + "default.handlebars->37->1133"
7452 ]
7453 },
7454 {
@@ -7492,8 +7492,8 @@
7492 "zh-chs": "允许用户管理此设备组和该组中的设备。",
7493 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
7494 "xloc": [
7495 - "default.handlebars->37->1860",
7496 - "default.handlebars->37->2378"
7495 + "default.handlebars->37->1866",
7496 + "default.handlebars->37->2384"
7497 ]
7498 },
7499 {
@@ -7517,7 +7517,7 @@
7517 "zh-chs": "允许用户管理此设备。",
7518 "zh-cht": "允許用戶管理此裝置。",
7519 "xloc": [
7520 - "default.handlebars->37->1861"
7520 + "default.handlebars->37->1867"
7521 ]
7522 },
7523 {
@@ -7608,10 +7608,10 @@
7608 "tr": "alt",
7609 "zh-chs": "替代",
7610 "xloc": [
7611 - "default-mobile.handlebars->11->391",
7612 - "default-mobile.handlebars->11->395",
7613 - "default.handlebars->37->1147",
7614 - "default.handlebars->37->1151"
7611 + "default-mobile.handlebars->11->397",
7612 + "default-mobile.handlebars->11->401",
7613 + "default.handlebars->37->1153",
7614 + "default.handlebars->37->1157"
7615 ]
7616 },
7617 {
@@ -7685,7 +7685,7 @@
7685 "zh-chs": "备用(F10 = ESC + 0)",
7686 "zh-cht": "備用(F10 = ESC + 0)",
7687 "xloc": [
7688 - "default.handlebars->37->1213",
7688 + "default.handlebars->37->1219",
7689 "sharing.handlebars->11->37"
7690 ]
7691 },
@@ -7756,10 +7756,10 @@
7756 "zh-chs": "一直通知",
7757 "zh-cht": "一直通知",
7758 "xloc": [
7759 - "default.handlebars->37->1753",
7760 - "default.handlebars->37->2337",
7761 - "default.handlebars->37->2439",
7762 - "default.handlebars->37->798"
7759 + "default.handlebars->37->1759",
7760 + "default.handlebars->37->2343",
7761 + "default.handlebars->37->2445",
7762 + "default.handlebars->37->804"
7763 ]
7764 },
7765 {
@@ -7783,10 +7783,10 @@
7783 "zh-chs": "一直提示",
7784 "zh-cht": "一直提示",
7785 "xloc": [
7786 - "default.handlebars->37->1754",
7787 - "default.handlebars->37->2338",
7788 - "default.handlebars->37->2440",
7789 - "default.handlebars->37->799"
7786 + "default.handlebars->37->1760",
7787 + "default.handlebars->37->2344",
7788 + "default.handlebars->37->2446",
7789 + "default.handlebars->37->805"
7790 ]
7791 },
7792 {
@@ -7973,7 +7973,7 @@
7973 "tr": "Android Kurulumu",
7974 "zh-chs": "安卓安装",
7975 "xloc": [
7976 - "default-mobile.handlebars->11->607"
7976 + "default-mobile.handlebars->11->613"
7977 ]
7978 },
7979 {
@@ -8021,8 +8021,8 @@
8021 "tr": "Anti-virüs etkin değil",
8022 "zh-chs": "杀毒软件未激活",
8023 "xloc": [
8024 - "default.handlebars->37->1970",
8025 - "default.handlebars->37->1984"
8024 + "default.handlebars->37->1976",
8025 + "default.handlebars->37->1990"
8026 ]
8027 },
8028 {
@@ -8046,8 +8046,8 @@
8046 "zh-chs": "杀毒软件",
8047 "zh-cht": "防毒軟體",
8048 "xloc": [
8049 - "default-mobile.handlebars->11->496",
8050 - "default.handlebars->37->787"
8049 + "default-mobile.handlebars->11->502",
8050 + "default.handlebars->37->793"
8051 ]
8052 },
8053 {
@@ -8071,7 +8071,7 @@
8071 "zh-chs": "任何可支持的",
8072 "zh-cht": "任何可支持的",
8073 "xloc": [
8074 - "default.handlebars->37->453"
8074 + "default.handlebars->37->459"
8075 ]
8076 },
8077 {
@@ -8120,7 +8120,7 @@
8120 "zh-chs": "苹果macOS",
8121 "zh-cht": "蘋果macOS",
8122 "xloc": [
8123 - "default.handlebars->37->487"
8123 + "default.handlebars->37->493"
8124 ]
8125 },
8126 {
@@ -8144,7 +8144,7 @@
8144 "zh-chs": "仅限Apple macOS",
8145 "zh-cht": "僅限Apple macOS",
8146 "xloc": [
8147 - "default.handlebars->37->455"
8147 + "default.handlebars->37->461"
8148 ]
8149 },
8150 {
@@ -8271,7 +8271,7 @@
8271 "tr": "Uygulama, Her zaman bağlı",
8272 "zh-chs": "应用程序,始终连接",
8273 "xloc": [
8274 - "default.handlebars->37->500"
8274 + "default.handlebars->37->506"
8275 ]
8276 },
8277 {
@@ -8294,7 +8294,7 @@
8294 "tr": "Uygulama, Kullanıcı isteği üzerine bağlanın",
8295 "zh-chs": "应用程序,根据用户请求连接",
8296 "xloc": [
8297 - "default.handlebars->37->499"
8297 + "default.handlebars->37->505"
8298 ]
8299 },
8300 {
@@ -8318,7 +8318,7 @@
8318 "zh-chs": "阿拉伯文(阿尔及利亚)",
8319 "zh-cht": "阿拉伯文(阿爾及利亞)",
8320 "xloc": [
8321 - "default.handlebars->37->1428"
8321 + "default.handlebars->37->1434"
8322 ]
8323 },
8324 {
@@ -8342,7 +8342,7 @@
8342 "zh-chs": "阿拉伯文(巴林)",
8343 "zh-cht": "阿拉伯文(巴林)",
8344 "xloc": [
8345 - "default.handlebars->37->1429"
8345 + "default.handlebars->37->1435"
8346 ]
8347 },
8348 {
@@ -8366,7 +8366,7 @@
8366 "zh-chs": "阿拉伯文(埃及)",
8367 "zh-cht": "阿拉伯文(埃及)",
8368 "xloc": [
8369 - "default.handlebars->37->1430"
8369 + "default.handlebars->37->1436"
8370 ]
8371 },
8372 {
@@ -8390,7 +8390,7 @@
8390 "zh-chs": "阿拉伯文(伊拉克)",
8391 "zh-cht": "阿拉伯文(伊拉克)",
8392 "xloc": [
8393 - "default.handlebars->37->1431"
8393 + "default.handlebars->37->1437"
8394 ]
8395 },
8396 {
@@ -8414,7 +8414,7 @@
8414 "zh-chs": "阿拉伯文(约旦)",
8415 "zh-cht": "阿拉伯文(約旦)",
8416 "xloc": [
8417 - "default.handlebars->37->1432"
8417 + "default.handlebars->37->1438"
8418 ]
8419 },
8420 {
@@ -8438,7 +8438,7 @@
8438 "zh-chs": "阿拉伯文(科威特)",
8439 "zh-cht": "阿拉伯文(科威特)",
8440 "xloc": [
8441 - "default.handlebars->37->1433"
8441 + "default.handlebars->37->1439"
8442 ]
8443 },
8444 {
@@ -8462,7 +8462,7 @@
8462 "zh-chs": "阿拉伯文(黎巴嫩)",
8463 "zh-cht": "阿拉伯文(黎巴嫩)",
8464 "xloc": [
8465 - "default.handlebars->37->1434"
8465 + "default.handlebars->37->1440"
8466 ]
8467 },
8468 {
@@ -8486,7 +8486,7 @@
8486 "zh-chs": "阿拉伯文(利比亚)",
8487 "zh-cht": "阿拉伯文(利比亞)",
8488 "xloc": [
8489 - "default.handlebars->37->1435"
8489 + "default.handlebars->37->1441"
8490 ]
8491 },
8492 {
@@ -8510,7 +8510,7 @@
8510 "zh-chs": "阿拉伯文(摩洛哥)",
8511 "zh-cht": "阿拉伯文(摩洛哥)",
8512 "xloc": [
8513 - "default.handlebars->37->1436"
8513 + "default.handlebars->37->1442"
8514 ]
8515 },
8516 {
@@ -8534,7 +8534,7 @@
8534 "zh-chs": "阿拉伯文(阿曼)",
8535 "zh-cht": "阿拉伯文(阿曼)",
8536 "xloc": [
8537 - "default.handlebars->37->1437"
8537 + "default.handlebars->37->1443"
8538 ]
8539 },
8540 {
@@ -8558,7 +8558,7 @@
8558 "zh-chs": "阿拉伯文(卡塔尔)",
8559 "zh-cht": "阿拉伯文(卡塔爾)",
8560 "xloc": [
8561 - "default.handlebars->37->1438"
8561 + "default.handlebars->37->1444"
8562 ]
8563 },
8564 {
@@ -8582,7 +8582,7 @@
8582 "zh-chs": "阿拉伯文(沙特阿拉伯)",
8583 "zh-cht": "阿拉伯文(沙特阿拉伯)",
8584 "xloc": [
8585 - "default.handlebars->37->1439"
8585 + "default.handlebars->37->1445"
8586 ]
8587 },
8588 {
@@ -8606,7 +8606,7 @@
8606 "zh-chs": "阿拉伯文(标准)",
8607 "zh-cht": "阿拉伯文(標準)",
8608 "xloc": [
8609 - "default.handlebars->37->1427"
8609 + "default.handlebars->37->1433"
8610 ]
8611 },
8612 {
@@ -8630,7 +8630,7 @@
8630 "zh-chs": "阿拉伯文(叙利亚)",
8631 "zh-cht": "阿拉伯文(敘利亞)",
8632 "xloc": [
8633 - "default.handlebars->37->1440"
8633 + "default.handlebars->37->1446"
8634 ]
8635 },
8636 {
@@ -8654,7 +8654,7 @@
8654 "zh-chs": "阿拉伯文(突尼斯)",
8655 "zh-cht": "阿拉伯文(突尼斯)",
8656 "xloc": [
8657 - "default.handlebars->37->1441"
8657 + "default.handlebars->37->1447"
8658 ]
8659 },
8660 {
@@ -8678,7 +8678,7 @@
8678 "zh-chs": "阿拉伯文(阿联酋)",
8679 "zh-cht": "阿拉伯文(阿聯酋)",
8680 "xloc": [
8681 - "default.handlebars->37->1442"
8681 + "default.handlebars->37->1448"
8682 ]
8683 },
8684 {
@@ -8702,7 +8702,7 @@
8702 "zh-chs": "阿拉伯文(也门)",
8703 "zh-cht": "阿拉伯文(也門)",
8704 "xloc": [
8705 - "default.handlebars->37->1443"
8705 + "default.handlebars->37->1449"
8706 ]
8707 },
8708 {
@@ -8726,7 +8726,7 @@
8726 "zh-chs": "阿拉贡文",
8727 "zh-cht": "阿拉貢文",
8728 "xloc": [
8729 - "default.handlebars->37->1444"
8729 + "default.handlebars->37->1450"
8730 ]
8731 },
8732 {
@@ -8750,12 +8750,12 @@
8750 "zh-chs": "架构",
8751 "zh-cht": "結構",
8752 "xloc": [
8753 - "default-mobile.handlebars->11->475",
8754 - "default-mobile.handlebars->11->477",
8755 - "default-mobile.handlebars->11->479",
8756 - "default.handlebars->37->1289",
8757 - "default.handlebars->37->1291",
8758 - "default.handlebars->37->1293"
8753 + "default-mobile.handlebars->11->481",
8754 + "default-mobile.handlebars->11->483",
8755 + "default-mobile.handlebars->11->485",
8756 + "default.handlebars->37->1295",
8757 + "default.handlebars->37->1297",
8758 + "default.handlebars->37->1299"
8759 ]
8760 },
8761 {
@@ -8779,7 +8779,7 @@
8779 "zh-chs": "您确定要连接到{0}设备吗?",
8780 "zh-cht": "你確定要連接到{0}裝置嗎?",
8781 "xloc": [
8782 - "default.handlebars->37->386"
8782 + "default.handlebars->37->392"
8783 ]
8784 },
8785 {
@@ -8803,8 +8803,8 @@
8803 "zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
8804 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
8805 "xloc": [
8806 - "default-mobile.handlebars->11->598",
8807 - "default.handlebars->37->1832"
8806 + "default-mobile.handlebars->11->604",
8807 + "default.handlebars->37->1838"
8808 ]
8809 },
8810 {
@@ -8828,7 +8828,7 @@
8828 "zh-chs": "您确定要删除节点{0}吗?",
8829 "zh-cht": "你確定要刪除節點{0}嗎?",
8830 "xloc": [
8831 - "default.handlebars->37->1062"
8831 + "default.handlebars->37->1068"
8832 ]
8833 },
8834 {
@@ -8852,7 +8852,7 @@
8852 "zh-chs": "您确定要卸载所选代理吗?",
8853 "zh-cht": "你確定要卸載所選代理嗎?",
8854 "xloc": [
8855 - "default.handlebars->37->1051"
8855 + "default.handlebars->37->1057"
8856 ]
8857 },
8858 {
@@ -8876,7 +8876,7 @@
8876 "zh-chs": "您确定要卸载所选的{0}代理吗?",
8877 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
8878 "xloc": [
8879 - "default.handlebars->37->1050"
8879 + "default.handlebars->37->1056"
8880 ]
8881 },
8882 {
@@ -8900,7 +8900,7 @@
8900 "zh-chs": "您确定要{0}插件吗:{1}",
8901 "zh-cht": "你確定要{0}外掛嗎:{1}",
8902 "xloc": [
8903 - "default.handlebars->37->2768"
8903 + "default.handlebars->37->2774"
8904 ]
8905 },
8906 {
@@ -8948,7 +8948,7 @@
8948 "zh-chs": "亚美尼亚文",
8949 "zh-cht": "亞美尼亞文",
8950 "xloc": [
8951 - "default.handlebars->37->1445"
8951 + "default.handlebars->37->1451"
8952 ]
8953 },
8954 {
@@ -9020,7 +9020,7 @@
9020 "zh-chs": "阿萨姆文",
9021 "zh-cht": "阿薩姆文",
9022 "xloc": [
9023 - "default.handlebars->37->1446"
9023 + "default.handlebars->37->1452"
9024 ]
9025 },
9026 {
@@ -9111,8 +9111,8 @@
9111 "tr": "Windows Yardımcısı (.exe)",
9112 "zh-chs": "Windows 助手 (.exe)",
9113 "xloc": [
9114 - "default.handlebars->37->526",
9115 - "default.handlebars->37->530"
9114 + "default.handlebars->37->532",
9115 + "default.handlebars->37->536"
9116 ]
9117 },
9118 {
@@ -9159,7 +9159,7 @@
9159 "zh-chs": "阿斯图里亚斯文",
9160 "zh-cht": "阿斯圖里亞斯文",
9161 "xloc": [
9162 - "default.handlebars->37->1447"
9162 + "default.handlebars->37->1453"
9163 ]
9164 },
9165 {
@@ -9183,7 +9183,7 @@
9183 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
9184 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9185 "xloc": [
9186 - "default.handlebars->37->2056"
9186 + "default.handlebars->37->2062"
9187 ]
9188 },
9189 {
@@ -9226,14 +9226,14 @@
9226 "tr": "kimlik doğrulama",
9227 "zh-chs": "验证",
9228 "xloc": [
9229 - "default-mobile.handlebars->11->407",
9230 - "default-mobile.handlebars->11->416",
9231 - "default-mobile.handlebars->11->424",
9232 - "default-mobile.handlebars->11->433",
9233 - "default.handlebars->37->1195",
9234 - "default.handlebars->37->1204",
9235 - "default.handlebars->37->1222",
9236 - "default.handlebars->37->1230",
9229 + "default-mobile.handlebars->11->413",
9230 + "default-mobile.handlebars->11->422",
9231 + "default-mobile.handlebars->11->430",
9232 + "default-mobile.handlebars->11->439",
9233 + "default.handlebars->37->1201",
9234 + "default.handlebars->37->1210",
9235 + "default.handlebars->37->1228",
9236 + "default.handlebars->37->1236",
9237 "ssh.handlebars->3->14",
9238 "ssh.handlebars->3->15",
9239 "ssh.handlebars->3->5"
@@ -9260,7 +9260,7 @@
9260 "zh-chs": "认证软件",
9261 "zh-cht": "認證軟體",
9262 "xloc": [
9263 - "default.handlebars->37->2443"
9263 + "default.handlebars->37->2449"
9264 ]
9265 },
9266 {
@@ -9283,9 +9283,9 @@
9283 "tr": "Kimlik Doğrulama Cihazı",
9284 "zh-chs": "认证设备",
9285 "xloc": [
9286 - "default.handlebars->37->1408",
9287 - "default.handlebars->37->1410",
9288 - "default.handlebars->37->1414"
9286 + "default.handlebars->37->1414",
9287 + "default.handlebars->37->1416",
9288 + "default.handlebars->37->1420"
9289 ]
9290 },
9291 {
@@ -9308,10 +9308,10 @@
9308 "tr": "Doğrulama hatası",
9309 "zh-chs": "授权错误",
9310 "xloc": [
9311 - "default-mobile.handlebars->11->417",
9312 - "default-mobile.handlebars->11->434",
9313 - "default.handlebars->37->1206",
9314 - "default.handlebars->37->1231"
9311 + "default-mobile.handlebars->11->423",
9312 + "default-mobile.handlebars->11->440",
9313 + "default.handlebars->37->1212",
9314 + "default.handlebars->37->1237"
9315 ]
9316 },
9317 {
@@ -9339,8 +9339,8 @@
9339 "default-mobile.handlebars->11->64",
9340 "default-mobile.handlebars->11->95",
9341 "default-mobile.handlebars->11->97",
9342 - "default.handlebars->37->1404",
9343 - "default.handlebars->37->1406",
9342 + "default.handlebars->37->1410",
9343 + "default.handlebars->37->1412",
9344 "default.handlebars->37->192",
9345 "default.handlebars->37->197"
9346 ]
@@ -9438,7 +9438,7 @@
9438 "zh-chs": "自动删除",
9439 "zh-cht": "自動刪除",
9440 "xloc": [
9441 - "default.handlebars->37->1739"
9441 + "default.handlebars->37->1745"
9442 ]
9443 },
9444 {
@@ -9490,7 +9490,7 @@
9490 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
9491 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
9492 "xloc": [
9493 - "default.handlebars->37->2137"
9493 + "default.handlebars->37->2143"
9494 ]
9495 },
9496 {
@@ -9580,7 +9580,7 @@
9580 "tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
9581 "zh-chs": "自动移除非活动设备",
9582 "xloc": [
9583 - "default.handlebars->37->1855"
9583 + "default.handlebars->37->1861"
9584 ]
9585 },
9586 {
@@ -9604,7 +9604,7 @@
9604 "zh-chs": "可用內存",
9605 "zh-cht": "可用內存",
9606 "xloc": [
9607 - "default.handlebars->37->2698"
9607 + "default.handlebars->37->2704"
9608 ]
9609 },
9610 {
@@ -9628,7 +9628,7 @@
9628 "zh-chs": "阿塞拜疆文",
9629 "zh-cht": "阿塞拜疆文",
9630 "xloc": [
9631 - "default.handlebars->37->1448"
9631 + "default.handlebars->37->1454"
9632 ]
9633 },
9634 {
@@ -9651,12 +9651,12 @@
9651 "tr": "KÖTÜ",
9652 "zh-chs": "坏的",
9653 "xloc": [
9654 - "default-mobile.handlebars->11->483",
9655 - "default-mobile.handlebars->11->487",
9656 - "default-mobile.handlebars->11->491",
9657 - "default.handlebars->37->774",
9658 - "default.handlebars->37->778",
9659 - "default.handlebars->37->782"
9654 + "default-mobile.handlebars->11->489",
9655 + "default-mobile.handlebars->11->493",
9656 + "default-mobile.handlebars->11->497",
9657 + "default.handlebars->37->780",
9658 + "default.handlebars->37->784",
9659 + "default.handlebars->37->788"
9660 ]
9661 },
9662 {
@@ -9680,8 +9680,8 @@
9680 "zh-chs": "的BIOS",
9681 "zh-cht": "的BIOS",
9682 "xloc": [
9683 - "default-mobile.handlebars->11->545",
9684 - "default.handlebars->37->1352"
9683 + "default-mobile.handlebars->11->551",
9684 + "default.handlebars->37->1358"
9685 ]
9686 },
9687 {
@@ -9788,8 +9788,8 @@
9788 "tr": "Geri Alan",
9789 "zh-chs": "退格",
9790 "xloc": [
9791 - "default-mobile.handlebars->11->374",
9792 - "default.handlebars->37->1130"
9791 + "default-mobile.handlebars->11->380",
9792 + "default.handlebars->37->1136"
9793 ]
9794 },
9795 {
@@ -9813,7 +9813,7 @@
9813 "zh-chs": "背景与互动",
9814 "zh-cht": "背景與互動",
9815 "xloc": [
9816 - "default.handlebars->37->495"
9816 + "default.handlebars->37->501"
9817 ]
9818 },
9819 {
@@ -9837,10 +9837,10 @@
9837 "zh-chs": "背景与互动",
9838 "zh-cht": "背景與互動",
9839 "xloc": [
9840 - "default.handlebars->37->1946",
9841 - "default.handlebars->37->1953",
9842 - "default.handlebars->37->465",
9843 - "default.handlebars->37->479"
9840 + "default.handlebars->37->1952",
9841 + "default.handlebars->37->1959",
9842 + "default.handlebars->37->471",
9843 + "default.handlebars->37->485"
9844 ]
9845 },
9846 {
@@ -9864,11 +9864,11 @@
9864 "zh-chs": "仅背景",
9865 "zh-cht": "僅背景",
9866 "xloc": [
9867 - "default.handlebars->37->1947",
9868 - "default.handlebars->37->1954",
9869 - "default.handlebars->37->466",
9870 - "default.handlebars->37->480",
9871 - "default.handlebars->37->496"
9867 + "default.handlebars->37->1953",
9868 + "default.handlebars->37->1960",
9869 + "default.handlebars->37->472",
9870 + "default.handlebars->37->486",
9871 + "default.handlebars->37->502"
9872 ]
9873 },
9874 {
@@ -9917,7 +9917,7 @@
9917 "zh-chs": "备用码",
9918 "zh-cht": "備用碼",
9919 "xloc": [
9920 - "default.handlebars->37->2446"
9920 + "default.handlebars->37->2452"
9921 ]
9922 },
9923 {
@@ -9941,7 +9941,7 @@
9941 "zh-chs": "错误的签名",
9942 "zh-cht": "錯誤的簽名",
9943 "xloc": [
9944 - "default.handlebars->37->2680"
9944 + "default.handlebars->37->2686"
9945 ]
9946 },
9947 {
@@ -9965,7 +9965,7 @@
9965 "zh-chs": "错误的网络证书",
9966 "zh-cht": "錯誤的網絡憑證",
9967 "xloc": [
9968 - "default.handlebars->37->2679"
9968 + "default.handlebars->37->2685"
9969 ]
9970 },
9971 {
@@ -9989,7 +9989,7 @@
9989 "zh-chs": "巴斯克",
9990 "zh-cht": "巴斯克",
9991 "xloc": [
9992 - "default.handlebars->37->1449"
9992 + "default.handlebars->37->1455"
9993 ]
9994 },
9995 {
@@ -10013,7 +10013,7 @@
10013 "zh-chs": "批处理文件上传",
10014 "zh-cht": "批處理文件上傳",
10015 "xloc": [
10016 - "default.handlebars->37->637"
10016 + "default.handlebars->37->643"
10017 ]
10018 },
10019 {
@@ -10061,7 +10061,7 @@
10061 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
10062 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10063 "xloc": [
10064 - "default.handlebars->37->2136"
10064 + "default.handlebars->37->2142"
10065 ]
10066 },
10067 {
@@ -10085,7 +10085,7 @@
10085 "zh-chs": "白俄罗斯文",
10086 "zh-cht": "白俄羅斯文",
10087 "xloc": [
10088 - "default.handlebars->37->1451"
10088 + "default.handlebars->37->1457"
10089 ]
10090 },
10091 {
@@ -10109,7 +10109,7 @@
10109 "zh-chs": "孟加拉",
10110 "zh-cht": "孟加拉",
10111 "xloc": [
10112 - "default.handlebars->37->1452"
10112 + "default.handlebars->37->1458"
10113 ]
10114 },
10115 {
@@ -10179,8 +10179,8 @@
10179 "tr": "önyükleyici",
10180 "zh-chs": "引导加载程序",
10181 "xloc": [
10182 - "default-mobile.handlebars->11->509",
10183 - "default.handlebars->37->1306"
10182 + "default-mobile.handlebars->11->515",
10183 + "default.handlebars->37->1312"
10184 ]
10185 },
10186 {
@@ -10204,7 +10204,7 @@
10204 "zh-chs": "波斯尼亚文",
10205 "zh-cht": "波斯尼亞文",
10206 "xloc": [
10207 - "default.handlebars->37->1453"
10207 + "default.handlebars->37->1459"
10208 ]
10209 },
10210 {
@@ -10228,7 +10228,7 @@
10228 "zh-chs": "布列塔尼",
10229 "zh-cht": "布列塔尼",
10230 "xloc": [
10231 - "default.handlebars->37->1454"
10231 + "default.handlebars->37->1460"
10232 ]
10233 },
10234 {
@@ -10252,7 +10252,7 @@
10252 "zh-chs": "广播",
10253 "zh-cht": "廣播",
10254 "xloc": [
10255 - "default.handlebars->37->2344",
10255 + "default.handlebars->37->2350",
10256 "default.handlebars->container->column_l->p4->3->1->0->3->1"
10257 ]
10258 },
@@ -10277,7 +10277,7 @@
10277 "zh-chs": "广播消息",
10278 "zh-cht": "廣播消息",
10279 "xloc": [
10280 - "default.handlebars->37->2261"
10280 + "default.handlebars->37->2267"
10281 ]
10282 },
10283 {
@@ -10301,7 +10301,7 @@
10301 "zh-chs": "向所有连接的用户广播消息。",
10302 "zh-cht": "向所有連接的用戶廣播消息。",
10303 "xloc": [
10304 - "default.handlebars->37->2256"
10304 + "default.handlebars->37->2262"
10305 ]
10306 },
10307 {
@@ -10349,7 +10349,7 @@
10349 "zh-chs": "保加利亚文",
10350 "zh-cht": "保加利亞文",
10351 "xloc": [
10352 - "default.handlebars->37->1450"
10352 + "default.handlebars->37->1456"
10353 ]
10354 },
10355 {
@@ -10373,7 +10373,7 @@
10373 "zh-chs": "缅甸文",
10374 "zh-cht": "緬甸文",
10375 "xloc": [
10376 - "default.handlebars->37->1455"
10376 + "default.handlebars->37->1461"
10377 ]
10378 },
10379 {
@@ -10396,7 +10396,7 @@
10396 "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
10397 "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
10398 "xloc": [
10399 - "default.handlebars->37->1857"
10399 + "default.handlebars->37->1863"
10400 ]
10401 },
10402 {
@@ -10419,21 +10419,21 @@
10419 "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
10420 "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
10421 "xloc": [
10422 - "default.handlebars->37->1858"
10422 + "default.handlebars->37->1864"
10423 ]
10424 },
10425 {
10426 "en": "Bytes In",
10427 "nl": "Bytes in",
10428 "xloc": [
10429 - "default.handlebars->37->2603"
10429 + "default.handlebars->37->2609"
10430 ]
10431 },
10432 {
10433 "en": "Bytes Out",
10434 "nl": "Bytes uit",
10435 "xloc": [
10436 - "default.handlebars->37->2604"
10436 + "default.handlebars->37->2610"
10437 ]
10438 },
10439 {
@@ -10457,8 +10457,8 @@
10457 "zh-chs": "CCM",
10458 "zh-cht": "CCM",
10459 "xloc": [
10460 - "default-mobile.handlebars->11->273",
10461 - "default.handlebars->37->750"
10460 + "default-mobile.handlebars->11->279",
10461 + "default.handlebars->37->756"
10462 ]
10463 },
10464 {
@@ -10482,7 +10482,7 @@
10482 "zh-chs": "CCM模式",
10483 "zh-cht": "CCM模式",
10484 "xloc": [
10485 - "default.handlebars->37->1815"
10485 + "default.handlebars->37->1821"
10486 ]
10487 },
10488 {
@@ -10506,10 +10506,10 @@
10506 "zh-chs": "CIRA",
10507 "zh-cht": "CIRA",
10508 "xloc": [
10509 - "default-mobile.handlebars->11->236",
10510 - "default.handlebars->37->2705",
10509 + "default-mobile.handlebars->11->242",
10510 + "default.handlebars->37->2711",
10511 "default.handlebars->37->349",
10512 - "default.handlebars->37->574"
10512 + "default.handlebars->37->580"
10513 ]
10514 },
10515 {
@@ -10533,7 +10533,7 @@
10533 "zh-chs": "CIRA服务器",
10534 "zh-cht": "CIRA伺服器",
10535 "xloc": [
10536 - "default.handlebars->37->2752"
10536 + "default.handlebars->37->2758"
10537 ]
10538 },
10539 {
@@ -10557,7 +10557,7 @@
10557 "zh-chs": "CIRA服务器命令",
10558 "zh-cht": "CIRA伺服器指令",
10559 "xloc": [
10560 - "default.handlebars->37->2753"
10560 + "default.handlebars->37->2759"
10561 ]
10562 },
10563 {
@@ -10589,7 +10589,7 @@
10589 "zh-chs": "CIRA设置",
10590 "zh-cht": "CIRA設置",
10591 "xloc": [
10592 - "default.handlebars->37->1823"
10592 + "default.handlebars->37->1829"
10593 ]
10594 },
10595 {
@@ -10613,9 +10613,9 @@
10613 "zh-chs": "CPU",
10614 "zh-cht": "CPU",
10615 "xloc": [
10616 - "default-mobile.handlebars->11->551",
10617 - "default.handlebars->37->1358",
10618 - "default.handlebars->37->2729",
10616 + "default-mobile.handlebars->11->557",
10617 + "default.handlebars->37->1364",
10618 + "default.handlebars->37->2735",
10619 "default.handlebars->container->column_l->p40->3->1->p40type->5"
10620 ]
10621 },
@@ -10640,7 +10640,7 @@
10640 "zh-chs": "CPU负载",
10641 "zh-cht": "CPU負載",
10642 "xloc": [
10643 - "default.handlebars->37->2694"
10643 + "default.handlebars->37->2700"
10644 ]
10645 },
10646 {
@@ -10664,7 +10664,7 @@
10664 "zh-chs": "最近15分钟的CPU负载",
10665 "zh-cht": "最近15分鐘的CPU負載",
10666 "xloc": [
10667 - "default.handlebars->37->2697"
10667 + "default.handlebars->37->2703"
10668 ]
10669 },
10670 {
@@ -10688,7 +10688,7 @@
10688 "zh-chs": "最近5分钟的CPU负载",
10689 "zh-cht": "最近5分鐘的CPU負載",
10690 "xloc": [
10691 - "default.handlebars->37->2696"
10691 + "default.handlebars->37->2702"
10692 ]
10693 },
10694 {
@@ -10712,7 +10712,7 @@
10712 "zh-chs": "最近一分钟的CPU负载",
10713 "zh-cht": "最近一分鐘的CPU負載",
10714 "xloc": [
10715 - "default.handlebars->37->2695"
10715 + "default.handlebars->37->2701"
10716 ]
10717 },
10718 {
@@ -10736,8 +10736,8 @@
10736 "zh-chs": "CR+LF",
10737 "zh-cht": "CR+LF",
10738 "xloc": [
10739 - "default.handlebars->37->1192",
10740 - "default.handlebars->37->1215",
10739 + "default.handlebars->37->1198",
10740 + "default.handlebars->37->1221",
10741 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
10742 "sharing.handlebars->11->25",
10743 "sharing.handlebars->11->39",
@@ -10765,7 +10765,7 @@
10765 "zh-chs": "CSV",
10766 "zh-cht": "CSV",
10767 "xloc": [
10768 - "default.handlebars->37->2177"
10768 + "default.handlebars->37->2183"
10769 ]
10770 },
10771 {
@@ -10789,9 +10789,9 @@
10789 "zh-chs": "CSV格式",
10790 "zh-cht": "CSV格式",
10791 "xloc": [
10792 - "default.handlebars->37->2181",
10793 - "default.handlebars->37->2248",
10794 - "default.handlebars->37->645"
10792 + "default.handlebars->37->2187",
10793 + "default.handlebars->37->2254",
10794 + "default.handlebars->37->651"
10795 ]
10796 },
10797 {
@@ -10836,7 +10836,7 @@
10836 "zh-chs": "呼叫错误",
10837 "zh-cht": "呼叫錯誤",
10838 "xloc": [
10839 - "default.handlebars->37->2769"
10839 + "default.handlebars->37->2775"
10840 ]
10841 },
10842 {
@@ -10871,9 +10871,9 @@
10871 "agent-translations.json",
10872 "default-mobile.handlebars->11->106",
10873 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
10874 - "default.handlebars->37->1716",
10875 - "default.handlebars->37->2758",
10876 - "default.handlebars->37->439",
10874 + "default.handlebars->37->1722",
10875 + "default.handlebars->37->2764",
10876 + "default.handlebars->37->445",
10877 "default.handlebars->container->dialog->idx_dlgButtonBar",
10878 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
10879 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -10945,12 +10945,12 @@
10945 "zh-chs": "容量",
10946 "zh-cht": "容量",
10947 "xloc": [
10948 - "default-mobile.handlebars->11->556",
10949 - "default-mobile.handlebars->11->561",
10950 - "default-mobile.handlebars->11->563",
10951 - "default.handlebars->37->1363",
10952 - "default.handlebars->37->1368",
10953 - "default.handlebars->37->1370"
10948 + "default-mobile.handlebars->11->562",
10949 + "default-mobile.handlebars->11->567",
10950 + "default-mobile.handlebars->11->569",
10951 + "default.handlebars->37->1369",
10952 + "default.handlebars->37->1374",
10953 + "default.handlebars->37->1376"
10954 ]
10955 },
10956 {
@@ -10974,8 +10974,8 @@
10974 "zh-chs": "容量/速度",
10975 "zh-cht": "容量/速度",
10976 "xloc": [
10977 - "default-mobile.handlebars->11->554",
10978 - "default.handlebars->37->1361"
10977 + "default-mobile.handlebars->11->560",
10978 + "default.handlebars->37->1367"
10979 ]
10980 },
10981 {
@@ -10999,7 +10999,7 @@
10999 "zh-chs": "加泰罗尼亚文",
11000 "zh-cht": "加泰羅尼亞文",
11001 "xloc": [
11002 - "default.handlebars->37->1456"
11002 + "default.handlebars->37->1462"
11003 ]
11004 },
11005 {
@@ -11023,7 +11023,7 @@
11023 "zh-chs": "在这里为中心显示地图",
11024 "zh-cht": "在這裡為中心顯示地圖",
11025 "xloc": [
11026 - "default.handlebars->37->705"
11026 + "default.handlebars->37->711"
11027 ]
11028 },
11029 {
@@ -11092,7 +11092,7 @@
11092 "zh-chs": "查莫罗",
11093 "zh-cht": "查莫羅",
11094 "xloc": [
11095 - "default.handlebars->37->1457"
11095 + "default.handlebars->37->1463"
11096 ]
11097 },
11098 {
@@ -11142,7 +11142,7 @@
11142 "zh-chs": "更改{0}的电邮",
11143 "zh-cht": "更改{0}的電郵",
11144 "xloc": [
11145 - "default.handlebars->37->2491"
11145 + "default.handlebars->37->2497"
11146 ]
11147 },
11148 {
@@ -11166,9 +11166,9 @@
11166 "zh-chs": "更改组",
11167 "zh-cht": "更改群",
11168 "xloc": [
11169 - "default.handlebars->37->1059",
11170 - "default.handlebars->37->1060",
11171 - "default.handlebars->37->843"
11169 + "default.handlebars->37->1065",
11170 + "default.handlebars->37->1066",
11171 + "default.handlebars->37->849"
11172 ]
11173 },
11174 {
@@ -11193,8 +11193,8 @@
11193 "zh-cht": "更改密碼",
11194 "xloc": [
11195 "default-mobile.handlebars->11->114",
11196 - "default.handlebars->37->1672",
11197 - "default.handlebars->37->2464"
11196 + "default.handlebars->37->1678",
11197 + "default.handlebars->37->2470"
11198 ]
11199 },
11200 {
@@ -11218,7 +11218,7 @@
11218 "zh-chs": "更改{0}的密码",
11219 "zh-cht": "更改{0}的密碼",
11220 "xloc": [
11221 - "default.handlebars->37->2500"
11221 + "default.handlebars->37->2506"
11222 ]
11223 },
11224 {
@@ -11242,7 +11242,7 @@
11242 "zh-chs": "更改{0}的真实名称",
11243 "zh-cht": "更改{0}的真實名稱",
11244 "xloc": [
11245 - "default.handlebars->37->2486"
11245 + "default.handlebars->37->2492"
11246 ]
11247 },
11248 {
@@ -11383,7 +11383,7 @@
11383 "zh-chs": "更改该用户的密码",
11384 "zh-cht": "更改該用戶的密碼",
11385 "xloc": [
11386 - "default.handlebars->37->2463"
11386 + "default.handlebars->37->2469"
11387 ]
11388 },
11389 {
@@ -11431,7 +11431,7 @@
11431 "zh-chs": "在此处更改您的帐户电邮地址。",
11432 "zh-cht": "在此處更改你的帳戶電郵地址。",
11433 "xloc": [
11434 - "default.handlebars->37->1659"
11434 + "default.handlebars->37->1665"
11435 ]
11436 },
11437 {
@@ -11455,7 +11455,7 @@
11455 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
11456 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
11457 "xloc": [
11458 - "default.handlebars->37->1665"
11458 + "default.handlebars->37->1671"
11459 ]
11460 },
11461 {
@@ -11479,14 +11479,14 @@
11479 "zh-chs": "更改帐户凭据",
11480 "zh-cht": "帳戶憑證已更改",
11481 "xloc": [
11482 - "default.handlebars->37->2108"
11482 + "default.handlebars->37->2114"
11483 ]
11484 },
11485 {
11486 "en": "Changed account display name to {0}.",
11487 "nl": "Weergavenaam account gewijzigd in {0}.",
11488 "xloc": [
11489 - "default.handlebars->37->2160"
11489 + "default.handlebars->37->2166"
11490 ]
11491 },
11492 {
@@ -11510,7 +11510,7 @@
11510 "zh-chs": "{1}组中的设备{0}已更改:{2}",
11511 "zh-cht": "{1}組中的設備{0}已更改:{2}",
11512 "xloc": [
11513 - "default.handlebars->37->2092"
11513 + "default.handlebars->37->2098"
11514 ]
11515 },
11516 {
@@ -11534,7 +11534,7 @@
11534 "zh-chs": "语言从{1}更改为{2}",
11535 "zh-cht": "語言從{1}更改為{2}",
11536 "xloc": [
11537 - "default.handlebars->37->2036"
11537 + "default.handlebars->37->2042"
11538 ]
11539 },
11540 {
@@ -11558,8 +11558,8 @@
11558 "zh-chs": "已更改{0}的用户设备权限",
11559 "zh-cht": "已更改{0}的用戶設備權限",
11560 "xloc": [
11561 - "default.handlebars->37->2094",
11562 - "default.handlebars->37->2115"
11561 + "default.handlebars->37->2100",
11562 + "default.handlebars->37->2121"
11563 ]
11564 },
11565 {
@@ -11603,7 +11603,7 @@
11603 "zh-chs": "更改语言将需要刷新页面。",
11604 "zh-cht": "更改語言將需要刷新頁面。",
11605 "xloc": [
11606 - "default.handlebars->37->1624"
11606 + "default.handlebars->37->1630"
11607 ]
11608 },
11609 {
@@ -11627,12 +11627,12 @@
11627 "zh-chs": "聊天",
11628 "zh-cht": "聊天",
11629 "xloc": [
11630 - "default.handlebars->37->2198",
11631 - "default.handlebars->37->2459",
11632 - "default.handlebars->37->2460",
11633 - "default.handlebars->37->838",
11634 - "default.handlebars->37->925",
11635 - "default.handlebars->37->947"
11630 + "default.handlebars->37->2204",
11631 + "default.handlebars->37->2465",
11632 + "default.handlebars->37->2466",
11633 + "default.handlebars->37->844",
11634 + "default.handlebars->37->931",
11635 + "default.handlebars->37->953"
11636 ]
11637 },
11638 {
@@ -11656,10 +11656,10 @@
11656 "zh-chs": "聊天并通知",
11657 "zh-cht": "聊天並通知",
11658 "xloc": [
11659 - "default-mobile.handlebars->11->623",
11660 - "default-mobile.handlebars->11->643",
11661 - "default.handlebars->37->1889",
11662 - "default.handlebars->37->1926"
11659 + "default-mobile.handlebars->11->629",
11660 + "default-mobile.handlebars->11->649",
11661 + "default.handlebars->37->1895",
11662 + "default.handlebars->37->1932"
11663 ]
11664 },
11665 {
@@ -11682,8 +11682,8 @@
11682 "tr": "Sohbet İsteği, Kabul etmek için buraya tıklayın.",
11683 "zh-chs": "聊天请求,点击这里接受。",
11684 "xloc": [
11685 - "default-mobile.handlebars->11->675",
11686 - "default.handlebars->37->2649"
11685 + "default-mobile.handlebars->11->681",
11686 + "default.handlebars->37->2655"
11687 ]
11688 },
11689 {
@@ -11731,7 +11731,7 @@
11731 "zh-chs": "车臣",
11732 "zh-cht": "車臣",
11733 "xloc": [
11734 - "default.handlebars->37->1458"
11734 + "default.handlebars->37->1464"
11735 ]
11736 },
11737 {
@@ -11851,8 +11851,8 @@
11851 "zh-chs": "检查...",
11852 "zh-cht": "檢查...",
11853 "xloc": [
11854 - "default.handlebars->37->1424",
11855 - "default.handlebars->37->2763"
11854 + "default.handlebars->37->1430",
11855 + "default.handlebars->37->2769"
11856 ]
11857 },
11858 {
@@ -11876,7 +11876,7 @@
11876 "zh-chs": "中文",
11877 "zh-cht": "中文",
11878 "xloc": [
11879 - "default.handlebars->37->1459"
11879 + "default.handlebars->37->1465"
11880 ]
11881 },
11882 {
@@ -11900,7 +11900,7 @@
11900 "zh-chs": "中文(香港)",
11901 "zh-cht": "中文(香港)",
11902 "xloc": [
11903 - "default.handlebars->37->1460"
11903 + "default.handlebars->37->1466"
11904 ]
11905 },
11906 {
@@ -11924,7 +11924,7 @@
11924 "zh-chs": "中文(中国)",
11925 "zh-cht": "中文(中國)",
11926 "xloc": [
11927 - "default.handlebars->37->1461"
11927 + "default.handlebars->37->1467"
11928 ]
11929 },
11930 {
@@ -11948,7 +11948,7 @@
11948 "zh-chs": "简体中文",
11949 "zh-cht": "簡體中文",
11950 "xloc": [
11951 - "default.handlebars->37->1621"
11951 + "default.handlebars->37->1627"
11952 ]
11953 },
11954 {
@@ -11972,7 +11972,7 @@
11972 "zh-chs": "中文(新加坡)",
11973 "zh-cht": "中文(新加坡)",
11974 "xloc": [
11975 - "default.handlebars->37->1462"
11975 + "default.handlebars->37->1468"
11976 ]
11977 },
11978 {
@@ -11996,7 +11996,7 @@
11996 "zh-chs": "中文(台湾)",
11997 "zh-cht": "中文(台灣)",
11998 "xloc": [
11999 - "default.handlebars->37->1463"
11999 + "default.handlebars->37->1469"
12000 ]
12001 },
12002 {
@@ -12020,7 +12020,7 @@
12020 "zh-chs": "繁体中文",
12021 "zh-cht": "繁體中文",
12022 "xloc": [
12023 - "default.handlebars->37->1622"
12023 + "default.handlebars->37->1628"
12024 ]
12025 },
12026 {
@@ -12069,7 +12069,7 @@
12069 "zh-chs": "楚瓦什",
12070 "zh-cht": "楚瓦什",
12071 "xloc": [
12072 - "default.handlebars->37->1464"
12072 + "default.handlebars->37->1470"
12073 ]
12074 },
12075 {
@@ -12115,17 +12115,17 @@
12115 "zh-cht": "清除",
12116 "xloc": [
12117 "default-mobile.handlebars->11->156",
12118 - "default-mobile.handlebars->11->459",
12119 - "default-mobile.handlebars->11->461",
12120 - "default-mobile.handlebars->11->463",
12118 "default-mobile.handlebars->11->465",
12119 + "default-mobile.handlebars->11->467",
12120 + "default-mobile.handlebars->11->469",
12121 + "default-mobile.handlebars->11->471",
12122 "default-mobile.handlebars->11->71",
12123 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
12124 - "default.handlebars->37->1265",
12125 - "default.handlebars->37->1267",
12126 - "default.handlebars->37->1269",
12124 "default.handlebars->37->1271",
12128 - "default.handlebars->37->2030",
12125 + "default.handlebars->37->1273",
12126 + "default.handlebars->37->1275",
12127 + "default.handlebars->37->1277",
12128 + "default.handlebars->37->2036",
12129 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
12130 "default.handlebars->container->column_l->p41->3->1",
12131 "messenger.handlebars->xbottom->1->1->0->5",
@@ -12155,8 +12155,8 @@
12155 "tr": "RDP kimlik bilgileri temizlensin mi?",
12156 "zh-chs": "清除 RDP 凭据?",
12157 "xloc": [
12158 - "default-mobile.handlebars->11->359",
12159 - "default.handlebars->37->1103"
12158 + "default-mobile.handlebars->11->365",
12159 + "default.handlebars->37->1109"
12160 ]
12161 },
12162 {
@@ -12179,8 +12179,8 @@
12179 "tr": "SSH kimlik bilgileri temizlensin mi?",
12180 "zh-chs": "清除 SSH 凭据?",
12181 "xloc": [
12182 - "default-mobile.handlebars->11->357",
12183 - "default.handlebars->37->1101"
12182 + "default-mobile.handlebars->11->363",
12183 + "default.handlebars->37->1107"
12184 ]
12185 },
12186 {
@@ -12227,8 +12227,8 @@
12227 "tr": "Temsilci çekirdeğini temizle",
12228 "zh-chs": "清除代理核心",
12229 "xloc": [
12230 - "default.handlebars->37->597",
12231 - "default.handlebars->37->641"
12230 + "default.handlebars->37->603",
12231 + "default.handlebars->37->647"
12232 ]
12233 },
12234 {
@@ -12251,7 +12251,7 @@
12251 "tr": "Seçilen cihazlarda temsilci çekirdeği temizlensin mi?",
12252 "zh-chs": "清除选定设备上的代理核心?",
12253 "xloc": [
12254 - "default.handlebars->37->640"
12254 + "default.handlebars->37->646"
12255 ]
12256 },
12257 {
@@ -12275,8 +12275,8 @@
12275 "zh-chs": "全部清除",
12276 "zh-cht": "全部清除",
12277 "xloc": [
12278 - "default-mobile.handlebars->11->658",
12279 - "default.handlebars->37->2632"
12278 + "default-mobile.handlebars->11->664",
12279 + "default.handlebars->37->2638"
12280 ]
12281 },
12282 {
@@ -12325,8 +12325,8 @@
12325 "zh-chs": "清除核心",
12326 "zh-cht": "清除核心",
12327 "xloc": [
12328 - "default-mobile.handlebars->11->577",
12329 - "default.handlebars->37->1385"
12328 + "default-mobile.handlebars->11->583",
12329 + "default.handlebars->37->1391"
12330 ]
12331 },
12332 {
@@ -12374,8 +12374,8 @@
12374 "zh-chs": "清除此通知",
12375 "zh-cht": "清除此通知",
12376 "xloc": [
12377 - "default-mobile.handlebars->11->657",
12378 - "default.handlebars->37->2631"
12377 + "default-mobile.handlebars->11->663",
12378 + "default.handlebars->37->2637"
12379 ]
12380 },
12381 {
@@ -12447,8 +12447,8 @@
12447 "zh-chs": "单击此处编辑设备组名称",
12448 "zh-cht": "單擊此處編輯裝置群名稱",
12449 "xloc": [
12450 - "default.handlebars->37->1727",
12451 - "default.handlebars->37->1975"
12450 + "default.handlebars->37->1733",
12451 + "default.handlebars->37->1981"
12452 ]
12453 },
12454 {
@@ -12472,7 +12472,7 @@
12472 "zh-chs": "单击此处编辑服务器端设备名称",
12473 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
12474 "xloc": [
12475 - "default.handlebars->37->721"
12475 + "default.handlebars->37->727"
12476 ]
12477 },
12478 {
@@ -12496,7 +12496,7 @@
12496 "zh-chs": "单击此处编辑用户组名称",
12497 "zh-cht": "單擊此處編輯用戶群名稱",
12498 "xloc": [
12499 - "default.handlebars->37->2318"
12499 + "default.handlebars->37->2324"
12500 ]
12501 },
12502 {
@@ -12614,7 +12614,7 @@
12614 "zh-cht": "單擊確定將驗證電郵發送到:",
12615 "xloc": [
12616 "default-mobile.handlebars->11->99",
12617 - "default.handlebars->37->1656"
12617 + "default.handlebars->37->1662"
12618 ]
12619 },
12620 {
@@ -12687,8 +12687,8 @@
12687 "zh-chs": "客户端控制模式(CCM)",
12688 "zh-cht": "客戶端控制模式(CCM)",
12689 "xloc": [
12690 - "default-mobile.handlebars->11->532",
12691 - "default.handlebars->37->1339"
12690 + "default-mobile.handlebars->11->538",
12691 + "default.handlebars->37->1345"
12692 ]
12693 },
12694 {
@@ -12712,7 +12712,7 @@
12712 "zh-chs": "客户编号",
12713 "zh-cht": "客戶編號",
12714 "xloc": [
12715 - "default.handlebars->37->1709"
12715 + "default.handlebars->37->1715"
12716 ]
12717 },
12718 {
@@ -12736,7 +12736,7 @@
12736 "zh-chs": "客户端启动的远程访问",
12737 "zh-cht": "客戶端啟動的遠程訪問",
12738 "xloc": [
12739 - "default.handlebars->37->1822"
12739 + "default.handlebars->37->1828"
12740 ]
12741 },
12742 {
@@ -12760,7 +12760,7 @@
12760 "zh-chs": "客户机密",
12761 "zh-cht": "客戶機密",
12762 "xloc": [
12763 - "default.handlebars->37->1710"
12763 + "default.handlebars->37->1716"
12764 ]
12765 },
12766 {
@@ -12810,11 +12810,11 @@
12810 "zh-cht": "關",
12811 "xloc": [
12812 "default-mobile.handlebars->11->69",
12813 - "default.handlebars->37->1180",
12814 - "default.handlebars->37->1241",
12813 + "default.handlebars->37->1186",
12814 + "default.handlebars->37->1247",
12815 "default.handlebars->37->204",
12816 "default.handlebars->37->212",
12817 - "default.handlebars->37->2757",
12817 + "default.handlebars->37->2763",
12818 "sharing.handlebars->11->52"
12819 ]
12820 },
@@ -12839,7 +12839,7 @@
12839 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
12840 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
12841 "xloc": [
12842 - "default.handlebars->37->2041"
12842 + "default.handlebars->37->2047"
12843 ]
12844 },
12845 {
@@ -12963,7 +12963,7 @@
12963 "zh-chs": "命令",
12964 "zh-cht": "命令",
12965 "xloc": [
12966 - "default.handlebars->37->545"
12966 + "default.handlebars->37->551"
12967 ]
12968 },
12969 {
@@ -13010,10 +13010,10 @@
13010 "zh-chs": "指令",
13011 "zh-cht": "指令",
13012 "xloc": [
13013 - "default-mobile.handlebars->11->645",
13014 - "default.handlebars->37->1928",
13015 - "default.handlebars->37->927",
13016 - "default.handlebars->37->949"
13013 + "default-mobile.handlebars->11->651",
13014 + "default.handlebars->37->1934",
13015 + "default.handlebars->37->933",
13016 + "default.handlebars->37->955"
13017 ]
13018 },
13019 {
@@ -13037,8 +13037,8 @@
13037 "zh-chs": "通用设备组",
13038 "zh-cht": "通用裝置群",
13039 "xloc": [
13040 - "default.handlebars->37->2352",
13041 - "default.handlebars->37->2505"
13040 + "default.handlebars->37->2358",
13041 + "default.handlebars->37->2511"
13042 ]
13043 },
13044 {
@@ -13062,8 +13062,8 @@
13062 "zh-chs": "通用设备",
13063 "zh-cht": "通用裝置",
13064 "xloc": [
13065 - "default.handlebars->37->2358",
13066 - "default.handlebars->37->2517"
13065 + "default.handlebars->37->2364",
13066 + "default.handlebars->37->2523"
13067 ]
13068 },
13069 {
@@ -13086,8 +13086,8 @@
13086 "tr": "Derleme zamanı",
13087 "zh-chs": "编译时间",
13088 "xloc": [
13089 - "default-mobile.handlebars->11->505",
13090 - "default.handlebars->37->1302"
13089 + "default-mobile.handlebars->11->511",
13090 + "default.handlebars->37->1308"
13091 ]
13092 },
13093 {
@@ -13131,7 +13131,7 @@
13131 "zh-chs": "压缩档案...",
13132 "zh-cht": "壓縮檔案...",
13133 "xloc": [
13134 - "default.handlebars->37->1236",
13134 + "default.handlebars->37->1242",
13135 "sharing.handlebars->11->47"
13136 ]
13137 },
@@ -13176,16 +13176,16 @@
13176 "zh-chs": "确认",
13177 "zh-cht": "確認",
13178 "xloc": [
13179 - "default-mobile.handlebars->11->354",
13180 - "default-mobile.handlebars->11->599",
13181 - "default.handlebars->37->1054",
13182 - "default.handlebars->37->1063",
13183 - "default.handlebars->37->1833",
13184 - "default.handlebars->37->2226",
13185 - "default.handlebars->37->2308",
13186 - "default.handlebars->37->2374",
13187 - "default.handlebars->37->2503",
13188 - "default.handlebars->37->609"
13179 + "default-mobile.handlebars->11->360",
13180 + "default-mobile.handlebars->11->605",
13181 + "default.handlebars->37->1060",
13182 + "default.handlebars->37->1069",
13183 + "default.handlebars->37->1839",
13184 + "default.handlebars->37->2232",
13185 + "default.handlebars->37->2314",
13186 + "default.handlebars->37->2380",
13187 + "default.handlebars->37->2509",
13188 + "default.handlebars->37->615"
13189 ]
13190 },
13191 {
@@ -13229,8 +13229,8 @@
13229 "zh-chs": "确认将1个副本复制到此位置?",
13230 "zh-cht": "確認將1個副本複製到此位置?",
13231 "xloc": [
13232 - "default-mobile.handlebars->11->454",
13233 - "default.handlebars->37->1260",
13232 + "default-mobile.handlebars->11->460",
13233 + "default.handlebars->37->1266",
13234 "sharing.handlebars->11->70"
13235 ]
13236 },
@@ -13255,7 +13255,7 @@
13255 "zh-chs": "确认{0}个条目的复制到此位置?",
13256 "zh-cht": "確認{0}個條目的複製到此位置?",
13257 "xloc": [
13258 - "default.handlebars->37->1259",
13258 + "default.handlebars->37->1265",
13259 "sharing.handlebars->11->69"
13260 ]
13261 },
@@ -13280,7 +13280,7 @@
13280 "zh-chs": "确认{0}个条目的副本到此位置?",
13281 "zh-cht": "確認{0}個條目的副本到此位置?",
13282 "xloc": [
13283 - "default-mobile.handlebars->11->453"
13283 + "default-mobile.handlebars->11->459"
13284 ]
13285 },
13286 {
@@ -13304,7 +13304,7 @@
13304 "zh-chs": "确认删除选定的帐户?",
13305 "zh-cht": "確認刪除所選帳戶?",
13306 "xloc": [
13307 - "default.handlebars->37->2225"
13307 + "default.handlebars->37->2231"
13308 ]
13309 },
13310 {
@@ -13349,7 +13349,7 @@
13349 "zh-chs": "确认删除选定的用户组?",
13350 "zh-cht": "確認刪除所選用戶群?",
13351 "xloc": [
13352 - "default.handlebars->37->2307"
13352 + "default.handlebars->37->2313"
13353 ]
13354 },
13355 {
@@ -13373,7 +13373,7 @@
13373 "zh-chs": "确认删除用户{0}?",
13374 "zh-cht": "確認刪除用戶{0}?",
13375 "xloc": [
13376 - "default.handlebars->37->2502"
13376 + "default.handlebars->37->2508"
13377 ]
13378 },
13379 {
@@ -13397,7 +13397,7 @@
13397 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
13398 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
13399 "xloc": [
13400 - "default.handlebars->37->2377"
13400 + "default.handlebars->37->2383"
13401 ]
13402 },
13403 {
@@ -13421,7 +13421,7 @@
13421 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
13422 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
13423 "xloc": [
13424 - "default.handlebars->37->2534"
13424 + "default.handlebars->37->2540"
13425 ]
13426 },
13427 {
@@ -13445,8 +13445,8 @@
13445 "zh-chs": "确认将1个条目移动到此位置?",
13446 "zh-cht": "確認將1個條目移動到此位置?",
13447 "xloc": [
13448 - "default-mobile.handlebars->11->456",
13449 - "default.handlebars->37->1262",
13448 + "default-mobile.handlebars->11->462",
13449 + "default.handlebars->37->1268",
13450 "sharing.handlebars->11->72"
13451 ]
13452 },
@@ -13471,7 +13471,7 @@
13471 "zh-chs": "确认将{0}个条目移到此位置?",
13472 "zh-cht": "確認將{0}個條目移到該位置?",
13473 "xloc": [
13474 - "default.handlebars->37->1261",
13474 + "default.handlebars->37->1267",
13475 "sharing.handlebars->11->71"
13476 ]
13477 },
@@ -13496,7 +13496,7 @@
13496 "zh-chs": "确认将{0}个条目移到该位置?",
13497 "zh-cht": "確認將{0}個條目移到該位置?",
13498 "xloc": [
13499 - "default-mobile.handlebars->11->455"
13499 + "default-mobile.handlebars->11->461"
13500 ]
13501 },
13502 {
@@ -13520,7 +13520,7 @@
13520 "zh-chs": "确认覆盖?",
13521 "zh-cht": "確認覆蓋?",
13522 "xloc": [
13523 - "default.handlebars->37->2024"
13523 + "default.handlebars->37->2030"
13524 ]
13525 },
13526 {
@@ -13544,8 +13544,8 @@
13544 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
13545 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
13546 "xloc": [
13547 - "default.handlebars->37->2367",
13548 - "default.handlebars->37->2525"
13547 + "default.handlebars->37->2373",
13548 + "default.handlebars->37->2531"
13549 ]
13550 },
13551 {
@@ -13569,8 +13569,8 @@
13569 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
13570 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
13571 "xloc": [
13572 - "default.handlebars->37->2369",
13573 - "default.handlebars->37->2538"
13572 + "default.handlebars->37->2375",
13573 + "default.handlebars->37->2544"
13574 ]
13575 },
13576 {
@@ -13594,7 +13594,7 @@
13594 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
13595 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
13596 "xloc": [
13597 - "default.handlebars->37->2527"
13597 + "default.handlebars->37->2533"
13598 ]
13599 },
13600 {
@@ -13618,7 +13618,7 @@
13618 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
13619 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
13620 "xloc": [
13621 - "default.handlebars->37->2530"
13621 + "default.handlebars->37->2536"
13622 ]
13623 },
13624 {
@@ -13642,8 +13642,8 @@
13642 "zh-chs": "确认删除访问权限?",
13643 "zh-cht": "確認刪除訪問權限?",
13644 "xloc": [
13645 - "default.handlebars->37->2528",
13646 - "default.handlebars->37->2531"
13645 + "default.handlebars->37->2534",
13646 + "default.handlebars->37->2537"
13647 ]
13648 },
13649 {
@@ -13668,7 +13668,7 @@
13668 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
13669 "xloc": [
13670 "default-mobile.handlebars->11->98",
13671 - "default.handlebars->37->1407"
13671 + "default.handlebars->37->1413"
13672 ]
13673 },
13674 {
@@ -13713,7 +13713,7 @@
13713 "zh-chs": "确认删除设备共享“{0}”?",
13714 "zh-cht": "確認刪除設備共享“{0}”?",
13715 "xloc": [
13716 - "default.handlebars->37->2523"
13716 + "default.handlebars->37->2529"
13717 ]
13718 },
13719 {
@@ -13778,7 +13778,7 @@
13778 "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
13779 "zh-chs": "确认移除推送认证设备?",
13780 "xloc": [
13781 - "default.handlebars->37->1409"
13781 + "default.handlebars->37->1415"
13782 ]
13783 },
13784 {
@@ -13802,7 +13802,7 @@
13802 "zh-chs": "确认删除用户“ {0} ”的权限?",
13803 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
13804 "xloc": [
13805 - "default.handlebars->37->1939"
13805 + "default.handlebars->37->1945"
13806 ]
13807 },
13808 {
@@ -13826,7 +13826,7 @@
13826 "zh-chs": "确认删除用户组“ {0} ”的权限?",
13827 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
13828 "xloc": [
13829 - "default.handlebars->37->1941"
13829 + "default.handlebars->37->1947"
13830 ]
13831 },
13832 {
@@ -13849,7 +13849,7 @@
13849 "tr": "Seçili aygıtın kaldırılması onaylansın mı?",
13850 "zh-chs": "确认移除所选设备?",
13851 "xloc": [
13852 - "default.handlebars->37->603"
13852 + "default.handlebars->37->609"
13853 ]
13854 },
13855 {
@@ -13872,7 +13872,7 @@
13872 "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
13873 "zh-chs": "确认删除此登录令牌?",
13874 "xloc": [
13875 - "default.handlebars->37->1702"
13875 + "default.handlebars->37->1708"
13876 ]
13877 },
13878 {
@@ -13917,7 +13917,7 @@
13917 "zh-chs": "确认删除用户{0}?",
13918 "zh-cht": "確認刪除用戶{0}?",
13919 "xloc": [
13920 - "default-mobile.handlebars->11->654"
13920 + "default-mobile.handlebars->11->660"
13921 ]
13922 },
13923 {
@@ -13940,7 +13940,7 @@
13940 "tr": "Seçilen {0} cihazın kaldırılması onaylansın mı?",
13941 "zh-chs": "确认移除 {0} 个选定的设备?",
13942 "xloc": [
13943 - "default.handlebars->37->604"
13943 + "default.handlebars->37->610"
13944 ]
13945 },
13946 {
@@ -13965,7 +13965,7 @@
13965 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
13966 "xloc": [
13967 "default-mobile.handlebars->11->151",
13968 - "default.handlebars->37->2025"
13968 + "default.handlebars->37->2031"
13969 ]
13970 },
13971 {
@@ -13990,13 +13990,13 @@
13990 "zh-cht": "連接",
13991 "xloc": [
13992 "agent-translations.json",
13993 - "default-mobile.handlebars->11->421",
13993 + "default-mobile.handlebars->11->427",
13994 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
13995 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
13996 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
13997 - "default.handlebars->37->1218",
13998 - "default.handlebars->37->1757",
13999 - "default.handlebars->37->802",
13997 + "default.handlebars->37->1224",
13998 + "default.handlebars->37->1763",
13999 + "default.handlebars->37->808",
14000 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
14001 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
14002 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -14030,7 +14030,7 @@
14030 "zh-chs": "全部连接",
14031 "zh-cht": "全部連接",
14032 "xloc": [
14033 - "default.handlebars->37->385",
14033 + "default.handlebars->37->391",
14034 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
14035 ]
14036 },
@@ -14075,7 +14075,7 @@
14075 "zh-chs": "连接到服务器",
14076 "zh-cht": "連接到伺服器",
14077 "xloc": [
14078 - "default.handlebars->37->1826"
14078 + "default.handlebars->37->1832"
14079 ]
14080 },
14081 {
@@ -14222,7 +14222,7 @@
14222 "zh-chs": "已连接的英特尔&reg;AMT",
14223 "zh-cht": "已連接的Intel&reg; AMT",
14224 "xloc": [
14225 - "default.handlebars->37->2685"
14225 + "default.handlebars->37->2691"
14226 ]
14227 },
14228 {
@@ -14246,7 +14246,7 @@
14246 "zh-chs": "已连接的用户",
14247 "zh-cht": "已连接的用户",
14248 "xloc": [
14249 - "default.handlebars->37->2690"
14249 + "default.handlebars->37->2696"
14250 ]
14251 },
14252 {
@@ -14278,8 +14278,8 @@
14278 "zh-chs": "现在已连接",
14279 "zh-cht": "現在已連接",
14280 "xloc": [
14281 - "default-mobile.handlebars->11->500",
14282 - "default.handlebars->37->1297"
14281 + "default-mobile.handlebars->11->506",
14282 + "default.handlebars->37->1303"
14283 ]
14284 },
14285 {
@@ -14368,12 +14368,12 @@
14368 "zh-cht": "正在連線...",
14369 "xloc": [
14370 "default-mobile.handlebars->11->2",
14371 - "default-mobile.handlebars->11->472",
14371 + "default-mobile.handlebars->11->478",
14372 "default-mobile.handlebars->11->48",
14373 - "default.handlebars->37->1283",
14373 + "default.handlebars->37->1289",
14374 "default.handlebars->37->337",
14375 "default.handlebars->37->340",
14376 - "default.handlebars->37->388",
14376 + "default.handlebars->37->394",
14377 "default.handlebars->37->9",
14378 "sharing.handlebars->11->2",
14379 "sharing.handlebars->11->93",
@@ -14422,7 +14422,7 @@
14422 "zh-chs": "连接数量",
14423 "zh-cht": "連接數量",
14424 "xloc": [
14425 - "default.handlebars->37->2716"
14425 + "default.handlebars->37->2722"
14426 ]
14427 },
14428 {
@@ -14445,9 +14445,9 @@
14445 "tr": "Bağlantı hatası",
14446 "zh-chs": "连接错误",
14447 "xloc": [
14448 - "default-mobile.handlebars->11->435",
14449 - "default.handlebars->37->1205",
14450 - "default.handlebars->37->1232",
14448 + "default-mobile.handlebars->11->441",
14449 + "default.handlebars->37->1211",
14450 + "default.handlebars->37->1238",
14451 "login2.handlebars->7->32"
14452 ]
14453 },
@@ -14472,7 +14472,7 @@
14472 "zh-chs": "连接转发器",
14473 "zh-cht": "連接轉發器",
14474 "xloc": [
14475 - "default.handlebars->37->2751"
14475 + "default.handlebars->37->2757"
14476 ]
14477 },
14478 {
@@ -14544,10 +14544,10 @@
14544 "zh-chs": "连接性",
14545 "zh-cht": "連接性",
14546 "xloc": [
14547 - "default-mobile.handlebars->11->293",
14548 - "default.handlebars->37->1982",
14547 + "default-mobile.handlebars->11->299",
14548 + "default.handlebars->37->1988",
14549 "default.handlebars->37->327",
14550 - "default.handlebars->37->819",
14550 + "default.handlebars->37->825",
14551 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
14552 ]
14553 },
@@ -14572,9 +14572,9 @@
14572 "zh-chs": "控制台",
14573 "zh-cht": "控制台",
14574 "xloc": [
14575 - "default-mobile.handlebars->11->316",
14576 - "default.handlebars->37->920",
14577 - "default.handlebars->37->942",
14575 + "default-mobile.handlebars->11->322",
14576 + "default.handlebars->37->926",
14577 + "default.handlebars->37->948",
14578 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
14579 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
14580 "default.handlebars->contextMenu->cxconsole"
@@ -14601,7 +14601,7 @@
14601 "zh-chs": "控制台 -",
14602 "zh-cht": "控制台 -",
14603 "xloc": [
14604 - "default.handlebars->37->722"
14604 + "default.handlebars->37->728"
14605 ]
14606 },
14607 {
@@ -14625,8 +14625,8 @@
14625 "zh-chs": "控制",
14626 "zh-cht": "控制",
14627 "xloc": [
14628 - "default.handlebars->37->919",
14629 - "default.handlebars->37->941",
14628 + "default.handlebars->37->925",
14629 + "default.handlebars->37->947",
14630 "messenger.handlebars->remoteImage->3->2"
14631 ]
14632 },
@@ -14675,7 +14675,7 @@
14675 "zh-chs": "Cookie编码器",
14676 "zh-cht": "Cookie編碼器",
14677 "xloc": [
14678 - "default.handlebars->37->2735"
14678 + "default.handlebars->37->2741"
14679 ]
14680 },
14681 {
@@ -14701,7 +14701,7 @@
14701 "xloc": [
14702 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
14703 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
14704 - "default.handlebars->37->518",
14704 + "default.handlebars->37->524",
14705 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
14706 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
14707 "sharing.handlebars->p13->p13toolbar->fileArea2->3"
@@ -14753,8 +14753,8 @@
14753 "tr": "URL'yi panoya kopyala",
14754 "zh-chs": "将 URL 复制到剪贴板",
14755 "xloc": [
14756 - "default.handlebars->37->527",
14757 - "default.handlebars->37->531"
14756 + "default.handlebars->37->533",
14757 + "default.handlebars->37->537"
14758 ]
14759 },
14760 {
@@ -14778,7 +14778,7 @@
14778 "zh-chs": "将Windows 32位代理URL复制到剪贴板",
14779 "zh-cht": "將Windows 32位代理URL複製到剪貼板",
14780 "xloc": [
14781 - "default.handlebars->37->508"
14781 + "default.handlebars->37->514"
14782 ]
14783 },
14784 {
@@ -14802,7 +14802,7 @@
14802 "zh-chs": "将Windows 64位代理URL复制到剪贴板",
14803 "zh-cht": "將Windows 64位代理URL複製到剪貼板",
14804 "xloc": [
14805 - "default.handlebars->37->512"
14805 + "default.handlebars->37->518"
14806 ]
14807 },
14808 {
@@ -14861,8 +14861,8 @@
14861 "zh-chs": "将代理URL复制到剪贴板",
14862 "zh-cht": "將代理URL複製到剪貼板",
14863 "xloc": [
14864 - "default.handlebars->37->544",
14865 - "default.handlebars->37->546"
14864 + "default.handlebars->37->550",
14865 + "default.handlebars->37->552"
14866 ]
14867 },
14868 {
@@ -14886,12 +14886,12 @@
14886 "zh-chs": "复制连结到剪贴板",
14887 "zh-cht": "複製連結到剪貼板",
14888 "xloc": [
14889 - "default.handlebars->37->1993",
14890 - "default.handlebars->37->2012",
14889 + "default.handlebars->37->1999",
14890 + "default.handlebars->37->2018",
14891 "default.handlebars->37->271",
14892 "default.handlebars->37->293",
14893 "default.handlebars->37->295",
14894 - "default.handlebars->37->482"
14894 + "default.handlebars->37->488"
14895 ]
14896 },
14897 {
@@ -14915,7 +14915,7 @@
14915 "zh-chs": "将macOS代理URL复制到剪贴板",
14916 "zh-cht": "將macOS代理URL複製到剪貼板",
14917 "xloc": [
14918 - "default.handlebars->37->522"
14918 + "default.handlebars->37->528"
14919 ]
14920 },
14921 {
@@ -14965,8 +14965,8 @@
14965 "xloc": [
14966 "agentinvite.handlebars->container->column_l->5->linuxtab",
14967 "agentinvite.handlebars->container->column_l->5->linuxtab",
14968 - "default.handlebars->37->517",
14969 - "default.handlebars->37->540"
14968 + "default.handlebars->37->523",
14969 + "default.handlebars->37->546"
14970 ]
14971 },
14972 {
@@ -15014,7 +15014,7 @@
15014 "zh-chs": "复制:“{0}”到“{1}”",
15015 "zh-cht": "複製:“{0}”到“{1}”",
15016 "xloc": [
15017 - "default.handlebars->37->2084"
15017 + "default.handlebars->37->2090"
15018 ]
15019 },
15020 {
@@ -15188,7 +15188,7 @@
15188 "zh-chs": "核心服务器",
15189 "zh-cht": "核心伺服器",
15190 "xloc": [
15191 - "default.handlebars->37->2734"
15191 + "default.handlebars->37->2740"
15192 ]
15193 },
15194 {
@@ -15212,7 +15212,7 @@
15212 "zh-chs": "科西嘉文",
15213 "zh-cht": "科西嘉文",
15214 "xloc": [
15215 - "default.handlebars->37->1465"
15215 + "default.handlebars->37->1471"
15216 ]
15217 },
15218 {
@@ -15256,7 +15256,7 @@
15256 "zh-chs": "创建帐号",
15257 "zh-cht": "創建帳號",
15258 "xloc": [
15259 - "default.handlebars->37->2275",
15259 + "default.handlebars->37->2281",
15260 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
15261 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
15262 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -15326,7 +15326,7 @@
15326 "tr": "Giriş Simgesi Oluştur",
15327 "zh-chs": "创建登录令牌",
15328 "xloc": [
15329 - "default.handlebars->37->1649",
15329 + "default.handlebars->37->1655",
15330 "default.handlebars->37->296"
15331 ]
15332 },
@@ -15351,7 +15351,7 @@
15351 "zh-chs": "创建用户组",
15352 "zh-cht": "創建用戶群",
15353 "xloc": [
15354 - "default.handlebars->37->2315"
15354 + "default.handlebars->37->2321"
15355 ]
15356 },
15357 {
@@ -15375,7 +15375,7 @@
15375 "zh-chs": "创建连结以与访客共享此设备",
15376 "zh-cht": "創建鏈結以與訪客共享此裝置",
15377 "xloc": [
15378 - "default.handlebars->37->841"
15378 + "default.handlebars->37->847"
15379 ]
15380 },
15381 {
@@ -15399,7 +15399,7 @@
15399 "zh-chs": "使用以下选项创建一个新的设备组。",
15400 "zh-cht": "使用以下選項創建一個新的裝置群。",
15401 "xloc": [
15402 - "default.handlebars->37->1679"
15402 + "default.handlebars->37->1685"
15403 ]
15404 },
15405 {
@@ -15446,7 +15446,7 @@
15446 "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.",
15447 "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
15448 "xloc": [
15449 - "default.handlebars->37->1630"
15449 + "default.handlebars->37->1636"
15450 ]
15451 },
15452 {
@@ -15470,7 +15470,7 @@
15470 "zh-chs": "创建文件夹(如果不存在)?",
15471 "zh-cht": "創建文件夾(如果不存在)?",
15472 "xloc": [
15473 - "default.handlebars->37->635"
15473 + "default.handlebars->37->641"
15474 ]
15475 },
15476 {
@@ -15494,7 +15494,7 @@
15494 "zh-chs": "创建文件夹:“{0}”",
15495 "zh-cht": "創建文件夾:“{0}”",
15496 "xloc": [
15497 - "default.handlebars->37->2077"
15497 + "default.handlebars->37->2083"
15498 ]
15499 },
15500 {
@@ -15541,7 +15541,7 @@
15541 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
15542 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
15543 "xloc": [
15544 - "default.handlebars->37->2239"
15544 + "default.handlebars->37->2245"
15545 ]
15546 },
15547 {
@@ -15591,7 +15591,7 @@
15591 "zh-chs": "创建的设备组:{0}",
15592 "zh-cht": "創建的設備組:{0}",
15593 "xloc": [
15594 - "default.handlebars->37->2088"
15594 + "default.handlebars->37->2094"
15595 ]
15596 },
15597 {
@@ -15615,7 +15615,7 @@
15615 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
15616 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
15617 "xloc": [
15618 - "default.handlebars->37->965"
15618 + "default.handlebars->37->971"
15619 ]
15620 },
15621 {
@@ -15681,7 +15681,7 @@
15681 "zh-chs": "创建",
15682 "zh-cht": "創建",
15683 "xloc": [
15684 - "default.handlebars->37->2419"
15684 + "default.handlebars->37->2425"
15685 ]
15686 },
15687 {
@@ -15705,7 +15705,7 @@
15705 "zh-chs": "创建时间",
15706 "zh-cht": "創作時間",
15707 "xloc": [
15708 - "default.handlebars->37->1738"
15708 + "default.handlebars->37->1744"
15709 ]
15710 },
15711 {
@@ -15755,8 +15755,8 @@
15755 "zh-chs": "创建者",
15756 "zh-cht": "創作者",
15757 "xloc": [
15758 - "default.handlebars->37->1736",
15759 - "default.handlebars->37->1737"
15758 + "default.handlebars->37->1742",
15759 + "default.handlebars->37->1743"
15760 ]
15761 },
15762 {
@@ -15780,9 +15780,9 @@
15780 "zh-chs": "证书",
15781 "zh-cht": "證書",
15782 "xloc": [
15783 - "default-mobile.handlebars->11->303",
15784 - "default.handlebars->37->1707",
15785 - "default.handlebars->37->829"
15783 + "default-mobile.handlebars->11->309",
15784 + "default.handlebars->37->1713",
15785 + "default.handlebars->37->835"
15786 ]
15787 },
15788 {
@@ -15806,7 +15806,7 @@
15806 "zh-chs": "克里语",
15807 "zh-cht": "克里語",
15808 "xloc": [
15809 - "default.handlebars->37->1466"
15809 + "default.handlebars->37->1472"
15810 ]
15811 },
15812 {
@@ -15830,7 +15830,7 @@
15830 "zh-chs": "克罗地亚文",
15831 "zh-cht": "克羅地亞文",
15832 "xloc": [
15833 - "default.handlebars->37->1467"
15833 + "default.handlebars->37->1473"
15834 ]
15835 },
15836 {
@@ -15904,10 +15904,10 @@
15904 "zh-chs": "Ctrl",
15905 "zh-cht": "Ctrl",
15906 "xloc": [
15907 - "default-mobile.handlebars->11->392",
15908 - "default-mobile.handlebars->11->396",
15909 - "default.handlebars->37->1148",
15910 - "default.handlebars->37->1152",
15907 + "default-mobile.handlebars->11->398",
15908 + "default-mobile.handlebars->11->402",
15909 + "default.handlebars->37->1154",
15910 + "default.handlebars->37->1158",
15911 "default.handlebars->37->57",
15912 "sharing.handlebars->11->24"
15913 ]
@@ -15932,7 +15932,7 @@
15932 "tr": "Ctrl +",
15933 "zh-chs": "Ctrl +",
15934 "xloc": [
15935 - "default-mobile.handlebars->11->420"
15935 + "default-mobile.handlebars->11->426"
15936 ]
15937 },
15938 {
@@ -16074,8 +16074,8 @@
16074 "tr": "Mevcut şifre doğru değil.",
16075 "zh-chs": "当前密码不正确。",
16076 "xloc": [
16077 - "default-mobile.handlebars->11->685",
16078 - "default.handlebars->37->2659"
16077 + "default-mobile.handlebars->11->691",
16078 + "default.handlebars->37->2665"
16079 ]
16080 },
16081 {
@@ -16098,7 +16098,7 @@
16098 "tr": "Özelleştirme",
16099 "zh-chs": "定制",
16100 "xloc": [
16101 - "default-mobile.handlebars->11->373"
16101 + "default-mobile.handlebars->11->379"
16102 ]
16103 },
16104 {
@@ -16173,7 +16173,7 @@
16173 "zh-chs": "捷克文",
16174 "zh-cht": "捷克文",
16175 "xloc": [
16176 - "default.handlebars->37->1468"
16176 + "default.handlebars->37->1474"
16177 ]
16178 },
16179 {
@@ -16221,7 +16221,7 @@
16221 "zh-chs": "丹麦文",
16222 "zh-cht": "丹麥文",
16223 "xloc": [
16224 - "default.handlebars->37->1469"
16224 + "default.handlebars->37->1475"
16225 ]
16226 },
16227 {
@@ -16269,7 +16269,7 @@
16269 "zh-chs": "数据通道",
16270 "zh-cht": "數據通道",
16271 "xloc": [
16272 - "default.handlebars->37->1116",
16272 + "default.handlebars->37->1122",
16273 "sharing.handlebars->11->11"
16274 ]
16275 },
@@ -16294,7 +16294,7 @@
16294 "zh-chs": "日期和时间",
16295 "zh-cht": "日期和時間",
16296 "xloc": [
16297 - "default.handlebars->37->1627"
16297 + "default.handlebars->37->1633"
16298 ]
16299 },
16300 {
@@ -16318,9 +16318,9 @@
16318 "zh-chs": "天",
16319 "zh-cht": "天",
16320 "xloc": [
16321 - "default-mobile.handlebars->11->344",
16322 - "default.handlebars->37->1038",
16323 - "default.handlebars->37->2583"
16321 + "default-mobile.handlebars->11->350",
16322 + "default.handlebars->37->1044",
16323 + "default.handlebars->37->2589"
16324 ]
16325 },
16326 {
@@ -16344,7 +16344,7 @@
16344 "zh-chs": "停用",
16345 "zh-cht": "停用",
16346 "xloc": [
16347 - "default.handlebars->37->1805"
16347 + "default.handlebars->37->1811"
16348 ]
16349 },
16350 {
@@ -16368,7 +16368,7 @@
16368 "zh-chs": "如果设置停用CCM",
16369 "zh-cht": "如果設置停用CCM",
16370 "xloc": [
16371 - "default.handlebars->37->1817"
16371 + "default.handlebars->37->1823"
16372 ]
16373 },
16374 {
@@ -16413,8 +16413,8 @@
16413 "zh-chs": "沉睡",
16414 "zh-cht": "沉睡",
16415 "xloc": [
16416 - "default-mobile.handlebars->11->224",
16417 - "default.handlebars->37->557"
16416 + "default-mobile.handlebars->11->230",
16417 + "default.handlebars->37->563"
16418 ]
16419 },
16420 {
@@ -16438,10 +16438,10 @@
16438 "zh-chs": "默认",
16439 "zh-cht": "默認",
16440 "xloc": [
16441 - "default.handlebars->37->2262",
16442 - "default.handlebars->37->2311",
16443 - "default.handlebars->37->2322",
16444 - "default.handlebars->37->2395"
16441 + "default.handlebars->37->2268",
16442 + "default.handlebars->37->2317",
16443 + "default.handlebars->37->2328",
16444 + "default.handlebars->37->2401"
16445 ]
16446 },
16447 {
@@ -16464,8 +16464,8 @@
16464 "tr": "del",
16465 "zh-chs": "德尔",
16466 "xloc": [
16467 - "default-mobile.handlebars->11->380",
16468 - "default.handlebars->37->1136"
16467 + "default-mobile.handlebars->11->386",
16468 + "default.handlebars->37->1142"
16469 ]
16470 },
16471 {
@@ -16490,13 +16490,13 @@
16490 "zh-cht": "刪除",
16491 "xloc": [
16492 "default-mobile.handlebars->11->146",
16493 - "default-mobile.handlebars->11->446",
16493 + "default-mobile.handlebars->11->452",
16494 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
16495 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
16496 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
16497 - "default.handlebars->37->1251",
16498 - "default.handlebars->37->2019",
16499 - "default.handlebars->37->692",
16497 + "default.handlebars->37->1257",
16498 + "default.handlebars->37->2025",
16499 + "default.handlebars->37->698",
16500 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
16501 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
16502 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -16531,7 +16531,7 @@
16531 "zh-cht": "刪除帳戶",
16532 "xloc": [
16533 "default-mobile.handlebars->11->108",
16534 - "default.handlebars->37->1664"
16534 + "default.handlebars->37->1670"
16535 ]
16536 },
16537 {
@@ -16555,7 +16555,7 @@
16555 "zh-chs": "删除帐户",
16556 "zh-cht": "刪除帳戶",
16557 "xloc": [
16558 - "default.handlebars->37->2227"
16558 + "default.handlebars->37->2233"
16559 ]
16560 },
16561 {
@@ -16579,8 +16579,8 @@
16579 "zh-chs": "删除设备",
16580 "zh-cht": "刪除裝置",
16581 "xloc": [
16582 - "default-mobile.handlebars->11->305",
16583 - "default.handlebars->37->845"
16582 + "default-mobile.handlebars->11->311",
16583 + "default.handlebars->37->851"
16584 ]
16585 },
16586 {
@@ -16603,7 +16603,7 @@
16603 "tr": "Cihazları Sil",
16604 "zh-chs": "删除设备",
16605 "xloc": [
16606 - "default.handlebars->37->610"
16606 + "default.handlebars->37->616"
16607 ]
16608 },
16609 {
@@ -16627,11 +16627,11 @@
16627 "zh-chs": "删除群组",
16628 "zh-cht": "刪除群組",
16629 "xloc": [
16630 - "default-mobile.handlebars->11->597",
16631 - "default-mobile.handlebars->11->600",
16632 - "default.handlebars->37->1792",
16633 - "default.handlebars->37->1793",
16634 - "default.handlebars->37->1834"
16630 + "default-mobile.handlebars->11->603",
16631 + "default-mobile.handlebars->11->606",
16632 + "default.handlebars->37->1798",
16633 + "default.handlebars->37->1799",
16634 + "default.handlebars->37->1840"
16635 ]
16636 },
16637 {
@@ -16655,8 +16655,8 @@
16655 "zh-chs": "删除节点",
16656 "zh-cht": "刪除節點",
16657 "xloc": [
16658 - "default-mobile.handlebars->11->352",
16659 - "default.handlebars->37->1064"
16658 + "default-mobile.handlebars->11->358",
16659 + "default.handlebars->37->1070"
16660 ]
16661 },
16662 {
@@ -16701,7 +16701,7 @@
16701 "zh-chs": "删除用户",
16702 "zh-cht": "刪除用戶",
16703 "xloc": [
16704 - "default.handlebars->37->2462"
16704 + "default.handlebars->37->2468"
16705 ]
16706 },
16707 {
@@ -16725,8 +16725,8 @@
16725 "zh-chs": "删除用户群组",
16726 "zh-cht": "刪除用戶群組",
16727 "xloc": [
16728 - "default.handlebars->37->2363",
16729 - "default.handlebars->37->2375"
16728 + "default.handlebars->37->2369",
16729 + "default.handlebars->37->2381"
16730 ]
16731 },
16732 {
@@ -16750,7 +16750,7 @@
16750 "zh-chs": "删除用户群组",
16751 "zh-cht": "刪除用戶群組",
16752 "xloc": [
16753 - "default.handlebars->37->2309"
16753 + "default.handlebars->37->2315"
16754 ]
16755 },
16756 {
@@ -16774,7 +16774,7 @@
16774 "zh-chs": "删除用户{0}",
16775 "zh-cht": "刪除用戶{0}",
16776 "xloc": [
16777 - "default.handlebars->37->2501"
16777 + "default.handlebars->37->2507"
16778 ]
16779 },
16780 {
@@ -16799,7 +16799,7 @@
16799 "zh-cht": "刪除帳戶",
16800 "xloc": [
16801 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
16802 - "default.handlebars->37->2223",
16802 + "default.handlebars->37->2229",
16803 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
16804 ]
16805 },
@@ -16824,7 +16824,7 @@
16824 "zh-chs": "删除设备",
16825 "zh-cht": "刪除裝置",
16826 "xloc": [
16827 - "default.handlebars->37->595"
16827 + "default.handlebars->37->601"
16828 ]
16829 },
16830 {
@@ -16848,7 +16848,7 @@
16848 "zh-chs": "删除群组",
16849 "zh-cht": "刪除群組",
16850 "xloc": [
16851 - "default.handlebars->37->2305"
16851 + "default.handlebars->37->2311"
16852 ]
16853 },
16854 {
@@ -16872,7 +16872,7 @@
16872 "zh-chs": "删除项目?",
16873 "zh-cht": "刪除項目?",
16874 "xloc": [
16875 - "default.handlebars->37->693"
16875 + "default.handlebars->37->699"
16876 ]
16877 },
16878 {
@@ -16896,7 +16896,7 @@
16896 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
16897 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
16898 "xloc": [
16899 - "default.handlebars->37->2079"
16899 + "default.handlebars->37->2085"
16900 ]
16901 },
16902 {
@@ -16921,9 +16921,9 @@
16921 "zh-cht": "刪除所選項目?",
16922 "xloc": [
16923 "default-mobile.handlebars->11->148",
16924 - "default-mobile.handlebars->11->448",
16925 - "default.handlebars->37->1253",
16926 - "default.handlebars->37->2021",
16924 + "default-mobile.handlebars->11->454",
16925 + "default.handlebars->37->1259",
16926 + "default.handlebars->37->2027",
16927 "sharing.handlebars->11->63"
16928 ]
16929 },
@@ -16948,7 +16948,7 @@
16948 "zh-chs": "删除用户群组{0}?",
16949 "zh-cht": "刪除用戶群組{0}?",
16950 "xloc": [
16951 - "default.handlebars->37->2373"
16951 + "default.handlebars->37->2379"
16952 ]
16953 },
16954 {
@@ -16973,9 +16973,9 @@
16973 "zh-cht": "刪除{0}個所選項目?",
16974 "xloc": [
16975 "default-mobile.handlebars->11->147",
16976 - "default-mobile.handlebars->11->447",
16977 - "default.handlebars->37->1252",
16978 - "default.handlebars->37->2020",
16976 + "default-mobile.handlebars->11->453",
16977 + "default.handlebars->37->1258",
16978 + "default.handlebars->37->2026",
16979 "sharing.handlebars->11->62"
16980 ]
16981 },
@@ -17000,7 +17000,7 @@
17000 "zh-chs": "删除{0}?",
17001 "zh-cht": "刪除{0}?",
17002 "xloc": [
17003 - "default-mobile.handlebars->11->353"
17003 + "default-mobile.handlebars->11->359"
17004 ]
17005 },
17006 {
@@ -17024,7 +17024,7 @@
17024 "zh-chs": "删除:“{0}”",
17025 "zh-cht": "刪除:“{0}”",
17026 "xloc": [
17027 - "default.handlebars->37->2078"
17027 + "default.handlebars->37->2084"
17028 ]
17029 },
17030 {
@@ -17048,7 +17048,7 @@
17048 "zh-chs": "删除:“{0}”,{1}个元素已删除",
17049 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
17050 "xloc": [
17051 - "default.handlebars->37->2080"
17051 + "default.handlebars->37->2086"
17052 ]
17053 },
17054 {
@@ -17072,8 +17072,8 @@
17072 "zh-chs": "被拒绝",
17073 "zh-cht": "被拒絕",
17074 "xloc": [
17075 - "default-mobile.handlebars->11->367",
17076 - "default.handlebars->37->1111",
17075 + "default-mobile.handlebars->11->373",
17076 + "default.handlebars->37->1117",
17077 "sharing.handlebars->11->29",
17078 "sharing.handlebars->11->7"
17079 ]
@@ -17204,25 +17204,25 @@
17204 "zh-cht": "描述",
17205 "xloc": [
17206 "default-mobile.handlebars->11->125",
17207 - "default-mobile.handlebars->11->257",
17208 - "default-mobile.handlebars->11->258",
17209 - "default-mobile.handlebars->11->362",
17210 - "default-mobile.handlebars->11->513",
17211 - "default-mobile.handlebars->11->588",
17212 - "default-mobile.handlebars->11->602",
17213 - "default.handlebars->37->1106",
17214 - "default.handlebars->37->1310",
17215 - "default.handlebars->37->1320",
17207 + "default-mobile.handlebars->11->263",
17208 + "default-mobile.handlebars->11->264",
17209 + "default-mobile.handlebars->11->368",
17210 + "default-mobile.handlebars->11->519",
17211 + "default-mobile.handlebars->11->594",
17212 + "default-mobile.handlebars->11->608",
17213 + "default.handlebars->37->1112",
17214 + "default.handlebars->37->1316",
17215 + "default.handlebars->37->1326",
17216 "default.handlebars->37->143",
17217 - "default.handlebars->37->1685",
17218 - "default.handlebars->37->1733",
17219 - "default.handlebars->37->1836",
17220 - "default.handlebars->37->2314",
17221 - "default.handlebars->37->2324",
17222 - "default.handlebars->37->2325",
17223 - "default.handlebars->37->2371",
17224 - "default.handlebars->37->733",
17225 - "default.handlebars->37->734",
17217 + "default.handlebars->37->1691",
17218 + "default.handlebars->37->1739",
17219 + "default.handlebars->37->1842",
17220 + "default.handlebars->37->2320",
17221 + "default.handlebars->37->2330",
17222 + "default.handlebars->37->2331",
17223 + "default.handlebars->37->2377",
17224 + "default.handlebars->37->739",
17225 + "default.handlebars->37->740",
17226 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
17227 ]
17228 },
@@ -17268,16 +17268,16 @@
17268 "zh-chs": "桌面",
17269 "zh-cht": "桌面",
17270 "xloc": [
17271 - "default-mobile.handlebars->11->312",
17272 - "default.handlebars->37->1186",
17273 - "default.handlebars->37->1842",
17274 - "default.handlebars->37->2558",
17275 - "default.handlebars->37->2608",
17276 - "default.handlebars->37->2624",
17277 - "default.handlebars->37->2710",
17278 - "default.handlebars->37->698",
17279 - "default.handlebars->37->892",
17280 - "default.handlebars->37->967",
17271 + "default-mobile.handlebars->11->318",
17272 + "default.handlebars->37->1192",
17273 + "default.handlebars->37->1848",
17274 + "default.handlebars->37->2564",
17275 + "default.handlebars->37->2614",
17276 + "default.handlebars->37->2630",
17277 + "default.handlebars->37->2716",
17278 + "default.handlebars->37->704",
17279 + "default.handlebars->37->898",
17280 + "default.handlebars->37->973",
17281 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
17282 "default.handlebars->contextMenu->cxdesktop",
17283 "sharing.handlebars->11->23",
@@ -17304,8 +17304,8 @@
17304 "tr": "Masaüstü + Dosyalar",
17305 "zh-chs": "桌面 + 文件",
17306 "xloc": [
17307 - "default.handlebars->37->896",
17308 - "default.handlebars->37->970"
17307 + "default.handlebars->37->902",
17308 + "default.handlebars->37->976"
17309 ]
17310 },
17311 {
@@ -17328,7 +17328,7 @@
17328 "tr": "Masaüstü + Terminal",
17329 "zh-chs": "桌面 + 终端",
17330 "xloc": [
17331 - "default.handlebars->37->893"
17331 + "default.handlebars->37->899"
17332 ]
17333 },
17334 {
@@ -17351,8 +17351,8 @@
17351 "tr": "Masaüstü + Terminal + Dosyalar",
17352 "zh-chs": "桌面 + 终端 + 文件",
17353 "xloc": [
17354 - "default.handlebars->37->897",
17355 - "default.handlebars->37->972"
17354 + "default.handlebars->37->903",
17355 + "default.handlebars->37->978"
17356 ]
17357 },
17358 {
@@ -17399,7 +17399,7 @@
17399 "tr": "Masaüstü Multiplex",
17400 "zh-chs": "桌面复用",
17401 "xloc": [
17402 - "default.handlebars->37->2715"
17402 + "default.handlebars->37->2721"
17403 ]
17404 },
17405 {
@@ -17423,10 +17423,10 @@
17423 "zh-chs": "桌面通知",
17424 "zh-cht": "桌面通知",
17425 "xloc": [
17426 - "default.handlebars->37->1748",
17427 - "default.handlebars->37->2332",
17428 - "default.handlebars->37->2434",
17429 - "default.handlebars->37->793"
17426 + "default.handlebars->37->1754",
17427 + "default.handlebars->37->2338",
17428 + "default.handlebars->37->2440",
17429 + "default.handlebars->37->799"
17430 ]
17431 },
17432 {
@@ -17450,10 +17450,10 @@
17450 "zh-chs": "桌面提示",
17451 "zh-cht": "桌面提示",
17452 "xloc": [
17453 - "default.handlebars->37->1747",
17454 - "default.handlebars->37->2331",
17455 - "default.handlebars->37->2433",
17456 - "default.handlebars->37->792"
17453 + "default.handlebars->37->1753",
17454 + "default.handlebars->37->2337",
17455 + "default.handlebars->37->2439",
17456 + "default.handlebars->37->798"
17457 ]
17458 },
17459 {
@@ -17477,10 +17477,10 @@
17477 "zh-chs": "桌面提示+工具栏",
17478 "zh-cht": "桌面提示+工具欄",
17479 "xloc": [
17480 - "default.handlebars->37->1745",
17481 - "default.handlebars->37->2329",
17482 - "default.handlebars->37->2431",
17483 - "default.handlebars->37->790"
17480 + "default.handlebars->37->1751",
17481 + "default.handlebars->37->2335",
17482 + "default.handlebars->37->2437",
17483 + "default.handlebars->37->796"
17484 ]
17485 },
17486 {
@@ -17503,7 +17503,7 @@
17503 "tr": "Masaüstü Oturumu",
17504 "zh-chs": "桌面会话",
17505 "xloc": [
17506 - "default.handlebars->37->2551"
17506 + "default.handlebars->37->2557"
17507 ]
17508 },
17509 {
@@ -17597,10 +17597,10 @@
17597 "zh-chs": "桌面工具栏",
17598 "zh-cht": "桌面工具欄",
17599 "xloc": [
17600 - "default.handlebars->37->1746",
17601 - "default.handlebars->37->2330",
17602 - "default.handlebars->37->2432",
17603 - "default.handlebars->37->791"
17600 + "default.handlebars->37->1752",
17601 + "default.handlebars->37->2336",
17602 + "default.handlebars->37->2438",
17603 + "default.handlebars->37->797"
17604 ]
17605 },
17606 {
@@ -17623,7 +17623,7 @@
17623 "tr": "Yalnızca Masaüstü Görünümü",
17624 "zh-chs": "仅桌面视图",
17625 "xloc": [
17626 - "default.handlebars->37->2407"
17626 + "default.handlebars->37->2413"
17627 ]
17628 },
17629 {
@@ -17646,7 +17646,7 @@
17646 "tr": "Masaüstü, Yalnızca görüntüleme",
17647 "zh-chs": "桌面,仅查看",
17648 "xloc": [
17649 - "default.handlebars->37->973"
17649 + "default.handlebars->37->979"
17650 ]
17651 },
17652 {
@@ -17670,7 +17670,7 @@
17670 "zh-chs": "桌面时段",
17671 "zh-cht": "桌面時段",
17672 "xloc": [
17673 - "default.handlebars->37->1185"
17673 + "default.handlebars->37->1191"
17674 ]
17675 },
17676 {
@@ -17743,8 +17743,8 @@
17743 "zh-chs": "细节",
17744 "zh-cht": "細節",
17745 "xloc": [
17746 - "default-mobile.handlebars->11->315",
17747 - "default.handlebars->37->1931",
17746 + "default-mobile.handlebars->11->321",
17747 + "default.handlebars->37->1937",
17748 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
17749 "default.handlebars->contextMenu->cxdetails"
17750 ]
@@ -17794,14 +17794,14 @@
17794 "zh-chs": "设备",
17795 "zh-cht": "裝置",
17796 "xloc": [
17797 - "default-mobile.handlebars->11->508",
17798 - "default.handlebars->37->1305",
17799 - "default.handlebars->37->1413",
17800 - "default.handlebars->37->1869",
17797 + "default-mobile.handlebars->11->514",
17798 + "default.handlebars->37->1311",
17799 + "default.handlebars->37->1419",
17800 + "default.handlebars->37->1875",
17801 "default.handlebars->37->252",
17802 - "default.handlebars->37->2520",
17803 - "default.handlebars->37->2582",
17804 - "default.handlebars->37->2597",
17802 + "default.handlebars->37->2526",
17803 + "default.handlebars->37->2588",
17804 + "default.handlebars->37->2603",
17805 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
17806 ]
17807 },
@@ -17826,9 +17826,9 @@
17826 "zh-chs": "设备指令",
17827 "zh-cht": "裝置指令",
17828 "xloc": [
17829 - "default-mobile.handlebars->11->333",
17830 - "default-mobile.handlebars->11->342",
17831 - "default.handlebars->37->1021"
17829 + "default-mobile.handlebars->11->339",
17830 + "default-mobile.handlebars->11->348",
17831 + "default.handlebars->37->1027"
17832 ]
17833 },
17834 {
@@ -17898,7 +17898,7 @@
17898 "tr": "Cihaz Ayrıntıları",
17899 "zh-chs": "设备详情",
17900 "xloc": [
17901 - "default.handlebars->37->1893"
17901 + "default.handlebars->37->1899"
17902 ]
17903 },
17904 {
@@ -17947,18 +17947,18 @@
17947 "zh-cht": "裝置群",
17948 "xloc": [
17949 "agent-translations.json",
17950 - "default-mobile.handlebars->11->663",
17951 - "default.handlebars->37->1864",
17952 - "default.handlebars->37->1867",
17953 - "default.handlebars->37->1868",
17954 - "default.handlebars->37->2174",
17955 - "default.handlebars->37->2355",
17950 + "default-mobile.handlebars->11->669",
17951 + "default.handlebars->37->1870",
17952 + "default.handlebars->37->1873",
17953 + "default.handlebars->37->1874",
17954 + "default.handlebars->37->2180",
17955 "default.handlebars->37->2361",
17957 - "default.handlebars->37->2508",
17958 - "default.handlebars->37->2567",
17959 - "default.handlebars->37->2586",
17960 - "default.handlebars->37->2600",
17961 - "default.handlebars->37->2637"
17956 + "default.handlebars->37->2367",
17957 + "default.handlebars->37->2514",
17958 + "default.handlebars->37->2573",
17959 + "default.handlebars->37->2592",
17960 + "default.handlebars->37->2606",
17961 + "default.handlebars->37->2643"
17962 ]
17963 },
17964 {
@@ -17982,8 +17982,8 @@
17982 "zh-chs": "设备组用户",
17983 "zh-cht": "裝置群用戶",
17984 "xloc": [
17985 - "default-mobile.handlebars->11->652",
17986 - "default.handlebars->37->1937"
17985 + "default-mobile.handlebars->11->658",
17986 + "default.handlebars->37->1943"
17987 ]
17988 },
17989 {
@@ -18008,11 +18008,11 @@
18008 "zh-cht": "裝置群",
18009 "xloc": [
18010 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
18011 - "default.handlebars->37->2190",
18012 - "default.handlebars->37->2299",
18013 - "default.handlebars->37->2342",
18014 - "default.handlebars->37->2428",
18015 - "default.handlebars->37->2688",
18011 + "default.handlebars->37->2196",
18012 + "default.handlebars->37->2305",
18013 + "default.handlebars->37->2348",
18014 + "default.handlebars->37->2434",
18015 + "default.handlebars->37->2694",
18016 "default.handlebars->container->column_l->p2->p2info->9"
18017 ]
18018 },
@@ -18037,7 +18037,7 @@
18037 "zh-chs": "设备信息导出",
18038 "zh-cht": "裝置訊息輸出",
18039 "xloc": [
18040 - "default.handlebars->37->652"
18040 + "default.handlebars->37->658"
18041 ]
18042 },
18043 {
@@ -18061,7 +18061,7 @@
18061 "zh-chs": "设备位置",
18062 "zh-cht": "裝置位置",
18063 "xloc": [
18064 - "default.handlebars->37->1065"
18064 + "default.handlebars->37->1071"
18065 ]
18066 },
18067 {
@@ -18085,7 +18085,7 @@
18085 "zh-chs": "设备消息",
18086 "zh-cht": "裝置訊息",
18087 "xloc": [
18088 - "default.handlebars->37->957"
18088 + "default.handlebars->37->963"
18089 ]
18090 },
18091 {
@@ -18109,11 +18109,11 @@
18109 "zh-chs": "设备名称",
18110 "zh-cht": "裝置名稱",
18111 "xloc": [
18112 - "default-mobile.handlebars->11->360",
18113 - "default.handlebars->37->1104",
18114 - "default.handlebars->37->2566",
18115 - "default.handlebars->37->404",
18116 - "default.handlebars->37->413",
18112 + "default-mobile.handlebars->11->366",
18113 + "default.handlebars->37->1110",
18114 + "default.handlebars->37->2572",
18115 + "default.handlebars->37->410",
18116 + "default.handlebars->37->419",
18117 "player.handlebars->3->24"
18118 ]
18119 },
@@ -18138,8 +18138,8 @@
18138 "zh-chs": "设备通知",
18139 "zh-cht": "裝置通知",
18140 "xloc": [
18141 - "default.handlebars->37->631",
18142 - "default.handlebars->37->962"
18141 + "default.handlebars->37->637",
18142 + "default.handlebars->37->968"
18143 ]
18144 },
18145 {
@@ -18162,7 +18162,7 @@
18162 "tr": "Cihaz Eşleştirme Bağlantısı",
18163 "zh-chs": "设备配对链接",
18164 "xloc": [
18165 - "default-mobile.handlebars->11->606"
18165 + "default-mobile.handlebars->11->612"
18166 ]
18167 },
18168 {
@@ -18185,7 +18185,7 @@
18185 "tr": "Cihaz İtme",
18186 "zh-chs": "设备推送",
18187 "xloc": [
18188 - "default.handlebars->37->2447"
18188 + "default.handlebars->37->2453"
18189 ]
18190 },
18191 {
@@ -18250,7 +18250,7 @@
18250 "zh-chs": "设备共享链接",
18251 "zh-cht": "設備共享鏈接",
18252 "xloc": [
18253 - "default.handlebars->37->889"
18253 + "default.handlebars->37->895"
18254 ]
18255 },
18256 {
@@ -18294,7 +18294,7 @@
18294 "zh-chs": "设备提示",
18295 "zh-cht": "裝置吐司",
18296 "xloc": [
18297 - "default-mobile.handlebars->11->310"
18297 + "default-mobile.handlebars->11->316"
18298 ]
18299 },
18300 {
@@ -18317,12 +18317,12 @@
18317 "tr": "Cihaz tipi",
18318 "zh-chs": "设备类型",
18319 "xloc": [
18320 - "default-mobile.handlebars->11->259",
18321 - "default-mobile.handlebars->11->261",
18322 - "default-mobile.handlebars->11->263",
18323 - "default.handlebars->37->735",
18324 - "default.handlebars->37->737",
18325 - "default.handlebars->37->739"
18320 + "default-mobile.handlebars->11->265",
18321 + "default-mobile.handlebars->11->267",
18322 + "default-mobile.handlebars->11->269",
18323 + "default.handlebars->37->741",
18324 + "default.handlebars->37->743",
18325 + "default.handlebars->37->745"
18326 ]
18327 },
18328 {
@@ -18369,11 +18369,11 @@
18369 "zh-chs": "设备连接。",
18370 "zh-cht": "裝置連接。",
18371 "xloc": [
18372 - "default.handlebars->37->1652",
18373 - "default.handlebars->37->1958",
18374 - "default.handlebars->37->1962",
18375 - "default.handlebars->37->904",
18376 - "default.handlebars->37->908"
18372 + "default.handlebars->37->1658",
18373 + "default.handlebars->37->1964",
18374 + "default.handlebars->37->1968",
18375 + "default.handlebars->37->910",
18376 + "default.handlebars->37->914"
18377 ]
18378 },
18379 {
@@ -18397,11 +18397,11 @@
18397 "zh-chs": "设备断开连接。",
18398 "zh-cht": "裝置斷開連接。",
18399 "xloc": [
18400 - "default.handlebars->37->1653",
18401 - "default.handlebars->37->1959",
18402 - "default.handlebars->37->1963",
18403 - "default.handlebars->37->905",
18404 - "default.handlebars->37->909"
18400 + "default.handlebars->37->1659",
18401 + "default.handlebars->37->1965",
18402 + "default.handlebars->37->1969",
18403 + "default.handlebars->37->911",
18404 + "default.handlebars->37->915"
18405 ]
18406 },
18407 {
@@ -18425,7 +18425,7 @@
18425 "zh-chs": "创建的设备组:{0}",
18426 "zh-cht": "設備組已創建:{0}",
18427 "xloc": [
18428 - "default.handlebars->37->2109"
18428 + "default.handlebars->37->2115"
18429 ]
18430 },
18431 {
@@ -18449,7 +18449,7 @@
18449 "zh-chs": "设备组已删除:{0}",
18450 "zh-cht": "設備組已刪除:{0}",
18451 "xloc": [
18452 - "default.handlebars->37->2110"
18452 + "default.handlebars->37->2116"
18453 ]
18454 },
18455 {
@@ -18473,7 +18473,7 @@
18473 "zh-chs": "设备组成员身份已更改:{0}",
18474 "zh-cht": "設備組成員身份已更改:{0}",
18475 "xloc": [
18476 - "default.handlebars->37->2111"
18476 + "default.handlebars->37->2117"
18477 ]
18478 },
18479 {
@@ -18497,8 +18497,8 @@
18497 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
18498 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
18499 "xloc": [
18500 - "default-mobile.handlebars->11->340",
18501 - "default.handlebars->37->954"
18500 + "default-mobile.handlebars->11->346",
18501 + "default.handlebars->37->960"
18502 ]
18503 },
18504 {
@@ -18522,7 +18522,7 @@
18522 "zh-chs": "设备组通知已更改",
18523 "zh-cht": "設備組通知已更改",
18524 "xloc": [
18525 - "default.handlebars->37->2106"
18525 + "default.handlebars->37->2112"
18526 ]
18527 },
18528 {
@@ -18546,7 +18546,7 @@
18546 "zh-chs": "未删除的设备组:{0}",
18547 "zh-cht": "未刪除的設備組:{0}",
18548 "xloc": [
18549 - "default.handlebars->37->2089"
18549 + "default.handlebars->37->2095"
18550 ]
18551 },
18552 {
@@ -18571,9 +18571,9 @@
18571 "zh-cht": "裝置由電池供電",
18572 "xloc": [
18573 "default-mobile.handlebars->11->192",
18574 - "default-mobile.handlebars->11->248",
18574 + "default-mobile.handlebars->11->254",
18575 "default.handlebars->37->345",
18576 - "default.handlebars->37->719"
18576 + "default.handlebars->37->725"
18577 ]
18578 },
18579 {
@@ -18597,7 +18597,7 @@
18597 "zh-chs": "检测到设备,但无法获得电源状态。",
18598 "zh-cht": "檢測到裝置,但無法獲得電源狀態。",
18599 "xloc": [
18600 - "default.handlebars->37->562"
18600 + "default.handlebars->37->568"
18601 ]
18602 },
18603 {
@@ -18621,8 +18621,8 @@
18621 "zh-chs": "设备正在休眠(S4)",
18622 "zh-cht": "裝置正在休眠(S4)",
18623 "xloc": [
18624 - "default-mobile.handlebars->11->232",
18625 - "default.handlebars->37->568"
18624 + "default-mobile.handlebars->11->238",
18625 + "default.handlebars->37->574"
18626 ]
18627 },
18628 {
@@ -18646,8 +18646,8 @@
18646 "zh-chs": "设备处于深度睡眠状态(S3)",
18647 "zh-cht": "裝置處於深度睡眠狀態(S3)",
18648 "xloc": [
18649 - "default-mobile.handlebars->11->231",
18650 - "default.handlebars->37->567"
18649 + "default-mobile.handlebars->11->237",
18650 + "default.handlebars->37->573"
18651 ]
18652 },
18653 {
@@ -18671,7 +18671,7 @@
18671 "zh-chs": "设备处于深度睡眠状态(S3)。",
18672 "zh-cht": "裝置處於深度睡眠狀態(S3)。",
18673 "xloc": [
18674 - "default.handlebars->37->556"
18674 + "default.handlebars->37->562"
18675 ]
18676 },
18677 {
@@ -18695,7 +18695,7 @@
18695 "zh-chs": "设备处于休眠状态(S4)。",
18696 "zh-cht": "裝置處於休眠狀態(S4)。",
18697 "xloc": [
18698 - "default.handlebars->37->558"
18698 + "default.handlebars->37->564"
18699 ]
18700 },
18701 {
@@ -18719,7 +18719,7 @@
18719 "zh-chs": "设备处于关机状态(S5)。",
18720 "zh-cht": "裝置處於關機狀態(S5)。",
18721 "xloc": [
18722 - "default.handlebars->37->560"
18722 + "default.handlebars->37->566"
18723 ]
18724 },
18725 {
@@ -18743,8 +18743,8 @@
18743 "zh-chs": "设备处于睡眠状态(S1)",
18744 "zh-cht": "裝置處於睡眠狀態(S1)",
18745 "xloc": [
18746 - "default-mobile.handlebars->11->229",
18747 - "default.handlebars->37->565"
18746 + "default-mobile.handlebars->11->235",
18747 + "default.handlebars->37->571"
18748 ]
18749 },
18750 {
@@ -18768,7 +18768,7 @@
18768 "zh-chs": "设备处于睡眠状态(S1)。",
18769 "zh-cht": "裝置處於睡眠狀態(S1)。",
18770 "xloc": [
18771 - "default.handlebars->37->552"
18771 + "default.handlebars->37->558"
18772 ]
18773 },
18774 {
@@ -18792,8 +18792,8 @@
18792 "zh-chs": "设备处于睡眠状态(S2)",
18793 "zh-cht": "裝置處於睡眠狀態(S2)",
18794 "xloc": [
18795 - "default-mobile.handlebars->11->230",
18796 - "default.handlebars->37->566"
18795 + "default-mobile.handlebars->11->236",
18796 + "default.handlebars->37->572"
18797 ]
18798 },
18799 {
@@ -18817,7 +18817,7 @@
18817 "zh-chs": "设备处于睡眠状态(S2)。",
18818 "zh-cht": "裝置處於睡眠狀態(S2)。",
18819 "xloc": [
18820 - "default.handlebars->37->554"
18820 + "default.handlebars->37->560"
18821 ]
18822 },
18823 {
@@ -18841,8 +18841,8 @@
18841 "zh-chs": "设备处于软关机状态(S5)",
18842 "zh-cht": "裝置處於軟關機狀態(S5)",
18843 "xloc": [
18844 - "default-mobile.handlebars->11->233",
18845 - "default.handlebars->37->569"
18844 + "default-mobile.handlebars->11->239",
18845 + "default.handlebars->37->575"
18846 ]
18847 },
18848 {
@@ -18867,9 +18867,9 @@
18867 "zh-cht": "裝置已插入",
18868 "xloc": [
18869 "default-mobile.handlebars->11->191",
18870 - "default-mobile.handlebars->11->247",
18870 + "default-mobile.handlebars->11->253",
18871 "default.handlebars->37->344",
18872 - "default.handlebars->37->718"
18872 + "default.handlebars->37->724"
18873 ]
18874 },
18875 {
@@ -18893,8 +18893,8 @@
18893 "zh-chs": "设备已连接电源",
18894 "zh-cht": "裝置已連接電源",
18895 "xloc": [
18896 - "default-mobile.handlebars->11->228",
18897 - "default.handlebars->37->564"
18896 + "default-mobile.handlebars->11->234",
18897 + "default.handlebars->37->570"
18898 ]
18899 },
18900 {
@@ -18918,7 +18918,7 @@
18918 "zh-chs": "设备已连接电源。",
18919 "zh-cht": "裝置已連接電源。",
18920 "xloc": [
18921 - "default.handlebars->37->550"
18921 + "default.handlebars->37->556"
18922 ]
18923 },
18924 {
@@ -18942,8 +18942,8 @@
18942 "zh-chs": "设备存在,但无法确定电源状态",
18943 "zh-cht": "裝置存在,但無法確定電源狀態",
18944 "xloc": [
18945 - "default-mobile.handlebars->11->234",
18946 - "default.handlebars->37->570"
18945 + "default-mobile.handlebars->11->240",
18946 + "default.handlebars->37->576"
18947 ]
18948 },
18949 {
@@ -18967,7 +18967,7 @@
18967 "zh-chs": "设备名称",
18968 "zh-cht": "裝置名稱",
18969 "xloc": [
18970 - "default.handlebars->37->710"
18970 + "default.handlebars->37->716"
18971 ]
18972 },
18973 {
@@ -18991,7 +18991,7 @@
18991 "zh-chs": "设备通知",
18992 "zh-cht": "設備通知",
18993 "xloc": [
18994 - "default.handlebars->37->592"
18994 + "default.handlebars->37->598"
18995 ]
18996 },
18997 {
@@ -19014,7 +19014,7 @@
19014 "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
19015 "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
19016 "xloc": [
19017 - "default.handlebars->37->2144"
19017 + "default.handlebars->37->2150"
19018 ]
19019 },
19020 {
@@ -19038,7 +19038,7 @@
19038 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
19039 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
19040 "xloc": [
19041 - "default.handlebars->37->2091"
19041 + "default.handlebars->37->2097"
19042 ]
19043 },
19044 {
@@ -19083,9 +19083,9 @@

This file is too large to show in full.

views/sharing.handlebars
+1
@@ -49,6 +49,7 @@
49 <div class='deskareaicon' title="Toggle View Mode" onclick="toggleAspectRatio(1)">&#8690;</div>
50 <div class='deskareaicon' title="Rotate Left" onclick="drotate(-1)">&olarr;</div>
51 <div class='deskareaicon' title="Rotate Right" onclick="drotate(1)">&orarr;</div>
52 + <div id="deskRecordIcon" class='deskareaicon' title="Server is recording this session" style="display:none;background-color:red;width:12px;height:12px;border-radius:6px;margin-top:5px"></div>
53 <input id="deskActionsSettings" type="button" value="Settings..." title="Edit remote desktop settings" onkeypress="return false" onkeydown="return false" onclick="showDesktopSettings()" class="mR" />
54 <div id="desktopCustomUiButtons" style="float:left"></div>
55 </div>