Added MeshCentral Router link customization.

Ylian Saint-Hilaire committed Feb 24, 2021 at 17:48 UTC 9b7a5d8ffcd1aa401126d654e0d97f87094ec822
5 files changed +1671 -1611
meshcentral-config-schema.json
+27
@@ -224,6 +224,33 @@
224 "additionalProperties": false,
225 "required": [ "name", "url" ]
226 },
227 + "deviceMeshRouterLinks": {
228 + "rdp": { "type": "boolean", "default": true, "description": "Display a RDP link in the device tab when supported." },
229 + "ssh": { "type": "boolean", "default": true, "description": "Display a SSH link in the device tab when supported." },
230 + "scp": { "type": "boolean", "default": true, "description": "Display a SCP link in the device tab when supported." },
231 + "extralinks": {
232 + "type": "array",
233 + "items": {
234 + "type": "object",
235 + "additionalProperties": false,
236 + "required": [ "name", "protocol", "port" ],
237 + "properties": {
238 + "name": {
239 + "description": "Name os the link to be displayed on the web site.",
240 + "type": "string"
241 + },
242 + "protocol": {
243 + "description": "Protocol. Valid values are: custom,http,https,rdp,ssh,scp.",
244 + "type": "string"
245 + },
246 + "port": {
247 + "description": "The port on the remote device.",
248 + "type": "number"
249 + }
250 + }
251 + }
252 + }
253 + },
254 "certUrl": {
255 "type": "string",
256 "format": "uri",
meshuser.js
+1
@@ -460,6 +460,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
460 if (matchingDomains.length > 0) { serverinfo.amtAcmFqdn = matchingDomains; }
461 }
462 if ((typeof domain.altmessenging == 'object') && (typeof domain.altmessenging.name == 'string') && (typeof domain.altmessenging.url == 'string')) { serverinfo.altmessenging = [{ name: domain.altmessenging.name, url: domain.altmessenging.url }]; }
463 + if (typeof domain.devicemeshrouterlinks == 'object') { serverinfo.devicemeshrouterlinks = domain.devicemeshrouterlinks; }
464 if (Array.isArray(domain.altmessenging)) { serverinfo.altmessenging = []; for (var i in domain.altmessenging) { if ((typeof domain.altmessenging[i] == 'object') && (typeof domain.altmessenging[i].name == 'string') && (typeof domain.altmessenging[i].url == 'string')) { serverinfo.altmessenging.push({ name: domain.altmessenging[i].name, url: domain.altmessenging[i].url }); } } }
465 serverinfo.https = true;
466 serverinfo.redirport = args.redirport;
sample-config-advanced.json
+17
@@ -149,6 +149,23 @@
149 "name": "Jitsi",
150 "url": "https://meet.jit.si/myserver-{0}"
151 },
152 + "_deviceMeshRouterLinks": {
153 + "rdp": true,
154 + "ssh": true,
155 + "scp": true,
156 + "extralinks": [
157 + {
158 + "name": "HTTP",
159 + "protocol": "http",
160 + "port": 80
161 + },
162 + {
163 + "name": "HTTPS",
164 + "protocol": "https",
165 + "port": 443
166 + }
167 + ]
168 + },
169 "myServer": {
170 "Backup": false,
171 "Restore": false,
translate/translate.json
+1600 -1599
@@ -17,8 +17,8 @@
17 "zh-chs": " + CIRA",
18 "zh-cht": " + CIRA",
19 "xloc": [
20 - "default.handlebars->31->1458",
21 - "default.handlebars->31->1460"
20 + "default.handlebars->31->1459",
21 + "default.handlebars->31->1461"
22 ]
23 },
24 {
@@ -204,7 +204,7 @@
204 "zh-chs": " 可以使用密码提示,但不建议使用。",
205 "zh-cht": " 可以使用密碼提示,但不建議使用。",
206 "xloc": [
207 - "default.handlebars->31->1371"
207 + "default.handlebars->31->1372"
208 ]
209 },
210 {
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->31->1535",
228 - "default.handlebars->31->2013"
227 + "default.handlebars->31->1536",
228 + "default.handlebars->31->2014"
229 ]
230 },
231 {
@@ -432,7 +432,7 @@
432 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
433 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
434 "xloc": [
435 - "default.handlebars->31->1504",
435 + "default.handlebars->31->1505",
436 "default.handlebars->31->327"
437 ]
438 },
@@ -508,7 +508,7 @@
508 "zh-cht": ",",
509 "xloc": [
510 "default-mobile.handlebars->11->565",
511 - "default.handlebars->31->1606"
511 + "default.handlebars->31->1607"
512 ]
513 },
514 {
@@ -550,7 +550,7 @@
550 "zh-cht": ",MQTT在線",
551 "xloc": [
552 "default-mobile.handlebars->11->482",
553 - "default.handlebars->31->1111"
553 + "default.handlebars->31->1112"
554 ]
555 },
556 {
@@ -558,7 +558,7 @@
558 "fr": ", Pas de consentement",
559 "nl": ", Geen toestemming",
560 "xloc": [
561 - "default.handlebars->31->719"
561 + "default.handlebars->31->720"
562 ]
563 },
564 {
@@ -578,7 +578,7 @@
578 "zh-chs": ",提示同意",
579 "zh-cht": ",提示同意",
580 "xloc": [
581 - "default.handlebars->31->720"
581 + "default.handlebars->31->721"
582 ]
583 },
584 {
@@ -598,7 +598,7 @@
598 "zh-chs": ",软体KVM",
599 "zh-cht": ",軟體KVM",
600 "xloc": [
601 - "default.handlebars->31->894",
601 + "default.handlebars->31->895",
602 "desktop.handlebars->3->12"
603 ]
604 },
@@ -607,7 +607,7 @@
607 "fr": ", barre d'outils",
608 "nl": ", Werkbalk",
609 "xloc": [
610 - "default.handlebars->31->721"
610 + "default.handlebars->31->722"
611 ]
612 },
613 {
@@ -615,7 +615,7 @@
615 "nl": ", Alleen kijken",
616 "fr": ", Visualisation seulement",
617 "xloc": [
618 - "default.handlebars->31->718"
618 + "default.handlebars->31->719"
619 ]
620 },
621 {
@@ -637,9 +637,9 @@
637 "xloc": [
638 "default-mobile.handlebars->11->323",
639 "default-mobile.handlebars->11->356",
640 - "default.handlebars->31->901",
641 - "default.handlebars->31->962",
642 - "default.handlebars->31->974",
640 + "default.handlebars->31->902",
641 + "default.handlebars->31->963",
642 + "default.handlebars->31->975",
643 "desktop.handlebars->3->19",
644 "terminal.handlebars->3->9",
645 "xterm.handlebars->9->6"
@@ -762,7 +762,7 @@
762 "zh-chs": ",{0}观看",
763 "zh-cht": ",{0}觀看",
764 "xloc": [
765 - "default.handlebars->31->895",
765 + "default.handlebars->31->896",
766 "desktop.handlebars->3->13"
767 ]
768 },
@@ -827,9 +827,9 @@
827 "xloc": [
828 "default-mobile.handlebars->11->123",
829 "default-mobile.handlebars->11->358",
830 - "default.handlebars->31->1658",
831 - "default.handlebars->31->2172",
832 - "default.handlebars->31->980"
830 + "default.handlebars->31->1659",
831 + "default.handlebars->31->2173",
832 + "default.handlebars->31->981"
833 ]
834 },
835 {
@@ -886,7 +886,7 @@
886 "zh-chs": "1个活跃时段",
887 "zh-cht": "1個活躍時段",
888 "xloc": [
889 - "default.handlebars->31->2084"
889 + "default.handlebars->31->2085"
890 ]
891 },
892 {
@@ -908,7 +908,7 @@
908 "xloc": [
909 "default-mobile.handlebars->11->133",
910 "default-mobile.handlebars->11->608",
911 - "default.handlebars->31->1682",
911 + "default.handlebars->31->1683",
912 "download.handlebars->3->1",
913 "download2.handlebars->5->1"
914 ]
@@ -930,7 +930,7 @@
930 "zh-chs": "1条连接",
931 "zh-cht": "1位聯絡文",
932 "xloc": [
933 - "default.handlebars->31->897",
933 + "default.handlebars->31->898",
934 "desktop.handlebars->3->15"
935 ]
936 },
@@ -973,7 +973,7 @@
973 "zh-chs": "1组",
974 "zh-cht": "1群",
975 "xloc": [
976 - "default.handlebars->31->2047"
976 + "default.handlebars->31->2048"
977 ]
978 },
979 {
@@ -1015,7 +1015,7 @@
1015 "zh-chs": "1分钟",
1016 "zh-cht": "1分鐘",
1017 "xloc": [
1018 - "default.handlebars->31->777"
1018 + "default.handlebars->31->778"
1019 ]
1020 },
1021 {
@@ -1077,7 +1077,7 @@
1077 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1078 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1079 "xloc": [
1080 - "default.handlebars->31->1837"
1080 + "default.handlebars->31->1838"
1081 ]
1082 },
1083 {
@@ -1143,7 +1143,7 @@
1143 "default-mobile.handlebars->11->191",
1144 "default-mobile.handlebars->11->194",
1145 "default-mobile.handlebars->11->197",
1146 - "default.handlebars->31->1841",
1146 + "default.handlebars->31->1842",
1147 "default.handlebars->31->272",
1148 "default.handlebars->31->275",
1149 "default.handlebars->31->278",
@@ -1275,7 +1275,7 @@
1275 "zh-chs": "10分钟",
1276 "zh-cht": "10分鐘",
1277 "xloc": [
1278 - "default.handlebars->31->779"
1278 + "default.handlebars->31->780"
1279 ]
1280 },
1281 {
@@ -1358,7 +1358,7 @@
1358 "zh-chs": "12小时",
1359 "zh-cht": "12小時",
1360 "xloc": [
1361 - "default.handlebars->31->787"
1361 + "default.handlebars->31->788"
1362 ]
1363 },
1364 {
@@ -1400,7 +1400,7 @@
1400 "zh-chs": "15分钟",
1401 "zh-cht": "15分鐘",
1402 "xloc": [
1403 - "default.handlebars->31->780"
1403 + "default.handlebars->31->781"
1404 ]
1405 },
1406 {
@@ -1420,7 +1420,7 @@
1420 "zh-chs": "16小时",
1421 "zh-cht": "16小時",
1422 "xloc": [
1423 - "default.handlebars->31->788"
1423 + "default.handlebars->31->789"
1424 ]
1425 },
1426 {
@@ -1440,7 +1440,7 @@
1440 "zh-chs": "2天",
1441 "zh-cht": "2天",
1442 "xloc": [
1443 - "default.handlebars->31->790"
1443 + "default.handlebars->31->791"
1444 ]
1445 },
1446 {
@@ -1460,7 +1460,7 @@
1460 "zh-chs": "2小时",
1461 "zh-cht": "2小時",
1462 "xloc": [
1463 - "default.handlebars->31->784"
1463 + "default.handlebars->31->785"
1464 ]
1465 },
1466 {
@@ -1564,7 +1564,7 @@
1564 "zh-chs": "24小时",
1565 "zh-cht": "24小時",
1566 "xloc": [
1567 - "default.handlebars->31->789"
1567 + "default.handlebars->31->790"
1568 ]
1569 },
1570 {
@@ -1626,7 +1626,7 @@
1626 "zh-chs": "2FA备份代码已清除",
1627 "zh-cht": "2FA備份代碼已清除",
1628 "xloc": [
1629 - "default.handlebars->31->1793"
1629 + "default.handlebars->31->1794"
1630 ]
1631 },
1632 {
@@ -1646,8 +1646,8 @@
1646 "zh-chs": "启用第二因素身份验证",
1647 "zh-cht": "啟用第二因素身份驗證",
1648 "xloc": [
1649 - "default.handlebars->31->1854",
1650 - "default.handlebars->31->2069"
1649 + "default.handlebars->31->1855",
1650 + "default.handlebars->31->2070"
1651 ]
1652 },
1653 {
@@ -1766,7 +1766,7 @@
1766 "zh-chs": "30分钟",
1767 "zh-cht": "30分鐘",
1768 "xloc": [
1769 - "default.handlebars->31->781"
1769 + "default.handlebars->31->782"
1770 ]
1771 },
1772 {
@@ -1829,7 +1829,7 @@
1829 "zh-chs": "4天",
1830 "zh-cht": "4天",
1831 "xloc": [
1832 - "default.handlebars->31->791"
1832 + "default.handlebars->31->792"
1833 ]
1834 },
1835 {
@@ -1849,7 +1849,7 @@
1849 "zh-chs": "4个小时",
1850 "zh-cht": "4個小時",
1851 "xloc": [
1852 - "default.handlebars->31->785"
1852 + "default.handlebars->31->786"
1853 ]
1854 },
1855 {
@@ -1932,7 +1932,7 @@
1932 "zh-chs": "45分钟",
1933 "zh-cht": "45分鐘",
1934 "xloc": [
1935 - "default.handlebars->31->782"
1935 + "default.handlebars->31->783"
1936 ]
1937 },
1938 {
@@ -1972,7 +1972,7 @@
1972 "zh-chs": "5分钟",
1973 "zh-cht": "5分鐘",
1974 "xloc": [
1975 - "default.handlebars->31->778"
1975 + "default.handlebars->31->779"
1976 ]
1977 },
1978 {
@@ -2098,7 +2098,7 @@
2098 "zh-chs": "60分钟",
2099 "zh-cht": "60分鐘",
2100 "xloc": [
2101 - "default.handlebars->31->783"
2101 + "default.handlebars->31->784"
2102 ]
2103 },
2104 {
@@ -2218,7 +2218,7 @@
2218 "zh-chs": "7天电源状态",
2219 "zh-cht": "7天電源狀態",
2220 "xloc": [
2221 - "default.handlebars->31->822"
2221 + "default.handlebars->31->823"
2222 ]
2223 },
2224 {
@@ -2283,7 +2283,7 @@
2283 "xloc": [
2284 "default.handlebars->31->351",
2285 "default.handlebars->31->365",
2286 - "default.handlebars->31->786"
2286 + "default.handlebars->31->787"
2287 ]
2288 },
2289 {
@@ -2515,7 +2515,7 @@
2515 "zh-cht": "ACM",
2516 "xloc": [
2517 "default-mobile.handlebars->11->255",
2518 - "default.handlebars->31->1474",
2518 + "default.handlebars->31->1475",
2519 "default.handlebars->31->595"
2520 ]
2521 },
@@ -2708,7 +2708,7 @@
2708 "zh-cht": "拒絕存取",
2709 "xloc": [
2710 "default-mobile.handlebars->11->483",
2711 - "default.handlebars->31->1112"
2711 + "default.handlebars->31->1113"
2712 ]
2713 },
2714 {
@@ -2750,7 +2750,7 @@
2750 "zh-chs": "访问服务器档案",
2751 "zh-cht": "存取伺服器檔案",
2752 "xloc": [
2753 - "default.handlebars->31->2019"
2753 + "default.handlebars->31->2020"
2754 ]
2755 },
2756 {
@@ -2839,9 +2839,9 @@
2839 "default-mobile.handlebars->11->230",
2840 "default-mobile.handlebars->11->232",
2841 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2842 - "default.handlebars->31->1380",
2843 - "default.handlebars->31->1382",
2844 - "default.handlebars->31->2286",
2842 + "default.handlebars->31->1381",
2843 + "default.handlebars->31->1383",
2844 + "default.handlebars->31->2287",
2845 "default.handlebars->31->564",
2846 "default.handlebars->31->566"
2847 ]
@@ -2852,7 +2852,7 @@
2852 "fr": "Paramètres du compte",
2853 "xloc": [
2854 "default-mobile.handlebars->11->576",
2855 - "default.handlebars->31->2180"
2855 + "default.handlebars->31->2181"
2856 ]
2857 },
2858 {
@@ -2913,7 +2913,7 @@
2913 "zh-chs": "帐户已更改:{0}",
2914 "zh-cht": "帳戶已更改:{0}",
2915 "xloc": [
2916 - "default.handlebars->31->1766"
2916 + "default.handlebars->31->1767"
2917 ]
2918 },
2919 {
@@ -2933,7 +2933,7 @@
2933 "zh-chs": "创建帐户,电子邮件为{0}",
2934 "zh-cht": "創建帳戶,電子郵件為{0}",
2935 "xloc": [
2936 - "default.handlebars->31->1765"
2936 + "default.handlebars->31->1766"
2937 ]
2938 },
2939 {
@@ -2953,7 +2953,7 @@
2953 "zh-chs": "创建帐户,用户名是{0}",
2954 "zh-cht": "帳戶已創建,用戶名是{0}",
2955 "xloc": [
2956 - "default.handlebars->31->1764"
2956 + "default.handlebars->31->1765"
2957 ]
2958 },
2959 {
@@ -2973,8 +2973,8 @@
2973 "zh-chs": "帐户已被锁定",
2974 "zh-cht": "帳戶已被鎖定",
2975 "xloc": [
2976 - "default.handlebars->31->1856",
2977 - "default.handlebars->31->2016"
2976 + "default.handlebars->31->1857",
2977 + "default.handlebars->31->2017"
2978 ]
2979 },
2980 {
@@ -2995,7 +2995,7 @@
2995 "zh-cht": "達到帳戶限制。",
2996 "xloc": [
2997 "default-mobile.handlebars->11->588",
2998 - "default.handlebars->31->2192",
2998 + "default.handlebars->31->2193",
2999 "login-mobile.handlebars->5->6",
3000 "login.handlebars->5->6",
3001 "login2.handlebars->7->7"
@@ -3040,7 +3040,7 @@
3040 "zh-chs": "帐号登录",
3041 "zh-cht": "帳號登錄",
3042 "xloc": [
3043 - "default.handlebars->31->1701"
3043 + "default.handlebars->31->1702"
3044 ]
3045 },
3046 {
@@ -3060,7 +3060,7 @@
3060 "zh-chs": "帐户登出",
3061 "zh-cht": "帳戶登出",
3062 "xloc": [
3063 - "default.handlebars->31->1702"
3063 + "default.handlebars->31->1703"
3064 ]
3065 },
3066 {
@@ -3102,7 +3102,7 @@
3102 "zh-chs": "帐户密码已更改:{0}",
3103 "zh-cht": "帳戶密碼已更改:{0}",
3104 "xloc": [
3105 - "default.handlebars->31->1774"
3105 + "default.handlebars->31->1775"
3106 ]
3107 },
3108 {
@@ -3122,7 +3122,7 @@
3122 "zh-chs": "帐户已删除",
3123 "zh-cht": "帳戶已刪除",
3124 "xloc": [
3125 - "default.handlebars->31->1763"
3125 + "default.handlebars->31->1764"
3126 ]
3127 },
3128 {
@@ -3163,7 +3163,7 @@
3163 "zh-cht": "指令",
3164 "xloc": [
3165 "default-mobile.handlebars->11->489",
3166 - "default.handlebars->31->1118",
3166 + "default.handlebars->31->1119",
3167 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3168 ]
3169 },
@@ -3184,8 +3184,8 @@
3184 "zh-chs": "动作档案",
3185 "zh-cht": "動作檔案",
3186 "xloc": [
3187 - "default.handlebars->31->868",
3188 - "default.handlebars->31->870"
3187 + "default.handlebars->31->869",
3188 + "default.handlebars->31->871"
3189 ]
3190 },
3191 {
@@ -3291,7 +3291,7 @@
3291 "zh-chs": "如果ACM失败,则激活到CCM",
3292 "zh-cht": "如果ACM失敗,則激活到CCM",
3293 "xloc": [
3294 - "default.handlebars->31->1495"
3294 + "default.handlebars->31->1496"
3295 ]
3296 },
3297 {
@@ -3314,7 +3314,7 @@
3314 "default-mobile.handlebars->11->250",
3315 "default-mobile.handlebars->11->252",
3316 "default-mobile.handlebars->11->445",
3317 - "default.handlebars->31->1073",
3317 + "default.handlebars->31->1074",
3318 "default.handlebars->31->588",
3319 "default.handlebars->31->590"
3320 ]
@@ -3356,7 +3356,7 @@
3356 "zh-chs": "主动设备共享",
3357 "zh-cht": "主動設備共享",
3358 "xloc": [
3359 - "default.handlebars->31->712"
3359 + "default.handlebars->31->713"
3360 ]
3361 },
3362 {
@@ -3382,7 +3382,7 @@
3382 "nl": "Toevoegen",
3383 "xloc": [
3384 "default-mobile.handlebars->11->349",
3385 - "default.handlebars->31->931"
3385 + "default.handlebars->31->932"
3386 ]
3387 },
3388 {
@@ -3402,7 +3402,7 @@
3402 "zh-chs": "添加代理",
3403 "zh-cht": "新增代理",
3404 "xloc": [
3405 - "default.handlebars->31->1470",
3405 + "default.handlebars->31->1471",
3406 "default.handlebars->31->305"
3407 ]
3408 },
@@ -3440,8 +3440,8 @@
3440 "zh-chs": "添加设备",
3441 "zh-cht": "新增裝置",
3442 "xloc": [
3443 - "default.handlebars->31->1993",
3444 - "default.handlebars->31->2119"
3443 + "default.handlebars->31->1994",
3444 + "default.handlebars->31->2120"
3445 ]
3446 },
3447 {
@@ -3461,7 +3461,7 @@
3461 "zh-chs": "添加设备日志",
3462 "zh-cht": "新增裝置日誌",
3463 "xloc": [
3464 - "default.handlebars->31->763"
3464 + "default.handlebars->31->764"
3465 ]
3466 },
3467 {
@@ -3481,9 +3481,9 @@
3481 "zh-chs": "添加设备组",
3482 "zh-cht": "新增裝置群",
3483 "xloc": [
3484 - "default.handlebars->31->1570",
3485 - "default.handlebars->31->1987",
3486 - "default.handlebars->31->2107",
3484 + "default.handlebars->31->1571",
3485 + "default.handlebars->31->1988",
3486 + "default.handlebars->31->2108",
3487 "default.handlebars->31->242"
3488 ]
3489 },
@@ -3504,7 +3504,7 @@
3504 "zh-chs": "添加设备组权限",
3505 "zh-cht": "新增裝置群權限",
3506 "xloc": [
3507 - "default.handlebars->31->1567"
3507 + "default.handlebars->31->1568"
3508 ]
3509 },
3510 {
@@ -3524,8 +3524,8 @@
3524 "zh-chs": "添加设备权限",
3525 "zh-cht": "新增裝置權限",
3526 "xloc": [
3527 - "default.handlebars->31->1572",
3528 - "default.handlebars->31->1574"
3527 + "default.handlebars->31->1573",
3528 + "default.handlebars->31->1575"
3529 ]
3530 },
3531 {
@@ -3622,7 +3622,7 @@
3622 "zh-chs": "添加成员身份",
3623 "zh-cht": "新增成員身份",
3624 "xloc": [
3625 - "default.handlebars->31->2139"
3625 + "default.handlebars->31->2140"
3626 ]
3627 },
3628 {
@@ -3662,8 +3662,8 @@
3662 "zh-chs": "添加安全密钥",
3663 "zh-cht": "新增安全密鑰",
3664 "xloc": [
3665 - "default.handlebars->31->1147",
3665 "default.handlebars->31->1148",
3666 + "default.handlebars->31->1149",
3667 "default.handlebars->31->164",
3668 "default.handlebars->31->166",
3669 "default.handlebars->31->169",
@@ -3688,7 +3688,7 @@
3688 "zh-cht": "新增用戶",
3689 "xloc": [
3690 "default-mobile.handlebars->11->505",
3691 - "default.handlebars->31->704"
3691 + "default.handlebars->31->705"
3692 ]
3693 },
3694 {
@@ -3708,7 +3708,7 @@
3708 "zh-chs": "添加用户设备权限",
3709 "zh-cht": "新增用戶裝置權限",
3710 "xloc": [
3711 - "default.handlebars->31->1577"
3711 + "default.handlebars->31->1578"
3712 ]
3713 },
3714 {
@@ -3728,10 +3728,10 @@
3728 "zh-chs": "添加用户组",
3729 "zh-cht": "新增用戶群",
3730 "xloc": [
3731 - "default.handlebars->31->1466",
3732 - "default.handlebars->31->1569",
3733 - "default.handlebars->31->2113",
3734 - "default.handlebars->31->705"
3731 + "default.handlebars->31->1467",
3732 + "default.handlebars->31->1570",
3733 + "default.handlebars->31->2114",
3734 + "default.handlebars->31->706"
3735 ]
3736 },
3737 {
@@ -3751,7 +3751,7 @@
3751 "zh-chs": "添加用户组设备权限",
3752 "zh-cht": "新增用戶群裝置權限",
3753 "xloc": [
3754 - "default.handlebars->31->1579"
3754 + "default.handlebars->31->1580"
3755 ]
3756 },
3757 {
@@ -3808,8 +3808,8 @@
3808 "zh-chs": "添加用户",
3809 "zh-cht": "新增用戶",
3810 "xloc": [
3811 - "default.handlebars->31->1465",
3812 - "default.handlebars->31->1982"
3811 + "default.handlebars->31->1466",
3812 + "default.handlebars->31->1983"
3813 ]
3814 },
3815 {
@@ -3829,7 +3829,7 @@
3829 "zh-chs": "将用户添加到设备组",
3830 "zh-cht": "將用戶新增到裝置群",
3831 "xloc": [
3832 - "default.handlebars->31->1566"
3832 + "default.handlebars->31->1567"
3833 ]
3834 },
3835 {
@@ -3849,7 +3849,7 @@
3849 "zh-chs": "将用户添加到用户组",
3850 "zh-cht": "將用戶新增到用戶群",
3851 "xloc": [
3852 - "default.handlebars->31->2015"
3852 + "default.handlebars->31->2016"
3853 ]
3854 },
3855 {
@@ -3966,7 +3966,7 @@
3966 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3967 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3968 "xloc": [
3969 - "default.handlebars->31->1469",
3969 + "default.handlebars->31->1470",
3970 "default.handlebars->31->304"
3971 ]
3972 },
@@ -4027,7 +4027,7 @@
4027 "zh-chs": "添加了身份验证应用程序",
4028 "zh-cht": "添加了身份驗證應用程序",
4029 "xloc": [
4030 - "default.handlebars->31->1790"
4030 + "default.handlebars->31->1791"
4031 ]
4032 },
4033 {
@@ -4047,7 +4047,7 @@
4047 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
4048 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
4049 "xloc": [
4050 - "default.handlebars->31->1801"
4050 + "default.handlebars->31->1802"
4051 ]
4052 },
4053 {
@@ -4067,8 +4067,8 @@
4067 "zh-chs": "已将设备{0}添加到设备组{1}",
4068 "zh-cht": "已將設備{0}添加到設備組{1}",
4069 "xloc": [
4070 - "default.handlebars->31->1757",
4071 - "default.handlebars->31->1784"
4070 + "default.handlebars->31->1758",
4071 + "default.handlebars->31->1785"
4072 ]
4073 },
4074 {
@@ -4088,7 +4088,7 @@
4088 "zh-chs": "添加了安全密钥",
4089 "zh-cht": "添加了安全密鑰",
4090 "xloc": [
4091 - "default.handlebars->31->1795"
4091 + "default.handlebars->31->1796"
4092 ]
4093 },
4094 {
@@ -4108,7 +4108,7 @@
4108 "zh-chs": "已将用户组{0}添加到设备组{1}",
4109 "zh-cht": "已將用戶組{0}添加到設備組{1}",
4110 "xloc": [
4111 - "default.handlebars->31->1768"
4111 + "default.handlebars->31->1769"
4112 ]
4113 },
4114 {
@@ -4128,8 +4128,8 @@
4128 "zh-chs": "已将用户{0}添加到用户组{1}",
4129 "zh-cht": "已將用戶{0}添加到用戶組{1}",
4130 "xloc": [
4131 - "default.handlebars->31->1771",
4132 - "default.handlebars->31->1780"
4131 + "default.handlebars->31->1772",
4132 + "default.handlebars->31->1781"
4133 ]
4134 },
4135 {
@@ -4190,7 +4190,7 @@
4190 "zh-cht": "管理員控制模式(ACM)",
4191 "xloc": [
4192 "default-mobile.handlebars->11->447",
4193 - "default.handlebars->31->1075"
4193 + "default.handlebars->31->1076"
4194 ]
4195 },
4196 {
@@ -4211,7 +4211,7 @@
4211 "zh-cht": "管理員憑證",
4212 "xloc": [
4213 "default-mobile.handlebars->11->453",
4214 - "default.handlebars->31->1081"
4214 + "default.handlebars->31->1082"
4215 ]
4216 },
4217 {
@@ -4252,7 +4252,7 @@
4252 "zh-chs": "管理领域",
4253 "zh-cht": "管理領域",
4254 "xloc": [
4255 - "default.handlebars->31->2051"
4255 + "default.handlebars->31->2052"
4256 ]
4257 },
4258 {
@@ -4293,7 +4293,7 @@
4293 "zh-chs": "管理领域",
4294 "zh-cht": "管理領域",
4295 "xloc": [
4296 - "default.handlebars->31->1919"
4296 + "default.handlebars->31->1920"
4297 ]
4298 },
4299 {
@@ -4313,7 +4313,7 @@
4313 "zh-chs": "管理员",
4314 "zh-cht": "管理員",
4315 "xloc": [
4316 - "default.handlebars->31->1848"
4316 + "default.handlebars->31->1849"
4317 ]
4318 },
4319 {
@@ -4333,7 +4333,7 @@
4333 "zh-chs": "南非文",
4334 "zh-cht": "南非文",
4335 "xloc": [
4336 - "default.handlebars->31->1150"
4336 + "default.handlebars->31->1151"
4337 ]
4338 },
4339 {
@@ -4358,8 +4358,8 @@
4358 "default-mobile.handlebars->11->247",
4359 "default-mobile.handlebars->11->269",
4360 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4361 - "default.handlebars->31->1633",
4362 - "default.handlebars->31->1646",
4361 + "default.handlebars->31->1634",
4362 + "default.handlebars->31->1647",
4363 "default.handlebars->31->258",
4364 "default.handlebars->31->447",
4365 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4382,8 +4382,8 @@
4382 "zh-chs": "代理+英特尔AMT",
4383 "zh-cht": "代理+Intel® AMT",
4384 "xloc": [
4385 - "default.handlebars->31->1635",
4386 - "default.handlebars->31->1648"
4385 + "default.handlebars->31->1636",
4386 + "default.handlebars->31->1649"
4387 ]
4388 },
4389 {
@@ -4425,7 +4425,7 @@
4425 "zh-cht": "代理控制台",
4426 "xloc": [
4427 "default-mobile.handlebars->11->547",
4428 - "default.handlebars->31->1587"
4428 + "default.handlebars->31->1588"
4429 ]
4430 },
4431 {
@@ -4445,7 +4445,7 @@
4445 "zh-chs": "代理错误计数器",
4446 "zh-cht": "代理錯誤計數器",
4447 "xloc": [
4448 - "default.handlebars->31->2217"
4448 + "default.handlebars->31->2218"
4449 ]
4450 },
4451 {
@@ -4548,7 +4548,7 @@
4548 "zh-chs": "代理时段",
4549 "zh-cht": "代理時段",
4550 "xloc": [
4551 - "default.handlebars->31->2233"
4551 + "default.handlebars->31->2234"
4552 ]
4553 },
4554 {
@@ -4589,7 +4589,7 @@
4589 "zh-chs": "代理类型",
4590 "zh-cht": "代理類型",
4591 "xloc": [
4592 - "default.handlebars->31->1644",
4592 + "default.handlebars->31->1645",
4593 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
4594 ]
4595 },
@@ -4610,7 +4610,7 @@
4610 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4611 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4612 "xloc": [
4613 - "default.handlebars->31->1754"
4613 + "default.handlebars->31->1755"
4614 ]
4615 },
4616 {
@@ -4631,8 +4631,8 @@
4631 "zh-cht": "代理已連接",
4632 "xloc": [
4633 "default.handlebars->31->178",
4634 - "default.handlebars->31->695",
4635 - "default.handlebars->31->696"
4634 + "default.handlebars->31->696",
4635 + "default.handlebars->31->697"
4636 ]
4637 },
4638 {
@@ -4673,7 +4673,7 @@
4673 "zh-cht": "代理離線",
4674 "xloc": [
4675 "default-mobile.handlebars->11->481",
4676 - "default.handlebars->31->1110"
4676 + "default.handlebars->31->1111"
4677 ]
4678 },
4679 {
@@ -4694,7 +4694,7 @@
4694 "zh-cht": "代理在線",
4695 "xloc": [
4696 "default-mobile.handlebars->11->480",
4697 - "default.handlebars->31->1109"
4697 + "default.handlebars->31->1110"
4698 ]
4699 },
4700 {
@@ -4715,7 +4715,7 @@
4715 "zh-cht": "代理在特權降低的遠程設備上運行。",
4716 "xloc": [
4717 "default.handlebars->31->176",
4718 - "default.handlebars->31->693"
4718 + "default.handlebars->31->694"
4719 ]
4720 },
4721 {
@@ -4735,7 +4735,7 @@
4735 "zh-chs": "代理",
4736 "zh-cht": "代理",
4737 "xloc": [
4738 - "default.handlebars->31->2249"
4738 + "default.handlebars->31->2250"
4739 ]
4740 },
4741 {
@@ -4755,7 +4755,7 @@
4755 "zh-chs": "阿尔巴尼亚文",
4756 "zh-cht": "阿爾巴尼亞文",
4757 "xloc": [
4758 - "default.handlebars->31->1151"
4758 + "default.handlebars->31->1152"
4759 ]
4760 },
4761 {
@@ -4798,7 +4798,7 @@
4798 "zh-chs": "全部可用",
4799 "zh-cht": "全部可用",
4800 "xloc": [
4801 - "default.handlebars->31->1811"
4801 + "default.handlebars->31->1812"
4802 ]
4803 },
4804 {
@@ -4818,7 +4818,7 @@
4818 "zh-chs": "所有显示",
4819 "zh-cht": "所有顯示",
4820 "xloc": [
4821 - "default.handlebars->31->956"
4821 + "default.handlebars->31->957"
4822 ]
4823 },
4824 {
@@ -4838,7 +4838,7 @@
4838 "zh-chs": "所有事件",
4839 "zh-cht": "所有事件",
4840 "xloc": [
4841 - "default.handlebars->31->1809"
4841 + "default.handlebars->31->1810"
4842 ]
4843 },
4844 {
@@ -4858,9 +4858,9 @@
4858 "zh-chs": "全部聚焦",
4859 "zh-cht": "全部聚焦",
4860 "xloc": [
4861 - "default.handlebars->31->902",
4862 - "default.handlebars->31->904",
4863 - "default.handlebars->31->905"
4861 + "default.handlebars->31->903",
4862 + "default.handlebars->31->905",
4863 + "default.handlebars->31->906"
4864 ]
4865 },
4866 {
@@ -4880,8 +4880,8 @@
4880 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4881 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4882 "xloc": [
4883 - "default.handlebars->31->1533",
4884 - "default.handlebars->31->2012"
4883 + "default.handlebars->31->1534",
4884 + "default.handlebars->31->2013"
4885 ]
4886 },
4887 {
@@ -4901,7 +4901,7 @@
4901 "zh-chs": "允许用户管理此设备。",
4902 "zh-cht": "允許用戶管理此裝置。",
4903 "xloc": [
4904 - "default.handlebars->31->1534"
4904 + "default.handlebars->31->1535"
4905 ]
4906 },
4907 {
@@ -4940,8 +4940,8 @@
4940 "xloc": [
4941 "default-mobile.handlebars->11->342",
4942 "default-mobile.handlebars->11->346",
4943 - "default.handlebars->31->924",
4944 - "default.handlebars->31->928"
4943 + "default.handlebars->31->925",
4944 + "default.handlebars->31->929"
4945 ]
4946 },
4947 {
@@ -5003,7 +5003,7 @@
5003 "zh-chs": "备用(F10 = ESC + 0)",
5004 "zh-cht": "備用(F10 = ESC + 0)",
5005 "xloc": [
5006 - "default.handlebars->31->967",
5006 + "default.handlebars->31->968",
5007 "terminal.handlebars->3->19"
5008 ]
5009 },
@@ -5045,9 +5045,9 @@
5045 "zh-chs": "一直通知",
5046 "zh-cht": "一直通知",
5047 "xloc": [
5048 - "default.handlebars->31->1445",
5049 - "default.handlebars->31->1973",
5050 - "default.handlebars->31->2060",
5048 + "default.handlebars->31->1446",
5049 + "default.handlebars->31->1974",
5050 + "default.handlebars->31->2061",
5051 "default.handlebars->31->639"
5052 ]
5053 },
@@ -5068,9 +5068,9 @@
5068 "zh-chs": "一直提示",
5069 "zh-cht": "一直提示",
5070 "xloc": [
5071 - "default.handlebars->31->1446",
5072 - "default.handlebars->31->1974",
5073 - "default.handlebars->31->2061",
5071 + "default.handlebars->31->1447",
5072 + "default.handlebars->31->1975",
5073 + "default.handlebars->31->2062",
5074 "default.handlebars->31->640"
5075 ]
5076 },
@@ -5216,8 +5216,8 @@
5216 "en": "Anti-virus not active",
5217 "nl": "Anti-virus niet actief",
5218 "xloc": [
5219 - "default.handlebars->31->1637",
5220 - "default.handlebars->31->1651"
5219 + "default.handlebars->31->1638",
5220 + "default.handlebars->31->1652"
5221 ]
5222 },
5223 {
@@ -5359,7 +5359,7 @@
5359 "zh-chs": "阿拉伯文(阿尔及利亚)",
5360 "zh-cht": "阿拉伯文(阿爾及利亞)",
5361 "xloc": [
5362 - "default.handlebars->31->1153"
5362 + "default.handlebars->31->1154"
5363 ]
5364 },
5365 {
@@ -5379,7 +5379,7 @@
5379 "zh-chs": "阿拉伯文(巴林)",
5380 "zh-cht": "阿拉伯文(巴林)",
5381 "xloc": [
5382 - "default.handlebars->31->1154"
5382 + "default.handlebars->31->1155"
5383 ]
5384 },
5385 {
@@ -5399,7 +5399,7 @@
5399 "zh-chs": "阿拉伯文(埃及)",
5400 "zh-cht": "阿拉伯文(埃及)",
5401 "xloc": [
5402 - "default.handlebars->31->1155"
5402 + "default.handlebars->31->1156"
5403 ]
5404 },
5405 {
@@ -5419,7 +5419,7 @@
5419 "zh-chs": "阿拉伯文(伊拉克)",
5420 "zh-cht": "阿拉伯文(伊拉克)",
5421 "xloc": [
5422 - "default.handlebars->31->1156"
5422 + "default.handlebars->31->1157"
5423 ]
5424 },
5425 {
@@ -5439,7 +5439,7 @@
5439 "zh-chs": "阿拉伯文(约旦)",
5440 "zh-cht": "阿拉伯文(約旦)",
5441 "xloc": [
5442 - "default.handlebars->31->1157"
5442 + "default.handlebars->31->1158"
5443 ]
5444 },
5445 {
@@ -5459,7 +5459,7 @@
5459 "zh-chs": "阿拉伯文(科威特)",
5460 "zh-cht": "阿拉伯文(科威特)",
5461 "xloc": [
5462 - "default.handlebars->31->1158"
5462 + "default.handlebars->31->1159"
5463 ]
5464 },
5465 {
@@ -5479,7 +5479,7 @@
5479 "zh-chs": "阿拉伯文(黎巴嫩)",
5480 "zh-cht": "阿拉伯文(黎巴嫩)",
5481 "xloc": [
5482 - "default.handlebars->31->1159"
5482 + "default.handlebars->31->1160"
5483 ]
5484 },
5485 {
@@ -5499,7 +5499,7 @@
5499 "zh-chs": "阿拉伯文(利比亚)",
5500 "zh-cht": "阿拉伯文(利比亞)",
5501 "xloc": [
5502 - "default.handlebars->31->1160"
5502 + "default.handlebars->31->1161"
5503 ]
5504 },
5505 {
@@ -5519,7 +5519,7 @@
5519 "zh-chs": "阿拉伯文(摩洛哥)",
5520 "zh-cht": "阿拉伯文(摩洛哥)",
5521 "xloc": [
5522 - "default.handlebars->31->1161"
5522 + "default.handlebars->31->1162"
5523 ]
5524 },
5525 {
@@ -5539,7 +5539,7 @@
5539 "zh-chs": "阿拉伯文(阿曼)",
5540 "zh-cht": "阿拉伯文(阿曼)",
5541 "xloc": [
5542 - "default.handlebars->31->1162"
5542 + "default.handlebars->31->1163"
5543 ]
5544 },
5545 {
@@ -5559,7 +5559,7 @@
5559 "zh-chs": "阿拉伯文(卡塔尔)",
5560 "zh-cht": "阿拉伯文(卡塔爾)",
5561 "xloc": [
5562 - "default.handlebars->31->1163"
5562 + "default.handlebars->31->1164"
5563 ]
5564 },
5565 {
@@ -5579,7 +5579,7 @@
5579 "zh-chs": "阿拉伯文(沙特阿拉伯)",
5580 "zh-cht": "阿拉伯文(沙特阿拉伯)",
5581 "xloc": [
5582 - "default.handlebars->31->1164"
5582 + "default.handlebars->31->1165"
5583 ]
5584 },
5585 {
@@ -5599,7 +5599,7 @@
5599 "zh-chs": "阿拉伯文(标准)",
5600 "zh-cht": "阿拉伯文(標準)",
5601 "xloc": [
5602 - "default.handlebars->31->1152"
5602 + "default.handlebars->31->1153"
5603 ]
5604 },
5605 {
@@ -5619,7 +5619,7 @@
5619 "zh-chs": "阿拉伯文(叙利亚)",
5620 "zh-cht": "阿拉伯文(敘利亞)",
5621 "xloc": [
5622 - "default.handlebars->31->1165"
5622 + "default.handlebars->31->1166"
5623 ]
5624 },
5625 {
@@ -5639,7 +5639,7 @@
5639 "zh-chs": "阿拉伯文(突尼斯)",
5640 "zh-cht": "阿拉伯文(突尼斯)",
5641 "xloc": [
5642 - "default.handlebars->31->1166"
5642 + "default.handlebars->31->1167"
5643 ]
5644 },
5645 {
@@ -5659,7 +5659,7 @@
5659 "zh-chs": "阿拉伯文(阿联酋)",
5660 "zh-cht": "阿拉伯文(阿聯酋)",
5661 "xloc": [
5662 - "default.handlebars->31->1167"
5662 + "default.handlebars->31->1168"
5663 ]
5664 },
5665 {
@@ -5679,7 +5679,7 @@
5679 "zh-chs": "阿拉伯文(也门)",
5680 "zh-cht": "阿拉伯文(也門)",
5681 "xloc": [
5682 - "default.handlebars->31->1168"
5682 + "default.handlebars->31->1169"
5683 ]
5684 },
5685 {
@@ -5699,7 +5699,7 @@
5699 "zh-chs": "阿拉贡文",
5700 "zh-cht": "阿拉貢文",
5701 "xloc": [
5702 - "default.handlebars->31->1169"
5702 + "default.handlebars->31->1170"
5703 ]
5704 },
5705 {
@@ -5720,7 +5720,7 @@
5720 "zh-cht": "結構",
5721 "xloc": [
5722 "default-mobile.handlebars->11->393",
5723 - "default.handlebars->31->1028"
5723 + "default.handlebars->31->1029"
5724 ]
5725 },
5726 {
@@ -5761,7 +5761,7 @@
5761 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5762 "xloc": [
5763 "default-mobile.handlebars->11->512",
5764 - "default.handlebars->31->1509"
5764 + "default.handlebars->31->1510"
5765 ]
5766 },
5767 {
@@ -5781,7 +5781,7 @@
5781 "zh-chs": "您确定要删除节点{0}吗?",
5782 "zh-cht": "你確定要刪除節點{0}嗎?",
5783 "xloc": [
5784 - "default.handlebars->31->844"
5784 + "default.handlebars->31->845"
5785 ]
5786 },
5787 {
@@ -5801,7 +5801,7 @@
5801 "zh-chs": "您确定要卸载所选代理吗?",
5802 "zh-cht": "你確定要卸載所選代理嗎?",
5803 "xloc": [
5804 - "default.handlebars->31->833"
5804 + "default.handlebars->31->834"
5805 ]
5806 },
5807 {
@@ -5821,7 +5821,7 @@
5821 "zh-chs": "您确定要卸载所选的{0}代理吗?",
5822 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
5823 "xloc": [
5824 - "default.handlebars->31->832"
5824 + "default.handlebars->31->833"
5825 ]
5826 },
5827 {
@@ -5841,7 +5841,7 @@
5841 "zh-chs": "您确定要{0}插件吗:{1}",
5842 "zh-cht": "你確定要{0}外掛嗎:{1}",
5843 "xloc": [
5844 - "default.handlebars->31->2295"
5844 + "default.handlebars->31->2296"
5845 ]
5846 },
5847 {
@@ -5861,7 +5861,7 @@
5861 "zh-chs": "亚美尼亚文",
5862 "zh-cht": "亞美尼亞文",
5863 "xloc": [
5864 - "default.handlebars->31->1170"
5864 + "default.handlebars->31->1171"
5865 ]
5866 },
5867 {
@@ -5921,7 +5921,7 @@
5921 "zh-chs": "阿萨姆文",
5922 "zh-cht": "阿薩姆文",
5923 "xloc": [
5924 - "default.handlebars->31->1171"
5924 + "default.handlebars->31->1172"
5925 ]
5926 },
5927 {
@@ -5941,7 +5941,7 @@
5941 "zh-chs": "阿斯图里亚斯文",
5942 "zh-cht": "阿斯圖里亞斯文",
5943 "xloc": [
5944 - "default.handlebars->31->1172"
5944 + "default.handlebars->31->1173"
5945 ]
5946 },
5947 {
@@ -5961,7 +5961,7 @@
5961 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5962 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5963 "xloc": [
5964 - "default.handlebars->31->1723"
5964 + "default.handlebars->31->1724"
5965 ]
5966 },
5967 {
@@ -5981,7 +5981,7 @@
5981 "zh-chs": "认证软件",
5982 "zh-cht": "認證軟體",
5983 "xloc": [
5984 - "default.handlebars->31->2064"
5984 + "default.handlebars->31->2065"
5985 ]
5986 },
5987 {
@@ -6005,8 +6005,8 @@
6005 "default-mobile.handlebars->11->63",
6006 "default-mobile.handlebars->11->86",
6007 "default-mobile.handlebars->11->88",
6008 - "default.handlebars->31->1136",
6009 - "default.handlebars->31->1138",
6008 + "default.handlebars->31->1137",
6009 + "default.handlebars->31->1139",
6010 "default.handlebars->31->140",
6011 "default.handlebars->31->145"
6012 ]
@@ -6088,7 +6088,7 @@
6088 "zh-chs": "自动删除",
6089 "zh-cht": "自動刪除",
6090 "xloc": [
6091 - "default.handlebars->31->1432"
6091 + "default.handlebars->31->1433"
6092 ]
6093 },
6094 {
@@ -6132,7 +6132,7 @@
6132 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6133 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6134 "xloc": [
6135 - "default.handlebars->31->1804"
6135 + "default.handlebars->31->1805"
6136 ]
6137 },
6138 {
@@ -6172,7 +6172,7 @@
6172 "zh-chs": "可用內存",
6173 "zh-cht": "可用內存",
6174 "xloc": [
6175 - "default.handlebars->31->2242"
6175 + "default.handlebars->31->2243"
6176 ]
6177 },
6178 {
@@ -6192,7 +6192,7 @@
6192 "zh-chs": "阿塞拜疆文",
6193 "zh-cht": "阿塞拜疆文",
6194 "xloc": [
6195 - "default.handlebars->31->1173"
6195 + "default.handlebars->31->1174"
6196 ]
6197 },
6198 {
@@ -6226,7 +6226,7 @@
6226 "zh-cht": "的BIOS",
6227 "xloc": [
6228 "default-mobile.handlebars->11->459",
6229 - "default.handlebars->31->1087"
6229 + "default.handlebars->31->1088"
6230 ]
6231 },
6232 {
@@ -6310,7 +6310,7 @@
6310 "nl": "BackSpace",
6311 "xloc": [
6312 "default-mobile.handlebars->11->326",
6313 - "default.handlebars->31->908"
6313 + "default.handlebars->31->909"
6314 ]
6315 },
6316 {
@@ -6350,8 +6350,8 @@
6350 "zh-chs": "背景与互动",
6351 "zh-cht": "背景與互動",
6352 "xloc": [
6353 - "default.handlebars->31->1616",
6354 - "default.handlebars->31->1623",
6353 + "default.handlebars->31->1617",
6354 + "default.handlebars->31->1624",
6355 "default.handlebars->31->357",
6356 "default.handlebars->31->371"
6357 ]
@@ -6373,8 +6373,8 @@
6373 "zh-chs": "仅背景",
6374 "zh-cht": "僅背景",
6375 "xloc": [
6376 - "default.handlebars->31->1617",
6377 - "default.handlebars->31->1624",
6376 + "default.handlebars->31->1618",
6377 + "default.handlebars->31->1625",
6378 "default.handlebars->31->358",
6379 "default.handlebars->31->372",
6380 "default.handlebars->31->387"
@@ -6418,7 +6418,7 @@
6418 "zh-chs": "备用码",
6419 "zh-cht": "備用碼",
6420 "xloc": [
6421 - "default.handlebars->31->2066"
6421 + "default.handlebars->31->2067"
6422 ]
6423 },
6424 {
@@ -6438,7 +6438,7 @@
6438 "zh-chs": "错误的签名",
6439 "zh-cht": "錯誤的簽名",
6440 "xloc": [
6441 - "default.handlebars->31->2224"
6441 + "default.handlebars->31->2225"
6442 ]
6443 },
6444 {
@@ -6458,7 +6458,7 @@
6458 "zh-chs": "错误的网络证书",
6459 "zh-cht": "錯誤的網絡憑證",
6460 "xloc": [
6461 - "default.handlebars->31->2223"
6461 + "default.handlebars->31->2224"
6462 ]
6463 },
6464 {
@@ -6478,7 +6478,7 @@
6478 "zh-chs": "巴斯克",
6479 "zh-cht": "巴斯克",
6480 "xloc": [
6481 - "default.handlebars->31->1174"
6481 + "default.handlebars->31->1175"
6482 ]
6483 },
6484 {
@@ -6538,7 +6538,7 @@
6538 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
6539 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6540 "xloc": [
6541 - "default.handlebars->31->1803"
6541 + "default.handlebars->31->1804"
6542 ]
6543 },
6544 {
@@ -6558,7 +6558,7 @@
6558 "zh-chs": "白俄罗斯文",
6559 "zh-cht": "白俄羅斯文",
6560 "xloc": [
6561 - "default.handlebars->31->1176"
6561 + "default.handlebars->31->1177"
6562 ]
6563 },
6564 {
@@ -6578,7 +6578,7 @@
6578 "zh-chs": "孟加拉",
6579 "zh-cht": "孟加拉",
6580 "xloc": [
6581 - "default.handlebars->31->1177"
6581 + "default.handlebars->31->1178"
6582 ]
6583 },
6584 {
@@ -6610,7 +6610,7 @@
6610 "fr": "Chargeur de démarrage",
6611 "xloc": [
6612 "default-mobile.handlebars->11->423",
6613 - "default.handlebars->31->1041"
6613 + "default.handlebars->31->1042"
6614 ]
6615 },
6616 {
@@ -6630,7 +6630,7 @@
6630 "zh-chs": "波斯尼亚文",
6631 "zh-cht": "波斯尼亞文",
6632 "xloc": [
6633 - "default.handlebars->31->1178"
6633 + "default.handlebars->31->1179"
6634 ]
6635 },
6636 {
@@ -6650,7 +6650,7 @@
6650 "zh-chs": "布列塔尼",
6651 "zh-cht": "布列塔尼",
6652 "xloc": [
6653 - "default.handlebars->31->1179"
6653 + "default.handlebars->31->1180"
6654 ]
6655 },
6656 {
@@ -6670,7 +6670,7 @@
6670 "zh-chs": "广播",
6671 "zh-cht": "廣播",
6672 "xloc": [
6673 - "default.handlebars->31->1980",
6673 + "default.handlebars->31->1981",
6674 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6675 ]
6676 },
@@ -6691,7 +6691,7 @@
6691 "zh-chs": "广播消息",
6692 "zh-cht": "廣播消息",
6693 "xloc": [
6694 - "default.handlebars->31->1901"
6694 + "default.handlebars->31->1902"
6695 ]
6696 },
6697 {
@@ -6711,7 +6711,7 @@
6711 "zh-chs": "向所有连接的用户广播消息。",
6712 "zh-cht": "向所有連接的用戶廣播消息。",
6713 "xloc": [
6714 - "default.handlebars->31->1896"
6714 + "default.handlebars->31->1897"
6715 ]
6716 },
6717 {
@@ -6739,7 +6739,7 @@
6739 "zh-chs": "保加利亚文",
6740 "zh-cht": "保加利亞文",
6741 "xloc": [
6742 - "default.handlebars->31->1175"
6742 + "default.handlebars->31->1176"
6743 ]
6744 },
6745 {
@@ -6759,7 +6759,7 @@
6759 "zh-chs": "缅甸文",
6760 "zh-cht": "緬甸文",
6761 "xloc": [
6762 - "default.handlebars->31->1180"
6762 + "default.handlebars->31->1181"
6763 ]
6764 },
6765 {
@@ -6800,7 +6800,7 @@
6800 "zh-chs": "CCM模式",
6801 "zh-cht": "CCM模式",
6802 "xloc": [
6803 - "default.handlebars->31->1492"
6803 + "default.handlebars->31->1493"
6804 ]
6805 },
6806 {
@@ -6842,7 +6842,7 @@
6842 "zh-chs": "CIRA服务器",
6843 "zh-cht": "CIRA伺服器",
6844 "xloc": [
6845 - "default.handlebars->31->2281"
6845 + "default.handlebars->31->2282"
6846 ]
6847 },
6848 {
@@ -6862,7 +6862,7 @@
6862 "zh-chs": "CIRA服务器命令",
6863 "zh-cht": "CIRA伺服器指令",
6864 "xloc": [
6865 - "default.handlebars->31->2282"
6865 + "default.handlebars->31->2283"
6866 ]
6867 },
6868 {
@@ -6882,7 +6882,7 @@
6882 "zh-chs": "CIRA设置",
6883 "zh-cht": "CIRA設置",
6884 "xloc": [
6885 - "default.handlebars->31->1500"
6885 + "default.handlebars->31->1501"
6886 ]
6887 },
6888 {
@@ -6903,7 +6903,7 @@
6903 "zh-cht": "CPU",
6904 "xloc": [
6905 "default-mobile.handlebars->11->465",
6906 - "default.handlebars->31->1093"
6906 + "default.handlebars->31->1094"
6907 ]
6908 },
6909 {
@@ -6923,7 +6923,7 @@
6923 "zh-chs": "CPU负载",
6924 "zh-cht": "CPU負載",
6925 "xloc": [
6926 - "default.handlebars->31->2238"
6926 + "default.handlebars->31->2239"
6927 ]
6928 },
6929 {
@@ -6943,7 +6943,7 @@
6943 "zh-chs": "最近15分钟的CPU负载",
6944 "zh-cht": "最近15分鐘的CPU負載",
6945 "xloc": [
6946 - "default.handlebars->31->2241"
6946 + "default.handlebars->31->2242"
6947 ]
6948 },
6949 {
@@ -6963,7 +6963,7 @@
6963 "zh-chs": "最近5分钟的CPU负载",
6964 "zh-cht": "最近5分鐘的CPU負載",
6965 "xloc": [
6966 - "default.handlebars->31->2240"
6966 + "default.handlebars->31->2241"
6967 ]
6968 },
6969 {
@@ -6983,7 +6983,7 @@
6983 "zh-chs": "最近一分钟的CPU负载",
6984 "zh-cht": "最近一分鐘的CPU負載",
6985 "xloc": [
6986 - "default.handlebars->31->2239"
6986 + "default.handlebars->31->2240"
6987 ]
6988 },
6989 {
@@ -7003,8 +7003,8 @@
7003 "zh-chs": "CR+LF",
7004 "zh-cht": "CR+LF",
7005 "xloc": [
7006 - "default.handlebars->31->960",
7007 - "default.handlebars->31->969",
7006 + "default.handlebars->31->961",
7007 + "default.handlebars->31->970",
7008 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
7009 "terminal.handlebars->3->21",
7010 "terminal.handlebars->3->7",
@@ -7028,7 +7028,7 @@
7028 "zh-chs": "CSV",
7029 "zh-cht": "CSV",
7030 "xloc": [
7031 - "default.handlebars->31->1819"
7031 + "default.handlebars->31->1820"
7032 ]
7033 },
7034 {
@@ -7048,8 +7048,8 @@
7048 "zh-chs": "CSV格式",
7049 "zh-cht": "CSV格式",
7050 "xloc": [
7051 - "default.handlebars->31->1823",
7052 - "default.handlebars->31->1888",
7051 + "default.handlebars->31->1824",
7052 + "default.handlebars->31->1889",
7053 "default.handlebars->31->509"
7054 ]
7055 },
@@ -7087,7 +7087,7 @@
7087 "zh-chs": "呼叫错误",
7088 "zh-cht": "呼叫錯誤",
7089 "xloc": [
7090 - "default.handlebars->31->2296"
7090 + "default.handlebars->31->2297"
7091 ]
7092 },
7093 {
@@ -7110,7 +7110,7 @@
7110 "agent-translations.json",
7111 "default-mobile.handlebars->11->97",
7112 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
7113 - "default.handlebars->31->1410",
7113 + "default.handlebars->31->1411",
7114 "default.handlebars->container->dialog->idx_dlgButtonBar",
7115 "desktop.handlebars->p11->dialog->idx_dlgButtonBar",
7116 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -7141,9 +7141,9 @@
7141 "default-mobile.handlebars->11->470",
7142 "default-mobile.handlebars->11->475",
7143 "default-mobile.handlebars->11->477",
7144 - "default.handlebars->31->1098",
7145 - "default.handlebars->31->1103",
7146 - "default.handlebars->31->1105"
7144 + "default.handlebars->31->1099",
7145 + "default.handlebars->31->1104",
7146 + "default.handlebars->31->1106"
7147 ]
7148 },
7149 {
@@ -7164,7 +7164,7 @@
7164 "zh-cht": "容量/速度",
7165 "xloc": [
7166 "default-mobile.handlebars->11->468",
7167 - "default.handlebars->31->1096"
7167 + "default.handlebars->31->1097"
7168 ]
7169 },
7170 {
@@ -7184,7 +7184,7 @@
7184 "zh-chs": "加泰罗尼亚文",
7185 "zh-cht": "加泰羅尼亞文",
7186 "xloc": [
7187 - "default.handlebars->31->1181"
7187 + "default.handlebars->31->1182"
7188 ]
7189 },
7190 {
@@ -7224,7 +7224,7 @@
7224 "zh-chs": "查莫罗",
7225 "zh-cht": "查莫羅",
7226 "xloc": [
7227 - "default.handlebars->31->1182"
7227 + "default.handlebars->31->1183"
7228 ]
7229 },
7230 {
@@ -7266,7 +7266,7 @@
7266 "zh-chs": "更改{0}的电邮",
7267 "zh-cht": "更改{0}的電郵",
7268 "xloc": [
7269 - "default.handlebars->31->2096"
7269 + "default.handlebars->31->2097"
7270 ]
7271 },
7272 {
@@ -7287,8 +7287,8 @@
7287 "zh-cht": "更改群",
7288 "xloc": [
7289 "default.handlebars->31->670",
7290 - "default.handlebars->31->841",
7291 - "default.handlebars->31->842"
7290 + "default.handlebars->31->842",
7291 + "default.handlebars->31->843"
7292 ]
7293 },
7294 {
@@ -7309,8 +7309,8 @@
7309 "zh-cht": "更改密碼",
7310 "xloc": [
7311 "default-mobile.handlebars->11->105",
7312 - "default.handlebars->31->1377",
7313 - "default.handlebars->31->2083"
7312 + "default.handlebars->31->1378",
7313 + "default.handlebars->31->2084"
7314 ]
7315 },
7316 {
@@ -7330,7 +7330,7 @@
7330 "zh-chs": "更改{0}的密码",
7331 "zh-cht": "更改{0}的密碼",
7332 "xloc": [
7333 - "default.handlebars->31->2103"
7333 + "default.handlebars->31->2104"
7334 ]
7335 },
7336 {
@@ -7350,7 +7350,7 @@
7350 "zh-chs": "更改{0}的真实名称",
7351 "zh-cht": "更改{0}的真實名稱",
7352 "xloc": [
7353 - "default.handlebars->31->2091"
7353 + "default.handlebars->31->2092"
7354 ]
7355 },
7356 {
@@ -7432,7 +7432,7 @@
7432 "zh-chs": "更改该用户的密码",
7433 "zh-cht": "更改該用戶的密碼",
7434 "xloc": [
7435 - "default.handlebars->31->2082"
7435 + "default.handlebars->31->2083"
7436 ]
7437 },
7438 {
@@ -7472,7 +7472,7 @@
7472 "zh-chs": "在此处更改您的帐户电邮地址。",
7473 "zh-cht": "在此處更改你的帳戶電郵地址。",
7474 "xloc": [
7475 - "default.handlebars->31->1364"
7475 + "default.handlebars->31->1365"
7476 ]
7477 },
7478 {
@@ -7492,7 +7492,7 @@
7492 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7493 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7494 "xloc": [
7495 - "default.handlebars->31->1370"
7495 + "default.handlebars->31->1371"
7496 ]
7497 },
7498 {
@@ -7512,7 +7512,7 @@
7512 "zh-chs": "更改帐户凭据",
7513 "zh-cht": "帳戶憑證已更改",
7514 "xloc": [
7515 - "default.handlebars->31->1775"
7515 + "default.handlebars->31->1776"
7516 ]
7517 },
7518 {
@@ -7532,7 +7532,7 @@
7532 "zh-chs": "{1}组中的设备{0}已更改:{2}",
7533 "zh-cht": "{1}組中的設備{0}已更改:{2}",
7534 "xloc": [
7535 - "default.handlebars->31->1759"
7535 + "default.handlebars->31->1760"
7536 ]
7537 },
7538 {
@@ -7552,7 +7552,7 @@
7552 "zh-chs": "语言从{1}更改为{2}",
7553 "zh-cht": "語言從{1}更改為{2}",
7554 "xloc": [
7555 - "default.handlebars->31->1703"
7555 + "default.handlebars->31->1704"
7556 ]
7557 },
7558 {
@@ -7572,8 +7572,8 @@
7572 "zh-chs": "已更改{0}的用户设备权限",
7573 "zh-cht": "已更改{0}的用戶設備權限",
7574 "xloc": [
7575 - "default.handlebars->31->1761",
7576 - "default.handlebars->31->1782"
7575 + "default.handlebars->31->1762",
7576 + "default.handlebars->31->1783"
7577 ]
7578 },
7579 {
@@ -7593,7 +7593,7 @@
7593 "zh-chs": "更改语言将需要刷新页面。",
7594 "zh-cht": "更改語言將需要刷新頁面。",
7595 "xloc": [
7596 - "default.handlebars->31->1349"
7596 + "default.handlebars->31->1350"
7597 ]
7598 },
7599 {
@@ -7613,12 +7613,12 @@
7613 "zh-chs": "聊天",
7614 "zh-cht": "聊天",
7615 "xloc": [
7616 - "default.handlebars->31->1840",
7617 - "default.handlebars->31->2078",
7616 + "default.handlebars->31->1841",
7617 "default.handlebars->31->2079",
7618 + "default.handlebars->31->2080",
7619 "default.handlebars->31->665",
7620 - "default.handlebars->31->736",
7621 - "default.handlebars->31->758"
7620 + "default.handlebars->31->737",
7621 + "default.handlebars->31->759"
7622 ]
7623 },
7624 {
@@ -7640,8 +7640,8 @@
7640 "xloc": [
7641 "default-mobile.handlebars->11->537",
7642 "default-mobile.handlebars->11->557",
7643 - "default.handlebars->31->1562",
7644 - "default.handlebars->31->1598"
7643 + "default.handlebars->31->1563",
7644 + "default.handlebars->31->1599"
7645 ]
7646 },
7647 {
@@ -7650,7 +7650,7 @@
7650 "fr": "Demande de discussion, cliquez ici pour accepter.",
7651 "xloc": [
7652 "default-mobile.handlebars->11->589",
7653 - "default.handlebars->31->2193"
7653 + "default.handlebars->31->2194"
7654 ]
7655 },
7656 {
@@ -7690,7 +7690,7 @@
7690 "zh-chs": "车臣",
7691 "zh-cht": "車臣",
7692 "xloc": [
7693 - "default.handlebars->31->1183"
7693 + "default.handlebars->31->1184"
7694 ]
7695 },
7696 {
@@ -7790,8 +7790,8 @@
7790 "zh-chs": "检查...",
7791 "zh-cht": "檢查...",
7792 "xloc": [
7793 - "default.handlebars->31->1149",
7794 - "default.handlebars->31->2290"
7793 + "default.handlebars->31->1150",
7794 + "default.handlebars->31->2291"
7795 ]
7796 },
7797 {
@@ -7811,7 +7811,7 @@
7811 "zh-chs": "中文",
7812 "zh-cht": "中文",
7813 "xloc": [
7814 - "default.handlebars->31->1184"
7814 + "default.handlebars->31->1185"
7815 ]
7816 },
7817 {
@@ -7831,7 +7831,7 @@
7831 "zh-chs": "中文(香港)",
7832 "zh-cht": "中文(香港)",
7833 "xloc": [
7834 - "default.handlebars->31->1185"
7834 + "default.handlebars->31->1186"
7835 ]
7836 },
7837 {
@@ -7851,7 +7851,7 @@
7851 "zh-chs": "中文(中国)",
7852 "zh-cht": "中文(中國)",
7853 "xloc": [
7854 - "default.handlebars->31->1186"
7854 + "default.handlebars->31->1187"
7855 ]
7856 },
7857 {
@@ -7871,7 +7871,7 @@
7871 "zh-chs": "简体中文",
7872 "zh-cht": "簡體中文",
7873 "xloc": [
7874 - "default.handlebars->31->1346"
7874 + "default.handlebars->31->1347"
7875 ]
7876 },
7877 {
@@ -7891,7 +7891,7 @@
7891 "zh-chs": "中文(新加坡)",
7892 "zh-cht": "中文(新加坡)",
7893 "xloc": [
7894 - "default.handlebars->31->1187"
7894 + "default.handlebars->31->1188"
7895 ]
7896 },
7897 {
@@ -7911,7 +7911,7 @@
7911 "zh-chs": "中文(台湾)",
7912 "zh-cht": "中文(台灣)",
7913 "xloc": [
7914 - "default.handlebars->31->1188"
7914 + "default.handlebars->31->1189"
7915 ]
7916 },
7917 {
@@ -7931,7 +7931,7 @@
7931 "zh-chs": "繁体中文",
7932 "zh-cht": "繁體中文",
7933 "xloc": [
7934 - "default.handlebars->31->1347"
7934 + "default.handlebars->31->1348"
7935 ]
7936 },
7937 {
@@ -7972,7 +7972,7 @@
7972 "zh-chs": "楚瓦什",
7973 "zh-cht": "楚瓦什",
7974 "xloc": [
7975 - "default.handlebars->31->1189"
7975 + "default.handlebars->31->1190"
7976 ]
7977 },
7978 {
@@ -8016,11 +8016,11 @@
8016 "default-mobile.handlebars->11->383",
8017 "default-mobile.handlebars->11->70",
8018 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8019 - "default.handlebars->31->1005",
8020 - "default.handlebars->31->1007",
8021 - "default.handlebars->31->1009",
8022 - "default.handlebars->31->1011",
8023 - "default.handlebars->31->1697",
8019 + "default.handlebars->31->1006",
8020 + "default.handlebars->31->1008",
8021 + "default.handlebars->31->1010",
8022 + "default.handlebars->31->1012",
8023 + "default.handlebars->31->1698",
8024 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8025 "default.handlebars->container->column_l->p41->3->1",
8026 "messenger.handlebars->xbottom->1->1->0->5"
@@ -8064,7 +8064,7 @@
8064 "zh-cht": "全部清除",
8065 "xloc": [
8066 "default-mobile.handlebars->11->572",
8067 - "default.handlebars->31->2176"
8067 + "default.handlebars->31->2177"
8068 ]
8069 },
8070 {
@@ -8106,7 +8106,7 @@
8106 "zh-cht": "清除核心",
8107 "xloc": [
8108 "default-mobile.handlebars->11->491",
8109 - "default.handlebars->31->1120"
8109 + "default.handlebars->31->1121"
8110 ]
8111 },
8112 {
@@ -8147,7 +8147,7 @@
8147 "zh-cht": "清除此通知",
8148 "xloc": [
8149 "default-mobile.handlebars->11->571",
8150 - "default.handlebars->31->2175"
8150 + "default.handlebars->31->2176"
8151 ]
8152 },
8153 {
@@ -8207,8 +8207,8 @@
8207 "zh-chs": "单击此处编辑设备组名称",
8208 "zh-cht": "單擊此處編輯裝置群名稱",
8209 "xloc": [
8210 - "default.handlebars->31->1421",
8211 - "default.handlebars->31->1642"
8210 + "default.handlebars->31->1422",
8211 + "default.handlebars->31->1643"
8212 ]
8213 },
8214 {
@@ -8248,7 +8248,7 @@
8248 "zh-chs": "单击此处编辑用户组名称",
8249 "zh-cht": "單擊此處編輯用戶群名稱",
8250 "xloc": [
8251 - "default.handlebars->31->1957"
8251 + "default.handlebars->31->1958"
8252 ]
8253 },
8254 {
@@ -8319,7 +8319,7 @@
8319 "zh-cht": "單擊確定將驗證電郵發送到:",
8320 "xloc": [
8321 "default-mobile.handlebars->11->90",
8322 - "default.handlebars->31->1361"
8322 + "default.handlebars->31->1362"
8323 ]
8324 },
8325 {
@@ -8381,7 +8381,7 @@
8381 "zh-cht": "客戶端控制模式(CCM)",
8382 "xloc": [
8383 "default-mobile.handlebars->11->446",
8384 - "default.handlebars->31->1074"
8384 + "default.handlebars->31->1075"
8385 ]
8386 },
8387 {
@@ -8401,7 +8401,7 @@
8401 "zh-chs": "客户编号",
8402 "zh-cht": "客戶編號",
8403 "xloc": [
8404 - "default.handlebars->31->1403"
8404 + "default.handlebars->31->1404"
8405 ]
8406 },
8407 {
@@ -8421,7 +8421,7 @@
8421 "zh-chs": "客户端启动的远程访问",
8422 "zh-cht": "客戶端啟動的遠程訪問",
8423 "xloc": [
8424 - "default.handlebars->31->1499"
8424 + "default.handlebars->31->1500"
8425 ]
8426 },
8427 {
@@ -8441,7 +8441,7 @@
8441 "zh-chs": "客户机密",
8442 "zh-cht": "客戶機密",
8443 "xloc": [
8444 - "default.handlebars->31->1404"
8444 + "default.handlebars->31->1405"
8445 ]
8446 },
8447 {
@@ -8485,8 +8485,8 @@
8485 "default-mobile.handlebars->11->68",
8486 "default.handlebars->31->152",
8487 "default.handlebars->31->160",
8488 - "default.handlebars->31->949",
8489 - "default.handlebars->31->982"
8488 + "default.handlebars->31->950",
8489 + "default.handlebars->31->983"
8490 ]
8491 },
8492 {
@@ -8506,7 +8506,7 @@
8506 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
8507 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
8508 "xloc": [
8509 - "default.handlebars->31->1708"
8509 + "default.handlebars->31->1709"
8510 ]
8511 },
8512 {
@@ -8629,9 +8629,9 @@
8629 "zh-cht": "指令",
8630 "xloc": [
8631 "default-mobile.handlebars->11->559",
8632 - "default.handlebars->31->1600",
8633 - "default.handlebars->31->738",
8634 - "default.handlebars->31->760"
8632 + "default.handlebars->31->1601",
8633 + "default.handlebars->31->739",
8634 + "default.handlebars->31->761"
8635 ]
8636 },
8637 {
@@ -8651,8 +8651,8 @@
8651 "zh-chs": "通用设备组",
8652 "zh-cht": "通用裝置群",
8653 "xloc": [
8654 - "default.handlebars->31->1988",
8655 - "default.handlebars->31->2108"
8654 + "default.handlebars->31->1989",
8655 + "default.handlebars->31->2109"
8656 ]
8657 },
8658 {
@@ -8672,8 +8672,8 @@
8672 "zh-chs": "通用设备",
8673 "zh-cht": "通用裝置",
8674 "xloc": [
8675 - "default.handlebars->31->1994",
8676 - "default.handlebars->31->2120"
8675 + "default.handlebars->31->1995",
8676 + "default.handlebars->31->2121"
8677 ]
8678 },
8679 {
@@ -8682,7 +8682,7 @@
8682 "fr": "Temps de compilation",
8683 "xloc": [
8684 "default-mobile.handlebars->11->419",
8685 - "default.handlebars->31->1037"
8685 + "default.handlebars->31->1038"
8686 ]
8687 },
8688 {
@@ -8702,7 +8702,7 @@
8702 "zh-chs": "压缩档案...",
8703 "zh-cht": "壓縮檔案...",
8704 "xloc": [
8705 - "default.handlebars->31->977"
8705 + "default.handlebars->31->978"
8706 ]
8707 },
8708 {
@@ -8724,14 +8724,14 @@
8724 "xloc": [
8725 "default-mobile.handlebars->11->310",
8726 "default-mobile.handlebars->11->513",
8727 - "default.handlebars->31->1510",
8728 - "default.handlebars->31->1868",
8729 - "default.handlebars->31->1947",
8730 - "default.handlebars->31->2008",
8731 - "default.handlebars->31->2106",
8727 + "default.handlebars->31->1511",
8728 + "default.handlebars->31->1869",
8729 + "default.handlebars->31->1948",
8730 + "default.handlebars->31->2009",
8731 + "default.handlebars->31->2107",
8732 "default.handlebars->31->477",
8733 - "default.handlebars->31->836",
8734 - "default.handlebars->31->845"
8733 + "default.handlebars->31->837",
8734 + "default.handlebars->31->846"
8735 ]
8736 },
8737 {
@@ -8752,7 +8752,7 @@
8752 "zh-cht": "確認將1個副本複製到此位置?",
8753 "xloc": [
8754 "default-mobile.handlebars->11->372",
8755 - "default.handlebars->31->1000"
8755 + "default.handlebars->31->1001"
8756 ]
8757 },
8758 {
@@ -8772,7 +8772,7 @@
8772 "zh-chs": "确认{0}个条目的复制到此位置?",
8773 "zh-cht": "確認{0}個條目的複製到此位置?",
8774 "xloc": [
8775 - "default.handlebars->31->999"
8775 + "default.handlebars->31->1000"
8776 ]
8777 },
8778 {
@@ -8812,7 +8812,7 @@
8812 "zh-chs": "确认删除选定的帐户?",
8813 "zh-cht": "確認刪除所選帳戶?",
8814 "xloc": [
8815 - "default.handlebars->31->1867"
8815 + "default.handlebars->31->1868"
8816 ]
8817 },
8818 {
@@ -8852,7 +8852,7 @@
8852 "zh-chs": "确认删除选定的用户组?",
8853 "zh-cht": "確認刪除所選用戶群?",
8854 "xloc": [
8855 - "default.handlebars->31->1946"
8855 + "default.handlebars->31->1947"
8856 ]
8857 },
8858 {
@@ -8872,7 +8872,7 @@
8872 "zh-chs": "确认删除用户{0}?",
8873 "zh-cht": "確認刪除用戶{0}?",
8874 "xloc": [
8875 - "default.handlebars->31->2105"
8875 + "default.handlebars->31->2106"
8876 ]
8877 },
8878 {
@@ -8892,7 +8892,7 @@
8892 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8893 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8894 "xloc": [
8895 - "default.handlebars->31->2011"
8895 + "default.handlebars->31->2012"
8896 ]
8897 },
8898 {
@@ -8912,7 +8912,7 @@
8912 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8913 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8914 "xloc": [
8915 - "default.handlebars->31->2137"
8915 + "default.handlebars->31->2138"
8916 ]
8917 },
8918 {
@@ -8933,7 +8933,7 @@
8933 "zh-cht": "確認將1個條目移動到此位置?",
8934 "xloc": [
8935 "default-mobile.handlebars->11->374",
8936 - "default.handlebars->31->1002"
8936 + "default.handlebars->31->1003"
8937 ]
8938 },
8939 {
@@ -8953,7 +8953,7 @@
8953 "zh-chs": "确认将{0}个条目移到此位置?",
8954 "zh-cht": "確認將{0}個條目移到該位置?",
8955 "xloc": [
8956 - "default.handlebars->31->1001"
8956 + "default.handlebars->31->1002"
8957 ]
8958 },
8959 {
@@ -8993,7 +8993,7 @@
8993 "zh-chs": "确认覆盖?",
8994 "zh-cht": "確認覆蓋?",
8995 "xloc": [
8996 - "default.handlebars->31->1691"
8996 + "default.handlebars->31->1692"
8997 ]
8998 },
8999 {
@@ -9013,8 +9013,8 @@
9013 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
9014 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9015 "xloc": [
9016 - "default.handlebars->31->2001",
9017 - "default.handlebars->31->2128"
9016 + "default.handlebars->31->2002",
9017 + "default.handlebars->31->2129"
9018 ]
9019 },
9020 {
@@ -9034,8 +9034,8 @@
9034 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9035 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9036 "xloc": [
9037 - "default.handlebars->31->2003",
9038 - "default.handlebars->31->2141"
9037 + "default.handlebars->31->2004",
9038 + "default.handlebars->31->2142"
9039 ]
9040 },
9041 {
@@ -9055,7 +9055,7 @@
9055 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
9056 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9057 "xloc": [
9058 - "default.handlebars->31->2130"
9058 + "default.handlebars->31->2131"
9059 ]
9060 },
9061 {
@@ -9075,7 +9075,7 @@
9075 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9076 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9077 "xloc": [
9078 - "default.handlebars->31->2133"
9078 + "default.handlebars->31->2134"
9079 ]
9080 },
9081 {
@@ -9095,8 +9095,8 @@
9095 "zh-chs": "确认删除访问权限?",
9096 "zh-cht": "確認刪除訪問權限?",
9097 "xloc": [
9098 - "default.handlebars->31->2131",
9099 - "default.handlebars->31->2134"
9098 + "default.handlebars->31->2132",
9099 + "default.handlebars->31->2135"
9100 ]
9101 },
9102 {
@@ -9117,7 +9117,7 @@
9117 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
9118 "xloc": [
9119 "default-mobile.handlebars->11->89",
9120 - "default.handlebars->31->1139"
9120 + "default.handlebars->31->1140"
9121 ]
9122 },
9123 {
@@ -9154,7 +9154,7 @@
9154 "zh-chs": "确认删除设备共享“{0}”?",
9155 "zh-cht": "確認刪除設備共享“{0}”?",
9156 "xloc": [
9157 - "default.handlebars->31->2126"
9157 + "default.handlebars->31->2127"
9158 ]
9159 },
9160 {
@@ -9208,7 +9208,7 @@
9208 "zh-chs": "确认删除用户“ {0} ”的权限?",
9209 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
9210 "xloc": [
9211 - "default.handlebars->31->1609"
9211 + "default.handlebars->31->1610"
9212 ]
9213 },
9214 {
@@ -9228,7 +9228,7 @@
9228 "zh-chs": "确认删除用户组“ {0} ”的权限?",
9229 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9230 "xloc": [
9231 - "default.handlebars->31->1611"
9231 + "default.handlebars->31->1612"
9232 ]
9233 },
9234 {
@@ -9286,7 +9286,7 @@
9286 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9287 "xloc": [
9288 "default-mobile.handlebars->11->142",
9289 - "default.handlebars->31->1692"
9289 + "default.handlebars->31->1693"
9290 ]
9291 },
9292 {
@@ -9310,8 +9310,8 @@
9310 "default-mobile.handlebars->11->354",
9311 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9312 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9313 - "default.handlebars->31->1449",
9314 - "default.handlebars->31->972",
9313 + "default.handlebars->31->1450",
9314 + "default.handlebars->31->973",
9315 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9316 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9317 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9359,7 +9359,7 @@
9359 "zh-chs": "连接到服务器",
9360 "zh-cht": "連接到伺服器",
9361 "xloc": [
9362 - "default.handlebars->31->1503"
9362 + "default.handlebars->31->1504"
9363 ]
9364 },
9365 {
@@ -9481,7 +9481,7 @@
9481 "zh-chs": "已连接的英特尔®AMT",
9482 "zh-cht": "已連接的Intel® AMT",
9483 "xloc": [
9484 - "default.handlebars->31->2229"
9484 + "default.handlebars->31->2230"
9485 ]
9486 },
9487 {
@@ -9501,7 +9501,7 @@
9501 "zh-chs": "已连接的用户",
9502 "zh-cht": "已连接的用户",
9503 "xloc": [
9504 - "default.handlebars->31->2234"
9504 + "default.handlebars->31->2235"
9505 ]
9506 },
9507 {
@@ -9522,7 +9522,7 @@
9522 "zh-cht": "現在已連接",
9523 "xloc": [
9524 "default-mobile.handlebars->11->414",
9525 - "default.handlebars->31->1032"
9525 + "default.handlebars->31->1033"
9526 ]
9527 },
9528 {
@@ -9565,7 +9565,7 @@
9565 "default-mobile.handlebars->11->2",
9566 "default-mobile.handlebars->11->390",
9567 "default-mobile.handlebars->11->48",
9568 - "default.handlebars->31->1023",
9568 + "default.handlebars->31->1024",
9569 "default.handlebars->31->248",
9570 "default.handlebars->31->251",
9571 "default.handlebars->31->295",
@@ -9592,7 +9592,7 @@
9592 "zh-chs": "连接数量",
9593 "zh-cht": "連接數量",
9594 "xloc": [
9595 - "default.handlebars->31->2248"
9595 + "default.handlebars->31->2249"
9596 ]
9597 },
9598 {
@@ -9612,7 +9612,7 @@
9612 "zh-chs": "连接转发器",
9613 "zh-cht": "連接轉發器",
9614 "xloc": [
9615 - "default.handlebars->31->2280"
9615 + "default.handlebars->31->2281"
9616 ]
9617 },
9618 {
@@ -9673,7 +9673,7 @@
9673 "zh-cht": "連接性",
9674 "xloc": [
9675 "default-mobile.handlebars->11->274",
9676 - "default.handlebars->31->1649",
9676 + "default.handlebars->31->1650",
9677 "default.handlebars->31->239",
9678 "default.handlebars->31->653",
9679 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -9697,8 +9697,8 @@
9697 "zh-cht": "控制台",
9698 "xloc": [
9699 "default-mobile.handlebars->11->289",
9700 - "default.handlebars->31->731",
9701 - "default.handlebars->31->753",
9700 + "default.handlebars->31->732",
9701 + "default.handlebars->31->754",
9702 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9703 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9704 "default.handlebars->contextMenu->cxconsole"
@@ -9741,8 +9741,8 @@
9741 "zh-chs": "控制",
9742 "zh-cht": "控制",
9743 "xloc": [
9744 - "default.handlebars->31->730",
9745 - "default.handlebars->31->752",
9744 + "default.handlebars->31->731",
9745 + "default.handlebars->31->753",
9746 "messenger.handlebars->13->2"
9747 ]
9748 },
@@ -9763,7 +9763,7 @@
9763 "zh-chs": "Cookie编码器",
9764 "zh-cht": "Cookie編碼器",
9765 "xloc": [
9766 - "default.handlebars->31->2264"
9766 + "default.handlebars->31->2265"
9767 ]
9768 },
9769 {
@@ -9920,8 +9920,8 @@
9920 "zh-chs": "复制连结到剪贴板",
9921 "zh-cht": "複製連結到剪貼板",
9922 "xloc": [
9923 - "default.handlebars->31->1660",
9924 - "default.handlebars->31->1679",
9923 + "default.handlebars->31->1661",
9924 + "default.handlebars->31->1680",
9925 "default.handlebars->31->215",
9926 "default.handlebars->31->374"
9927 ]
@@ -10024,7 +10024,7 @@
10024 "zh-chs": "复制:“{0}”到“{1}”",
10025 "zh-cht": "複製:“{0}”到“{1}”",
10026 "xloc": [
10027 - "default.handlebars->31->1751"
10027 + "default.handlebars->31->1752"
10028 ]
10029 },
10030 {
@@ -10170,7 +10170,7 @@
10170 "zh-chs": "核心服务器",
10171 "zh-cht": "核心伺服器",
10172 "xloc": [
10173 - "default.handlebars->31->2263"
10173 + "default.handlebars->31->2264"
10174 ]
10175 },
10176 {
@@ -10190,7 +10190,7 @@
10190 "zh-chs": "科西嘉文",
10191 "zh-cht": "科西嘉文",
10192 "xloc": [
10193 - "default.handlebars->31->1190"
10193 + "default.handlebars->31->1191"
10194 ]
10195 },
10196 {
@@ -10210,7 +10210,7 @@
10210 "zh-chs": "创建帐号",
10211 "zh-cht": "創建帳號",
10212 "xloc": [
10213 - "default.handlebars->31->1915",
10213 + "default.handlebars->31->1916",
10214 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10215 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10216 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10253,7 +10253,7 @@
10253 "zh-chs": "创建用户组",
10254 "zh-cht": "創建用戶群",
10255 "xloc": [
10256 - "default.handlebars->31->1954"
10256 + "default.handlebars->31->1955"
10257 ]
10258 },
10259 {
@@ -10293,7 +10293,7 @@
10293 "zh-chs": "使用以下选项创建一个新的设备组。",
10294 "zh-cht": "使用以下選項創建一個新的裝置群。",
10295 "xloc": [
10296 - "default.handlebars->31->1384"
10296 + "default.handlebars->31->1385"
10297 ]
10298 },
10299 {
@@ -10353,7 +10353,7 @@
10353 "zh-chs": "创建文件夹:“{0}”",
10354 "zh-cht": "創建文件夾:“{0}”",
10355 "xloc": [
10356 - "default.handlebars->31->1744"
10356 + "default.handlebars->31->1745"
10357 ]
10358 },
10359 {
@@ -10373,7 +10373,7 @@
10373 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10374 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10375 "xloc": [
10376 - "default.handlebars->31->1879"
10376 + "default.handlebars->31->1880"
10377 ]
10378 },
10379 {
@@ -10415,7 +10415,7 @@
10415 "zh-chs": "创建的设备组:{0}",
10416 "zh-cht": "創建的設備組:{0}",
10417 "xloc": [
10418 - "default.handlebars->31->1755"
10418 + "default.handlebars->31->1756"
10419 ]
10420 },
10421 {
@@ -10435,7 +10435,7 @@
10435 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
10436 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
10437 "xloc": [
10438 - "default.handlebars->31->771"
10438 + "default.handlebars->31->772"
10439 ]
10440 },
10441 {
@@ -10489,7 +10489,7 @@
10489 "zh-chs": "创建",
10490 "zh-cht": "創建",
10491 "xloc": [
10492 - "default.handlebars->31->2040"
10492 + "default.handlebars->31->2041"
10493 ]
10494 },
10495 {
@@ -10509,7 +10509,7 @@
10509 "zh-chs": "创建时间",
10510 "zh-cht": "創作時間",
10511 "xloc": [
10512 - "default.handlebars->31->1431"
10512 + "default.handlebars->31->1432"
10513 ]
10514 },
10515 {
@@ -10551,8 +10551,8 @@
10551 "zh-chs": "创建者",
10552 "zh-cht": "創作者",
10553 "xloc": [
10554 - "default.handlebars->31->1429",
10555 - "default.handlebars->31->1430"
10554 + "default.handlebars->31->1430",
10555 + "default.handlebars->31->1431"
10556 ]
10557 },
10558 {
@@ -10572,7 +10572,7 @@
10572 "zh-chs": "证书",
10573 "zh-cht": "證書",
10574 "xloc": [
10575 - "default.handlebars->31->1401"
10575 + "default.handlebars->31->1402"
10576 ]
10577 },
10578 {
@@ -10592,7 +10592,7 @@
10592 "zh-chs": "克里语",
10593 "zh-cht": "克里語",
10594 "xloc": [
10595 - "default.handlebars->31->1191"
10595 + "default.handlebars->31->1192"
10596 ]
10597 },
10598 {
@@ -10612,7 +10612,7 @@
10612 "zh-chs": "克罗地亚文",
10613 "zh-cht": "克羅地亞文",
10614 "xloc": [
10615 - "default.handlebars->31->1192"
10615 + "default.handlebars->31->1193"
10616 ]
10617 },
10618 {
@@ -10677,8 +10677,8 @@
10677 "default-mobile.handlebars->11->343",
10678 "default-mobile.handlebars->11->347",
10679 "default.handlebars->31->57",
10680 - "default.handlebars->31->925",
10681 - "default.handlebars->31->929",
10680 + "default.handlebars->31->926",
10681 + "default.handlebars->31->930",
10682 "terminal.handlebars->3->6"
10683 ]
10684 },
@@ -10787,7 +10787,7 @@
10787 "fr": "Le mot de passe actuel n'est pas correct.",
10788 "xloc": [
10789 "default-mobile.handlebars->11->599",
10790 - "default.handlebars->31->2203"
10790 + "default.handlebars->31->2204"
10791 ]
10792 },
10793 {
@@ -10846,7 +10846,7 @@
10846 "zh-chs": "捷克文",
10847 "zh-cht": "捷克文",
10848 "xloc": [
10849 - "default.handlebars->31->1193"
10849 + "default.handlebars->31->1194"
10850 ]
10851 },
10852 {
@@ -10886,7 +10886,7 @@
10886 "zh-chs": "丹麦文",
10887 "zh-cht": "丹麥文",
10888 "xloc": [
10889 - "default.handlebars->31->1194"
10889 + "default.handlebars->31->1195"
10890 ]
10891 },
10892 {
@@ -10914,7 +10914,7 @@
10914 "zh-chs": "数据通道",
10915 "zh-cht": "數據通道",
10916 "xloc": [
10917 - "default.handlebars->31->893",
10917 + "default.handlebars->31->894",
10918 "desktop.handlebars->3->11"
10919 ]
10920 },
@@ -10935,7 +10935,7 @@
10935 "zh-chs": "日期和时间",
10936 "zh-cht": "日期和時間",
10937 "xloc": [
10938 - "default.handlebars->31->1352"
10938 + "default.handlebars->31->1353"
10939 ]
10940 },
10941 {
@@ -10956,7 +10956,7 @@
10956 "zh-cht": "天",
10957 "xloc": [
10958 "default-mobile.handlebars->11->300",
10959 - "default.handlebars->31->820"
10959 + "default.handlebars->31->821"
10960 ]
10961 },
10962 {
@@ -10976,7 +10976,7 @@
10976 "zh-chs": "停用",
10977 "zh-cht": "停用",
10978 "xloc": [
10979 - "default.handlebars->31->1482"
10979 + "default.handlebars->31->1483"
10980 ]
10981 },
10982 {
@@ -10996,7 +10996,7 @@
10996 "zh-chs": "如果设置停用CCM",
10997 "zh-cht": "如果設置停用CCM",
10998 "xloc": [
10999 - "default.handlebars->31->1494"
10999 + "default.handlebars->31->1495"
11000 ]
11001 },
11002 {
@@ -11054,10 +11054,10 @@
11054 "zh-chs": "默认",
11055 "zh-cht": "默認",
11056 "xloc": [
11057 - "default.handlebars->31->1902",
11058 - "default.handlebars->31->1950",
11059 - "default.handlebars->31->1961",
11060 - "default.handlebars->31->2029"
11057 + "default.handlebars->31->1903",
11058 + "default.handlebars->31->1951",
11059 + "default.handlebars->31->1962",
11060 + "default.handlebars->31->2030"
11061 ]
11062 },
11063 {
@@ -11066,7 +11066,7 @@
11066 "nl": "Del",
11067 "xloc": [
11068 "default-mobile.handlebars->11->331",
11069 - "default.handlebars->31->913"
11069 + "default.handlebars->31->914"
11070 ]
11071 },
11072 {
@@ -11090,9 +11090,9 @@
11090 "default-mobile.handlebars->11->364",
11091 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11092 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11093 - "default.handlebars->31->1686",
11093 + "default.handlebars->31->1687",
11094 "default.handlebars->31->542",
11095 - "default.handlebars->31->991",
11095 + "default.handlebars->31->992",
11096 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11097 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
11098 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -11121,7 +11121,7 @@
11121 "zh-cht": "刪除帳戶",
11122 "xloc": [
11123 "default-mobile.handlebars->11->99",
11124 - "default.handlebars->31->1369"
11124 + "default.handlebars->31->1370"
11125 ]
11126 },
11127 {
@@ -11141,7 +11141,7 @@
11141 "zh-chs": "删除帐户",
11142 "zh-cht": "刪除帳戶",
11143 "xloc": [
11144 - "default.handlebars->31->1869"
11144 + "default.handlebars->31->1870"
11145 ]
11146 },
11147 {
@@ -11184,8 +11184,8 @@
11184 "xloc": [
11185 "default-mobile.handlebars->11->511",
11186 "default-mobile.handlebars->11->514",
11187 - "default.handlebars->31->1478",
11188 - "default.handlebars->31->1511"
11187 + "default.handlebars->31->1479",
11188 + "default.handlebars->31->1512"
11189 ]
11190 },
11191 {
@@ -11206,7 +11206,7 @@
11206 "zh-cht": "刪除節點",
11207 "xloc": [
11208 "default-mobile.handlebars->11->308",
11209 - "default.handlebars->31->846"
11209 + "default.handlebars->31->847"
11210 ]
11211 },
11212 {
@@ -11246,7 +11246,7 @@
11246 "zh-chs": "删除用户",
11247 "zh-cht": "刪除用戶",
11248 "xloc": [
11249 - "default.handlebars->31->2081"
11249 + "default.handlebars->31->2082"
11250 ]
11251 },
11252 {
@@ -11266,8 +11266,8 @@
11266 "zh-chs": "删除用户群组",
11267 "zh-cht": "刪除用戶群組",
11268 "xloc": [
11269 - "default.handlebars->31->1999",
11270 - "default.handlebars->31->2009"
11269 + "default.handlebars->31->2000",
11270 + "default.handlebars->31->2010"
11271 ]
11272 },
11273 {
@@ -11287,7 +11287,7 @@
11287 "zh-chs": "删除用户群组",
11288 "zh-cht": "刪除用戶群組",
11289 "xloc": [
11290 - "default.handlebars->31->1948"
11290 + "default.handlebars->31->1949"
11291 ]
11292 },
11293 {
@@ -11307,7 +11307,7 @@
11307 "zh-chs": "删除用户{0}",
11308 "zh-cht": "刪除用戶{0}",
11309 "xloc": [
11310 - "default.handlebars->31->2104"
11310 + "default.handlebars->31->2105"
11311 ]
11312 },
11313 {
@@ -11328,7 +11328,7 @@
11328 "zh-cht": "刪除帳戶",
11329 "xloc": [
11330 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
11331 - "default.handlebars->31->1865",
11331 + "default.handlebars->31->1866",
11332 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11333 ]
11334 },
@@ -11369,7 +11369,7 @@
11369 "zh-chs": "删除群组",
11370 "zh-cht": "刪除群組",
11371 "xloc": [
11372 - "default.handlebars->31->1944"
11372 + "default.handlebars->31->1945"
11373 ]
11374 },
11375 {
@@ -11409,7 +11409,7 @@
11409 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11410 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11411 "xloc": [
11412 - "default.handlebars->31->1746"
11412 + "default.handlebars->31->1747"
11413 ]
11414 },
11415 {
@@ -11431,8 +11431,8 @@
11431 "xloc": [
11432 "default-mobile.handlebars->11->139",
11433 "default-mobile.handlebars->11->366",
11434 - "default.handlebars->31->1688",
11435 - "default.handlebars->31->993"
11434 + "default.handlebars->31->1689",
11435 + "default.handlebars->31->994"
11436 ]
11437 },
11438 {
@@ -11452,7 +11452,7 @@
11452 "zh-chs": "删除用户群组{0}?",
11453 "zh-cht": "刪除用戶群組{0}?",
11454 "xloc": [
11455 - "default.handlebars->31->2007"
11455 + "default.handlebars->31->2008"
11456 ]
11457 },
11458 {
@@ -11474,8 +11474,8 @@
11474 "xloc": [
11475 "default-mobile.handlebars->11->138",
11476 "default-mobile.handlebars->11->365",
11477 - "default.handlebars->31->1687",
11478 - "default.handlebars->31->992"
11477 + "default.handlebars->31->1688",
11478 + "default.handlebars->31->993"
11479 ]
11480 },
11481 {
@@ -11515,7 +11515,7 @@
11515 "zh-chs": "删除:“{0}”",
11516 "zh-cht": "刪除:“{0}”",
11517 "xloc": [
11518 - "default.handlebars->31->1745"
11518 + "default.handlebars->31->1746"
11519 ]
11520 },
11521 {
@@ -11535,7 +11535,7 @@
11535 "zh-chs": "删除:“{0}”,{1}个元素已删除",
11536 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11537 "xloc": [
11538 - "default.handlebars->31->1747"
11538 + "default.handlebars->31->1748"
11539 ]
11540 },
11541 {
@@ -11556,7 +11556,7 @@
11556 "zh-cht": "被拒絕",
11557 "xloc": [
11558 "default-mobile.handlebars->11->319",
11559 - "default.handlebars->31->889",
11559 + "default.handlebars->31->890",
11560 "desktop.handlebars->3->7",
11561 "terminal.handlebars->3->11"
11562 ]
@@ -11654,18 +11654,18 @@
11654 "default-mobile.handlebars->11->427",
11655 "default-mobile.handlebars->11->502",
11656 "default-mobile.handlebars->11->516",
11657 - "default.handlebars->31->1045",
11658 - "default.handlebars->31->1055",
11659 - "default.handlebars->31->1389",
11660 - "default.handlebars->31->1426",
11661 - "default.handlebars->31->1513",
11662 - "default.handlebars->31->1953",
11663 - "default.handlebars->31->1963",
11657 + "default.handlebars->31->1046",
11658 + "default.handlebars->31->1056",
11659 + "default.handlebars->31->1390",
11660 + "default.handlebars->31->1427",
11661 + "default.handlebars->31->1514",
11662 + "default.handlebars->31->1954",
11663 "default.handlebars->31->1964",
11665 - "default.handlebars->31->2005",
11664 + "default.handlebars->31->1965",
11665 + "default.handlebars->31->2006",
11666 "default.handlebars->31->583",
11667 "default.handlebars->31->584",
11668 - "default.handlebars->31->884",
11668 + "default.handlebars->31->885",
11669 "default.handlebars->31->92",
11670 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
11671 ]
@@ -11705,12 +11705,12 @@
11705 "zh-cht": "桌面",
11706 "xloc": [
11707 "default-mobile.handlebars->11->286",
11708 - "default.handlebars->31->1519",
11709 - "default.handlebars->31->2153",
11708 + "default.handlebars->31->1520",
11709 + "default.handlebars->31->2154",
11710 "default.handlebars->31->548",
11711 - "default.handlebars->31->717",
11712 - "default.handlebars->31->773",
11713 - "default.handlebars->31->955",
11711 + "default.handlebars->31->718",
11712 + "default.handlebars->31->774",
11713 + "default.handlebars->31->956",
11714 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
11715 "default.handlebars->contextMenu->cxdesktop",
11716 "desktop.handlebars->3->23"
@@ -11753,9 +11753,9 @@
11753 "zh-chs": "桌面通知",
11754 "zh-cht": "桌面通知",
11755 "xloc": [
11756 - "default.handlebars->31->1440",
11757 - "default.handlebars->31->1968",
11758 - "default.handlebars->31->2055",
11756 + "default.handlebars->31->1441",
11757 + "default.handlebars->31->1969",
11758 + "default.handlebars->31->2056",
11759 "default.handlebars->31->634"
11760 ]
11761 },
@@ -11776,9 +11776,9 @@
11776 "zh-chs": "桌面提示",
11777 "zh-cht": "桌面提示",
11778 "xloc": [
11779 - "default.handlebars->31->1439",
11780 - "default.handlebars->31->1967",
11781 - "default.handlebars->31->2054",
11779 + "default.handlebars->31->1440",
11780 + "default.handlebars->31->1968",
11781 + "default.handlebars->31->2055",
11782 "default.handlebars->31->633"
11783 ]
11784 },
@@ -11799,9 +11799,9 @@
11799 "zh-chs": "桌面提示+工具栏",
11800 "zh-cht": "桌面提示+工具欄",
11801 "xloc": [
11802 - "default.handlebars->31->1437",
11803 - "default.handlebars->31->1965",
11804 - "default.handlebars->31->2052",
11802 + "default.handlebars->31->1438",
11803 + "default.handlebars->31->1966",
11804 + "default.handlebars->31->2053",
11805 "default.handlebars->31->631"
11806 ]
11807 },
@@ -11864,9 +11864,9 @@
11864 "zh-chs": "桌面工具栏",
11865 "zh-cht": "桌面工具欄",
11866 "xloc": [
11867 - "default.handlebars->31->1438",
11868 - "default.handlebars->31->1966",
11869 - "default.handlebars->31->2053",
11867 + "default.handlebars->31->1439",
11868 + "default.handlebars->31->1967",
11869 + "default.handlebars->31->2054",
11870 "default.handlebars->31->632"
11871 ]
11872 },
@@ -11875,7 +11875,7 @@
11875 "nl": "Desktop, Alleen kijken",
11876 "fr": "Bureau en visualisation seulement",
11877 "xloc": [
11878 - "default.handlebars->31->776"
11878 + "default.handlebars->31->777"
11879 ]
11880 },
11881 {
@@ -11895,7 +11895,7 @@
11895 "zh-chs": "桌面时段",
11896 "zh-cht": "桌面時段",
11897 "xloc": [
11898 - "default.handlebars->31->954"
11898 + "default.handlebars->31->955"
11899 ]
11900 },
11901 {
@@ -11979,10 +11979,10 @@
11979 "zh-cht": "裝置",
11980 "xloc": [
11981 "default-mobile.handlebars->11->422",
11982 - "default.handlebars->31->1040",
11983 - "default.handlebars->31->1542",
11982 + "default.handlebars->31->1041",
11983 + "default.handlebars->31->1543",
11984 "default.handlebars->31->201",
11985 - "default.handlebars->31->2123",
11985 + "default.handlebars->31->2124",
11986 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11987 ]
11988 },
@@ -12005,7 +12005,7 @@
12005 "xloc": [
12006 "default-mobile.handlebars->11->297",
12007 "default-mobile.handlebars->11->298",
12008 - "default.handlebars->31->811"
12008 + "default.handlebars->31->812"
12009 ]
12010 },
12011 {
@@ -12047,15 +12047,15 @@
12047 "xloc": [
12048 "agent-translations.json",
12049 "default-mobile.handlebars->11->577",
12050 - "default.handlebars->31->1537",
12051 - "default.handlebars->31->1540",
12050 + "default.handlebars->31->1538",
12051 "default.handlebars->31->1541",
12053 - "default.handlebars->31->1816",
12054 - "default.handlebars->31->1991",
12055 - "default.handlebars->31->1997",
12056 - "default.handlebars->31->2111",
12057 - "default.handlebars->31->2162",
12058 - "default.handlebars->31->2181"
12052 + "default.handlebars->31->1542",
12053 + "default.handlebars->31->1817",
12054 + "default.handlebars->31->1992",
12055 + "default.handlebars->31->1998",
12056 + "default.handlebars->31->2112",
12057 + "default.handlebars->31->2163",
12058 + "default.handlebars->31->2182"
12059 ]
12060 },
12061 {
@@ -12076,7 +12076,7 @@
12076 "zh-cht": "裝置群用戶",
12077 "xloc": [
12078 "default-mobile.handlebars->11->566",
12079 - "default.handlebars->31->1607"
12079 + "default.handlebars->31->1608"
12080 ]
12081 },
12082 {
@@ -12097,11 +12097,11 @@
12097 "zh-cht": "裝置群",
12098 "xloc": [
12099 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
12100 - "default.handlebars->31->1832",
12101 - "default.handlebars->31->1938",
12102 - "default.handlebars->31->1978",
12103 - "default.handlebars->31->2049",
12104 - "default.handlebars->31->2232",
12100 + "default.handlebars->31->1833",
12101 + "default.handlebars->31->1939",
12102 + "default.handlebars->31->1979",
12103 + "default.handlebars->31->2050",
12104 + "default.handlebars->31->2233",
12105 "default.handlebars->container->column_l->p2->p2info->7"
12106 ]
12107 },
@@ -12142,7 +12142,7 @@
12142 "zh-chs": "设备位置",
12143 "zh-cht": "裝置位置",
12144 "xloc": [
12145 - "default.handlebars->31->847"
12145 + "default.handlebars->31->848"
12146 ]
12147 },
12148 {
@@ -12162,7 +12162,7 @@
12162 "zh-chs": "设备消息",
12163 "zh-cht": "裝置訊息",
12164 "xloc": [
12165 - "default.handlebars->31->768"
12165 + "default.handlebars->31->769"
12166 ]
12167 },
12168 {
@@ -12183,9 +12183,9 @@
12183 "zh-cht": "裝置名稱",
12184 "xloc": [
12185 "default-mobile.handlebars->11->312",
12186 - "default.handlebars->31->2161",
12186 + "default.handlebars->31->2162",
12187 "default.handlebars->31->309",
12188 - "default.handlebars->31->882",
12188 + "default.handlebars->31->883",
12189 "player.handlebars->3->9"
12190 ]
12191 },
@@ -12207,7 +12207,7 @@
12207 "zh-cht": "裝置通知",
12208 "xloc": [
12209 "default.handlebars->31->499",
12210 - "default.handlebars->31->770"
12210 + "default.handlebars->31->771"
12211 ]
12212 },
12213 {
@@ -12252,7 +12252,7 @@
12252 "zh-chs": "设备共享链接",
12253 "zh-cht": "設備共享鏈接",
12254 "xloc": [
12255 - "default.handlebars->31->713"
12255 + "default.handlebars->31->714"
12256 ]
12257 },
12258 {
@@ -12292,8 +12292,8 @@
12292 "zh-chs": "设备连接。",
12293 "zh-cht": "裝置連接。",
12294 "xloc": [
12295 - "default.handlebars->31->1357",
12296 - "default.handlebars->31->1628"
12295 + "default.handlebars->31->1358",
12296 + "default.handlebars->31->1629"
12297 ]
12298 },
12299 {
@@ -12313,8 +12313,8 @@
12313 "zh-chs": "设备断开连接。",
12314 "zh-cht": "裝置斷開連接。",
12315 "xloc": [
12316 - "default.handlebars->31->1358",
12317 - "default.handlebars->31->1629"
12316 + "default.handlebars->31->1359",
12317 + "default.handlebars->31->1630"
12318 ]
12319 },
12320 {
@@ -12334,7 +12334,7 @@
12334 "zh-chs": "创建的设备组:{0}",
12335 "zh-cht": "設備組已創建:{0}",
12336 "xloc": [
12337 - "default.handlebars->31->1776"
12337 + "default.handlebars->31->1777"
12338 ]
12339 },
12340 {
@@ -12354,7 +12354,7 @@
12354 "zh-chs": "设备组已删除:{0}",
12355 "zh-cht": "設備組已刪除:{0}",
12356 "xloc": [
12357 - "default.handlebars->31->1777"
12357 + "default.handlebars->31->1778"
12358 ]
12359 },
12360 {
@@ -12374,7 +12374,7 @@
12374 "zh-chs": "设备组成员身份已更改:{0}",
12375 "zh-cht": "設備組成員身份已更改:{0}",
12376 "xloc": [
12377 - "default.handlebars->31->1778"
12377 + "default.handlebars->31->1779"
12378 ]
12379 },
12380 {
@@ -12394,7 +12394,7 @@
12394 "zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
12395 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
12396 "xloc": [
12397 - "default.handlebars->31->765"
12397 + "default.handlebars->31->766"
12398 ]
12399 },
12400 {
@@ -12414,7 +12414,7 @@
12414 "zh-chs": "设备组通知已更改",
12415 "zh-cht": "設備組通知已更改",
12416 "xloc": [
12417 - "default.handlebars->31->1773"
12417 + "default.handlebars->31->1774"
12418 ]
12419 },
12420 {
@@ -12434,7 +12434,7 @@
12434 "zh-chs": "未删除的设备组:{0}",
12435 "zh-cht": "未刪除的設備組:{0}",
12436 "xloc": [
12437 - "default.handlebars->31->1756"
12437 + "default.handlebars->31->1757"
12438 ]
12439 },
12440 {
@@ -12827,7 +12827,7 @@
12827 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
12828 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
12829 "xloc": [
12830 - "default.handlebars->31->1758"
12830 + "default.handlebars->31->1759"
12831 ]
12832 },
12833 {
@@ -12864,8 +12864,8 @@
12864 "zh-chs": "设备",
12865 "zh-cht": "裝置",
12866 "xloc": [
12867 - "default.handlebars->31->1939",
12868 - "default.handlebars->31->1979"
12867 + "default.handlebars->31->1940",
12868 + "default.handlebars->31->1980"
12869 ]
12870 },
12871 {
@@ -12906,7 +12906,7 @@
12906 "zh-chs": "禁用的电子邮件两因素身份验证",
12907 "zh-cht": "禁用的電子郵件兩因素身份驗證",
12908 "xloc": [
12909 - "default.handlebars->31->1789"
12909 + "default.handlebars->31->1790"
12910 ]
12911 },
12912 {
@@ -12929,8 +12929,8 @@
12929 "agent-translations.json",
12930 "default-mobile.handlebars->11->355",
12931 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12932 - "default.handlebars->31->1450",
12933 - "default.handlebars->31->973",
12932 + "default.handlebars->31->1451",
12933 + "default.handlebars->31->974",
12934 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12935 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
12936 "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -13030,7 +13030,7 @@
13030 "zh-chs": "在远程设备上显示一个消息框。",
13031 "zh-cht": "在遠程裝置上顯示一個訊息框。",
13032 "xloc": [
13033 - "default.handlebars->31->769"
13033 + "default.handlebars->31->770"
13034 ]
13035 },
13036 {
@@ -13090,7 +13090,7 @@
13090 "zh-chs": "显示设备组名称",
13091 "zh-cht": "顯示裝置群名稱",
13092 "xloc": [
13093 - "default.handlebars->31->1356"
13093 + "default.handlebars->31->1357"
13094 ]
13095 },
13096 {
@@ -13110,7 +13110,7 @@
13110 "zh-chs": "显示名称",
13111 "zh-cht": "顯示名稱",
13112 "xloc": [
13113 - "default.handlebars->31->940"
13113 + "default.handlebars->31->941"
13114 ]
13115 },
13116 {
@@ -13130,13 +13130,13 @@
13130 "zh-chs": "显示公共连结",
13131 "zh-cht": "顯示公共鏈結",
13132 "xloc": [
13133 - "default.handlebars->31->1659"
13133 + "default.handlebars->31->1660"
13134 ]
13135 },
13136 {
13137 "en": "Display {0}",
13138 "xloc": [
13139 - "default.handlebars->31->957"
13139 + "default.handlebars->31->958"
13140 ]
13141 },
13142 {
@@ -13156,7 +13156,7 @@
13156 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13157 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13158 "xloc": [
13159 - "default.handlebars->31->1718"
13159 + "default.handlebars->31->1719"
13160 ]
13161 },
13162 {
@@ -13176,7 +13176,7 @@
13176 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13177 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13178 "xloc": [
13179 - "default.handlebars->31->1726"
13179 + "default.handlebars->31->1727"
13180 ]
13181 },
13182 {
@@ -13196,8 +13196,8 @@
13196 "zh-chs": "什么都不做",
13197 "zh-cht": "什麼都不做",
13198 "xloc": [
13199 - "default.handlebars->31->1497",
13200 - "default.handlebars->31->1501"
13199 + "default.handlebars->31->1498",
13200 + "default.handlebars->31->1502"
13201 ]
13202 },
13203 {
@@ -13217,10 +13217,10 @@
13217 "zh-chs": "域",
13218 "zh-cht": "域",
13219 "xloc": [
13220 - "default.handlebars->31->1903",
13221 - "default.handlebars->31->1951",
13222 - "default.handlebars->31->1960",
13223 - "default.handlebars->31->2028",
13220 + "default.handlebars->31->1904",
13221 + "default.handlebars->31->1952",
13222 + "default.handlebars->31->1961",
13223 + "default.handlebars->31->2029",
13224 "mstsc.handlebars->main->1->3->1->2->1->0",
13225 "mstsc.handlebars->main->1->3->1->2->3"
13226 ]
@@ -13242,7 +13242,7 @@
13242 "zh-chs": "请勿更改,如果设置请保留CCM",
13243 "zh-cht": "請勿更改,如果設置請保留CCM",
13244 "xloc": [
13245 - "default.handlebars->31->1493"
13245 + "default.handlebars->31->1494"
13246 ]
13247 },
13248 {
@@ -13279,7 +13279,7 @@
13279 "zh-chs": "不要连接到服务器",
13280 "zh-cht": "不要連接到伺服器",
13281 "xloc": [
13282 - "default.handlebars->31->1502"
13282 + "default.handlebars->31->1503"
13283 ]
13284 },
13285 {
@@ -13344,7 +13344,7 @@
13344 "nl": "Omlaag",
13345 "xloc": [
13346 "default-mobile.handlebars->11->339",
13347 - "default.handlebars->31->921"
13347 + "default.handlebars->31->922"
13348 ]
13349 },
13350 {
@@ -13408,7 +13408,7 @@
13408 "zh-cht": "下載檔案",
13409 "xloc": [
13410 "default-mobile.handlebars->11->385",
13411 - "default.handlebars->31->1012"
13411 + "default.handlebars->31->1013"
13412 ]
13413 },
13414 {
@@ -13448,7 +13448,7 @@
13448 "zh-chs": "下载MeshCmd",
13449 "zh-cht": "下載MeshCmd",
13450 "xloc": [
13451 - "default.handlebars->31->872"
13451 + "default.handlebars->31->873"
13452 ]
13453 },
13454 {
@@ -13508,7 +13508,7 @@
13508 "zh-chs": "下载报告",
13509 "zh-cht": "下載報告",
13510 "xloc": [
13511 - "default.handlebars->31->1821",
13511 + "default.handlebars->31->1822",
13512 "default.handlebars->container->column_l->p3->3->1->0->3"
13513 ]
13514 },
@@ -13529,7 +13529,7 @@
13529 "zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
13530 "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
13531 "xloc": [
13532 - "default.handlebars->31->865"
13532 + "default.handlebars->31->866"
13533 ]
13534 },
13535 {
@@ -13609,7 +13609,7 @@
13609 "zh-chs": "下载电源事件",
13610 "zh-cht": "下載電源事件",
13611 "xloc": [
13612 - "default.handlebars->31->821"
13612 + "default.handlebars->31->822"
13613 ]
13614 },
13615 {
@@ -13717,7 +13717,7 @@
13717 "zh-chs": "使用以下一种档案格式下载事件列表。",
13718 "zh-cht": "使用以下一種檔案格式下載事件列表。",
13719 "xloc": [
13720 - "default.handlebars->31->1822"
13720 + "default.handlebars->31->1823"
13721 ]
13722 },
13723 {
@@ -13737,7 +13737,7 @@
13737 "zh-chs": "使用以下一种档案格式下载用户列表。",
13738 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
13739 "xloc": [
13740 - "default.handlebars->31->1887"
13740 + "default.handlebars->31->1888"
13741 ]
13742 },
13743 {
@@ -13818,7 +13818,7 @@
13818 "zh-chs": "下载:“{0}”",
13819 "zh-cht": "下載:“{0}”",
13820 "xloc": [
13821 - "default.handlebars->31->1749"
13821 + "default.handlebars->31->1750"
13822 ]
13823 },
13824 {
@@ -13826,7 +13826,7 @@
13826 "nl": "Download: \\\"{0}\\\", Grootte: {1}",
13827 "fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
13828 "xloc": [
13829 - "default.handlebars->31->1806"
13829 + "default.handlebars->31->1807"
13830 ]
13831 },
13832 {
@@ -13866,7 +13866,7 @@
13866 "zh-chs": "代理重复",
13867 "zh-cht": "代理重複",
13868 "xloc": [
13869 - "default.handlebars->31->2228"
13869 + "default.handlebars->31->2229"
13870 ]
13871 },
13872 {
@@ -13906,7 +13906,7 @@
13906 "zh-chs": "复制用户组",
13907 "zh-cht": "複製用戶群",
13908 "xloc": [
13909 - "default.handlebars->31->1955"
13909 + "default.handlebars->31->1956"
13910 ]
13911 },
13912 {
@@ -13943,8 +13943,8 @@
13943 "zh-chs": "持续时间",
13944 "zh-cht": "持續時間",
13945 "xloc": [
13946 - "default.handlebars->31->2147",
13947 - "default.handlebars->31->2167",
13946 + "default.handlebars->31->2148",
13947 + "default.handlebars->31->2168",
13948 "player.handlebars->3->2"
13949 ]
13950 },
@@ -13982,7 +13982,7 @@
13982 "zh-chs": "荷兰文(比利时)",
13983 "zh-cht": "荷蘭文(比利時)",
13984 "xloc": [
13985 - "default.handlebars->31->1196"
13985 + "default.handlebars->31->1197"
13986 ]
13987 },
13988 {
@@ -14002,7 +14002,7 @@
14002 "zh-chs": "荷兰文(标准)",
14003 "zh-cht": "荷蘭文(標準)",
14004 "xloc": [
14005 - "default.handlebars->31->1195"
14005 + "default.handlebars->31->1196"
14006 ]
14007 },
14008 {
@@ -14291,7 +14291,7 @@
14291 "zh-cht": "編輯裝置",
14292 "xloc": [
14293 "default-mobile.handlebars->11->317",
14294 - "default.handlebars->31->887"
14294 + "default.handlebars->31->888"
14295 ]
14296 },
14297 {
@@ -14314,10 +14314,10 @@
14314 "default-mobile.handlebars->11->517",
14315 "default-mobile.handlebars->11->523",
14316 "default-mobile.handlebars->11->543",
14317 - "default.handlebars->31->1514",
14318 - "default.handlebars->31->1546",
14319 - "default.handlebars->31->1571",
14320 - "default.handlebars->31->1583"
14317 + "default.handlebars->31->1515",
14318 + "default.handlebars->31->1547",
14319 + "default.handlebars->31->1572",
14320 + "default.handlebars->31->1584"
14321 ]
14322 },
14323 {
@@ -14337,7 +14337,7 @@
14337 "zh-chs": "编辑设备组功能",
14338 "zh-cht": "編輯裝置群功能",
14339 "xloc": [
14340 - "default.handlebars->31->1532"
14340 + "default.handlebars->31->1533"
14341 ]
14342 },
14343 {
@@ -14357,8 +14357,8 @@
14357 "zh-chs": "编辑设备组权限",
14358 "zh-cht": "編輯裝置群權限",
14359 "xloc": [
14360 - "default.handlebars->31->1568",
14361 - "default.handlebars->31->1580"
14360 + "default.handlebars->31->1569",
14361 + "default.handlebars->31->1581"
14362 ]
14363 },
14364 {
@@ -14378,7 +14378,7 @@
14378 "zh-chs": "编辑设备组用户同意",
14379 "zh-cht": "編輯裝置群用戶同意",
14380 "xloc": [
14381 - "default.handlebars->31->1515"
14381 + "default.handlebars->31->1516"
14382 ]
14383 },
14384 {
@@ -14399,7 +14399,7 @@
14399 "zh-cht": "編輯裝置筆記",
14400 "xloc": [
14401 "default-mobile.handlebars->11->535",
14402 - "default.handlebars->31->1560"
14402 + "default.handlebars->31->1561"
14403 ]
14404 },
14405 {
@@ -14419,8 +14419,8 @@
14419 "zh-chs": "编辑设备权限",
14420 "zh-cht": "編輯裝置權限",
14421 "xloc": [
14422 - "default.handlebars->31->1573",
14423 - "default.handlebars->31->1575"
14422 + "default.handlebars->31->1574",
14423 + "default.handlebars->31->1576"
14424 ]
14425 },
14426 {
@@ -14461,7 +14461,7 @@
14461 "zh-chs": "编辑设备用户同意",
14462 "zh-cht": "編輯裝置用戶同意",
14463 "xloc": [
14464 - "default.handlebars->31->1517"
14464 + "default.handlebars->31->1518"
14465 ]
14466 },
14467 {
@@ -14481,7 +14481,7 @@
14481 "zh-chs": "编辑群组",
14482 "zh-cht": "編輯群組",
14483 "xloc": [
14484 - "default.handlebars->31->742"
14484 + "default.handlebars->31->743"
14485 ]
14486 },
14487 {
@@ -14508,7 +14508,7 @@
14508 "default.handlebars->31->598",
14509 "default.handlebars->31->603",
14510 "default.handlebars->31->604",
14511 - "default.handlebars->31->828"
14511 + "default.handlebars->31->829"
14512 ]
14513 },
14514 {
@@ -14529,7 +14529,7 @@
14529 "zh-cht": "編輯筆記",
14530 "xloc": [
14531 "default-mobile.handlebars->11->550",
14532 - "default.handlebars->31->1590"
14532 + "default.handlebars->31->1591"
14533 ]
14534 },
14535 {
@@ -14549,7 +14549,7 @@
14549 "zh-chs": "编辑用户同意",
14550 "zh-cht": "編輯用戶同意",
14551 "xloc": [
14552 - "default.handlebars->31->1516"
14552 + "default.handlebars->31->1517"
14553 ]
14554 },
14555 {
@@ -14569,7 +14569,7 @@
14569 "zh-chs": "编辑用户设备组权限",
14570 "zh-cht": "編輯用戶裝置群權限",
14571 "xloc": [
14572 - "default.handlebars->31->1581"
14572 + "default.handlebars->31->1582"
14573 ]
14574 },
14575 {
@@ -14589,7 +14589,7 @@
14589 "zh-chs": "编辑用户设备权限",
14590 "zh-cht": "編輯用戶裝置權限",
14591 "xloc": [
14592 - "default.handlebars->31->1576"
14592 + "default.handlebars->31->1577"
14593 ]
14594 },
14595 {
@@ -14609,7 +14609,7 @@
14609 "zh-chs": "编辑用户组",
14610 "zh-cht": "編輯用戶群",
14611 "xloc": [
14612 - "default.handlebars->31->2006"
14612 + "default.handlebars->31->2007"
14613 ]
14614 },
14615 {
@@ -14629,7 +14629,7 @@
14629 "zh-chs": "编辑用户组设备权限",
14630 "zh-cht": "編輯用戶群裝置權限",
14631 "xloc": [
14632 - "default.handlebars->31->1578"
14632 + "default.handlebars->31->1579"
14633 ]
14634 },
14635 {
@@ -14649,7 +14649,7 @@
14649 "zh-chs": "编辑用户组用户同意",
14650 "zh-cht": "編輯用戶組用戶同意",
14651 "xloc": [
14652 - "default.handlebars->31->1518"
14652 + "default.handlebars->31->1519"
14653 ]
14654 },
14655 {
@@ -14731,11 +14731,11 @@
14731 "zh-cht": "電郵",
14732 "xloc": [
14733 "default-mobile.handlebars->11->93",
14734 - "default.handlebars->31->1905",
14735 - "default.handlebars->31->2032",
14736 - "default.handlebars->31->2034",
14737 - "default.handlebars->31->2074",
14738 - "default.handlebars->31->2092",
14734 + "default.handlebars->31->1906",
14735 + "default.handlebars->31->2033",
14736 + "default.handlebars->31->2035",
14737 + "default.handlebars->31->2075",
14738 + "default.handlebars->31->2093",
14739 "default.handlebars->31->341",
14740 "login-mobile.handlebars->5->42",
14741 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -14768,7 +14768,7 @@
14768 "zh-cht": "電郵地址變更",
14769 "xloc": [
14770 "default-mobile.handlebars->11->94",
14771 - "default.handlebars->31->1365"
14771 + "default.handlebars->31->1366"
14772 ]
14773 },
14774 {
@@ -14789,7 +14789,7 @@
14789 "zh-cht": "電郵認證",
14790 "xloc": [
14791 "default-mobile.handlebars->11->83",
14792 - "default.handlebars->31->1133"
14792 + "default.handlebars->31->1134"
14793 ]
14794 },
14795 {
@@ -14849,7 +14849,7 @@
14849 "zh-cht": "電郵驗證",
14850 "xloc": [
14851 "default-mobile.handlebars->11->92",
14852 - "default.handlebars->31->1363"
14852 + "default.handlebars->31->1364"
14853 ]
14854 },
14855 {
@@ -14889,7 +14889,7 @@
14889 "zh-chs": "电邮未验证",
14890 "zh-cht": "電郵未驗證",
14891 "xloc": [
14892 - "default.handlebars->31->1851"
14892 + "default.handlebars->31->1852"
14893 ]
14894 },
14895 {
@@ -14909,8 +14909,8 @@
14909 "zh-chs": "电子邮件已验证",
14910 "zh-cht": "電子郵件已驗證",
14911 "xloc": [
14912 - "default.handlebars->31->1852",
14913 - "default.handlebars->31->2026"
14912 + "default.handlebars->31->1853",
14913 + "default.handlebars->31->2027"
14914 ]
14915 },
14916 {
@@ -14930,7 +14930,7 @@
14930 "zh-chs": "电邮已验证。",
14931 "zh-cht": "電郵已驗證。",
14932 "xloc": [
14933 - "default.handlebars->31->1911"
14933 + "default.handlebars->31->1912"
14934 ]
14935 },
14936 {
@@ -14950,7 +14950,7 @@
14950 "zh-chs": "电邮未验证",
14951 "zh-cht": "電郵未驗證",
14952 "xloc": [
14953 - "default.handlebars->31->2027"
14953 + "default.handlebars->31->2028"
14954 ]
14955 },
14956 {
@@ -14971,7 +14971,7 @@
14971 "zh-cht": "電郵已發送。",
14972 "xloc": [
14973 "default-mobile.handlebars->11->592",
14974 - "default.handlebars->31->2196",
14974 + "default.handlebars->31->2197",
14975 "login-mobile.handlebars->5->2",
14976 "login.handlebars->5->2",
14977 "login2.handlebars->7->3"
@@ -15016,7 +15016,7 @@
15016 "zh-chs": "已通过电邮验证,并且需要重置密码。",
15017 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
15018 "xloc": [
15019 - "default.handlebars->31->1912"
15019 + "default.handlebars->31->1913"
15020 ]
15021 },
15022 {
@@ -15040,7 +15040,7 @@
15040 "en": "Email/SMS/Push Traffic",
15041 "nl": "Email/SMS/Push verkeer",
15042 "xloc": [
15043 - "default.handlebars->31->2272"
15043 + "default.handlebars->31->2273"
15044 ]
15045 },
15046 {
@@ -15086,7 +15086,7 @@
15086 "zh-chs": "启用邀请代码",
15087 "zh-cht": "啟用邀請代碼",
15088 "xloc": [
15089 - "default.handlebars->31->1613"
15089 + "default.handlebars->31->1614"
15090 ]
15091 },
15092 {
@@ -15127,7 +15127,7 @@
15127 "zh-cht": "啟用電郵二因子鑑別。",
15128 "xloc": [
15129 "default-mobile.handlebars->11->85",
15130 - "default.handlebars->31->1135"
15130 + "default.handlebars->31->1136"
15131 ]
15132 },
15133 {
@@ -15167,7 +15167,7 @@
15167 "zh-chs": "已启用",
15168 "zh-cht": "已啟用",
15169 "xloc": [
15170 - "default.handlebars->31->2169"
15170 + "default.handlebars->31->2170"
15171 ]
15172 },
15173 {
@@ -15187,7 +15187,7 @@
15187 "zh-chs": "启用电子邮件两因素身份验证",
15188 "zh-cht": "啟用電子郵件兩因素身份驗證",
15189 "xloc": [
15190 - "default.handlebars->31->1788"
15190 + "default.handlebars->31->1789"
15191 ]
15192 },
15193 {
@@ -15216,7 +15216,7 @@
15216 "nl": "End",
15217 "xloc": [
15218 "default-mobile.handlebars->11->333",
15219 - "default.handlebars->31->915"
15219 + "default.handlebars->31->916"
15220 ]
15221 },
15222 {
@@ -15236,7 +15236,7 @@
15236 "zh-chs": "时间结束",
15237 "zh-cht": "時間結束",
15238 "xloc": [
15239 - "default.handlebars->31->2166"
15239 + "default.handlebars->31->2167"
15240 ]
15241 },
15242 {
@@ -15256,7 +15256,7 @@
15256 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15257 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15258 "xloc": [
15259 - "default.handlebars->31->1711"
15259 + "default.handlebars->31->1712"
15260 ]
15261 },
15262 {
@@ -15276,7 +15276,7 @@
15276 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15277 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15278 "xloc": [
15279 - "default.handlebars->31->1712"
15279 + "default.handlebars->31->1713"
15280 ]
15281 },
15282 {
@@ -15296,7 +15296,7 @@
15296 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15297 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15298 "xloc": [
15299 - "default.handlebars->31->1709"
15299 + "default.handlebars->31->1710"
15300 ]
15301 },
15302 {
@@ -15316,7 +15316,7 @@
15316 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15317 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15318 "xloc": [
15319 - "default.handlebars->31->1710"
15319 + "default.handlebars->31->1711"
15320 ]
15321 },
15322 {
@@ -15336,7 +15336,7 @@
15336 "zh-chs": "英文",
15337 "zh-cht": "英文",
15338 "xloc": [
15339 - "default.handlebars->31->1197"
15339 + "default.handlebars->31->1198"
15340 ]
15341 },
15342 {
@@ -15356,7 +15356,7 @@
15356 "zh-chs": "英文(澳洲)",
15357 "zh-cht": "英文(澳洲)",
15358 "xloc": [
15359 - "default.handlebars->31->1198"
15359 + "default.handlebars->31->1199"
15360 ]
15361 },
15362 {
@@ -15376,7 +15376,7 @@
15376 "zh-chs": "英文(伯利茲)",
15377 "zh-cht": "英文(伯利茲)",
15378 "xloc": [
15379 - "default.handlebars->31->1199"
15379 + "default.handlebars->31->1200"
15380 ]
15381 },
15382 {
@@ -15396,7 +15396,7 @@
15396 "zh-chs": "英文(加拿大)",
15397 "zh-cht": "英文(加拿大)",
15398 "xloc": [
15399 - "default.handlebars->31->1200"
15399 + "default.handlebars->31->1201"
15400 ]
15401 },
15402 {
@@ -15416,7 +15416,7 @@
15416 "zh-chs": "英文(爱尔兰)",
15417 "zh-cht": "英文(愛爾蘭)",
15418 "xloc": [
15419 - "default.handlebars->31->1201"
15419 + "default.handlebars->31->1202"
15420 ]
15421 },
15422 {
@@ -15436,7 +15436,7 @@
15436 "zh-chs": "英文(牙买加)",
15437 "zh-cht": "英文(牙買加)",
15438 "xloc": [
15439 - "default.handlebars->31->1202"
15439 + "default.handlebars->31->1203"
15440 ]
15441 },
15442 {
@@ -15456,7 +15456,7 @@
15456 "zh-chs": "英文(纽西兰)",
15457 "zh-cht": "英文(紐西蘭)",
15458 "xloc": [
15459 - "default.handlebars->31->1203"
15459 + "default.handlebars->31->1204"
15460 ]
15461 },
15462 {
@@ -15476,7 +15476,7 @@
15476 "zh-chs": "英文(菲律宾)",
15477 "zh-cht": "英文(菲律賓)",
15478 "xloc": [
15479 - "default.handlebars->31->1204"
15479 + "default.handlebars->31->1205"
15480 ]
15481 },
15482 {
@@ -15496,7 +15496,7 @@
15496 "zh-chs": "英语(南非)",
15497 "zh-cht": "英語(南非)",
15498 "xloc": [
15499 - "default.handlebars->31->1205"
15499 + "default.handlebars->31->1206"
15500 ]
15501 },
15502 {
@@ -15516,7 +15516,7 @@
15516 "zh-chs": "英文(特立尼达和多巴哥)",
15517 "zh-cht": "英文(特立尼達和多巴哥)",
15518 "xloc": [
15519 - "default.handlebars->31->1206"
15519 + "default.handlebars->31->1207"
15520 ]
15521 },
15522 {
@@ -15536,7 +15536,7 @@
15536 "zh-chs": "英文(英国)",
15537 "zh-cht": "英文(英國)",
15538 "xloc": [
15539 - "default.handlebars->31->1207"
15539 + "default.handlebars->31->1208"
15540 ]
15541 },
15542 {
@@ -15556,7 +15556,7 @@
15556 "zh-chs": "美国英文",
15557 "zh-cht": "美國英語",
15558 "xloc": [
15559 - "default.handlebars->31->1208"
15559 + "default.handlebars->31->1209"
15560 ]
15561 },
15562 {
@@ -15576,7 +15576,7 @@
15576 "zh-chs": "英文(津巴布韦)",
15577 "zh-cht": "英文(津巴布韋)",
15578 "xloc": [
15579 - "default.handlebars->31->1209"
15579 + "default.handlebars->31->1210"
15580 ]
15581 },
15582 {
@@ -15597,10 +15597,10 @@
15597 "zh-cht": "輸入",
15598 "xloc": [
15599 "default-mobile.handlebars->11->328",
15600 - "default.handlebars->31->1391",
15600 "default.handlebars->31->1392",
15602 - "default.handlebars->31->910",
15603 - "default.handlebars->31->985"
15601 + "default.handlebars->31->1393",
15602 + "default.handlebars->31->911",
15603 + "default.handlebars->31->986"
15604 ]
15605 },
15606 {
@@ -15620,7 +15620,7 @@
15620 "zh-chs": "输入管理领域名称的逗号分隔列表。",
15621 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
15622 "xloc": [
15623 - "default.handlebars->31->1916"
15623 + "default.handlebars->31->1917"
15624 ]
15625 },
15626 {
@@ -15680,7 +15680,7 @@
15680 "zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
15681 "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
15682 "xloc": [
15683 - "default.handlebars->31->934"
15683 + "default.handlebars->31->935"
15684 ]
15685 },
15686 {
@@ -15742,7 +15742,7 @@
15742 "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
15743 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
15744 "xloc": [
15745 - "default.handlebars->31->1130"
15745 + "default.handlebars->31->1131"
15746 ]
15747 },
15748 {
@@ -15771,7 +15771,7 @@
15771 "fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
15772 "xloc": [
15773 "default-mobile.handlebars->11->600",
15774 - "default.handlebars->31->2204"
15774 + "default.handlebars->31->2205"
15775 ]
15776 },
15777 {
@@ -15780,7 +15780,7 @@
15780 "fr": "Erreur, mot de passe non modifié.",
15781 "xloc": [
15782 "default-mobile.handlebars->11->597",
15783 - "default.handlebars->31->2201"
15783 + "default.handlebars->31->2202"
15784 ]
15785 },
15786 {
@@ -15789,7 +15789,7 @@
15789 "fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
15790 "xloc": [
15791 "default-mobile.handlebars->11->596",
15792 - "default.handlebars->31->2200"
15792 + "default.handlebars->31->2201"
15793 ]
15794 },
15795 {
@@ -15798,7 +15798,7 @@
15798 "fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
15799 "xloc": [
15800 "default-mobile.handlebars->11->595",
15801 - "default.handlebars->31->2199"
15801 + "default.handlebars->31->2200"
15802 ]
15803 },
15804 {
@@ -15827,7 +15827,7 @@
15827 "nl": "Escape",
15828 "xloc": [
15829 "default-mobile.handlebars->11->329",
15830 - "default.handlebars->31->911"
15830 + "default.handlebars->31->912"
15831 ]
15832 },
15833 {
@@ -15847,7 +15847,7 @@
15847 "zh-chs": "世界文",
15848 "zh-cht": "世界語",
15849 "xloc": [
15850 - "default.handlebars->31->1210"
15850 + "default.handlebars->31->1211"
15851 ]
15852 },
15853 {
@@ -15867,7 +15867,7 @@
15867 "zh-chs": "爱沙尼亚文",
15868 "zh-cht": "愛沙尼亞語",
15869 "xloc": [
15870 - "default.handlebars->31->1211"
15870 + "default.handlebars->31->1212"
15871 ]
15872 },
15873 {
@@ -15887,7 +15887,7 @@
15887 "zh-chs": "事件详情",
15888 "zh-cht": "事件詳情",
15889 "xloc": [
15890 - "default.handlebars->31->1025"
15890 + "default.handlebars->31->1026"
15891 ]
15892 },
15893 {
@@ -15907,7 +15907,7 @@
15907 "zh-chs": "事件列表输出",
15908 "zh-cht": "事件列表輸出",
15909 "xloc": [
15910 - "default.handlebars->31->1827"
15910 + "default.handlebars->31->1828"
15911 ]
15912 },
15913 {
@@ -16013,7 +16013,7 @@
16013 "zh-cht": "到期時間",
16014 "xloc": [
16015 "default.handlebars->31->207",
16016 - "default.handlebars->31->795"
16016 + "default.handlebars->31->796"
16017 ]
16018 },
16019 {
@@ -16095,7 +16095,7 @@
16095 "zh-chs": "扩充式ASCII",
16096 "zh-cht": "擴充式ASCII",
16097 "xloc": [
16098 - "default.handlebars->31->964",
16098 + "default.handlebars->31->965",
16099 "terminal.handlebars->3->16"
16100 ]
16101 },
@@ -16137,7 +16137,7 @@
16137 "zh-chs": "外部",
16138 "zh-cht": "外部",
16139 "xloc": [
16140 - "default.handlebars->31->2255"
16140 + "default.handlebars->31->2256"
16141 ]
16142 },
16143 {
@@ -16177,7 +16177,7 @@
16177 "zh-chs": "FYRO马其顿语",
16178 "zh-cht": "FYRO馬其頓語",
16179 "xloc": [
16180 - "default.handlebars->31->1261"
16180 + "default.handlebars->31->1262"
16181 ]
16182 },
16183 {
@@ -16197,7 +16197,7 @@
16197 "zh-chs": "法罗语",
16198 "zh-cht": "法羅語",
16199 "xloc": [
16200 - "default.handlebars->31->1212"
16200 + "default.handlebars->31->1213"
16201 ]
16202 },
16203 {
@@ -16226,7 +16226,7 @@
16226 "fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
16227 "xloc": [
16228 "default-mobile.handlebars->11->591",
16229 - "default.handlebars->31->2195"
16229 + "default.handlebars->31->2196"
16230 ]
16231 },
16232 {
@@ -16246,7 +16246,7 @@
16246 "zh-chs": "本地用户拒绝后无法启动远程桌面",
16247 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16248 "xloc": [
16249 - "default.handlebars->31->1734"
16249 + "default.handlebars->31->1735"
16250 ]
16251 },
16252 {
@@ -16266,7 +16266,7 @@
16266 "zh-chs": "本地用户拒绝后无法启动远程文件",
16267 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16268 "xloc": [
16269 - "default.handlebars->31->1741"
16269 + "default.handlebars->31->1742"
16270 ]
16271 },
16272 {
@@ -16287,7 +16287,7 @@
16287 "zh-cht": "無法啟動遠程終端接合{0}({1})",
16288 "xloc": [
16289 "default-mobile.handlebars->11->320",
16290 - "default.handlebars->31->890",
16290 + "default.handlebars->31->891",
16291 "desktop.handlebars->3->8",
16292 "terminal.handlebars->3->12"
16293 ]
@@ -16309,7 +16309,7 @@
16309 "zh-chs": "波斯文(波斯文)",
16310 "zh-cht": "波斯語(波斯語)",
16311 "xloc": [
16312 - "default.handlebars->31->1213"
16312 + "default.handlebars->31->1214"
16313 ]
16314 },
16315 {
@@ -16351,7 +16351,7 @@
16351 "zh-chs": "功能",
16352 "zh-cht": "功能",
16353 "xloc": [
16354 - "default.handlebars->31->1436"
16354 + "default.handlebars->31->1437"
16355 ]
16356 },
16357 {
@@ -16371,7 +16371,7 @@
16371 "zh-chs": "斐济",
16372 "zh-cht": "斐濟",
16373 "xloc": [
16374 - "default.handlebars->31->1214"
16374 + "default.handlebars->31->1215"
16375 ]
16376 },
16377 {
@@ -16413,7 +16413,7 @@
16413 "xloc": [
16414 "default-mobile.handlebars->11->369",
16415 "default.handlebars->31->540",
16416 - "default.handlebars->31->996"
16416 + "default.handlebars->31->997"
16417 ]
16418 },
16419 {
@@ -16449,8 +16449,8 @@
16449 "zh-chs": "档案操作",
16450 "zh-cht": "檔案操作",
16451 "xloc": [
16452 - "default.handlebars->31->976",
16453 - "default.handlebars->31->978"
16452 + "default.handlebars->31->977",
16453 + "default.handlebars->31->979"
16454 ]
16455 },
16456 {
@@ -16490,7 +16490,7 @@
16490 "zh-chs": "文件系统驱动",
16491 "zh-cht": "FileSystemDriver",
16492 "xloc": [
16493 - "default.handlebars->31->943"
16493 + "default.handlebars->31->944"
16494 ]
16495 },
16496 {
@@ -16512,8 +16512,8 @@
16512 "xloc": [
16513 "default-mobile.handlebars->11->190",
16514 "default-mobile.handlebars->11->287",
16515 - "default.handlebars->31->1526",
16516 - "default.handlebars->31->2154",
16515 + "default.handlebars->31->1527",
16516 + "default.handlebars->31->2155",
16517 "default.handlebars->31->280",
16518 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
16519 "default.handlebars->contextMenu->cxfiles"
@@ -16556,9 +16556,9 @@
16556 "zh-chs": "档案通知",
16557 "zh-cht": "檔案通知",
16558 "xloc": [
16559 - "default.handlebars->31->1444",
16560 - "default.handlebars->31->1972",
16561 - "default.handlebars->31->2059",
16559 + "default.handlebars->31->1445",
16560 + "default.handlebars->31->1973",
16561 + "default.handlebars->31->2060",
16562 "default.handlebars->31->638"
16563 ]
16564 },
@@ -16579,9 +16579,9 @@
16579 "zh-chs": "档案提示",
16580 "zh-cht": "檔案提示",
16581 "xloc": [
16582 - "default.handlebars->31->1443",
16583 - "default.handlebars->31->1971",
16584 - "default.handlebars->31->2058",
16582 + "default.handlebars->31->1444",
16583 + "default.handlebars->31->1972",
16584 + "default.handlebars->31->2059",
16585 "default.handlebars->31->637"
16586 ]
16587 },
@@ -16603,7 +16603,7 @@
16603 "zh-cht": "過濾",
16604 "xloc": [
16605 "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
16606 - "default.handlebars->31->981",
16606 + "default.handlebars->31->982",
16607 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16608 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
16609 "default.handlebars->container->column_l->p4->3->1->0->3->3"
@@ -16646,7 +16646,7 @@
16646 "zh-chs": "查找文件",
16647 "zh-cht": "查找文件",
16648 "xloc": [
16649 - "default.handlebars->31->984"
16649 + "default.handlebars->31->985"
16650 ]
16651 },
16652 {
@@ -16666,7 +16666,7 @@
16666 "zh-chs": "录制会话已完成,{0}秒",
16667 "zh-cht": "錄製會話已完成,{0}秒",
16668 "xloc": [
16669 - "default.handlebars->31->1707"
16669 + "default.handlebars->31->1708"
16670 ]
16671 },
16672 {
@@ -16686,7 +16686,7 @@
16686 "zh-chs": "芬兰",
16687 "zh-cht": "芬蘭",
16688 "xloc": [
16689 - "default.handlebars->31->1215"
16689 + "default.handlebars->31->1216"
16690 ]
16691 },
16692 {
@@ -16704,8 +16704,8 @@
16704 "en": "Firewall not active",
16705 "nl": "Firewall niet actief",
16706 "xloc": [
16707 - "default.handlebars->31->1639",
16708 - "default.handlebars->31->1653"
16707 + "default.handlebars->31->1640",
16708 + "default.handlebars->31->1654"
16709 ]
16710 },
16711 {
@@ -16886,8 +16886,8 @@
16886 "zh-chs": "下次登录时强制重置密码。",
16887 "zh-cht": "下次登入時強制重置密碼。",
16888 "xloc": [
16889 - "default.handlebars->31->1910",
16890 - "default.handlebars->31->2101"
16889 + "default.handlebars->31->1911",
16890 + "default.handlebars->31->2102"
16891 ]
16892 },
16893 {
@@ -16970,7 +16970,7 @@
16970 "zh-chs": "格式化",
16971 "zh-cht": "格式化",
16972 "xloc": [
16973 - "default.handlebars->31->1818"
16973 + "default.handlebars->31->1819"
16974 ]
16975 },
16976 {
@@ -17011,8 +17011,8 @@
17011 "zh-chs": "自由",
17012 "zh-cht": "自由",
17013 "xloc": [
17014 - "default.handlebars->31->2213",
17015 - "default.handlebars->31->2215"
17014 + "default.handlebars->31->2214",
17015 + "default.handlebars->31->2216"
17016 ]
17017 },
17018 {
@@ -17053,7 +17053,7 @@
17053 "zh-chs": "法文(比利时)",
17054 "zh-cht": "法語(比利時)",
17055 "xloc": [
17056 - "default.handlebars->31->1217"
17056 + "default.handlebars->31->1218"
17057 ]
17058 },
17059 {
@@ -17073,7 +17073,7 @@
17073 "zh-chs": "法文(加拿大)",
17074 "zh-cht": "法語(加拿大)",
17075 "xloc": [
17076 - "default.handlebars->31->1218"
17076 + "default.handlebars->31->1219"
17077 ]
17078 },
17079 {
@@ -17093,7 +17093,7 @@
17093 "zh-chs": "法文(法国)",
17094 "zh-cht": "法語(法國)",
17095 "xloc": [
17096 - "default.handlebars->31->1219"
17096 + "default.handlebars->31->1220"
17097 ]
17098 },
17099 {
@@ -17113,7 +17113,7 @@
17113 "zh-chs": "法文(卢森堡)",
17114 "zh-cht": "法語(盧森堡)",
17115 "xloc": [
17116 - "default.handlebars->31->1220"
17116 + "default.handlebars->31->1221"
17117 ]
17118 },
17119 {
@@ -17133,7 +17133,7 @@
17133 "zh-chs": "法文(摩纳哥)",
17134 "zh-cht": "法語(摩納哥)",
17135 "xloc": [
17136 - "default.handlebars->31->1221"
17136 + "default.handlebars->31->1222"
17137 ]
17138 },
17139 {
@@ -17153,7 +17153,7 @@
17153 "zh-chs": "法文(标准)",
17154 "zh-cht": "法語(標準)",
17155 "xloc": [
17156 - "default.handlebars->31->1216"
17156 + "default.handlebars->31->1217"
17157 ]
17158 },
17159 {
@@ -17173,7 +17173,7 @@
17173 "zh-chs": "法文(瑞士)",
17174 "zh-cht": "法語(瑞士)",
17175 "xloc": [
17176 - "default.handlebars->31->1222"
17176 + "default.handlebars->31->1223"
17177 ]
17178 },
17179 {
@@ -17193,7 +17193,7 @@
17193 "zh-chs": "弗里斯兰文",
17194 "zh-cht": "弗里斯蘭語",
17195 "xloc": [
17196 - "default.handlebars->31->1223"
17196 + "default.handlebars->31->1224"
17197 ]
17198 },
17199 {
@@ -17213,7 +17213,7 @@
17213 "zh-chs": "弗留利",
17214 "zh-cht": "弗留利",
17215 "xloc": [
17216 - "default.handlebars->31->1224"
17216 + "default.handlebars->31->1225"
17217 ]
17218 },
17219 {
@@ -17237,9 +17237,9 @@
17237 "default-mobile.handlebars->11->509",
17238 "default-mobile.handlebars->11->522",
17239 "default-mobile.handlebars->11->542",
17240 - "default.handlebars->31->1398",
17241 - "default.handlebars->31->1545",
17242 - "default.handlebars->31->1922"
17240 + "default.handlebars->31->1399",
17241 + "default.handlebars->31->1546",
17242 + "default.handlebars->31->1923"
17243 ]
17244 },
17245 {
@@ -17259,7 +17259,7 @@
17259 "zh-chs": "完整管理员(保留所有权利)",
17260 "zh-cht": "完整管理員(保留所有權利)",
17261 "xloc": [
17262 - "default.handlebars->31->1582"
17262 + "default.handlebars->31->1583"
17263 ]
17264 },
17265 {
@@ -17296,7 +17296,7 @@
17296 "zh-chs": "完整设备权限",
17297 "zh-cht": "完整裝置權限",
17298 "xloc": [
17299 - "default.handlebars->31->722"
17299 + "default.handlebars->31->723"
17300 ]
17301 },
17302 {
@@ -17316,7 +17316,7 @@
17316 "zh-chs": "全部权限",
17317 "zh-cht": "全部權限",
17318 "xloc": [
17319 - "default.handlebars->31->741"
17319 + "default.handlebars->31->742"
17320 ]
17321 },
17322 {
@@ -17378,7 +17378,7 @@
17378 "zh-chs": "完整管理员",
17379 "zh-cht": "完整管理員",
17380 "xloc": [
17381 - "default.handlebars->31->2020"
17381 + "default.handlebars->31->2021"
17382 ]
17383 },
17384 {
@@ -17398,8 +17398,8 @@
17398 "zh-chs": "全自动的",
17399 "zh-cht": "全自動的",
17400 "xloc": [
17401 - "default.handlebars->31->1461",
17402 - "default.handlebars->31->1484"
17401 + "default.handlebars->31->1462",
17402 + "default.handlebars->31->1485"
17403 ]
17404 },
17405 {
@@ -17420,7 +17420,7 @@
17420 "zh-cht": "GPU",
17421 "xloc": [
17422 "default-mobile.handlebars->11->466",
17423 - "default.handlebars->31->1094"
17423 + "default.handlebars->31->1095"
17424 ]
17425 },
17426 {
@@ -17440,7 +17440,7 @@
17440 "zh-chs": "盖尔文(爱尔兰)",
17441 "zh-cht": "蓋爾語(愛爾蘭)",
17442 "xloc": [
17443 - "default.handlebars->31->1226"
17443 + "default.handlebars->31->1227"
17444 ]
17445 },
17446 {
@@ -17460,7 +17460,7 @@
17460 "zh-chs": "盖尔文(苏格兰文)",
17461 "zh-cht": "蓋爾語(蘇格蘭語)",
17462 "xloc": [
17463 - "default.handlebars->31->1225"
17463 + "default.handlebars->31->1226"
17464 ]
17465 },
17466 {
@@ -17480,7 +17480,7 @@
17480 "zh-chs": "加拉契文",
17481 "zh-cht": "加拉契語",
17482 "xloc": [
17483 - "default.handlebars->31->1227"
17483 + "default.handlebars->31->1228"
17484 ]
17485 },
17486 {
@@ -17606,7 +17606,7 @@
17606 "zh-chs": "格鲁吉亚文",
17607 "zh-cht": "格魯吉亞文",
17608 "xloc": [
17609 - "default.handlebars->31->1228"
17609 + "default.handlebars->31->1229"
17610 ]
17611 },
17612 {
@@ -17626,7 +17626,7 @@
17626 "zh-chs": "德文(奥地利)",
17627 "zh-cht": "德語(奧地利)",
17628 "xloc": [
17629 - "default.handlebars->31->1230"
17629 + "default.handlebars->31->1231"
17630 ]
17631 },
17632 {
@@ -17646,7 +17646,7 @@
17646 "zh-chs": "德文(德国)",
17647 "zh-cht": "德文(德國)",
17648 "xloc": [
17649 - "default.handlebars->31->1231"
17649 + "default.handlebars->31->1232"
17650 ]
17651 },
17652 {
@@ -17666,7 +17666,7 @@
17666 "zh-chs": "德文(列支敦士登)",
17667 "zh-cht": "德文(列支敦士登)",
17668 "xloc": [
17669 - "default.handlebars->31->1232"
17669 + "default.handlebars->31->1233"
17670 ]
17671 },
17672 {
@@ -17686,7 +17686,7 @@
17686 "zh-chs": "德文(卢森堡)",
17687 "zh-cht": "德語(盧森堡)",
17688 "xloc": [
17689 - "default.handlebars->31->1233"
17689 + "default.handlebars->31->1234"
17690 ]
17691 },
17692 {
@@ -17706,7 +17706,7 @@
17706 "zh-chs": "德文(标准)",
17707 "zh-cht": "德語(標準)",
17708 "xloc": [
17709 - "default.handlebars->31->1229"
17709 + "default.handlebars->31->1230"
17710 ]
17711 },
17712 {
@@ -17726,7 +17726,7 @@
17726 "zh-chs": "德文(瑞士)",
17727 "zh-cht": "德文(瑞士)",
17728 "xloc": [
17729 - "default.handlebars->31->1234"
17729 + "default.handlebars->31->1235"
17730 ]
17731 },
17732 {
@@ -17746,7 +17746,7 @@
17746 "zh-chs": "获取此设备的MQTT登录凭证。",
17747 "zh-cht": "獲取此裝置的MQTT登入憑證。",
17748 "xloc": [
17749 - "default.handlebars->31->691"
17749 + "default.handlebars->31->692"
17750 ]
17751 },
17752 {
@@ -17787,7 +17787,7 @@
17787 "zh-chs": "正在获取剪贴板内容,{0}个字节",
17788 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
17789 "xloc": [
17790 - "default.handlebars->31->1721"
17790 + "default.handlebars->31->1722"
17791 ]
17792 },
17793 {
@@ -17849,7 +17849,7 @@
17849 "zh-chs": "好",
17850 "zh-cht": "好",
17851 "xloc": [
17852 - "default.handlebars->31->1394"
17852 + "default.handlebars->31->1395"
17853 ]
17854 },
17855 {
@@ -17894,8 +17894,8 @@
17894 "zh-chs": "Google云端硬盘备份",
17895 "zh-cht": "Google雲端硬盤備份",
17896 "xloc": [
17897 - "default.handlebars->31->1405",
17898 - "default.handlebars->31->1408",
17897 + "default.handlebars->31->1406",
17898 + "default.handlebars->31->1409",
17899 "default.handlebars->31->224"
17900 ]
17901 },
@@ -17916,7 +17916,7 @@
17916 "zh-chs": "Google云端硬盘控制台",
17917 "zh-cht": "Google雲端硬盤控制台",
17918 "xloc": [
17919 - "default.handlebars->31->1402"
17919 + "default.handlebars->31->1403"
17920 ]
17921 },
17922 {
@@ -17956,7 +17956,7 @@
17956 "zh-chs": "Google云端硬盘备份当前处于活动状态。",
17957 "zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
17958 "xloc": [
17959 - "default.handlebars->31->1406"
17959 + "default.handlebars->31->1407"
17960 ]
17961 },
17962 {
@@ -17984,7 +17984,7 @@
17984 "zh-chs": "希腊文",
17985 "zh-cht": "希臘文",
17986 "xloc": [
17987 - "default.handlebars->31->1235"
17987 + "default.handlebars->31->1236"
17988 ]
17989 },
17990 {
@@ -18026,8 +18026,8 @@
18026 "zh-chs": "集体指令",
18027 "zh-cht": "集體指令",
18028 "xloc": [
18029 - "default.handlebars->31->1866",
18030 - "default.handlebars->31->1945",
18029 + "default.handlebars->31->1867",
18030 + "default.handlebars->31->1946",
18031 "default.handlebars->31->475",
18032 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
18033 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -18051,7 +18051,7 @@
18051 "zh-chs": "通过...分组",
18052 "zh-cht": "通過...分群",
18053 "xloc": [
18054 - "default.handlebars->31->1814"
18054 + "default.handlebars->31->1815"
18055 ]
18056 },
18057 {
@@ -18071,7 +18071,7 @@
18071 "zh-chs": "组标识符",
18072 "zh-cht": "群標識符",
18073 "xloc": [
18074 - "default.handlebars->31->1962"
18074 + "default.handlebars->31->1963"
18075 ]
18076 },
18077 {
@@ -18091,7 +18091,7 @@
18091 "zh-chs": "群组成员",
18092 "zh-cht": "群組成員",
18093 "xloc": [
18094 - "default.handlebars->31->1983"
18094 + "default.handlebars->31->1984"
18095 ]
18096 },
18097 {
@@ -18111,7 +18111,7 @@
18111 "zh-chs": "用户{0}的群组权限。",
18112 "zh-cht": "用戶{0}的群組權限。",
18113 "xloc": [
18114 - "default.handlebars->31->1544"
18114 + "default.handlebars->31->1545"
18115 ]
18116 },
18117 {
@@ -18131,7 +18131,7 @@
18131 "zh-chs": "{0}的群组权限。",
18132 "zh-cht": "{0}的群組權限。",
18133 "xloc": [
18134 - "default.handlebars->31->1543"
18134 + "default.handlebars->31->1544"
18135 ]
18136 },
18137 {
@@ -18212,22 +18212,22 @@
18212 "zh-cht": "來賓姓名",
18213 "xloc": [
18214 "default.handlebars->31->202",
18215 - "default.handlebars->31->772"
18215 + "default.handlebars->31->773"
18216 ]
18217 },
18218 {
18219 "en": "Guest Share",
18220 "nl": "Gast delen",
18221 "xloc": [
18222 - "default.handlebars->31->729",
18223 - "default.handlebars->31->751"
18222 + "default.handlebars->31->730",
18223 + "default.handlebars->31->752"
18224 ]
18225 },
18226 {
18227 "en": "Guest Sharing",
18228 "nl": "Gastdeling",
18229 "xloc": [
18230 - "default.handlebars->31->1552"
18230 + "default.handlebars->31->1553"
18231 ]
18232 },
18233 {
@@ -18247,7 +18247,7 @@
18247 "zh-chs": "古久拉提",
18248 "zh-cht": "古久拉提",
18249 "xloc": [
18250 - "default.handlebars->31->1236"
18250 + "default.handlebars->31->1237"
18251 ]
18252 },
18253 {
@@ -18290,7 +18290,7 @@
18290 "zh-chs": "海地文",
18291 "zh-cht": "海地文",
18292 "xloc": [
18293 - "default.handlebars->31->1237"
18293 + "default.handlebars->31->1238"
18294 ]
18295 },
18296 {
@@ -18331,7 +18331,7 @@
18331 "zh-cht": "強行斷開代理",
18332 "xloc": [
18333 "default-mobile.handlebars->11->496",
18334 - "default.handlebars->31->1125"
18334 + "default.handlebars->31->1126"
18335 ]
18336 },
18337 {
@@ -18351,7 +18351,7 @@
18351 "zh-chs": "堆总数",
18352 "zh-cht": "堆總數",
18353 "xloc": [
18354 - "default.handlebars->31->2257"
18354 + "default.handlebars->31->2258"
18355 ]
18356 },
18357 {
@@ -18371,7 +18371,7 @@
18371 "zh-chs": "堆使用",
18372 "zh-cht": "堆使用",
18373 "xloc": [
18374 - "default.handlebars->31->2256"
18374 + "default.handlebars->31->2257"
18375 ]
18376 },
18377 {
@@ -18391,7 +18391,7 @@
18391 "zh-chs": "希伯来文",
18392 "zh-cht": "希伯來文",
18393 "xloc": [
18394 - "default.handlebars->31->1238"
18394 + "default.handlebars->31->1239"
18395 ]
18396 },
18397 {
@@ -18452,7 +18452,7 @@
18452 "zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
18453 "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
18454 "xloc": [
18455 - "default.handlebars->31->1798"
18455 + "default.handlebars->31->1799"
18456 ]
18457 },
18458 {
@@ -18513,7 +18513,7 @@
18513 "zh-chs": "帮助翻译MeshCentral",
18514 "zh-cht": "幫助翻譯MeshCentral",
18515 "xloc": [
18516 - "default.handlebars->31->1353"
18516 + "default.handlebars->31->1354"
18517 ]
18518 },
18519 {
@@ -18617,7 +18617,7 @@
18617 "zh-chs": "印地文",
18618 "zh-cht": "印地文",
18619 "xloc": [
18620 - "default.handlebars->31->1239"
18620 + "default.handlebars->31->1240"
18621 ]
18622 },
18623 {
@@ -18655,7 +18655,7 @@
18655 "zh-cht": "保存1個項目進行複製",
18656 "xloc": [
18657 "default-mobile.handlebars->11->378",
18658 - "default.handlebars->31->1006"
18658 + "default.handlebars->31->1007"
18659 ]
18660 },
18661 {
@@ -18676,7 +18676,7 @@
18676 "zh-cht": "保存1個項目進行移動",
18677 "xloc": [
18678 "default-mobile.handlebars->11->382",
18679 - "default.handlebars->31->1010"
18679 + "default.handlebars->31->1011"
18680 ]
18681 },
18682 {
@@ -18697,7 +18697,7 @@
18697 "zh-cht": "保留{0}個項目進行複製",
18698 "xloc": [
18699 "default-mobile.handlebars->11->376",
18700 - "default.handlebars->31->1004"
18700 + "default.handlebars->31->1005"
18701 ]
18702 },
18703 {
@@ -18718,7 +18718,7 @@
18718 "zh-cht": "保存{0}個項目以進行移動",
18719 "xloc": [
18720 "default-mobile.handlebars->11->380",
18721 - "default.handlebars->31->1008"
18721 + "default.handlebars->31->1009"
18722 ]
18723 },
18724 {
@@ -18739,7 +18739,7 @@
18739 "zh-cht": "保存{0}項目{1}給{2}",
18740 "xloc": [
18741 "default-mobile.handlebars->11->144",
18742 - "default.handlebars->31->1694"
18742 + "default.handlebars->31->1695"
18743 ]
18744 },
18745 {
@@ -18748,7 +18748,7 @@
18748 "nl": "Home",
18749 "xloc": [
18750 "default-mobile.handlebars->11->332",
18751 - "default.handlebars->31->914"
18751 + "default.handlebars->31->915"
18752 ]
18753 },
18754 {
@@ -18773,10 +18773,10 @@
18773 "default-mobile.handlebars->11->242",
18774 "default-mobile.handlebars->11->313",
18775 "default-mobile.handlebars->11->425",
18776 - "default.handlebars->31->1043",
18776 + "default.handlebars->31->1044",
18777 "default.handlebars->31->310",
18778 "default.handlebars->31->580",
18779 - "default.handlebars->31->883"
18779 + "default.handlebars->31->884"
18780 ]
18781 },
18782 {
@@ -18796,7 +18796,7 @@
18796 "zh-chs": "主机名同步",
18797 "zh-cht": "主機名同步",
18798 "xloc": [
18799 - "default.handlebars->31->1433"
18799 + "default.handlebars->31->1434"
18800 ]
18801 },
18802 {
@@ -18816,7 +18816,7 @@
18816 "zh-chs": "匈牙利文",
18817 "zh-cht": "匈牙利文",
18818 "xloc": [
18819 - "default.handlebars->31->1240"
18819 + "default.handlebars->31->1241"
18820 ]
18821 },
18822 {
@@ -18879,9 +18879,9 @@
18879 "zh-chs": "IP:{0}",
18880 "zh-cht": "IP:{0}",
18881 "xloc": [
18882 - "default.handlebars->31->1053",
18883 - "default.handlebars->31->1063",
18884 - "default.handlebars->31->1067"
18882 + "default.handlebars->31->1054",
18883 + "default.handlebars->31->1064",
18884 + "default.handlebars->31->1068"
18885 ]
18886 },
18887 {
@@ -18901,9 +18901,9 @@
18901 "zh-chs": "IP:{0},掩码:{1},网关:{2}",
18902 "zh-cht": "IP:{0},遮罩:{1},閘道:{2}",
18903 "xloc": [
18904 - "default.handlebars->31->1051",
18905 - "default.handlebars->31->1061",
18906 - "default.handlebars->31->1065"
18904 + "default.handlebars->31->1052",
18905 + "default.handlebars->31->1062",
18906 + "default.handlebars->31->1066"
18907 ]
18908 },
18909 {
@@ -18925,10 +18925,10 @@
18925 "xloc": [
18926 "default-mobile.handlebars->11->432",
18927 "default-mobile.handlebars->11->434",
18928 - "default.handlebars->31->1050",
18929 - "default.handlebars->31->1052",
18930 - "default.handlebars->31->1060",
18931 - "default.handlebars->31->1062"
18928 + "default.handlebars->31->1051",
18929 + "default.handlebars->31->1053",
18930 + "default.handlebars->31->1061",
18931 + "default.handlebars->31->1063"
18932 ]
18933 },
18934 {
@@ -19013,8 +19013,8 @@
19013 "xloc": [
19014 "default-mobile.handlebars->11->436",
19015 "default-mobile.handlebars->11->438",
19016 - "default.handlebars->31->1064",
19017 - "default.handlebars->31->1066"
19016 + "default.handlebars->31->1065",
19017 + "default.handlebars->31->1067"
19018 ]
19019 },
19020 {
@@ -19094,7 +19094,7 @@
19094 "zh-chs": "冰岛文",
19095 "zh-cht": "冰島文",
19096 "xloc": [
19097 - "default.handlebars->31->1241"
19097 + "default.handlebars->31->1242"
19098 ]
19099 },
19100 {
@@ -19115,7 +19115,7 @@
19115 "zh-cht": "圖符選擇",
19116 "xloc": [
19117 "default-mobile.handlebars->11->311",
19118 - "default.handlebars->31->881"
19118 + "default.handlebars->31->882"
19119 ]
19120 },
19121 {
@@ -19137,8 +19137,8 @@
19137 "xloc": [
19138 "default-mobile.handlebars->11->424",
19139 "default-mobile.handlebars->11->464",
19140 - "default.handlebars->31->1042",
19141 - "default.handlebars->31->1092"
19140 + "default.handlebars->31->1043",
19141 + "default.handlebars->31->1093"
19142 ]
19143 },
19144 {
@@ -19158,7 +19158,7 @@
19158 "zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
19159 "zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
19160 "xloc": [
19161 - "default.handlebars->31->1498"
19161 + "default.handlebars->31->1499"
19162 ]
19163 },
19164 {
@@ -19327,7 +19327,7 @@
19327 "zh-chs": "印度尼西亚文",
19328 "zh-cht": "印度尼西亞文",
19329 "xloc": [
19330 - "default.handlebars->31->1242"

This file is too large to show in full.

views/default.handlebars
+26 -12
@@ -2418,12 +2418,7 @@
2418 var url = 'mcrouter://' + servername + portStr + domainUrl + 'control.ashx?c=' + authCookie + '&t=' + serverinfo.tlshash + '&l={{{lang}}}' + (urlargs.key?('&key=' + urlargs.key):'');
2419 if (message.nodeid != null) { url += ('&nodeid=' + message.nodeid); }
2420 if (message.tcpport != null) { url += ('&protocol=1&remoteport=' + message.tcpport); }
2421 - if (message.protocol == 'HTTP') { url += ('&appid=1'); } // HTTP
2422 - if (message.protocol == 'HTTPS') { url += ('&appid=2'); } // HTTPS
2423 - if (message.protocol == 'RDP2') { url += ('&appid=3'); } // RDP
2424 - if (message.protocol == 'PSSH') { url += ('&appid=4'); } // Putty
2425 - if (message.protocol == 'WSCP') { url += ('&appid=5'); } // WinSCP
2426 - url += '&autoexit=1';
2421 + url += ('&appid=' + message.protocol + '&autoexit=1'); // Protocol: 0 = Custom, 1 = HTTP, 2 = HTTPS, 3 = RDP, 4 = PuTTY, 5 = WinSCP
2422 downloadFile(url, '');
2423 } else if (message.tag == 'novnc') {
2424 var vncurl = window.location.origin + domainUrl + 'novnc/vnc.html?ws=wss%3A%2F%2F' + window.location.host + encodeURIComponentEx(domainUrl) + 'meshrelay.ashx%3Fauth%3D' + message.cookie + '&show_dot=1' + (urlargs.key?('&key=' + urlargs.key):'') + '&l={{{lang}}}';
@@ -5065,7 +5060,7 @@
5060 // Save the new RDP port to the server
5061 var rdpport = ((Q('d10rdpport').value.length > 0) ? parseInt(Q('d10rdpport').value) : 3389);
5062 meshserver.send({ action: 'changedevice', nodeid: currentNode._id, rdpport: rdpport });
5068 - if (currentNode != null) { p10MCRouter(currentNode._id, 'RDP2', rdpport); }
5063 + if (currentNode != null) { p10MCRouter(currentNode._id, 3, rdpport); }
5064 }, x, currentNode);
5065 Q('d10rdpport').focus();
5066 if (currentNode.rdpport != null) { Q('d10rdpport').value = currentNode.rdpport; }
@@ -6093,13 +6088,32 @@
6088
6089 // RDP link, show this link only of the remote machine is Windows.
6090 if (((connectivity & 1) != 0) && (node.agent) && ((meshrights & 8) != 0) && (node.agent.id != 14)) {
6096 - if ((node.agent.id > 0) && (node.agent.id < 5)) { x += '<a href=# cmenu=altPortContextMenu id=rdpMCRouterLink onclick=p10MCRouter("' + node._id + '","RDP2") title="' + "Requires installation of MeshCentral Router" + '.">' + "RDP" + '</a>&nbsp;'; }
6091 + if ((node.agent.id > 0) && (node.agent.id < 5)) {
6092 + if (navigator.platform.toLowerCase() == 'win32') {
6093 + if ((serverinfo.devicemeshrouterlinks == null) || (serverinfo.devicemeshrouterlinks.rdp != false)) {
6094 + x += '<a href=# cmenu=altPortContextMenu id=rdpMCRouterLink onclick=p10MCRouter("' + node._id + '",3) title="' + "Requires installation of MeshCentral Router" + '.">' + "RDP" + '</a>&nbsp;';
6095 + }
6096 + }
6097 + }
6098 if (node.agent.id > 4) {
6099 if ((navigator.platform.toLowerCase() == 'win32') || (navigator.platform.toLowerCase() == 'macintel')) {
6099 - x += '<a href=# onclick=p10MCRouter("' + node._id + '","PSSH",22) title="' + "Requires installation of MeshCentral Router." + '">' + "SSH" + '</a>&nbsp;';
6100 + if ((serverinfo.devicemeshrouterlinks == null) || (serverinfo.devicemeshrouterlinks.ssh != false)) {
6101 + x += '<a href=# onclick=p10MCRouter("' + node._id + '",4,22) title="' + "Requires installation of MeshCentral Router." + '">' + "SSH" + '</a>&nbsp;';
6102 + }
6103 }
6104 if (navigator.platform.toLowerCase() == 'win32') {
6102 - x += '<a href=# onclick=p10MCRouter("' + node._id + '","WSCP",22) title="' + "Requires installation of MeshCentral Router." + '">' + "SCP" + '</a>&nbsp;';
6105 + if ((serverinfo.devicemeshrouterlinks == null) || (serverinfo.devicemeshrouterlinks.scp != false)) {
6106 + x += '<a href=# onclick=p10MCRouter("' + node._id + '",5,22) title="' + "Requires installation of MeshCentral Router." + '">' + "SCP" + '</a>&nbsp;';
6107 + }
6108 + }
6109 + }
6110 + if ((navigator.platform.toLowerCase() == 'win32') || (navigator.platform.toLowerCase() == 'macintel')) {
6111 + if ((serverinfo.devicemeshrouterlinks != null) && (Array.isArray(serverinfo.devicemeshrouterlinks.extralinks))) {
6112 + for (var i in serverinfo.devicemeshrouterlinks.extralinks) {
6113 + var r = serverinfo.devicemeshrouterlinks.extralinks[i], p = 0;
6114 + if (typeof r.protocol == 'number') { p = r.protocol; } else if (r.protocol == 'http') { p = 1; } else if (r.protocol == 'https') { p = 2; } else if (r.protocol == 'rdp') { p = 3; } else if (r.protocol == 'ssh') { p = 4; } else if (r.protocol == 'scp') { p = 5; }
6115 + x += '<a href=# onclick=p10MCRouter("' + node._id + '",' + p + ',' + r.port + ') title="' + "Requires installation of MeshCentral Router." + '">' + r.name + '</a>&nbsp;';
6116 + }
6117 }
6118 }
6119 }
@@ -6765,8 +6779,8 @@
6779 }
6780
6781 function p10MCRouter(nodeid, protocol, port) {
6768 - if ((protocol == 'RDP2') && (port == null)) { if (currentNode.rdpport != null) { port = currentNode.rdpport; } else { port = 3389; } }
6769 - meshserver.send({ action: 'getcookie', nodeid: nodeid, tcpport: port, tag: 'MCRouter', protocol: protocol });
6782 + if ((protocol == 3) && (port == null)) { if (currentNode.rdpport != null) { port = currentNode.rdpport; } else { port = 3389; } }
6783 + meshserver.send({ action: 'getcookie', nodeid: nodeid, tcpport: port, tag: 'MCRouter', protocol: protocol }); // Protocol: 0 = Custom, 1 = HTTP, 2 = HTTPS, 3 = RDP, 4 = PuTTY, 5 = WinSCP
6784 return false;
6785 }
6786