diff --git a/public/styles/style-bootstrap.css b/public/styles/style-bootstrap.css index 4446be0f..4e7d1746 100644 --- a/public/styles/style-bootstrap.css +++ b/public/styles/style-bootstrap.css @@ -92,7 +92,7 @@ body { grid-gap: 0px; grid-template-areas: "header header" "sidebar nav" "sidebar content" "sidebar footer"; -ms-grid-columns: 90px 1fr; - grid-template-columns: 90px auto; + grid-template-columns: 70px auto; -ms-grid-rows: 66px 24px 1fr 45px; grid-template-rows: 66px 24px auto 45px; } @@ -128,20 +128,52 @@ body { } #masthead { + display: flex; + justify-content: space-between; + align-items: center; width: auto; margin: 0; - padding: 0; - overflow: hidden; - text-align: right; + padding: 0 1rem; background-color: #036; background-image: url(../logo.png); - background-position-x: 0px; - background-position-y: 0px; - background-attachment: initial; + background-position: 0 0; background-repeat: no-repeat; - /*width: 960px;*/ height: 66px; } +.masthead-container { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.5rem 1rem; + width: 100%; +} +.idle-timeout-notify { + color: yellow; +} +.masthead-left { + display: flex; + align-items: center; + gap: 1rem; + flex: 1 1 auto; + min-width: 0; + overflow: hidden; +} + +.masthead-right { + display: flex; + align-items: center; + gap: 1.5rem; + flex: 0 0 auto; +} + +.notification-icon { + cursor: pointer; +} + +.user-menu-container { + display: flex; + align-items: center; +} .fullscreen #masthead { width: 100%; @@ -163,41 +195,164 @@ body { display: none; } +.masthead-left { + display: flex; + align-items: center; + gap: 1rem; + flex: 1 1 auto; + min-width: 0; + overflow: hidden; +} + +.masthead-title { + display: flex; + align-items: center; + flex-shrink: 0; +} + +.masthead-titles-container { + display: flex; + align-items: center; + gap: 0.5rem; + flex: 1 1 auto; + min-width: 0; + overflow: hidden; +} + #masthead .title { - float: left; - height: 66px; color: #c8c8c8; - padding-left: 14px; font-size: 46px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; text-shadow: 1px 1px 2px #000; + cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + flex-shrink: 1; + min-width: 0; } #masthead .title2 { - float: left; - height: 66px; color: #c8c8c8; - padding-left: 5px; - padding-top: 12px; font-size: 14px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; text-shadow: 1px 1px 2px #000; + cursor: pointer; + padding-top: 12px; + padding-bottom: 30px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + flex-shrink: 1; + min-width: 0; } +@media (max-width: 1500px) { + #masthead .title { + font-size: 40px; + } +} + +@media (max-width: 1300px) { + #masthead .title { + font-size: 34px; + white-space: normal; + line-height: 1.1; + } + + #masthead .title2 { + font-size: 13px; + padding-top: 10px; + padding-bottom: 20px; + white-space: normal; + line-height: 1.2; + } +} + +@media (max-width: 1100px) { + .masthead-left { + gap: 0.75rem; + } + + .masthead-titles-container { + max-width: 100%; + } + + #masthead .title { + font-size: 30px; + } +} + +.masthead-right { + display: flex; + align-items: center; + gap: 0.5rem; + margin-left: auto; + flex-direction: row; /* Ensure horizontal layout */ +} + +.notification-icon { + display: flex; + align-items: center; + cursor: pointer; + padding: 0.5rem; + border-radius: 4px; +} + +.notification-icon:hover { + background-color: rgba(255, 255, 255, 0.1); +} + +#notificationCount { + display: inline-flex; + align-items: center; + justify-content: center; + cursor: pointer; + height: 40px; + padding: 6px 8px; + border-radius: 4px; + position: static; + flex: 0 0 auto; + min-width: unset; + margin: 0; + top: auto; + right: auto; +} + +#notificationCount:hover { + background-color: rgba(255, 255, 255, 0.1); +} + +#notificationBadge { + font-size: 0.65rem !important; + box-shadow: -0.1px 1px 2px #000000; + -webkit-box-shadow: -0.1px 1px 2px #000000; + -moz-box-shadow: -0.1px 1px 2px #000000; +} + +.user-menu-container { + display: flex; + align-items: center; + flex: 0 0 auto; /* Prevent flex item from growing or shrinking */ +} + + + #page_leftbar { -ms-grid-column: 1; -ms-grid-row: 2; -ms-grid-row-span: 3; height: 100%; /* height: calc(100vh - 66px); */ - width: 90px; + width: 70px; z-index: 1000; background: #113962; background: linear-gradient(to bottom, #104893 0%,#113962 100%); color: white; overflow-y: hidden; + overflow-x: hidden; display: none; } @@ -2352,10 +2507,10 @@ nav .lbbuttonsel2 { } .notifiyBox { - position: absolute; + position: fixed; z-index: 1000; top: 80px; - right: 10rem; + right: 8.3rem; width: 300px; text-align: left; background-color: #F0ECCD; @@ -2369,6 +2524,11 @@ nav .lbbuttonsel2 { max-height: 200px; } +body:not(.fullscreen) .notifiyBox { + position: absolute; + right: calc(50vw - 512px + 10rem); +} + .night .notifiyBox { color: black; } @@ -2403,19 +2563,7 @@ nav .lbbuttonsel2 { .notification:hover { background-color: #EFE8B6; } - -#notificationCount { - min-width: 28px; - font-size: 20px; - border-radius: 5px; - text-align: center; - margin: 8px; - cursor: pointer; - padding: 4px; - position: absolute; - right: 9rem; - top: 0.2em; -} + #notificationBadge { box-shadow: -0.1px 1px 2px #000000; -webkit-box-shadow: -0.1px 1px 2px #000000; @@ -3314,8 +3462,17 @@ nav .lbbuttonsel2 { .sidebar .nav-link { font-size: xx-large; + } - + +.nav-link { + width: unset !important; +} + +.nav { + --bs-nav-link-padding-x: 19px !important; +} + .card:hover, #p2AccountImage:hover, #p2canvas:hover { background: #f3f5f7 !important; } @@ -3365,7 +3522,31 @@ nav .lbbuttonsel2 { } #masthead .title { - font-size: 36px; + font-size: 22px; + padding-top: 4px; + } + + #masthead .title2 { + font-size: 12px; + padding-top: 2px; + padding-bottom: 10px; + } + + .masthead-left { + gap: 0.5rem; + max-width: calc(100% - 120px); + } + + .masthead-titles-container { + flex-direction: column; + align-items: flex-start; + gap: 0; + } + + .masthead-titles-container { + flex-direction: column; + align-items: flex-start; + gap: 0; } #masthead { @@ -3386,9 +3567,7 @@ nav .lbbuttonsel2 { text-align: left; } #userDropdown { - display: inline-block !important; - position: absolute !important; - right: 10px !important; + display: flex !important; } #userDropdownName { @@ -3400,7 +3579,7 @@ nav .lbbuttonsel2 { } #userDropdownMenuDivider.userDropdownMobileOnly { - display: block !important; + display: block; } .userDropdownSubmenu { @@ -3428,16 +3607,10 @@ nav .lbbuttonsel2 { border-radius: 0 !important; } - .userDropdownSubmenu .userDropdownMenuItem { - border-left: 3px solid #444444 !important; - } .userDropdownMenuItem:hover { border-radius: unset !important; } - #notificationCount { - right: 4rem; - } .notifiyBox { right: 3.5rem; } @@ -3480,10 +3653,9 @@ nav .lbbuttonsel2 { } */ /* User Dropdown Menu Styles */ #userDropdown { - position: absolute; - display: inline-block; + display: flex; + align-items: center; z-index: 1000; - right: 10px; background: #00000026; border-radius: 4px; } @@ -3518,6 +3690,10 @@ nav .lbbuttonsel2 { font-size: 12px; } +#userDropdown { + position: relative; +} + #userDropdownMenu { display: none; position: absolute; @@ -3534,6 +3710,8 @@ nav .lbbuttonsel2 { font-size: small; } + + #userDropdownMenuContainer { padding: 6px 0; } @@ -3579,6 +3757,10 @@ nav .lbbuttonsel2 { border-top: var(--bs-border-width) solid; } +.userDropdownUISettings { + position: relative; +} + .userDropdownSubmenu { position: absolute; right: 96%; @@ -3591,6 +3773,7 @@ nav .lbbuttonsel2 { z-index: 10001; padding: 6px 0; font-size: small; + display: none; } .userDropdownSubmenu .userDropdownMenuItem { @@ -3626,30 +3809,27 @@ nav .lbbuttonsel2 { background-color: #292c2c; } -body:not(.fullscreen) #userDropdown { - right: calc(50vw - 470px); +.userDropdownUISettings .fa-chevron-right { + transition: transform 0.3s ease; + transform: rotate(0deg); } -@media (min-width: 1025px) { + +.userDropdownUISettings .fa-chevron-right.rotated { + transform: rotate(90deg); +} + +@media (min-width: 769px) { .userDropdownSubmenu { - display: block !important; position: absolute; + display: none; opacity: 0; transform: translateX(12px); transition: opacity 0.2s ease, transform 0.3s ease; - pointer-events: none; } - - .userDropdownUISettings:hover + .userDropdownSubmenu, - .userDropdownSubmenu:hover, - .userDropdownMenuItem:hover .userDropdownSubmenu { - display: block !important; + + .userDropdownSubmenu.show { + display: block; opacity: 1; transform: translateX(0); - pointer-events: auto; - } - .userDropdownUISettings:hover .fa-chevron-right, - .userDropdownUISettings:has(+ .userDropdownSubmenu:hover) .fa-chevron-right { - transform: rotate(90deg) !important; - transition: transform 0.3s ease; } } \ No newline at end of file diff --git a/translate/translate.json b/translate/translate.json index 0c9c346b..2a0346e4 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -28,8 +28,8 @@ "xloc": [ "default.handlebars->119->2234", "default.handlebars->119->2236", - "default3.handlebars->117->2245", - "default3.handlebars->117->2247" + "default3.handlebars->117->2230", + "default3.handlebars->117->2232" ] }, { @@ -60,7 +60,7 @@ "xloc": [ "default-mobile.handlebars->53->61", "default.handlebars->119->84", - "default3.handlebars->117->97" + "default3.handlebars->117->82" ] }, { @@ -91,7 +91,7 @@ "xloc": [ "default-mobile.handlebars->53->59", "default.handlebars->119->82", - "default3.handlebars->117->95" + "default3.handlebars->117->80" ] }, { @@ -122,7 +122,7 @@ "xloc": [ "default-mobile.handlebars->53->57", "default.handlebars->119->80", - "default3.handlebars->117->93" + "default3.handlebars->117->78" ] }, { @@ -153,7 +153,7 @@ "xloc": [ "default-mobile.handlebars->53->62", "default.handlebars->119->85", - "default3.handlebars->117->98" + "default3.handlebars->117->83" ] }, { @@ -184,7 +184,7 @@ "xloc": [ "default-mobile.handlebars->53->60", "default.handlebars->119->83", - "default3.handlebars->117->96" + "default3.handlebars->117->81" ] }, { @@ -215,7 +215,7 @@ "xloc": [ "default-mobile.handlebars->53->58", "default.handlebars->119->81", - "default3.handlebars->117->94" + "default3.handlebars->117->79" ] }, { @@ -248,8 +248,8 @@ "default-mobile.handlebars->53->56", "default.handlebars->119->78", "default.handlebars->119->79", - "default3.handlebars->117->91", - "default3.handlebars->117->92" + "default3.handlebars->117->76", + "default3.handlebars->117->77" ] }, { @@ -331,7 +331,7 @@ "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ "default.handlebars->119->2106", - "default3.handlebars->117->2101" + "default3.handlebars->117->2086" ] }, { @@ -362,8 +362,8 @@ "xloc": [ "default.handlebars->119->2360", "default.handlebars->119->2949", - "default3.handlebars->117->2372", - "default3.handlebars->117->2958" + "default3.handlebars->117->2357", + "default3.handlebars->117->2943" ] }, { @@ -503,7 +503,7 @@ "zh-cht": " TLS。", "xloc": [ "default.handlebars->119->283", - "default3.handlebars->117->293" + "default3.handlebars->117->278" ] }, { @@ -533,7 +533,7 @@ "zh-cht": " 沒有TLS。", "xloc": [ "default.handlebars->119->284", - "default3.handlebars->117->294" + "default3.handlebars->117->279" ] }, { @@ -935,7 +935,7 @@ "zh-cht": "(可選的)", "xloc": [ "default.handlebars->119->580", - "default3.handlebars->117->591" + "default3.handlebars->117->576" ] }, { @@ -987,8 +987,8 @@ "xloc": [ "default.handlebars->119->2318", "default.handlebars->119->542", - "default3.handlebars->117->2327", - "default3.handlebars->117->553" + "default3.handlebars->117->2312", + "default3.handlebars->117->538" ] }, { @@ -1018,7 +1018,7 @@ "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。", "xloc": [ "default.handlebars->119->639", - "default3.handlebars->117->650" + "default3.handlebars->117->635" ] }, { @@ -1106,12 +1106,12 @@ "default.handlebars->119->1672", "default.handlebars->119->2436", "default.handlebars->119->2722", - "default3.handlebars->117->1036", - "default3.handlebars->117->1668", - "default3.handlebars->117->1670", - "default3.handlebars->117->1672", - "default3.handlebars->117->2448", - "default3.handlebars->117->2734" + "default3.handlebars->117->1021", + "default3.handlebars->117->1653", + "default3.handlebars->117->1655", + "default3.handlebars->117->1657", + "default3.handlebars->117->2433", + "default3.handlebars->117->2719" ] }, { @@ -1226,7 +1226,7 @@ "xloc": [ "default-mobile.handlebars->53->412", "default.handlebars->119->369", - "default3.handlebars->117->380" + "default3.handlebars->117->365" ] }, { @@ -1256,7 +1256,7 @@ "zh-cht": ", 本地設備", "xloc": [ "default.handlebars->119->371", - "default3.handlebars->117->382" + "default3.handlebars->117->367" ] }, { @@ -1287,7 +1287,7 @@ "xloc": [ "default-mobile.handlebars->53->935", "default.handlebars->119->1778", - "default3.handlebars->117->1776" + "default3.handlebars->117->1761" ] }, { @@ -1318,8 +1318,8 @@ "xloc": [ "default.handlebars->119->1120", "default.handlebars->119->2276", - "default3.handlebars->117->1131", - "default3.handlebars->117->2287" + "default3.handlebars->117->1116", + "default3.handlebars->117->2272" ] }, { @@ -1350,8 +1350,8 @@ "xloc": [ "default.handlebars->119->1121", "default.handlebars->119->2277", - "default3.handlebars->117->1132", - "default3.handlebars->117->2288" + "default3.handlebars->117->1117", + "default3.handlebars->117->2273" ] }, { @@ -1380,7 +1380,7 @@ "zh-cht": ", RDP", "xloc": [ "default.handlebars->119->1422", - "default3.handlebars->117->1423" + "default3.handlebars->117->1408" ] }, { @@ -1411,8 +1411,8 @@ "xloc": [ "default.handlebars->119->1117", "default.handlebars->119->2273", - "default3.handlebars->117->1128", - "default3.handlebars->117->2284" + "default3.handlebars->117->1113", + "default3.handlebars->117->2269" ] }, { @@ -1443,8 +1443,8 @@ "xloc": [ "default.handlebars->119->1118", "default.handlebars->119->2274", - "default3.handlebars->117->1129", - "default3.handlebars->117->2285" + "default3.handlebars->117->1114", + "default3.handlebars->117->2270" ] }, { @@ -1500,7 +1500,7 @@ "zh-cht": ", 中繼設備", "xloc": [ "default.handlebars->119->370", - "default3.handlebars->117->381" + "default3.handlebars->117->366" ] }, { @@ -1530,7 +1530,7 @@ "xloc": [ "default-mobile.handlebars->53->715", "default.handlebars->119->1544", - "default3.handlebars->117->1544" + "default3.handlebars->117->1529" ] }, { @@ -1559,7 +1559,7 @@ "zh-cht": ", SSH", "xloc": [ "default.handlebars->119->1512", - "default3.handlebars->117->1512" + "default3.handlebars->117->1497" ] }, { @@ -1588,7 +1588,7 @@ "zh-cht": ",軟體KVM", "xloc": [ "default.handlebars->119->1405", - "default3.handlebars->117->1406", + "default3.handlebars->117->1391", "sharing.handlebars->47->12" ] }, @@ -1620,8 +1620,8 @@ "xloc": [ "default.handlebars->119->1122", "default.handlebars->119->2278", - "default3.handlebars->117->1133", - "default3.handlebars->117->2289" + "default3.handlebars->117->1118", + "default3.handlebars->117->2274" ] }, { @@ -1678,8 +1678,8 @@ "xloc": [ "default.handlebars->119->1119", "default.handlebars->119->2275", - "default3.handlebars->117->1130", - "default3.handlebars->117->2286" + "default3.handlebars->117->1115", + "default3.handlebars->117->2271" ] }, { @@ -1713,9 +1713,9 @@ "default.handlebars->119->1421", "default.handlebars->119->1513", "default.handlebars->119->1545", - "default3.handlebars->117->1422", - "default3.handlebars->117->1513", - "default3.handlebars->117->1545", + "default3.handlebars->117->1407", + "default3.handlebars->117->1498", + "default3.handlebars->117->1530", "sharing-mobile.handlebars->53->14", "sharing-mobile.handlebars->53->46", "sharing-mobile.handlebars->53->63", @@ -1954,7 +1954,7 @@ "zh-cht": ",{0}觀看", "xloc": [ "default.handlebars->119->1416", - "default3.handlebars->117->1417", + "default3.handlebars->117->1402", "sharing.handlebars->47->13" ] }, @@ -2053,9 +2053,9 @@ "default.handlebars->119->1559", "default.handlebars->119->2502", "default.handlebars->119->3193", - "default3.handlebars->117->1559", - "default3.handlebars->117->2514", - "default3.handlebars->117->3196", + "default3.handlebars->117->1544", + "default3.handlebars->117->2499", + "default3.handlebars->117->3183", "sharing-mobile.handlebars->53->79", "sharing.handlebars->47->50" ] @@ -2110,7 +2110,7 @@ "xloc": [ "default-mobile.handlebars->container->masthead->notificationCount->notificationCount2", "default.handlebars->container->masthead->7->notificationCount", - "default3.handlebars->container->masthead->7->notificationCount->notificationBadge" + "default3.handlebars->container->masthead->3->notificationCount->notificationBadge" ] }, { @@ -2143,7 +2143,7 @@ "xloc": [ "default-mobile.handlebars->53->367", "default.handlebars->119->2520", - "default3.handlebars->117->2532" + "default3.handlebars->117->2517" ] }, { @@ -2251,7 +2251,7 @@ "zh-cht": "1個活躍時段", "xloc": [ "default.handlebars->119->3044", - "default3.handlebars->117->3053" + "default3.handlebars->117->3038" ] }, { @@ -2283,7 +2283,7 @@ "default-mobile.handlebars->53->1078", "default-mobile.handlebars->53->375", "default.handlebars->119->2531", - "default3.handlebars->117->2543", + "default3.handlebars->117->2528", "download.handlebars->7->1", "download2.handlebars->11->1", "sharing-mobile.handlebars->53->112", @@ -2346,7 +2346,7 @@ "zh-cht": "1位聯絡文", "xloc": [ "default.handlebars->119->1418", - "default3.handlebars->117->1419", + "default3.handlebars->117->1404", "sharing.handlebars->47->15" ] }, @@ -2379,9 +2379,9 @@ "default.handlebars->119->291", "default.handlebars->119->571", "default.handlebars->119->585", - "default3.handlebars->117->301", - "default3.handlebars->117->582", - "default3.handlebars->117->596" + "default3.handlebars->117->286", + "default3.handlebars->117->567", + "default3.handlebars->117->581" ] }, { @@ -2411,7 +2411,7 @@ "zh-cht": "1群", "xloc": [ "default.handlebars->119->2999", - "default3.handlebars->117->3008" + "default3.handlebars->117->2993" ] }, { @@ -2443,9 +2443,9 @@ "default.handlebars->119->289", "default.handlebars->119->569", "default.handlebars->119->583", - "default3.handlebars->117->299", - "default3.handlebars->117->580", - "default3.handlebars->117->594" + "default3.handlebars->117->284", + "default3.handlebars->117->565", + "default3.handlebars->117->579" ] }, { @@ -2476,8 +2476,8 @@ "xloc": [ "default.handlebars->119->1230", "default.handlebars->119->2071", - "default3.handlebars->117->1239", - "default3.handlebars->117->2067" + "default3.handlebars->117->1224", + "default3.handlebars->117->2052" ] }, { @@ -2507,7 +2507,7 @@ "zh-cht": "1分鐘之後離線", "xloc": [ "default.handlebars->119->92", - "default3.handlebars->117->105" + "default3.handlebars->117->90" ] }, { @@ -2532,7 +2532,7 @@ "tr": "Oturum Açmaya kadar 1 dakika", "xloc": [ "default.handlebars->119->90", - "default3.handlebars->117->103" + "default3.handlebars->117->88" ] }, { @@ -2564,9 +2564,9 @@ "default.handlebars->119->293", "default.handlebars->119->573", "default.handlebars->119->587", - "default3.handlebars->117->303", - "default3.handlebars->117->584", - "default3.handlebars->117->598" + "default3.handlebars->117->288", + "default3.handlebars->117->569", + "default3.handlebars->117->583" ] }, { @@ -2596,7 +2596,7 @@ "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ "default.handlebars->119->2754", - "default3.handlebars->117->2766" + "default3.handlebars->117->2751" ] }, { @@ -2626,7 +2626,7 @@ "zh-cht": "1個節點", "xloc": [ "default.handlebars->119->698", - "default3.handlebars->117->709" + "default3.handlebars->117->694" ] }, { @@ -2709,7 +2709,7 @@ "xloc": [ "default-mobile.handlebars->53->592", "default.handlebars->119->1270", - "default3.handlebars->117->1279" + "default3.handlebars->117->1264" ] }, { @@ -2739,7 +2739,7 @@ "zh-cht": "1秒之後離線", "xloc": [ "default.handlebars->119->88", - "default3.handlebars->117->101" + "default3.handlebars->117->86" ] }, { @@ -2764,7 +2764,7 @@ "tr": "Çıkışa Kadar 1 saniye", "xloc": [ "default.handlebars->119->86", - "default3.handlebars->117->99" + "default3.handlebars->117->84" ] }, { @@ -2794,7 +2794,7 @@ "zh-cht": "1 個選定的設備處於離線狀態。", "xloc": [ "default.handlebars->119->766", - "default3.handlebars->117->777" + "default3.handlebars->117->762" ] }, { @@ -2824,7 +2824,7 @@ "zh-cht": "1 個選定的設備在線。", "xloc": [ "default.handlebars->119->764", - "default3.handlebars->117->775" + "default3.handlebars->117->760" ] }, { @@ -2868,14 +2868,14 @@ "default.handlebars->119->475", "default.handlebars->119->479", "default.handlebars->119->483", - "default3.handlebars->117->2770", + "default3.handlebars->117->2755", + "default3.handlebars->117->456", + "default3.handlebars->117->459", + "default3.handlebars->117->463", + "default3.handlebars->117->467", "default3.handlebars->117->471", - "default3.handlebars->117->474", - "default3.handlebars->117->478", - "default3.handlebars->117->482", - "default3.handlebars->117->486", - "default3.handlebars->117->490", - "default3.handlebars->117->494" + "default3.handlebars->117->475", + "default3.handlebars->117->479" ] }, { @@ -2907,9 +2907,9 @@ "default.handlebars->119->292", "default.handlebars->119->572", "default.handlebars->119->586", - "default3.handlebars->117->302", - "default3.handlebars->117->583", - "default3.handlebars->117->597" + "default3.handlebars->117->287", + "default3.handlebars->117->568", + "default3.handlebars->117->582" ] }, { @@ -3089,8 +3089,8 @@ "xloc": [ "default.handlebars->119->1232", "default.handlebars->119->2073", - "default3.handlebars->117->1241", - "default3.handlebars->117->2069" + "default3.handlebars->117->1226", + "default3.handlebars->117->2054" ] }, { @@ -3121,7 +3121,7 @@ "xloc": [ "default-mobile.handlebars->53->594", "default.handlebars->119->1272", - "default3.handlebars->117->1281" + "default3.handlebars->117->1266" ] }, { @@ -3300,8 +3300,8 @@ "xloc": [ "default.handlebars->119->1240", "default.handlebars->119->2081", - "default3.handlebars->117->1249", - "default3.handlebars->117->2077" + "default3.handlebars->117->1234", + "default3.handlebars->117->2062" ] }, { @@ -3447,8 +3447,8 @@ "xloc": [ "default.handlebars->119->1233", "default.handlebars->119->2074", - "default3.handlebars->117->1242", - "default3.handlebars->117->2070" + "default3.handlebars->117->1227", + "default3.handlebars->117->2055" ] }, { @@ -3479,8 +3479,8 @@ "xloc": [ "default.handlebars->119->1241", "default.handlebars->119->2082", - "default3.handlebars->117->1250", - "default3.handlebars->117->2078" + "default3.handlebars->117->1235", + "default3.handlebars->117->2063" ] }, { @@ -3627,8 +3627,8 @@ "xloc": [ "default.handlebars->119->1243", "default.handlebars->119->2084", - "default3.handlebars->117->1252", - "default3.handlebars->117->2080" + "default3.handlebars->117->1237", + "default3.handlebars->117->2065" ] }, { @@ -3659,8 +3659,8 @@ "xloc": [ "default.handlebars->119->1237", "default.handlebars->119->2078", - "default3.handlebars->117->1246", - "default3.handlebars->117->2074" + "default3.handlebars->117->1231", + "default3.handlebars->117->2059" ] }, { @@ -3691,7 +3691,7 @@ "xloc": [ "default-mobile.handlebars->53->78", "default.handlebars->119->233", - "default3.handlebars->117->245" + "default3.handlebars->117->230" ] }, { @@ -3722,7 +3722,7 @@ "xloc": [ "default-mobile.handlebars->53->83", "default.handlebars->119->238", - "default3.handlebars->117->250" + "default3.handlebars->117->235" ] }, { @@ -3872,8 +3872,8 @@ "xloc": [ "default.handlebars->119->1242", "default.handlebars->119->2083", - "default3.handlebars->117->1251", - "default3.handlebars->117->2079" + "default3.handlebars->117->1236", + "default3.handlebars->117->2064" ] }, { @@ -3961,7 +3961,7 @@ "zh-cht": "2FA備份代碼已清除", "xloc": [ "default.handlebars->119->2644", - "default3.handlebars->117->2656" + "default3.handlebars->117->2641" ] }, { @@ -3992,7 +3992,7 @@ "xloc": [ "default-mobile.handlebars->53->65", "default.handlebars->119->218", - "default3.handlebars->117->230" + "default3.handlebars->117->215" ] }, { @@ -4022,7 +4022,7 @@ "zh-cht": "第二個因素", "xloc": [ "default.handlebars->119->3232", - "default3.handlebars->117->3235" + "default3.handlebars->117->3222" ] }, { @@ -4053,8 +4053,8 @@ "xloc": [ "default.handlebars->119->2772", "default.handlebars->119->3025", - "default3.handlebars->117->2784", - "default3.handlebars->117->3034" + "default3.handlebars->117->2769", + "default3.handlebars->117->3019" ] }, { @@ -4227,8 +4227,8 @@ "xloc": [ "default.handlebars->119->1234", "default.handlebars->119->2075", - "default3.handlebars->117->1243", - "default3.handlebars->117->2071" + "default3.handlebars->117->1228", + "default3.handlebars->117->2056" ] }, { @@ -4259,7 +4259,7 @@ "xloc": [ "default-mobile.handlebars->53->760", "default.handlebars->119->1622", - "default3.handlebars->117->1622" + "default3.handlebars->117->1607" ] }, { @@ -4348,8 +4348,8 @@ "xloc": [ "default.handlebars->119->1244", "default.handlebars->119->2085", - "default3.handlebars->117->1253", - "default3.handlebars->117->2081" + "default3.handlebars->117->1238", + "default3.handlebars->117->2066" ] }, { @@ -4380,8 +4380,8 @@ "xloc": [ "default.handlebars->119->1238", "default.handlebars->119->2079", - "default3.handlebars->117->1247", - "default3.handlebars->117->2075" + "default3.handlebars->117->1232", + "default3.handlebars->117->2060" ] }, { @@ -4529,8 +4529,8 @@ "xloc": [ "default.handlebars->119->1235", "default.handlebars->119->2076", - "default3.handlebars->117->1244", - "default3.handlebars->117->2072" + "default3.handlebars->117->1229", + "default3.handlebars->117->2057" ] }, { @@ -4590,8 +4590,8 @@ "xloc": [ "default.handlebars->119->1231", "default.handlebars->119->2072", - "default3.handlebars->117->1240", - "default3.handlebars->117->2068" + "default3.handlebars->117->1225", + "default3.handlebars->117->2053" ] }, { @@ -4622,7 +4622,7 @@ "xloc": [ "default-mobile.handlebars->53->593", "default.handlebars->119->1271", - "default3.handlebars->117->1280" + "default3.handlebars->117->1265" ] }, { @@ -4804,8 +4804,8 @@ "xloc": [ "default.handlebars->119->1236", "default.handlebars->119->2077", - "default3.handlebars->117->1245", - "default3.handlebars->117->2073" + "default3.handlebars->117->1230", + "default3.handlebars->117->2058" ] }, { @@ -4895,7 +4895,7 @@ "xloc": [ "default-mobile.handlebars->53->762", "default.handlebars->119->1624", - "default3.handlebars->117->1624" + "default3.handlebars->117->1609" ] }, { @@ -5058,7 +5058,7 @@ "zh-cht": "7天電源狀態", "xloc": [ "default.handlebars->119->1317", - "default3.handlebars->117->1321" + "default3.handlebars->117->1306" ] }, { @@ -5088,7 +5088,7 @@ "zh-cht": "7天", "xloc": [ "default.handlebars->119->2086", - "default3.handlebars->117->2082" + "default3.handlebars->117->2067" ] }, { @@ -5183,10 +5183,10 @@ "default.handlebars->119->2080", "default.handlebars->119->570", "default.handlebars->119->584", - "default3.handlebars->117->1248", - "default3.handlebars->117->2076", - "default3.handlebars->117->581", - "default3.handlebars->117->595" + "default3.handlebars->117->1233", + "default3.handlebars->117->2061", + "default3.handlebars->117->566", + "default3.handlebars->117->580" ] }, { @@ -5392,9 +5392,9 @@ "default.handlebars->119->2254", "default.handlebars->119->448", "default.handlebars->119->932", - "default3.handlebars->117->2265", - "default3.handlebars->117->459", - "default3.handlebars->117->943" + "default3.handlebars->117->2250", + "default3.handlebars->117->444", + "default3.handlebars->117->928" ] }, { @@ -5474,8 +5474,8 @@ "xloc": [ "default.handlebars->119->426", "default.handlebars->119->733", - "default3.handlebars->117->437", - "default3.handlebars->117->744" + "default3.handlebars->117->422", + "default3.handlebars->117->729" ] }, { @@ -5485,7 +5485,7 @@ "pl": "Host AMT", "xloc": [ "default.handlebars->119->397", - "default3.handlebars->117->408" + "default3.handlebars->117->393" ] }, { @@ -5496,7 +5496,7 @@ "pl": "Stan AMT", "xloc": [ "default.handlebars->119->398", - "default3.handlebars->117->409" + "default3.handlebars->117->394" ] }, { @@ -5525,7 +5525,7 @@ "zh-cht": "AMT操作系統", "xloc": [ "default.handlebars->119->3391", - "default3.handlebars->117->3396" + "default3.handlebars->117->3381" ] }, { @@ -5555,8 +5555,8 @@ "xloc": [ "default.handlebars->119->3242", "default.handlebars->119->3295", - "default3.handlebars->117->3245", - "default3.handlebars->117->3298" + "default3.handlebars->117->3232", + "default3.handlebars->117->3285" ] }, { @@ -5586,8 +5586,8 @@ "xloc": [ "default.handlebars->119->3241", "default.handlebars->119->3294", - "default3.handlebars->117->3244", - "default3.handlebars->117->3297" + "default3.handlebars->117->3231", + "default3.handlebars->117->3284" ] }, { @@ -5596,7 +5596,7 @@ "nl": "APK", "xloc": [ "default.handlebars->119->660", - "default3.handlebars->117->671" + "default3.handlebars->117->656" ] }, { @@ -5609,7 +5609,7 @@ "xloc": [ "default-mobile.handlebars->53->987", "default.handlebars->119->659", - "default3.handlebars->117->670" + "default3.handlebars->117->655" ] }, { @@ -5618,7 +5618,7 @@ "nl": "ARM 64bit versie van de macOS Mesh Agent", "xloc": [ "default.handlebars->119->648", - "default3.handlebars->117->659" + "default3.handlebars->117->644" ] }, { @@ -5632,8 +5632,8 @@ "xloc": [ "default.handlebars->119->633", "default.handlebars->119->680", - "default3.handlebars->117->644", - "default3.handlebars->117->691" + "default3.handlebars->117->629", + "default3.handlebars->117->676" ] }, { @@ -5824,8 +5824,8 @@ "default-mobile.handlebars->53->769", "default.handlebars->119->951", "default.handlebars->119->953", - "default3.handlebars->117->962", - "default3.handlebars->117->964" + "default3.handlebars->117->947", + "default3.handlebars->117->949" ] }, { @@ -5856,7 +5856,7 @@ "xloc": [ "default-mobile.handlebars->53->936", "default.handlebars->119->1779", - "default3.handlebars->117->1777" + "default3.handlebars->117->1762" ] }, { @@ -5946,7 +5946,7 @@ "zh-cht": "存取伺服器檔案", "xloc": [ "default.handlebars->119->2955", - "default3.handlebars->117->2964" + "default3.handlebars->117->2949" ] }, { @@ -6079,13 +6079,13 @@ "default.handlebars->119->741", "default.handlebars->119->892", "default.handlebars->119->894", - "default3.handlebars->117->2132", - "default3.handlebars->117->2133", - "default3.handlebars->117->3449", - "default3.handlebars->117->3451", - "default3.handlebars->117->752", - "default3.handlebars->117->903", - "default3.handlebars->117->905" + "default3.handlebars->117->2117", + "default3.handlebars->117->2118", + "default3.handlebars->117->3434", + "default3.handlebars->117->3436", + "default3.handlebars->117->737", + "default3.handlebars->117->888", + "default3.handlebars->117->890" ] }, { @@ -6116,7 +6116,7 @@ "xloc": [ "default-mobile.handlebars->53->1045", "default.handlebars->119->3315", - "default3.handlebars->117->3320" + "default3.handlebars->117->3305" ] }, { @@ -6192,7 +6192,7 @@ "uk": "Акаунт змінено на синхронізацію з даними LDAP.", "xloc": [ "default.handlebars->119->2705", - "default3.handlebars->117->2717" + "default3.handlebars->117->2702" ] }, { @@ -6222,7 +6222,7 @@ "zh-cht": "帳戶已更改:{0}", "xloc": [ "default.handlebars->119->2617", - "default3.handlebars->117->2629" + "default3.handlebars->117->2614" ] }, { @@ -6252,7 +6252,7 @@ "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ "default.handlebars->119->2616", - "default3.handlebars->117->2628" + "default3.handlebars->117->2613" ] }, { @@ -6282,7 +6282,7 @@ "zh-cht": "已創建帳戶,名稱為 {0}。", "xloc": [ "default.handlebars->119->2679", - "default3.handlebars->117->2691" + "default3.handlebars->117->2676" ] }, { @@ -6312,7 +6312,7 @@ "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ "default.handlebars->119->2615", - "default3.handlebars->117->2627" + "default3.handlebars->117->2612" ] }, { @@ -6345,9 +6345,9 @@ "default.handlebars->119->222", "default.handlebars->119->2774", "default.handlebars->119->2952", - "default3.handlebars->117->234", - "default3.handlebars->117->2786", - "default3.handlebars->117->2961" + "default3.handlebars->117->219", + "default3.handlebars->117->2771", + "default3.handlebars->117->2946" ] }, { @@ -6378,7 +6378,7 @@ "xloc": [ "default-mobile.handlebars->53->1057", "default.handlebars->119->3327", - "default3.handlebars->117->3332", + "default3.handlebars->117->3317", "login-mobile.handlebars->23->6", "login.handlebars->13->8", "login2.handlebars->17->206" @@ -6442,7 +6442,7 @@ "zh-cht": "帳號登錄", "xloc": [ "default.handlebars->119->2552", - "default3.handlebars->117->2564" + "default3.handlebars->117->2549" ] }, { @@ -6472,7 +6472,7 @@ "zh-cht": "從 {0}、{1}、{2} 登錄帳戶", "xloc": [ "default.handlebars->119->2658", - "default3.handlebars->117->2670" + "default3.handlebars->117->2655" ] }, { @@ -6487,7 +6487,7 @@ "uk": "Записи токенів входу до акаунту", "xloc": [ "default.handlebars->119->3284", - "default3.handlebars->117->3287" + "default3.handlebars->117->3274" ] }, { @@ -6517,7 +6517,7 @@ "zh-cht": "帳戶登出", "xloc": [ "default.handlebars->119->2553", - "default3.handlebars->117->2565" + "default3.handlebars->117->2550" ] }, { @@ -6578,7 +6578,7 @@ "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ "default.handlebars->119->2625", - "default3.handlebars->117->2637" + "default3.handlebars->117->2622" ] }, { @@ -6608,7 +6608,7 @@ "zh-cht": "帳戶已刪除", "xloc": [ "default.handlebars->119->2614", - "default3.handlebars->117->2626" + "default3.handlebars->117->2611" ] }, { @@ -6670,7 +6670,7 @@ "default-mobile.handlebars->53->951", "default.handlebars->119->1794", "default.handlebars->container->column_l->p42->p42tbl->1->0->8", - "default3.handlebars->117->1792", + "default3.handlebars->117->1777", "default3.handlebars->container->column_l->p42->p42tbl->1->0->17" ] }, @@ -6702,8 +6702,8 @@ "xloc": [ "default.handlebars->119->1364", "default.handlebars->119->1366", - "default3.handlebars->117->1366", - "default3.handlebars->117->1368" + "default3.handlebars->117->1351", + "default3.handlebars->117->1353" ] }, { @@ -6740,7 +6740,7 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1", - "default3.handlebars->117->1037", + "default3.handlebars->117->1022", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->3", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->3", "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->3" @@ -6773,7 +6773,7 @@ "zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾®AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。", "xloc": [ "default.handlebars->119->536", - "default3.handlebars->117->547" + "default3.handlebars->117->532" ] }, { @@ -6861,7 +6861,7 @@ "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ "default.handlebars->119->2309", - "default3.handlebars->117->2318" + "default3.handlebars->117->2303" ] }, { @@ -6896,9 +6896,9 @@ "default.handlebars->119->1680", "default.handlebars->119->925", "default.handlebars->119->927", - "default3.handlebars->117->1678", - "default3.handlebars->117->936", - "default3.handlebars->117->938" + "default3.handlebars->117->1663", + "default3.handlebars->117->921", + "default3.handlebars->117->923" ] }, { @@ -6928,7 +6928,7 @@ "zh-cht": "啟動", "xloc": [ "default.handlebars->119->333", - "default3.handlebars->117->343" + "default3.handlebars->117->328" ] }, { @@ -6959,8 +6959,8 @@ "xloc": [ "default.handlebars->119->1102", "default.handlebars->119->2258", - "default3.handlebars->117->1113", - "default3.handlebars->117->2269" + "default3.handlebars->117->1098", + "default3.handlebars->117->2254" ] }, { @@ -6990,7 +6990,7 @@ "zh-cht": "活動登錄令牌", "xloc": [ "default.handlebars->119->2146", - "default3.handlebars->117->2161" + "default3.handlebars->117->2146" ] }, { @@ -7021,7 +7021,7 @@ "xloc": [ "default-mobile.handlebars->53->796", "default.handlebars->119->980", - "default3.handlebars->117->991" + "default3.handlebars->117->976" ] }, { @@ -7052,7 +7052,7 @@ "xloc": [ "default-mobile.handlebars->53->795", "default.handlebars->119->979", - "default3.handlebars->117->990" + "default3.handlebars->117->975" ] }, { @@ -7110,8 +7110,8 @@ "default-mobile.handlebars->53->685", "default.handlebars->119->1454", "default.handlebars->119->1460", - "default3.handlebars->117->1456", - "default3.handlebars->117->1462", + "default3.handlebars->117->1441", + "default3.handlebars->117->1447", "sharing-mobile.handlebars->53->41" ] }, @@ -7195,8 +7195,8 @@ "xloc": [ "default.handlebars->119->2248", "default.handlebars->119->502", - "default3.handlebars->117->2259", - "default3.handlebars->117->513" + "default3.handlebars->117->2244", + "default3.handlebars->117->498" ] }, { @@ -7255,10 +7255,10 @@ "default.handlebars->119->2927", "default.handlebars->119->3122", "default.handlebars->119->506", - "default3.handlebars->117->2263", - "default3.handlebars->117->2936", - "default3.handlebars->117->3125", - "default3.handlebars->117->517" + "default3.handlebars->117->2248", + "default3.handlebars->117->2921", + "default3.handlebars->117->3110", + "default3.handlebars->117->502" ] }, { @@ -7288,7 +7288,7 @@ "zh-cht": "新增裝置日誌", "xloc": [ "default.handlebars->119->1188", - "default3.handlebars->117->1197" + "default3.handlebars->117->1182" ] }, { @@ -7321,10 +7321,10 @@ "default.handlebars->119->2921", "default.handlebars->119->3110", "default.handlebars->119->402", - "default3.handlebars->117->2409", - "default3.handlebars->117->2930", - "default3.handlebars->117->3113", - "default3.handlebars->117->413" + "default3.handlebars->117->2394", + "default3.handlebars->117->2915", + "default3.handlebars->117->3098", + "default3.handlebars->117->398" ] }, { @@ -7354,7 +7354,7 @@ "zh-cht": "新增裝置群權限", "xloc": [ "default.handlebars->119->2394", - "default3.handlebars->117->2406" + "default3.handlebars->117->2391" ] }, { @@ -7385,8 +7385,8 @@ "xloc": [ "default.handlebars->119->2399", "default.handlebars->119->2401", - "default3.handlebars->117->2411", - "default3.handlebars->117->2413" + "default3.handlebars->117->2396", + "default3.handlebars->117->2398" ] }, { @@ -7442,7 +7442,7 @@ "zh-cht": "新增Intel® AMT裝置", "xloc": [ "default.handlebars->119->526", - "default3.handlebars->117->537" + "default3.handlebars->117->522" ] }, { @@ -7472,7 +7472,7 @@ "zh-cht": "新增密鑰", "xloc": [ "default.handlebars->119->252", - "default3.handlebars->117->262" + "default3.handlebars->117->247" ] }, { @@ -7502,7 +7502,7 @@ "zh-cht": "新增本地", "xloc": [ "default.handlebars->119->496", - "default3.handlebars->117->507" + "default3.handlebars->117->492" ] }, { @@ -7558,7 +7558,7 @@ "zh-cht": "新增成員身份", "xloc": [ "default.handlebars->119->3142", - "default3.handlebars->117->3145" + "default3.handlebars->117->3130" ] }, { @@ -7588,7 +7588,7 @@ "zh-cht": "新增 Mesh Agent", "xloc": [ "default.handlebars->119->697", - "default3.handlebars->117->708" + "default3.handlebars->117->693" ] }, { @@ -7649,12 +7649,12 @@ "default.handlebars->119->258", "default.handlebars->119->261", "default.handlebars->119->263", - "default3.handlebars->117->1857", - "default3.handlebars->117->1858", - "default3.handlebars->117->266", - "default3.handlebars->117->268", - "default3.handlebars->117->271", - "default3.handlebars->117->273" + "default3.handlebars->117->1842", + "default3.handlebars->117->1843", + "default3.handlebars->117->251", + "default3.handlebars->117->253", + "default3.handlebars->117->256", + "default3.handlebars->117->258" ] }, { @@ -7685,7 +7685,7 @@ "xloc": [ "default-mobile.handlebars->53->969", "default.handlebars->119->1094", - "default3.handlebars->117->1105" + "default3.handlebars->117->1090" ] }, { @@ -7715,7 +7715,7 @@ "zh-cht": "新增用戶裝置權限", "xloc": [ "default.handlebars->119->2404", - "default3.handlebars->117->2416" + "default3.handlebars->117->2401" ] }, { @@ -7748,10 +7748,10 @@ "default.handlebars->119->2242", "default.handlebars->119->2396", "default.handlebars->119->3116", - "default3.handlebars->117->1106", - "default3.handlebars->117->2253", - "default3.handlebars->117->2408", - "default3.handlebars->117->3119" + "default3.handlebars->117->1091", + "default3.handlebars->117->2238", + "default3.handlebars->117->2393", + "default3.handlebars->117->3104" ] }, { @@ -7781,7 +7781,7 @@ "zh-cht": "新增用戶群裝置權限", "xloc": [ "default.handlebars->119->2406", - "default3.handlebars->117->2418" + "default3.handlebars->117->2403" ] }, { @@ -7867,8 +7867,8 @@ "xloc": [ "default.handlebars->119->2241", "default.handlebars->119->2916", - "default3.handlebars->117->2252", - "default3.handlebars->117->2925" + "default3.handlebars->117->2237", + "default3.handlebars->117->2910" ] }, { @@ -7898,7 +7898,7 @@ "zh-cht": "將用戶新增到裝置群", "xloc": [ "default.handlebars->119->2393", - "default3.handlebars->117->2405" + "default3.handlebars->117->2390" ] }, { @@ -7928,7 +7928,7 @@ "zh-cht": "將用戶新增到用戶群", "xloc": [ "default.handlebars->119->2951", - "default3.handlebars->117->2960" + "default3.handlebars->117->2945" ] }, { @@ -7958,7 +7958,7 @@ "zh-cht": "新增YubiKey®OTP", "xloc": [ "default.handlebars->119->253", - "default3.handlebars->117->263" + "default3.handlebars->117->248" ] }, { @@ -7988,7 +7988,7 @@ "zh-cht": "將本地設備添加到設備組 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->507", - "default3.handlebars->117->518" + "default3.handlebars->117->503" ] }, { @@ -8018,7 +8018,7 @@ "zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。", "xloc": [ "default.handlebars->119->497", - "default3.handlebars->117->508" + "default3.handlebars->117->493" ] }, { @@ -8074,7 +8074,7 @@ "zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。", "xloc": [ "default.handlebars->119->495", - "default3.handlebars->117->506" + "default3.handlebars->117->491" ] }, { @@ -8104,7 +8104,7 @@ "zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。", "xloc": [ "default.handlebars->119->516", - "default3.handlebars->117->527" + "default3.handlebars->117->512" ] }, { @@ -8135,8 +8135,8 @@ "xloc": [ "default.handlebars->119->2247", "default.handlebars->119->501", - "default3.handlebars->117->2258", - "default3.handlebars->117->512" + "default3.handlebars->117->2243", + "default3.handlebars->117->497" ] }, { @@ -8167,8 +8167,8 @@ "xloc": [ "default.handlebars->119->2251", "default.handlebars->119->505", - "default3.handlebars->117->2262", - "default3.handlebars->117->516" + "default3.handlebars->117->2247", + "default3.handlebars->117->501" ] }, { @@ -8198,7 +8198,7 @@ "zh-cht": "添加本地設備", "xloc": [ "default.handlebars->119->515", - "default3.handlebars->117->526" + "default3.handlebars->117->511" ] }, { @@ -8228,7 +8228,7 @@ "zh-cht": "新增標籤", "xloc": [ "default.handlebars->119->773", - "default3.handlebars->117->784" + "default3.handlebars->117->769" ] }, { @@ -8258,7 +8258,7 @@ "zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel® AMT以將“{0}”分組。", "xloc": [ "default.handlebars->119->533", - "default3.handlebars->117->544" + "default3.handlebars->117->529" ] }, { @@ -8288,7 +8288,7 @@ "zh-cht": "添加了身份驗證應用程序", "xloc": [ "default.handlebars->119->2641", - "default3.handlebars->117->2653" + "default3.handlebars->117->2638" ] }, { @@ -8318,7 +8318,7 @@ "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ "default.handlebars->119->2652", - "default3.handlebars->117->2664" + "default3.handlebars->117->2649" ] }, { @@ -8348,7 +8348,7 @@ "zh-cht": "添加了每天重複的設備共享 {0}。", "xloc": [ "default.handlebars->119->2689", - "default3.handlebars->117->2701" + "default3.handlebars->117->2686" ] }, { @@ -8378,7 +8378,7 @@ "zh-cht": "添加了每週重複的設備共享 {0}。", "xloc": [ "default.handlebars->119->2690", - "default3.handlebars->117->2702" + "default3.handlebars->117->2687" ] }, { @@ -8408,7 +8408,7 @@ "zh-cht": "添加了無限時間的設備共享 {0}。", "xloc": [ "default.handlebars->119->2682", - "default3.handlebars->117->2694" + "default3.handlebars->117->2679" ] }, { @@ -8439,8 +8439,8 @@ "xloc": [ "default.handlebars->119->2608", "default.handlebars->119->2635", - "default3.handlebars->117->2620", - "default3.handlebars->117->2647" + "default3.handlebars->117->2605", + "default3.handlebars->117->2632" ] }, { @@ -8470,7 +8470,7 @@ "zh-cht": "添加了登錄令牌", "xloc": [ "default.handlebars->119->2666", - "default3.handlebars->117->2678" + "default3.handlebars->117->2663" ] }, { @@ -8500,7 +8500,7 @@ "zh-cht": "增加推送通知認證設備", "xloc": [ "default.handlebars->119->2664", - "default3.handlebars->117->2676" + "default3.handlebars->117->2661" ] }, { @@ -8530,7 +8530,7 @@ "zh-cht": "添加了安全密鑰", "xloc": [ "default.handlebars->119->2646", - "default3.handlebars->117->2658" + "default3.handlebars->117->2643" ] }, { @@ -8560,7 +8560,7 @@ "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ "default.handlebars->119->2619", - "default3.handlebars->117->2631" + "default3.handlebars->117->2616" ] }, { @@ -8591,8 +8591,8 @@ "xloc": [ "default.handlebars->119->2622", "default.handlebars->119->2631", - "default3.handlebars->117->2634", - "default3.handlebars->117->2643" + "default3.handlebars->117->2619", + "default3.handlebars->117->2628" ] }, { @@ -8622,7 +8622,7 @@ "zh-cht": "地址", "xloc": [ "default.handlebars->119->395", - "default3.handlebars->117->406" + "default3.handlebars->117->391" ] }, { @@ -8682,7 +8682,7 @@ "xloc": [ "default-mobile.handlebars->53->840", "default.handlebars->119->1682", - "default3.handlebars->117->1680" + "default3.handlebars->117->1665" ] }, { @@ -8713,7 +8713,7 @@ "xloc": [ "default-mobile.handlebars->53->846", "default.handlebars->119->1688", - "default3.handlebars->117->1686" + "default3.handlebars->117->1671" ] }, { @@ -8747,10 +8747,10 @@ "default.handlebars->119->3238", "default.handlebars->119->3291", "default.handlebars->termShellContextMenu->3", - "default3.handlebars->117->3165", - "default3.handlebars->117->3175", - "default3.handlebars->117->3241", - "default3.handlebars->117->3294", + "default3.handlebars->117->3152", + "default3.handlebars->117->3162", + "default3.handlebars->117->3228", + "default3.handlebars->117->3281", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0", "player.handlebars->29->29", "xterm.handlebars->termShellContextMenu->cxtermps" @@ -8783,7 +8783,7 @@ "zh-cht": "管理領域", "xloc": [ "default.handlebars->119->3003", - "default3.handlebars->117->3012" + "default3.handlebars->117->2997" ] }, { @@ -8844,7 +8844,7 @@ "zh-cht": "管理領域", "xloc": [ "default.handlebars->119->2848", - "default3.handlebars->117->2857" + "default3.handlebars->117->2842" ] }, { @@ -8874,7 +8874,7 @@ "zh-cht": "管理員", "xloc": [ "default.handlebars->119->2766", - "default3.handlebars->117->2778" + "default3.handlebars->117->2763" ] }, { @@ -8905,7 +8905,7 @@ "xloc": [ "default-mobile.handlebars->53->115", "default.handlebars->119->1864", - "default3.handlebars->117->1860", + "default3.handlebars->117->1845", "login2.handlebars->17->1" ] }, @@ -8946,11 +8946,11 @@ "default.handlebars->119->729", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm", - "default3.handlebars->117->2489", - "default3.handlebars->117->2502", - "default3.handlebars->117->3394", - "default3.handlebars->117->433", - "default3.handlebars->117->740", + "default3.handlebars->117->2474", + "default3.handlebars->117->2487", + "default3.handlebars->117->3379", + "default3.handlebars->117->418", + "default3.handlebars->117->725", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->1->td7meshkvm" ] @@ -8983,8 +8983,8 @@ "xloc": [ "default.handlebars->119->2479", "default.handlebars->119->2492", - "default3.handlebars->117->2491", - "default3.handlebars->117->2504" + "default3.handlebars->117->2476", + "default3.handlebars->117->2489" ] }, { @@ -9048,8 +9048,8 @@ "default-mobile.handlebars->53->621", "default.handlebars->119->2414", "default.handlebars->119->819", - "default3.handlebars->117->2426", - "default3.handlebars->117->830" + "default3.handlebars->117->2411", + "default3.handlebars->117->815" ] }, { @@ -9079,7 +9079,7 @@ "zh-cht": "代理錯誤計數器", "xloc": [ "default.handlebars->119->3357", - "default3.handlebars->117->3362" + "default3.handlebars->117->3347" ] }, { @@ -9109,7 +9109,7 @@ "zh-cht": "代理 IP 地址", "xloc": [ "default.handlebars->119->363", - "default3.handlebars->117->374" + "default3.handlebars->117->359" ] }, { @@ -9186,7 +9186,7 @@ "xloc": [ "default-mobile.handlebars->53->455", "default.handlebars->119->486", - "default3.handlebars->117->497" + "default3.handlebars->117->482" ] }, { @@ -9303,8 +9303,8 @@ "xloc": [ "default.handlebars->119->1123", "default.handlebars->119->2279", - "default3.handlebars->117->1134", - "default3.handlebars->117->2290" + "default3.handlebars->117->1119", + "default3.handlebars->117->2275" ] }, { @@ -9334,7 +9334,7 @@ "zh-cht": "代理時段", "xloc": [ "default.handlebars->119->3374", - "default3.handlebars->117->3379" + "default3.handlebars->117->3364" ] }, { @@ -9391,7 +9391,7 @@ "xloc": [ "default-mobile.handlebars->53->536", "default.handlebars->119->948", - "default3.handlebars->117->959" + "default3.handlebars->117->944" ] }, { @@ -9422,8 +9422,8 @@ "xloc": [ "default.handlebars->119->352", "default.handlebars->119->385", - "default3.handlebars->117->363", - "default3.handlebars->117->396" + "default3.handlebars->117->348", + "default3.handlebars->117->381" ] }, { @@ -9454,7 +9454,7 @@ "xloc": [ "default.handlebars->119->2488", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1", - "default3.handlebars->117->2500", + "default3.handlebars->117->2485", "default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -9486,8 +9486,8 @@ "xloc": [ "default.handlebars->119->353", "default.handlebars->119->386", - "default3.handlebars->117->364", - "default3.handlebars->117->397" + "default3.handlebars->117->349", + "default3.handlebars->117->382" ] }, { @@ -9517,7 +9517,7 @@ "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ "default.handlebars->119->2605", - "default3.handlebars->117->2617" + "default3.handlebars->117->2602" ] }, { @@ -9549,9 +9549,9 @@ "default.handlebars->119->1081", "default.handlebars->119->1082", "default.handlebars->119->272", - "default3.handlebars->117->1092", - "default3.handlebars->117->1093", - "default3.handlebars->117->282" + "default3.handlebars->117->1077", + "default3.handlebars->117->1078", + "default3.handlebars->117->267" ] }, { @@ -9581,7 +9581,7 @@ "zh-cht": "與有限特權相關的代理", "xloc": [ "default.handlebars->119->273", - "default3.handlebars->117->283" + "default3.handlebars->117->268" ] }, { @@ -9611,7 +9611,7 @@ "zh-cht": "代理已斷開連接", "xloc": [ "default.handlebars->119->277", - "default3.handlebars->117->287" + "default3.handlebars->117->272" ] }, { @@ -9641,7 +9641,7 @@ "zh-cht": "正在跳過代理哈希檢查,這是不安全的。", "xloc": [ "default.handlebars->119->102", - "default3.handlebars->117->115" + "default3.handlebars->117->100" ] }, { @@ -9750,7 +9750,7 @@ "xloc": [ "default-mobile.handlebars->53->934", "default.handlebars->119->1777", - "default3.handlebars->117->1775" + "default3.handlebars->117->1760" ] }, { @@ -9781,7 +9781,7 @@ "xloc": [ "default-mobile.handlebars->53->933", "default.handlebars->119->1776", - "default3.handlebars->117->1774" + "default3.handlebars->117->1759" ] }, { @@ -9889,7 +9889,7 @@ "zh-cht": "代理在特權降低的遠程設備上運行。", "xloc": [ "default.handlebars->119->1075", - "default3.handlebars->117->1086" + "default3.handlebars->117->1071" ] }, { @@ -10025,9 +10025,9 @@ "default.handlebars->119->2445", "default.handlebars->119->3402", "default.handlebars->119->589", - "default3.handlebars->117->2457", - "default3.handlebars->117->3407", - "default3.handlebars->117->600" + "default3.handlebars->117->2442", + "default3.handlebars->117->3392", + "default3.handlebars->117->585" ] }, { @@ -10058,7 +10058,7 @@ "xloc": [ "default-mobile.handlebars->53->116", "default.handlebars->119->1865", - "default3.handlebars->117->1861", + "default3.handlebars->117->1846", "login2.handlebars->17->2" ] }, @@ -10071,8 +10071,8 @@ "xloc": [ "default.handlebars->119->1207", "default.handlebars->119->782", - "default3.handlebars->117->1216", - "default3.handlebars->117->793" + "default3.handlebars->117->1201", + "default3.handlebars->117->778" ] }, { @@ -10106,7 +10106,7 @@ "default-mobile.handlebars->53->725", "default.handlebars->119->3206", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1", - "default3.handlebars->117->3209", + "default3.handlebars->117->3196", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1", "sharing-mobile.handlebars->53->80", "sharing-mobile.handlebars->53->82" @@ -10139,7 +10139,7 @@ "zh-cht": "全部可用", "xloc": [ "default.handlebars->119->2728", - "default3.handlebars->117->2740" + "default3.handlebars->117->2725" ] }, { @@ -10170,8 +10170,8 @@ "xloc": [ "default.handlebars->119->2446", "default.handlebars->119->590", - "default3.handlebars->117->2458", - "default3.handlebars->117->601" + "default3.handlebars->117->2443", + "default3.handlebars->117->586" ] }, { @@ -10201,7 +10201,7 @@ "zh-cht": "所有顯示", "xloc": [ "default.handlebars->119->1505", - "default3.handlebars->117->1505" + "default3.handlebars->117->1490" ] }, { @@ -10231,7 +10231,7 @@ "zh-cht": "所有事件", "xloc": [ "default.handlebars->119->2726", - "default3.handlebars->117->2738" + "default3.handlebars->117->2723" ] }, { @@ -10263,9 +10263,9 @@ "default.handlebars->119->1423", "default.handlebars->119->1425", "default.handlebars->119->1426", - "default3.handlebars->117->1424", - "default3.handlebars->117->1427", - "default3.handlebars->117->1428" + "default3.handlebars->117->1409", + "default3.handlebars->117->1412", + "default3.handlebars->117->1413" ] }, { @@ -10306,7 +10306,7 @@ "zh-chs": "所有主题", "zh-cht": "所有主題", "xloc": [ - "default3.handlebars->117->2129" + "default3.handlebars->117->2114" ] }, { @@ -10342,7 +10342,7 @@ "en": "Allow to override server device name until next connection", "xloc": [ "default.handlebars->119->2351", - "default3.handlebars->117->2363" + "default3.handlebars->117->2348" ] }, { @@ -10373,8 +10373,8 @@ "xloc": [ "default.handlebars->119->2358", "default.handlebars->119->2948", - "default3.handlebars->117->2370", - "default3.handlebars->117->2957" + "default3.handlebars->117->2355", + "default3.handlebars->117->2942" ] }, { @@ -10404,7 +10404,7 @@ "zh-cht": "允許用戶管理此裝置。", "xloc": [ "default.handlebars->119->2359", - "default3.handlebars->117->2371" + "default3.handlebars->117->2356" ] }, { @@ -10434,7 +10434,7 @@ "zh-cht": "允許", "xloc": [ "default.handlebars->119->300", - "default3.handlebars->117->310" + "default3.handlebars->117->295" ] }, { @@ -10524,8 +10524,8 @@ "default-mobile.handlebars->53->682", "default.handlebars->119->1447", "default.handlebars->119->1451", - "default3.handlebars->117->1449", - "default3.handlebars->117->1453", + "default3.handlebars->117->1434", + "default3.handlebars->117->1438", "sharing-mobile.handlebars->53->34", "sharing-mobile.handlebars->53->38" ] @@ -10557,7 +10557,7 @@ "zh-cht": "替代Shell", "xloc": [ "default.handlebars->119->1413", - "default3.handlebars->117->1414" + "default3.handlebars->117->1399" ] }, { @@ -10649,7 +10649,7 @@ "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ "default.handlebars->119->1539", - "default3.handlebars->117->1539", + "default3.handlebars->117->1524", "sharing.handlebars->47->37" ] }, @@ -10750,10 +10750,10 @@ "default.handlebars->119->2907", "default.handlebars->119->3012", "default.handlebars->119->989", - "default3.handlebars->117->1000", - "default3.handlebars->117->2229", - "default3.handlebars->117->2916", - "default3.handlebars->117->3021" + "default3.handlebars->117->2214", + "default3.handlebars->117->2901", + "default3.handlebars->117->3006", + "default3.handlebars->117->985" ] }, { @@ -10786,10 +10786,10 @@ "default.handlebars->119->2908", "default.handlebars->119->3013", "default.handlebars->119->990", - "default3.handlebars->117->1001", - "default3.handlebars->117->2230", - "default3.handlebars->117->2917", - "default3.handlebars->117->3022" + "default3.handlebars->117->2215", + "default3.handlebars->117->2902", + "default3.handlebars->117->3007", + "default3.handlebars->117->986" ] }, { @@ -10823,7 +10823,7 @@ "nl": "Amazon App Store", "xloc": [ "default.handlebars->119->657", - "default3.handlebars->117->668" + "default3.handlebars->117->653" ] }, { @@ -10897,7 +10897,7 @@ "uk": "Сталася невідома помилка.", "xloc": [ "default.handlebars->119->3151", - "default3.handlebars->117->3154" + "default3.handlebars->117->3141" ] }, { @@ -10964,7 +10964,7 @@ "xloc": [ "default-mobile.handlebars->53->988", "default.handlebars->119->658", - "default3.handlebars->117->669" + "default3.handlebars->117->654" ] }, { @@ -11058,7 +11058,7 @@ "uk": "Android MeshAgent", "xloc": [ "default.handlebars->119->595", - "default3.handlebars->117->606" + "default3.handlebars->117->591" ] }, { @@ -11069,7 +11069,7 @@ "xloc": [ "default-mobile.handlebars->53->813", "default.handlebars->119->1645", - "default3.handlebars->117->1645" + "default3.handlebars->117->1630" ] }, { @@ -11131,8 +11131,8 @@ "xloc": [ "default.handlebars->119->2481", "default.handlebars->119->2495", - "default3.handlebars->117->2493", - "default3.handlebars->117->2507" + "default3.handlebars->117->2478", + "default3.handlebars->117->2492" ] }, { @@ -11163,7 +11163,7 @@ "xloc": [ "default-mobile.handlebars->53->793", "default.handlebars->119->977", - "default3.handlebars->117->988" + "default3.handlebars->117->973" ] }, { @@ -11193,7 +11193,7 @@ "zh-cht": "任何可支持的", "xloc": [ "default.handlebars->119->563", - "default3.handlebars->117->574" + "default3.handlebars->117->559" ] }, { @@ -11284,7 +11284,7 @@ "zh-cht": "蘋果macOS", "xloc": [ "default.handlebars->119->605", - "default3.handlebars->117->616" + "default3.handlebars->117->601" ] }, { @@ -11294,7 +11294,7 @@ "uk": "Apple macOS (Деінсталяція)", "xloc": [ "default.handlebars->119->610", - "default3.handlebars->117->621" + "default3.handlebars->117->606" ] }, { @@ -11305,7 +11305,7 @@ "xloc": [ "agentinvite.handlebars->13->12", "default.handlebars->119->690", - "default3.handlebars->117->701" + "default3.handlebars->117->686" ] }, { @@ -11335,7 +11335,7 @@ "zh-cht": "僅限Apple macOS", "xloc": [ "default.handlebars->119->565", - "default3.handlebars->117->576" + "default3.handlebars->117->561" ] }, { @@ -11516,7 +11516,7 @@ "zh-cht": "應用程序,始終連接", "xloc": [ "default.handlebars->119->619", - "default3.handlebars->117->630" + "default3.handlebars->117->615" ] }, { @@ -11546,7 +11546,7 @@ "zh-cht": "應用程序,根據用戶請求連接", "xloc": [ "default.handlebars->119->618", - "default3.handlebars->117->629" + "default3.handlebars->117->614" ] }, { @@ -11577,7 +11577,7 @@ "xloc": [ "default-mobile.handlebars->53->118", "default.handlebars->119->1867", - "default3.handlebars->117->1863", + "default3.handlebars->117->1848", "login2.handlebars->17->4" ] }, @@ -11609,7 +11609,7 @@ "xloc": [ "default-mobile.handlebars->53->119", "default.handlebars->119->1868", - "default3.handlebars->117->1864", + "default3.handlebars->117->1849", "login2.handlebars->17->5" ] }, @@ -11641,7 +11641,7 @@ "xloc": [ "default-mobile.handlebars->53->120", "default.handlebars->119->1869", - "default3.handlebars->117->1865", + "default3.handlebars->117->1850", "login2.handlebars->17->6" ] }, @@ -11673,7 +11673,7 @@ "xloc": [ "default-mobile.handlebars->53->121", "default.handlebars->119->1870", - "default3.handlebars->117->1866", + "default3.handlebars->117->1851", "login2.handlebars->17->7" ] }, @@ -11705,7 +11705,7 @@ "xloc": [ "default-mobile.handlebars->53->122", "default.handlebars->119->1871", - "default3.handlebars->117->1867", + "default3.handlebars->117->1852", "login2.handlebars->17->8" ] }, @@ -11737,7 +11737,7 @@ "xloc": [ "default-mobile.handlebars->53->123", "default.handlebars->119->1872", - "default3.handlebars->117->1868", + "default3.handlebars->117->1853", "login2.handlebars->17->9" ] }, @@ -11769,7 +11769,7 @@ "xloc": [ "default-mobile.handlebars->53->124", "default.handlebars->119->1873", - "default3.handlebars->117->1869", + "default3.handlebars->117->1854", "login2.handlebars->17->10" ] }, @@ -11801,7 +11801,7 @@ "xloc": [ "default-mobile.handlebars->53->125", "default.handlebars->119->1874", - "default3.handlebars->117->1870", + "default3.handlebars->117->1855", "login2.handlebars->17->11" ] }, @@ -11833,7 +11833,7 @@ "xloc": [ "default-mobile.handlebars->53->126", "default.handlebars->119->1875", - "default3.handlebars->117->1871", + "default3.handlebars->117->1856", "login2.handlebars->17->12" ] }, @@ -11865,7 +11865,7 @@ "xloc": [ "default-mobile.handlebars->53->127", "default.handlebars->119->1876", - "default3.handlebars->117->1872", + "default3.handlebars->117->1857", "login2.handlebars->17->13" ] }, @@ -11897,7 +11897,7 @@ "xloc": [ "default-mobile.handlebars->53->128", "default.handlebars->119->1877", - "default3.handlebars->117->1873", + "default3.handlebars->117->1858", "login2.handlebars->17->14" ] }, @@ -11929,7 +11929,7 @@ "xloc": [ "default-mobile.handlebars->53->129", "default.handlebars->119->1878", - "default3.handlebars->117->1874", + "default3.handlebars->117->1859", "login2.handlebars->17->15" ] }, @@ -11961,7 +11961,7 @@ "xloc": [ "default-mobile.handlebars->53->117", "default.handlebars->119->1866", - "default3.handlebars->117->1862", + "default3.handlebars->117->1847", "login2.handlebars->17->3" ] }, @@ -11993,7 +11993,7 @@ "xloc": [ "default-mobile.handlebars->53->130", "default.handlebars->119->1879", - "default3.handlebars->117->1875", + "default3.handlebars->117->1860", "login2.handlebars->17->16" ] }, @@ -12025,7 +12025,7 @@ "xloc": [ "default-mobile.handlebars->53->131", "default.handlebars->119->1880", - "default3.handlebars->117->1876", + "default3.handlebars->117->1861", "login2.handlebars->17->17" ] }, @@ -12057,7 +12057,7 @@ "xloc": [ "default-mobile.handlebars->53->132", "default.handlebars->119->1881", - "default3.handlebars->117->1877", + "default3.handlebars->117->1862", "login2.handlebars->17->18" ] }, @@ -12089,7 +12089,7 @@ "xloc": [ "default-mobile.handlebars->53->133", "default.handlebars->119->1882", - "default3.handlebars->117->1878", + "default3.handlebars->117->1863", "login2.handlebars->17->19" ] }, @@ -12121,7 +12121,7 @@ "xloc": [ "default-mobile.handlebars->53->134", "default.handlebars->119->1883", - "default3.handlebars->117->1879", + "default3.handlebars->117->1864", "login2.handlebars->17->20" ] }, @@ -12157,9 +12157,9 @@ "default.handlebars->119->1621", "default.handlebars->119->1623", "default.handlebars->119->1625", - "default3.handlebars->117->1621", - "default3.handlebars->117->1623", - "default3.handlebars->117->1625" + "default3.handlebars->117->1606", + "default3.handlebars->117->1608", + "default3.handlebars->117->1610" ] }, { @@ -12189,7 +12189,7 @@ "zh-cht": "你確定要連接到{0}裝置嗎?", "xloc": [ "default.handlebars->119->490", - "default3.handlebars->117->501" + "default3.handlebars->117->486" ] }, { @@ -12220,7 +12220,7 @@ "xloc": [ "default-mobile.handlebars->53->976", "default.handlebars->119->2323", - "default3.handlebars->117->2332" + "default3.handlebars->117->2317" ] }, { @@ -12250,7 +12250,7 @@ "zh-cht": "你確定要刪除節點{0}嗎?", "xloc": [ "default.handlebars->119->1339", - "default3.handlebars->117->1343" + "default3.handlebars->117->1328" ] }, { @@ -12264,7 +12264,7 @@ "uk": "Ви впевнені, що бажаєте відкрити цей файл/теку на робочому столі віддаленого пристрою?", "xloc": [ "default.handlebars->119->1561", - "default3.handlebars->117->1561" + "default3.handlebars->117->1546" ] }, { @@ -12294,7 +12294,7 @@ "zh-cht": "你確定要卸載所選代理嗎?", "xloc": [ "default.handlebars->119->1328", - "default3.handlebars->117->1333" + "default3.handlebars->117->1318" ] }, { @@ -12324,7 +12324,7 @@ "zh-cht": "你確定要卸載所選的{0}代理嗎?", "xloc": [ "default.handlebars->119->1327", - "default3.handlebars->117->1332" + "default3.handlebars->117->1317" ] }, { @@ -12354,7 +12354,7 @@ "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ "default.handlebars->119->3455", - "default3.handlebars->117->3460" + "default3.handlebars->117->3445" ] }, { @@ -12416,7 +12416,7 @@ "xloc": [ "default-mobile.handlebars->53->135", "default.handlebars->119->1884", - "default3.handlebars->117->1880", + "default3.handlebars->117->1865", "login2.handlebars->17->21" ] }, @@ -12630,7 +12630,7 @@ "xloc": [ "default-mobile.handlebars->53->136", "default.handlebars->119->1885", - "default3.handlebars->117->1881", + "default3.handlebars->117->1866", "login2.handlebars->17->22" ] }, @@ -12749,8 +12749,8 @@ "xloc": [ "default.handlebars->119->664", "default.handlebars->119->668", - "default3.handlebars->117->675", - "default3.handlebars->117->679" + "default3.handlebars->117->660", + "default3.handlebars->117->664" ] }, { @@ -12810,7 +12810,7 @@ "xloc": [ "default-mobile.handlebars->53->137", "default.handlebars->119->1886", - "default3.handlebars->117->1882", + "default3.handlebars->117->1867", "login2.handlebars->17->23" ] }, @@ -12841,7 +12841,7 @@ "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ "default.handlebars->119->2574", - "default3.handlebars->117->2586" + "default3.handlebars->117->2571" ] }, { @@ -12902,9 +12902,9 @@ "default.handlebars->119->1514", "default.handlebars->119->1518", "default.handlebars->119->1530", - "default3.handlebars->117->1514", - "default3.handlebars->117->1518", - "default3.handlebars->117->1530", + "default3.handlebars->117->1499", + "default3.handlebars->117->1503", + "default3.handlebars->117->1515", "sharing-mobile.handlebars->53->47", "sharing-mobile.handlebars->53->56", "sharing-mobile.handlebars->53->64", @@ -12942,7 +12942,7 @@ "zh-cht": "認證軟體", "xloc": [ "default.handlebars->119->3016", - "default3.handlebars->117->3025" + "default3.handlebars->117->3010" ] }, { @@ -12974,9 +12974,9 @@ "default.handlebars->119->1847", "default.handlebars->119->1849", "default.handlebars->119->1853", - "default3.handlebars->117->1844", - "default3.handlebars->117->1846", - "default3.handlebars->117->1849" + "default3.handlebars->117->1829", + "default3.handlebars->117->1831", + "default3.handlebars->117->1834" ] }, { @@ -13009,8 +13009,8 @@ "default-mobile.handlebars->53->717", "default.handlebars->119->1532", "default.handlebars->119->1547", + "default3.handlebars->117->1517", "default3.handlebars->117->1532", - "default3.handlebars->117->1547", "sharing-mobile.handlebars->53->57", "sharing-mobile.handlebars->53->74" ] @@ -13049,10 +13049,10 @@ "default.handlebars->119->1845", "default.handlebars->119->230", "default.handlebars->119->235", - "default3.handlebars->117->1840", - "default3.handlebars->117->1842", - "default3.handlebars->117->242", - "default3.handlebars->117->247" + "default3.handlebars->117->1825", + "default3.handlebars->117->1827", + "default3.handlebars->117->227", + "default3.handlebars->117->232" ] }, { @@ -13083,7 +13083,7 @@ "xloc": [ "default-mobile.handlebars->53->76", "default.handlebars->119->231", - "default3.handlebars->117->243" + "default3.handlebars->117->228" ] }, { @@ -13114,7 +13114,7 @@ "xloc": [ "default-mobile.handlebars->53->81", "default.handlebars->119->236", - "default3.handlebars->117->248" + "default3.handlebars->117->233" ] }, { @@ -13204,8 +13204,8 @@ "xloc": [ "default.handlebars->119->2201", "default.handlebars->119->2719", - "default3.handlebars->117->2212", - "default3.handlebars->117->2731" + "default3.handlebars->117->2197", + "default3.handlebars->117->2716" ] }, { @@ -13272,7 +13272,7 @@ "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ "default.handlebars->119->2655", - "default3.handlebars->117->2667" + "default3.handlebars->117->2652" ] }, { @@ -13390,7 +13390,7 @@ "zh-cht": "自動移除非活動設備", "xloc": [ "default.handlebars->119->2353", - "default3.handlebars->117->2365" + "default3.handlebars->117->2350" ] }, { @@ -13420,7 +13420,7 @@ "zh-cht": "可用內存", "xloc": [ "default.handlebars->119->3383", - "default3.handlebars->117->3388" + "default3.handlebars->117->3373" ] }, { @@ -13451,7 +13451,7 @@ "xloc": [ "default-mobile.handlebars->53->138", "default.handlebars->119->1887", - "default3.handlebars->117->1883", + "default3.handlebars->117->1868", "login2.handlebars->17->24" ] }, @@ -13490,12 +13490,12 @@ "default.handlebars->119->954", "default.handlebars->119->958", "default.handlebars->119->962", - "default3.handlebars->117->447", - "default3.handlebars->117->449", - "default3.handlebars->117->451", - "default3.handlebars->117->965", - "default3.handlebars->117->969", - "default3.handlebars->117->973" + "default3.handlebars->117->432", + "default3.handlebars->117->434", + "default3.handlebars->117->436", + "default3.handlebars->117->950", + "default3.handlebars->117->954", + "default3.handlebars->117->958" ] }, { @@ -13526,7 +13526,7 @@ "xloc": [ "default-mobile.handlebars->53->855", "default.handlebars->119->1697", - "default3.handlebars->117->1695" + "default3.handlebars->117->1680" ] }, { @@ -13666,7 +13666,7 @@ "xloc": [ "default-mobile.handlebars->53->659", "default.handlebars->119->1429", - "default3.handlebars->117->1431", + "default3.handlebars->117->1416", "sharing-mobile.handlebars->53->17" ] }, @@ -13698,7 +13698,7 @@ "xloc": [ "agentinvite.handlebars->13->8", "default.handlebars->119->614", - "default3.handlebars->117->625" + "default3.handlebars->117->610" ] }, { @@ -13731,10 +13731,10 @@ "default.handlebars->119->2459", "default.handlebars->119->576", "default.handlebars->119->597", - "default3.handlebars->117->2464", - "default3.handlebars->117->2471", - "default3.handlebars->117->587", - "default3.handlebars->117->608" + "default3.handlebars->117->2449", + "default3.handlebars->117->2456", + "default3.handlebars->117->572", + "default3.handlebars->117->593" ] }, { @@ -13769,11 +13769,11 @@ "default.handlebars->119->577", "default.handlebars->119->598", "default.handlebars->119->615", - "default3.handlebars->117->2465", - "default3.handlebars->117->2473", - "default3.handlebars->117->588", - "default3.handlebars->117->609", - "default3.handlebars->117->626" + "default3.handlebars->117->2450", + "default3.handlebars->117->2458", + "default3.handlebars->117->573", + "default3.handlebars->117->594", + "default3.handlebars->117->611" ] }, { @@ -13835,8 +13835,8 @@ "xloc": [ "default.handlebars->119->3020", "default.handlebars->119->3259", - "default3.handlebars->117->3029", - "default3.handlebars->117->3262" + "default3.handlebars->117->3014", + "default3.handlebars->117->3249" ] }, { @@ -13867,7 +13867,7 @@ "xloc": [ "default-mobile.handlebars->53->66", "default.handlebars->119->219", - "default3.handlebars->117->231" + "default3.handlebars->117->216" ] }, { @@ -13897,7 +13897,7 @@ "zh-cht": "備份路徑不能在 meshcentral-data 文件夾中設置,備份設置被忽略。", "xloc": [ "default.handlebars->119->114", - "default3.handlebars->117->127" + "default3.handlebars->117->112" ] }, { @@ -13927,7 +13927,7 @@ "zh-cht": "錯誤的簽名", "xloc": [ "default.handlebars->119->3364", - "default3.handlebars->117->3369" + "default3.handlebars->117->3354" ] }, { @@ -13957,7 +13957,7 @@ "zh-cht": "錯誤的網絡憑證", "xloc": [ "default.handlebars->119->3363", - "default3.handlebars->117->3368" + "default3.handlebars->117->3353" ] }, { @@ -13988,7 +13988,7 @@ "xloc": [ "default-mobile.handlebars->53->139", "default.handlebars->119->1888", - "default3.handlebars->117->1884", + "default3.handlebars->117->1869", "login2.handlebars->17->25" ] }, @@ -14019,7 +14019,7 @@ "zh-cht": "批處理文件上傳", "xloc": [ "default.handlebars->119->795", - "default3.handlebars->117->806" + "default3.handlebars->117->791" ] }, { @@ -14094,7 +14094,7 @@ "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ "default.handlebars->119->2654", - "default3.handlebars->117->2666" + "default3.handlebars->117->2651" ] }, { @@ -14125,7 +14125,7 @@ "xloc": [ "default-mobile.handlebars->53->141", "default.handlebars->119->1890", - "default3.handlebars->117->1886", + "default3.handlebars->117->1871", "login2.handlebars->17->27" ] }, @@ -14157,7 +14157,7 @@ "xloc": [ "default-mobile.handlebars->53->142", "default.handlebars->119->1891", - "default3.handlebars->117->1887", + "default3.handlebars->117->1872", "login2.handlebars->17->28" ] }, @@ -14227,7 +14227,7 @@ "xloc": [ "default-mobile.handlebars->53->911", "default.handlebars->119->1753", - "default3.handlebars->117->1751" + "default3.handlebars->117->1736" ] }, { @@ -14239,7 +14239,7 @@ "xloc": [ "default-mobile.handlebars->53->932", "default.handlebars->119->1774", - "default3.handlebars->117->1772" + "default3.handlebars->117->1757" ] }, { @@ -14270,7 +14270,7 @@ "xloc": [ "default-mobile.handlebars->53->810", "default.handlebars->119->1642", - "default3.handlebars->117->1642" + "default3.handlebars->117->1627" ] }, { @@ -14301,7 +14301,7 @@ "xloc": [ "default-mobile.handlebars->53->143", "default.handlebars->119->1892", - "default3.handlebars->117->1888", + "default3.handlebars->117->1873", "login2.handlebars->17->29" ] }, @@ -14333,7 +14333,7 @@ "xloc": [ "default-mobile.handlebars->53->144", "default.handlebars->119->1893", - "default3.handlebars->117->1889", + "default3.handlebars->117->1874", "login2.handlebars->17->30" ] }, @@ -14365,7 +14365,7 @@ "xloc": [ "default.handlebars->119->2914", "default.handlebars->container->column_l->p4->3->1->0->3->1", - "default3.handlebars->117->2923", + "default3.handlebars->117->2908", "default3.handlebars->container->column_l->p4->3->1->0->1->3" ] }, @@ -14396,7 +14396,7 @@ "zh-cht": "廣播消息", "xloc": [ "default.handlebars->119->2830", - "default3.handlebars->117->2841" + "default3.handlebars->117->2826" ] }, { @@ -14426,7 +14426,7 @@ "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ "default.handlebars->119->2825", - "default3.handlebars->117->2836" + "default3.handlebars->117->2821" ] }, { @@ -14456,7 +14456,7 @@ "zh-cht": "瀏覽器", "xloc": [ "default.handlebars->119->3230", - "default3.handlebars->117->3233" + "default3.handlebars->117->3220" ] }, { @@ -14517,7 +14517,7 @@ "xloc": [ "default-mobile.handlebars->53->103", "default.handlebars->119->66", - "default3.handlebars->117->79" + "default3.handlebars->117->64" ] }, { @@ -14548,7 +14548,7 @@ "xloc": [ "default-mobile.handlebars->53->140", "default.handlebars->119->1889", - "default3.handlebars->117->1885", + "default3.handlebars->117->1870", "login2.handlebars->17->26" ] }, @@ -14580,7 +14580,7 @@ "xloc": [ "default-mobile.handlebars->53->145", "default.handlebars->119->1894", - "default3.handlebars->117->1890", + "default3.handlebars->117->1875", "login2.handlebars->17->31" ] }, @@ -14611,7 +14611,7 @@ "zh-cht": "默認情況下,非活動設備將在 1 天后移除。", "xloc": [ "default.handlebars->119->2355", - "default3.handlebars->117->2367" + "default3.handlebars->117->2352" ] }, { @@ -14641,7 +14641,7 @@ "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。", "xloc": [ "default.handlebars->119->2356", - "default3.handlebars->117->2368" + "default3.handlebars->117->2353" ] }, { @@ -14684,7 +14684,7 @@ "zh-cht": "字節輸入", "xloc": [ "default.handlebars->119->3226", - "default3.handlebars->117->3229" + "default3.handlebars->117->3216" ] }, { @@ -14714,7 +14714,7 @@ "zh-cht": "字節輸出", "xloc": [ "default.handlebars->119->3227", - "default3.handlebars->117->3230" + "default3.handlebars->117->3217" ] }, { @@ -14793,8 +14793,8 @@ "default-mobile.handlebars->53->522", "default.handlebars->119->446", "default.handlebars->119->930", - "default3.handlebars->117->457", - "default3.handlebars->117->941" + "default3.handlebars->117->442", + "default3.handlebars->117->926" ] }, { @@ -14824,7 +14824,7 @@ "zh-cht": "CCM模式", "xloc": [ "default.handlebars->119->2306", - "default3.handlebars->117->2315" + "default3.handlebars->117->2300" ] }, { @@ -14838,9 +14838,9 @@ "default.handlebars->119->1746", "default.handlebars->119->1758", "default.handlebars->119->1765", - "default3.handlebars->117->1744", - "default3.handlebars->117->1756", - "default3.handlebars->117->1763" + "default3.handlebars->117->1729", + "default3.handlebars->117->1741", + "default3.handlebars->117->1748" ] }, { @@ -14873,9 +14873,9 @@ "default.handlebars->119->3390", "default.handlebars->119->424", "default.handlebars->119->731", - "default3.handlebars->117->3395", - "default3.handlebars->117->435", - "default3.handlebars->117->742" + "default3.handlebars->117->3380", + "default3.handlebars->117->420", + "default3.handlebars->117->727" ] }, { @@ -14905,7 +14905,7 @@ "zh-cht": "CIRA伺服器", "xloc": [ "default.handlebars->119->3439", - "default3.handlebars->117->3444" + "default3.handlebars->117->3429" ] }, { @@ -14935,7 +14935,7 @@ "zh-cht": "CIRA伺服器指令", "xloc": [ "default.handlebars->119->3440", - "default3.handlebars->117->3445" + "default3.handlebars->117->3430" ] }, { @@ -14965,7 +14965,7 @@ "zh-cht": "當服務器處於僅 LAN 或僅 WAN 模式時,CIRA 本地 FQDN 將被忽略。", "xloc": [ "default.handlebars->119->100", - "default3.handlebars->117->113" + "default3.handlebars->117->98" ] }, { @@ -14995,7 +14995,7 @@ "zh-cht": "CIRA設置", "xloc": [ "default.handlebars->119->2314", - "default3.handlebars->117->2322" + "default3.handlebars->117->2307" ] }, { @@ -15029,9 +15029,9 @@ "default.handlebars->119->1703", "default.handlebars->119->3415", "default.handlebars->container->column_l->p40->3->1->p40type->5", - "default3.handlebars->117->1616", - "default3.handlebars->117->1701", - "default3.handlebars->117->3420", + "default3.handlebars->117->1601", + "default3.handlebars->117->1686", + "default3.handlebars->117->3405", "default3.handlebars->container->column_l->p40->3->3->p40type->5" ] }, @@ -15062,7 +15062,7 @@ "zh-cht": "CPU負載", "xloc": [ "default.handlebars->119->3379", - "default3.handlebars->117->3384" + "default3.handlebars->117->3369" ] }, { @@ -15092,7 +15092,7 @@ "zh-cht": "最近15分鐘的CPU負載", "xloc": [ "default.handlebars->119->3382", - "default3.handlebars->117->3387" + "default3.handlebars->117->3372" ] }, { @@ -15122,7 +15122,7 @@ "zh-cht": "最近5分鐘的CPU負載", "xloc": [ "default.handlebars->119->3381", - "default3.handlebars->117->3386" + "default3.handlebars->117->3371" ] }, { @@ -15152,7 +15152,7 @@ "zh-cht": "最近一分鐘的CPU負載", "xloc": [ "default.handlebars->119->3380", - "default3.handlebars->117->3385" + "default3.handlebars->117->3370" ] }, { @@ -15184,8 +15184,8 @@ "default.handlebars->119->1510", "default.handlebars->119->1541", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", - "default3.handlebars->117->1510", - "default3.handlebars->117->1541", + "default3.handlebars->117->1495", + "default3.handlebars->117->1526", "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons", "sharing.handlebars->47->25", "sharing.handlebars->47->39", @@ -15219,7 +15219,7 @@ "zh-cht": "CSV", "xloc": [ "default.handlebars->119->2736", - "default3.handlebars->117->2748" + "default3.handlebars->117->2733" ] }, { @@ -15251,9 +15251,9 @@ "default.handlebars->119->2740", "default.handlebars->119->2817", "default.handlebars->119->804", - "default3.handlebars->117->2752", - "default3.handlebars->117->2828", - "default3.handlebars->117->815" + "default3.handlebars->117->2737", + "default3.handlebars->117->2813", + "default3.handlebars->117->800" ] }, { @@ -15263,7 +15263,7 @@ "uk": "Формат файлу CSV нижче:", "xloc": [ "default.handlebars->119->2803", - "default3.handlebars->117->2814" + "default3.handlebars->117->2799" ] }, { @@ -15319,7 +15319,7 @@ "zh-cht": "呼叫錯誤", "xloc": [ "default.handlebars->119->3456", - "default3.handlebars->117->3461" + "default3.handlebars->117->3446" ] }, { @@ -15334,8 +15334,8 @@ "xloc": [ "default.handlebars->119->1812", "default.handlebars->119->3055", - "default3.handlebars->117->1809", - "default3.handlebars->117->3064" + "default3.handlebars->117->1794", + "default3.handlebars->117->3049" ] }, { @@ -15365,7 +15365,7 @@ "zh-cht": "不能有超過 4 個 CIRA 本地 FQDN。忽略價值。", "xloc": [ "default.handlebars->119->101", - "default3.handlebars->117->114" + "default3.handlebars->117->99" ] }, { @@ -15401,7 +15401,7 @@ "default.handlebars->119->3445", "default.handlebars->119->549", "default.handlebars->container->dialog->idx_dlgButtonBar", - "default3.handlebars->117->560", + "default3.handlebars->117->545", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->5->idx_dlgCancelButton", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -15537,14 +15537,14 @@ "default.handlebars->119->1743", "default.handlebars->119->1755", "default.handlebars->119->1762", - "default3.handlebars->117->1719", - "default3.handlebars->117->1725", - "default3.handlebars->117->1731", - "default3.handlebars->117->1736", + "default3.handlebars->117->1704", + "default3.handlebars->117->1710", + "default3.handlebars->117->1716", + "default3.handlebars->117->1721", + "default3.handlebars->117->1723", + "default3.handlebars->117->1726", "default3.handlebars->117->1738", - "default3.handlebars->117->1741", - "default3.handlebars->117->1753", - "default3.handlebars->117->1760" + "default3.handlebars->117->1745" ] }, { @@ -15579,9 +15579,9 @@ "default.handlebars->119->1719", "default.handlebars->119->1725", "default.handlebars->119->1731", - "default3.handlebars->117->1717", - "default3.handlebars->117->1723", - "default3.handlebars->117->1729" + "default3.handlebars->117->1702", + "default3.handlebars->117->1708", + "default3.handlebars->117->1714" ] }, { @@ -15596,9 +15596,9 @@ "default.handlebars->119->1744", "default.handlebars->119->1756", "default.handlebars->119->1763", - "default3.handlebars->117->1742", - "default3.handlebars->117->1754", - "default3.handlebars->117->1761" + "default3.handlebars->117->1727", + "default3.handlebars->117->1739", + "default3.handlebars->117->1746" ] }, { @@ -15629,7 +15629,7 @@ "xloc": [ "default-mobile.handlebars->53->146", "default.handlebars->119->1895", - "default3.handlebars->117->1891", + "default3.handlebars->117->1876", "login2.handlebars->17->32" ] }, @@ -15660,7 +15660,7 @@ "zh-cht": "在這裡為中心顯示地圖", "xloc": [ "default.handlebars->119->883", - "default3.handlebars->117->894" + "default3.handlebars->117->879" ] }, { @@ -15718,15 +15718,15 @@ "default-mobile.handlebars->53->63", "default.handlebars->119->124", "default.handlebars->119->125", - "default3.handlebars->117->137", - "default3.handlebars->117->138" + "default3.handlebars->117->122", + "default3.handlebars->117->123" ] }, { "en": "Cerulean", "nl": "Hemelsblauw", "xloc": [ - "default3.handlebars->117->2105" + "default3.handlebars->117->2090" ] }, { @@ -15757,7 +15757,7 @@ "xloc": [ "default-mobile.handlebars->53->147", "default.handlebars->119->1896", - "default3.handlebars->117->1892", + "default3.handlebars->117->1877", "login2.handlebars->17->33" ] }, @@ -15819,7 +15819,7 @@ "zh-cht": "更改{0}的電郵", "xloc": [ "default.handlebars->119->3097", - "default3.handlebars->117->3104" + "default3.handlebars->117->3089" ] }, { @@ -15851,9 +15851,9 @@ "default.handlebars->119->1047", "default.handlebars->119->1336", "default.handlebars->119->1337", - "default3.handlebars->117->1058", - "default3.handlebars->117->1341", - "default3.handlebars->117->1342" + "default3.handlebars->117->1043", + "default3.handlebars->117->1326", + "default3.handlebars->117->1327" ] }, { @@ -15900,8 +15900,8 @@ "default-mobile.handlebars->53->339", "default.handlebars->119->2112", "default.handlebars->119->3041", - "default3.handlebars->117->2103", - "default3.handlebars->117->3050" + "default3.handlebars->117->2088", + "default3.handlebars->117->3035" ] }, { @@ -15931,7 +15931,7 @@ "zh-cht": "更改{0}的密碼", "xloc": [ "default.handlebars->119->3106", - "default3.handlebars->117->3109" + "default3.handlebars->117->3094" ] }, { @@ -15961,7 +15961,7 @@ "zh-cht": "更改{0}的真實名稱", "xloc": [ "default.handlebars->119->3092", - "default3.handlebars->117->3100" + "default3.handlebars->117->3085" ] }, { @@ -16139,7 +16139,7 @@ "zh-cht": "更改該用戶的密碼", "xloc": [ "default.handlebars->119->3040", - "default3.handlebars->117->3049" + "default3.handlebars->117->3034" ] }, { @@ -16199,7 +16199,7 @@ "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ "default.handlebars->119->2099", - "default3.handlebars->117->2096" + "default3.handlebars->117->2081" ] }, { @@ -16229,7 +16229,7 @@ "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ "default.handlebars->119->2105", - "default3.handlebars->117->2100" + "default3.handlebars->117->2085" ] }, { @@ -16259,7 +16259,7 @@ "zh-cht": "帳戶憑證已更改", "xloc": [ "default.handlebars->119->2626", - "default3.handlebars->117->2638" + "default3.handlebars->117->2623" ] }, { @@ -16289,7 +16289,7 @@ "zh-cht": "將帳戶顯示名稱更改為 {0}。", "xloc": [ "default.handlebars->119->2678", - "default3.handlebars->117->2690" + "default3.handlebars->117->2675" ] }, { @@ -16320,8 +16320,8 @@ "xloc": [ "default.handlebars->119->2610", "default.handlebars->119->2691", - "default3.handlebars->117->2622", - "default3.handlebars->117->2703" + "default3.handlebars->117->2607", + "default3.handlebars->117->2688" ] }, { @@ -16351,7 +16351,7 @@ "zh-cht": "語言從{1}更改為{2}", "xloc": [ "default.handlebars->119->2554", - "default3.handlebars->117->2566" + "default3.handlebars->117->2551" ] }, { @@ -16382,8 +16382,8 @@ "xloc": [ "default.handlebars->119->2612", "default.handlebars->119->2633", - "default3.handlebars->117->2624", - "default3.handlebars->117->2645" + "default3.handlebars->117->2609", + "default3.handlebars->117->2630" ] }, { @@ -16440,7 +16440,7 @@ "xloc": [ "default-mobile.handlebars->53->314", "default.handlebars->119->2063", - "default3.handlebars->117->2059" + "default3.handlebars->117->2044" ] }, { @@ -16475,12 +16475,12 @@ "default.handlebars->119->2757", "default.handlebars->119->3036", "default.handlebars->119->3037", - "default3.handlebars->117->1047", - "default3.handlebars->117->1164", - "default3.handlebars->117->1189", - "default3.handlebars->117->2769", - "default3.handlebars->117->3045", - "default3.handlebars->117->3046" + "default3.handlebars->117->1032", + "default3.handlebars->117->1149", + "default3.handlebars->117->1174", + "default3.handlebars->117->2754", + "default3.handlebars->117->3030", + "default3.handlebars->117->3031" ] }, { @@ -16513,8 +16513,8 @@ "default-mobile.handlebars->53->1026", "default.handlebars->119->2387", "default.handlebars->119->2425", - "default3.handlebars->117->2399", - "default3.handlebars->117->2437" + "default3.handlebars->117->2384", + "default3.handlebars->117->2422" ] }, { @@ -16545,7 +16545,7 @@ "xloc": [ "default-mobile.handlebars->53->1058", "default.handlebars->119->3328", - "default3.handlebars->117->3333" + "default3.handlebars->117->3318" ] }, { @@ -16605,7 +16605,7 @@ "xloc": [ "default-mobile.handlebars->53->148", "default.handlebars->119->1897", - "default3.handlebars->117->1893", + "default3.handlebars->117->1878", "login2.handlebars->17->34" ] }, @@ -16636,7 +16636,7 @@ "zh-cht": "檢查並單擊確定以清除錯誤日誌。", "xloc": [ "default.handlebars->119->213", - "default3.handlebars->117->226" + "default3.handlebars->117->211" ] }, { @@ -16666,7 +16666,7 @@ "zh-cht": "檢查並單擊確定以開始伺服器自我更新。", "xloc": [ "default.handlebars->119->208", - "default3.handlebars->117->221" + "default3.handlebars->117->206" ] }, { @@ -16711,7 +16711,7 @@ "uk": "Для перевірки програми обміну повідомленнями, введіть код підтвердження після отримання.", "xloc": [ "default.handlebars->119->268", - "default3.handlebars->117->278" + "default3.handlebars->117->263" ] }, { @@ -16741,7 +16741,7 @@ "zh-cht": "檢查你的電話並輸入驗證碼。", "xloc": [ "default.handlebars->119->265", - "default3.handlebars->117->275" + "default3.handlebars->117->260" ] }, { @@ -16772,8 +16772,8 @@ "xloc": [ "default.handlebars->119->1863", "default.handlebars->119->3450", - "default3.handlebars->117->1859", - "default3.handlebars->117->3455" + "default3.handlebars->117->1844", + "default3.handlebars->117->3440" ] }, { @@ -16804,7 +16804,7 @@ "xloc": [ "default-mobile.handlebars->53->149", "default.handlebars->119->1898", - "default3.handlebars->117->1894", + "default3.handlebars->117->1879", "login2.handlebars->17->35" ] }, @@ -16836,7 +16836,7 @@ "xloc": [ "default-mobile.handlebars->53->150", "default.handlebars->119->1899", - "default3.handlebars->117->1895", + "default3.handlebars->117->1880", "login2.handlebars->17->36" ] }, @@ -16868,7 +16868,7 @@ "xloc": [ "default-mobile.handlebars->53->151", "default.handlebars->119->1900", - "default3.handlebars->117->1896", + "default3.handlebars->117->1881", "login2.handlebars->17->37" ] }, @@ -16900,7 +16900,7 @@ "xloc": [ "default-mobile.handlebars->53->311", "default.handlebars->119->2060", - "default3.handlebars->117->2056", + "default3.handlebars->117->2041", "login2.handlebars->17->197" ] }, @@ -16932,7 +16932,7 @@ "xloc": [ "default-mobile.handlebars->53->152", "default.handlebars->119->1901", - "default3.handlebars->117->1897", + "default3.handlebars->117->1882", "login2.handlebars->17->38" ] }, @@ -16964,7 +16964,7 @@ "xloc": [ "default-mobile.handlebars->53->153", "default.handlebars->119->1902", - "default3.handlebars->117->1898", + "default3.handlebars->117->1883", "login2.handlebars->17->39" ] }, @@ -16996,7 +16996,7 @@ "xloc": [ "default-mobile.handlebars->53->312", "default.handlebars->119->2061", - "default3.handlebars->117->2057", + "default3.handlebars->117->2042", "login2.handlebars->17->198" ] }, @@ -17059,7 +17059,7 @@ "xloc": [ "default-mobile.handlebars->53->154", "default.handlebars->119->1903", - "default3.handlebars->117->1899", + "default3.handlebars->117->1884", "login2.handlebars->17->40" ] }, @@ -17067,7 +17067,7 @@ "en": "Classic", "xloc": [ "default.handlebars->119->70", - "default3.handlebars->117->83" + "default3.handlebars->117->68" ] }, { @@ -17136,11 +17136,11 @@ "default.handlebars->119->2548", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", - "default3.handlebars->117->1589", - "default3.handlebars->117->1591", - "default3.handlebars->117->1593", - "default3.handlebars->117->1595", - "default3.handlebars->117->2560", + "default3.handlebars->117->1574", + "default3.handlebars->117->1576", + "default3.handlebars->117->1578", + "default3.handlebars->117->1580", + "default3.handlebars->117->2545", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default3.handlebars->container->column_l->p41->3->3", "messenger.handlebars->xbottom->1->1->0->5", @@ -17241,7 +17241,7 @@ "zh-cht": "清除保安編碼", "xloc": [ "default.handlebars->119->244", - "default3.handlebars->117->255" + "default3.handlebars->117->240" ] }, { @@ -17272,8 +17272,8 @@ "xloc": [ "default.handlebars->119->757", "default.handlebars->119->799", - "default3.handlebars->117->768", - "default3.handlebars->117->810" + "default3.handlebars->117->753", + "default3.handlebars->117->795" ] }, { @@ -17303,7 +17303,7 @@ "zh-cht": "清除所選設備上的代理核心?", "xloc": [ "default.handlebars->119->798", - "default3.handlebars->117->809" + "default3.handlebars->117->794" ] }, { @@ -17334,7 +17334,7 @@ "xloc": [ "default-mobile.handlebars->53->1041", "default.handlebars->119->3311", - "default3.handlebars->117->3316" + "default3.handlebars->117->3301" ] }, { @@ -17365,7 +17365,7 @@ "xloc": [ "default-mobile.handlebars->53->419", "default.handlebars->119->377", - "default3.handlebars->117->388" + "default3.handlebars->117->373" ] }, { @@ -17396,7 +17396,7 @@ "xloc": [ "default-mobile.handlebars->53->942", "default.handlebars->119->1785", - "default3.handlebars->117->1783" + "default3.handlebars->117->1768" ] }, { @@ -17427,7 +17427,7 @@ "xloc": [ "default-mobile.handlebars->53->79", "default.handlebars->119->234", - "default3.handlebars->117->246" + "default3.handlebars->117->231" ] }, { @@ -17458,7 +17458,7 @@ "xloc": [ "default-mobile.handlebars->53->1040", "default.handlebars->119->3310", - "default3.handlebars->117->3315" + "default3.handlebars->117->3300" ] }, { @@ -17576,8 +17576,8 @@ "xloc": [ "default.handlebars->119->2182", "default.handlebars->119->2486", - "default3.handlebars->117->2193", - "default3.handlebars->117->2498" + "default3.handlebars->117->2178", + "default3.handlebars->117->2483" ] }, { @@ -17607,7 +17607,7 @@ "zh-cht": "單擊此處編輯伺服器端裝置名稱", "xloc": [ "default.handlebars->119->899", - "default3.handlebars->117->910" + "default3.handlebars->117->895" ] }, { @@ -17637,7 +17637,7 @@ "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ "default.handlebars->119->2887", - "default3.handlebars->117->2896" + "default3.handlebars->117->2881" ] }, { @@ -17783,7 +17783,7 @@ "xloc": [ "default-mobile.handlebars->53->324", "default.handlebars->119->2096", - "default3.handlebars->117->2093" + "default3.handlebars->117->2078" ] }, { @@ -17869,7 +17869,7 @@ "xloc": [ "default-mobile.handlebars->container->masthead", "default.handlebars->container->masthead->7", - "default3.handlebars->container->masthead->7" + "default3.handlebars->container->masthead->3" ] }, { @@ -17900,7 +17900,7 @@ "xloc": [ "default-mobile.handlebars->53->839", "default.handlebars->119->1681", - "default3.handlebars->117->1679" + "default3.handlebars->117->1664" ] }, { @@ -17930,7 +17930,7 @@ "zh-cht": "客戶編號", "xloc": [ "default.handlebars->119->2159", - "default3.handlebars->117->2174" + "default3.handlebars->117->2159" ] }, { @@ -17960,7 +17960,7 @@ "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ "default.handlebars->119->2313", - "default3.handlebars->117->2323" + "default3.handlebars->117->2308" ] }, { @@ -17990,7 +17990,7 @@ "zh-cht": "客戶機密", "xloc": [ "default.handlebars->119->2160", - "default3.handlebars->117->2175" + "default3.handlebars->117->2160" ] }, { @@ -18057,9 +18057,9 @@ "default.handlebars->119->242", "default.handlebars->119->251", "default.handlebars->119->3444", - "default3.handlebars->117->1495", - "default3.handlebars->117->1564", - "default3.handlebars->117->362", + "default3.handlebars->117->1480", + "default3.handlebars->117->1549", + "default3.handlebars->117->347", "sharing.handlebars->47->52" ] }, @@ -18090,7 +18090,7 @@ "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒", "xloc": [ "default.handlebars->119->2698", - "default3.handlebars->117->2710" + "default3.handlebars->117->2695" ] }, { @@ -18120,7 +18120,7 @@ "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ "default.handlebars->119->2559", - "default3.handlebars->117->2571" + "default3.handlebars->117->2556" ] }, { @@ -18150,7 +18150,7 @@ "zh-cht": "碼", "xloc": [ "default.handlebars->119->334", - "default3.handlebars->117->344" + "default3.handlebars->117->329" ] }, { @@ -18273,7 +18273,7 @@ "xloc": [ "agentinvite.handlebars->13->17", "default.handlebars->119->695", - "default3.handlebars->117->706" + "default3.handlebars->117->691" ] }, { @@ -18303,7 +18303,7 @@ "zh-cht": "命令行", "xloc": [ "default.handlebars->119->134", - "default3.handlebars->117->147" + "default3.handlebars->117->132" ] }, { @@ -18336,9 +18336,9 @@ "default.handlebars->119->1157", "default.handlebars->119->1182", "default.handlebars->119->2427", - "default3.handlebars->117->1166", - "default3.handlebars->117->1191", - "default3.handlebars->117->2439" + "default3.handlebars->117->1151", + "default3.handlebars->117->1176", + "default3.handlebars->117->2424" ] }, { @@ -18356,7 +18356,7 @@ "xloc": [ "default-mobile.handlebars->53->626", "default.handlebars->119->824", - "default3.handlebars->117->835" + "default3.handlebars->117->820" ] }, { @@ -18374,7 +18374,7 @@ "xloc": [ "default-mobile.handlebars->53->627", "default.handlebars->119->825", - "default3.handlebars->117->836" + "default3.handlebars->117->821" ] }, { @@ -18392,7 +18392,7 @@ "xloc": [ "default-mobile.handlebars->53->625", "default.handlebars->119->823", - "default3.handlebars->117->834" + "default3.handlebars->117->819" ] }, { @@ -18423,8 +18423,8 @@ "xloc": [ "default.handlebars->119->2922", "default.handlebars->119->3111", - "default3.handlebars->117->2931", - "default3.handlebars->117->3114" + "default3.handlebars->117->2916", + "default3.handlebars->117->3099" ] }, { @@ -18455,8 +18455,8 @@ "xloc": [ "default.handlebars->119->2928", "default.handlebars->119->3123", - "default3.handlebars->117->2937", - "default3.handlebars->117->3126" + "default3.handlebars->117->2922", + "default3.handlebars->117->3111" ] }, { @@ -18487,7 +18487,7 @@ "xloc": [ "default-mobile.handlebars->53->806", "default.handlebars->119->1638", - "default3.handlebars->117->1638" + "default3.handlebars->117->1623" ] }, { @@ -18543,7 +18543,7 @@ "zh-cht": "壓縮檔案...", "xloc": [ "default.handlebars->119->1552", - "default3.handlebars->117->1552", + "default3.handlebars->117->1537", "sharing.handlebars->47->47" ] }, @@ -18586,7 +18586,7 @@ "uk": "Записи файлу конфігурації", "xloc": [ "default.handlebars->119->3277", - "default3.handlebars->117->3280" + "default3.handlebars->117->3267" ] }, { @@ -18625,14 +18625,14 @@ "default.handlebars->119->2944", "default.handlebars->119->3109", "default.handlebars->119->768", - "default3.handlebars->117->1336", - "default3.handlebars->117->1344", - "default3.handlebars->117->2333", - "default3.handlebars->117->2799", - "default3.handlebars->117->2886", - "default3.handlebars->117->2953", - "default3.handlebars->117->3112", - "default3.handlebars->117->779" + "default3.handlebars->117->1321", + "default3.handlebars->117->1329", + "default3.handlebars->117->2318", + "default3.handlebars->117->2784", + "default3.handlebars->117->2871", + "default3.handlebars->117->2938", + "default3.handlebars->117->3097", + "default3.handlebars->117->764" ] }, { @@ -18665,7 +18665,7 @@ "en": "Confirm Password", "nl": "Bevestig wachtwoord", "xloc": [ - "default3.handlebars->117->2847" + "default3.handlebars->117->2832" ] }, { @@ -18696,7 +18696,7 @@ "xloc": [ "default-mobile.handlebars->53->737", "default.handlebars->119->1584", - "default3.handlebars->117->1584", + "default3.handlebars->117->1569", "sharing-mobile.handlebars->53->93", "sharing.handlebars->47->70" ] @@ -18728,7 +18728,7 @@ "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ "default.handlebars->119->1583", - "default3.handlebars->117->1583", + "default3.handlebars->117->1568", "sharing.handlebars->47->69" ] }, @@ -18789,7 +18789,7 @@ "zh-cht": "確認刪除所選帳戶?", "xloc": [ "default.handlebars->119->2786", - "default3.handlebars->117->2798" + "default3.handlebars->117->2783" ] }, { @@ -18845,7 +18845,7 @@ "zh-cht": "確認刪除所選用戶群?", "xloc": [ "default.handlebars->119->2876", - "default3.handlebars->117->2885" + "default3.handlebars->117->2870" ] }, { @@ -18875,7 +18875,7 @@ "zh-cht": "確認刪除用戶{0}?", "xloc": [ "default.handlebars->119->3108", - "default3.handlebars->117->3111" + "default3.handlebars->117->3096" ] }, { @@ -18883,7 +18883,7 @@ "nl": "Bevestig het uitschakelen van 2FA Duo inlogbeveiliging.", "xloc": [ "default.handlebars->119->1842", - "default3.handlebars->117->1839" + "default3.handlebars->117->1824" ] }, { @@ -18891,7 +18891,7 @@ "nl": "Bevestig het inschakelen van Duo 2FA inlogbeveiliging. Eenmaal ingeschakeld, krijgt u de mogelijkheid om Duo te gebruiken bij het inloggen voor extra veiligheid. Klik op OK om de stappen te doorlopen om Duo in te schakelen.", "xloc": [ "default.handlebars->119->1840", - "default3.handlebars->117->1837" + "default3.handlebars->117->1822" ] }, { @@ -18921,7 +18921,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ "default.handlebars->119->2947", - "default3.handlebars->117->2956" + "default3.handlebars->117->2941" ] }, { @@ -18951,7 +18951,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ "default.handlebars->119->3140", - "default3.handlebars->117->3143" + "default3.handlebars->117->3128" ] }, { @@ -18982,7 +18982,7 @@ "xloc": [ "default-mobile.handlebars->53->739", "default.handlebars->119->1586", - "default3.handlebars->117->1586", + "default3.handlebars->117->1571", "sharing-mobile.handlebars->53->95", "sharing.handlebars->47->72" ] @@ -19014,7 +19014,7 @@ "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ "default.handlebars->119->1585", - "default3.handlebars->117->1585", + "default3.handlebars->117->1570", "sharing.handlebars->47->71" ] }, @@ -19075,7 +19075,7 @@ "zh-cht": "確認覆蓋?", "xloc": [ "default.handlebars->119->2540", - "default3.handlebars->117->2552" + "default3.handlebars->117->2537" ] }, { @@ -19106,8 +19106,8 @@ "xloc": [ "default.handlebars->119->2937", "default.handlebars->119->3131", - "default3.handlebars->117->2946", - "default3.handlebars->117->3134" + "default3.handlebars->117->2931", + "default3.handlebars->117->3119" ] }, { @@ -19138,8 +19138,8 @@ "xloc": [ "default.handlebars->119->2939", "default.handlebars->119->3144", - "default3.handlebars->117->2948", - "default3.handlebars->117->3147" + "default3.handlebars->117->2933", + "default3.handlebars->117->3132" ] }, { @@ -19169,7 +19169,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ "default.handlebars->119->3133", - "default3.handlebars->117->3136" + "default3.handlebars->117->3121" ] }, { @@ -19199,7 +19199,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ "default.handlebars->119->3136", - "default3.handlebars->117->3139" + "default3.handlebars->117->3124" ] }, { @@ -19230,8 +19230,8 @@ "xloc": [ "default.handlebars->119->3134", "default.handlebars->119->3137", - "default3.handlebars->117->3137", - "default3.handlebars->117->3140" + "default3.handlebars->117->3122", + "default3.handlebars->117->3125" ] }, { @@ -19262,7 +19262,7 @@ "xloc": [ "default-mobile.handlebars->53->323", "default.handlebars->119->1846", - "default3.handlebars->117->1843" + "default3.handlebars->117->1828" ] }, { @@ -19318,7 +19318,7 @@ "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ "default.handlebars->119->3129", - "default3.handlebars->117->3132" + "default3.handlebars->117->3117" ] }, { @@ -19400,7 +19400,7 @@ "zh-cht": "確認移除推送認證設備?", "xloc": [ "default.handlebars->119->1848", - "default3.handlebars->117->1845" + "default3.handlebars->117->1830" ] }, { @@ -19430,7 +19430,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ "default.handlebars->119->2439", - "default3.handlebars->117->2451" + "default3.handlebars->117->2436" ] }, { @@ -19460,7 +19460,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ "default.handlebars->119->2441", - "default3.handlebars->117->2453" + "default3.handlebars->117->2438" ] }, { @@ -19490,7 +19490,7 @@ "zh-cht": "確認刪除所選設備?", "xloc": [ "default.handlebars->119->762", - "default3.handlebars->117->773" + "default3.handlebars->117->758" ] }, { @@ -19520,7 +19520,7 @@ "zh-cht": "確認刪除此登錄令牌?", "xloc": [ "default.handlebars->119->2152", - "default3.handlebars->117->2167" + "default3.handlebars->117->2152" ] }, { @@ -19605,7 +19605,7 @@ "zh-cht": "確認刪除 {0} 個選定的設備?", "xloc": [ "default.handlebars->119->763", - "default3.handlebars->117->774" + "default3.handlebars->117->759" ] }, { @@ -19636,7 +19636,7 @@ "xloc": [ "default-mobile.handlebars->53->384", "default.handlebars->119->2543", - "default3.handlebars->117->2555" + "default3.handlebars->117->2540" ] }, { @@ -19674,8 +19674,8 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", - "default3.handlebars->117->1004", - "default3.handlebars->117->2233", + "default3.handlebars->117->2218", + "default3.handlebars->117->989", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->connectbutton1", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->connectbutton2", "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->p13Connect", @@ -19720,7 +19720,7 @@ "xloc": [ "default.handlebars->119->489", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar", - "default3.handlebars->117->500", + "default3.handlebars->117->485", "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar" ] }, @@ -19777,7 +19777,7 @@ "zh-cht": "連接到伺服器", "xloc": [ "default.handlebars->119->2317", - "default3.handlebars->117->2326" + "default3.handlebars->117->2311" ] }, { @@ -20018,7 +20018,7 @@ "default.handlebars->119->11", "default.handlebars->119->449", "default3.handlebars->117->11", - "default3.handlebars->117->460", + "default3.handlebars->117->445", "sharing-mobile.handlebars->53->4", "sharing.handlebars->47->4", "ssh.handlebars->19->4", @@ -20052,7 +20052,7 @@ "zh-cht": "已連接的Intel® AMT", "xloc": [ "default.handlebars->119->3369", - "default3.handlebars->117->3374" + "default3.handlebars->117->3359" ] }, { @@ -20082,7 +20082,7 @@ "zh-cht": "已連接的Intel® AMT CIRA", "xloc": [ "default.handlebars->119->3370", - "default3.handlebars->117->3375" + "default3.handlebars->117->3360" ] }, { @@ -20112,7 +20112,7 @@ "zh-cht": "已连接的用户", "xloc": [ "default.handlebars->119->3375", - "default3.handlebars->117->3380" + "default3.handlebars->117->3365" ] }, { @@ -20173,7 +20173,7 @@ "xloc": [ "default-mobile.handlebars->53->801", "default.handlebars->119->1633", - "default3.handlebars->117->1633" + "default3.handlebars->117->1618" ] }, { @@ -20320,10 +20320,10 @@ "default.handlebars->119->411", "default.handlebars->119->492", "default.handlebars->119->9", - "default3.handlebars->117->1612", - "default3.handlebars->117->419", - "default3.handlebars->117->422", - "default3.handlebars->117->503", + "default3.handlebars->117->1597", + "default3.handlebars->117->404", + "default3.handlebars->117->407", + "default3.handlebars->117->488", "default3.handlebars->117->9", "sharing-mobile.handlebars->53->111", "sharing-mobile.handlebars->53->2", @@ -20386,7 +20386,7 @@ "zh-cht": "連接數量", "xloc": [ "default.handlebars->119->3401", - "default3.handlebars->117->3406" + "default3.handlebars->117->3391" ] }, { @@ -20424,8 +20424,8 @@ "default-mobile.handlebars->53->718", "default.handlebars->119->1531", "default.handlebars->119->1548", - "default3.handlebars->117->1531", - "default3.handlebars->117->1548", + "default3.handlebars->117->1516", + "default3.handlebars->117->1533", "login2.handlebars->17->232", "sharing-mobile.handlebars->53->75" ] @@ -20457,7 +20457,7 @@ "zh-cht": "連接轉發器", "xloc": [ "default.handlebars->119->3438", - "default3.handlebars->117->3443" + "default3.handlebars->117->3428" ] }, { @@ -20550,9 +20550,9 @@ "default.handlebars->119->2493", "default.handlebars->119->396", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1", - "default3.handlebars->117->1021", - "default3.handlebars->117->2505", - "default3.handlebars->117->407", + "default3.handlebars->117->1006", + "default3.handlebars->117->2490", + "default3.handlebars->117->392", "default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" ] }, @@ -20583,7 +20583,7 @@ "zh-cht": "同意", "xloc": [ "default.handlebars->119->2718", - "default3.handlebars->117->2730" + "default3.handlebars->117->2715" ] }, { @@ -20618,8 +20618,8 @@ "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole", - "default3.handlebars->117->1159", - "default3.handlebars->117->1184", + "default3.handlebars->117->1144", + "default3.handlebars->117->1169", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default3.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default3.handlebars->contextMenu->cxconsole" @@ -20652,7 +20652,7 @@ "zh-cht": "控制台 -", "xloc": [ "default.handlebars->119->900", - "default3.handlebars->117->911" + "default3.handlebars->117->896" ] }, { @@ -20683,8 +20683,8 @@ "xloc": [ "default.handlebars->119->1149", "default.handlebars->119->1174", - "default3.handlebars->117->1158", - "default3.handlebars->117->1183", + "default3.handlebars->117->1143", + "default3.handlebars->117->1168", "messenger.handlebars->remoteImage->3->2" ] }, @@ -20745,7 +20745,7 @@ "zh-cht": "Cookie編碼器", "xloc": [ "default.handlebars->119->3421", - "default3.handlebars->117->3426" + "default3.handlebars->117->3411" ] }, { @@ -20779,7 +20779,7 @@ "default.handlebars->119->641", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", - "default3.handlebars->117->652", + "default3.handlebars->117->637", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", @@ -20815,9 +20815,9 @@ "default.handlebars->119->173", "default.handlebars->119->181", "default.handlebars->119->184", - "default3.handlebars->117->186", - "default3.handlebars->117->194", - "default3.handlebars->117->197" + "default3.handlebars->117->171", + "default3.handlebars->117->179", + "default3.handlebars->117->182" ] }, { @@ -20829,7 +20829,7 @@ "uk": "Скопіюйте секретний ключ до буфера обміну", "xloc": [ "default.handlebars->119->228", - "default3.handlebars->117->240" + "default3.handlebars->117->225" ] }, { @@ -20861,9 +20861,9 @@ "default.handlebars->119->661", "default.handlebars->119->665", "default.handlebars->119->669", - "default3.handlebars->117->672", - "default3.handlebars->117->676", - "default3.handlebars->117->680" + "default3.handlebars->117->657", + "default3.handlebars->117->661", + "default3.handlebars->117->665" ] }, { @@ -20929,8 +20929,8 @@ "xloc": [ "default.handlebars->119->635", "default.handlebars->119->682", - "default3.handlebars->117->646", - "default3.handlebars->117->693" + "default3.handlebars->117->631", + "default3.handlebars->117->678" ] }, { @@ -20944,8 +20944,8 @@ "xloc": [ "default.handlebars->119->627", "default.handlebars->119->674", - "default3.handlebars->117->638", - "default3.handlebars->117->685" + "default3.handlebars->117->623", + "default3.handlebars->117->670" ] }, { @@ -20959,8 +20959,8 @@ "xloc": [ "default.handlebars->119->631", "default.handlebars->119->678", - "default3.handlebars->117->642", - "default3.handlebars->117->689" + "default3.handlebars->117->627", + "default3.handlebars->117->674" ] }, { @@ -21001,18 +21001,18 @@ "default.handlebars->119->193", "default.handlebars->119->195", "default.handlebars->119->197", + "default3.handlebars->117->160", + "default3.handlebars->117->162", + "default3.handlebars->117->164", + "default3.handlebars->117->173", "default3.handlebars->117->175", "default3.handlebars->117->177", - "default3.handlebars->117->179", - "default3.handlebars->117->188", - "default3.handlebars->117->190", - "default3.handlebars->117->192", - "default3.handlebars->117->200", - "default3.handlebars->117->202", - "default3.handlebars->117->204", - "default3.handlebars->117->206", - "default3.handlebars->117->208", - "default3.handlebars->117->210" + "default3.handlebars->117->185", + "default3.handlebars->117->187", + "default3.handlebars->117->189", + "default3.handlebars->117->191", + "default3.handlebars->117->193", + "default3.handlebars->117->195" ] }, { @@ -21045,8 +21045,8 @@ "agentinvite.handlebars->13->18", "default.handlebars->119->694", "default.handlebars->119->696", - "default3.handlebars->117->705", - "default3.handlebars->117->707" + "default3.handlebars->117->690", + "default3.handlebars->117->692" ] }, { @@ -21081,12 +21081,12 @@ "default.handlebars->119->348", "default.handlebars->119->350", "default.handlebars->119->600", - "default3.handlebars->117->2516", - "default3.handlebars->117->2540", - "default3.handlebars->117->336", - "default3.handlebars->117->358", - "default3.handlebars->117->360", - "default3.handlebars->117->611" + "default3.handlebars->117->2501", + "default3.handlebars->117->2525", + "default3.handlebars->117->321", + "default3.handlebars->117->343", + "default3.handlebars->117->345", + "default3.handlebars->117->596" ] }, { @@ -21119,10 +21119,10 @@ "default.handlebars->119->650", "default.handlebars->119->654", "default.handlebars->119->688", - "default3.handlebars->117->657", - "default3.handlebars->117->661", - "default3.handlebars->117->665", - "default3.handlebars->117->699" + "default3.handlebars->117->642", + "default3.handlebars->117->646", + "default3.handlebars->117->650", + "default3.handlebars->117->684" ] }, { @@ -21152,7 +21152,7 @@ "zh-cht": "將名稱複製到剪貼板", "xloc": [ "default.handlebars->119->171", - "default3.handlebars->117->184" + "default3.handlebars->117->169" ] }, { @@ -21185,8 +21185,8 @@ "agentinvite.handlebars->container->column_l->5->linuxtab", "default.handlebars->119->640", "default.handlebars->119->684", - "default3.handlebars->117->651", - "default3.handlebars->117->695" + "default3.handlebars->117->636", + "default3.handlebars->117->680" ] }, { @@ -21216,7 +21216,7 @@ "zh-cht": "將有效代碼複製到剪貼板", "xloc": [ "default.handlebars->119->245", - "default3.handlebars->117->256" + "default3.handlebars->117->241" ] }, { @@ -21246,7 +21246,7 @@ "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ "default.handlebars->119->2602", - "default3.handlebars->117->2614" + "default3.handlebars->117->2599" ] }, { @@ -21456,7 +21456,7 @@ "zh-cht": "核心伺服器", "xloc": [ "default.handlebars->119->3420", - "default3.handlebars->117->3425" + "default3.handlebars->117->3410" ] }, { @@ -21487,7 +21487,7 @@ "xloc": [ "default-mobile.handlebars->53->155", "default.handlebars->119->1904", - "default3.handlebars->117->1900", + "default3.handlebars->117->1885", "login2.handlebars->17->41" ] }, @@ -21495,7 +21495,7 @@ "en": "Cosmo", "nl": "Cosmo", "xloc": [ - "default3.handlebars->117->2106" + "default3.handlebars->117->2091" ] }, { @@ -21551,7 +21551,7 @@ "zh-cht": "創建帳號", "xloc": [ "default.handlebars->119->2844", - "default3.handlebars->117->2855", + "default3.handlebars->117->2840", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1" @@ -21640,7 +21640,7 @@ "xloc": [ "default.handlebars->119->2089", "default.handlebars->119->351", - "default3.handlebars->117->2086" + "default3.handlebars->117->2071" ] }, { @@ -21670,7 +21670,7 @@ "zh-cht": "創建用戶群", "xloc": [ "default.handlebars->119->2884", - "default3.handlebars->117->2893" + "default3.handlebars->117->2878" ] }, { @@ -21700,7 +21700,7 @@ "zh-cht": "創建鏈結以與訪客共享此裝置", "xloc": [ "default.handlebars->119->1039", - "default3.handlebars->117->1050" + "default3.handlebars->117->1035" ] }, { @@ -21730,7 +21730,7 @@ "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ "default.handlebars->119->2119", - "default3.handlebars->117->2134" + "default3.handlebars->117->2119" ] }, { @@ -21760,7 +21760,7 @@ "zh-cht": "創建一個新的裝置群。", "xloc": [ "default.handlebars->119->401", - "default3.handlebars->117->412" + "default3.handlebars->117->397" ] }, { @@ -21790,7 +21790,7 @@ "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。", "xloc": [ "default.handlebars->119->2069", - "default3.handlebars->117->2065" + "default3.handlebars->117->2050" ] }, { @@ -21820,7 +21820,7 @@ "zh-cht": "創建文件夾(如果不存在)?", "xloc": [ "default.handlebars->119->793", - "default3.handlebars->117->804" + "default3.handlebars->117->789" ] }, { @@ -21850,7 +21850,7 @@ "zh-cht": "創建文件夾:“{0}”", "xloc": [ "default.handlebars->119->2595", - "default3.handlebars->117->2607" + "default3.handlebars->117->2592" ] }, { @@ -21896,7 +21896,7 @@ "uk": "Створіть кілька пристроїв Intel® AMT одночасно, імпортувавши файл JSON у такому форматі:", "xloc": [ "default.handlebars->119->527", - "default3.handlebars->117->538" + "default3.handlebars->117->523" ] }, { @@ -21933,7 +21933,7 @@ "uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV", "xloc": [ "default.handlebars->119->2801", - "default3.handlebars->117->2812" + "default3.handlebars->117->2797" ] }, { @@ -21994,7 +21994,7 @@ "zh-cht": "創建的設備組:{0}", "xloc": [ "default.handlebars->119->2606", - "default3.handlebars->117->2618" + "default3.handlebars->117->2603" ] }, { @@ -22024,7 +22024,7 @@ "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。", "xloc": [ "default.handlebars->119->1218", - "default3.handlebars->117->1227" + "default3.handlebars->117->1212" ] }, { @@ -22106,7 +22106,7 @@ "zh-cht": "創建", "xloc": [ "default.handlebars->119->2992", - "default3.handlebars->117->3001" + "default3.handlebars->117->2986" ] }, { @@ -22136,7 +22136,7 @@ "zh-cht": "創作時間", "xloc": [ "default.handlebars->119->2200", - "default3.handlebars->117->2211" + "default3.handlebars->117->2196" ] }, { @@ -22198,8 +22198,8 @@ "xloc": [ "default.handlebars->119->2198", "default.handlebars->119->2199", - "default3.handlebars->117->2209", - "default3.handlebars->117->2210" + "default3.handlebars->117->2194", + "default3.handlebars->117->2195" ] }, { @@ -22232,9 +22232,9 @@ "default.handlebars->119->1022", "default.handlebars->119->1406", "default.handlebars->119->2157", - "default3.handlebars->117->1033", - "default3.handlebars->117->1407", - "default3.handlebars->117->2172" + "default3.handlebars->117->1018", + "default3.handlebars->117->1392", + "default3.handlebars->117->2157" ] }, { @@ -22265,7 +22265,7 @@ "xloc": [ "default-mobile.handlebars->53->156", "default.handlebars->119->1905", - "default3.handlebars->117->1901", + "default3.handlebars->117->1886", "login2.handlebars->17->42" ] }, @@ -22297,7 +22297,7 @@ "xloc": [ "default-mobile.handlebars->53->157", "default.handlebars->119->1906", - "default3.handlebars->117->1902", + "default3.handlebars->117->1887", "login2.handlebars->17->43" ] }, @@ -22396,9 +22396,9 @@ "default.handlebars->119->1448", "default.handlebars->119->1452", "default.handlebars->119->64", - "default3.handlebars->117->1450", - "default3.handlebars->117->1454", - "default3.handlebars->117->77", + "default3.handlebars->117->1435", + "default3.handlebars->117->1439", + "default3.handlebars->117->62", "sharing-mobile.handlebars->53->35", "sharing-mobile.handlebars->53->39", "sharing.handlebars->47->24" @@ -22578,7 +22578,7 @@ "zh-cht": "當前版本", "xloc": [ "default.handlebars->119->202", - "default3.handlebars->117->215" + "default3.handlebars->117->200" ] }, { @@ -22609,7 +22609,7 @@ "xloc": [ "default-mobile.handlebars->53->1068", "default.handlebars->119->3338", - "default3.handlebars->117->3343" + "default3.handlebars->117->3328" ] }, { @@ -22714,7 +22714,7 @@ "en": "Cyborg", "nl": "Cyborg", "xloc": [ - "default3.handlebars->117->2107" + "default3.handlebars->117->2092" ] }, { @@ -22745,7 +22745,7 @@ "xloc": [ "default-mobile.handlebars->53->158", "default.handlebars->119->1907", - "default3.handlebars->117->1903", + "default3.handlebars->117->1888", "login2.handlebars->17->44" ] }, @@ -22759,7 +22759,7 @@ "xloc": [ "default-mobile.handlebars->53->829", "default.handlebars->119->1671", - "default3.handlebars->117->1671" + "default3.handlebars->117->1656" ] }, { @@ -22789,7 +22789,7 @@ "zh-cht": "DNS suffix", "xloc": [ "default.handlebars->119->170", - "default3.handlebars->117->183" + "default3.handlebars->117->168" ] }, { @@ -22819,7 +22819,7 @@ "zh-cht": "日常的", "xloc": [ "default.handlebars->119->309", - "default3.handlebars->117->319" + "default3.handlebars->117->304" ] }, { @@ -22850,7 +22850,7 @@ "xloc": [ "default-mobile.handlebars->53->159", "default.handlebars->119->1908", - "default3.handlebars->117->1904", + "default3.handlebars->117->1889", "login2.handlebars->17->45" ] }, @@ -22882,14 +22882,14 @@ "xloc": [ "default-mobile.handlebars->53->105", "default.handlebars->119->68", - "default3.handlebars->117->81" + "default3.handlebars->117->66" ] }, { "en": "Darkly", "nl": "Donker", "xloc": [ - "default3.handlebars->117->2108" + "default3.handlebars->117->2093" ] }, { @@ -22919,7 +22919,7 @@ "zh-cht": "數據通道", "xloc": [ "default.handlebars->119->1404", - "default3.handlebars->117->1405", + "default3.handlebars->117->1390", "sharing.handlebars->47->11" ] }, @@ -22936,7 +22936,7 @@ "uk": "Записи Бази Даних", "xloc": [ "default.handlebars->119->3197", - "default3.handlebars->117->3200" + "default3.handlebars->117->3187" ] }, { @@ -22967,7 +22967,7 @@ "xloc": [ "default-mobile.handlebars->53->317", "default.handlebars->119->2066", - "default3.handlebars->117->2062" + "default3.handlebars->117->2047" ] }, { @@ -23000,9 +23000,9 @@ "default.handlebars->119->1315", "default.handlebars->119->3201", "default.handlebars->119->3204", - "default3.handlebars->117->1320", - "default3.handlebars->117->3204", - "default3.handlebars->117->3207" + "default3.handlebars->117->1305", + "default3.handlebars->117->3191", + "default3.handlebars->117->3194" ] }, { @@ -23033,8 +23033,8 @@ "xloc": [ "default.handlebars->119->2232", "default.handlebars->119->2296", - "default3.handlebars->117->2243", - "default3.handlebars->117->2305" + "default3.handlebars->117->2228", + "default3.handlebars->117->2290" ] }, { @@ -23064,7 +23064,7 @@ "zh-cht": "如果設置停用CCM", "xloc": [ "default.handlebars->119->2308", - "default3.handlebars->117->2317" + "default3.handlebars->117->2302" ] }, { @@ -23121,7 +23121,7 @@ "xloc": [ "default-mobile.handlebars->53->467", "default.handlebars->119->707", - "default3.handlebars->117->718" + "default3.handlebars->117->703" ] }, { @@ -23154,11 +23154,11 @@ "default.handlebars->119->2880", "default.handlebars->119->2891", "default.handlebars->119->2965", - "default3.handlebars->117->2104", - "default3.handlebars->117->2842", - "default3.handlebars->117->2889", - "default3.handlebars->117->2900", - "default3.handlebars->117->2974" + "default3.handlebars->117->2089", + "default3.handlebars->117->2827", + "default3.handlebars->117->2874", + "default3.handlebars->117->2885", + "default3.handlebars->117->2959" ] }, { @@ -23189,7 +23189,7 @@ "xloc": [ "default-mobile.handlebars->53->666", "default.handlebars->119->1436", - "default3.handlebars->117->1438", + "default3.handlebars->117->1423", "sharing-mobile.handlebars->53->23" ] }, @@ -23231,9 +23231,9 @@ "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", "default.handlebars->filesContextMenu->5", - "default3.handlebars->117->1574", - "default3.handlebars->117->2547", - "default3.handlebars->117->881", + "default3.handlebars->117->1559", + "default3.handlebars->117->2532", + "default3.handlebars->117->866", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->5->idx_dlgDeleteButton", @@ -23277,7 +23277,7 @@ "xloc": [ "default-mobile.handlebars->53->333", "default.handlebars->119->2104", - "default3.handlebars->117->2099" + "default3.handlebars->117->2084" ] }, { @@ -23337,7 +23337,7 @@ "xloc": [ "default-mobile.handlebars->53->565", "default.handlebars->119->1049", - "default3.handlebars->117->1060" + "default3.handlebars->117->1045" ] }, { @@ -23367,7 +23367,7 @@ "zh-cht": "刪除設備", "xloc": [ "default.handlebars->119->769", - "default3.handlebars->117->780" + "default3.handlebars->117->765" ] }, { @@ -23400,8 +23400,8 @@ "default-mobile.handlebars->53->978", "default.handlebars->119->2284", "default.handlebars->119->2325", - "default3.handlebars->117->2295", - "default3.handlebars->117->2334" + "default3.handlebars->117->2280", + "default3.handlebars->117->2319" ] }, { @@ -23432,7 +23432,7 @@ "xloc": [ "default-mobile.handlebars->53->637", "default.handlebars->119->1341", - "default3.handlebars->117->1345" + "default3.handlebars->117->1330" ] }, { @@ -23488,7 +23488,7 @@ "zh-cht": "刪除用戶", "xloc": [ "default.handlebars->119->3039", - "default3.handlebars->117->3048" + "default3.handlebars->117->3033" ] }, { @@ -23519,8 +23519,8 @@ "xloc": [ "default.handlebars->119->2933", "default.handlebars->119->2945", - "default3.handlebars->117->2942", - "default3.handlebars->117->2954" + "default3.handlebars->117->2927", + "default3.handlebars->117->2939" ] }, { @@ -23550,7 +23550,7 @@ "zh-cht": "刪除用戶群組", "xloc": [ "default.handlebars->119->2878", - "default3.handlebars->117->2887" + "default3.handlebars->117->2872" ] }, { @@ -23580,7 +23580,7 @@ "zh-cht": "刪除用戶{0}", "xloc": [ "default.handlebars->119->3107", - "default3.handlebars->117->3110" + "default3.handlebars->117->3095" ] }, { @@ -23612,7 +23612,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0", "default.handlebars->119->2784", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7", - "default3.handlebars->117->2796", + "default3.handlebars->117->2781", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -23643,7 +23643,7 @@ "zh-cht": "刪除裝置", "xloc": [ "default.handlebars->119->755", - "default3.handlebars->117->766" + "default3.handlebars->117->751" ] }, { @@ -23673,7 +23673,7 @@ "zh-cht": "刪除群組", "xloc": [ "default.handlebars->119->2874", - "default3.handlebars->117->2883" + "default3.handlebars->117->2868" ] }, { @@ -23703,7 +23703,7 @@ "zh-cht": "刪除項目?", "xloc": [ "default.handlebars->119->871", - "default3.handlebars->117->882" + "default3.handlebars->117->867" ] }, { @@ -23733,7 +23733,7 @@ "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ "default.handlebars->119->2597", - "default3.handlebars->117->2609" + "default3.handlebars->117->2594" ] }, { @@ -23766,8 +23766,8 @@ "default-mobile.handlebars->53->731", "default.handlebars->119->1576", "default.handlebars->119->2537", - "default3.handlebars->117->1576", - "default3.handlebars->117->2549", + "default3.handlebars->117->1561", + "default3.handlebars->117->2534", "sharing-mobile.handlebars->53->87", "sharing.handlebars->47->63" ] @@ -23799,7 +23799,7 @@ "zh-cht": "刪除用戶群組{0}?", "xloc": [ "default.handlebars->119->2943", - "default3.handlebars->117->2952" + "default3.handlebars->117->2937" ] }, { @@ -23832,8 +23832,8 @@ "default-mobile.handlebars->53->730", "default.handlebars->119->1575", "default.handlebars->119->2536", - "default3.handlebars->117->1575", - "default3.handlebars->117->2548", + "default3.handlebars->117->1560", + "default3.handlebars->117->2533", "sharing-mobile.handlebars->53->86", "sharing.handlebars->47->62" ] @@ -23894,7 +23894,7 @@ "zh-cht": "刪除:“{0}”", "xloc": [ "default.handlebars->119->2596", - "default3.handlebars->117->2608" + "default3.handlebars->117->2593" ] }, { @@ -23924,7 +23924,7 @@ "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ "default.handlebars->119->2598", - "default3.handlebars->117->2610" + "default3.handlebars->117->2595" ] }, { @@ -23955,7 +23955,7 @@ "xloc": [ "default-mobile.handlebars->53->652", "default.handlebars->119->1391", - "default3.handlebars->117->1392", + "default3.handlebars->117->1377", "sharing-mobile.handlebars->53->10", "sharing.handlebars->47->29", "sharing.handlebars->47->7" @@ -23974,7 +23974,7 @@ "uk": "Відмовлено у вході користувачу з {0}, {1}, {2}", "xloc": [ "default.handlebars->119->2706", - "default3.handlebars->117->2718" + "default3.handlebars->117->2703" ] }, { @@ -24164,22 +24164,22 @@ "default.handlebars->119->911", "default.handlebars->119->912", "default.handlebars->container->column_l->p42->p42tbl->1->0->3", - "default3.handlebars->117->1385", - "default3.handlebars->117->1619", - "default3.handlebars->117->1647", - "default3.handlebars->117->1657", - "default3.handlebars->117->182", - "default3.handlebars->117->2144", - "default3.handlebars->117->2202", - "default3.handlebars->117->2342", - "default3.handlebars->117->2343", - "default3.handlebars->117->2728", - "default3.handlebars->117->2892", - "default3.handlebars->117->2903", - "default3.handlebars->117->2904", - "default3.handlebars->117->2950", - "default3.handlebars->117->922", - "default3.handlebars->117->923", + "default3.handlebars->117->1370", + "default3.handlebars->117->1604", + "default3.handlebars->117->1632", + "default3.handlebars->117->1642", + "default3.handlebars->117->167", + "default3.handlebars->117->2129", + "default3.handlebars->117->2187", + "default3.handlebars->117->2327", + "default3.handlebars->117->2328", + "default3.handlebars->117->2713", + "default3.handlebars->117->2877", + "default3.handlebars->117->2888", + "default3.handlebars->117->2889", + "default3.handlebars->117->2935", + "default3.handlebars->117->907", + "default3.handlebars->117->908", "default3.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -24248,16 +24248,16 @@ "default.handlebars->119->876", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", - "default3.handlebars->117->1117", - "default3.handlebars->117->1229", - "default3.handlebars->117->1504", - "default3.handlebars->117->2273", - "default3.handlebars->117->2349", - "default3.handlebars->117->3173", - "default3.handlebars->117->3239", - "default3.handlebars->117->3292", - "default3.handlebars->117->3400", - "default3.handlebars->117->887", + "default3.handlebars->117->1102", + "default3.handlebars->117->1214", + "default3.handlebars->117->1489", + "default3.handlebars->117->2258", + "default3.handlebars->117->2334", + "default3.handlebars->117->3160", + "default3.handlebars->117->3226", + "default3.handlebars->117->3279", + "default3.handlebars->117->3385", + "default3.handlebars->117->872", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default3.handlebars->contextMenu->cxdesktop", "sharing-mobile.handlebars->53->6", @@ -24294,9 +24294,9 @@ "default.handlebars->119->1110", "default.handlebars->119->1223", "default.handlebars->119->2266", - "default3.handlebars->117->1121", - "default3.handlebars->117->1232", - "default3.handlebars->117->2277" + "default3.handlebars->117->1106", + "default3.handlebars->117->1217", + "default3.handlebars->117->2262" ] }, { @@ -24327,8 +24327,8 @@ "xloc": [ "default.handlebars->119->1107", "default.handlebars->119->2263", - "default3.handlebars->117->1118", - "default3.handlebars->117->2274" + "default3.handlebars->117->1103", + "default3.handlebars->117->2259" ] }, { @@ -24360,9 +24360,9 @@ "default.handlebars->119->1111", "default.handlebars->119->1225", "default.handlebars->119->2267", - "default3.handlebars->117->1122", - "default3.handlebars->117->1234", - "default3.handlebars->117->2278" + "default3.handlebars->117->1107", + "default3.handlebars->117->1219", + "default3.handlebars->117->2263" ] }, { @@ -24422,7 +24422,7 @@ "zh-cht": "桌面多路復用", "xloc": [ "default.handlebars->119->3400", - "default3.handlebars->117->3405" + "default3.handlebars->117->3390" ] }, { @@ -24455,10 +24455,10 @@ "default.handlebars->119->2902", "default.handlebars->119->3007", "default.handlebars->119->984", - "default3.handlebars->117->2224", - "default3.handlebars->117->2911", - "default3.handlebars->117->3016", - "default3.handlebars->117->995" + "default3.handlebars->117->2209", + "default3.handlebars->117->2896", + "default3.handlebars->117->3001", + "default3.handlebars->117->980" ] }, { @@ -24491,10 +24491,10 @@ "default.handlebars->119->2901", "default.handlebars->119->3006", "default.handlebars->119->983", - "default3.handlebars->117->2223", - "default3.handlebars->117->2910", - "default3.handlebars->117->3015", - "default3.handlebars->117->994" + "default3.handlebars->117->2208", + "default3.handlebars->117->2895", + "default3.handlebars->117->3000", + "default3.handlebars->117->979" ] }, { @@ -24527,10 +24527,10 @@ "default.handlebars->119->2899", "default.handlebars->119->3004", "default.handlebars->119->981", - "default3.handlebars->117->2221", - "default3.handlebars->117->2908", - "default3.handlebars->117->3013", - "default3.handlebars->117->992" + "default3.handlebars->117->2206", + "default3.handlebars->117->2893", + "default3.handlebars->117->2998", + "default3.handlebars->117->977" ] }, { @@ -24560,7 +24560,7 @@ "zh-cht": "桌面會話", "xloc": [ "default.handlebars->119->3160", - "default3.handlebars->117->3163" + "default3.handlebars->117->3150" ] }, { @@ -24680,10 +24680,10 @@ "default.handlebars->119->2900", "default.handlebars->119->3005", "default.handlebars->119->982", - "default3.handlebars->117->2222", - "default3.handlebars->117->2909", - "default3.handlebars->117->3014", - "default3.handlebars->117->993" + "default3.handlebars->117->2207", + "default3.handlebars->117->2894", + "default3.handlebars->117->2999", + "default3.handlebars->117->978" ] }, { @@ -24713,7 +24713,7 @@ "zh-cht": "僅桌面視圖", "xloc": [ "default.handlebars->119->2980", - "default3.handlebars->117->2989" + "default3.handlebars->117->2974" ] }, { @@ -24743,7 +24743,7 @@ "zh-cht": "桌面,僅查看", "xloc": [ "default.handlebars->119->1228", - "default3.handlebars->117->1237" + "default3.handlebars->117->1222" ] }, { @@ -24773,7 +24773,7 @@ "zh-cht": "桌面時段", "xloc": [ "default.handlebars->119->1503", - "default3.handlebars->117->1503" + "default3.handlebars->117->1488" ] }, { @@ -24872,9 +24872,9 @@ "default.handlebars->119->2430", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails", - "default3.handlebars->117->1169", - "default3.handlebars->117->1194", - "default3.handlebars->117->2442", + "default3.handlebars->117->1154", + "default3.handlebars->117->1179", + "default3.handlebars->117->2427", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default3.handlebars->contextMenu->cxdetails" ] @@ -24944,13 +24944,13 @@ "default.handlebars->119->3200", "default.handlebars->119->3220", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5", - "default3.handlebars->117->1641", - "default3.handlebars->117->1848", - "default3.handlebars->117->2379", - "default3.handlebars->117->306", - "default3.handlebars->117->3129", - "default3.handlebars->117->3203", - "default3.handlebars->117->3223", + "default3.handlebars->117->1626", + "default3.handlebars->117->1833", + "default3.handlebars->117->2364", + "default3.handlebars->117->291", + "default3.handlebars->117->3114", + "default3.handlebars->117->3190", + "default3.handlebars->117->3210", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5" ] }, @@ -25013,7 +25013,7 @@ "default-mobile.handlebars->53->604", "default-mobile.handlebars->53->615", "default.handlebars->119->1290", - "default3.handlebars->117->1299" + "default3.handlebars->117->1284" ] }, { @@ -25073,7 +25073,7 @@ "zh-cht": "設備描述", "xloc": [ "default.handlebars->119->354", - "default3.handlebars->117->365" + "default3.handlebars->117->350" ] }, { @@ -25103,7 +25103,7 @@ "zh-cht": "設備詳情", "xloc": [ "default.handlebars->119->2391", - "default3.handlebars->117->2403" + "default3.handlebars->117->2388" ] }, { @@ -25175,17 +25175,17 @@ "default.handlebars->119->3207", "default.handlebars->119->3223", "default.handlebars->119->3316", - "default3.handlebars->117->2374", - "default3.handlebars->117->2377", - "default3.handlebars->117->2378", - "default3.handlebars->117->2745", - "default3.handlebars->117->2934", - "default3.handlebars->117->2940", - "default3.handlebars->117->3117", - "default3.handlebars->117->3186", - "default3.handlebars->117->3210", - "default3.handlebars->117->3226", - "default3.handlebars->117->3321" + "default3.handlebars->117->2359", + "default3.handlebars->117->2362", + "default3.handlebars->117->2363", + "default3.handlebars->117->2730", + "default3.handlebars->117->2919", + "default3.handlebars->117->2925", + "default3.handlebars->117->3102", + "default3.handlebars->117->3173", + "default3.handlebars->117->3197", + "default3.handlebars->117->3213", + "default3.handlebars->117->3306" ] }, { @@ -25216,7 +25216,7 @@ "xloc": [ "default-mobile.handlebars->53->1035", "default.handlebars->119->2437", - "default3.handlebars->117->2449" + "default3.handlebars->117->2434" ] }, { @@ -25252,11 +25252,11 @@ "default.handlebars->119->3001", "default.handlebars->119->3373", "default.handlebars->container->column_l->p2->p2info->9", - "default3.handlebars->117->2761", - "default3.handlebars->117->2877", - "default3.handlebars->117->2921", - "default3.handlebars->117->3010", - "default3.handlebars->117->3378", + "default3.handlebars->117->2746", + "default3.handlebars->117->2862", + "default3.handlebars->117->2906", + "default3.handlebars->117->2995", + "default3.handlebars->117->3363", "default3.handlebars->container->column_l->p2->p2info->9" ] }, @@ -25287,7 +25287,7 @@ "zh-cht": "裝置訊息輸出", "xloc": [ "default.handlebars->119->811", - "default3.handlebars->117->822" + "default3.handlebars->117->807" ] }, { @@ -25317,7 +25317,7 @@ "zh-cht": "裝置位置", "xloc": [ "default.handlebars->119->1342", - "default3.handlebars->117->1346" + "default3.handlebars->117->1331" ] }, { @@ -25347,7 +25347,7 @@ "zh-cht": "裝置訊息", "xloc": [ "default.handlebars->119->1200", - "default3.handlebars->117->1209" + "default3.handlebars->117->1194" ] }, { @@ -25381,10 +25381,10 @@ "default.handlebars->119->3182", "default.handlebars->119->508", "default.handlebars->119->517", - "default3.handlebars->117->1383", - "default3.handlebars->117->3185", - "default3.handlebars->117->519", - "default3.handlebars->117->528", + "default3.handlebars->117->1368", + "default3.handlebars->117->3172", + "default3.handlebars->117->504", + "default3.handlebars->117->513", "player.handlebars->29->25" ] }, @@ -25416,8 +25416,8 @@ "xloc": [ "default.handlebars->119->1214", "default.handlebars->119->789", - "default3.handlebars->117->1223", - "default3.handlebars->117->800" + "default3.handlebars->117->1208", + "default3.handlebars->117->785" ] }, { @@ -25456,7 +25456,7 @@ "uk": "Пристрій Увімкнено", "xloc": [ "default.handlebars->119->2710", - "default3.handlebars->117->2722" + "default3.handlebars->117->2707" ] }, { @@ -25486,7 +25486,7 @@ "zh-cht": "設備推送", "xloc": [ "default.handlebars->119->3021", - "default3.handlebars->117->3030" + "default3.handlebars->117->3015" ] }, { @@ -25502,7 +25502,7 @@ "uk": "Запис Push-Сповіщень Пристрою", "xloc": [ "default.handlebars->119->3286", - "default3.handlebars->117->3289" + "default3.handlebars->117->3276" ] }, { @@ -25518,7 +25518,7 @@ "uk": "SMBIOS запис пристрою", "xloc": [ "default.handlebars->119->3285", - "default3.handlebars->117->3288" + "default3.handlebars->117->3275" ] }, { @@ -25601,8 +25601,8 @@ "xloc": [ "default.handlebars->119->1103", "default.handlebars->119->2259", - "default3.handlebars->117->1114", - "default3.handlebars->117->2270" + "default3.handlebars->117->1099", + "default3.handlebars->117->2255" ] }, { @@ -25692,9 +25692,9 @@ "default.handlebars->119->915", "default.handlebars->119->917", "default.handlebars->119->919", - "default3.handlebars->117->926", - "default3.handlebars->117->928", - "default3.handlebars->117->930" + "default3.handlebars->117->911", + "default3.handlebars->117->913", + "default3.handlebars->117->915" ] }, { @@ -25724,7 +25724,7 @@ "zh-cht": "設備視圖列", "xloc": [ "default.handlebars->119->368", - "default3.handlebars->117->379" + "default3.handlebars->117->364" ] }, { @@ -25760,13 +25760,13 @@ "default.handlebars->119->2464", "default.handlebars->119->2468", "default.handlebars->119->2472", - "default3.handlebars->117->1138", - "default3.handlebars->117->1142", - "default3.handlebars->117->1146", - "default3.handlebars->117->2089", - "default3.handlebars->117->2476", - "default3.handlebars->117->2480", - "default3.handlebars->117->2484" + "default3.handlebars->117->1123", + "default3.handlebars->117->1127", + "default3.handlebars->117->1131", + "default3.handlebars->117->2074", + "default3.handlebars->117->2461", + "default3.handlebars->117->2465", + "default3.handlebars->117->2469" ] }, { @@ -25802,13 +25802,13 @@ "default.handlebars->119->2465", "default.handlebars->119->2469", "default.handlebars->119->2473", - "default3.handlebars->117->1139", - "default3.handlebars->117->1143", - "default3.handlebars->117->1147", - "default3.handlebars->117->2090", - "default3.handlebars->117->2477", - "default3.handlebars->117->2481", - "default3.handlebars->117->2485" + "default3.handlebars->117->1124", + "default3.handlebars->117->1128", + "default3.handlebars->117->1132", + "default3.handlebars->117->2075", + "default3.handlebars->117->2462", + "default3.handlebars->117->2466", + "default3.handlebars->117->2470" ] }, { @@ -25838,7 +25838,7 @@ "zh-cht": "設備組已創建:{0}", "xloc": [ "default.handlebars->119->2627", - "default3.handlebars->117->2639" + "default3.handlebars->117->2624" ] }, { @@ -25868,7 +25868,7 @@ "zh-cht": "設備組已刪除:{0}", "xloc": [ "default.handlebars->119->2628", - "default3.handlebars->117->2640" + "default3.handlebars->117->2625" ] }, { @@ -25898,7 +25898,7 @@ "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ "default.handlebars->119->2629", - "default3.handlebars->117->2641" + "default3.handlebars->117->2626" ] }, { @@ -25929,7 +25929,7 @@ "xloc": [ "default-mobile.handlebars->53->611", "default.handlebars->119->1190", - "default3.handlebars->117->1199" + "default3.handlebars->117->1184" ] }, { @@ -25959,7 +25959,7 @@ "zh-cht": "設備組通知已更改", "xloc": [ "default.handlebars->119->2624", - "default3.handlebars->117->2636" + "default3.handlebars->117->2621" ] }, { @@ -25975,7 +25975,7 @@ "uk": "Запис групи пристроїв", "xloc": [ "default.handlebars->119->3271", - "default3.handlebars->117->3274" + "default3.handlebars->117->3261" ] }, { @@ -26005,7 +26005,7 @@ "zh-cht": "未刪除的設備組:{0}", "xloc": [ "default.handlebars->119->2607", - "default3.handlebars->117->2619" + "default3.handlebars->117->2604" ] }, { @@ -26035,7 +26035,7 @@ "zh-cht": "設備組 {0} 已更改:{1}", "xloc": [ "default.handlebars->119->2693", - "default3.handlebars->117->2705" + "default3.handlebars->117->2690" ] }, { @@ -26065,7 +26065,7 @@ "zh-cht": "設備組此設備是中繼", "xloc": [ "default.handlebars->119->1023", - "default3.handlebars->117->1034" + "default3.handlebars->117->1019" ] }, { @@ -26081,7 +26081,7 @@ "uk": "Записи інформації про пристрій", "xloc": [ "default.handlebars->119->3273", - "default3.handlebars->117->3276" + "default3.handlebars->117->3263" ] }, { @@ -26114,8 +26114,8 @@ "default-mobile.handlebars->53->495", "default.handlebars->119->416", "default.handlebars->119->897", - "default3.handlebars->117->427", - "default3.handlebars->117->908" + "default3.handlebars->117->412", + "default3.handlebars->117->893" ] }, { @@ -26146,7 +26146,7 @@ "xloc": [ "default-mobile.handlebars->53->431", "default.handlebars->119->462", - "default3.handlebars->117->473" + "default3.handlebars->117->458" ] }, { @@ -26176,7 +26176,7 @@ "zh-cht": "檢測到裝置,但無法獲得電源狀態。", "xloc": [ "default.handlebars->119->712", - "default3.handlebars->117->723" + "default3.handlebars->117->708" ] }, { @@ -26207,7 +26207,7 @@ "xloc": [ "default-mobile.handlebars->53->476", "default.handlebars->119->720", - "default3.handlebars->117->731" + "default3.handlebars->117->716" ] }, { @@ -26238,7 +26238,7 @@ "xloc": [ "default-mobile.handlebars->53->475", "default.handlebars->119->719", - "default3.handlebars->117->730" + "default3.handlebars->117->715" ] }, { @@ -26268,7 +26268,7 @@ "zh-cht": "裝置處於深度睡眠狀態(S3)。", "xloc": [ "default.handlebars->119->706", - "default3.handlebars->117->717" + "default3.handlebars->117->702" ] }, { @@ -26298,7 +26298,7 @@ "zh-cht": "裝置處於休眠狀態(S4)。", "xloc": [ "default.handlebars->119->708", - "default3.handlebars->117->719" + "default3.handlebars->117->704" ] }, { @@ -26328,7 +26328,7 @@ "zh-cht": "裝置處於關機狀態(S5)。", "xloc": [ "default.handlebars->119->710", - "default3.handlebars->117->721" + "default3.handlebars->117->706" ] }, { @@ -26359,7 +26359,7 @@ "xloc": [ "default-mobile.handlebars->53->473", "default.handlebars->119->717", - "default3.handlebars->117->728" + "default3.handlebars->117->713" ] }, { @@ -26389,7 +26389,7 @@ "zh-cht": "裝置處於睡眠狀態(S1)。", "xloc": [ "default.handlebars->119->702", - "default3.handlebars->117->713" + "default3.handlebars->117->698" ] }, { @@ -26420,7 +26420,7 @@ "xloc": [ "default-mobile.handlebars->53->474", "default.handlebars->119->718", - "default3.handlebars->117->729" + "default3.handlebars->117->714" ] }, { @@ -26450,7 +26450,7 @@ "zh-cht": "裝置處於睡眠狀態(S2)。", "xloc": [ "default.handlebars->119->704", - "default3.handlebars->117->715" + "default3.handlebars->117->700" ] }, { @@ -26481,7 +26481,7 @@ "xloc": [ "default-mobile.handlebars->53->477", "default.handlebars->119->721", - "default3.handlebars->117->732" + "default3.handlebars->117->717" ] }, { @@ -26514,8 +26514,8 @@ "default-mobile.handlebars->53->494", "default.handlebars->119->415", "default.handlebars->119->896", - "default3.handlebars->117->426", - "default3.handlebars->117->907" + "default3.handlebars->117->411", + "default3.handlebars->117->892" ] }, { @@ -26546,7 +26546,7 @@ "xloc": [ "default-mobile.handlebars->53->472", "default.handlebars->119->716", - "default3.handlebars->117->727" + "default3.handlebars->117->712" ] }, { @@ -26576,7 +26576,7 @@ "zh-cht": "設備已斷電。", "xloc": [ "default.handlebars->119->714", - "default3.handlebars->117->725" + "default3.handlebars->117->710" ] }, { @@ -26606,7 +26606,7 @@ "zh-cht": "裝置已連接電源。", "xloc": [ "default.handlebars->119->700", - "default3.handlebars->117->711" + "default3.handlebars->117->696" ] }, { @@ -26637,7 +26637,7 @@ "xloc": [ "default-mobile.handlebars->53->478", "default.handlebars->119->722", - "default3.handlebars->117->733" + "default3.handlebars->117->718" ] }, { @@ -26667,7 +26667,7 @@ "zh-cht": "裝置名稱", "xloc": [ "default.handlebars->119->888", - "default3.handlebars->117->899" + "default3.handlebars->117->884" ] }, { @@ -26697,7 +26697,7 @@ "zh-cht": "設備通知", "xloc": [ "default.handlebars->119->752", - "default3.handlebars->117->763" + "default3.handlebars->117->748" ] }, { @@ -26712,7 +26712,7 @@ "uk": "Записи про зміни стану живлення", "xloc": [ "default.handlebars->119->3279", - "default3.handlebars->117->3282" + "default3.handlebars->117->3269" ] }, { @@ -26728,7 +26728,7 @@ "uk": "Запис пристрою", "xloc": [ "default.handlebars->119->3270", - "default3.handlebars->117->3273" + "default3.handlebars->117->3260" ] }, { @@ -26758,7 +26758,7 @@ "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ "default.handlebars->119->2662", - "default3.handlebars->117->2674" + "default3.handlebars->117->2659" ] }, { @@ -26788,7 +26788,7 @@ "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ "default.handlebars->119->2609", - "default3.handlebars->117->2621" + "default3.handlebars->117->2606" ] }, { @@ -26804,7 +26804,7 @@ "uk": "Записи поширеного пристрою", "xloc": [ "default.handlebars->119->3283", - "default3.handlebars->117->3286" + "default3.handlebars->117->3273" ] }, { @@ -26820,7 +26820,7 @@ "uk": "Пристрій, користувачі, групи та інші записи", "xloc": [ "default.handlebars->119->3287", - "default3.handlebars->117->3290" + "default3.handlebars->117->3277" ] }, { @@ -26852,9 +26852,9 @@ "default.handlebars->119->2282", "default.handlebars->119->2869", "default.handlebars->119->2913", - "default3.handlebars->117->2293", - "default3.handlebars->117->2878", - "default3.handlebars->117->2922" + "default3.handlebars->117->2278", + "default3.handlebars->117->2863", + "default3.handlebars->117->2907" ] }, { @@ -27092,8 +27092,8 @@ "default-mobile.handlebars->53->790", "default.handlebars->119->141", "default.handlebars->119->974", - "default3.handlebars->117->154", - "default3.handlebars->117->985" + "default3.handlebars->117->139", + "default3.handlebars->117->970" ] }, { @@ -27101,7 +27101,7 @@ "nl": "Duo twee factorauthenticatie uitgeschakeld", "xloc": [ "default.handlebars->119->2712", - "default3.handlebars->117->2724" + "default3.handlebars->117->2709" ] }, { @@ -27131,7 +27131,7 @@ "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ "default.handlebars->119->2640", - "default3.handlebars->117->2652" + "default3.handlebars->117->2637" ] }, { @@ -27170,8 +27170,8 @@ "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3", "default.handlebars->deskDisconnectContextMenu->3", - "default3.handlebars->117->1005", - "default3.handlebars->117->2234", + "default3.handlebars->117->2219", + "default3.handlebars->117->990", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->5->3->0", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->disconnectbutton1", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->disconnectbutton2span->disconnectbutton2", @@ -27310,12 +27310,12 @@ "default.handlebars->119->474", "default.handlebars->119->478", "default.handlebars->119->482", + "default3.handlebars->117->455", + "default3.handlebars->117->462", + "default3.handlebars->117->466", "default3.handlebars->117->470", - "default3.handlebars->117->477", - "default3.handlebars->117->481", - "default3.handlebars->117->485", - "default3.handlebars->117->489", - "default3.handlebars->117->493" + "default3.handlebars->117->474", + "default3.handlebars->117->478" ] }, { @@ -27356,10 +27356,10 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3->p13Status", - "default3.handlebars->117->418", - "default3.handlebars->117->421", - "default3.handlebars->117->461", - "default3.handlebars->117->502", + "default3.handlebars->117->403", + "default3.handlebars->117->406", + "default3.handlebars->117->446", + "default3.handlebars->117->487", "default3.handlebars->117->8", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->deskstatus", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->termstatus", @@ -27419,8 +27419,8 @@ "xloc": [ "default.handlebars->119->1810", "default.handlebars->119->3053", - "default3.handlebars->117->1807", - "default3.handlebars->117->3062" + "default3.handlebars->117->1792", + "default3.handlebars->117->3047" ] }, { @@ -27450,7 +27450,7 @@ "zh-cht": "解僱", "xloc": [ "default.handlebars->119->456", - "default3.handlebars->117->467" + "default3.handlebars->117->452" ] }, { @@ -27510,7 +27510,7 @@ "zh-cht": "在遠程裝置上顯示一個訊息框。", "xloc": [ "default.handlebars->119->1194", - "default3.handlebars->117->1203" + "default3.handlebars->117->1188" ] }, { @@ -27570,7 +27570,7 @@ "zh-cht": "在遠程裝置上顯示短信", "xloc": [ "default.handlebars->119->1035", - "default3.handlebars->117->1046" + "default3.handlebars->117->1031" ] }, { @@ -27626,7 +27626,7 @@ "zh-cht": "顯示裝置群名稱", "xloc": [ "default.handlebars->119->2091", - "default3.handlebars->117->2088" + "default3.handlebars->117->2073" ] }, { @@ -27656,7 +27656,7 @@ "zh-cht": "顯示名稱", "xloc": [ "default.handlebars->119->1475", - "default3.handlebars->117->1476" + "default3.handlebars->117->1461" ] }, { @@ -27686,7 +27686,7 @@ "zh-cht": "顯示公共鏈結", "xloc": [ "default.handlebars->119->2503", - "default3.handlebars->117->2515" + "default3.handlebars->117->2500" ] }, { @@ -27716,7 +27716,7 @@ "zh-cht": "顯示 {0}", "xloc": [ "default.handlebars->119->1506", - "default3.handlebars->117->1506" + "default3.handlebars->117->1491" ] }, { @@ -27727,7 +27727,7 @@ "uk": "Показ вікна попередження, title=\\\"{0}\\\", message=\\\"{1}\\\"", "xloc": [ "default.handlebars->119->2709", - "default3.handlebars->117->2721" + "default3.handlebars->117->2706" ] }, { @@ -27757,7 +27757,7 @@ "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ "default.handlebars->119->2569", - "default3.handlebars->117->2581" + "default3.handlebars->117->2566" ] }, { @@ -27787,7 +27787,7 @@ "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ "default.handlebars->119->2577", - "default3.handlebars->117->2589" + "default3.handlebars->117->2574" ] }, { @@ -27818,8 +27818,8 @@ "xloc": [ "default.handlebars->119->2311", "default.handlebars->119->2315", - "default3.handlebars->117->2320", - "default3.handlebars->117->2324" + "default3.handlebars->117->2305", + "default3.handlebars->117->2309" ] }, { @@ -27854,12 +27854,12 @@ "default.handlebars->119->2881", "default.handlebars->119->2890", "default.handlebars->119->2964", - "default3.handlebars->117->1410", - "default3.handlebars->117->150", - "default3.handlebars->117->2843", - "default3.handlebars->117->2890", - "default3.handlebars->117->2899", - "default3.handlebars->117->2973", + "default3.handlebars->117->135", + "default3.handlebars->117->1395", + "default3.handlebars->117->2828", + "default3.handlebars->117->2875", + "default3.handlebars->117->2884", + "default3.handlebars->117->2958", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -27917,7 +27917,7 @@ "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ "default.handlebars->119->2307", - "default3.handlebars->117->2316" + "default3.handlebars->117->2301" ] }, { @@ -27973,7 +27973,7 @@ "zh-cht": "不要連接到伺服器", "xloc": [ "default.handlebars->119->2316", - "default3.handlebars->117->2325" + "default3.handlebars->117->2310" ] }, { @@ -28113,7 +28113,7 @@ "xloc": [ "default-mobile.handlebars->53->675", "default.handlebars->119->1444", - "default3.handlebars->117->1446", + "default3.handlebars->117->1431", "sharing-mobile.handlebars->53->31" ] }, @@ -28242,7 +28242,7 @@ "xloc": [ "default-mobile.handlebars->53->750", "default.handlebars->119->1596", - "default3.handlebars->117->1596", + "default3.handlebars->117->1581", "sharing-mobile.handlebars->53->106", "sharing.handlebars->47->82" ] @@ -28274,7 +28274,7 @@ "zh-cht": "下載MeshCentral Router,一個TCP端口映射工具。", "xloc": [ "default.handlebars->119->405", - "default3.handlebars->117->416" + "default3.handlebars->117->401" ] }, { @@ -28304,7 +28304,7 @@ "zh-cht": "下載MeshCmd", "xloc": [ "default.handlebars->119->1368", - "default3.handlebars->117->1370" + "default3.handlebars->117->1355" ] }, { @@ -28334,7 +28334,7 @@ "zh-cht": "下載MeshCmd,這是一個多功能的指令執行工具。", "xloc": [ "default.handlebars->119->403", - "default3.handlebars->117->414" + "default3.handlebars->117->399" ] }, { @@ -28396,7 +28396,7 @@ "default.handlebars->119->2738", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv", - "default3.handlebars->117->2750", + "default3.handlebars->117->2735", "default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv" ] }, @@ -28427,7 +28427,7 @@ "zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。", "xloc": [ "default.handlebars->119->1361", - "default3.handlebars->117->1363" + "default3.handlebars->117->1348" ] }, { @@ -28517,7 +28517,7 @@ "zh-cht": "下載設備列表", "xloc": [ "default.handlebars->119->2280", - "default3.handlebars->117->2291" + "default3.handlebars->117->2276" ] }, { @@ -28547,7 +28547,7 @@ "zh-cht": "下載錯誤日誌", "xloc": [ "default.handlebars->119->212", - "default3.handlebars->117->225" + "default3.handlebars->117->210" ] }, { @@ -28577,7 +28577,7 @@ "zh-cht": "下載電源事件", "xloc": [ "default.handlebars->119->1316", - "default3.handlebars->117->1322" + "default3.handlebars->117->1307" ] }, { @@ -28727,7 +28727,7 @@ "zh-cht": "使用以下一種檔案格式下載裝置列表。", "xloc": [ "default.handlebars->119->803", - "default3.handlebars->117->814" + "default3.handlebars->117->799" ] }, { @@ -28757,7 +28757,7 @@ "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ "default.handlebars->119->2739", - "default3.handlebars->117->2751" + "default3.handlebars->117->2736" ] }, { @@ -28787,7 +28787,7 @@ "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ "default.handlebars->119->2816", - "default3.handlebars->117->2827" + "default3.handlebars->117->2812" ] }, { @@ -28908,7 +28908,7 @@ "zh-cht": "下載:“{0}”", "xloc": [ "default.handlebars->119->2600", - "default3.handlebars->117->2612" + "default3.handlebars->117->2597" ] }, { @@ -28938,7 +28938,7 @@ "zh-cht": "下載:\\\"{0}\\\",大小:{1}", "xloc": [ "default.handlebars->119->2657", - "default3.handlebars->117->2669" + "default3.handlebars->117->2654" ] }, { @@ -28975,7 +28975,7 @@ "nl": "Duo", "xloc": [ "default.handlebars->119->3019", - "default3.handlebars->117->3028", + "default3.handlebars->117->3013", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3" ] @@ -28986,8 +28986,8 @@ "xloc": [ "default.handlebars->119->1839", "default.handlebars->119->1841", - "default3.handlebars->117->1836", - "default3.handlebars->117->1838", + "default3.handlebars->117->1821", + "default3.handlebars->117->1823", "login2.handlebars->centralTable->1->0->logincell->resettokenpanel->resettokenpanelform->5->1->2farow2->1->3", "login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3" ] @@ -29019,7 +29019,7 @@ "zh-cht": "代理重複", "xloc": [ "default.handlebars->119->3368", - "default3.handlebars->117->3373" + "default3.handlebars->117->3358" ] }, { @@ -29079,7 +29079,7 @@ "zh-cht": "複製用戶群", "xloc": [ "default.handlebars->119->2885", - "default3.handlebars->117->2894" + "default3.handlebars->117->2879" ] }, { @@ -29139,11 +29139,11 @@ "default.handlebars->119->304", "default.handlebars->119->3155", "default.handlebars->119->3188", - "default3.handlebars->117->1267", - "default3.handlebars->117->312", - "default3.handlebars->117->314", - "default3.handlebars->117->3158", - "default3.handlebars->117->3191", + "default3.handlebars->117->1252", + "default3.handlebars->117->297", + "default3.handlebars->117->299", + "default3.handlebars->117->3145", + "default3.handlebars->117->3178", "player.handlebars->29->18" ] }, @@ -29201,7 +29201,7 @@ "xloc": [ "default-mobile.handlebars->53->161", "default.handlebars->119->1910", - "default3.handlebars->117->1906", + "default3.handlebars->117->1891", "login2.handlebars->17->47" ] }, @@ -29233,7 +29233,7 @@ "xloc": [ "default-mobile.handlebars->53->160", "default.handlebars->119->1909", - "default3.handlebars->117->1905", + "default3.handlebars->117->1890", "login2.handlebars->17->46" ] }, @@ -29407,8 +29407,8 @@ "xloc": [ "default.handlebars->119->262", "default.handlebars->119->264", - "default3.handlebars->117->272", - "default3.handlebars->117->274" + "default3.handlebars->117->257", + "default3.handlebars->117->259" ] }, { @@ -29691,9 +29691,9 @@ "default.handlebars->119->1379", "default.handlebars->119->1381", "default.handlebars->119->1388", - "default3.handlebars->117->1381", - "default3.handlebars->117->1382", - "default3.handlebars->117->1389" + "default3.handlebars->117->1366", + "default3.handlebars->117->1367", + "default3.handlebars->117->1374" ] }, { @@ -29733,12 +29733,12 @@ "default.handlebars->119->2371", "default.handlebars->119->2398", "default.handlebars->119->2410", - "default3.handlebars->117->2336", - "default3.handlebars->117->2339", - "default3.handlebars->117->2344", - "default3.handlebars->117->2383", - "default3.handlebars->117->2410", - "default3.handlebars->117->2422" + "default3.handlebars->117->2321", + "default3.handlebars->117->2324", + "default3.handlebars->117->2329", + "default3.handlebars->117->2368", + "default3.handlebars->117->2395", + "default3.handlebars->117->2407" ] }, { @@ -29768,7 +29768,7 @@ "zh-cht": "編輯裝置群功能", "xloc": [ "default.handlebars->119->2357", - "default3.handlebars->117->2369" + "default3.handlebars->117->2354" ] }, { @@ -29799,8 +29799,8 @@ "xloc": [ "default.handlebars->119->2395", "default.handlebars->119->2407", - "default3.handlebars->117->2407", - "default3.handlebars->117->2419" + "default3.handlebars->117->2392", + "default3.handlebars->117->2404" ] }, { @@ -29830,7 +29830,7 @@ "zh-cht": "編輯裝置群用戶同意", "xloc": [ "default.handlebars->119->2333", - "default3.handlebars->117->2345" + "default3.handlebars->117->2330" ] }, { @@ -29861,7 +29861,7 @@ "xloc": [ "default-mobile.handlebars->53->1004", "default.handlebars->119->2385", - "default3.handlebars->117->2397" + "default3.handlebars->117->2382" ] }, { @@ -29892,8 +29892,8 @@ "xloc": [ "default.handlebars->119->2400", "default.handlebars->119->2402", - "default3.handlebars->117->2412", - "default3.handlebars->117->2414" + "default3.handlebars->117->2397", + "default3.handlebars->117->2399" ] }, { @@ -29923,7 +29923,7 @@ "zh-cht": "編輯裝置標籤", "xloc": [ "default.handlebars->119->778", - "default3.handlebars->117->788" + "default3.handlebars->117->773" ] }, { @@ -29953,7 +29953,7 @@ "zh-cht": "編輯裝置用戶同意", "xloc": [ "default.handlebars->119->2335", - "default3.handlebars->117->2347" + "default3.handlebars->117->2332" ] }, { @@ -29983,7 +29983,7 @@ "zh-cht": "編輯群組", "xloc": [ "default.handlebars->119->1164", - "default3.handlebars->117->1173" + "default3.handlebars->117->1158" ] }, { @@ -30020,10 +30020,10 @@ "default.handlebars->119->935", "default.handlebars->119->940", "default.handlebars->119->941", - "default3.handlebars->117->1328", - "default3.handlebars->117->946", - "default3.handlebars->117->951", - "default3.handlebars->117->952" + "default3.handlebars->117->1313", + "default3.handlebars->117->931", + "default3.handlebars->117->936", + "default3.handlebars->117->937" ] }, { @@ -30054,14 +30054,14 @@ "xloc": [ "default-mobile.handlebars->53->1019", "default.handlebars->119->2417", - "default3.handlebars->117->2429" + "default3.handlebars->117->2414" ] }, { "en": "Edit Tags", "nl": "Bewerk Tags", "xloc": [ - "default3.handlebars->117->1388" + "default3.handlebars->117->1373" ] }, { @@ -30091,7 +30091,7 @@ "zh-cht": "編輯用戶同意", "xloc": [ "default.handlebars->119->2334", - "default3.handlebars->117->2346" + "default3.handlebars->117->2331" ] }, { @@ -30121,7 +30121,7 @@ "zh-cht": "編輯用戶裝置群權限", "xloc": [ "default.handlebars->119->2408", - "default3.handlebars->117->2420" + "default3.handlebars->117->2405" ] }, { @@ -30151,7 +30151,7 @@ "zh-cht": "編輯用戶裝置權限", "xloc": [ "default.handlebars->119->2403", - "default3.handlebars->117->2415" + "default3.handlebars->117->2400" ] }, { @@ -30181,7 +30181,7 @@ "zh-cht": "編輯用戶特徵", "xloc": [ "default.handlebars->119->3090", - "default3.handlebars->117->3099" + "default3.handlebars->117->3084" ] }, { @@ -30211,7 +30211,7 @@ "zh-cht": "編輯用戶群", "xloc": [ "default.handlebars->119->2942", - "default3.handlebars->117->2951" + "default3.handlebars->117->2936" ] }, { @@ -30241,7 +30241,7 @@ "zh-cht": "編輯用戶群裝置權限", "xloc": [ "default.handlebars->119->2405", - "default3.handlebars->117->2417" + "default3.handlebars->117->2402" ] }, { @@ -30271,7 +30271,7 @@ "zh-cht": "編輯用戶組功能", "xloc": [ "default.handlebars->119->2935", - "default3.handlebars->117->2944" + "default3.handlebars->117->2929" ] }, { @@ -30301,7 +30301,7 @@ "zh-cht": "編輯用戶組用戶同意", "xloc": [ "default.handlebars->119->2336", - "default3.handlebars->117->2348" + "default3.handlebars->117->2333" ] }, { @@ -30362,7 +30362,7 @@ "zh-cht": "編輯標籤", "xloc": [ "default.handlebars->119->753", - "default3.handlebars->117->764" + "default3.handlebars->117->749" ] }, { @@ -30454,12 +30454,12 @@ "default.handlebars->119->3032", "default.handlebars->119->3093", "default.handlebars->119->559", - "default3.handlebars->117->2845", - "default3.handlebars->117->2977", - "default3.handlebars->117->2979", - "default3.handlebars->117->3027", - "default3.handlebars->117->3041", - "default3.handlebars->117->570", + "default3.handlebars->117->2830", + "default3.handlebars->117->2962", + "default3.handlebars->117->2964", + "default3.handlebars->117->3012", + "default3.handlebars->117->3026", + "default3.handlebars->117->555", "login-mobile.handlebars->23->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->13->50", @@ -30486,8 +30486,8 @@ "xloc": [ "default.handlebars->119->2225", "default.handlebars->119->996", - "default3.handlebars->117->1007", - "default3.handlebars->117->2236" + "default3.handlebars->117->2221", + "default3.handlebars->117->992" ] }, { @@ -30518,7 +30518,7 @@ "xloc": [ "default-mobile.handlebars->53->328", "default.handlebars->119->2100", - "default3.handlebars->117->2097" + "default3.handlebars->117->2082" ] }, { @@ -30549,7 +30549,7 @@ "xloc": [ "default-mobile.handlebars->53->112", "default.handlebars->119->1836", - "default3.handlebars->117->1833" + "default3.handlebars->117->1818" ] }, { @@ -30675,8 +30675,8 @@ "xloc": [ "default.handlebars->119->1132", "default.handlebars->119->2467", - "default3.handlebars->117->1141", - "default3.handlebars->117->2479" + "default3.handlebars->117->1126", + "default3.handlebars->117->2464" ] }, { @@ -30733,7 +30733,7 @@ "xloc": [ "default-mobile.handlebars->53->326", "default.handlebars->119->2098", - "default3.handlebars->117->2095" + "default3.handlebars->117->2080" ] }, { @@ -30764,7 +30764,7 @@ "xloc": [ "default-mobile.handlebars->53->1077", "default.handlebars->119->3347", - "default3.handlebars->117->3352" + "default3.handlebars->117->3337" ] }, { @@ -30794,7 +30794,7 @@ "zh-cht": "電郵邀請", "xloc": [ "default.handlebars->119->556", - "default3.handlebars->117->567" + "default3.handlebars->117->552" ] }, { @@ -30824,7 +30824,7 @@ "zh-cht": "電郵未驗證", "xloc": [ "default.handlebars->119->2769", - "default3.handlebars->117->2781" + "default3.handlebars->117->2766" ] }, { @@ -30855,8 +30855,8 @@ "xloc": [ "default.handlebars->119->2770", "default.handlebars->119->2962", - "default3.handlebars->117->2782", - "default3.handlebars->117->2971" + "default3.handlebars->117->2767", + "default3.handlebars->117->2956" ] }, { @@ -30886,7 +30886,7 @@ "zh-cht": "電郵已驗證。", "xloc": [ "default.handlebars->119->2840", - "default3.handlebars->117->2851" + "default3.handlebars->117->2836" ] }, { @@ -30916,7 +30916,7 @@ "zh-cht": "電郵未驗證", "xloc": [ "default.handlebars->119->2963", - "default3.handlebars->117->2972" + "default3.handlebars->117->2957" ] }, { @@ -30973,7 +30973,7 @@ "xloc": [ "default-mobile.handlebars->53->1061", "default.handlebars->119->3331", - "default3.handlebars->117->3336", + "default3.handlebars->117->3321", "login-mobile.handlebars->23->2", "login.handlebars->13->2", "login2.handlebars->17->200" @@ -31063,7 +31063,7 @@ "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ "default.handlebars->119->2841", - "default3.handlebars->117->2852" + "default3.handlebars->117->2837" ] }, { @@ -31119,7 +31119,7 @@ "zh-cht": "電子郵件/短信/推送流量", "xloc": [ "default.handlebars->119->3429", - "default3.handlebars->117->3434" + "default3.handlebars->117->3419" ] }, { @@ -31242,7 +31242,7 @@ "zh-cht": "啟用邀請代碼", "xloc": [ "default.handlebars->119->2443", - "default3.handlebars->117->2455" + "default3.handlebars->117->2440" ] }, { @@ -31302,7 +31302,7 @@ "xloc": [ "default-mobile.handlebars->53->114", "default.handlebars->119->1838", - "default3.handlebars->117->1835" + "default3.handlebars->117->1820" ] }, { @@ -31365,9 +31365,9 @@ "default.handlebars->119->140", "default.handlebars->119->1749", "default.handlebars->119->3190", - "default3.handlebars->117->153", - "default3.handlebars->117->1747", - "default3.handlebars->117->3193" + "default3.handlebars->117->138", + "default3.handlebars->117->1732", + "default3.handlebars->117->3180" ] }, { @@ -31375,7 +31375,7 @@ "nl": "Duo twee factorauthenticatie ingeschakeld", "xloc": [ "default.handlebars->119->2711", - "default3.handlebars->117->2723" + "default3.handlebars->117->2708" ] }, { @@ -31405,7 +31405,7 @@ "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ "default.handlebars->119->2639", - "default3.handlebars->117->2651" + "default3.handlebars->117->2636" ] }, { @@ -31497,7 +31497,7 @@ "zh-cht": "編碼:RAW", "xloc": [ "default.handlebars->119->1603", - "default3.handlebars->117->1603", + "default3.handlebars->117->1588", "sharing.handlebars->47->89" ] }, @@ -31528,7 +31528,7 @@ "zh-cht": "編碼:UTF8", "xloc": [ "default.handlebars->119->1604", - "default3.handlebars->117->1604", + "default3.handlebars->117->1589", "sharing.handlebars->47->90" ] }, @@ -31541,7 +31541,7 @@ "xloc": [ "default-mobile.handlebars->53->909", "default.handlebars->119->1751", - "default3.handlebars->117->1749" + "default3.handlebars->117->1734" ] }, { @@ -31572,7 +31572,7 @@ "xloc": [ "default-mobile.handlebars->53->668", "default.handlebars->119->1438", - "default3.handlebars->117->1440", + "default3.handlebars->117->1425", "sharing-mobile.handlebars->53->25" ] }, @@ -31603,7 +31603,7 @@ "zh-cht": "時間結束", "xloc": [ "default.handlebars->119->3187", - "default3.handlebars->117->3190" + "default3.handlebars->117->3177" ] }, { @@ -31633,7 +31633,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ "default.handlebars->119->2562", - "default3.handlebars->117->2574" + "default3.handlebars->117->2559" ] }, { @@ -31663,7 +31663,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ "default.handlebars->119->2563", - "default3.handlebars->117->2575" + "default3.handlebars->117->2560" ] }, { @@ -31693,7 +31693,7 @@ "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒", "xloc": [ "default.handlebars->119->2672", - "default3.handlebars->117->2684" + "default3.handlebars->117->2669" ] }, { @@ -31723,7 +31723,7 @@ "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒", "xloc": [ "default.handlebars->119->2663", - "default3.handlebars->117->2675" + "default3.handlebars->117->2660" ] }, { @@ -31753,7 +31753,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ "default.handlebars->119->2560", - "default3.handlebars->117->2572" + "default3.handlebars->117->2557" ] }, { @@ -31783,7 +31783,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ "default.handlebars->119->2561", - "default3.handlebars->117->2573" + "default3.handlebars->117->2558" ] }, { @@ -31814,7 +31814,7 @@ "xloc": [ "default-mobile.handlebars->53->162", "default.handlebars->119->1911", - "default3.handlebars->117->1907", + "default3.handlebars->117->1892", "login2.handlebars->17->48" ] }, @@ -31846,7 +31846,7 @@ "xloc": [ "default-mobile.handlebars->53->163", "default.handlebars->119->1912", - "default3.handlebars->117->1908", + "default3.handlebars->117->1893", "login2.handlebars->17->49" ] }, @@ -31878,7 +31878,7 @@ "xloc": [ "default-mobile.handlebars->53->164", "default.handlebars->119->1913", - "default3.handlebars->117->1909", + "default3.handlebars->117->1894", "login2.handlebars->17->50" ] }, @@ -31910,7 +31910,7 @@ "xloc": [ "default-mobile.handlebars->53->165", "default.handlebars->119->1914", - "default3.handlebars->117->1910", + "default3.handlebars->117->1895", "login2.handlebars->17->51" ] }, @@ -31942,7 +31942,7 @@ "xloc": [ "default-mobile.handlebars->53->166", "default.handlebars->119->1915", - "default3.handlebars->117->1911", + "default3.handlebars->117->1896", "login2.handlebars->17->52" ] }, @@ -31974,7 +31974,7 @@ "xloc": [ "default-mobile.handlebars->53->167", "default.handlebars->119->1916", - "default3.handlebars->117->1912", + "default3.handlebars->117->1897", "login2.handlebars->17->53" ] }, @@ -32006,7 +32006,7 @@ "xloc": [ "default-mobile.handlebars->53->168", "default.handlebars->119->1917", - "default3.handlebars->117->1913", + "default3.handlebars->117->1898", "login2.handlebars->17->54" ] }, @@ -32038,7 +32038,7 @@ "xloc": [ "default-mobile.handlebars->53->169", "default.handlebars->119->1918", - "default3.handlebars->117->1914", + "default3.handlebars->117->1899", "login2.handlebars->17->55" ] }, @@ -32070,7 +32070,7 @@ "xloc": [ "default-mobile.handlebars->53->170", "default.handlebars->119->1919", - "default3.handlebars->117->1915", + "default3.handlebars->117->1900", "login2.handlebars->17->56" ] }, @@ -32102,7 +32102,7 @@ "xloc": [ "default-mobile.handlebars->53->171", "default.handlebars->119->1920", - "default3.handlebars->117->1916", + "default3.handlebars->117->1901", "login2.handlebars->17->57" ] }, @@ -32134,7 +32134,7 @@ "xloc": [ "default-mobile.handlebars->53->172", "default.handlebars->119->1921", - "default3.handlebars->117->1917", + "default3.handlebars->117->1902", "login2.handlebars->17->58" ] }, @@ -32166,7 +32166,7 @@ "xloc": [ "default-mobile.handlebars->53->173", "default.handlebars->119->1922", - "default3.handlebars->117->1918", + "default3.handlebars->117->1903", "login2.handlebars->17->59" ] }, @@ -32198,7 +32198,7 @@ "xloc": [ "default-mobile.handlebars->53->174", "default.handlebars->119->1923", - "default3.handlebars->117->1919", + "default3.handlebars->117->1904", "login2.handlebars->17->60" ] }, @@ -32259,10 +32259,10 @@ "default.handlebars->119->1567", "default.handlebars->119->2137", "default.handlebars->119->2138", - "default3.handlebars->117->1433", - "default3.handlebars->117->1567", - "default3.handlebars->117->2152", - "default3.handlebars->117->2153", + "default3.handlebars->117->1418", + "default3.handlebars->117->1552", + "default3.handlebars->117->2137", + "default3.handlebars->117->2138", "sharing-mobile.handlebars->53->19", "sharing.handlebars->47->55" ] @@ -32294,7 +32294,7 @@ "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ "default.handlebars->119->2845", - "default3.handlebars->117->2856" + "default3.handlebars->117->2841" ] }, { @@ -32324,7 +32324,7 @@ "zh-cht": "輸入IP地址範圍以掃描Intel® AMT裝置。", "xloc": [ "default.handlebars->119->544", - "default3.handlebars->117->555" + "default3.handlebars->117->540" ] }, { @@ -32409,7 +32409,7 @@ "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ "default.handlebars->119->1463", - "default3.handlebars->117->1465" + "default3.handlebars->117->1450" ] }, { @@ -32522,7 +32522,7 @@ "zh-cht": "在此處輸入保安編碼以進行兩步登入:", "xloc": [ "default.handlebars->119->229", - "default3.handlebars->117->241" + "default3.handlebars->117->226" ] }, { @@ -32552,7 +32552,7 @@ "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ "default.handlebars->119->1802", - "default3.handlebars->117->1799" + "default3.handlebars->117->1784" ] }, { @@ -32567,7 +32567,7 @@ "uk": "Введіть свою службу обміну повідомленнями. Після верифікації цей сервер зможе надсилати підтвердження входу та інші сповіщення.", "xloc": [ "default.handlebars->119->1808", - "default3.handlebars->117->1805" + "default3.handlebars->117->1790" ] }, { @@ -32598,7 +32598,7 @@ "xloc": [ "default-mobile.handlebars->53->71", "default.handlebars->119->224", - "default3.handlebars->117->236" + "default3.handlebars->117->221" ] }, { @@ -32706,8 +32706,8 @@ "zh-cht": "錯誤,無法新增密鑰。", "xloc": [ "default.handlebars->119->257", - "default3.handlebars->117->267", - "default3.handlebars->117->269" + "default3.handlebars->117->252", + "default3.handlebars->117->254" ] }, { @@ -32738,7 +32738,7 @@ "xloc": [ "default-mobile.handlebars->53->1069", "default.handlebars->119->3339", - "default3.handlebars->117->3344" + "default3.handlebars->117->3329" ] }, { @@ -32769,7 +32769,7 @@ "xloc": [ "default-mobile.handlebars->53->1066", "default.handlebars->119->3336", - "default3.handlebars->117->3341" + "default3.handlebars->117->3326" ] }, { @@ -32800,7 +32800,7 @@ "xloc": [ "default-mobile.handlebars->53->1065", "default.handlebars->119->3335", - "default3.handlebars->117->3340" + "default3.handlebars->117->3325" ] }, { @@ -32831,7 +32831,7 @@ "xloc": [ "default-mobile.handlebars->53->1064", "default.handlebars->119->3334", - "default3.handlebars->117->3339" + "default3.handlebars->117->3324" ] }, { @@ -32891,7 +32891,7 @@ "xloc": [ "default-mobile.handlebars->53->662", "default.handlebars->119->1432", - "default3.handlebars->117->1434", + "default3.handlebars->117->1419", "sharing-mobile.handlebars->53->20" ] }, @@ -32934,7 +32934,7 @@ "xloc": [ "default-mobile.handlebars->53->175", "default.handlebars->119->1924", - "default3.handlebars->117->1920", + "default3.handlebars->117->1905", "login2.handlebars->17->61" ] }, @@ -32992,7 +32992,7 @@ "xloc": [ "default-mobile.handlebars->53->176", "default.handlebars->119->1925", - "default3.handlebars->117->1921", + "default3.handlebars->117->1906", "login2.handlebars->17->62" ] }, @@ -33049,7 +33049,7 @@ "zh-cht": "事件詳情", "xloc": [ "default.handlebars->119->1615", - "default3.handlebars->117->1615" + "default3.handlebars->117->1600" ] }, { @@ -33079,7 +33079,7 @@ "zh-cht": "事件列表輸出", "xloc": [ "default.handlebars->119->2744", - "default3.handlebars->117->2756" + "default3.handlebars->117->2741" ] }, { @@ -33095,7 +33095,7 @@ "uk": "Записи подій", "xloc": [ "default.handlebars->119->3280", - "default3.handlebars->117->3283" + "default3.handlebars->117->3270" ] }, { @@ -33284,7 +33284,7 @@ "zh-cht": "到期", "xloc": [ "default.handlebars->119->346", - "default3.handlebars->117->356" + "default3.handlebars->117->341" ] }, { @@ -33316,9 +33316,9 @@ "default.handlebars->119->1251", "default.handlebars->119->2088", "default.handlebars->119->307", - "default3.handlebars->117->1260", - "default3.handlebars->117->2085", - "default3.handlebars->117->317" + "default3.handlebars->117->1245", + "default3.handlebars->117->2070", + "default3.handlebars->117->302" ] }, { @@ -33377,7 +33377,7 @@ "zh-cht": "過期{0}", "xloc": [ "default.handlebars->119->2151", - "default3.handlebars->117->2166", + "default3.handlebars->117->2151", "sharing.handlebars->47->100" ] }, @@ -33408,7 +33408,7 @@ "zh-cht": "輸出裝置訊息", "xloc": [ "default.handlebars->119->744", - "default3.handlebars->117->755" + "default3.handlebars->117->740" ] }, { @@ -33438,7 +33438,7 @@ "zh-cht": "擴充式ASCII", "xloc": [ "default.handlebars->119->1536", - "default3.handlebars->117->1536", + "default3.handlebars->117->1521", "sharing.handlebars->47->34" ] }, @@ -33500,7 +33500,7 @@ "zh-cht": "外部", "xloc": [ "default.handlebars->119->3409", - "default3.handlebars->117->3414" + "default3.handlebars->117->3399" ] }, { @@ -33530,7 +33530,7 @@ "zh-cht": "FIDO 密鑰", "xloc": [ "default.handlebars->119->3260", - "default3.handlebars->117->3263" + "default3.handlebars->117->3250" ] }, { @@ -33560,7 +33560,7 @@ "zh-cht": "完整網域名稱", "xloc": [ "default.handlebars->119->185", - "default3.handlebars->117->198" + "default3.handlebars->117->183" ] }, { @@ -33591,7 +33591,7 @@ "xloc": [ "default-mobile.handlebars->53->226", "default.handlebars->119->1975", - "default3.handlebars->117->1971", + "default3.handlebars->117->1956", "login2.handlebars->17->112" ] }, @@ -33608,8 +33608,8 @@ "xloc": [ "default.handlebars->119->1822", "default.handlebars->119->3065", - "default3.handlebars->117->1819", - "default3.handlebars->117->3074" + "default3.handlebars->117->1804", + "default3.handlebars->117->3059" ] }, { @@ -33640,7 +33640,7 @@ "xloc": [ "default-mobile.handlebars->53->177", "default.handlebars->119->1926", - "default3.handlebars->117->1922", + "default3.handlebars->117->1907", "login2.handlebars->17->63" ] }, @@ -33671,7 +33671,7 @@ "zh-cht": "失敗", "xloc": [ "default.handlebars->119->128", - "default3.handlebars->117->141" + "default3.handlebars->117->126" ] }, { @@ -33702,7 +33702,7 @@ "xloc": [ "default-mobile.handlebars->53->1060", "default.handlebars->119->3330", - "default3.handlebars->117->3335" + "default3.handlebars->117->3320" ] }, { @@ -33760,7 +33760,7 @@ "zh-cht": "未能簽署代理 {0}:{1}", "xloc": [ "default.handlebars->119->115", - "default3.handlebars->117->128" + "default3.handlebars->117->113" ] }, { @@ -33790,7 +33790,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ "default.handlebars->119->2585", - "default3.handlebars->117->2597" + "default3.handlebars->117->2582" ] }, { @@ -33846,7 +33846,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ "default.handlebars->119->2592", - "default3.handlebars->117->2604" + "default3.handlebars->117->2589" ] }, { @@ -33903,7 +33903,7 @@ "xloc": [ "default-mobile.handlebars->53->653", "default.handlebars->119->1392", - "default3.handlebars->117->1393", + "default3.handlebars->117->1378", "sharing-mobile.handlebars->53->11", "sharing.handlebars->47->30", "sharing.handlebars->47->8" @@ -33937,7 +33937,7 @@ "xloc": [ "default-mobile.handlebars->53->178", "default.handlebars->119->1927", - "default3.handlebars->117->1923", + "default3.handlebars->117->1908", "login2.handlebars->17->64" ] }, @@ -34003,9 +34003,9 @@ "default.handlebars->119->2209", "default.handlebars->119->2898", "default.handlebars->119->2989", - "default3.handlebars->117->2220", - "default3.handlebars->117->2907", - "default3.handlebars->117->2998" + "default3.handlebars->117->2205", + "default3.handlebars->117->2892", + "default3.handlebars->117->2983" ] }, { @@ -34036,7 +34036,7 @@ "xloc": [ "default-mobile.handlebars->53->179", "default.handlebars->119->1928", - "default3.handlebars->117->1924", + "default3.handlebars->117->1909", "login2.handlebars->17->65" ] }, @@ -34099,9 +34099,9 @@ "default.handlebars->119->1579", "default.handlebars->119->2541", "default.handlebars->119->868", - "default3.handlebars->117->1579", - "default3.handlebars->117->2553", - "default3.handlebars->117->879", + "default3.handlebars->117->1564", + "default3.handlebars->117->2538", + "default3.handlebars->117->864", "sharing-mobile.handlebars->53->90", "sharing.handlebars->47->66" ] @@ -34162,10 +34162,10 @@ "default.handlebars->119->1553", "default.handlebars->119->1555", "default.handlebars->119->1557", - "default3.handlebars->117->1551", - "default3.handlebars->117->1553", - "default3.handlebars->117->1555", - "default3.handlebars->117->1557", + "default3.handlebars->117->1536", + "default3.handlebars->117->1538", + "default3.handlebars->117->1540", + "default3.handlebars->117->1542", "sharing.handlebars->47->46", "sharing.handlebars->47->48" ] @@ -34215,9 +34215,9 @@ "default.handlebars->119->1747", "default.handlebars->119->1759", "default.handlebars->119->1766", - "default3.handlebars->117->1745", - "default3.handlebars->117->1757", - "default3.handlebars->117->1764" + "default3.handlebars->117->1730", + "default3.handlebars->117->1742", + "default3.handlebars->117->1749" ] }, { @@ -34247,7 +34247,7 @@ "zh-cht": "文件傳輸", "xloc": [ "default.handlebars->119->3161", - "default3.handlebars->117->3164" + "default3.handlebars->117->3151" ] }, { @@ -34277,7 +34277,7 @@ "zh-cht": "FileSystemDriver", "xloc": [ "default.handlebars->119->1480", - "default3.handlebars->117->1481" + "default3.handlebars->117->1466" ] }, { @@ -34319,15 +34319,15 @@ "default.handlebars->119->473", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", - "default3.handlebars->117->1119", - "default3.handlebars->117->1231", - "default3.handlebars->117->2275", - "default3.handlebars->117->2356", - "default3.handlebars->117->3174", - "default3.handlebars->117->3240", - "default3.handlebars->117->3293", - "default3.handlebars->117->3401", - "default3.handlebars->117->484", + "default3.handlebars->117->1104", + "default3.handlebars->117->1216", + "default3.handlebars->117->2260", + "default3.handlebars->117->2341", + "default3.handlebars->117->3161", + "default3.handlebars->117->3227", + "default3.handlebars->117->3280", + "default3.handlebars->117->3386", + "default3.handlebars->117->469", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default3.handlebars->contextMenu->cxfiles", "sharing-mobile.handlebars->53->8", @@ -34394,10 +34394,10 @@ "default.handlebars->119->2906", "default.handlebars->119->3011", "default.handlebars->119->988", - "default3.handlebars->117->2228", - "default3.handlebars->117->2915", - "default3.handlebars->117->3020", - "default3.handlebars->117->999" + "default3.handlebars->117->2213", + "default3.handlebars->117->2900", + "default3.handlebars->117->3005", + "default3.handlebars->117->984" ] }, { @@ -34430,10 +34430,10 @@ "default.handlebars->119->2905", "default.handlebars->119->3010", "default.handlebars->119->987", - "default3.handlebars->117->2227", - "default3.handlebars->117->2914", - "default3.handlebars->117->3019", - "default3.handlebars->117->998" + "default3.handlebars->117->2212", + "default3.handlebars->117->2899", + "default3.handlebars->117->3004", + "default3.handlebars->117->983" ] }, { @@ -34470,7 +34470,7 @@ "default.handlebars->container->column_l->p3->3->1->0->5", "default.handlebars->container->column_l->p31->3->1->0->5", "default.handlebars->container->column_l->p4->3->1->0->3->3", - "default3.handlebars->117->1563", + "default3.handlebars->117->1548", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", "default3.handlebars->container->column_l->p1->devListToolbarSpan->kvmListToolbar", "default3.handlebars->container->column_l->p16->3->1->0->1->1->1", @@ -34569,7 +34569,7 @@ "zh-cht": "查找文件", "xloc": [ "default.handlebars->119->1566", - "default3.handlebars->117->1566", + "default3.handlebars->117->1551", "sharing.handlebars->47->54" ] }, @@ -34600,7 +34600,7 @@ "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒", "xloc": [ "default.handlebars->119->2697", - "default3.handlebars->117->2709" + "default3.handlebars->117->2694" ] }, { @@ -34630,7 +34630,7 @@ "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ "default.handlebars->119->2558", - "default3.handlebars->117->2570" + "default3.handlebars->117->2555" ] }, { @@ -34661,7 +34661,7 @@ "xloc": [ "default-mobile.handlebars->53->180", "default.handlebars->119->1929", - "default3.handlebars->117->1925", + "default3.handlebars->117->1910", "login2.handlebars->17->66" ] }, @@ -34670,7 +34670,7 @@ "nl": "Firebase vereist nu een JSON bestand voor een serviceaccount, Firebase is uitgeschakeld.", "xloc": [ "default.handlebars->119->120", - "default3.handlebars->117->133" + "default3.handlebars->117->118" ] }, { @@ -34703,8 +34703,8 @@ "default-mobile.handlebars->53->777", "default.handlebars->119->959", "default.handlebars->119->961", - "default3.handlebars->117->970", - "default3.handlebars->117->972" + "default3.handlebars->117->955", + "default3.handlebars->117->957" ] }, { @@ -34735,8 +34735,8 @@ "xloc": [ "default.handlebars->119->2483", "default.handlebars->119->2497", - "default3.handlebars->117->2495", - "default3.handlebars->117->2509" + "default3.handlebars->117->2480", + "default3.handlebars->117->2494" ] }, { @@ -34748,7 +34748,7 @@ "uk": "Перша Невдача", "xloc": [ "default.handlebars->119->1491", - "default3.handlebars->117->1492" + "default3.handlebars->117->1477" ] }, { @@ -34786,8 +34786,8 @@ "default-mobile.handlebars->53->799", "default.handlebars->119->159", "default.handlebars->119->1631", - "default3.handlebars->117->1631", - "default3.handlebars->117->172" + "default3.handlebars->117->157", + "default3.handlebars->117->1616" ] }, { @@ -34820,7 +34820,7 @@ "zh-chs": "固定宽度接口", "zh-cht": "固定寬度接口", "xloc": [ - "default3.handlebars->117->71" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->uiSubmenu->7->3" ] }, { @@ -34891,7 +34891,7 @@ "zh-cht": "標誌", "xloc": [ "default.handlebars->119->2717", - "default3.handlebars->117->2729" + "default3.handlebars->117->2714" ] }, { @@ -34922,14 +34922,14 @@ "xloc": [ "default-mobile.handlebars->53->589", "default.handlebars->119->1267", - "default3.handlebars->117->1276" + "default3.handlebars->117->1261" ] }, { "en": "Flatly", "nl": "Plat", "xloc": [ - "default3.handlebars->117->2109" + "default3.handlebars->117->2094" ] }, { @@ -35020,7 +35020,7 @@ "zh-cht": "對於ACM激活,需要將英特爾®AMT設置為以下受信任的FQDN:", "xloc": [ "default.handlebars->119->534", - "default3.handlebars->117->545" + "default3.handlebars->117->530" ] }, { @@ -35195,9 +35195,9 @@ "default.handlebars->119->1792", "default.handlebars->119->756", "default.handlebars->119->797", - "default3.handlebars->117->1790", - "default3.handlebars->117->767", - "default3.handlebars->117->808" + "default3.handlebars->117->1775", + "default3.handlebars->117->752", + "default3.handlebars->117->793" ] }, { @@ -35227,7 +35227,7 @@ "zh-cht": "在選定的設備上強制更新代理?", "xloc": [ "default.handlebars->119->796", - "default3.handlebars->117->807" + "default3.handlebars->117->792" ] }, { @@ -35258,8 +35258,8 @@ "xloc": [ "default.handlebars->119->2839", "default.handlebars->119->3104", - "default3.handlebars->117->2850", - "default3.handlebars->117->3107" + "default3.handlebars->117->2835", + "default3.handlebars->117->3092" ] }, { @@ -35289,7 +35289,7 @@ "zh-cht": "強行斷開用戶 {0} 的桌面會話", "xloc": [ "default.handlebars->119->2685", - "default3.handlebars->117->2697" + "default3.handlebars->117->2682" ] }, { @@ -35319,7 +35319,7 @@ "zh-cht": "強制斷開用戶 {0} 的文件會話", "xloc": [ "default.handlebars->119->2687", - "default3.handlebars->117->2699" + "default3.handlebars->117->2684" ] }, { @@ -35349,7 +35349,7 @@ "zh-cht": "強制斷開用戶 {0} 的路由會話", "xloc": [ "default.handlebars->119->2688", - "default3.handlebars->117->2700" + "default3.handlebars->117->2685" ] }, { @@ -35379,7 +35379,7 @@ "zh-cht": "強制斷開用戶 {0} 的終端會話", "xloc": [ "default.handlebars->119->2686", - "default3.handlebars->117->2698" + "default3.handlebars->117->2683" ] }, { @@ -35499,7 +35499,7 @@ "zh-cht": "格式化", "xloc": [ "default.handlebars->119->2735", - "default3.handlebars->117->2747" + "default3.handlebars->117->2732" ] }, { @@ -35588,8 +35588,8 @@ "xloc": [ "default.handlebars->119->3353", "default.handlebars->119->3355", - "default3.handlebars->117->3358", - "default3.handlebars->117->3360" + "default3.handlebars->117->3343", + "default3.handlebars->117->3345" ] }, { @@ -35604,8 +35604,8 @@ "xloc": [ "default.handlebars->119->1825", "default.handlebars->119->3068", - "default3.handlebars->117->1822", - "default3.handlebars->117->3077" + "default3.handlebars->117->1807", + "default3.handlebars->117->3062" ] }, { @@ -35667,7 +35667,7 @@ "xloc": [ "default-mobile.handlebars->53->182", "default.handlebars->119->1931", - "default3.handlebars->117->1927", + "default3.handlebars->117->1912", "login2.handlebars->17->68" ] }, @@ -35699,7 +35699,7 @@ "xloc": [ "default-mobile.handlebars->53->183", "default.handlebars->119->1932", - "default3.handlebars->117->1928", + "default3.handlebars->117->1913", "login2.handlebars->17->69" ] }, @@ -35731,7 +35731,7 @@ "xloc": [ "default-mobile.handlebars->53->184", "default.handlebars->119->1933", - "default3.handlebars->117->1929", + "default3.handlebars->117->1914", "login2.handlebars->17->70" ] }, @@ -35763,7 +35763,7 @@ "xloc": [ "default-mobile.handlebars->53->185", "default.handlebars->119->1934", - "default3.handlebars->117->1930", + "default3.handlebars->117->1915", "login2.handlebars->17->71" ] }, @@ -35795,7 +35795,7 @@ "xloc": [ "default-mobile.handlebars->53->186", "default.handlebars->119->1935", - "default3.handlebars->117->1931", + "default3.handlebars->117->1916", "login2.handlebars->17->72" ] }, @@ -35827,7 +35827,7 @@ "xloc": [ "default-mobile.handlebars->53->181", "default.handlebars->119->1930", - "default3.handlebars->117->1926", + "default3.handlebars->117->1911", "login2.handlebars->17->67" ] }, @@ -35859,7 +35859,7 @@ "xloc": [ "default-mobile.handlebars->53->187", "default.handlebars->119->1936", - "default3.handlebars->117->1932", + "default3.handlebars->117->1917", "login2.handlebars->17->73" ] }, @@ -35891,7 +35891,7 @@ "xloc": [ "default-mobile.handlebars->53->188", "default.handlebars->119->1937", - "default3.handlebars->117->1933", + "default3.handlebars->117->1918", "login2.handlebars->17->74" ] }, @@ -35923,7 +35923,7 @@ "xloc": [ "default-mobile.handlebars->53->189", "default.handlebars->119->1938", - "default3.handlebars->117->1934", + "default3.handlebars->117->1919", "login2.handlebars->17->75" ] }, @@ -35960,9 +35960,9 @@ "default.handlebars->119->2144", "default.handlebars->119->2370", "default.handlebars->119->2851", - "default3.handlebars->117->2159", - "default3.handlebars->117->2382", - "default3.handlebars->117->2860" + "default3.handlebars->117->2144", + "default3.handlebars->117->2367", + "default3.handlebars->117->2845" ] }, { @@ -35992,7 +35992,7 @@ "zh-cht": "完整管理員(保留所有權利)", "xloc": [ "default.handlebars->119->2409", - "default3.handlebars->117->2421" + "default3.handlebars->117->2406" ] }, { @@ -36048,7 +36048,7 @@ "zh-cht": "完整裝置權限", "xloc": [ "default.handlebars->119->1141", - "default3.handlebars->117->1150" + "default3.handlebars->117->1135" ] }, { @@ -36078,7 +36078,7 @@ "zh-cht": "全部權限", "xloc": [ "default.handlebars->119->1163", - "default3.handlebars->117->1172" + "default3.handlebars->117->1157" ] }, { @@ -36174,7 +36174,7 @@ "zh-cht": "完整管理員", "xloc": [ "default.handlebars->119->2956", - "default3.handlebars->117->2965" + "default3.handlebars->117->2950" ] }, { @@ -36205,8 +36205,8 @@ "xloc": [ "default.handlebars->119->2237", "default.handlebars->119->2298", - "default3.handlebars->117->2248", - "default3.handlebars->117->2307" + "default3.handlebars->117->2233", + "default3.handlebars->117->2292" ] }, { @@ -36218,7 +36218,7 @@ "xloc": [ "default-mobile.handlebars->53->908", "default.handlebars->119->1750", - "default3.handlebars->117->1748" + "default3.handlebars->117->1733" ] }, { @@ -36230,7 +36230,7 @@ "xloc": [ "default-mobile.handlebars->53->910", "default.handlebars->119->1752", - "default3.handlebars->117->1750" + "default3.handlebars->117->1735" ] }, { @@ -36291,7 +36291,7 @@ "xloc": [ "default-mobile.handlebars->53->862", "default.handlebars->119->1704", - "default3.handlebars->117->1702" + "default3.handlebars->117->1687" ] }, { @@ -36322,7 +36322,7 @@ "xloc": [ "default-mobile.handlebars->53->191", "default.handlebars->119->1940", - "default3.handlebars->117->1936", + "default3.handlebars->117->1921", "login2.handlebars->17->77" ] }, @@ -36354,7 +36354,7 @@ "xloc": [ "default-mobile.handlebars->53->190", "default.handlebars->119->1939", - "default3.handlebars->117->1935", + "default3.handlebars->117->1920", "login2.handlebars->17->76" ] }, @@ -36385,7 +36385,7 @@ "xloc": [ "default-mobile.handlebars->53->192", "default.handlebars->119->1941", - "default3.handlebars->117->1937", + "default3.handlebars->117->1922", "login2.handlebars->17->78" ] }, @@ -36416,7 +36416,7 @@ "zh-cht": "閘道MAC", "xloc": [ "default.handlebars->119->180", - "default3.handlebars->117->193" + "default3.handlebars->117->178" ] }, { @@ -36446,7 +36446,7 @@ "xloc": [ "default-mobile.handlebars->53->824", "default.handlebars->119->1666", - "default3.handlebars->117->1666" + "default3.handlebars->117->1651" ] }, { @@ -36547,7 +36547,7 @@ "zh-cht": "一般訊息", "xloc": [ "default.handlebars->119->875", - "default3.handlebars->117->886" + "default3.handlebars->117->871" ] }, { @@ -36577,7 +36577,7 @@ "zh-cht": "產生新保安編碼", "xloc": [ "default.handlebars->119->243", - "default3.handlebars->117->254" + "default3.handlebars->117->239" ] }, { @@ -36607,7 +36607,7 @@ "zh-cht": "生成報告", "xloc": [ "default.handlebars->119->3218", - "default3.handlebars->117->3221" + "default3.handlebars->117->3208" ] }, { @@ -36668,7 +36668,7 @@ "xloc": [ "default-mobile.handlebars->53->193", "default.handlebars->119->1942", - "default3.handlebars->117->1938", + "default3.handlebars->117->1923", "login2.handlebars->17->79" ] }, @@ -36700,7 +36700,7 @@ "xloc": [ "default-mobile.handlebars->53->195", "default.handlebars->119->1944", - "default3.handlebars->117->1940", + "default3.handlebars->117->1925", "login2.handlebars->17->81" ] }, @@ -36732,7 +36732,7 @@ "xloc": [ "default-mobile.handlebars->53->196", "default.handlebars->119->1945", - "default3.handlebars->117->1941", + "default3.handlebars->117->1926", "login2.handlebars->17->82" ] }, @@ -36764,7 +36764,7 @@ "xloc": [ "default-mobile.handlebars->53->197", "default.handlebars->119->1946", - "default3.handlebars->117->1942", + "default3.handlebars->117->1927", "login2.handlebars->17->83" ] }, @@ -36796,7 +36796,7 @@ "xloc": [ "default-mobile.handlebars->53->198", "default.handlebars->119->1947", - "default3.handlebars->117->1943", + "default3.handlebars->117->1928", "login2.handlebars->17->84" ] }, @@ -36828,7 +36828,7 @@ "xloc": [ "default-mobile.handlebars->53->194", "default.handlebars->119->1943", - "default3.handlebars->117->1939", + "default3.handlebars->117->1924", "login2.handlebars->17->80" ] }, @@ -36860,7 +36860,7 @@ "xloc": [ "default-mobile.handlebars->53->199", "default.handlebars->119->1948", - "default3.handlebars->117->1944", + "default3.handlebars->117->1929", "login2.handlebars->17->85" ] }, @@ -36891,7 +36891,7 @@ "zh-cht": "獲取剪貼板", "xloc": [ "default.handlebars->119->1465", - "default3.handlebars->117->1467" + "default3.handlebars->117->1452" ] }, { @@ -36921,7 +36921,7 @@ "zh-cht": "獲取此裝置的MQTT登入憑證。", "xloc": [ "default.handlebars->119->1073", - "default3.handlebars->117->1084" + "default3.handlebars->117->1069" ] }, { @@ -36982,7 +36982,7 @@ "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ "default.handlebars->119->2572", - "default3.handlebars->117->2584" + "default3.handlebars->117->2569" ] }, { @@ -37004,7 +37004,7 @@ "uk": "Перейти до Теки", "xloc": [ "default.handlebars->119->1562", - "default3.handlebars->117->1562" + "default3.handlebars->117->1547" ] }, { @@ -37170,7 +37170,7 @@ "zh-cht": "好", "xloc": [ "default.handlebars->119->2140", - "default3.handlebars->117->2155" + "default3.handlebars->117->2140" ] }, { @@ -37235,7 +37235,7 @@ "xloc": [ "default-mobile.handlebars->53->73", "default.handlebars->119->226", - "default3.handlebars->117->238" + "default3.handlebars->117->223" ] }, { @@ -37267,9 +37267,9 @@ "default.handlebars->119->2161", "default.handlebars->119->2164", "default.handlebars->119->335", - "default3.handlebars->117->2176", - "default3.handlebars->117->2179", - "default3.handlebars->117->345" + "default3.handlebars->117->2161", + "default3.handlebars->117->2164", + "default3.handlebars->117->330" ] }, { @@ -37299,7 +37299,7 @@ "zh-cht": "Google雲端硬盤控制台", "xloc": [ "default.handlebars->119->2158", - "default3.handlebars->117->2173" + "default3.handlebars->117->2158" ] }, { @@ -37359,7 +37359,7 @@ "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ "default.handlebars->119->2162", - "default3.handlebars->117->2177" + "default3.handlebars->117->2162" ] }, { @@ -37389,7 +37389,7 @@ "zh-cht": "谷歌遊戲商店", "xloc": [ "default.handlebars->119->656", - "default3.handlebars->117->667" + "default3.handlebars->117->652" ] }, { @@ -37420,7 +37420,7 @@ "xloc": [ "default-mobile.handlebars->53->200", "default.handlebars->119->1949", - "default3.handlebars->117->1945", + "default3.handlebars->117->1930", "login2.handlebars->17->86" ] }, @@ -37454,8 +37454,8 @@ "default.handlebars->119->3234", "default.handlebars->119->903", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1", - "default3.handlebars->117->3237", - "default3.handlebars->117->914", + "default3.handlebars->117->3224", + "default3.handlebars->117->899", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1" ] }, @@ -37491,9 +37491,9 @@ "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", "default.handlebars->container->column_l->p50->3->1->0->3->p50userGroupOps", - "default3.handlebars->117->2797", - "default3.handlebars->117->2884", - "default3.handlebars->117->772", + "default3.handlebars->117->2782", + "default3.handlebars->117->2869", + "default3.handlebars->117->757", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", "default3.handlebars->container->column_l->p4->3->1->0->1->1", "default3.handlebars->container->column_l->p50->3->1->0->1->p50userGroupOps" @@ -37526,7 +37526,7 @@ "zh-cht": "通過...分群", "xloc": [ "default.handlebars->119->2731", - "default3.handlebars->117->2743" + "default3.handlebars->117->2728" ] }, { @@ -37557,7 +37557,7 @@ "xloc": [ "agent-translations.json", "default.handlebars->119->2892", - "default3.handlebars->117->2901" + "default3.handlebars->117->2886" ] }, { @@ -37587,7 +37587,7 @@ "zh-cht": "群組成員", "xloc": [ "default.handlebars->119->2917", - "default3.handlebars->117->2926" + "default3.handlebars->117->2911" ] }, { @@ -37632,7 +37632,7 @@ "uk": "Тип Групи", "xloc": [ "default.handlebars->119->2893", - "default3.handlebars->117->2902" + "default3.handlebars->117->2887" ] }, { @@ -37663,8 +37663,8 @@ "xloc": [ "default.handlebars->119->3202", "default.handlebars->119->3205", - "default3.handlebars->117->3205", - "default3.handlebars->117->3208" + "default3.handlebars->117->3192", + "default3.handlebars->117->3195" ] }, { @@ -37694,7 +37694,7 @@ "zh-cht": "團隊名字", "xloc": [ "default.handlebars->119->2715", - "default3.handlebars->117->2727" + "default3.handlebars->117->2712" ] }, { @@ -37724,7 +37724,7 @@ "zh-cht": "用戶{0}的群組權限。", "xloc": [ "default.handlebars->119->2369", - "default3.handlebars->117->2381" + "default3.handlebars->117->2366" ] }, { @@ -37754,7 +37754,7 @@ "zh-cht": "{0}的群組權限。", "xloc": [ "default.handlebars->119->2368", - "default3.handlebars->117->2380" + "default3.handlebars->117->2365" ] }, { @@ -37873,7 +37873,7 @@ "zh-cht": "來賓", "xloc": [ "default.handlebars->119->3224", - "default3.handlebars->117->3227" + "default3.handlebars->117->3214" ] }, { @@ -37904,8 +37904,8 @@ "xloc": [ "default.handlebars->119->1219", "default.handlebars->119->297", - "default3.handlebars->117->1228", - "default3.handlebars->117->307" + "default3.handlebars->117->1213", + "default3.handlebars->117->292" ] }, { @@ -37936,8 +37936,8 @@ "xloc": [ "default.handlebars->119->1148", "default.handlebars->119->1173", - "default3.handlebars->117->1157", - "default3.handlebars->117->1182" + "default3.handlebars->117->1142", + "default3.handlebars->117->1167" ] }, { @@ -37967,7 +37967,7 @@ "zh-cht": "嘉賓分享", "xloc": [ "default.handlebars->119->2377", - "default3.handlebars->117->2389" + "default3.handlebars->117->2374" ] }, { @@ -37998,7 +37998,7 @@ "xloc": [ "default-mobile.handlebars->53->201", "default.handlebars->119->1950", - "default3.handlebars->117->1946", + "default3.handlebars->117->1931", "login2.handlebars->17->87" ] }, @@ -38033,10 +38033,10 @@ "default.handlebars->119->1226", "default.handlebars->119->3392", "default.handlebars->119->451", - "default3.handlebars->117->1069", - "default3.handlebars->117->1235", - "default3.handlebars->117->3397", - "default3.handlebars->117->462" + "default3.handlebars->117->1054", + "default3.handlebars->117->1220", + "default3.handlebars->117->3382", + "default3.handlebars->117->447" ] }, { @@ -38065,7 +38065,7 @@ "zh-cht": "HTTP 連接", "xloc": [ "default.handlebars->119->864", - "default3.handlebars->117->875" + "default3.handlebars->117->860" ] }, { @@ -38094,7 +38094,7 @@ "zh-cht": "HTTP遠程連接端口:", "xloc": [ "default.handlebars->119->863", - "default3.handlebars->117->874" + "default3.handlebars->117->859" ] }, { @@ -38123,8 +38123,8 @@ "xloc": [ "default.handlebars->119->1112", "default.handlebars->119->2268", - "default3.handlebars->117->1123", - "default3.handlebars->117->2279" + "default3.handlebars->117->1108", + "default3.handlebars->117->2264" ] }, { @@ -38139,7 +38139,7 @@ "uk": "HTTP/{0} лінк", "xloc": [ "default.handlebars->119->324", - "default3.handlebars->117->334" + "default3.handlebars->117->319" ] }, { @@ -38172,9 +38172,9 @@ "default.handlebars->119->1059", "default.handlebars->119->1227", "default.handlebars->119->452", - "default3.handlebars->117->1070", - "default3.handlebars->117->1236", - "default3.handlebars->117->463" + "default3.handlebars->117->1055", + "default3.handlebars->117->1221", + "default3.handlebars->117->448" ] }, { @@ -38203,7 +38203,7 @@ "zh-cht": "HTTPS 連接", "xloc": [ "default.handlebars->119->866", - "default3.handlebars->117->877" + "default3.handlebars->117->862" ] }, { @@ -38232,7 +38232,7 @@ "zh-cht": "HTTPS遠程連接端口:", "xloc": [ "default.handlebars->119->865", - "default3.handlebars->117->876" + "default3.handlebars->117->861" ] }, { @@ -38261,8 +38261,8 @@ "xloc": [ "default.handlebars->119->1113", "default.handlebars->119->2269", - "default3.handlebars->117->1124", - "default3.handlebars->117->2280" + "default3.handlebars->117->1109", + "default3.handlebars->117->2265" ] }, { @@ -38290,7 +38290,7 @@ "uk": "HTTPS/{0}", "xloc": [ "default.handlebars->119->325", - "default3.handlebars->117->335" + "default3.handlebars->117->320" ] }, { @@ -38356,7 +38356,7 @@ "xloc": [ "default-mobile.handlebars->53->202", "default.handlebars->119->1951", - "default3.handlebars->117->1947", + "default3.handlebars->117->1932", "login2.handlebars->17->88" ] }, @@ -38373,8 +38373,8 @@ "xloc": [ "default.handlebars->119->1818", "default.handlebars->119->3061", - "default3.handlebars->117->1815", - "default3.handlebars->117->3070" + "default3.handlebars->117->1800", + "default3.handlebars->117->3055" ] }, { @@ -38404,7 +38404,7 @@ "zh-cht": "處理計數", "xloc": [ "default.handlebars->119->143", - "default3.handlebars->117->156" + "default3.handlebars->117->141" ] }, { @@ -38464,7 +38464,7 @@ "xloc": [ "default-mobile.handlebars->53->945", "default.handlebars->119->1788", - "default3.handlebars->117->1786" + "default3.handlebars->117->1771" ] }, { @@ -38494,7 +38494,7 @@ "zh-cht": "硬件一次性密碼", "xloc": [ "default.handlebars->119->3262", - "default3.handlebars->117->3265" + "default3.handlebars->117->3252" ] }, { @@ -38524,7 +38524,7 @@ "zh-cht": "硬件密鑰", "xloc": [ "default.handlebars->119->247", - "default3.handlebars->117->258" + "default3.handlebars->117->243" ] }, { @@ -38554,7 +38554,7 @@ "zh-cht": "堆總數", "xloc": [ "default.handlebars->119->3411", - "default3.handlebars->117->3416" + "default3.handlebars->117->3401" ] }, { @@ -38584,7 +38584,7 @@ "zh-cht": "堆使用", "xloc": [ "default.handlebars->119->3410", - "default3.handlebars->117->3415" + "default3.handlebars->117->3400" ] }, { @@ -38615,7 +38615,7 @@ "xloc": [ "default-mobile.handlebars->53->203", "default.handlebars->119->1952", - "default3.handlebars->117->1948", + "default3.handlebars->117->1933", "login2.handlebars->17->89" ] }, @@ -38735,7 +38735,7 @@ "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ "default.handlebars->119->2649", - "default3.handlebars->117->2661" + "default3.handlebars->117->2646" ] }, { @@ -38766,7 +38766,7 @@ "xloc": [ "default-mobile.handlebars->53->426", "default.handlebars->119->457", - "default3.handlebars->117->468" + "default3.handlebars->117->453" ] }, { @@ -38796,7 +38796,7 @@ "zh-cht": "從{0}請求的幫助:{1}", "xloc": [ "default.handlebars->119->271", - "default3.handlebars->117->281" + "default3.handlebars->117->266" ] }, { @@ -38815,10 +38815,10 @@ "default.handlebars->119->1139", "default.handlebars->119->2470", "default.handlebars->119->2474", - "default3.handlebars->117->1144", - "default3.handlebars->117->1148", - "default3.handlebars->117->2482", - "default3.handlebars->117->2486" + "default3.handlebars->117->1129", + "default3.handlebars->117->1133", + "default3.handlebars->117->2467", + "default3.handlebars->117->2471" ] }, { @@ -38849,7 +38849,7 @@ "xloc": [ "default-mobile.handlebars->53->318", "default.handlebars->119->2067", - "default3.handlebars->117->2063" + "default3.handlebars->117->2048" ] }, { @@ -38971,7 +38971,7 @@ "default.handlebars->119->5", "default.handlebars->119->709", "default3.handlebars->117->5", - "default3.handlebars->117->720" + "default3.handlebars->117->705" ] }, { @@ -39002,7 +39002,7 @@ "xloc": [ "default-mobile.handlebars->53->204", "default.handlebars->119->1953", - "default3.handlebars->117->1949", + "default3.handlebars->117->1934", "login2.handlebars->17->90" ] }, @@ -39060,7 +39060,7 @@ "xloc": [ "default-mobile.handlebars->53->743", "default.handlebars->119->1590", - "default3.handlebars->117->1590", + "default3.handlebars->117->1575", "sharing-mobile.handlebars->53->99", "sharing.handlebars->47->76" ] @@ -39093,7 +39093,7 @@ "xloc": [ "default-mobile.handlebars->53->747", "default.handlebars->119->1594", - "default3.handlebars->117->1594", + "default3.handlebars->117->1579", "sharing-mobile.handlebars->53->103", "sharing.handlebars->47->80" ] @@ -39126,7 +39126,7 @@ "xloc": [ "default-mobile.handlebars->53->741", "default.handlebars->119->1588", - "default3.handlebars->117->1588", + "default3.handlebars->117->1573", "sharing-mobile.handlebars->53->97", "sharing.handlebars->47->74" ] @@ -39159,7 +39159,7 @@ "xloc": [ "default-mobile.handlebars->53->745", "default.handlebars->119->1592", - "default3.handlebars->117->1592", + "default3.handlebars->117->1577", "sharing-mobile.handlebars->53->101", "sharing.handlebars->47->78" ] @@ -39192,7 +39192,7 @@ "xloc": [ "default-mobile.handlebars->53->386", "default.handlebars->119->2545", - "default3.handlebars->117->2557" + "default3.handlebars->117->2542" ] }, { @@ -39223,7 +39223,7 @@ "xloc": [ "default-mobile.handlebars->53->667", "default.handlebars->119->1437", - "default3.handlebars->117->1439", + "default3.handlebars->117->1424", "sharing-mobile.handlebars->53->24" ] }, @@ -39266,13 +39266,13 @@ "default.handlebars->119->509", "default.handlebars->119->518", "default.handlebars->119->908", - "default3.handlebars->117->1384", - "default3.handlebars->117->1644", - "default3.handlebars->117->2148", - "default3.handlebars->117->2207", - "default3.handlebars->117->520", - "default3.handlebars->117->529", - "default3.handlebars->117->919" + "default3.handlebars->117->1369", + "default3.handlebars->117->1629", + "default3.handlebars->117->2133", + "default3.handlebars->117->2192", + "default3.handlebars->117->505", + "default3.handlebars->117->514", + "default3.handlebars->117->904" ] }, { @@ -39302,7 +39302,7 @@ "zh-cht": "主機名同步", "xloc": [ "default.handlebars->119->2203", - "default3.handlebars->117->2214" + "default3.handlebars->117->2199" ] }, { @@ -39345,7 +39345,7 @@ "xloc": [ "default-mobile.handlebars->53->205", "default.handlebars->119->1954", - "default3.handlebars->117->1950", + "default3.handlebars->117->1935", "login2.handlebars->17->91" ] }, @@ -39376,7 +39376,7 @@ "zh-cht": "服務器所需的混合", "xloc": [ "default.handlebars->119->1402", - "default3.handlebars->117->1403" + "default3.handlebars->117->1388" ] }, { @@ -39407,8 +39407,8 @@ "xloc": [ "default.handlebars->119->3229", "default.handlebars->119->3268", - "default3.handlebars->117->3232", - "default3.handlebars->117->3271" + "default3.handlebars->117->3219", + "default3.handlebars->117->3258" ] }, { @@ -39491,8 +39491,8 @@ "xloc": [ "default.handlebars->119->545", "default.handlebars->119->547", - "default3.handlebars->117->556", - "default3.handlebars->117->558" + "default3.handlebars->117->541", + "default3.handlebars->117->543" ] }, { @@ -39539,7 +39539,7 @@ "uk": "Інформаційні записи про локацію IP", "xloc": [ "default.handlebars->119->3274", - "default3.handlebars->117->3277" + "default3.handlebars->117->3264" ] }, { @@ -39573,8 +39573,8 @@ "default-mobile.handlebars->53->572", "default.handlebars->119->420", "default.handlebars->119->727", - "default3.handlebars->117->431", - "default3.handlebars->117->738" + "default3.handlebars->117->416", + "default3.handlebars->117->723" ] }, { @@ -39604,7 +39604,7 @@ "zh-cht": "IP-KVM / 電源設備", "xloc": [ "default.handlebars->119->2123", - "default3.handlebars->117->2138" + "default3.handlebars->117->2123" ] }, { @@ -39634,7 +39634,7 @@ "zh-cht": "IP-KVM / 通過代理中繼的電源設備", "xloc": [ "default.handlebars->119->2124", - "default3.handlebars->117->2139" + "default3.handlebars->117->2124" ] }, { @@ -39665,7 +39665,7 @@ "xloc": [ "default-mobile.handlebars->53->958", "default.handlebars->119->2188", - "default3.handlebars->117->2199" + "default3.handlebars->117->2184" ] }, { @@ -39696,7 +39696,7 @@ "xloc": [ "default-mobile.handlebars->53->959", "default.handlebars->119->2189", - "default3.handlebars->117->2200" + "default3.handlebars->117->2185" ] }, { @@ -39727,8 +39727,8 @@ "xloc": [ "default.handlebars->119->1079", "default.handlebars->119->1080", - "default3.handlebars->117->1090", - "default3.handlebars->117->1091" + "default3.handlebars->117->1075", + "default3.handlebars->117->1076" ] }, { @@ -39758,7 +39758,7 @@ "zh-cht": "IP-KVM 端口已連接並可使用。", "xloc": [ "default.handlebars->119->419", - "default3.handlebars->117->430" + "default3.handlebars->117->415" ] }, { @@ -39788,7 +39788,7 @@ "zh-cht": "IP-KVM 端口已啟動並可以使用。", "xloc": [ "default.handlebars->119->726", - "default3.handlebars->117->737" + "default3.handlebars->117->722" ] }, { @@ -39820,8 +39820,8 @@ "default-mobile.handlebars->53->822", "default.handlebars->119->1655", "default.handlebars->119->1664", - "default3.handlebars->117->1655", - "default3.handlebars->117->1664" + "default3.handlebars->117->1640", + "default3.handlebars->117->1649" ] }, { @@ -39851,7 +39851,7 @@ "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ "default.handlebars->119->1653", - "default3.handlebars->117->1653" + "default3.handlebars->117->1638" ] }, { @@ -39884,9 +39884,9 @@ "default.handlebars->119->1652", "default.handlebars->119->1654", "default.handlebars->119->1667", - "default3.handlebars->117->1652", - "default3.handlebars->117->1654", - "default3.handlebars->117->1667" + "default3.handlebars->117->1637", + "default3.handlebars->117->1639", + "default3.handlebars->117->1652" ] }, { @@ -39917,8 +39917,8 @@ "xloc": [ "default.handlebars->119->174", "default.handlebars->119->192", - "default3.handlebars->117->187", - "default3.handlebars->117->205" + "default3.handlebars->117->172", + "default3.handlebars->117->190" ] }, { @@ -39949,8 +39949,8 @@ "xloc": [ "default.handlebars->119->178", "default.handlebars->119->196", - "default3.handlebars->117->191", - "default3.handlebars->117->209" + "default3.handlebars->117->176", + "default3.handlebars->117->194" ] }, { @@ -39981,8 +39981,8 @@ "xloc": [ "default.handlebars->119->176", "default.handlebars->119->194", - "default3.handlebars->117->189", - "default3.handlebars->117->207" + "default3.handlebars->117->174", + "default3.handlebars->117->192" ] }, { @@ -40013,7 +40013,7 @@ "xloc": [ "default-mobile.handlebars->53->827", "default.handlebars->119->1669", - "default3.handlebars->117->1669" + "default3.handlebars->117->1654" ] }, { @@ -40043,7 +40043,7 @@ "zh-cht": "IPv6地址", "xloc": [ "default.handlebars->119->186", - "default3.handlebars->117->199" + "default3.handlebars->117->184" ] }, { @@ -40073,7 +40073,7 @@ "zh-cht": "IPv6閘道", "xloc": [ "default.handlebars->119->190", - "default3.handlebars->117->203" + "default3.handlebars->117->188" ] }, { @@ -40103,7 +40103,7 @@ "zh-cht": "IPv6遮罩", "xloc": [ "default.handlebars->119->188", - "default3.handlebars->117->201" + "default3.handlebars->117->186" ] }, { @@ -40134,7 +40134,7 @@ "xloc": [ "default-mobile.handlebars->53->206", "default.handlebars->119->1955", - "default3.handlebars->117->1951", + "default3.handlebars->117->1936", "login2.handlebars->17->92" ] }, @@ -40166,7 +40166,7 @@ "xloc": [ "default-mobile.handlebars->53->640", "default.handlebars->119->1378", - "default3.handlebars->117->1380" + "default3.handlebars->117->1365" ] }, { @@ -40203,9 +40203,9 @@ "default.handlebars->119->1676", "default.handlebars->119->1702", "default.handlebars->119->1770", - "default3.handlebars->117->1643", - "default3.handlebars->117->1700", - "default3.handlebars->117->1768" + "default3.handlebars->117->1628", + "default3.handlebars->117->1685", + "default3.handlebars->117->1753" ] }, { @@ -40235,7 +40235,7 @@ "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ "default.handlebars->119->2312", - "default3.handlebars->117->2321" + "default3.handlebars->117->2306" ] }, { @@ -40429,7 +40429,7 @@ "uk": "Імпорт", "xloc": [ "default.handlebars->119->2244", - "default3.handlebars->117->2255" + "default3.handlebars->117->2240" ] }, { @@ -40473,9 +40473,9 @@ "default.handlebars->119->2286", "default.handlebars->119->2287", "default.handlebars->119->2291", - "default3.handlebars->117->2297", - "default3.handlebars->117->2298", - "default3.handlebars->117->2301" + "default3.handlebars->117->2282", + "default3.handlebars->117->2283", + "default3.handlebars->117->2286" ] }, { @@ -40491,7 +40491,7 @@ "uk": "Імпортувати пристрої Intel® AMT.", "xloc": [ "default.handlebars->119->2243", - "default3.handlebars->117->2254" + "default3.handlebars->117->2239" ] }, { @@ -40521,7 +40521,7 @@ "zh-cht": "以 MeshCommander JSON 格式導入本地英特爾® AMT 設備列表。", "xloc": [ "default.handlebars->119->2285", - "default3.handlebars->117->2296" + "default3.handlebars->117->2281" ] }, { @@ -40551,7 +40551,7 @@ "zh-cht": "導入設備列表", "xloc": [ "default.handlebars->119->2281", - "default3.handlebars->117->2292" + "default3.handlebars->117->2277" ] }, { @@ -40562,7 +40562,7 @@ "uk": "Вх", "xloc": [ "default.handlebars->119->444", - "default3.handlebars->117->455" + "default3.handlebars->117->440" ] }, { @@ -40621,7 +40621,7 @@ "zh-cht": "停用天數直到移除", "xloc": [ "default.handlebars->119->2354", - "default3.handlebars->117->2366" + "default3.handlebars->117->2351" ] }, { @@ -40681,7 +40681,7 @@ "zh-cht": "包括設備詳細信息", "xloc": [ "default.handlebars->119->810", - "default3.handlebars->117->821" + "default3.handlebars->117->806" ] }, { @@ -40763,7 +40763,7 @@ "zh-cht": "不一致的標誌", "xloc": [ "default.handlebars->119->1401", - "default3.handlebars->117->1402" + "default3.handlebars->117->1387" ] }, { @@ -40794,8 +40794,8 @@ "xloc": [ "default.handlebars->119->3255", "default.handlebars->119->3304", - "default3.handlebars->117->3258", - "default3.handlebars->117->3307" + "default3.handlebars->117->3245", + "default3.handlebars->117->3294" ] }, { @@ -40857,9 +40857,9 @@ "default.handlebars->119->372", "default.handlebars->119->373", "default.handlebars->119->374", - "default3.handlebars->117->383", - "default3.handlebars->117->384", - "default3.handlebars->117->385" + "default3.handlebars->117->368", + "default3.handlebars->117->369", + "default3.handlebars->117->370" ] }, { @@ -40890,7 +40890,7 @@ "xloc": [ "default-mobile.handlebars->53->207", "default.handlebars->119->1956", - "default3.handlebars->117->1952", + "default3.handlebars->117->1937", "login2.handlebars->17->93" ] }, @@ -40967,8 +40967,8 @@ "xloc": [ "default.handlebars->119->1824", "default.handlebars->119->3067", - "default3.handlebars->117->1821", - "default3.handlebars->117->3076" + "default3.handlebars->117->1806", + "default3.handlebars->117->3061" ] }, { @@ -41032,7 +41032,7 @@ "xloc": [ "default-mobile.handlebars->53->665", "default.handlebars->119->1435", - "default3.handlebars->117->1437", + "default3.handlebars->117->1422", "sharing-mobile.handlebars->53->22" ] }, @@ -41065,7 +41065,7 @@ "agent-translations.json", "default-mobile.handlebars->53->72", "default.handlebars->119->225", - "default3.handlebars->117->237" + "default3.handlebars->117->222" ] }, { @@ -41263,12 +41263,12 @@ "default.handlebars->119->596", "default.handlebars->119->613", "default.handlebars->119->617", - "default3.handlebars->117->2463", - "default3.handlebars->117->2470", - "default3.handlebars->117->586", - "default3.handlebars->117->607", - "default3.handlebars->117->624", - "default3.handlebars->117->628" + "default3.handlebars->117->2448", + "default3.handlebars->117->2455", + "default3.handlebars->117->571", + "default3.handlebars->117->592", + "default3.handlebars->117->609", + "default3.handlebars->117->613" ] }, { @@ -41279,7 +41279,7 @@ "uk": "Інсталював", "xloc": [ "default.handlebars->119->1488", - "default3.handlebars->117->1489" + "default3.handlebars->117->1474" ] }, { @@ -41290,7 +41290,7 @@ "uk": "Дата Інсталяції", "xloc": [ "default.handlebars->119->1489", - "default3.handlebars->117->1490" + "default3.handlebars->117->1475" ] }, { @@ -41321,7 +41321,7 @@ "xloc": [ "default.handlebars->119->1538", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", - "default3.handlebars->117->1538", + "default3.handlebars->117->1523", "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons", "sharing.handlebars->47->36", "sharing.handlebars->p12->9->1->terminalSettingsButtons" @@ -41354,14 +41354,14 @@ "zh-cht": "英特爾AMT", "xloc": [ "default.handlebars->119->3406", - "default3.handlebars->117->3411" + "default3.handlebars->117->3396" ] }, { "en": "Intel AMT CIRA", "xloc": [ "default.handlebars->119->3407", - "default3.handlebars->117->3412" + "default3.handlebars->117->3397" ] }, { @@ -41391,7 +41391,7 @@ "zh-cht": "英特爾 AMT CIRA 已連接", "xloc": [ "default.handlebars->119->274", - "default3.handlebars->117->284" + "default3.handlebars->117->269" ] }, { @@ -41421,7 +41421,7 @@ "zh-cht": "英特爾 AMT CIRA 斷開連接", "xloc": [ "default.handlebars->119->278", - "default3.handlebars->117->288" + "default3.handlebars->117->273" ] }, { @@ -41451,7 +41451,7 @@ "zh-cht": "英特爾 AMT 已連接", "xloc": [ "default.handlebars->119->275", - "default3.handlebars->117->285" + "default3.handlebars->117->270" ] }, { @@ -41507,7 +41507,7 @@ "zh-cht": "英特爾 AMT 斷開連接", "xloc": [ "default.handlebars->119->279", - "default3.handlebars->117->289" + "default3.handlebars->117->274" ] }, { @@ -41537,7 +41537,7 @@ "zh-cht": "英特爾 AMT 經理", "xloc": [ "default.handlebars->119->3437", - "default3.handlebars->117->3442" + "default3.handlebars->117->3427" ] }, { @@ -41593,7 +41593,7 @@ "zh-cht": "Intel ASCII", "xloc": [ "default.handlebars->119->1537", - "default3.handlebars->117->1537", + "default3.handlebars->117->1522", "sharing.handlebars->47->35" ] }, @@ -41636,16 +41636,16 @@ "default.handlebars->119->878", "default.handlebars->119->945", "default.handlebars->119->995", - "default3.handlebars->117->1006", - "default3.handlebars->117->1016", - "default3.handlebars->117->1104", - "default3.handlebars->117->2235", - "default3.handlebars->117->2249", - "default3.handlebars->117->2490", - "default3.handlebars->117->2503", - "default3.handlebars->117->3441", - "default3.handlebars->117->889", - "default3.handlebars->117->956" + "default3.handlebars->117->1001", + "default3.handlebars->117->1089", + "default3.handlebars->117->2220", + "default3.handlebars->117->2234", + "default3.handlebars->117->2475", + "default3.handlebars->117->2488", + "default3.handlebars->117->3426", + "default3.handlebars->117->874", + "default3.handlebars->117->941", + "default3.handlebars->117->991" ] }, { @@ -41675,7 +41675,7 @@ "zh-cht": "英特爾®AMT ACM", "xloc": [ "default.handlebars->119->543", - "default3.handlebars->117->554" + "default3.handlebars->117->539" ] }, { @@ -41706,7 +41706,7 @@ "xloc": [ "default-mobile.handlebars->53->540", "default.handlebars->119->1003", - "default3.handlebars->117->1014" + "default3.handlebars->117->999" ] }, { @@ -41790,9 +41790,9 @@ "default.handlebars->119->1002", "default.handlebars->119->423", "default.handlebars->119->730", - "default3.handlebars->117->1013", - "default3.handlebars->117->434", - "default3.handlebars->117->741" + "default3.handlebars->117->419", + "default3.handlebars->117->726", + "default3.handlebars->117->998" ] }, { @@ -41844,9 +41844,9 @@ "default.handlebars->119->528", "default.handlebars->119->529", "default.handlebars->119->531", - "default3.handlebars->117->539", - "default3.handlebars->117->540", - "default3.handlebars->117->542" + "default3.handlebars->117->524", + "default3.handlebars->117->525", + "default3.handlebars->117->527" ] }, { @@ -41876,7 +41876,7 @@ "zh-cht": "英特爾® AMT JSON", "xloc": [ "default.handlebars->119->808", - "default3.handlebars->117->819" + "default3.handlebars->117->804" ] }, { @@ -41936,8 +41936,8 @@ "xloc": [ "default.handlebars->119->1286", "default.handlebars->119->1299", - "default3.handlebars->117->1295", - "default3.handlebars->117->1308" + "default3.handlebars->117->1280", + "default3.handlebars->117->1293" ] }, { @@ -41967,7 +41967,7 @@ "zh-cht": "Intel® AMT政策", "xloc": [ "default.handlebars->119->2299", - "default3.handlebars->117->2308" + "default3.handlebars->117->2293" ] }, { @@ -42006,11 +42006,11 @@ "default.handlebars->119->1308", "default.handlebars->119->1310", "default.handlebars->119->1312", - "default3.handlebars->117->1309", - "default3.handlebars->117->1311", - "default3.handlebars->117->1313", - "default3.handlebars->117->1315", - "default3.handlebars->117->1317" + "default3.handlebars->117->1294", + "default3.handlebars->117->1296", + "default3.handlebars->117->1298", + "default3.handlebars->117->1300", + "default3.handlebars->117->1302" ] }, { @@ -42041,7 +42041,7 @@ "xloc": [ "default-mobile.handlebars->53->600", "default.handlebars->119->1280", - "default3.handlebars->117->1289" + "default3.handlebars->117->1274" ] }, { @@ -42072,7 +42072,7 @@ "xloc": [ "default-mobile.handlebars->53->601", "default.handlebars->119->1285", - "default3.handlebars->117->1294" + "default3.handlebars->117->1279" ] }, { @@ -42088,7 +42088,7 @@ "uk": "Завантаження у BIOS через Intel® AMT", "xloc": [ "default.handlebars->119->1282", - "default3.handlebars->117->1291" + "default3.handlebars->117->1276" ] }, { @@ -42096,7 +42096,7 @@ "nl": "Intel® AMT inschakelen op PXE", "xloc": [ "default.handlebars->119->1283", - "default3.handlebars->117->1292" + "default3.handlebars->117->1277" ] }, { @@ -42127,8 +42127,8 @@ "xloc": [ "default.handlebars->119->3166", "default.handlebars->119->3176", - "default3.handlebars->117->3169", - "default3.handlebars->117->3179", + "default3.handlebars->117->3156", + "default3.handlebars->117->3166", "player.handlebars->29->33" ] }, @@ -42160,7 +42160,7 @@ "xloc": [ "default-mobile.handlebars->53->599", "default.handlebars->119->1279", - "default3.handlebars->117->1288" + "default3.handlebars->117->1273" ] }, { @@ -42176,7 +42176,7 @@ "uk": "Скинути BIOS через Intel® AMT", "xloc": [ "default.handlebars->119->1281", - "default3.handlebars->117->1290" + "default3.handlebars->117->1275" ] }, { @@ -42184,7 +42184,7 @@ "nl": "Intel® AMT resetten naar PXE", "xloc": [ "default.handlebars->119->1284", - "default3.handlebars->117->1293" + "default3.handlebars->117->1278" ] }, { @@ -42214,7 +42214,7 @@ "zh-cht": "Intel® AMT標籤", "xloc": [ "default.handlebars->119->949", - "default3.handlebars->117->960" + "default3.handlebars->117->945" ] }, { @@ -42245,8 +42245,8 @@ "xloc": [ "default.handlebars->119->3165", "default.handlebars->119->3175", - "default3.handlebars->117->3168", - "default3.handlebars->117->3178", + "default3.handlebars->117->3155", + "default3.handlebars->117->3165", "player.handlebars->29->32" ] }, @@ -42305,8 +42305,8 @@ "default-mobile.handlebars->53->574", "default.handlebars->119->1083", "default.handlebars->119->1084", - "default3.handlebars->117->1094", - "default3.handlebars->117->1095" + "default3.handlebars->117->1079", + "default3.handlebars->117->1080" ] }, { @@ -42338,9 +42338,9 @@ "default.handlebars->119->1131", "default.handlebars->119->2094", "default.handlebars->119->2466", - "default3.handlebars->117->1140", - "default3.handlebars->117->2091", - "default3.handlebars->117->2478" + "default3.handlebars->117->1125", + "default3.handlebars->117->2076", + "default3.handlebars->117->2463" ] }, { @@ -42372,8 +42372,8 @@ "default-mobile.handlebars->53->575", "default.handlebars->119->1085", "default.handlebars->119->1086", - "default3.handlebars->117->1096", - "default3.handlebars->117->1097" + "default3.handlebars->117->1081", + "default3.handlebars->117->1082" ] }, { @@ -42384,7 +42384,7 @@ "uk": "Ім'я хоста Intel® AMT", "xloc": [ "default.handlebars->119->365", - "default3.handlebars->117->376" + "default3.handlebars->117->361" ] }, { @@ -42415,8 +42415,8 @@ "xloc": [ "default.handlebars->119->447", "default.handlebars->119->931", - "default3.handlebars->117->458", - "default3.handlebars->117->942" + "default3.handlebars->117->443", + "default3.handlebars->117->927" ] }, { @@ -42447,8 +42447,8 @@ "xloc": [ "default.handlebars->119->445", "default.handlebars->119->929", - "default3.handlebars->117->456", - "default3.handlebars->117->940" + "default3.handlebars->117->441", + "default3.handlebars->117->925" ] }, { @@ -42459,7 +42459,7 @@ "uk": "Intel® AMT знаходиться в режимі активації", "xloc": [ "default.handlebars->119->443", - "default3.handlebars->117->454" + "default3.handlebars->117->439" ] }, { @@ -42470,7 +42470,7 @@ "uk": "Intel® AMT не активовано", "xloc": [ "default.handlebars->119->441", - "default3.handlebars->117->452" + "default3.handlebars->117->437" ] }, { @@ -42500,7 +42500,7 @@ "zh-cht": "Intel® AMT可路由並可以使用。", "xloc": [ "default.handlebars->119->1004", - "default3.handlebars->117->1015" + "default3.handlebars->117->1000" ] }, { @@ -42531,8 +42531,8 @@ "xloc": [ "default.handlebars->119->425", "default.handlebars->119->732", - "default3.handlebars->117->436", - "default3.handlebars->117->743" + "default3.handlebars->117->421", + "default3.handlebars->117->728" ] }, { @@ -42563,7 +42563,7 @@ "xloc": [ "default-mobile.handlebars->53->524", "default.handlebars->119->933", - "default3.handlebars->117->944" + "default3.handlebars->117->929" ] }, { @@ -42650,8 +42650,8 @@ "default-mobile.handlebars->53->954", "default.handlebars->119->2127", "default.handlebars->119->2184", - "default3.handlebars->117->2142", - "default3.handlebars->117->2195" + "default3.handlebars->117->2127", + "default3.handlebars->117->2180" ] }, { @@ -42681,7 +42681,7 @@ "zh-cht": "英特爾®AMT設置", "xloc": [ "default.handlebars->119->535", - "default3.handlebars->117->546" + "default3.handlebars->117->531" ] }, { @@ -42691,7 +42691,7 @@ "uk": "Стан Intel® AMT", "xloc": [ "default.handlebars->119->366", - "default3.handlebars->117->377" + "default3.handlebars->117->362" ] }, { @@ -42747,7 +42747,7 @@ "zh-cht": "Intel® Active Management Technology", "xloc": [ "default.handlebars->119->944", - "default3.handlebars->117->955" + "default3.handlebars->117->940" ] }, { @@ -42778,7 +42778,7 @@ "xloc": [ "default-mobile.handlebars->53->850", "default.handlebars->119->1692", - "default3.handlebars->117->1690" + "default3.handlebars->117->1675" ] }, { @@ -42809,7 +42809,7 @@ "xloc": [ "default-mobile.handlebars->53->533", "default.handlebars->119->943", - "default3.handlebars->117->954" + "default3.handlebars->117->939" ] }, { @@ -42839,7 +42839,7 @@ "zh-cht": "Intel® Management Engine", "xloc": [ "default.handlebars->119->942", - "default3.handlebars->117->953" + "default3.handlebars->117->938" ] }, { @@ -42871,8 +42871,8 @@ "default-mobile.handlebars->53->535", "default.handlebars->119->1091", "default.handlebars->119->947", - "default3.handlebars->117->1102", - "default3.handlebars->117->958" + "default3.handlebars->117->1087", + "default3.handlebars->117->943" ] }, { @@ -42902,7 +42902,7 @@ "zh-cht": "Intel® Standard Manageability", "xloc": [ "default.handlebars->119->946", - "default3.handlebars->117->957" + "default3.handlebars->117->942" ] }, { @@ -42932,7 +42932,7 @@ "xloc": [ "default-mobile.handlebars->53->849", "default.handlebars->119->1691", - "default3.handlebars->117->1689" + "default3.handlebars->117->1674" ] }, { @@ -42962,7 +42962,7 @@ "zh-cht": "英特爾®AMT", "xloc": [ "default.handlebars->119->1092", - "default3.handlebars->117->1103" + "default3.handlebars->117->1088" ] }, { @@ -42992,7 +42992,7 @@ "zh-cht": "英特爾® SM", "xloc": [ "default.handlebars->119->1090", - "default3.handlebars->117->1101" + "default3.handlebars->117->1086" ] }, { @@ -43022,7 +43022,7 @@ "zh-cht": "英特爾(r) AMT 政策變更", "xloc": [ "default.handlebars->119->2692", - "default3.handlebars->117->2704" + "default3.handlebars->117->2689" ] }, { @@ -43280,7 +43280,7 @@ "zh-cht": "互動", "xloc": [ "default.handlebars->119->1481", - "default3.handlebars->117->1482" + "default3.handlebars->117->1467" ] }, { @@ -43315,11 +43315,11 @@ "default.handlebars->119->578", "default.handlebars->119->599", "default.handlebars->119->616", - "default3.handlebars->117->2466", - "default3.handlebars->117->2472", - "default3.handlebars->117->589", - "default3.handlebars->117->610", - "default3.handlebars->117->627" + "default3.handlebars->117->2451", + "default3.handlebars->117->2457", + "default3.handlebars->117->574", + "default3.handlebars->117->595", + "default3.handlebars->117->612" ] }, { @@ -43353,7 +43353,7 @@ "xloc": [ "default-mobile.handlebars->53->820", "default.handlebars->119->1662", - "default3.handlebars->117->1662" + "default3.handlebars->117->1647" ] }, { @@ -43385,7 +43385,7 @@ "zh-cht": "介面", "xloc": [ "default.handlebars->119->1051", - "default3.handlebars->117->1062" + "default3.handlebars->117->1047" ] }, { @@ -43445,7 +43445,7 @@ "xloc": [ "default-mobile.handlebars->53->208", "default.handlebars->119->1957", - "default3.handlebars->117->1953", + "default3.handlebars->117->1938", "login2.handlebars->17->94" ] }, @@ -43477,7 +43477,7 @@ "xloc": [ "default-mobile.handlebars->53->94", "default.handlebars->119->339", - "default3.handlebars->117->349" + "default3.handlebars->117->334" ] }, { @@ -43489,8 +43489,8 @@ "xloc": [ "default.handlebars->119->2807", "default.handlebars->119->2809", - "default3.handlebars->117->2818", - "default3.handlebars->117->2820" + "default3.handlebars->117->2803", + "default3.handlebars->117->2805" ] }, { @@ -43521,7 +43521,7 @@ "xloc": [ "default-mobile.handlebars->53->529", "default.handlebars->119->938", - "default3.handlebars->117->949" + "default3.handlebars->117->934" ] }, { @@ -43551,7 +43551,7 @@ "zh-cht": "無效的裝置群類型", "xloc": [ "default.handlebars->119->3367", - "default3.handlebars->117->3372" + "default3.handlebars->117->3357" ] }, { @@ -43581,7 +43581,7 @@ "zh-cht": "無效的JSON", "xloc": [ "default.handlebars->119->3361", - "default3.handlebars->117->3366" + "default3.handlebars->117->3351" ] }, { @@ -43614,9 +43614,9 @@ "default.handlebars->119->2813", "default.handlebars->119->2815", "default.handlebars->119->532", - "default3.handlebars->117->2824", - "default3.handlebars->117->2826", - "default3.handlebars->117->543" + "default3.handlebars->117->2809", + "default3.handlebars->117->2811", + "default3.handlebars->117->528" ] }, { @@ -43648,9 +43648,9 @@ "default.handlebars->119->2288", "default.handlebars->119->2811", "default.handlebars->119->530", - "default3.handlebars->117->2299", - "default3.handlebars->117->2822", - "default3.handlebars->117->541" + "default3.handlebars->117->2284", + "default3.handlebars->117->2807", + "default3.handlebars->117->526" ] }, { @@ -43680,7 +43680,7 @@ "zh-cht": "Let's Encrypt 電子郵件地址無效,無法解決:{0}", "xloc": [ "default.handlebars->119->108", - "default3.handlebars->117->121" + "default3.handlebars->117->106" ] }, { @@ -43710,7 +43710,7 @@ "zh-cht": "無效的 Let's Encrypt 主機名。", "xloc": [ "default.handlebars->119->104", - "default3.handlebars->117->117" + "default3.handlebars->117->102" ] }, { @@ -43740,7 +43740,7 @@ "zh-cht": "無效的 Let's Encrypt 名稱,不能包含 *。", "xloc": [ "default.handlebars->119->105", - "default3.handlebars->117->118" + "default3.handlebars->117->103" ] }, { @@ -43770,7 +43770,7 @@ "zh-cht": "Let's Encrypt 名稱無效,無法解析:{0}", "xloc": [ "default.handlebars->119->107", - "default3.handlebars->117->120" + "default3.handlebars->117->105" ] }, { @@ -43800,7 +43800,7 @@ "zh-cht": "無效的PKCS簽名", "xloc": [ "default.handlebars->119->3359", - "default3.handlebars->117->3364" + "default3.handlebars->117->3349" ] }, { @@ -43830,7 +43830,7 @@ "zh-cht": "無效的RSA密碼", "xloc": [ "default.handlebars->119->3360", - "default3.handlebars->117->3365" + "default3.handlebars->117->3350" ] }, { @@ -43861,7 +43861,7 @@ "xloc": [ "default-mobile.handlebars->53->1072", "default.handlebars->119->3342", - "default3.handlebars->117->3347" + "default3.handlebars->117->3332" ] }, { @@ -43891,7 +43891,7 @@ "zh-cht": "config.json 中的“LoginCookieEncryptionKey”無效。", "xloc": [ "default.handlebars->119->113", - "default3.handlebars->117->126" + "default3.handlebars->117->111" ] }, { @@ -43953,7 +43953,7 @@ "xloc": [ "default-mobile.handlebars->53->1052", "default.handlebars->119->3322", - "default3.handlebars->117->3327" + "default3.handlebars->117->3312" ] }, { @@ -44010,7 +44010,7 @@ "xloc": [ "default-mobile.handlebars->53->1051", "default.handlebars->119->3321", - "default3.handlebars->117->3326" + "default3.handlebars->117->3311" ] }, { @@ -44131,8 +44131,8 @@ "xloc": [ "default.handlebars->119->3257", "default.handlebars->119->3306", - "default3.handlebars->117->3260", - "default3.handlebars->117->3309" + "default3.handlebars->117->3247", + "default3.handlebars->117->3296" ] }, { @@ -44147,7 +44147,7 @@ "uk": "Хибне повідомлення", "xloc": [ "default.handlebars->119->3348", - "default3.handlebars->117->3353" + "default3.handlebars->117->3338" ] }, { @@ -44158,7 +44158,7 @@ "uk": "Хибна адреса у HTTP запиті", "xloc": [ "default.handlebars->119->74", - "default3.handlebars->117->87" + "default3.handlebars->117->72" ] }, { @@ -44191,8 +44191,8 @@ "default-mobile.handlebars->53->96", "default.handlebars->119->3320", "default.handlebars->119->341", - "default3.handlebars->117->3325", - "default3.handlebars->117->351" + "default3.handlebars->117->3310", + "default3.handlebars->117->336" ] }, { @@ -44240,7 +44240,7 @@ "xloc": [ "default-mobile.handlebars->53->1053", "default.handlebars->119->3323", - "default3.handlebars->117->3328" + "default3.handlebars->117->3313" ] }, { @@ -44301,7 +44301,7 @@ "zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效", "xloc": [ "default.handlebars->119->2661", - "default3.handlebars->117->2673" + "default3.handlebars->117->2658" ] }, { @@ -44332,7 +44332,7 @@ "xloc": [ "default-mobile.handlebars->53->1049", "default.handlebars->119->3319", - "default3.handlebars->117->3324" + "default3.handlebars->117->3309" ] }, { @@ -44388,7 +44388,7 @@ "zh-cht": "使電郵無效", "xloc": [ "default.handlebars->119->2779", - "default3.handlebars->117->2791" + "default3.handlebars->117->2776" ] }, { @@ -44444,7 +44444,7 @@ "zh-cht": "邀請鏈結({0})", "xloc": [ "default.handlebars->119->295", - "default3.handlebars->117->305" + "default3.handlebars->117->290" ] }, { @@ -44474,7 +44474,7 @@ "zh-cht": "邀請類型", "xloc": [ "default.handlebars->119->554", - "default3.handlebars->117->565" + "default3.handlebars->117->550" ] }, { @@ -44504,7 +44504,7 @@ "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ "default.handlebars->119->2456", - "default3.handlebars->117->2468" + "default3.handlebars->117->2453" ] }, { @@ -44565,9 +44565,9 @@ "default.handlebars->119->2250", "default.handlebars->119->504", "default.handlebars->119->601", - "default3.handlebars->117->2261", - "default3.handlebars->117->515", - "default3.handlebars->117->612" + "default3.handlebars->117->2246", + "default3.handlebars->117->500", + "default3.handlebars->117->597" ] }, { @@ -44603,12 +44603,12 @@ "default.handlebars->119->2457", "default.handlebars->119->2462", "default.handlebars->119->3317", - "default3.handlebars->117->2241", - "default3.handlebars->117->2456", - "default3.handlebars->117->2467", - "default3.handlebars->117->2469", - "default3.handlebars->117->2474", - "default3.handlebars->117->3322" + "default3.handlebars->117->2226", + "default3.handlebars->117->2441", + "default3.handlebars->117->2452", + "default3.handlebars->117->2454", + "default3.handlebars->117->2459", + "default3.handlebars->117->3307" ] }, { @@ -44638,7 +44638,7 @@ "zh-cht": "邀請代碼", "xloc": [ "default.handlebars->119->2720", - "default3.handlebars->117->2732" + "default3.handlebars->117->2717" ] }, { @@ -44668,7 +44668,7 @@ "zh-cht": "通過共享邀請鏈結來邀請某人安裝mesh agent。該鏈結將用戶指向“ {0} ”裝置群的安裝說明。該鏈結是公用的,不需要這伺服器的帳戶。", "xloc": [ "default.handlebars->119->581", - "default3.handlebars->117->592" + "default3.handlebars->117->577" ] }, { @@ -44699,8 +44699,8 @@ "xloc": [ "default.handlebars->119->2249", "default.handlebars->119->503", - "default3.handlebars->117->2260", - "default3.handlebars->117->514" + "default3.handlebars->117->2245", + "default3.handlebars->117->499" ] }, { @@ -44730,7 +44730,7 @@ "zh-cht": "邀請某人安裝mesh agent。將發送一封電郵,其中包含指向“ {0} ”裝置群的mesh agent安裝的鏈結。", "xloc": [ "default.handlebars->119->557", - "default3.handlebars->117->568" + "default3.handlebars->117->553" ] }, { @@ -44761,7 +44761,7 @@ "xloc": [ "default-mobile.handlebars->53->209", "default.handlebars->119->1958", - "default3.handlebars->117->1954", + "default3.handlebars->117->1939", "login2.handlebars->17->95" ] }, @@ -44792,7 +44792,7 @@ "zh-cht": "是 \\\"{0}\\\" 的中繼。", "xloc": [ "default.handlebars->119->2704", - "default3.handlebars->117->2716" + "default3.handlebars->117->2701" ] }, { @@ -44805,7 +44805,7 @@ "xloc": [ "default-mobile.handlebars->53->867", "default.handlebars->119->1709", - "default3.handlebars->117->1707" + "default3.handlebars->117->1692" ] }, { @@ -44818,7 +44818,7 @@ "xloc": [ "default-mobile.handlebars->53->870", "default.handlebars->119->1712", - "default3.handlebars->117->1710" + "default3.handlebars->117->1695" ] }, { @@ -44831,7 +44831,7 @@ "xloc": [ "default-mobile.handlebars->53->873", "default.handlebars->119->1715", - "default3.handlebars->117->1713" + "default3.handlebars->117->1698" ] }, { @@ -44862,7 +44862,7 @@ "xloc": [ "default-mobile.handlebars->53->210", "default.handlebars->119->1959", - "default3.handlebars->117->1955", + "default3.handlebars->117->1940", "login2.handlebars->17->96" ] }, @@ -44894,7 +44894,7 @@ "xloc": [ "default-mobile.handlebars->53->211", "default.handlebars->119->1960", - "default3.handlebars->117->1956", + "default3.handlebars->117->1941", "login2.handlebars->17->97" ] }, @@ -44961,7 +44961,7 @@ "zh-cht": "JSON", "xloc": [ "default.handlebars->119->2737", - "default3.handlebars->117->2749" + "default3.handlebars->117->2734" ] }, { @@ -44993,9 +44993,9 @@ "default.handlebars->119->2742", "default.handlebars->119->2819", "default.handlebars->119->806", - "default3.handlebars->117->2754", - "default3.handlebars->117->2830", - "default3.handlebars->117->817" + "default3.handlebars->117->2739", + "default3.handlebars->117->2815", + "default3.handlebars->117->802" ] }, { @@ -45005,7 +45005,7 @@ "uk": "Формат файлу JSON наведено далі:", "xloc": [ "default.handlebars->119->2802", - "default3.handlebars->117->2813" + "default3.handlebars->117->2798" ] }, { @@ -45036,7 +45036,7 @@ "xloc": [ "default-mobile.handlebars->53->212", "default.handlebars->119->1961", - "default3.handlebars->117->1957", + "default3.handlebars->117->1942", "login2.handlebars->17->98" ] }, @@ -45053,8 +45053,8 @@ "xloc": [ "default.handlebars->119->1819", "default.handlebars->119->3062", - "default3.handlebars->117->1816", - "default3.handlebars->117->3071" + "default3.handlebars->117->1801", + "default3.handlebars->117->3056" ] }, { @@ -45084,7 +45084,7 @@ "zh-cht": "已加入桌面Multiplex會話", "xloc": [ "default.handlebars->119->2555", - "default3.handlebars->117->2567" + "default3.handlebars->117->2552" ] }, { @@ -45114,14 +45114,14 @@ "zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"", "xloc": [ "default.handlebars->119->2694", - "default3.handlebars->117->2706" + "default3.handlebars->117->2691" ] }, { "en": "Journal", "nl": "Logging", "xloc": [ - "default3.handlebars->117->2110" + "default3.handlebars->117->2095" ] }, { @@ -45182,7 +45182,7 @@ "xloc": [ "default-mobile.handlebars->53->213", "default.handlebars->119->1962", - "default3.handlebars->117->1958", + "default3.handlebars->117->1943", "login2.handlebars->17->99" ] }, @@ -45214,7 +45214,7 @@ "xloc": [ "default-mobile.handlebars->53->214", "default.handlebars->119->1963", - "default3.handlebars->117->1959", + "default3.handlebars->117->1944", "login2.handlebars->17->100" ] }, @@ -45246,7 +45246,7 @@ "xloc": [ "default-mobile.handlebars->53->215", "default.handlebars->119->1964", - "default3.handlebars->117->1960", + "default3.handlebars->117->1945", "login2.handlebars->17->101" ] }, @@ -45277,7 +45277,7 @@ "zh-cht": "保留現有密碼", "xloc": [ "default.handlebars->119->2300", - "default3.handlebars->117->2309" + "default3.handlebars->117->2294" ] }, { @@ -45307,7 +45307,7 @@ "zh-cht": "內核驅動器", "xloc": [ "default.handlebars->119->1482", - "default3.handlebars->117->1483" + "default3.handlebars->117->1468" ] }, { @@ -45338,7 +45338,7 @@ "xloc": [ "default-mobile.handlebars->53->704", "default.handlebars->119->1524", - "default3.handlebars->117->1524", + "default3.handlebars->117->1509", "sharing-mobile.handlebars->53->52", "sharing-mobile.handlebars->53->69", "ssh.handlebars->19->15" @@ -45372,8 +45372,8 @@ "xloc": [ "default.handlebars->119->1855", "default.handlebars->119->1858", - "default3.handlebars->117->1851", - "default3.handlebars->117->1854" + "default3.handlebars->117->1836", + "default3.handlebars->117->1839" ] }, { @@ -45404,7 +45404,7 @@ "xloc": [ "default-mobile.handlebars->53->706", "default.handlebars->119->1526", - "default3.handlebars->117->1526", + "default3.handlebars->117->1511", "sharing-mobile.handlebars->53->53", "sharing-mobile.handlebars->53->70", "ssh.handlebars->19->17" @@ -45438,7 +45438,7 @@ "xloc": [ "default-mobile.handlebars->53->705", "default.handlebars->119->1525", - "default3.handlebars->117->1525", + "default3.handlebars->117->1510", "sharing-mobile.handlebars->53->55", "sharing-mobile.handlebars->53->72", "ssh.handlebars->19->16" @@ -45498,7 +45498,7 @@ "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1", "default.handlebars->119->1456", - "default3.handlebars->117->1458", + "default3.handlebars->117->1443", "sharing-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1" ] }, @@ -45529,7 +45529,7 @@ "zh-cht": "鍵盤字符串自定義", "xloc": [ "default.handlebars->119->1461", - "default3.handlebars->117->1463" + "default3.handlebars->117->1448" ] }, { @@ -45586,7 +45586,7 @@ "xloc": [ "default-mobile.handlebars->53->216", "default.handlebars->119->1965", - "default3.handlebars->117->1961", + "default3.handlebars->117->1946", "login2.handlebars->17->102" ] }, @@ -45617,7 +45617,7 @@ "zh-cht": "殺死進程{0} ({1})", "xloc": [ "default.handlebars->119->2570", - "default3.handlebars->117->2582" + "default3.handlebars->117->2567" ] }, { @@ -45659,7 +45659,7 @@ "xloc": [ "default-mobile.handlebars->53->217", "default.handlebars->119->1966", - "default3.handlebars->117->1962", + "default3.handlebars->117->1947", "login2.handlebars->17->103" ] }, @@ -45691,7 +45691,7 @@ "xloc": [ "default-mobile.handlebars->53->218", "default.handlebars->119->1967", - "default3.handlebars->117->1963", + "default3.handlebars->117->1948", "login2.handlebars->17->104" ] }, @@ -45723,7 +45723,7 @@ "xloc": [ "default-mobile.handlebars->53->848", "default.handlebars->119->1690", - "default3.handlebars->117->1688" + "default3.handlebars->117->1673" ] }, { @@ -45754,7 +45754,7 @@ "xloc": [ "default-mobile.handlebars->53->219", "default.handlebars->119->1968", - "default3.handlebars->117->1964", + "default3.handlebars->117->1949", "login2.handlebars->17->105" ] }, @@ -45786,7 +45786,7 @@ "xloc": [ "default-mobile.handlebars->53->220", "default.handlebars->119->1969", - "default3.handlebars->117->1965", + "default3.handlebars->117->1950", "login2.handlebars->17->106" ] }, @@ -45818,7 +45818,7 @@ "xloc": [ "default-mobile.handlebars->53->221", "default.handlebars->119->1970", - "default3.handlebars->117->1966", + "default3.handlebars->117->1951", "login2.handlebars->17->107" ] }, @@ -45850,8 +45850,8 @@ "xloc": [ "default.handlebars->119->1511", "default.handlebars->119->1542", - "default3.handlebars->117->1511", - "default3.handlebars->117->1542", + "default3.handlebars->117->1496", + "default3.handlebars->117->1527", "sharing.handlebars->47->26", "sharing.handlebars->47->40" ] @@ -45884,7 +45884,7 @@ "xloc": [ "default-mobile.handlebars->53->316", "default.handlebars->119->2065", - "default3.handlebars->117->2061" + "default3.handlebars->117->2046" ] }, { @@ -45970,7 +45970,7 @@ "zh-cht": "大焦點", "xloc": [ "default.handlebars->119->1428", - "default3.handlebars->117->1430" + "default3.handlebars->117->1415" ] }, { @@ -46167,7 +46167,7 @@ "xloc": [ "default.handlebars->119->3210", "default.handlebars->container->column_l->p40->3->1->p40time->9", - "default3.handlebars->117->3213", + "default3.handlebars->117->3200", "default3.handlebars->container->column_l->p40->3->3->p40time->9" ] }, @@ -46268,7 +46268,7 @@ "zh-cht": "過去 7 天", "xloc": [ "default.handlebars->119->3209", - "default3.handlebars->117->3212" + "default3.handlebars->117->3199" ] }, { @@ -46328,7 +46328,7 @@ "zh-cht": "最後訪問", "xloc": [ "default.handlebars->119->2750", - "default3.handlebars->117->2762" + "default3.handlebars->117->2747" ] }, { @@ -46347,11 +46347,11 @@ "default.handlebars->119->1628", "default.handlebars->119->360", "default.handlebars->119->392", - "default3.handlebars->117->1626", - "default3.handlebars->117->1627", - "default3.handlebars->117->1628", - "default3.handlebars->117->371", - "default3.handlebars->117->403" + "default3.handlebars->117->1611", + "default3.handlebars->117->1612", + "default3.handlebars->117->1613", + "default3.handlebars->117->356", + "default3.handlebars->117->388" ] }, { @@ -46381,7 +46381,7 @@ "zh-cht": "最後一天", "xloc": [ "default.handlebars->119->3208", - "default3.handlebars->117->3211" + "default3.handlebars->117->3198" ] }, { @@ -46411,7 +46411,7 @@ "zh-cht": "上次登入", "xloc": [ "default.handlebars->119->2993", - "default3.handlebars->117->3002" + "default3.handlebars->117->2987" ] }, { @@ -46443,8 +46443,8 @@ "default.handlebars->119->367", "default.handlebars->119->399", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->11", - "default3.handlebars->117->378", - "default3.handlebars->117->410", + "default3.handlebars->117->363", + "default3.handlebars->117->395", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->11" ] }, @@ -46475,7 +46475,7 @@ "zh-cht": "上次訪問:{0}", "xloc": [ "default.handlebars->119->2760", - "default3.handlebars->117->2772" + "default3.handlebars->117->2757" ] }, { @@ -46513,12 +46513,12 @@ "default.handlebars->119->1636", "default.handlebars->119->1637", "default.handlebars->119->165", - "default3.handlebars->117->1635", - "default3.handlebars->117->1636", - "default3.handlebars->117->1637", - "default3.handlebars->117->174", - "default3.handlebars->117->176", - "default3.handlebars->117->178" + "default3.handlebars->117->159", + "default3.handlebars->117->161", + "default3.handlebars->117->1620", + "default3.handlebars->117->1621", + "default3.handlebars->117->1622", + "default3.handlebars->117->163" ] }, { @@ -46552,9 +46552,9 @@ "default.handlebars->119->160", "default.handlebars->119->1632", "default.handlebars->119->1634", - "default3.handlebars->117->1632", - "default3.handlebars->117->1634", - "default3.handlebars->117->173" + "default3.handlebars->117->158", + "default3.handlebars->117->1617", + "default3.handlebars->117->1619" ] }, { @@ -46584,7 +46584,7 @@ "zh-cht": "上次更改:{0}", "xloc": [ "default.handlebars->119->2997", - "default3.handlebars->117->3006" + "default3.handlebars->117->2991" ] }, { @@ -46600,7 +46600,7 @@ "uk": "Записи часу останнього підключення", "xloc": [ "default.handlebars->119->3278", - "default3.handlebars->117->3281" + "default3.handlebars->117->3268" ] }, { @@ -46660,7 +46660,7 @@ "zh-cht": "最後介面更新", "xloc": [ "default.handlebars->119->167", - "default3.handlebars->117->180" + "default3.handlebars->117->165" ] }, { @@ -46690,7 +46690,7 @@ "zh-cht": "上次登入:{0}", "xloc": [ "default.handlebars->119->2761", - "default3.handlebars->117->2773" + "default3.handlebars->117->2758" ] }, { @@ -46721,8 +46721,8 @@ "xloc": [ "default.handlebars->119->1089", "default.handlebars->119->126", - "default3.handlebars->117->1100", - "default3.handlebars->117->139" + "default3.handlebars->117->1085", + "default3.handlebars->117->124" ] }, { @@ -46838,7 +46838,7 @@ "zh-cht": "最新版本", "xloc": [ "default.handlebars->119->206", - "default3.handlebars->117->219" + "default3.handlebars->117->204" ] }, { @@ -46869,7 +46869,7 @@ "xloc": [ "default-mobile.handlebars->53->222", "default.handlebars->119->1971", - "default3.handlebars->117->1967", + "default3.handlebars->117->1952", "login2.handlebars->17->108" ] }, @@ -46901,7 +46901,7 @@ "xloc": [ "default-mobile.handlebars->53->223", "default.handlebars->119->1972", - "default3.handlebars->117->1968", + "default3.handlebars->117->1953", "login2.handlebars->17->109" ] }, @@ -46932,7 +46932,7 @@ "zh-cht": "啟動MeshCentral路由器", "xloc": [ "default.handlebars->119->1349", - "default3.handlebars->117->1351" + "default3.handlebars->117->1336" ] }, { @@ -46988,7 +46988,7 @@ "zh-cht": "啟動基於Web的RDP連接到此裝置", "xloc": [ "default.handlebars->119->1069", - "default3.handlebars->117->1080" + "default3.handlebars->117->1065" ] }, { @@ -47018,7 +47018,7 @@ "zh-cht": "啟動到此設備的基於 Web 的 SSH 會話", "xloc": [ "default.handlebars->119->1071", - "default3.handlebars->117->1082" + "default3.handlebars->117->1067" ] }, { @@ -47048,7 +47048,7 @@ "zh-cht": "向此設備啟動基於 Web 的 VNC 會話", "xloc": [ "default.handlebars->119->1067", - "default3.handlebars->117->1078" + "default3.handlebars->117->1063" ] }, { @@ -47078,7 +47078,7 @@ "zh-cht": "如沒有請留空。", "xloc": [ "default.handlebars->119->3047", - "default3.handlebars->117->3056" + "default3.handlebars->117->3041" ] }, { @@ -47109,7 +47109,7 @@ "xloc": [ "default-mobile.handlebars->53->672", "default.handlebars->119->1441", - "default3.handlebars->117->1443", + "default3.handlebars->117->1428", "sharing-mobile.handlebars->53->28" ] }, @@ -47143,7 +47143,7 @@ "zh-chs": "左栏界面", "zh-cht": "左欄界面", "xloc": [ - "default3.handlebars->117->69" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->uiSubmenu->3->3" ] }, { @@ -47173,7 +47173,7 @@ "zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->119->2676", - "default3.handlebars->117->2688" + "default3.handlebars->117->2673" ] }, { @@ -47229,7 +47229,7 @@ "zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->119->2675", - "default3.handlebars->117->2687" + "default3.handlebars->117->2672" ] }, { @@ -47285,7 +47285,7 @@ "zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->119->2674", - "default3.handlebars->117->2686" + "default3.handlebars->117->2671" ] }, { @@ -47341,7 +47341,7 @@ "zh-cht": "{0} 秒後離開 Web-VNC 會話。", "xloc": [ "default.handlebars->119->2677", - "default3.handlebars->117->2689" + "default3.handlebars->117->2674" ] }, { @@ -47412,7 +47412,7 @@ "zh-cht": "離開桌面多路復用會話", "xloc": [ "default.handlebars->119->2556", - "default3.handlebars->117->2568" + "default3.handlebars->117->2553" ] }, { @@ -47442,7 +47442,7 @@ "zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->2695", - "default3.handlebars->117->2707" + "default3.handlebars->117->2692" ] }, { @@ -47472,7 +47472,7 @@ "zh-cht": "{0} 秒後離開桌面多路復用會話。", "xloc": [ "default.handlebars->119->2673", - "default3.handlebars->117->2685" + "default3.handlebars->117->2670" ] }, { @@ -47502,7 +47502,7 @@ "zh-cht": "長度", "xloc": [ "default.handlebars->119->3225", - "default3.handlebars->117->3228" + "default3.handlebars->117->3215" ] }, { @@ -47559,7 +47559,7 @@ "xloc": [ "default-mobile.handlebars->53->104", "default.handlebars->119->67", - "default3.handlebars->117->80" + "default3.handlebars->117->65" ] }, { @@ -47590,8 +47590,8 @@ "xloc": [ "default.handlebars->119->1154", "default.handlebars->119->1179", - "default3.handlebars->117->1163", - "default3.handlebars->117->1188" + "default3.handlebars->117->1148", + "default3.handlebars->117->1173" ] }, { @@ -47654,9 +47654,9 @@ "default.handlebars->119->1146", "default.handlebars->119->1171", "default.handlebars->119->2423", - "default3.handlebars->117->1155", - "default3.handlebars->117->1180", - "default3.handlebars->117->2435" + "default3.handlebars->117->1140", + "default3.handlebars->117->1165", + "default3.handlebars->117->2420" ] }, { @@ -47687,14 +47687,14 @@ "xloc": [ "default-mobile.handlebars->53->997", "default.handlebars->119->2376", - "default3.handlebars->117->2388" + "default3.handlebars->117->2373" ] }, { "en": "Line Break: Linux (LF)", "xloc": [ "default.handlebars->119->1606", - "default3.handlebars->117->1606", + "default3.handlebars->117->1591", "sharing.handlebars->47->92" ] }, @@ -47702,7 +47702,7 @@ "en": "Line Break: Mac (CR)", "xloc": [ "default.handlebars->119->1607", - "default3.handlebars->117->1607", + "default3.handlebars->117->1592", "sharing.handlebars->47->93" ] }, @@ -47710,7 +47710,7 @@ "en": "Line Break: Windows (CR LF)", "xloc": [ "default.handlebars->119->1605", - "default3.handlebars->117->1605", + "default3.handlebars->117->1590", "sharing.handlebars->47->91" ] }, @@ -47773,8 +47773,8 @@ "xloc": [ "default.handlebars->119->568", "default.handlebars->119->582", - "default3.handlebars->117->579", - "default3.handlebars->117->593" + "default3.handlebars->117->564", + "default3.handlebars->117->578" ] }, { @@ -47804,7 +47804,7 @@ "zh-cht": "鏈結邀請", "xloc": [ "default.handlebars->119->555", - "default3.handlebars->117->566" + "default3.handlebars->117->551" ] }, { @@ -47834,7 +47834,7 @@ "zh-cht": "鏈接", "xloc": [ "default.handlebars->119->393", - "default3.handlebars->117->404" + "default3.handlebars->117->389" ] }, { @@ -47868,7 +47868,7 @@ "default.handlebars->119->60", "default.handlebars->119->918", "default3.handlebars->117->60", - "default3.handlebars->117->929" + "default3.handlebars->117->914" ] }, { @@ -47898,7 +47898,7 @@ "zh-cht": "Linux (SSH/SCP/VNC)", "xloc": [ "default.handlebars->119->513", - "default3.handlebars->117->524" + "default3.handlebars->117->509" ] }, { @@ -47928,7 +47928,7 @@ "zh-cht": "Linux / BSD", "xloc": [ "default.handlebars->119->603", - "default3.handlebars->117->614" + "default3.handlebars->117->599" ] }, { @@ -47958,7 +47958,7 @@ "zh-cht": "Linux / BSD(解除安裝)", "xloc": [ "default.handlebars->119->609", - "default3.handlebars->117->620" + "default3.handlebars->117->605" ] }, { @@ -47991,7 +47991,7 @@ "agentinvite.handlebars->13->5", "agentinvite.handlebars->container->column_l->5->1->tlinuxbinarytab", "default.handlebars->119->604", - "default3.handlebars->117->615" + "default3.handlebars->117->600" ] }, { @@ -48154,7 +48154,7 @@ "zh-cht": "Linux ARM,Raspberry Pi(32位)", "xloc": [ "default.handlebars->119->1358", - "default3.handlebars->117->1360" + "default3.handlebars->117->1345" ] }, { @@ -48184,7 +48184,7 @@ "zh-cht": "Linux ARM, Raspberry Pi (64位)", "xloc": [ "default.handlebars->119->1359", - "default3.handlebars->117->1361" + "default3.handlebars->117->1346" ] }, { @@ -48222,8 +48222,8 @@ "xloc": [ "default.handlebars->119->2448", "default.handlebars->119->592", - "default3.handlebars->117->2460", - "default3.handlebars->117->603" + "default3.handlebars->117->2445", + "default3.handlebars->117->588" ] }, { @@ -48315,7 +48315,7 @@ "zh-cht": "Linux路徑", "xloc": [ "default.handlebars->119->792", - "default3.handlebars->117->803" + "default3.handlebars->117->788" ] }, { @@ -48407,7 +48407,7 @@ "zh-cht": "只限Linux", "xloc": [ "default.handlebars->119->566", - "default3.handlebars->117->577" + "default3.handlebars->117->562" ] }, { @@ -48437,7 +48437,7 @@ "zh-cht": "Linux x86(32位)", "xloc": [ "default.handlebars->119->1355", - "default3.handlebars->117->1357" + "default3.handlebars->117->1342" ] }, { @@ -48467,7 +48467,7 @@ "zh-cht": "Linux x86(64位)", "xloc": [ "default.handlebars->119->1354", - "default3.handlebars->117->1356" + "default3.handlebars->117->1341" ] }, { @@ -48499,8 +48499,8 @@ "default-mobile.handlebars->53->620", "default.handlebars->119->1294", "default.handlebars->119->818", - "default3.handlebars->117->1303", - "default3.handlebars->117->829" + "default3.handlebars->117->1288", + "default3.handlebars->117->814" ] }, { @@ -48593,7 +48593,7 @@ { "en": "Litera", "xloc": [ - "default3.handlebars->117->2111" + "default3.handlebars->117->2096" ] }, { @@ -48624,7 +48624,7 @@ "xloc": [ "default-mobile.handlebars->53->224", "default.handlebars->119->1973", - "default3.handlebars->117->1969", + "default3.handlebars->117->1954", "login2.handlebars->17->110" ] }, @@ -48694,11 +48694,11 @@ "default.handlebars->119->2179", "default.handlebars->119->3099", "default.handlebars->119->3148", - "default3.handlebars->117->1348", - "default3.handlebars->117->1841", - "default3.handlebars->117->2185", - "default3.handlebars->117->2189", - "default3.handlebars->117->3151" + "default3.handlebars->117->1333", + "default3.handlebars->117->1826", + "default3.handlebars->117->2170", + "default3.handlebars->117->2174", + "default3.handlebars->117->3138" ] }, { @@ -48728,7 +48728,7 @@ "zh-cht": "本地", "xloc": [ "default.handlebars->119->434", - "default3.handlebars->117->445", + "default3.handlebars->117->430", "messenger.handlebars->localVideo->1", "messenger.handlebars->remoteImage->3->4" ] @@ -48845,8 +48845,8 @@ "default-mobile.handlebars->53->956", "default.handlebars->119->2121", "default.handlebars->119->2186", - "default3.handlebars->117->2136", - "default3.handlebars->117->2197" + "default3.handlebars->117->2121", + "default3.handlebars->117->2182" ] }, { @@ -48907,7 +48907,7 @@ "zh-cht": "通過中繼代理的本地網絡連接。", "xloc": [ "default.handlebars->119->431", - "default3.handlebars->117->442" + "default3.handlebars->117->427" ] }, { @@ -48937,7 +48937,7 @@ "zh-cht": "本地網絡連接。", "xloc": [ "default.handlebars->119->433", - "default3.handlebars->117->444" + "default3.handlebars->117->429" ] }, { @@ -48967,7 +48967,7 @@ "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ "default.handlebars->119->2578", - "default3.handlebars->117->2590" + "default3.handlebars->117->2575" ] }, { @@ -48997,7 +48997,7 @@ "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ "default.handlebars->119->2579", - "default3.handlebars->117->2591" + "default3.handlebars->117->2576" ] }, { @@ -49030,7 +49030,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->3->5->0", "default.handlebars->119->2068", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->11", - "default3.handlebars->117->2064", + "default3.handlebars->117->2049", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->9" ] }, @@ -49061,7 +49061,7 @@ "zh-cht": "位置", "xloc": [ "default.handlebars->119->1053", - "default3.handlebars->117->1064" + "default3.handlebars->117->1049" ] }, { @@ -49121,7 +49121,7 @@ "zh-cht": "鎖定賬戶", "xloc": [ "default.handlebars->119->2859", - "default3.handlebars->117->2868" + "default3.handlebars->117->2853" ] }, { @@ -49151,7 +49151,7 @@ "zh-cht": "鎖定帳戶設置", "xloc": [ "default.handlebars->119->2863", - "default3.handlebars->117->2872" + "default3.handlebars->117->2857" ] }, { @@ -49182,7 +49182,7 @@ "xloc": [ "default-mobile.handlebars->53->613", "default.handlebars->119->1216", - "default3.handlebars->117->1225" + "default3.handlebars->117->1210" ] }, { @@ -49212,7 +49212,7 @@ "zh-cht": "鎖定賬戶", "xloc": [ "default.handlebars->119->2782", - "default3.handlebars->117->2794" + "default3.handlebars->117->2779" ] }, { @@ -49274,7 +49274,7 @@ "zh-cht": "鎖定遠程用戶的鼠標和鍵盤?", "xloc": [ "default.handlebars->119->1203", - "default3.handlebars->117->1212" + "default3.handlebars->117->1197" ] }, { @@ -49335,7 +49335,7 @@ "xloc": [ "default-mobile.handlebars->53->614", "default.handlebars->119->1217", - "default3.handlebars->117->1226" + "default3.handlebars->117->1211" ] }, { @@ -49368,9 +49368,9 @@ "default.handlebars->119->2762", "default.handlebars->119->488", "default.handlebars->119->978", - "default3.handlebars->117->2774", - "default3.handlebars->117->499", - "default3.handlebars->117->989" + "default3.handlebars->117->2759", + "default3.handlebars->117->484", + "default3.handlebars->117->974" ] }, { @@ -49410,10 +49410,10 @@ "default.handlebars->119->3256", "default.handlebars->119->3305", "default.handlebars->119->340", - "default3.handlebars->117->2962", - "default3.handlebars->117->3259", - "default3.handlebars->117->3308", - "default3.handlebars->117->350" + "default3.handlebars->117->2947", + "default3.handlebars->117->3246", + "default3.handlebars->117->3295", + "default3.handlebars->117->335" ] }, { @@ -49443,7 +49443,7 @@ "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ "default.handlebars->119->2604", - "default3.handlebars->117->2616" + "default3.handlebars->117->2601" ] }, { @@ -49473,7 +49473,7 @@ "zh-cht": "記錄事件", "xloc": [ "default.handlebars->119->1030", - "default3.handlebars->117->1041" + "default3.handlebars->117->1026" ] }, { @@ -49625,7 +49625,7 @@ "zh-cht": "登錄用戶", "xloc": [ "default.handlebars->119->362", - "default3.handlebars->117->373" + "default3.handlebars->117->358" ] }, { @@ -49718,7 +49718,7 @@ "zh-cht": "登錄令牌", "xloc": [ "default.handlebars->119->3267", - "default3.handlebars->117->3270" + "default3.handlebars->117->3257" ] }, { @@ -49751,7 +49751,7 @@ "zh-chs": "登录令牌已创建", "zh-cht": "登入權杖已建立", "xloc": [ - "default3.handlebars->117->361" + "default3.handlebars->117->346" ] }, { @@ -49843,7 +49843,7 @@ "xloc": [ "default-mobile.handlebars->53->67", "default.handlebars->119->220", - "default3.handlebars->117->232" + "default3.handlebars->117->217" ] }, { @@ -49906,7 +49906,7 @@ "xloc": [ "default-mobile.handlebars->topMenu->logoutMenuOption->logoutMenuOptionRef->0", "default.handlebars->119->63", - "default3.handlebars->117->76", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->25->3", "sharing-mobile.handlebars->topMenu->logoutMenuOption->0->0", "terms.handlebars->9->2" ] @@ -49914,13 +49914,13 @@ { "en": "Lumen", "xloc": [ - "default3.handlebars->117->2112" + "default3.handlebars->117->2097" ] }, { "en": "Lux", "xloc": [ - "default3.handlebars->117->2113" + "default3.handlebars->117->2098" ] }, { @@ -49951,7 +49951,7 @@ "xloc": [ "default-mobile.handlebars->53->225", "default.handlebars->119->1974", - "default3.handlebars->117->1970", + "default3.handlebars->117->1955", "login2.handlebars->17->111" ] }, @@ -49987,10 +49987,10 @@ "default.handlebars->119->1650", "default.handlebars->119->1658", "default.handlebars->119->1660", - "default3.handlebars->117->1648", - "default3.handlebars->117->1650", - "default3.handlebars->117->1658", - "default3.handlebars->117->1660" + "default3.handlebars->117->1633", + "default3.handlebars->117->1635", + "default3.handlebars->117->1643", + "default3.handlebars->117->1645" ] }, { @@ -50021,8 +50021,8 @@ "xloc": [ "default.handlebars->119->172", "default.handlebars->119->183", - "default3.handlebars->117->185", - "default3.handlebars->117->196" + "default3.handlebars->117->170", + "default3.handlebars->117->181" ] }, { @@ -50054,8 +50054,8 @@ "default-mobile.handlebars->53->819", "default.handlebars->119->1651", "default.handlebars->119->1661", - "default3.handlebars->117->1651", - "default3.handlebars->117->1661" + "default3.handlebars->117->1636", + "default3.handlebars->117->1646" ] }, { @@ -50087,8 +50087,8 @@ "default-mobile.handlebars->53->817", "default.handlebars->119->1649", "default.handlebars->119->1659", - "default3.handlebars->117->1649", - "default3.handlebars->117->1659" + "default3.handlebars->117->1634", + "default3.handlebars->117->1644" ] }, { @@ -50277,11 +50277,11 @@ "default.handlebars->119->430", "default.handlebars->119->737", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default3.handlebars->117->1020", - "default3.handlebars->117->1778", - "default3.handlebars->117->1780", - "default3.handlebars->117->441", - "default3.handlebars->117->748", + "default3.handlebars->117->1005", + "default3.handlebars->117->1763", + "default3.handlebars->117->1765", + "default3.handlebars->117->426", + "default3.handlebars->117->733", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2" ] }, @@ -50312,7 +50312,7 @@ "zh-cht": "MQTT憑證", "xloc": [ "default.handlebars->119->329", - "default3.handlebars->117->339" + "default3.handlebars->117->324" ] }, { @@ -50342,7 +50342,7 @@ "zh-cht": "MQTT登入", "xloc": [ "default.handlebars->119->1074", - "default3.handlebars->117->1085" + "default3.handlebars->117->1070" ] }, { @@ -50373,7 +50373,7 @@ "xloc": [ "default-mobile.handlebars->53->576", "default.handlebars->119->1088", - "default3.handlebars->117->1099" + "default3.handlebars->117->1084" ] }, { @@ -50404,8 +50404,8 @@ "xloc": [ "default.handlebars->119->1087", "default.handlebars->119->276", - "default3.handlebars->117->1098", - "default3.handlebars->117->286" + "default3.handlebars->117->1083", + "default3.handlebars->117->271" ] }, { @@ -50437,9 +50437,9 @@ "default.handlebars->119->1008", "default.handlebars->119->429", "default.handlebars->119->736", - "default3.handlebars->117->1019", - "default3.handlebars->117->440", - "default3.handlebars->117->747" + "default3.handlebars->117->1004", + "default3.handlebars->117->425", + "default3.handlebars->117->732" ] }, { @@ -50469,7 +50469,7 @@ "zh-cht": "MQTT已斷開連接", "xloc": [ "default.handlebars->119->280", - "default3.handlebars->117->290" + "default3.handlebars->117->275" ] }, { @@ -50665,8 +50665,8 @@ "xloc": [ "default.handlebars->119->2449", "default.handlebars->119->593", - "default3.handlebars->117->2461", - "default3.handlebars->117->604" + "default3.handlebars->117->2446", + "default3.handlebars->117->589" ] }, { @@ -50696,7 +50696,7 @@ "zh-cht": "機器名稱", "xloc": [ "default.handlebars->119->133", - "default3.handlebars->117->146" + "default3.handlebars->117->131" ] }, { @@ -50726,7 +50726,7 @@ "zh-cht": "主伺服器訊息", "xloc": [ "default.handlebars->119->3423", - "default3.handlebars->117->3428" + "default3.handlebars->117->3413" ] }, { @@ -50757,7 +50757,7 @@ "xloc": [ "default-mobile.handlebars->53->227", "default.handlebars->119->1976", - "default3.handlebars->117->1972", + "default3.handlebars->117->1957", "login2.handlebars->17->113" ] }, @@ -50789,7 +50789,7 @@ "xloc": [ "default-mobile.handlebars->53->228", "default.handlebars->119->1977", - "default3.handlebars->117->1973", + "default3.handlebars->117->1958", "login2.handlebars->17->114" ] }, @@ -50821,7 +50821,7 @@ "xloc": [ "default-mobile.handlebars->53->229", "default.handlebars->119->1978", - "default3.handlebars->117->1974", + "default3.handlebars->117->1959", "login2.handlebars->17->115" ] }, @@ -50853,7 +50853,7 @@ "xloc": [ "default-mobile.handlebars->53->102", "default.handlebars->119->1798", - "default3.handlebars->117->1795" + "default3.handlebars->117->1780" ] }, { @@ -50884,7 +50884,7 @@ "xloc": [ "default-mobile.handlebars->53->90", "default.handlebars->119->246", - "default3.handlebars->117->257" + "default3.handlebars->117->242" ] }, { @@ -50917,8 +50917,8 @@ "default-mobile.handlebars->53->994", "default.handlebars->119->2373", "default.handlebars->119->2412", - "default3.handlebars->117->2385", - "default3.handlebars->117->2424" + "default3.handlebars->117->2370", + "default3.handlebars->117->2409" ] }, { @@ -50951,8 +50951,8 @@ "default-mobile.handlebars->53->993", "default.handlebars->119->2372", "default.handlebars->119->2411", - "default3.handlebars->117->2384", - "default3.handlebars->117->2423" + "default3.handlebars->117->2369", + "default3.handlebars->117->2408" ] }, { @@ -50982,7 +50982,7 @@ "zh-cht": "管理裝置", "xloc": [ "default.handlebars->119->1166", - "default3.handlebars->117->1175" + "default3.handlebars->117->1160" ] }, { @@ -51019,7 +51019,7 @@ "zh-cht": "管理錄音", "xloc": [ "default.handlebars->119->2857", - "default3.handlebars->117->2866" + "default3.handlebars->117->2851" ] }, { @@ -51049,7 +51049,7 @@ "zh-cht": "管理安全密鑰", "xloc": [ "default.handlebars->119->255", - "default3.handlebars->117->265" + "default3.handlebars->117->250" ] }, { @@ -51079,7 +51079,7 @@ "zh-cht": "管理用戶群", "xloc": [ "default.handlebars->119->2856", - "default3.handlebars->117->2865" + "default3.handlebars->117->2850" ] }, { @@ -51110,8 +51110,8 @@ "xloc": [ "default.handlebars->119->1165", "default.handlebars->119->2855", - "default3.handlebars->117->1174", - "default3.handlebars->117->2864" + "default3.handlebars->117->1159", + "default3.handlebars->117->2849" ] }, { @@ -51345,7 +51345,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default.handlebars->119->2126", - "default3.handlebars->117->2141" + "default3.handlebars->117->2126" ] }, { @@ -51376,7 +51376,7 @@ "xloc": [ "default-mobile.handlebars->53->955", "default.handlebars->119->2185", - "default3.handlebars->117->2196" + "default3.handlebars->117->2181" ] }, { @@ -51406,7 +51406,7 @@ "zh-cht": "經理", "xloc": [ "default.handlebars->119->2767", - "default3.handlebars->117->2779" + "default3.handlebars->117->2764" ] }, { @@ -51486,7 +51486,7 @@ "xloc": [ "default-mobile.handlebars->53->865", "default.handlebars->119->1707", - "default3.handlebars->117->1705" + "default3.handlebars->117->1690" ] }, { @@ -51499,7 +51499,7 @@ "xloc": [ "default-mobile.handlebars->53->866", "default.handlebars->119->1708", - "default3.handlebars->117->1706" + "default3.handlebars->117->1691" ] }, { @@ -51530,7 +51530,7 @@ "xloc": [ "default-mobile.handlebars->53->230", "default.handlebars->119->1979", - "default3.handlebars->117->1975", + "default3.handlebars->117->1960", "login2.handlebars->17->116" ] }, @@ -51646,7 +51646,7 @@ "xloc": [ "default-mobile.handlebars->53->231", "default.handlebars->119->1980", - "default3.handlebars->117->1976", + "default3.handlebars->117->1961", "login2.handlebars->17->117" ] }, @@ -51654,7 +51654,7 @@ "en": "Markdown syntax supported", "xloc": [ "default.handlebars->119->1191", - "default3.handlebars->117->1200" + "default3.handlebars->117->1185" ] }, { @@ -51684,13 +51684,13 @@ "xloc": [ "default-mobile.handlebars->53->823", "default.handlebars->119->1665", - "default3.handlebars->117->1665" + "default3.handlebars->117->1650" ] }, { "en": "Materia", "xloc": [ - "default3.handlebars->117->2114" + "default3.handlebars->117->2099" ] }, { @@ -51720,7 +51720,7 @@ "zh-cht": "達到連接數量上限", "xloc": [ "default.handlebars->119->3365", - "default3.handlebars->117->3370" + "default3.handlebars->117->3355" ] }, { @@ -51750,7 +51750,7 @@ "zh-cht": "已達到最大鍵數。", "xloc": [ "default.handlebars->119->254", - "default3.handlebars->117->264" + "default3.handlebars->117->249" ] }, { @@ -51848,8 +51848,8 @@ "default.handlebars->119->3408", "default.handlebars->119->3413", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7", - "default3.handlebars->117->3413", - "default3.handlebars->117->3418", + "default3.handlebars->117->3398", + "default3.handlebars->117->3403", "default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -51888,11 +51888,11 @@ "default.handlebars->119->1736", "default.handlebars->119->3386", "default.handlebars->container->column_l->p40->3->1->p40type->3", - "default3.handlebars->117->1617", - "default3.handlebars->117->1722", - "default3.handlebars->117->1728", - "default3.handlebars->117->1734", - "default3.handlebars->117->3391", + "default3.handlebars->117->1602", + "default3.handlebars->117->1707", + "default3.handlebars->117->1713", + "default3.handlebars->117->1719", + "default3.handlebars->117->3376", "default3.handlebars->container->column_l->p40->3->3->p40type->3" ] }, @@ -51942,21 +51942,21 @@ "default.handlebars->119->686", "default.handlebars->119->692", "default.handlebars->119->922", - "default3.handlebars->117->1012", - "default3.handlebars->117->1630", - "default3.handlebars->117->1639", - "default3.handlebars->117->635", + "default3.handlebars->117->1615", + "default3.handlebars->117->1624", + "default3.handlebars->117->620", + "default3.handlebars->117->624", + "default3.handlebars->117->628", "default3.handlebars->117->639", "default3.handlebars->117->643", - "default3.handlebars->117->654", - "default3.handlebars->117->658", - "default3.handlebars->117->662", + "default3.handlebars->117->647", + "default3.handlebars->117->667", + "default3.handlebars->117->671", + "default3.handlebars->117->675", "default3.handlebars->117->682", - "default3.handlebars->117->686", - "default3.handlebars->117->690", - "default3.handlebars->117->697", - "default3.handlebars->117->703", - "default3.handlebars->117->933" + "default3.handlebars->117->688", + "default3.handlebars->117->918", + "default3.handlebars->117->997" ] }, { @@ -51987,7 +51987,7 @@ "xloc": [ "default-mobile.handlebars->53->1001", "default.handlebars->119->2382", - "default3.handlebars->117->2394" + "default3.handlebars->117->2379" ] }, { @@ -52069,7 +52069,7 @@ "zh-cht": "Mesh Relay", "xloc": [ "default.handlebars->119->1007", - "default3.handlebars->117->1018" + "default3.handlebars->117->1003" ] }, { @@ -52101,9 +52101,9 @@ "default.handlebars->119->1000", "default.handlebars->119->421", "default.handlebars->119->728", - "default3.handlebars->117->1011", - "default3.handlebars->117->432", - "default3.handlebars->117->739" + "default3.handlebars->117->417", + "default3.handlebars->117->724", + "default3.handlebars->117->996" ] }, { @@ -52135,9 +52135,9 @@ "default.handlebars->119->1006", "default.handlebars->119->427", "default.handlebars->119->734", - "default3.handlebars->117->1017", - "default3.handlebars->117->438", - "default3.handlebars->117->745" + "default3.handlebars->117->1002", + "default3.handlebars->117->423", + "default3.handlebars->117->730" ] }, { @@ -52168,8 +52168,8 @@ "xloc": [ "default.handlebars->119->1365", "default.handlebars->119->1367", - "default3.handlebars->117->1367", - "default3.handlebars->117->1369" + "default3.handlebars->117->1352", + "default3.handlebars->117->1354" ] }, { @@ -52199,7 +52199,7 @@ "zh-cht": "MeshAgent流量", "xloc": [ "default.handlebars->119->3425", - "default3.handlebars->117->3430" + "default3.handlebars->117->3415" ] }, { @@ -52229,7 +52229,7 @@ "zh-cht": "MeshAgent更新", "xloc": [ "default.handlebars->119->3426", - "default3.handlebars->117->3431" + "default3.handlebars->117->3416" ] }, { @@ -52261,9 +52261,9 @@ "default.handlebars->119->1201", "default.handlebars->119->1215", "default.handlebars->119->802", - "default3.handlebars->117->1210", - "default3.handlebars->117->1224", - "default3.handlebars->117->813" + "default3.handlebars->117->1195", + "default3.handlebars->117->1209", + "default3.handlebars->117->798" ] }, { @@ -52322,10 +52322,10 @@ "default.handlebars->119->567", "default.handlebars->119->594", "default.handlebars->119->607", - "default3.handlebars->117->2462", - "default3.handlebars->117->578", - "default3.handlebars->117->605", - "default3.handlebars->117->618" + "default3.handlebars->117->2447", + "default3.handlebars->117->563", + "default3.handlebars->117->590", + "default3.handlebars->117->603" ] }, { @@ -52356,8 +52356,8 @@ "xloc": [ "default.handlebars->119->663", "default.handlebars->119->667", - "default3.handlebars->117->674", - "default3.handlebars->117->678" + "default3.handlebars->117->659", + "default3.handlebars->117->663" ] }, { @@ -52413,7 +52413,7 @@ "zh-cht": "MeshCentral Assistant 是一個 Windows 工具,用戶可以使用它來尋求幫助。使用下面的鏈接下載將連接到設備組 \\\"{0}\\\" 的版本。", "xloc": [ "default.handlebars->119->662", - "default3.handlebars->117->673" + "default3.handlebars->117->658" ] }, { @@ -52443,7 +52443,7 @@ "zh-cht": "MeshCentral Assistant 是一個 Windows 工具,用戶可以使用它來尋求幫助。使用下面的鏈接下載將監控後台代理的版本。", "xloc": [ "default.handlebars->119->666", - "default3.handlebars->117->677" + "default3.handlebars->117->662" ] }, { @@ -52528,7 +52528,7 @@ "zh-cht": "MeshCentral Router", "xloc": [ "default.handlebars->119->1350", - "default3.handlebars->117->1352" + "default3.handlebars->117->1337" ] }, { @@ -52584,7 +52584,7 @@ "zh-cht": "MeshCentral 路由器鏈接", "xloc": [ "default.handlebars->119->361", - "default3.handlebars->117->372" + "default3.handlebars->117->357" ] }, { @@ -52666,7 +52666,7 @@ "zh-cht": "MeshCentral Router是Windows工具,用於TCP介面映射。例如,你可以通過該伺服器將RDP放入遠程裝置。", "xloc": [ "default.handlebars->119->1345", - "default3.handlebars->117->1349" + "default3.handlebars->117->1334" ] }, { @@ -52722,7 +52722,7 @@ "zh-cht": "MeshCentral伺服器錯誤", "xloc": [ "default.handlebars->119->214", - "default3.handlebars->117->227" + "default3.handlebars->117->212" ] }, { @@ -52752,7 +52752,7 @@ "zh-cht": "MeshCentral伺服器同級化", "xloc": [ "default.handlebars->119->3424", - "default3.handlebars->117->3429" + "default3.handlebars->117->3414" ] }, { @@ -52813,9 +52813,9 @@ "default.handlebars->119->207", "default.handlebars->119->209", "default.handlebars->119->2171", - "default3.handlebars->117->2184", - "default3.handlebars->117->220", - "default3.handlebars->117->222" + "default3.handlebars->117->205", + "default3.handlebars->117->207", + "default3.handlebars->117->2169" ] }, { @@ -52847,9 +52847,9 @@ "default.handlebars->119->1055", "default.handlebars->119->1363", "default.handlebars->119->404", - "default3.handlebars->117->1066", - "default3.handlebars->117->1365", - "default3.handlebars->117->415" + "default3.handlebars->117->1051", + "default3.handlebars->117->1350", + "default3.handlebars->117->400" ] }, { @@ -52879,7 +52879,7 @@ "zh-cht": "MeshCmd(Linux ARM,32位)", "xloc": [ "default.handlebars->119->1376", - "default3.handlebars->117->1378" + "default3.handlebars->117->1363" ] }, { @@ -52909,7 +52909,7 @@ "zh-cht": "MeshCmd(Linux ARM,64位)", "xloc": [ "default.handlebars->119->1377", - "default3.handlebars->117->1379" + "default3.handlebars->117->1364" ] }, { @@ -52939,7 +52939,7 @@ "zh-cht": "MeshCmd(Linux x86,32bit)", "xloc": [ "default.handlebars->119->1372", - "default3.handlebars->117->1374" + "default3.handlebars->117->1359" ] }, { @@ -52969,7 +52969,7 @@ "zh-cht": "MeshCmd(Linux x86,64位)", "xloc": [ "default.handlebars->119->1373", - "default3.handlebars->117->1375" + "default3.handlebars->117->1360" ] }, { @@ -52982,7 +52982,7 @@ "uk": "MeshCmd (Win ARM-64 програма)", "xloc": [ "default.handlebars->119->1371", - "default3.handlebars->117->1373" + "default3.handlebars->117->1358" ] }, { @@ -52995,7 +52995,7 @@ "uk": "MeshCmd (Win x86 32-бітна програма)", "xloc": [ "default.handlebars->119->1369", - "default3.handlebars->117->1371" + "default3.handlebars->117->1356" ] }, { @@ -53008,7 +53008,7 @@ "uk": "MeshCmd (Win x86-64 програма)", "xloc": [ "default.handlebars->119->1370", - "default3.handlebars->117->1372" + "default3.handlebars->117->1357" ] }, { @@ -53116,7 +53116,7 @@ "zh-cht": "MeshCmd(macOS,ARM-64位)", "xloc": [ "default.handlebars->119->1375", - "default3.handlebars->117->1377" + "default3.handlebars->117->1362" ] }, { @@ -53146,7 +53146,7 @@ "zh-cht": "MeshCmd(macOS,x86-ARM-64位)", "xloc": [ "default.handlebars->119->1374", - "default3.handlebars->117->1376" + "default3.handlebars->117->1361" ] }, { @@ -53176,7 +53176,7 @@ "zh-cht": "MeshCmd是一個可以執行許多不同操作的命令行工具。可以選擇下載和編輯操作檔案以提供伺服器訊息和憑據。", "xloc": [ "default.handlebars->119->1360", - "default3.handlebars->117->1362" + "default3.handlebars->117->1347" ] }, { @@ -53292,11 +53292,11 @@ "default.handlebars->119->3030", "default.handlebars->119->3231", "default.handlebars->119->579", - "default3.handlebars->117->1045", - "default3.handlebars->117->1330", - "default3.handlebars->117->3039", - "default3.handlebars->117->3234", - "default3.handlebars->117->590" + "default3.handlebars->117->1030", + "default3.handlebars->117->1315", + "default3.handlebars->117->3024", + "default3.handlebars->117->3221", + "default3.handlebars->117->575" ] }, { @@ -53327,8 +53327,8 @@ "xloc": [ "default.handlebars->119->1206", "default.handlebars->119->781", - "default3.handlebars->117->1215", - "default3.handlebars->117->792" + "default3.handlebars->117->1200", + "default3.handlebars->117->777" ] }, { @@ -53358,7 +53358,7 @@ "zh-cht": "電郵調度器", "xloc": [ "default.handlebars->119->3422", - "default3.handlebars->117->3427" + "default3.handlebars->117->3412" ] }, { @@ -53373,7 +53373,7 @@ "uk": "Помилка повідомлення", "xloc": [ "default.handlebars->119->3350", - "default3.handlebars->117->3355" + "default3.handlebars->117->3340" ] }, { @@ -53388,7 +53388,7 @@ "uk": "Помилка повідомлення: {0}", "xloc": [ "default.handlebars->119->3351", - "default3.handlebars->117->3356" + "default3.handlebars->117->3341" ] }, { @@ -53418,7 +53418,7 @@ "uk": "Повідомлення:", "xloc": [ "default.handlebars->119->3349", - "default3.handlebars->117->3354" + "default3.handlebars->117->3339" ] }, { @@ -53492,8 +53492,8 @@ "xloc": [ "default.handlebars->119->2974", "default.handlebars->119->3023", - "default3.handlebars->117->2983", - "default3.handlebars->117->3032", + "default3.handlebars->117->2968", + "default3.handlebars->117->3017", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", "login2.handlebars->centralTable->1->0->logincell->resettokenpanel->resettokenpanelform->5->1->2farow2->1->3", @@ -53513,8 +53513,8 @@ "xloc": [ "default.handlebars->119->2226", "default.handlebars->119->997", - "default3.handlebars->117->1008", - "default3.handlebars->117->2237" + "default3.handlebars->117->2222", + "default3.handlebars->117->993" ] }, { @@ -53533,12 +53533,12 @@ "default.handlebars->119->2471", "default.handlebars->119->270", "default.handlebars->119->3070", - "default3.handlebars->117->1145", - "default3.handlebars->117->1804", - "default3.handlebars->117->1824", - "default3.handlebars->117->2483", - "default3.handlebars->117->280", - "default3.handlebars->117->3079" + "default3.handlebars->117->1130", + "default3.handlebars->117->1789", + "default3.handlebars->117->1809", + "default3.handlebars->117->2468", + "default3.handlebars->117->265", + "default3.handlebars->117->3064" ] }, { @@ -53553,7 +53553,7 @@ "uk": "Месенджер", "xloc": [ "default.handlebars->119->3050", - "default3.handlebars->117->3059" + "default3.handlebars->117->3044" ] }, { @@ -53568,7 +53568,7 @@ "uk": "Обмін повідомленнями ввімкнено", "xloc": [ "default.handlebars->119->2975", - "default3.handlebars->117->2984" + "default3.handlebars->117->2969" ] }, { @@ -53601,10 +53601,10 @@ "default.handlebars->119->3177", "default.handlebars->119->3243", "default.handlebars->119->3296", - "default3.handlebars->117->3170", - "default3.handlebars->117->3180", - "default3.handlebars->117->3246", - "default3.handlebars->117->3299" + "default3.handlebars->117->3157", + "default3.handlebars->117->3167", + "default3.handlebars->117->3233", + "default3.handlebars->117->3286" ] }, { @@ -53618,7 +53618,7 @@ "uk": "Обмін повідомленнями", "xloc": [ "default.handlebars->119->3263", - "default3.handlebars->117->3266" + "default3.handlebars->117->3253" ] }, { @@ -53722,7 +53722,7 @@ { "en": "Minty", "xloc": [ - "default3.handlebars->117->2115" + "default3.handlebars->117->2100" ] }, { @@ -53752,7 +53752,7 @@ "zh-cht": "缺少讓我們加密電子郵件地址。", "xloc": [ "default.handlebars->119->103", - "default3.handlebars->117->116" + "default3.handlebars->117->101" ] }, { @@ -53782,7 +53782,7 @@ "zh-cht": "缺少 WebDAV 參數。", "xloc": [ "default.handlebars->119->95", - "default3.handlebars->117->108" + "default3.handlebars->117->93" ] }, { @@ -53813,7 +53813,7 @@ "xloc": [ "default-mobile.handlebars->53->814", "default.handlebars->119->1646", - "default3.handlebars->117->1646" + "default3.handlebars->117->1631" ] }, { @@ -53843,7 +53843,7 @@ "zh-cht": "移動設備", "xloc": [ "default.handlebars->119->606", - "default3.handlebars->117->617" + "default3.handlebars->117->602" ] }, { @@ -53855,7 +53855,7 @@ "xloc": [ "default-mobile.handlebars->53->854", "default.handlebars->119->1696", - "default3.handlebars->117->1694" + "default3.handlebars->117->1679" ] }, { @@ -53889,16 +53889,16 @@ "default.handlebars->119->1640", "default.handlebars->119->1737", "default.handlebars->119->2130", - "default3.handlebars->117->1640", - "default3.handlebars->117->1735", - "default3.handlebars->117->2145" + "default3.handlebars->117->1625", + "default3.handlebars->117->1720", + "default3.handlebars->117->2130" ] }, { "en": "Modern", "xloc": [ "default.handlebars->119->71", - "default3.handlebars->117->84" + "default3.handlebars->117->69" ] }, { @@ -53928,7 +53928,7 @@ "zh-cht": "修改節點位置", "xloc": [ "default.handlebars->119->872", - "default3.handlebars->117->883" + "default3.handlebars->117->868" ] }, { @@ -53959,7 +53959,7 @@ "xloc": [ "default-mobile.handlebars->53->232", "default.handlebars->119->1981", - "default3.handlebars->117->1977", + "default3.handlebars->117->1962", "login2.handlebars->17->118" ] }, @@ -53992,7 +53992,7 @@ { "en": "Morph", "xloc": [ - "default3.handlebars->117->2116" + "default3.handlebars->117->2101" ] }, { @@ -54023,7 +54023,7 @@ "xloc": [ "default-mobile.handlebars->53->863", "default.handlebars->119->1705", - "default3.handlebars->117->1703" + "default3.handlebars->117->1688" ] }, { @@ -54053,7 +54053,7 @@ "zh-cht": "將此裝置移至其他裝置群", "xloc": [ "default.handlebars->119->1046", - "default3.handlebars->117->1057" + "default3.handlebars->117->1042" ] }, { @@ -54083,7 +54083,7 @@ "zh-cht": "移至裝置群", "xloc": [ "default.handlebars->119->745", - "default3.handlebars->117->756" + "default3.handlebars->117->741" ] }, { @@ -54113,7 +54113,7 @@ "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ "default.handlebars->119->2603", - "default3.handlebars->117->2615" + "default3.handlebars->117->2600" ] }, { @@ -54143,7 +54143,7 @@ "zh-cht": "將設備{0}移動到組{1}", "xloc": [ "default.handlebars->119->2636", - "default3.handlebars->117->2648" + "default3.handlebars->117->2633" ] }, { @@ -54204,8 +54204,8 @@ "xloc": [ "default.handlebars->119->2484", "default.handlebars->119->2498", - "default3.handlebars->117->2496", - "default3.handlebars->117->2510" + "default3.handlebars->117->2481", + "default3.handlebars->117->2495" ] }, { @@ -54261,7 +54261,7 @@ "zh-cht": "多工器", "xloc": [ "default.handlebars->119->3189", - "default3.handlebars->117->3192" + "default3.handlebars->117->3179" ] }, { @@ -54293,8 +54293,8 @@ "default-mobile.handlebars->53->624", "default.handlebars->119->1297", "default.handlebars->119->822", - "default3.handlebars->117->1306", - "default3.handlebars->117->833" + "default3.handlebars->117->1291", + "default3.handlebars->117->818" ] }, { @@ -54327,8 +54327,8 @@ "default.handlebars->container->column_l->p2->p2title->0", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyAccount", - "default3.handlebars->117->75", "default3.handlebars->container->column_l->p2->p2title->1", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->21->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyAccount", "sharing-mobile.handlebars->topMenu->3" ] @@ -54362,8 +54362,8 @@ "default.handlebars->container->column_l->p1->p1title->2->0", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyDevices", - "default3.handlebars->117->62", "default3.handlebars->container->column_l->p1->p1title->1->1", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->1->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyDevices" ] }, @@ -54396,8 +54396,8 @@ "default.handlebars->container->column_l->p3->p3title->0", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyEvents", - "default3.handlebars->117->63", "default3.handlebars->container->column_l->p3->p3title->1", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->3->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyEvents" ] }, @@ -54432,8 +54432,8 @@ "default.handlebars->container->column_l->p5->p5title->0", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyFiles", - "default3.handlebars->117->65", "default3.handlebars->container->column_l->p5->p5title->1", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->mobileFilesMenuItem->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyFiles", "sharing-mobile.handlebars->topMenu->1" ] @@ -54497,8 +54497,8 @@ "default.handlebars->container->column_l->p6->p6info->p6title->3", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyServer", - "default3.handlebars->117->66", "default3.handlebars->container->column_l->p6->p6info->p6title->3", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->mobileServerMenuItem->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyServer" ] }, @@ -54529,7 +54529,7 @@ "zh-cht": "我的伺服器控制台", "xloc": [ "default.handlebars->119->1775", - "default3.handlebars->117->1773" + "default3.handlebars->117->1758" ] }, { @@ -54741,8 +54741,8 @@ "default.handlebars->container->column_l->p4->p4title->0", "default.handlebars->container->page_leftbar", "default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyUsers", - "default3.handlebars->117->64", "default3.handlebars->container->column_l->p4->p4title->1", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->mobileUsersMenuItem->3", "default3.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyUsers" ] }, @@ -54774,8 +54774,8 @@ "xloc": [ "default.handlebars->119->1856", "default.handlebars->119->1859", - "default3.handlebars->117->1852", - "default3.handlebars->117->1855" + "default3.handlebars->117->1837", + "default3.handlebars->117->1840" ] }, { @@ -54805,7 +54805,7 @@ "zh-cht": "不支持 NLA", "xloc": [ "default.handlebars->119->1397", - "default3.handlebars->117->1398" + "default3.handlebars->117->1383" ] }, { @@ -54923,7 +54923,7 @@ "zh-cht": "導航到下面的URL,授予訪問權限並將令牌代碼複製回去。", "xloc": [ "default.handlebars->119->332", - "default3.handlebars->117->342" + "default3.handlebars->117->327" ] }, { @@ -54980,26 +54980,26 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2", + "default3.handlebars->117->1445", "default3.handlebars->117->1460", - "default3.handlebars->117->1475", - "default3.handlebars->117->1618", - "default3.handlebars->117->1697", - "default3.handlebars->117->181", - "default3.handlebars->117->195", - "default3.handlebars->117->2135", - "default3.handlebars->117->2163", - "default3.handlebars->117->2168", - "default3.handlebars->117->2201", - "default3.handlebars->117->2340", - "default3.handlebars->117->2341", - "default3.handlebars->117->2760", - "default3.handlebars->117->2875", - "default3.handlebars->117->2891", - "default3.handlebars->117->2898", - "default3.handlebars->117->2949", - "default3.handlebars->117->2968", - "default3.handlebars->117->355", - "default3.handlebars->117->912", + "default3.handlebars->117->1603", + "default3.handlebars->117->166", + "default3.handlebars->117->1682", + "default3.handlebars->117->180", + "default3.handlebars->117->2120", + "default3.handlebars->117->2148", + "default3.handlebars->117->2153", + "default3.handlebars->117->2186", + "default3.handlebars->117->2325", + "default3.handlebars->117->2326", + "default3.handlebars->117->2745", + "default3.handlebars->117->2860", + "default3.handlebars->117->2876", + "default3.handlebars->117->2883", + "default3.handlebars->117->2934", + "default3.handlebars->117->2953", + "default3.handlebars->117->340", + "default3.handlebars->117->897", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default3.handlebars->container->column_l->p42->p42tbl->1->0->5" @@ -55032,7 +55032,7 @@ "zh-cht": "名稱(可選)", "xloc": [ "default.handlebars->119->558", - "default3.handlebars->117->569" + "default3.handlebars->117->554" ] }, { @@ -55092,7 +55092,7 @@ "xloc": [ "default-mobile.handlebars->53->233", "default.handlebars->119->1982", - "default3.handlebars->117->1978", + "default3.handlebars->117->1963", "login2.handlebars->17->119" ] }, @@ -55124,7 +55124,7 @@ "xloc": [ "default-mobile.handlebars->53->234", "default.handlebars->119->1983", - "default3.handlebars->117->1979", + "default3.handlebars->117->1964", "login2.handlebars->17->120" ] }, @@ -55156,7 +55156,7 @@ "xloc": [ "default-mobile.handlebars->53->235", "default.handlebars->119->1984", - "default3.handlebars->117->1980", + "default3.handlebars->117->1965", "login2.handlebars->17->121" ] }, @@ -55187,7 +55187,7 @@ "zh-cht": "網絡介面", "xloc": [ "default.handlebars->119->1343", - "default3.handlebars->117->1347" + "default3.handlebars->117->1332" ] }, { @@ -55229,7 +55229,7 @@ "uk": "Записати інформацію про мережевий інтерфейс", "xloc": [ "default.handlebars->119->3276", - "default3.handlebars->117->3279" + "default3.handlebars->117->3266" ] }, { @@ -55261,8 +55261,8 @@ "default-mobile.handlebars->53->831", "default.handlebars->119->1656", "default.handlebars->119->1673", - "default3.handlebars->117->1656", - "default3.handlebars->117->1673" + "default3.handlebars->117->1641", + "default3.handlebars->117->1658" ] }, { @@ -55294,7 +55294,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", "default.handlebars->119->2147", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1", - "default3.handlebars->117->2162", + "default3.handlebars->117->2147", "default3.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -55325,7 +55325,7 @@ "zh-cht": "生成新的2FA備份代碼", "xloc": [ "default.handlebars->119->2643", - "default3.handlebars->117->2655" + "default3.handlebars->117->2640" ] }, { @@ -55356,7 +55356,7 @@ "xloc": [ "default-mobile.handlebars->53->1042", "default.handlebars->119->3312", - "default3.handlebars->117->3317" + "default3.handlebars->117->3302" ] }, { @@ -55445,9 +55445,9 @@ "default.handlebars->119->1335", "default.handlebars->119->2113", "default.handlebars->119->2136", - "default3.handlebars->117->1340", - "default3.handlebars->117->2131", - "default3.handlebars->117->2151" + "default3.handlebars->117->1325", + "default3.handlebars->117->2116", + "default3.handlebars->117->2136" ] }, { @@ -55482,8 +55482,8 @@ "default.handlebars->119->2533", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", - "default3.handlebars->117->1572", - "default3.handlebars->117->2545", + "default3.handlebars->117->1557", + "default3.handlebars->117->2530", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing-mobile.handlebars->53->83", @@ -55549,8 +55549,8 @@ "xloc": [ "default.handlebars->119->539", "default.handlebars->119->540", - "default3.handlebars->117->550", - "default3.handlebars->117->551" + "default3.handlebars->117->535", + "default3.handlebars->117->536" ] }, { @@ -55639,8 +55639,8 @@ "xloc": [ "default.handlebars->119->2304", "default.handlebars->119->2305", - "default3.handlebars->117->2313", - "default3.handlebars->117->2314" + "default3.handlebars->117->2298", + "default3.handlebars->117->2299" ] }, { @@ -55729,7 +55729,7 @@ "xloc": [ "default-mobile.handlebars->53->106", "default.handlebars->119->69", - "default3.handlebars->117->82" + "default3.handlebars->117->67" ] }, { @@ -55744,9 +55744,9 @@ "default.handlebars->119->1711", "default.handlebars->119->1714", "default.handlebars->119->1717", - "default3.handlebars->117->1709", - "default3.handlebars->117->1712", - "default3.handlebars->117->1715" + "default3.handlebars->117->1694", + "default3.handlebars->117->1697", + "default3.handlebars->117->1700" ] }, { @@ -55777,8 +55777,8 @@ "xloc": [ "default.handlebars->119->1145", "default.handlebars->119->1170", - "default3.handlebars->117->1154", - "default3.handlebars->117->1179" + "default3.handlebars->117->1139", + "default3.handlebars->117->1164" ] }, { @@ -55809,7 +55809,7 @@ "xloc": [ "default-mobile.handlebars->53->86", "default.handlebars->119->241", - "default3.handlebars->117->253" + "default3.handlebars->117->238" ] }, { @@ -55865,7 +55865,7 @@ "zh-cht": "無代理控制台", "xloc": [ "default.handlebars->119->3085", - "default3.handlebars->117->3094" + "default3.handlebars->117->3079" ] }, { @@ -55875,7 +55875,7 @@ "uk": "Нема Згоди", "xloc": [ "default.handlebars->119->1262", - "default3.handlebars->117->1271" + "default3.handlebars->117->1256" ] }, { @@ -55905,7 +55905,7 @@ "zh-cht": "沒有控制台", "xloc": [ "default.handlebars->119->2983", - "default3.handlebars->117->2992" + "default3.handlebars->117->2977" ] }, { @@ -55938,8 +55938,8 @@ "default-mobile.handlebars->53->528", "default.handlebars->119->936", "default.handlebars->119->937", - "default3.handlebars->117->947", - "default3.handlebars->117->948" + "default3.handlebars->117->932", + "default3.handlebars->117->933" ] }, { @@ -55972,10 +55972,10 @@ "default.handlebars->119->1172", "default.handlebars->119->2419", "default.handlebars->119->2979", - "default3.handlebars->117->1156", - "default3.handlebars->117->1181", - "default3.handlebars->117->2431", - "default3.handlebars->117->2988" + "default3.handlebars->117->1141", + "default3.handlebars->117->1166", + "default3.handlebars->117->2416", + "default3.handlebars->117->2973" ] }, { @@ -56006,8 +56006,8 @@ "xloc": [ "default.handlebars->119->2378", "default.handlebars->119->3081", - "default3.handlebars->117->2390", - "default3.handlebars->117->3090" + "default3.handlebars->117->2375", + "default3.handlebars->117->3075" ] }, { @@ -56065,9 +56065,9 @@ "default.handlebars->119->1614", "default.handlebars->119->2724", "default.handlebars->119->3147", - "default3.handlebars->117->1614", - "default3.handlebars->117->2736", - "default3.handlebars->117->3150" + "default3.handlebars->117->1599", + "default3.handlebars->117->2721", + "default3.handlebars->117->3137" ] }, { @@ -56099,8 +56099,8 @@ "default-mobile.handlebars->53->999", "default.handlebars->119->2380", "default.handlebars->119->3084", - "default3.handlebars->117->2392", - "default3.handlebars->117->3093" + "default3.handlebars->117->2377", + "default3.handlebars->117->3078" ] }, { @@ -56134,10 +56134,10 @@ "default.handlebars->119->1169", "default.handlebars->119->2421", "default.handlebars->119->2982", - "default3.handlebars->117->1153", - "default3.handlebars->117->1178", - "default3.handlebars->117->2433", - "default3.handlebars->117->2991" + "default3.handlebars->117->1138", + "default3.handlebars->117->1163", + "default3.handlebars->117->2418", + "default3.handlebars->117->2976" ] }, { @@ -56168,8 +56168,8 @@ "xloc": [ "default.handlebars->119->1142", "default.handlebars->119->1167", - "default3.handlebars->117->1151", - "default3.handlebars->117->1176" + "default3.handlebars->117->1136", + "default3.handlebars->117->1161" ] }, { @@ -56202,8 +56202,8 @@ "default-mobile.handlebars->53->1023", "default.handlebars->119->2381", "default.handlebars->119->2422", - "default3.handlebars->117->2393", - "default3.handlebars->117->2434" + "default3.handlebars->117->2378", + "default3.handlebars->117->2419" ] }, { @@ -56233,7 +56233,7 @@ "zh-cht": "此設備組中沒有英特爾® AMT 設備", "xloc": [ "default.handlebars->119->378", - "default3.handlebars->117->389" + "default3.handlebars->117->374" ] }, { @@ -56318,7 +56318,7 @@ "zh-cht": "未配置任何鍵", "xloc": [ "default.handlebars->119->250", - "default3.handlebars->117->261" + "default3.handlebars->117->246" ] }, { @@ -56348,7 +56348,7 @@ "zh-cht": "沒有成員", "xloc": [ "default.handlebars->119->2920", - "default3.handlebars->117->2929" + "default3.handlebars->117->2914" ] }, { @@ -56378,7 +56378,7 @@ "zh-cht": "沒有新的裝置群", "xloc": [ "default.handlebars->119->2860", - "default3.handlebars->117->2869" + "default3.handlebars->117->2854" ] }, { @@ -56408,7 +56408,7 @@ "zh-cht": "沒有新設備", "xloc": [ "default.handlebars->119->2861", - "default3.handlebars->117->2870" + "default3.handlebars->117->2855" ] }, { @@ -56439,8 +56439,8 @@ "xloc": [ "default.handlebars->119->2231", "default.handlebars->119->2295", - "default3.handlebars->117->2242", - "default3.handlebars->117->2304" + "default3.handlebars->117->2227", + "default3.handlebars->117->2289" ] }, { @@ -56496,8 +56496,8 @@ "xloc": [ "default.handlebars->119->2985", "default.handlebars->119->3087", - "default3.handlebars->117->2994", - "default3.handlebars->117->3096" + "default3.handlebars->117->2979", + "default3.handlebars->117->3081" ] }, { @@ -56528,8 +56528,8 @@ "xloc": [ "default.handlebars->119->2978", "default.handlebars->119->3080", - "default3.handlebars->117->2987", - "default3.handlebars->117->3089" + "default3.handlebars->117->2972", + "default3.handlebars->117->3074" ] }, { @@ -56560,8 +56560,8 @@ "xloc": [ "default.handlebars->119->2987", "default.handlebars->119->3089", - "default3.handlebars->117->2996", - "default3.handlebars->117->3098" + "default3.handlebars->117->2981", + "default3.handlebars->117->3083" ] }, { @@ -56597,10 +56597,10 @@ "default.handlebars->119->1187", "default.handlebars->119->2145", "default.handlebars->119->2432", - "default3.handlebars->117->1171", - "default3.handlebars->117->1196", - "default3.handlebars->117->2160", - "default3.handlebars->117->2444" + "default3.handlebars->117->1156", + "default3.handlebars->117->1181", + "default3.handlebars->117->2145", + "default3.handlebars->117->2429" ] }, { @@ -56658,8 +56658,8 @@ "default-mobile.handlebars->53->634", "default.handlebars->119->1321", "default.handlebars->119->524", - "default3.handlebars->117->1326", - "default3.handlebars->117->535" + "default3.handlebars->117->1311", + "default3.handlebars->117->520" ] }, { @@ -56693,10 +56693,10 @@ "default.handlebars->119->1168", "default.handlebars->119->2420", "default.handlebars->119->2981", - "default3.handlebars->117->1152", - "default3.handlebars->117->1177", - "default3.handlebars->117->2432", - "default3.handlebars->117->2990" + "default3.handlebars->117->1137", + "default3.handlebars->117->1162", + "default3.handlebars->117->2417", + "default3.handlebars->117->2975" ] }, { @@ -56728,8 +56728,8 @@ "default-mobile.handlebars->53->998", "default.handlebars->119->2379", "default.handlebars->119->3083", - "default3.handlebars->117->2391", - "default3.handlebars->117->3092" + "default3.handlebars->117->2376", + "default3.handlebars->117->3077" ] }, { @@ -56759,7 +56759,7 @@ "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ "default.handlebars->119->2862", - "default3.handlebars->117->2871" + "default3.handlebars->117->2856" ] }, { @@ -56790,8 +56790,8 @@ "xloc": [ "default.handlebars->119->2984", "default.handlebars->119->3086", - "default3.handlebars->117->2993", - "default3.handlebars->117->3095" + "default3.handlebars->117->2978", + "default3.handlebars->117->3080" ] }, { @@ -56822,8 +56822,8 @@ "xloc": [ "default.handlebars->119->2986", "default.handlebars->119->3088", - "default3.handlebars->117->2995", - "default3.handlebars->117->3097" + "default3.handlebars->117->2980", + "default3.handlebars->117->3082" ] }, { @@ -56854,7 +56854,7 @@ "xloc": [ "default-mobile.handlebars->53->603", "default.handlebars->119->1289", - "default3.handlebars->117->1298" + "default3.handlebars->117->1283" ] }, { @@ -56912,8 +56912,8 @@ "default-mobile.handlebars->53->957", "default.handlebars->119->2122", "default.handlebars->119->2187", - "default3.handlebars->117->2137", - "default3.handlebars->117->2198" + "default3.handlebars->117->2122", + "default3.handlebars->117->2183" ] }, { @@ -56944,8 +56944,8 @@ "xloc": [ "default.handlebars->119->2482", "default.handlebars->119->2496", - "default3.handlebars->117->2494", - "default3.handlebars->117->2508" + "default3.handlebars->117->2479", + "default3.handlebars->117->2493" ] }, { @@ -56976,8 +56976,8 @@ "xloc": [ "default.handlebars->119->2926", "default.handlebars->119->3115", - "default3.handlebars->117->2935", - "default3.handlebars->117->3118" + "default3.handlebars->117->2920", + "default3.handlebars->117->3103" ] }, { @@ -57070,7 +57070,7 @@ "zh-cht": "沒有一個裝置被加入任何一群,請單擊一個裝置的“群”以新增到一個群中。", "xloc": [ "default.handlebars->119->375", - "default3.handlebars->117->386" + "default3.handlebars->117->371" ] }, { @@ -57126,7 +57126,7 @@ "zh-cht": "找不到裝置。", "xloc": [ "default.handlebars->119->889", - "default3.handlebars->117->900" + "default3.handlebars->117->885" ] }, { @@ -57157,8 +57157,8 @@ "xloc": [ "default.handlebars->119->2932", "default.handlebars->119->3127", - "default3.handlebars->117->2941", - "default3.handlebars->117->3130" + "default3.handlebars->117->2926", + "default3.handlebars->117->3115" ] }, { @@ -57189,8 +57189,8 @@ "xloc": [ "default.handlebars->119->380", "default.handlebars->119->384", - "default3.handlebars->117->391", - "default3.handlebars->117->395" + "default3.handlebars->117->376", + "default3.handlebars->117->380" ] }, { @@ -57220,7 +57220,7 @@ "zh-cht": "該裝置群中沒有裝置。", "xloc": [ "default.handlebars->119->2500", - "default3.handlebars->117->2512" + "default3.handlebars->117->2497" ] }, { @@ -57281,7 +57281,7 @@ "default-mobile.handlebars->53->414", "default-mobile.handlebars->53->418", "default.handlebars->119->376", - "default3.handlebars->117->387" + "default3.handlebars->117->372" ] }, { @@ -57311,7 +57311,7 @@ "zh-cht": "找不到帶有標籤的裝置。", "xloc": [ "default.handlebars->119->400", - "default3.handlebars->117->411" + "default3.handlebars->117->396" ] }, { @@ -57341,7 +57341,7 @@ "zh-cht": "找不到文件", "xloc": [ "default.handlebars->119->1546", - "default3.handlebars->117->1546", + "default3.handlebars->117->1531", "sharing.handlebars->47->45" ] }, @@ -57372,7 +57372,7 @@ "zh-cht": "找不到群組。", "xloc": [ "default.handlebars->119->2865", - "default3.handlebars->117->2874" + "default3.handlebars->117->2859" ] }, { @@ -57403,7 +57403,7 @@ "xloc": [ "default-mobile.handlebars->53->927", "default.handlebars->119->1769", - "default3.handlebars->117->1767" + "default3.handlebars->117->1752" ] }, { @@ -57433,7 +57433,7 @@ "zh-cht": "未提供信息", "xloc": [ "default.handlebars->119->158", - "default3.handlebars->117->171" + "default3.handlebars->117->156" ] }, { @@ -57464,7 +57464,7 @@ "xloc": [ "default-mobile.handlebars->53->686", "default.handlebars->119->1457", - "default3.handlebars->117->1459", + "default3.handlebars->117->1444", "sharing-mobile.handlebars->53->42" ] }, @@ -57495,7 +57495,7 @@ "zh-cht": "未定義鍵盤字符串", "xloc": [ "default.handlebars->119->1462", - "default3.handlebars->117->1464" + "default3.handlebars->117->1449" ] }, { @@ -57557,7 +57557,7 @@ "zh-cht": "此設備組中沒有本地設備", "xloc": [ "default.handlebars->119->382", - "default3.handlebars->117->393" + "default3.handlebars->117->378" ] }, { @@ -57587,7 +57587,7 @@ "zh-cht": "找不到位置。", "xloc": [ "default.handlebars->119->891", - "default3.handlebars->117->902" + "default3.handlebars->117->887" ] }, { @@ -57617,7 +57617,7 @@ "zh-cht": "不再是“{0}”的中繼。", "xloc": [ "default.handlebars->119->2703", - "default3.handlebars->117->2715" + "default3.handlebars->117->2700" ] }, { @@ -57647,7 +57647,7 @@ "zh-cht": "沒有適用於此裝置的網絡介面訊息。", "xloc": [ "default.handlebars->119->198", - "default3.handlebars->117->211" + "default3.handlebars->117->196" ] }, { @@ -57707,7 +57707,7 @@ "xloc": [ "default-mobile.handlebars->53->1073", "default.handlebars->119->3343", - "default3.handlebars->117->3348" + "default3.handlebars->117->3333" ] }, { @@ -57767,7 +57767,7 @@ "zh-cht": "沒有錄音。", "xloc": [ "default.handlebars->119->3152", - "default3.handlebars->117->3155" + "default3.handlebars->117->3142" ] }, { @@ -57798,8 +57798,8 @@ "xloc": [ "default-mobile.handlebars->53->980", "default.handlebars->119->2327", - "default3.handlebars->117->2335", - "default3.handlebars->117->2337" + "default3.handlebars->117->2320", + "default3.handlebars->117->2322" ] }, { @@ -57855,7 +57855,7 @@ "zh-cht": "沒有伺服器權限", "xloc": [ "default.handlebars->119->2954", - "default3.handlebars->117->2963" + "default3.handlebars->117->2948" ] }, { @@ -57911,7 +57911,7 @@ "zh-cht": "沒有用戶群成員身份", "xloc": [ "default.handlebars->119->3121", - "default3.handlebars->117->3124" + "default3.handlebars->117->3109" ] }, { @@ -57942,7 +57942,7 @@ "xloc": [ "default-mobile.handlebars->53->1071", "default.handlebars->119->3341", - "default3.handlebars->117->3346" + "default3.handlebars->117->3331" ] }, { @@ -57972,7 +57972,7 @@ "zh-cht": "未找到相應的用戶。", "xloc": [ "default.handlebars->119->2756", - "default3.handlebars->117->2768" + "default3.handlebars->117->2753" ] }, { @@ -58002,7 +58002,7 @@ "zh-cht": "沒有擁有特殊裝置權限的用戶", "xloc": [ "default.handlebars->119->1101", - "default3.handlebars->117->1112" + "default3.handlebars->117->1097" ] }, { @@ -58092,7 +58092,7 @@ "zh-cht": "非分頁內存", "xloc": [ "default.handlebars->119->150", - "default3.handlebars->117->163" + "default3.handlebars->117->148" ] }, { @@ -58167,41 +58167,41 @@ "default.handlebars->119->991", "default.handlebars->119->998", "default.handlebars->container->column_l->p41->3->3->p41traceStatus", - "default3.handlebars->117->1002", - "default3.handlebars->117->1009", - "default3.handlebars->117->1022", - "default3.handlebars->117->107", - "default3.handlebars->117->1447", - "default3.handlebars->117->2192", - "default3.handlebars->117->2203", - "default3.handlebars->117->2219", - "default3.handlebars->117->2231", - "default3.handlebars->117->2238", - "default3.handlebars->117->2240", - "default3.handlebars->117->2294", - "default3.handlebars->117->2497", - "default3.handlebars->117->2522", - "default3.handlebars->117->2527", - "default3.handlebars->117->2744", - "default3.handlebars->117->2895", - "default3.handlebars->117->2897", - "default3.handlebars->117->2906", - "default3.handlebars->117->2918", - "default3.handlebars->117->297", + "default3.handlebars->117->1007", + "default3.handlebars->117->1432", + "default3.handlebars->117->2177", + "default3.handlebars->117->2188", + "default3.handlebars->117->2204", + "default3.handlebars->117->2216", + "default3.handlebars->117->2223", + "default3.handlebars->117->2225", + "default3.handlebars->117->2279", + "default3.handlebars->117->2482", + "default3.handlebars->117->2507", + "default3.handlebars->117->2512", + "default3.handlebars->117->2729", + "default3.handlebars->117->282", + "default3.handlebars->117->2880", + "default3.handlebars->117->2882", + "default3.handlebars->117->2891", + "default3.handlebars->117->2903", + "default3.handlebars->117->2967", + "default3.handlebars->117->2970", "default3.handlebars->117->2982", - "default3.handlebars->117->2985", - "default3.handlebars->117->2997", - "default3.handlebars->117->3007", - "default3.handlebars->117->3011", - "default3.handlebars->117->3023", - "default3.handlebars->117->3060", - "default3.handlebars->117->325", - "default3.handlebars->117->3261", - "default3.handlebars->117->424", - "default3.handlebars->117->425", - "default3.handlebars->117->909", - "default3.handlebars->117->920", - "default3.handlebars->117->921", + "default3.handlebars->117->2992", + "default3.handlebars->117->2996", + "default3.handlebars->117->3008", + "default3.handlebars->117->3045", + "default3.handlebars->117->310", + "default3.handlebars->117->3248", + "default3.handlebars->117->409", + "default3.handlebars->117->410", + "default3.handlebars->117->894", + "default3.handlebars->117->905", + "default3.handlebars->117->906", + "default3.handlebars->117->92", + "default3.handlebars->117->987", + "default3.handlebars->117->994", "default3.handlebars->container->column_l->p41->3->1->p41traceStatus", "sharing-mobile.handlebars->53->32", "sharing-mobile.handlebars->53->81" @@ -58290,7 +58290,7 @@ "xloc": [ "default-mobile.handlebars->53->236", "default.handlebars->119->1985", - "default3.handlebars->117->1981", + "default3.handlebars->117->1966", "login2.handlebars->17->122" ] }, @@ -58322,7 +58322,7 @@ "xloc": [ "default-mobile.handlebars->53->237", "default.handlebars->119->1986", - "default3.handlebars->117->1982", + "default3.handlebars->117->1967", "login2.handlebars->17->123" ] }, @@ -58354,7 +58354,7 @@ "xloc": [ "default-mobile.handlebars->53->238", "default.handlebars->119->1987", - "default3.handlebars->117->1983", + "default3.handlebars->117->1968", "login2.handlebars->17->124" ] }, @@ -58385,7 +58385,7 @@ "zh-cht": "未激活", "xloc": [ "default.handlebars->119->1678", - "default3.handlebars->117->1676" + "default3.handlebars->117->1661" ] }, { @@ -58417,7 +58417,7 @@ "default-mobile.handlebars->53->517", "default-mobile.handlebars->53->837", "default.handlebars->119->924", - "default3.handlebars->117->935" + "default3.handlebars->117->920" ] }, { @@ -58449,7 +58449,7 @@ "default-mobile.handlebars->53->516", "default-mobile.handlebars->53->836", "default.handlebars->119->923", - "default3.handlebars->117->934" + "default3.handlebars->117->919" ] }, { @@ -58480,8 +58480,8 @@ "xloc": [ "default.handlebars->119->2476", "default.handlebars->119->2489", - "default3.handlebars->117->2488", - "default3.handlebars->117->2501" + "default3.handlebars->117->2473", + "default3.handlebars->117->2486" ] }, { @@ -58512,7 +58512,7 @@ "xloc": [ "default-mobile.handlebars->53->847", "default.handlebars->119->1689", - "default3.handlebars->117->1687" + "default3.handlebars->117->1672" ] }, { @@ -58542,7 +58542,7 @@ "zh-cht": "不允許,只能查看", "xloc": [ "default.handlebars->119->299", - "default3.handlebars->117->309" + "default3.handlebars->117->294" ] }, { @@ -58572,7 +58572,7 @@ "zh-cht": "不在伺服器上", "xloc": [ "default.handlebars->119->3181", - "default3.handlebars->117->3184" + "default3.handlebars->117->3171" ] }, { @@ -58603,8 +58603,8 @@ "xloc": [ "default.handlebars->119->2960", "default.handlebars->119->2961", - "default3.handlebars->117->2969", - "default3.handlebars->117->2970" + "default3.handlebars->117->2954", + "default3.handlebars->117->2955" ] }, { @@ -58634,7 +58634,7 @@ "zh-cht": "未經審核的", "xloc": [ "default.handlebars->119->3095", - "default3.handlebars->117->3102" + "default3.handlebars->117->3087" ] }, { @@ -58673,12 +58673,12 @@ "default.handlebars->119->2239", "default.handlebars->119->3026", "default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0", - "default3.handlebars->117->1039", - "default3.handlebars->117->1162", - "default3.handlebars->117->1187", - "default3.handlebars->117->1201", - "default3.handlebars->117->2250", - "default3.handlebars->117->3035", + "default3.handlebars->117->1024", + "default3.handlebars->117->1147", + "default3.handlebars->117->1172", + "default3.handlebars->117->1186", + "default3.handlebars->117->2235", + "default3.handlebars->117->3020", "default3.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->1" ] }, @@ -58742,9 +58742,9 @@ "default.handlebars->119->2095", "default.handlebars->119->2475", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->14", - "default3.handlebars->117->1149", - "default3.handlebars->117->2092", - "default3.handlebars->117->2487", + "default3.handlebars->117->1134", + "default3.handlebars->117->2077", + "default3.handlebars->117->2472", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->12" ] }, @@ -58827,7 +58827,7 @@ "zh-cht": "通知音效", "xloc": [ "default.handlebars->119->2090", - "default3.handlebars->117->2087" + "default3.handlebars->117->2072" ] }, { @@ -58858,8 +58858,8 @@ "xloc": [ "default.handlebars->119->2228", "default.handlebars->119->999", - "default3.handlebars->117->1010", - "default3.handlebars->117->2239" + "default3.handlebars->117->2224", + "default3.handlebars->117->995" ] }, { @@ -58890,8 +58890,8 @@ "xloc": [ "default.handlebars->119->3034", "default.handlebars->119->312", - "default3.handlebars->117->3043", - "default3.handlebars->117->322" + "default3.handlebars->117->3028", + "default3.handlebars->117->307" ] }, { @@ -58921,7 +58921,7 @@ "zh-cht": "只通知", "xloc": [ "default.handlebars->119->1260", - "default3.handlebars->117->1269" + "default3.handlebars->117->1254" ] }, { @@ -58953,9 +58953,9 @@ "default.handlebars->119->2338", "default.handlebars->119->2342", "default.handlebars->119->2345", - "default3.handlebars->117->2350", - "default3.handlebars->117->2354", - "default3.handlebars->117->2357" + "default3.handlebars->117->2335", + "default3.handlebars->117->2339", + "default3.handlebars->117->2342" ] }, { @@ -58985,7 +58985,7 @@ "zh-cht": "通知{0}", "xloc": [ "default.handlebars->119->2798", - "default3.handlebars->117->2809" + "default3.handlebars->117->2794" ] }, { @@ -59015,7 +59015,7 @@ "zh-cht": "無效的", "xloc": [ "default.handlebars->119->3416", - "default3.handlebars->117->3421" + "default3.handlebars->117->3406" ] }, { @@ -59088,15 +59088,15 @@ "default.handlebars->119->960", "default.handlebars->119->976", "default.handlebars->container->dialog->idx_dlgButtonBar", - "default3.handlebars->117->2492", - "default3.handlebars->117->2506", - "default3.handlebars->117->446", - "default3.handlebars->117->448", - "default3.handlebars->117->450", - "default3.handlebars->117->963", - "default3.handlebars->117->967", - "default3.handlebars->117->971", - "default3.handlebars->117->987", + "default3.handlebars->117->2477", + "default3.handlebars->117->2491", + "default3.handlebars->117->431", + "default3.handlebars->117->433", + "default3.handlebars->117->435", + "default3.handlebars->117->948", + "default3.handlebars->117->952", + "default3.handlebars->117->956", + "default3.handlebars->117->972", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->5->idx_dlgOkButton", "login-mobile.handlebars->dialog->idx_dlgButtonBar", "login.handlebars->dialog->idx_dlgButtonBar", @@ -59136,7 +59136,7 @@ "zh-cht": "操作系統", "xloc": [ "default.handlebars->119->387", - "default3.handlebars->117->398" + "default3.handlebars->117->383" ] }, { @@ -59168,7 +59168,7 @@ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1->5", "default.handlebars->119->906", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->17->1", - "default3.handlebars->117->917", + "default3.handlebars->117->902", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->17->1" ] }, @@ -59200,7 +59200,7 @@ "xloc": [ "default-mobile.handlebars->53->68", "default.handlebars->119->221", - "default3.handlebars->117->233" + "default3.handlebars->117->218" ] }, { @@ -59231,7 +59231,7 @@ "xloc": [ "default-mobile.handlebars->53->239", "default.handlebars->119->1988", - "default3.handlebars->117->1984", + "default3.handlebars->117->1969", "login2.handlebars->17->125" ] }, @@ -59263,7 +59263,7 @@ "xloc": [ "default-mobile.handlebars->53->1039", "default.handlebars->119->3309", - "default3.handlebars->117->3314" + "default3.handlebars->117->3299" ] }, { @@ -59299,9 +59299,9 @@ "default.handlebars->119->715", "default.handlebars->119->967", "default.handlebars->119->971", - "default3.handlebars->117->726", - "default3.handlebars->117->978", - "default3.handlebars->117->982" + "default3.handlebars->117->711", + "default3.handlebars->117->963", + "default3.handlebars->117->967" ] }, { @@ -59361,7 +59361,7 @@ "zh-cht": "離線用戶", "xloc": [ "default.handlebars->119->2753", - "default3.handlebars->117->2765" + "default3.handlebars->117->2750" ] }, { @@ -59391,7 +59391,7 @@ "zh-cht": "舊密碼", "xloc": [ "default.handlebars->119->538", - "default3.handlebars->117->549" + "default3.handlebars->117->534" ] }, { @@ -59435,8 +59435,8 @@ "default-mobile.handlebars->53->785", "default.handlebars->119->965", "default.handlebars->119->969", - "default3.handlebars->117->976", - "default3.handlebars->117->980" + "default3.handlebars->117->961", + "default3.handlebars->117->965" ] }, { @@ -59466,7 +59466,7 @@ "zh-cht": "一天", "xloc": [ "default.handlebars->119->2729", - "default3.handlebars->117->2741" + "default3.handlebars->117->2726" ] }, { @@ -59497,7 +59497,7 @@ "xloc": [ "default-mobile.handlebars->53->85", "default.handlebars->119->240", - "default3.handlebars->117->252" + "default3.handlebars->117->237" ] }, { @@ -59527,7 +59527,7 @@ "zh-cht": "一次性密碼", "xloc": [ "default.handlebars->119->3265", - "default3.handlebars->117->3268" + "default3.handlebars->117->3255" ] }, { @@ -59590,7 +59590,7 @@ "zh-cht": "在線用戶", "xloc": [ "default.handlebars->119->2752", - "default3.handlebars->117->2764" + "default3.handlebars->117->2749" ] }, { @@ -59620,7 +59620,7 @@ "zh-cht": "僅顯示前 100 個用戶", "xloc": [ "default.handlebars->119->2799", - "default3.handlebars->117->2810" + "default3.handlebars->117->2795" ] }, { @@ -59650,7 +59650,7 @@ "zh-cht": "僅當你知道自己在做什麼時才這樣做。", "xloc": [ "default.handlebars->119->2167", - "default3.handlebars->117->2182" + "default3.handlebars->117->2167" ] }, { @@ -59683,9 +59683,9 @@ "default.handlebars->119->1580", "default.handlebars->119->2542", "default.handlebars->119->869", - "default3.handlebars->117->1580", - "default3.handlebars->117->2554", - "default3.handlebars->117->880", + "default3.handlebars->117->1565", + "default3.handlebars->117->2539", + "default3.handlebars->117->865", "sharing-mobile.handlebars->53->91", "sharing.handlebars->47->67" ] @@ -59769,7 +59769,7 @@ "uk": "Відкрити Файл/Теку", "xloc": [ "default.handlebars->119->1560", - "default3.handlebars->117->1560" + "default3.handlebars->117->1545" ] }, { @@ -59800,7 +59800,7 @@ "xloc": [ "default-mobile.handlebars->53->617", "default.handlebars->119->1193", - "default3.handlebars->117->1202" + "default3.handlebars->117->1187" ] }, { @@ -59914,7 +59914,7 @@ "zh-cht": "打開XTerm終端", "xloc": [ "default.handlebars->119->1056", - "default3.handlebars->117->1067" + "default3.handlebars->117->1052" ] }, { @@ -59975,7 +59975,7 @@ "xloc": [ "default.handlebars->119->1037", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->1", - "default3.handlebars->117->1048", + "default3.handlebars->117->1033", "default3.handlebars->container->column_l->p11->deskarea0->deskarea4->3" ] }, @@ -60120,7 +60120,7 @@ "zh-cht": "開場:{0}", "xloc": [ "default.handlebars->119->2571", - "default3.handlebars->117->2583" + "default3.handlebars->117->2568" ] }, { @@ -60157,13 +60157,13 @@ "default.handlebars->119->561", "default.handlebars->119->611", "default.handlebars->119->950", - "default3.handlebars->117->1364", - "default3.handlebars->117->1629", - "default3.handlebars->117->3231", - "default3.handlebars->117->366", - "default3.handlebars->117->572", - "default3.handlebars->117->622", - "default3.handlebars->117->961" + "default3.handlebars->117->1349", + "default3.handlebars->117->1614", + "default3.handlebars->117->3218", + "default3.handlebars->117->351", + "default3.handlebars->117->557", + "default3.handlebars->117->607", + "default3.handlebars->117->946" ] }, { @@ -60198,11 +60198,11 @@ "default.handlebars->119->2873", "default.handlebars->119->760", "default.handlebars->119->772", - "default3.handlebars->117->1297", - "default3.handlebars->117->2793", - "default3.handlebars->117->2882", - "default3.handlebars->117->771", - "default3.handlebars->117->783" + "default3.handlebars->117->1282", + "default3.handlebars->117->2778", + "default3.handlebars->117->2867", + "default3.handlebars->117->756", + "default3.handlebars->117->768" ] }, { @@ -60289,7 +60289,7 @@ "xloc": [ "default-mobile.handlebars->53->240", "default.handlebars->119->1989", - "default3.handlebars->117->1985", + "default3.handlebars->117->1970", "login2.handlebars->17->126" ] }, @@ -60321,7 +60321,7 @@ "xloc": [ "default-mobile.handlebars->53->241", "default.handlebars->119->1990", - "default3.handlebars->117->1986", + "default3.handlebars->117->1971", "login2.handlebars->17->127" ] }, @@ -60413,7 +60413,7 @@ "xloc": [ "default-mobile.handlebars->53->791", "default.handlebars->119->975", - "default3.handlebars->117->986" + "default3.handlebars->117->971" ] }, { @@ -60551,7 +60551,7 @@ "zh-cht": "是否覆蓋文件存在?", "xloc": [ "default.handlebars->119->794", - "default3.handlebars->117->805" + "default3.handlebars->117->790" ] }, { @@ -60607,7 +60607,7 @@ "zh-cht": "自己的過程", "xloc": [ "default.handlebars->119->1483", - "default3.handlebars->117->1484" + "default3.handlebars->117->1469" ] }, { @@ -60638,7 +60638,7 @@ "xloc": [ "default.handlebars->119->1479", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1", - "default3.handlebars->117->1480", + "default3.handlebars->117->1465", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -60679,7 +60679,7 @@ "xloc": [ "default-mobile.handlebars->53->938", "default.handlebars->119->1781", - "default3.handlebars->117->1779" + "default3.handlebars->117->1764" ] }, { @@ -60710,7 +60710,7 @@ "xloc": [ "default-mobile.handlebars->53->671", "default.handlebars->119->1440", - "default3.handlebars->117->1442", + "default3.handlebars->117->1427", "sharing-mobile.handlebars->53->27" ] }, @@ -60742,7 +60742,7 @@ "xloc": [ "default-mobile.handlebars->53->670", "default.handlebars->119->1439", - "default3.handlebars->117->1441", + "default3.handlebars->117->1426", "sharing-mobile.handlebars->53->26" ] }, @@ -60773,7 +60773,7 @@ "zh-cht": "分頁內存", "xloc": [ "default.handlebars->119->151", - "default3.handlebars->117->164" + "default3.handlebars->117->149" ] }, { @@ -60808,9 +60808,9 @@ "default.handlebars->119->1723", "default.handlebars->119->1729", "default.handlebars->119->1735", - "default3.handlebars->117->1721", - "default3.handlebars->117->1727", - "default3.handlebars->117->1733" + "default3.handlebars->117->1706", + "default3.handlebars->117->1712", + "default3.handlebars->117->1718" ] }, { @@ -60840,7 +60840,7 @@ "zh-cht": "部分的", "xloc": [ "default.handlebars->119->2768", - "default3.handlebars->117->2780" + "default3.handlebars->117->2765" ] }, { @@ -60924,7 +60924,7 @@ "default-mobile.handlebars->53->353", "default-mobile.handlebars->53->972", "default.handlebars->119->2143", - "default3.handlebars->117->2158" + "default3.handlebars->117->2143" ] }, { @@ -60954,7 +60954,7 @@ "zh-cht": "部分權限", "xloc": [ "default.handlebars->119->2957", - "default3.handlebars->117->2966" + "default3.handlebars->117->2951" ] }, { @@ -61029,17 +61029,17 @@ "default.handlebars->119->3101", "default.handlebars->119->349", "default.handlebars->119->522", - "default3.handlebars->117->1324", - "default3.handlebars->117->1412", - "default3.handlebars->117->1522", - "default3.handlebars->117->1529", - "default3.handlebars->117->2150", - "default3.handlebars->117->2310", - "default3.handlebars->117->2846", - "default3.handlebars->117->3003", - "default3.handlebars->117->3005", - "default3.handlebars->117->359", - "default3.handlebars->117->533", + "default3.handlebars->117->1309", + "default3.handlebars->117->1397", + "default3.handlebars->117->1507", + "default3.handlebars->117->1514", + "default3.handlebars->117->2135", + "default3.handlebars->117->2295", + "default3.handlebars->117->2831", + "default3.handlebars->117->2988", + "default3.handlebars->117->2990", + "default3.handlebars->117->344", + "default3.handlebars->117->518", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", "mstsc.handlebars->main->1->3->1->rowpassword->1->0", @@ -61210,7 +61210,7 @@ "xloc": [ "default-mobile.handlebars->53->1067", "default.handlebars->119->3337", - "default3.handlebars->117->3342" + "default3.handlebars->117->3327" ] }, { @@ -61468,9 +61468,9 @@ "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", - "default3.handlebars->117->1543", - "default3.handlebars->117->1587", - "default3.handlebars->117->2556", + "default3.handlebars->117->1528", + "default3.handlebars->117->1572", + "default3.handlebars->117->2541", "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->1", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -61595,7 +61595,7 @@ "zh-cht": "峰值分頁內存", "xloc": [ "default.handlebars->119->156", - "default3.handlebars->117->169" + "default3.handlebars->117->154" ] }, { @@ -61625,7 +61625,7 @@ "zh-cht": "峰值虛擬內存", "xloc": [ "default.handlebars->119->157", - "default3.handlebars->117->170" + "default3.handlebars->117->155" ] }, { @@ -61655,7 +61655,7 @@ "zh-cht": "峰值工作集", "xloc": [ "default.handlebars->119->155", - "default3.handlebars->117->168" + "default3.handlebars->117->153" ] }, { @@ -61686,7 +61686,7 @@ "xloc": [ "default-mobile.handlebars->53->950", "default.handlebars->119->1793", - "default3.handlebars->117->1791" + "default3.handlebars->117->1776" ] }, { @@ -61769,8 +61769,8 @@ "xloc": [ "default.handlebars->119->2245", "default.handlebars->119->499", - "default3.handlebars->117->2256", - "default3.handlebars->117->510" + "default3.handlebars->117->2241", + "default3.handlebars->117->495" ] }, { @@ -61912,7 +61912,7 @@ "xloc": [ "default-mobile.handlebars->53->608", "default.handlebars->119->1303", - "default3.handlebars->117->1312" + "default3.handlebars->117->1297" ] }, { @@ -61928,7 +61928,7 @@ "uk": "Увімкнути живлення Intel® AMT у BIOS?", "xloc": [ "default.handlebars->119->1307", - "default3.handlebars->117->1316" + "default3.handlebars->117->1301" ] }, { @@ -61966,7 +61966,7 @@ "xloc": [ "default-mobile.handlebars->53->606", "default.handlebars->119->1301", - "default3.handlebars->117->1310" + "default3.handlebars->117->1295" ] }, { @@ -61982,7 +61982,7 @@ "uk": "Виконати скидання Intel® AMT у BIOS?", "xloc": [ "default.handlebars->119->1309", - "default3.handlebars->117->1318" + "default3.handlebars->117->1303" ] }, { @@ -62020,7 +62020,7 @@ "xloc": [ "default-mobile.handlebars->53->610", "default.handlebars->119->1305", - "default3.handlebars->117->1314" + "default3.handlebars->117->1299" ] }, { @@ -62050,7 +62050,7 @@ "zh-cht": "執行批量設備通知", "xloc": [ "default.handlebars->119->779", - "default3.handlebars->117->790" + "default3.handlebars->117->775" ] }, { @@ -62080,7 +62080,7 @@ "zh-cht": "執行批次裝置標籤操作", "xloc": [ "default.handlebars->119->771", - "default3.handlebars->117->782" + "default3.handlebars->117->767" ] }, { @@ -62114,7 +62114,7 @@ "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1", "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1", - "default3.handlebars->117->1038", + "default3.handlebars->117->1023", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->3", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->3", "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->3" @@ -62207,7 +62207,7 @@ "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ "default.handlebars->119->2576", - "default3.handlebars->117->2588" + "default3.handlebars->117->2573" ] }, { @@ -62238,7 +62238,7 @@ "xloc": [ "default-mobile.handlebars->53->1048", "default.handlebars->119->3318", - "default3.handlebars->117->3323" + "default3.handlebars->117->3308" ] }, { @@ -62270,8 +62270,8 @@ "default-mobile.handlebars->53->1033", "default.handlebars->119->2435", "default.handlebars->119->2751", - "default3.handlebars->117->2447", - "default3.handlebars->117->2763" + "default3.handlebars->117->2432", + "default3.handlebars->117->2748" ] }, { @@ -62302,7 +62302,7 @@ "xloc": [ "default-mobile.handlebars->53->242", "default.handlebars->119->1991", - "default3.handlebars->117->1987", + "default3.handlebars->117->1972", "login2.handlebars->17->128" ] }, @@ -62333,7 +62333,7 @@ "zh-cht": "個人筆記", "xloc": [ "default.handlebars->container->topbar->1->1->uiMenuButton->uiMenu->1->1->0->3", - "default3.handlebars->117->74" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->19->3" ] }, { @@ -62398,10 +62398,10 @@ "default.handlebars->119->1804", "default.handlebars->119->267", "default.handlebars->119->3049", - "default3.handlebars->117->1798", - "default3.handlebars->117->1801", - "default3.handlebars->117->277", - "default3.handlebars->117->3058" + "default3.handlebars->117->1783", + "default3.handlebars->117->1786", + "default3.handlebars->117->262", + "default3.handlebars->117->3043" ] }, { @@ -62431,7 +62431,7 @@ "zh-cht": "電話號碼", "xloc": [ "default.handlebars->119->2972", - "default3.handlebars->117->2981" + "default3.handlebars->117->2966" ] }, { @@ -62463,8 +62463,8 @@ "default-mobile.handlebars->53->110", "default.handlebars->119->1803", "default.handlebars->119->3048", - "default3.handlebars->117->1800", - "default3.handlebars->117->3057" + "default3.handlebars->117->1785", + "default3.handlebars->117->3042" ] }, { @@ -62520,7 +62520,7 @@ "zh-cht": "將節點放在這裡", "xloc": [ "default.handlebars->119->884", - "default3.handlebars->117->895" + "default3.handlebars->117->880" ] }, { @@ -62579,7 +62579,7 @@ "zh-cht": "請新增二因子鑑別的備用鑑別碼。如果丟失了當前因子,則無法恢復該帳戶。", "xloc": [ "default.handlebars->119->76", - "default3.handlebars->117->89" + "default3.handlebars->117->74" ] }, { @@ -62609,7 +62609,7 @@ "zh-cht": "請注意,不建議降級。請僅在最近的升級後發生問題時才這樣做。", "xloc": [ "default.handlebars->119->331", - "default3.handlebars->117->341" + "default3.handlebars->117->326" ] }, { @@ -62699,7 +62699,7 @@ "xloc": [ "default-mobile.handlebars->53->325", "default.handlebars->119->2097", - "default3.handlebars->117->2094" + "default3.handlebars->117->2079" ] }, { @@ -62730,8 +62730,8 @@ "xloc": [ "default.handlebars->119->330", "default.handlebars->119->3454", - "default3.handlebars->117->340", - "default3.handlebars->117->3459" + "default3.handlebars->117->325", + "default3.handlebars->117->3444" ] }, { @@ -62761,7 +62761,7 @@ "zh-cht": "外掛錯誤", "xloc": [ "default.handlebars->119->336", - "default3.handlebars->117->346" + "default3.handlebars->117->331" ] }, { @@ -62791,7 +62791,7 @@ "zh-cht": "PluginHandler無法事件消息:", "xloc": [ "default.handlebars->119->288", - "default3.handlebars->117->298" + "default3.handlebars->117->283" ] }, { @@ -62947,7 +62947,7 @@ "xloc": [ "default-mobile.handlebars->53->352", "default.handlebars->119->2142", - "default3.handlebars->117->2157" + "default3.handlebars->117->2142" ] }, { @@ -62978,7 +62978,7 @@ "xloc": [ "default-mobile.handlebars->53->243", "default.handlebars->119->1992", - "default3.handlebars->117->1988", + "default3.handlebars->117->1973", "login2.handlebars->17->129" ] }, @@ -62996,8 +62996,8 @@ "xloc": [ "default.handlebars->119->1263", "default.handlebars->119->1264", - "default3.handlebars->117->1272", - "default3.handlebars->117->1273" + "default3.handlebars->117->1257", + "default3.handlebars->117->1258" ] }, { @@ -63079,7 +63079,7 @@ "zh-cht": "端口名稱同步", "xloc": [ "default.handlebars->119->2202", - "default3.handlebars->117->2213" + "default3.handlebars->117->2198" ] }, { @@ -63110,7 +63110,7 @@ "xloc": [ "default-mobile.handlebars->53->506", "default.handlebars->119->913", - "default3.handlebars->117->924" + "default3.handlebars->117->909" ] }, { @@ -63141,7 +63141,7 @@ "xloc": [ "default-mobile.handlebars->53->507", "default.handlebars->119->914", - "default3.handlebars->117->925" + "default3.handlebars->117->910" ] }, { @@ -63224,7 +63224,7 @@ "xloc": [ "default-mobile.handlebars->53->244", "default.handlebars->119->1993", - "default3.handlebars->117->1989", + "default3.handlebars->117->1974", "login2.handlebars->17->130" ] }, @@ -63256,7 +63256,7 @@ "xloc": [ "default-mobile.handlebars->53->245", "default.handlebars->119->1994", - "default3.handlebars->117->1990", + "default3.handlebars->117->1975", "login2.handlebars->17->131" ] }, @@ -63351,8 +63351,8 @@ "default-mobile.handlebars->53->579", "default.handlebars->119->1124", "default.handlebars->119->1126", - "default3.handlebars->117->1135", - "default3.handlebars->117->1136" + "default3.handlebars->117->1120", + "default3.handlebars->117->1121" ] }, { @@ -63412,7 +63412,7 @@ "xloc": [ "default.handlebars->119->2487", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1", - "default3.handlebars->117->2499", + "default3.handlebars->117->2484", "default3.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -63446,7 +63446,7 @@ "default-mobile.handlebars->53->598", "default.handlebars->119->1277", "default.handlebars->119->6", - "default3.handlebars->117->1286", + "default3.handlebars->117->1271", "default3.handlebars->117->6" ] }, @@ -63477,7 +63477,7 @@ "zh-cht": "關閉裝置", "xloc": [ "default.handlebars->119->750", - "default3.handlebars->117->761" + "default3.handlebars->117->746" ] }, { @@ -63507,7 +63507,7 @@ "zh-cht": "電源開關即可使用。", "xloc": [ "default.handlebars->119->724", - "default3.handlebars->117->735" + "default3.handlebars->117->720" ] }, { @@ -63541,7 +63541,7 @@ "default.handlebars->119->1", "default.handlebars->119->701", "default3.handlebars->117->1", - "default3.handlebars->117->712" + "default3.handlebars->117->697" ] }, { @@ -63551,7 +63551,7 @@ "pl": "Przed", "xloc": [ "default.handlebars->119->442", - "default3.handlebars->117->453" + "default3.handlebars->117->438" ] }, { @@ -63581,14 +63581,14 @@ "zh-cht": "預激活", "xloc": [ "default.handlebars->119->1679", - "default3.handlebars->117->1677" + "default3.handlebars->117->1662" ] }, { "en": "Prefer value of --agentName", "xloc": [ "default.handlebars->119->2350", - "default3.handlebars->117->2362" + "default3.handlebars->117->2347" ] }, { @@ -63622,7 +63622,7 @@ "default.handlebars->119->7", "default.handlebars->119->713", "default3.handlebars->117->7", - "default3.handlebars->117->724" + "default3.handlebars->117->709" ] }, { @@ -63652,7 +63652,7 @@ "zh-cht": "存在於伺服器上", "xloc": [ "default.handlebars->119->3180", - "default3.handlebars->117->3183" + "default3.handlebars->117->3170" ] }, { @@ -63772,7 +63772,7 @@ "zh-cht": "現在按下按鍵。", "xloc": [ "default.handlebars->119->260", - "default3.handlebars->117->270" + "default3.handlebars->117->255" ] }, { @@ -63807,10 +63807,10 @@ "default.handlebars->119->3043", "default.handlebars->119->3098", "default.handlebars->119->342", - "default3.handlebars->117->1794", - "default3.handlebars->117->3052", - "default3.handlebars->117->3105", - "default3.handlebars->117->352" + "default3.handlebars->117->1779", + "default3.handlebars->117->3037", + "default3.handlebars->117->3090", + "default3.handlebars->117->337" ] }, { @@ -63841,7 +63841,7 @@ "xloc": [ "default-mobile.handlebars->53->664", "default.handlebars->119->1434", - "default3.handlebars->117->1436", + "default3.handlebars->117->1421", "sharing-mobile.handlebars->53->21" ] }, @@ -63872,7 +63872,7 @@ "zh-cht": "優先提升", "xloc": [ "default.handlebars->119->139", - "default3.handlebars->117->152" + "default3.handlebars->117->137" ] }, { @@ -63932,7 +63932,7 @@ "zh-cht": "隱私欄", "xloc": [ "default.handlebars->119->314", - "default3.handlebars->117->324" + "default3.handlebars->117->309" ] }, { @@ -63988,7 +63988,7 @@ "zh-cht": "私人內存", "xloc": [ "default.handlebars->119->152", - "default3.handlebars->117->165" + "default3.handlebars->117->150" ] }, { @@ -64018,7 +64018,7 @@ "zh-cht": "特權處理器時間", "xloc": [ "default.handlebars->119->144", - "default3.handlebars->117->157" + "default3.handlebars->117->142" ] }, { @@ -64048,7 +64048,7 @@ "zh-cht": "進程控制", "xloc": [ "default.handlebars->119->1507", - "default3.handlebars->117->1507" + "default3.handlebars->117->1492" ] }, { @@ -64078,7 +64078,7 @@ "zh-cht": "流程詳情,#{0}", "xloc": [ "default.handlebars->119->1470", - "default3.handlebars->117->1472" + "default3.handlebars->117->1457" ] }, { @@ -64108,7 +64108,7 @@ "zh-cht": "進程名稱", "xloc": [ "default.handlebars->119->132", - "default3.handlebars->117->145" + "default3.handlebars->117->130" ] }, { @@ -64168,7 +64168,7 @@ "zh-cht": "處理控制台命令:“{0}”", "xloc": [ "default.handlebars->119->2568", - "default3.handlebars->117->2580" + "default3.handlebars->117->2565" ] }, { @@ -64198,7 +64198,7 @@ "zh-cht": "提示", "xloc": [ "default.handlebars->119->313", - "default3.handlebars->117->323" + "default3.handlebars->117->308" ] }, { @@ -64228,7 +64228,7 @@ "zh-cht": "用戶同意提示", "xloc": [ "default.handlebars->119->1261", - "default3.handlebars->117->1270" + "default3.handlebars->117->1255" ] }, { @@ -64260,9 +64260,9 @@ "default.handlebars->119->2339", "default.handlebars->119->2343", "default.handlebars->119->2346", - "default3.handlebars->117->2351", - "default3.handlebars->117->2355", - "default3.handlebars->117->2358" + "default3.handlebars->117->2336", + "default3.handlebars->117->2340", + "default3.handlebars->117->2343" ] }, { @@ -64292,7 +64292,7 @@ "zh-cht": "協議", "xloc": [ "default.handlebars->119->3178", - "default3.handlebars->117->3181", + "default3.handlebars->117->3168", "player.handlebars->29->36" ] }, @@ -64323,7 +64323,7 @@ "zh-cht": "協議協商失敗 ({0})", "xloc": [ "default.handlebars->119->1396", - "default3.handlebars->117->1397" + "default3.handlebars->117->1382" ] }, { @@ -64380,7 +64380,7 @@ "xloc": [ "default-mobile.handlebars->53->841", "default.handlebars->119->1683", - "default3.handlebars->117->1681" + "default3.handlebars->117->1666" ] }, { @@ -64437,7 +64437,7 @@ "xloc": [ "default-mobile.handlebars->53->372", "default.handlebars->119->2527", - "default3.handlebars->117->2539" + "default3.handlebars->117->2524" ] }, { @@ -64469,7 +64469,7 @@ { "en": "Pulse", "xloc": [ - "default3.handlebars->117->2117" + "default3.handlebars->117->2102" ] }, { @@ -64500,7 +64500,7 @@ "xloc": [ "default-mobile.handlebars->53->246", "default.handlebars->119->1995", - "default3.handlebars->117->1991", + "default3.handlebars->117->1976", "login2.handlebars->17->132" ] }, @@ -64532,7 +64532,7 @@ "xloc": [ "default-mobile.handlebars->53->247", "default.handlebars->119->1996", - "default3.handlebars->117->1992", + "default3.handlebars->117->1977", "login2.handlebars->17->133" ] }, @@ -64564,7 +64564,7 @@ "xloc": [ "default-mobile.handlebars->53->248", "default.handlebars->119->1997", - "default3.handlebars->117->1993", + "default3.handlebars->117->1978", "login2.handlebars->17->134" ] }, @@ -64626,7 +64626,7 @@ "zh-cht": "推送通知", "xloc": [ "default.handlebars->119->3264", - "default3.handlebars->117->3267" + "default3.handlebars->117->3254" ] }, { @@ -64696,8 +64696,8 @@ "xloc": [ "default.handlebars->119->1813", "default.handlebars->119->3056", - "default3.handlebars->117->1810", - "default3.handlebars->117->3065" + "default3.handlebars->117->1795", + "default3.handlebars->117->3050" ] }, { @@ -64788,7 +64788,7 @@ "xloc": [ "default-mobile.handlebars->53->249", "default.handlebars->119->1998", - "default3.handlebars->117->1994", + "default3.handlebars->117->1979", "login2.handlebars->17->135" ] }, @@ -64918,10 +64918,10 @@ "default.handlebars->119->453", "default.handlebars->container->dialog->dialogBody->dialog7->1->td7rdpkvm", "default.handlebars->contextMenu->cxrdp", - "default3.handlebars->117->1028", - "default3.handlebars->117->1032", - "default3.handlebars->117->1072", - "default3.handlebars->117->464", + "default3.handlebars->117->1013", + "default3.handlebars->117->1017", + "default3.handlebars->117->1057", + "default3.handlebars->117->449", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->1->td7rdpkvm", "default3.handlebars->contextMenu->cxrdp", "mstsc.handlebars->1" @@ -64984,7 +64984,7 @@ "zh-cht": "RDP連接", "xloc": [ "default.handlebars->119->858", - "default3.handlebars->117->869" + "default3.handlebars->117->854" ] }, { @@ -65014,7 +65014,7 @@ "zh-cht": "RDP 憑證", "xloc": [ "default.handlebars->119->1415", - "default3.handlebars->117->1416" + "default3.handlebars->117->1401" ] }, { @@ -65050,7 +65050,7 @@ "uk": "RDP порт {0}", "xloc": [ "default.handlebars->119->1389", - "default3.handlebars->117->1390" + "default3.handlebars->117->1375" ] }, { @@ -65080,7 +65080,7 @@ "zh-cht": "RDP遠程連接介面:", "xloc": [ "default.handlebars->119->857", - "default3.handlebars->117->868" + "default3.handlebars->117->853" ] }, { @@ -65215,7 +65215,7 @@ "zh-cht": "RSS", "xloc": [ "default.handlebars->119->3412", - "default3.handlebars->117->3417" + "default3.handlebars->117->3402" ] }, { @@ -65274,7 +65274,7 @@ "zh-cht": "隨機密碼", "xloc": [ "default.handlebars->119->2302", - "default3.handlebars->117->2311" + "default3.handlebars->117->2296" ] }, { @@ -65304,7 +65304,7 @@ "zh-cht": "隨機密碼。", "xloc": [ "default.handlebars->119->2837", - "default3.handlebars->117->2848" + "default3.handlebars->117->2833" ] }, { @@ -65334,7 +65334,7 @@ "zh-cht": "力登 Dominion KX III", "xloc": [ "default.handlebars->119->2131", - "default3.handlebars->117->2146" + "default3.handlebars->117->2131" ] }, { @@ -65453,8 +65453,8 @@ "default.handlebars->119->2969", "default.handlebars->119->2971", "default.handlebars->119->3091", - "default3.handlebars->117->2978", - "default3.handlebars->117->2980" + "default3.handlebars->117->2963", + "default3.handlebars->117->2965" ] }, { @@ -65468,8 +65468,8 @@ "default-mobile.handlebars->53->782", "default.handlebars->119->964", "default.handlebars->119->966", - "default3.handlebars->117->975", - "default3.handlebars->117->977" + "default3.handlebars->117->960", + "default3.handlebars->117->962" ] }, { @@ -65529,7 +65529,7 @@ "xloc": [ "default-mobile.handlebars->53->655", "default.handlebars->119->1394", - "default3.handlebars->117->1395", + "default3.handlebars->117->1380", "sharing-mobile.handlebars->53->13", "sharing.handlebars->47->10", "sharing.handlebars->47->32" @@ -65558,7 +65558,7 @@ "zh-chs": "最近的主题", "zh-cht": "最近的主題", "xloc": [ - "default3.handlebars->117->2128" + "default3.handlebars->117->2113" ] }, { @@ -65590,9 +65590,9 @@ "default.handlebars->119->2206", "default.handlebars->119->2896", "default.handlebars->119->2977", - "default3.handlebars->117->2217", - "default3.handlebars->117->2905", - "default3.handlebars->117->2986" + "default3.handlebars->117->2202", + "default3.handlebars->117->2890", + "default3.handlebars->117->2971" ] }, { @@ -65654,9 +65654,9 @@ "default.handlebars->119->2347", "default.handlebars->119->2934", "default.handlebars->119->3079", - "default3.handlebars->117->2359", - "default3.handlebars->117->2943", - "default3.handlebars->117->3088" + "default3.handlebars->117->2344", + "default3.handlebars->117->2928", + "default3.handlebars->117->3073" ] }, { @@ -65686,7 +65686,7 @@ "zh-cht": "記錄細節", "xloc": [ "default.handlebars->119->3192", - "default3.handlebars->117->3195" + "default3.handlebars->117->3182" ] }, { @@ -65728,7 +65728,7 @@ "xloc": [ "default-mobile.handlebars->53->930", "default.handlebars->119->1772", - "default3.handlebars->117->1770" + "default3.handlebars->117->1755" ] }, { @@ -65759,8 +65759,8 @@ "xloc": [ "default.handlebars->119->308", "default.handlebars->119->310", - "default3.handlebars->117->318", - "default3.handlebars->117->320" + "default3.handlebars->117->303", + "default3.handlebars->117->305" ] }, { @@ -65790,7 +65790,7 @@ "zh-cht": "每天重複", "xloc": [ "default.handlebars->119->1249", - "default3.handlebars->117->1258" + "default3.handlebars->117->1243" ] }, { @@ -65820,7 +65820,7 @@ "zh-cht": "每週重複", "xloc": [ "default.handlebars->119->1250", - "default3.handlebars->117->1259" + "default3.handlebars->117->1244" ] }, { @@ -65879,8 +65879,8 @@ "default-mobile.handlebars->53->728", "default.handlebars->119->1573", "default.handlebars->119->2534", - "default3.handlebars->117->1573", - "default3.handlebars->117->2546", + "default3.handlebars->117->1558", + "default3.handlebars->117->2531", "sharing-mobile.handlebars->53->84", "sharing.handlebars->47->60" ] @@ -65981,7 +65981,7 @@ "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p40->3->3", "default.handlebars->container->column_l->p52->3->1->0->3->3", - "default3.handlebars->117->892", + "default3.handlebars->117->877", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->DeskToolsRefreshButton", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p40->3->1", @@ -66084,13 +66084,13 @@ "default.handlebars->119->428", "default.handlebars->119->432", "default.handlebars->119->735", - "default3.handlebars->117->1170", - "default3.handlebars->117->1195", - "default3.handlebars->117->2443", - "default3.handlebars->117->3398", - "default3.handlebars->117->439", - "default3.handlebars->117->443", - "default3.handlebars->117->746" + "default3.handlebars->117->1155", + "default3.handlebars->117->1180", + "default3.handlebars->117->2428", + "default3.handlebars->117->3383", + "default3.handlebars->117->424", + "default3.handlebars->117->428", + "default3.handlebars->117->731" ] }, { @@ -66120,7 +66120,7 @@ "zh-cht": "中繼數量", "xloc": [ "default.handlebars->119->3378", - "default3.handlebars->117->3383" + "default3.handlebars->117->3368" ] }, { @@ -66154,9 +66154,9 @@ "default.handlebars->119->2128", "default.handlebars->119->2195", "default.handlebars->119->2328", - "default3.handlebars->117->2143", - "default3.handlebars->117->2206", - "default3.handlebars->117->2338" + "default3.handlebars->117->2128", + "default3.handlebars->117->2191", + "default3.handlebars->117->2323" ] }, { @@ -66186,7 +66186,7 @@ "zh-cht": "中繼錯誤", "xloc": [ "default.handlebars->119->3371", - "default3.handlebars->117->3376" + "default3.handlebars->117->3361" ] }, { @@ -66258,8 +66258,8 @@ "xloc": [ "default.handlebars->119->3377", "default.handlebars->119->3405", - "default3.handlebars->117->3382", - "default3.handlebars->117->3410" + "default3.handlebars->117->3367", + "default3.handlebars->117->3395" ] }, { @@ -66289,7 +66289,7 @@ "zh-cht": "繼電器裝置", "xloc": [ "default.handlebars->119->2721", - "default3.handlebars->117->2733" + "default3.handlebars->117->2718" ] }, { @@ -66319,7 +66319,7 @@ "zh-cht": "繼電器", "xloc": [ "default.handlebars->119->1024", - "default3.handlebars->117->1035" + "default3.handlebars->117->1020" ] }, { @@ -66375,7 +66375,7 @@ "zh-cht": "記住設備", "xloc": [ "default.handlebars->119->3266", - "default3.handlebars->117->3269" + "default3.handlebars->117->3256" ] }, { @@ -66407,8 +66407,8 @@ "default-mobile.handlebars->53->703", "default.handlebars->119->1412", "default.handlebars->119->1523", - "default3.handlebars->117->1413", - "default3.handlebars->117->1523", + "default3.handlebars->117->1398", + "default3.handlebars->117->1508", "mstsc.handlebars->main->1->3->1->rowremember->3->0", "sharing-mobile.handlebars->53->54", "sharing-mobile.handlebars->53->71", @@ -66443,7 +66443,7 @@ "xloc": [ "default-mobile.handlebars->53->708", "default.handlebars->119->1528", - "default3.handlebars->117->1528", + "default3.handlebars->117->1513", "ssh.handlebars->19->19" ] }, @@ -66559,7 +66559,7 @@ "xloc": [ "default-mobile.handlebars->53->707", "default.handlebars->119->1527", - "default3.handlebars->117->1527", + "default3.handlebars->117->1512", "ssh.handlebars->19->18" ] }, @@ -66704,7 +66704,7 @@ "zh-cht": "遠程剪貼板", "xloc": [ "default.handlebars->119->1468", - "default3.handlebars->117->1470" + "default3.handlebars->117->1455" ] }, { @@ -66735,7 +66735,7 @@ "xloc": [ "default-mobile.handlebars->53->1008", "default.handlebars->119->2389", - "default3.handlebars->117->2401" + "default3.handlebars->117->2386" ] }, { @@ -66771,9 +66771,9 @@ "default.handlebars->119->1044", "default.handlebars->119->1045", "default.handlebars->119->2413", - "default3.handlebars->117->1055", - "default3.handlebars->117->1056", - "default3.handlebars->117->2425" + "default3.handlebars->117->1040", + "default3.handlebars->117->1041", + "default3.handlebars->117->2410" ] }, { @@ -66788,7 +66788,7 @@ "uk": "Дистанційне керування та ретрансляція", "xloc": [ "default.handlebars->119->2374", - "default3.handlebars->117->2386" + "default3.handlebars->117->2371" ] }, { @@ -66821,8 +66821,8 @@ "default-mobile.handlebars->53->434", "default.handlebars->119->458", "default.handlebars->119->465", - "default3.handlebars->117->469", - "default3.handlebars->117->476" + "default3.handlebars->117->454", + "default3.handlebars->117->461" ] }, { @@ -66852,7 +66852,7 @@ "zh-cht": "遠程桌面 + 文件鏈接", "xloc": [ "default.handlebars->119->322", - "default3.handlebars->117->332" + "default3.handlebars->117->317" ] }, { @@ -66882,7 +66882,7 @@ "zh-cht": "遠程桌面 + 終端 + 文件鏈接", "xloc": [ "default.handlebars->119->323", - "default3.handlebars->117->333" + "default3.handlebars->117->318" ] }, { @@ -66912,7 +66912,7 @@ "zh-cht": "遠程桌面+終端鏈接", "xloc": [ "default.handlebars->119->319", - "default3.handlebars->117->329" + "default3.handlebars->117->314" ] }, { @@ -66943,8 +66943,8 @@ "xloc": [ "default.handlebars->119->2582", "default.handlebars->119->2588", - "default3.handlebars->117->2594", - "default3.handlebars->117->2600" + "default3.handlebars->117->2579", + "default3.handlebars->117->2585" ] }, { @@ -66974,7 +66974,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ "default.handlebars->119->2583", - "default3.handlebars->117->2595" + "default3.handlebars->117->2580" ] }, { @@ -67004,7 +67004,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ "default.handlebars->119->2589", - "default3.handlebars->117->2601" + "default3.handlebars->117->2586" ] }, { @@ -67036,9 +67036,9 @@ "default.handlebars->119->2580", "default.handlebars->119->2584", "default.handlebars->119->2590", - "default3.handlebars->117->2592", - "default3.handlebars->117->2596", - "default3.handlebars->117->2602" + "default3.handlebars->117->2577", + "default3.handlebars->117->2581", + "default3.handlebars->117->2587" ] }, { @@ -67094,7 +67094,7 @@ "zh-cht": "遠程桌面鏈結", "xloc": [ "default.handlebars->119->318", - "default3.handlebars->117->328" + "default3.handlebars->117->313" ] }, { @@ -67126,8 +67126,8 @@ "default-mobile.handlebars->53->657", "default.handlebars->119->1424", "default.handlebars->119->494", - "default3.handlebars->117->1425", - "default3.handlebars->117->505", + "default3.handlebars->117->1410", + "default3.handlebars->117->490", "sharing-mobile.handlebars->53->15", "sharing.handlebars->47->20" ] @@ -67263,7 +67263,7 @@ "zh-cht": "遠程文件鏈接", "xloc": [ "default.handlebars->119->320", - "default3.handlebars->117->330" + "default3.handlebars->117->315" ] }, { @@ -67345,7 +67345,7 @@ "zh-cht": "遠程輸入鎖定", "xloc": [ "default.handlebars->119->1202", - "default3.handlebars->117->1211" + "default3.handlebars->117->1196" ] }, { @@ -67375,7 +67375,7 @@ "zh-cht": "遠程鍵盤輸入", "xloc": [ "default.handlebars->119->1464", - "default3.handlebars->117->1466", + "default3.handlebars->117->1451", "sharing.handlebars->47->22" ] }, @@ -67461,7 +67461,7 @@ "zh-cht": "遠程會話", "xloc": [ "default.handlebars->119->3194", - "default3.handlebars->117->3197" + "default3.handlebars->117->3184" ] }, { @@ -67543,7 +67543,7 @@ "zh-cht": "遠程終端+文件鏈接", "xloc": [ "default.handlebars->119->321", - "default3.handlebars->117->331" + "default3.handlebars->117->316" ] }, { @@ -67573,7 +67573,7 @@ "zh-cht": "遠程終端鏈接", "xloc": [ "default.handlebars->119->317", - "default3.handlebars->117->327" + "default3.handlebars->117->312" ] }, { @@ -67633,9 +67633,9 @@ "default.handlebars->119->2375", "default.handlebars->119->2418", "default.handlebars->119->3082", - "default3.handlebars->117->2387", - "default3.handlebars->117->2430", - "default3.handlebars->117->3091" + "default3.handlebars->117->2372", + "default3.handlebars->117->2415", + "default3.handlebars->117->3076" ] }, { @@ -67665,7 +67665,7 @@ "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ "default.handlebars->119->1467", - "default3.handlebars->117->1469" + "default3.handlebars->117->1454" ] }, { @@ -67800,9 +67800,9 @@ "default.handlebars->119->1745", "default.handlebars->119->1757", "default.handlebars->119->1764", - "default3.handlebars->117->1743", - "default3.handlebars->117->1755", - "default3.handlebars->117->1762" + "default3.handlebars->117->1728", + "default3.handlebars->117->1740", + "default3.handlebars->117->1747" ] }, { @@ -67832,7 +67832,7 @@ "zh-cht": "删除", "xloc": [ "default.handlebars->119->249", - "default3.handlebars->117->260" + "default3.handlebars->117->245" ] }, { @@ -67888,7 +67888,7 @@ "zh-cht": "刪除配置", "xloc": [ "default.handlebars->119->2163", - "default3.handlebars->117->2178" + "default3.handlebars->117->2163" ] }, { @@ -67971,8 +67971,8 @@ "xloc": [ "default.handlebars->119->2938", "default.handlebars->119->3143", - "default3.handlebars->117->2947", - "default3.handlebars->117->3146" + "default3.handlebars->117->2932", + "default3.handlebars->117->3131" ] }, { @@ -68003,8 +68003,8 @@ "xloc": [ "default.handlebars->119->2936", "default.handlebars->119->3130", - "default3.handlebars->117->2945", - "default3.handlebars->117->3133" + "default3.handlebars->117->2930", + "default3.handlebars->117->3118" ] }, { @@ -68034,7 +68034,7 @@ "zh-cht": "刪除設備共享", "xloc": [ "default.handlebars->119->3128", - "default3.handlebars->117->3131" + "default3.handlebars->117->3116" ] }, { @@ -68064,7 +68064,7 @@ "zh-cht": "刪除登錄令牌", "xloc": [ "default.handlebars->119->2155", - "default3.handlebars->117->2170" + "default3.handlebars->117->2155" ] }, { @@ -68135,7 +68135,7 @@ "zh-cht": "刪除用戶群成員身份", "xloc": [ "default.handlebars->119->3139", - "default3.handlebars->117->3142" + "default3.handlebars->117->3127" ] }, { @@ -68166,8 +68166,8 @@ "xloc": [ "default.handlebars->119->2440", "default.handlebars->119->3135", - "default3.handlebars->117->2452", - "default3.handlebars->117->3138" + "default3.handlebars->117->2437", + "default3.handlebars->117->3123" ] }, { @@ -68197,7 +68197,7 @@ "zh-cht": "刪除用戶成員資格", "xloc": [ "default.handlebars->119->2946", - "default3.handlebars->117->2955" + "default3.handlebars->117->2940" ] }, { @@ -68228,8 +68228,8 @@ "xloc": [ "default.handlebars->119->2438", "default.handlebars->119->3132", - "default3.handlebars->117->2450", - "default3.handlebars->117->3135" + "default3.handlebars->117->2435", + "default3.handlebars->117->3120" ] }, { @@ -68259,7 +68259,7 @@ "zh-cht": "刪除所有二因子鑑別。", "xloc": [ "default.handlebars->119->3105", - "default3.handlebars->117->3108" + "default3.handlebars->117->3093" ] }, { @@ -68289,7 +68289,7 @@ "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ "default.handlebars->119->2838", - "default3.handlebars->117->2849" + "default3.handlebars->117->2834" ] }, { @@ -68319,7 +68319,7 @@ "zh-cht": "斷開連接後删除裝置", "xloc": [ "default.handlebars->119->2352", - "default3.handlebars->117->2364" + "default3.handlebars->117->2349" ] }, { @@ -68350,8 +68350,8 @@ "xloc": [ "default.handlebars->119->1104", "default.handlebars->119->2260", - "default3.handlebars->117->1115", - "default3.handlebars->117->2271" + "default3.handlebars->117->1100", + "default3.handlebars->117->2256" ] }, { @@ -68381,7 +68381,7 @@ "zh-cht": "刪除非活動", "xloc": [ "default.handlebars->119->2207", - "default3.handlebars->117->2218" + "default3.handlebars->117->2203" ] }, { @@ -68411,7 +68411,7 @@ "zh-cht": "刪除登錄令牌", "xloc": [ "default.handlebars->119->2150", - "default3.handlebars->117->2165" + "default3.handlebars->117->2150" ] }, { @@ -68426,7 +68426,7 @@ "uk": "Видалити підтримку месенджера", "xloc": [ "default.handlebars->119->1806", - "default3.handlebars->117->1803" + "default3.handlebars->117->1788" ] }, { @@ -68456,7 +68456,7 @@ "zh-cht": "刪除節點位置", "xloc": [ "default.handlebars->119->873", - "default3.handlebars->117->884" + "default3.handlebars->117->869" ] }, { @@ -68487,7 +68487,7 @@ "xloc": [ "default-mobile.handlebars->53->108", "default.handlebars->119->1800", - "default3.handlebars->117->1797" + "default3.handlebars->117->1782" ] }, { @@ -68517,7 +68517,7 @@ "zh-cht": "删除標籤", "xloc": [ "default.handlebars->119->775", - "default3.handlebars->117->786" + "default3.handlebars->117->771" ] }, { @@ -68547,7 +68547,7 @@ "zh-cht": "刪除此裝置", "xloc": [ "default.handlebars->119->1048", - "default3.handlebars->117->1059" + "default3.handlebars->117->1044" ] }, { @@ -68577,7 +68577,7 @@ "zh-cht": "刪除此用戶", "xloc": [ "default.handlebars->119->3038", - "default3.handlebars->117->3047" + "default3.handlebars->117->3032" ] }, { @@ -68607,7 +68607,7 @@ "zh-cht": "刪除用戶群成員身份", "xloc": [ "default.handlebars->119->3119", - "default3.handlebars->117->3122" + "default3.handlebars->117->3107" ] }, { @@ -68637,7 +68637,7 @@ "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ "default.handlebars->119->2930", - "default3.handlebars->117->2939" + "default3.handlebars->117->2924" ] }, { @@ -68668,8 +68668,8 @@ "xloc": [ "default.handlebars->119->1097", "default.handlebars->119->2924", - "default3.handlebars->117->1108", - "default3.handlebars->117->2933" + "default3.handlebars->117->1093", + "default3.handlebars->117->2918" ] }, { @@ -68703,11 +68703,11 @@ "default.handlebars->119->2918", "default.handlebars->119->3113", "default.handlebars->119->3125", - "default3.handlebars->117->1109", - "default3.handlebars->117->2267", - "default3.handlebars->117->2927", - "default3.handlebars->117->3116", - "default3.handlebars->117->3128" + "default3.handlebars->117->1094", + "default3.handlebars->117->2252", + "default3.handlebars->117->2912", + "default3.handlebars->117->3101", + "default3.handlebars->117->3113" ] }, { @@ -68763,7 +68763,7 @@ "zh-cht": "刪除了帳戶顯示名稱。", "xloc": [ "default.handlebars->119->2680", - "default3.handlebars->117->2692" + "default3.handlebars->117->2677" ] }, { @@ -68793,7 +68793,7 @@ "zh-cht": "刪除身份驗證應用程序", "xloc": [ "default.handlebars->119->2642", - "default3.handlebars->117->2654" + "default3.handlebars->117->2639" ] }, { @@ -68823,7 +68823,7 @@ "zh-cht": "刪除的設備共享{0}", "xloc": [ "default.handlebars->119->2653", - "default3.handlebars->117->2665" + "default3.handlebars->117->2650" ] }, { @@ -68853,7 +68853,7 @@ "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ "default.handlebars->119->2638", - "default3.handlebars->117->2650" + "default3.handlebars->117->2635" ] }, { @@ -68883,7 +68883,7 @@ "zh-cht": "從用戶群{1}中刪除了設備{0}", "xloc": [ "default.handlebars->119->2714", - "default3.handlebars->117->2726" + "default3.handlebars->117->2711" ] }, { @@ -68913,7 +68913,7 @@ "zh-cht": "刪除了登錄令牌", "xloc": [ "default.handlebars->119->2667", - "default3.handlebars->117->2679" + "default3.handlebars->117->2664" ] }, { @@ -68928,7 +68928,7 @@ "uk": "токен входу видалено", "xloc": [ "default.handlebars->119->2708", - "default3.handlebars->117->2720" + "default3.handlebars->117->2705" ] }, { @@ -68958,7 +68958,7 @@ "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ "default.handlebars->119->2648", - "default3.handlebars->117->2660" + "default3.handlebars->117->2645" ] }, { @@ -68988,7 +68988,7 @@ "zh-cht": "移除推送通知認證設備", "xloc": [ "default.handlebars->119->2665", - "default3.handlebars->117->2677" + "default3.handlebars->117->2662" ] }, { @@ -69018,7 +69018,7 @@ "zh-cht": "移除安全密鑰", "xloc": [ "default.handlebars->119->2645", - "default3.handlebars->117->2657" + "default3.handlebars->117->2642" ] }, { @@ -69050,9 +69050,9 @@ "default.handlebars->119->2611", "default.handlebars->119->2632", "default.handlebars->119->2637", - "default3.handlebars->117->2623", - "default3.handlebars->117->2644", - "default3.handlebars->117->2649" + "default3.handlebars->117->2608", + "default3.handlebars->117->2629", + "default3.handlebars->117->2634" ] }, { @@ -69082,7 +69082,7 @@ "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ "default.handlebars->119->2621", - "default3.handlebars->117->2633" + "default3.handlebars->117->2618" ] }, { @@ -69112,7 +69112,7 @@ "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ "default.handlebars->119->2634", - "default3.handlebars->117->2646" + "default3.handlebars->117->2631" ] }, { @@ -69143,8 +69143,8 @@ "xloc": [ "default.handlebars->119->2613", "default.handlebars->119->2623", - "default3.handlebars->117->2625", - "default3.handlebars->117->2635" + "default3.handlebars->117->2610", + "default3.handlebars->117->2620" ] }, { @@ -69183,9 +69183,9 @@ "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1", - "default3.handlebars->117->1577", - "default3.handlebars->117->2550", - "default3.handlebars->117->878", + "default3.handlebars->117->1562", + "default3.handlebars->117->2535", + "default3.handlebars->117->863", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default3.handlebars->filesContextMenu->1", @@ -69248,7 +69248,7 @@ "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ "default.handlebars->119->2599", - "default3.handlebars->117->2611" + "default3.handlebars->117->2596" ] }, { @@ -69278,7 +69278,7 @@ "zh-cht": "報告日", "xloc": [ "default.handlebars->119->2730", - "default3.handlebars->117->2742" + "default3.handlebars->117->2727" ] }, { @@ -69308,7 +69308,7 @@ "zh-cht": "報告類型", "xloc": [ "default.handlebars->119->2725", - "default3.handlebars->117->2737" + "default3.handlebars->117->2722" ] }, { @@ -69338,7 +69338,7 @@ "zh-cht": "報告未返回任何內容。", "xloc": [ "default.handlebars->119->3233", - "default3.handlebars->117->3236" + "default3.handlebars->117->3223" ] }, { @@ -69368,7 +69368,7 @@ "zh-cht": "報告.csv", "xloc": [ "default.handlebars->119->3307", - "default3.handlebars->117->3310" + "default3.handlebars->117->3297" ] }, { @@ -69614,7 +69614,7 @@ "zh-cht": "要求:", "xloc": [ "default.handlebars->119->2111", - "default3.handlebars->117->2102" + "default3.handlebars->117->2087" ] }, { @@ -69646,8 +69646,8 @@ "default-mobile.handlebars->53->338", "default.handlebars->119->2843", "default.handlebars->119->3103", - "default3.handlebars->117->2854", - "default3.handlebars->117->3106" + "default3.handlebars->117->2839", + "default3.handlebars->117->3091" ] }, { @@ -69677,7 +69677,7 @@ "zh-cht": "需要安裝MeshCentral路由器", "xloc": [ "default.handlebars->119->1060", - "default3.handlebars->117->1071" + "default3.handlebars->117->1056" ] }, { @@ -69709,9 +69709,9 @@ "default.handlebars->119->1062", "default.handlebars->119->1064", "default.handlebars->119->1066", - "default3.handlebars->117->1073", - "default3.handlebars->117->1075", - "default3.handlebars->117->1077" + "default3.handlebars->117->1058", + "default3.handlebars->117->1060", + "default3.handlebars->117->1062" ] }, { @@ -69774,7 +69774,7 @@ "default-mobile.handlebars->53->597", "default.handlebars->119->1276", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", - "default3.handlebars->117->1285", + "default3.handlebars->117->1270", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devMapToolbar" ] }, @@ -69806,7 +69806,7 @@ "xloc": [ "default-mobile.handlebars->53->1009", "default.handlebars->119->2390", - "default3.handlebars->117->2402" + "default3.handlebars->117->2387" ] }, { @@ -69929,7 +69929,7 @@ "zh-cht": "重置裝置", "xloc": [ "default.handlebars->119->749", - "default3.handlebars->117->760" + "default3.handlebars->117->745" ] }, { @@ -69992,9 +69992,9 @@ "default.handlebars->119->1158", "default.handlebars->119->1183", "default.handlebars->119->2428", - "default3.handlebars->117->1167", - "default3.handlebars->117->1192", - "default3.handlebars->117->2440" + "default3.handlebars->117->1152", + "default3.handlebars->117->1177", + "default3.handlebars->117->2425" ] }, { @@ -70024,7 +70024,7 @@ "zh-cht": "重新啟動", "xloc": [ "default.handlebars->119->1497", - "default3.handlebars->117->1498", + "default3.handlebars->117->1483", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -70036,7 +70036,7 @@ "uk": "Перезапустити лічильник помилок після ", "xloc": [ "default.handlebars->119->1490", - "default3.handlebars->117->1491" + "default3.handlebars->117->1476" ] }, { @@ -70045,7 +70045,7 @@ "xloc": [ "default-mobile.handlebars->53->948", "default.handlebars->119->1791", - "default3.handlebars->117->1789" + "default3.handlebars->117->1774" ] }, { @@ -70056,7 +70056,7 @@ "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default.handlebars->119->1455", - "default3.handlebars->117->1457" + "default3.handlebars->117->1442" ] }, { @@ -70086,7 +70086,7 @@ "zh-cht": "還原伺服器", "xloc": [ "default.handlebars->119->2170", - "default3.handlebars->117->2183" + "default3.handlebars->117->2168" ] }, { @@ -70146,7 +70146,7 @@ "zh-cht": "使用備份還原伺服器,", "xloc": [ "default.handlebars->119->2165", - "default3.handlebars->117->2180" + "default3.handlebars->117->2165" ] }, { @@ -70178,8 +70178,8 @@ "default-mobile.handlebars->53->514", "default.handlebars->119->1076", "default.handlebars->119->921", - "default3.handlebars->117->1087", - "default3.handlebars->117->932" + "default3.handlebars->117->1072", + "default3.handlebars->117->917" ] }, { @@ -70209,7 +70209,7 @@ "zh-cht": "限制條件", "xloc": [ "default.handlebars->119->2958", - "default3.handlebars->117->2967" + "default3.handlebars->117->2952" ] }, { @@ -70273,7 +70273,7 @@ "xloc": [ "default-mobile.handlebars->53->250", "default.handlebars->119->1999", - "default3.handlebars->117->1995", + "default3.handlebars->117->1980", "login2.handlebars->17->136" ] }, @@ -70305,7 +70305,7 @@ "xloc": [ "default-mobile.handlebars->53->674", "default.handlebars->119->1443", - "default3.handlebars->117->1445", + "default3.handlebars->117->1430", "sharing-mobile.handlebars->53->30" ] }, @@ -70337,7 +70337,7 @@ "xloc": [ "default-mobile.handlebars->53->251", "default.handlebars->119->2000", - "default3.handlebars->117->1996", + "default3.handlebars->117->1981", "login2.handlebars->17->137" ] }, @@ -70369,7 +70369,7 @@ "xloc": [ "default-mobile.handlebars->53->252", "default.handlebars->119->2001", - "default3.handlebars->117->1997", + "default3.handlebars->117->1982", "login2.handlebars->17->138" ] }, @@ -70403,8 +70403,8 @@ "default-mobile.handlebars->53->721", "default.handlebars->119->1558", "default.handlebars->119->2501", - "default3.handlebars->117->1558", - "default3.handlebars->117->2513", + "default3.handlebars->117->1543", + "default3.handlebars->117->2498", "sharing-mobile.handlebars->53->78", "sharing.handlebars->47->49" ] @@ -70581,7 +70581,7 @@ "zh-cht": "路由器", "xloc": [ "default.handlebars->119->406", - "default3.handlebars->117->417" + "default3.handlebars->117->402" ] }, { @@ -70650,7 +70650,7 @@ "uk": "Виконати", "xloc": [ "default.handlebars->119->1032", - "default3.handlebars->117->1043" + "default3.handlebars->117->1028" ] }, { @@ -70698,9 +70698,9 @@ "default.handlebars->119->1274", "default.handlebars->119->1298", "default.handlebars->119->826", - "default3.handlebars->117->1283", - "default3.handlebars->117->1307", - "default3.handlebars->117->837" + "default3.handlebars->117->1268", + "default3.handlebars->117->1292", + "default3.handlebars->117->822" ] }, { @@ -70730,7 +70730,7 @@ "zh-cht": "運行MeshCentral Router,然後單擊“安裝”以使其可從瀏覽器啟動。", "xloc": [ "default.handlebars->119->1348", - "default3.handlebars->117->1350" + "default3.handlebars->117->1335" ] }, { @@ -70779,8 +70779,8 @@ "default-mobile.handlebars->53->622", "default.handlebars->119->1295", "default.handlebars->119->820", - "default3.handlebars->117->1304", - "default3.handlebars->117->831" + "default3.handlebars->117->1289", + "default3.handlebars->117->816" ] }, { @@ -70812,8 +70812,8 @@ "default-mobile.handlebars->53->623", "default.handlebars->119->1296", "default.handlebars->119->821", - "default3.handlebars->117->1305", - "default3.handlebars->117->832" + "default3.handlebars->117->1290", + "default3.handlebars->117->817" ] }, { @@ -70843,7 +70843,7 @@ "zh-cht": "運行命令", "xloc": [ "default.handlebars->119->751", - "default3.handlebars->117->762" + "default3.handlebars->117->747" ] }, { @@ -70874,8 +70874,8 @@ "xloc": [ "default.handlebars->119->1291", "default.handlebars->119->770", - "default3.handlebars->117->1300", - "default3.handlebars->117->781" + "default3.handlebars->117->1285", + "default3.handlebars->117->766" ] }, { @@ -70905,7 +70905,7 @@ "zh-cht": "在此裝置上運行命令。", "xloc": [ "default.handlebars->119->1033", - "default3.handlebars->117->1044" + "default3.handlebars->117->1029" ] }, { @@ -70936,8 +70936,8 @@ "xloc": [ "default.handlebars->119->1473", "default.handlebars->119->1477", - "default3.handlebars->117->1474", - "default3.handlebars->117->1478" + "default3.handlebars->117->1459", + "default3.handlebars->117->1463" ] }, { @@ -70967,7 +70967,7 @@ "zh-cht": "運行命令", "xloc": [ "default.handlebars->119->2575", - "default3.handlebars->117->2587" + "default3.handlebars->117->2572" ] }, { @@ -70997,7 +70997,7 @@ "zh-cht": "以用戶身份運行命令", "xloc": [ "default.handlebars->119->2650", - "default3.handlebars->117->2662" + "default3.handlebars->117->2647" ] }, { @@ -71027,7 +71027,7 @@ "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ "default.handlebars->119->2651", - "default3.handlebars->117->2663" + "default3.handlebars->117->2648" ] }, { @@ -71058,7 +71058,7 @@ "xloc": [ "default-mobile.handlebars->53->253", "default.handlebars->119->2002", - "default3.handlebars->117->1998", + "default3.handlebars->117->1983", "login2.handlebars->17->139" ] }, @@ -71090,7 +71090,7 @@ "xloc": [ "default-mobile.handlebars->53->254", "default.handlebars->119->2003", - "default3.handlebars->117->1999", + "default3.handlebars->117->1984", "login2.handlebars->17->140" ] }, @@ -71174,8 +71174,8 @@ "xloc": [ "default.handlebars->119->1065", "default.handlebars->119->455", - "default3.handlebars->117->1076", - "default3.handlebars->117->466" + "default3.handlebars->117->1061", + "default3.handlebars->117->451" ] }, { @@ -71267,8 +71267,8 @@ "xloc": [ "default.handlebars->119->3022", "default.handlebars->119->3028", - "default3.handlebars->117->3031", - "default3.handlebars->117->3037", + "default3.handlebars->117->3016", + "default3.handlebars->117->3022", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -71303,7 +71303,7 @@ "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ "default.handlebars->119->3046", - "default3.handlebars->117->3055" + "default3.handlebars->117->3040" ] }, { @@ -71334,7 +71334,7 @@ "xloc": [ "default-mobile.handlebars->53->1075", "default.handlebars->119->3345", - "default3.handlebars->117->3350" + "default3.handlebars->117->3335" ] }, { @@ -71365,7 +71365,7 @@ "xloc": [ "default-mobile.handlebars->53->1076", "default.handlebars->119->3346", - "default3.handlebars->117->3351" + "default3.handlebars->117->3336" ] }, { @@ -71395,7 +71395,7 @@ "zh-cht": "SMS 網關在 LAN 模式下的使用有限。", "xloc": [ "default.handlebars->119->112", - "default3.handlebars->117->125" + "default3.handlebars->117->110" ] }, { @@ -71426,7 +71426,7 @@ "xloc": [ "default-mobile.handlebars->53->1070", "default.handlebars->119->3340", - "default3.handlebars->117->3345" + "default3.handlebars->117->3330" ] }, { @@ -71456,7 +71456,7 @@ "zh-cht": "短信", "xloc": [ "default.handlebars->119->3261", - "default3.handlebars->117->3264" + "default3.handlebars->117->3251" ] }, { @@ -71528,7 +71528,7 @@ "uk": "SMS успішно надіслано.", "xloc": [ "default.handlebars->119->3344", - "default3.handlebars->117->3349" + "default3.handlebars->117->3334" ] }, { @@ -71587,7 +71587,7 @@ "zh-cht": "SMTP 服務器在 LAN 模式下的使用受到限制。", "xloc": [ "default.handlebars->119->111", - "default3.handlebars->117->124" + "default3.handlebars->117->109" ] }, { @@ -71618,8 +71618,8 @@ "xloc": [ "default.handlebars->119->1063", "default.handlebars->119->454", - "default3.handlebars->117->1074", - "default3.handlebars->117->465", + "default3.handlebars->117->1059", + "default3.handlebars->117->450", "ssh.handlebars->15" ] }, @@ -71682,7 +71682,7 @@ "xloc": [ "default-mobile.handlebars->53->692", "default.handlebars->119->860", - "default3.handlebars->117->871" + "default3.handlebars->117->856" ] }, { @@ -71715,8 +71715,8 @@ "default-mobile.handlebars->53->726", "default.handlebars->119->1509", "default.handlebars->119->1571", - "default3.handlebars->117->1509", - "default3.handlebars->117->1571" + "default3.handlebars->117->1494", + "default3.handlebars->117->1556" ] }, { @@ -71773,7 +71773,7 @@ "xloc": [ "default-mobile.handlebars->53->691", "default.handlebars->119->859", - "default3.handlebars->117->870" + "default3.handlebars->117->855" ] }, { @@ -71832,8 +71832,8 @@ "default-mobile.handlebars->53->554", "default.handlebars->119->1016", "default.handlebars->119->1020", - "default3.handlebars->117->1027", - "default3.handlebars->117->1031" + "default3.handlebars->117->1012", + "default3.handlebars->117->1016" ] }, { @@ -71866,8 +71866,8 @@ "default-mobile.handlebars->53->553", "default.handlebars->119->1015", "default.handlebars->119->1019", - "default3.handlebars->117->1026", - "default3.handlebars->117->1030" + "default3.handlebars->117->1011", + "default3.handlebars->117->1015" ] }, { @@ -71900,8 +71900,8 @@ "default-mobile.handlebars->53->552", "default.handlebars->119->1014", "default.handlebars->119->1018", - "default3.handlebars->117->1025", - "default3.handlebars->117->1029" + "default3.handlebars->117->1010", + "default3.handlebars->117->1014" ] }, { @@ -71931,7 +71931,7 @@ "zh-cht": "SSL 證書不在服務器上", "xloc": [ "default.handlebars->119->1400", - "default3.handlebars->117->1401" + "default3.handlebars->117->1386" ] }, { @@ -71961,7 +71961,7 @@ "zh-cht": "服務器不允許 SSL", "xloc": [ "default.handlebars->119->1399", - "default3.handlebars->117->1400" + "default3.handlebars->117->1385" ] }, { @@ -71991,7 +71991,7 @@ "zh-cht": "服務器需要 SSL", "xloc": [ "default.handlebars->119->1398", - "default3.handlebars->117->1399" + "default3.handlebars->117->1384" ] }, { @@ -72021,7 +72021,7 @@ "zh-cht": "服務器需要具有用戶身份驗證的 SSL", "xloc": [ "default.handlebars->119->1403", - "default3.handlebars->117->1404" + "default3.handlebars->117->1389" ] }, { @@ -72052,8 +72052,8 @@ "xloc": [ "default.handlebars->119->510", "default.handlebars->119->519", - "default3.handlebars->117->521", - "default3.handlebars->117->530" + "default3.handlebars->117->506", + "default3.handlebars->117->515" ] }, { @@ -72084,7 +72084,7 @@ "xloc": [ "default-mobile.handlebars->53->255", "default.handlebars->119->2004", - "default3.handlebars->117->2000", + "default3.handlebars->117->1985", "login2.handlebars->17->141" ] }, @@ -72117,9 +72117,9 @@ "default.handlebars->119->282", "default.handlebars->119->286", "default.handlebars->119->552", - "default3.handlebars->117->292", - "default3.handlebars->117->296", - "default3.handlebars->117->563" + "default3.handlebars->117->277", + "default3.handlebars->117->281", + "default3.handlebars->117->548" ] }, { @@ -72151,7 +72151,7 @@ { "en": "Sandstone", "xloc": [ - "default3.handlebars->117->2118" + "default3.handlebars->117->2103" ] }, { @@ -72182,7 +72182,7 @@ "xloc": [ "default-mobile.handlebars->53->256", "default.handlebars->119->2005", - "default3.handlebars->117->2001", + "default3.handlebars->117->1986", "login2.handlebars->17->142" ] }, @@ -72214,7 +72214,7 @@ "xloc": [ "default-mobile.handlebars->53->257", "default.handlebars->119->2006", - "default3.handlebars->117->2002", + "default3.handlebars->117->1987", "login2.handlebars->17->143" ] }, @@ -72246,7 +72246,7 @@ "xloc": [ "default-mobile.handlebars->53->258", "default.handlebars->119->2007", - "default3.handlebars->117->2003", + "default3.handlebars->117->1988", "login2.handlebars->17->144" ] }, @@ -72337,7 +72337,7 @@ "zh-cht": "保存節點位置", "xloc": [ "default.handlebars->119->874", - "default3.handlebars->117->885" + "default3.handlebars->117->870" ] }, { @@ -72427,8 +72427,8 @@ "xloc": [ "default.handlebars->119->546", "default.handlebars->119->548", - "default3.handlebars->117->557", - "default3.handlebars->117->559" + "default3.handlebars->117->542", + "default3.handlebars->117->544" ] }, { @@ -72458,7 +72458,7 @@ "zh-cht": "掃描網絡", "xloc": [ "default.handlebars->119->498", - "default3.handlebars->117->509" + "default3.handlebars->117->494" ] }, { @@ -72488,7 +72488,7 @@ "zh-cht": "掃描Intel® AMT裝置", "xloc": [ "default.handlebars->119->551", - "default3.handlebars->117->562" + "default3.handlebars->117->547" ] }, { @@ -72518,7 +72518,7 @@ "zh-cht": "掃描未有任何結果。", "xloc": [ "default.handlebars->119->285", - "default3.handlebars->117->295" + "default3.handlebars->117->280" ] }, { @@ -72548,7 +72548,7 @@ "zh-cht": "掃描...", "xloc": [ "default.handlebars->119->553", - "default3.handlebars->117->564" + "default3.handlebars->117->549" ] }, { @@ -72713,8 +72713,8 @@ "default.handlebars->119->1565", "default.handlebars->119->887", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", - "default3.handlebars->117->1565", - "default3.handlebars->117->898", + "default3.handlebars->117->1550", + "default3.handlebars->117->883", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devMapToolbar", "sharing.handlebars->47->53" ] @@ -72787,7 +72787,7 @@ "uk": "Друга Невдача", "xloc": [ "default.handlebars->119->1492", - "default3.handlebars->117->1493" + "default3.handlebars->117->1478" ] }, { @@ -72880,7 +72880,7 @@ "xloc": [ "default-mobile.handlebars->53->844", "default.handlebars->119->1686", - "default3.handlebars->117->1684" + "default3.handlebars->117->1669" ] }, { @@ -72917,11 +72917,11 @@ "default.handlebars->119->3024", "default.handlebars->119->523", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1", - "default3.handlebars->117->1325", - "default3.handlebars->117->1683", - "default3.handlebars->117->2511", - "default3.handlebars->117->3033", - "default3.handlebars->117->534", + "default3.handlebars->117->1310", + "default3.handlebars->117->1668", + "default3.handlebars->117->2496", + "default3.handlebars->117->3018", + "default3.handlebars->117->519", "default3.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] }, @@ -72969,7 +72969,7 @@ "zh-cht": "安全密鑰", "xloc": [ "default.handlebars->119->3017", - "default3.handlebars->117->3026" + "default3.handlebars->117->3011" ] }, { @@ -73000,7 +73000,7 @@ "xloc": [ "default-mobile.handlebars->53->1044", "default.handlebars->119->3314", - "default3.handlebars->117->3319" + "default3.handlebars->117->3304" ] }, { @@ -73114,13 +73114,13 @@ "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->column_l->p50->3->1->0->3->p50userGroupOps", "default.handlebars->meshContextMenu->cxselectall", - "default3.handlebars->117->1568", - "default3.handlebars->117->1570", - "default3.handlebars->117->2542", - "default3.handlebars->117->2789", - "default3.handlebars->117->2880", - "default3.handlebars->117->561", - "default3.handlebars->117->751", + "default3.handlebars->117->1553", + "default3.handlebars->117->1555", + "default3.handlebars->117->2527", + "default3.handlebars->117->2774", + "default3.handlebars->117->2865", + "default3.handlebars->117->546", + "default3.handlebars->117->736", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p4->3->1->0->1->1", @@ -73163,11 +73163,11 @@ "default.handlebars->119->1257", "default.handlebars->119->3214", "default.handlebars->119->3216", - "default3.handlebars->117->1262", - "default3.handlebars->117->1264", - "default3.handlebars->117->1266", - "default3.handlebars->117->3217", - "default3.handlebars->117->3219" + "default3.handlebars->117->1247", + "default3.handlebars->117->1249", + "default3.handlebars->117->1251", + "default3.handlebars->117->3204", + "default3.handlebars->117->3206" ] }, { @@ -73202,11 +73202,11 @@ "default.handlebars->119->2870", "default.handlebars->119->739", "default.handlebars->meshContextMenu->cxselectnone", - "default3.handlebars->117->1569", - "default3.handlebars->117->2541", - "default3.handlebars->117->2788", - "default3.handlebars->117->2879", - "default3.handlebars->117->750", + "default3.handlebars->117->1554", + "default3.handlebars->117->2526", + "default3.handlebars->117->2773", + "default3.handlebars->117->2864", + "default3.handlebars->117->735", "default3.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->47->57" ] @@ -73238,7 +73238,7 @@ "zh-cht": "選擇要註冊推送通知身份驗證的設備。選擇後,設備將提示確認。", "xloc": [ "default.handlebars->119->1851", - "default3.handlebars->117->1847" + "default3.handlebars->117->1832" ] }, { @@ -73268,7 +73268,7 @@ "zh-cht": "為所選裝置選擇一個新群", "xloc": [ "default.handlebars->119->1334", - "default3.handlebars->117->1339" + "default3.handlebars->117->1324" ] }, { @@ -73298,7 +73298,7 @@ "zh-cht": "選擇此裝置的新群", "xloc": [ "default.handlebars->119->1333", - "default3.handlebars->117->1338" + "default3.handlebars->117->1323" ] }, { @@ -73328,7 +73328,7 @@ "zh-cht": "選擇要放置的節點", "xloc": [ "default.handlebars->119->890", - "default3.handlebars->117->901" + "default3.handlebars->117->886" ] }, { @@ -73354,7 +73354,7 @@ "zh-chs": "选择主题", "zh-cht": "選擇主題", "xloc": [ - "default3.handlebars->117->2127" + "default3.handlebars->117->2112" ] }, { @@ -73384,7 +73384,7 @@ "zh-cht": "選擇要在所有選定裝置上執行的操作。僅在擁有適當權限的情況下才能執行操作。", "xloc": [ "default.handlebars->119->759", - "default3.handlebars->117->770" + "default3.handlebars->117->755" ] }, { @@ -73415,8 +73415,8 @@ "xloc": [ "default.handlebars->119->2780", "default.handlebars->119->2872", - "default3.handlebars->117->2792", - "default3.handlebars->117->2881" + "default3.handlebars->117->2777", + "default3.handlebars->117->2866" ] }, { @@ -73447,7 +73447,7 @@ "xloc": [ "default-mobile.handlebars->53->588", "default.handlebars->119->1266", - "default3.handlebars->117->1275" + "default3.handlebars->117->1260" ] }, { @@ -73477,7 +73477,7 @@ "zh-cht": "選擇新密碼", "xloc": [ "default.handlebars->119->2303", - "default3.handlebars->117->2312" + "default3.handlebars->117->2297" ] }, { @@ -73539,7 +73539,7 @@ "xloc": [ "default-mobile.handlebars->53->1025", "default.handlebars->119->2424", - "default3.handlebars->117->2436" + "default3.handlebars->117->2421" ] }, { @@ -73630,7 +73630,7 @@ "zh-cht": "發電郵", "xloc": [ "default.handlebars->119->2792", - "default3.handlebars->117->2803" + "default3.handlebars->117->2788" ] }, { @@ -73661,8 +73661,8 @@ "xloc": [ "default.handlebars->119->1278", "default.handlebars->119->743", - "default3.handlebars->117->1287", - "default3.handlebars->117->754" + "default3.handlebars->117->1272", + "default3.handlebars->117->739" ] }, { @@ -73692,7 +73692,7 @@ "zh-cht": "發送MQTT消息", "xloc": [ "default.handlebars->119->1326", - "default3.handlebars->117->1331" + "default3.handlebars->117->1316" ] }, { @@ -73707,7 +73707,7 @@ "uk": "Надіслати повідомлення", "xloc": [ "default.handlebars->119->2790", - "default3.handlebars->117->2801" + "default3.handlebars->117->2786" ] }, { @@ -73737,7 +73737,7 @@ "zh-cht": "發送簡訊", "xloc": [ "default.handlebars->119->2789", - "default3.handlebars->117->2800" + "default3.handlebars->117->2785" ] }, { @@ -73767,7 +73767,7 @@ "zh-cht": "發送短信給該用戶", "xloc": [ "default.handlebars->119->3029", - "default3.handlebars->117->3038" + "default3.handlebars->117->3023" ] }, { @@ -73797,7 +73797,7 @@ "zh-cht": "發送電郵給該用戶", "xloc": [ "default.handlebars->119->3033", - "default3.handlebars->117->3042" + "default3.handlebars->117->3027" ] }, { @@ -73812,7 +73812,7 @@ "uk": "Надіслати повідомлення цьому користувачеві", "xloc": [ "default.handlebars->119->3031", - "default3.handlebars->117->3040" + "default3.handlebars->117->3025" ] }, { @@ -73842,7 +73842,7 @@ "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ "default.handlebars->119->2915", - "default3.handlebars->117->2924" + "default3.handlebars->117->2909" ] }, { @@ -73872,7 +73872,7 @@ "zh-cht": "向該用戶發送文本通知。", "xloc": [ "default.handlebars->119->2793", - "default3.handlebars->117->2804" + "default3.handlebars->117->2789" ] }, { @@ -73902,7 +73902,7 @@ "zh-cht": "發送電郵給用戶", "xloc": [ "default.handlebars->119->2771", - "default3.handlebars->117->2783" + "default3.handlebars->117->2768" ] }, { @@ -73932,7 +73932,7 @@ "zh-cht": "發送安裝鏈結", "xloc": [ "default.handlebars->119->562", - "default3.handlebars->117->573" + "default3.handlebars->117->558" ] }, { @@ -73962,7 +73962,7 @@ "zh-cht": "發送邀請電郵。", "xloc": [ "default.handlebars->119->2842", - "default3.handlebars->117->2853" + "default3.handlebars->117->2838" ] }, { @@ -74156,7 +74156,7 @@ "zh-cht": "發送用戶通知", "xloc": [ "default.handlebars->119->3035", - "default3.handlebars->117->3044" + "default3.handlebars->117->3029" ] }, { @@ -74186,7 +74186,7 @@ "zh-cht": "SendGrid 服務器在 LAN 模式下的使用受到限制。", "xloc": [ "default.handlebars->119->110", - "default3.handlebars->117->123" + "default3.handlebars->117->108" ] }, { @@ -74276,7 +74276,7 @@ "xloc": [ "default-mobile.handlebars->53->261", "default.handlebars->119->2010", - "default3.handlebars->117->2006", + "default3.handlebars->117->1991", "login2.handlebars->17->147" ] }, @@ -74310,8 +74310,8 @@ "default-mobile.handlebars->53->858", "default.handlebars->119->1695", "default.handlebars->119->1700", - "default3.handlebars->117->1693", - "default3.handlebars->117->1698" + "default3.handlebars->117->1678", + "default3.handlebars->117->1683" ] }, { @@ -74367,7 +74367,7 @@ "zh-cht": "伺服器備份", "xloc": [ "default.handlebars->119->2852", - "default3.handlebars->117->2861" + "default3.handlebars->117->2846" ] }, { @@ -74397,7 +74397,7 @@ "zh-cht": "伺服器憑證", "xloc": [ "default.handlebars->119->3427", - "default3.handlebars->117->3432" + "default3.handlebars->117->3417" ] }, { @@ -74411,8 +74411,8 @@ "default.handlebars->119->215", "default.handlebars->119->217", "default.handlebars->119->2178", - "default3.handlebars->117->228", - "default3.handlebars->117->229" + "default3.handlebars->117->213", + "default3.handlebars->117->214" ] }, { @@ -74442,7 +74442,7 @@ "zh-cht": "服務器連接", "xloc": [ "default.handlebars->119->364", - "default3.handlebars->117->375" + "default3.handlebars->117->360" ] }, { @@ -74472,7 +74472,7 @@ "zh-cht": "伺服器數據庫", "xloc": [ "default.handlebars->119->3428", - "default3.handlebars->117->3433" + "default3.handlebars->117->3418" ] }, { @@ -74485,8 +74485,8 @@ "xloc": [ "default.handlebars->119->210", "default.handlebars->119->2175", - "default3.handlebars->117->2188", - "default3.handlebars->117->223" + "default3.handlebars->117->208", + "default3.handlebars->117->2173" ] }, { @@ -74522,11 +74522,11 @@ "default.handlebars->119->2383", "default.handlebars->119->2415", "default.handlebars->119->2849", - "default3.handlebars->117->1160", - "default3.handlebars->117->1185", - "default3.handlebars->117->2395", - "default3.handlebars->117->2427", - "default3.handlebars->117->2858" + "default3.handlebars->117->1145", + "default3.handlebars->117->1170", + "default3.handlebars->117->2380", + "default3.handlebars->117->2412", + "default3.handlebars->117->2843" ] }, { @@ -74586,7 +74586,7 @@ "xloc": [ "default-mobile.handlebars->53->1043", "default.handlebars->119->3313", - "default3.handlebars->117->3318" + "default3.handlebars->117->3303" ] }, { @@ -74646,8 +74646,8 @@ "xloc": [ "default.handlebars->119->2763", "default.handlebars->119->2864", - "default3.handlebars->117->2775", - "default3.handlebars->117->2873" + "default3.handlebars->117->2760", + "default3.handlebars->117->2858" ] }, { @@ -74677,7 +74677,7 @@ "zh-cht": "伺服器配額", "xloc": [ "default.handlebars->119->2991", - "default3.handlebars->117->3000" + "default3.handlebars->117->2985" ] }, { @@ -74707,7 +74707,7 @@ "zh-cht": "伺服器還原", "xloc": [ "default.handlebars->119->2853", - "default3.handlebars->117->2862" + "default3.handlebars->117->2847" ] }, { @@ -74737,7 +74737,7 @@ "zh-cht": "伺服器權限", "xloc": [ "default.handlebars->119->2990", - "default3.handlebars->117->2999" + "default3.handlebars->117->2984" ] }, { @@ -74767,7 +74767,7 @@ "zh-cht": "伺服器狀態", "xloc": [ "default.handlebars->119->3356", - "default3.handlebars->117->3361" + "default3.handlebars->117->3346" ] }, { @@ -74827,7 +74827,7 @@ "zh-cht": "伺服器追蹤", "xloc": [ "default.handlebars->119->3441", - "default3.handlebars->117->3446" + "default3.handlebars->117->3431" ] }, { @@ -74857,7 +74857,7 @@ "zh-cht": "服務器跟踪事件", "xloc": [ "default.handlebars->119->3419", - "default3.handlebars->117->3424" + "default3.handlebars->117->3409" ] }, { @@ -74946,7 +74946,7 @@ "zh-cht": "伺服器更新", "xloc": [ "default.handlebars->119->2854", - "default3.handlebars->117->2863" + "default3.handlebars->117->2848" ] }, { @@ -75110,7 +75110,7 @@ "zh-cht": "伺服器沒有錯誤日誌。", "xloc": [ "default.handlebars->119->211", - "default3.handlebars->117->224" + "default3.handlebars->117->209" ] }, { @@ -75190,7 +75190,7 @@ "uk": "Сервер не може отримати записи з бази даних.", "xloc": [ "default.handlebars->119->3150", - "default3.handlebars->117->3153" + "default3.handlebars->117->3140" ] }, { @@ -75206,7 +75206,7 @@ "uk": "Сервер не може читати з теки записів.", "xloc": [ "default.handlebars->119->3149", - "default3.handlebars->117->3152" + "default3.handlebars->117->3139" ] }, { @@ -75222,7 +75222,7 @@ "uk": "Записи статистики сервера", "xloc": [ "default.handlebars->119->3281", - "default3.handlebars->117->3284" + "default3.handlebars->117->3271" ] }, { @@ -75309,7 +75309,7 @@ "zh-cht": "ServerStats.csv", "xloc": [ "default.handlebars->119->3418", - "default3.handlebars->117->3423" + "default3.handlebars->117->3408" ] }, { @@ -75325,8 +75325,8 @@ "xloc": [ "default.handlebars->119->1817", "default.handlebars->119->3060", - "default3.handlebars->117->1814", - "default3.handlebars->117->3069" + "default3.handlebars->117->1799", + "default3.handlebars->117->3054" ] }, { @@ -75357,8 +75357,8 @@ "xloc": [ "default.handlebars->119->1498", "default.handlebars->119->1500", - "default3.handlebars->117->1500", - "default3.handlebars->117->1502" + "default3.handlebars->117->1485", + "default3.handlebars->117->1487" ] }, { @@ -75419,8 +75419,8 @@ "xloc": [ "default.handlebars->119->3153", "default.handlebars->119->3221", - "default3.handlebars->117->3156", - "default3.handlebars->117->3224", + "default3.handlebars->117->3143", + "default3.handlebars->117->3211", "ssh.handlebars->19->24", "ssh.handlebars->19->26" ] @@ -75452,7 +75452,7 @@ "zh-cht": "會話 ID", "xloc": [ "default.handlebars->119->142", - "default3.handlebars->117->155" + "default3.handlebars->117->140" ] }, { @@ -75482,7 +75482,7 @@ "zh-cht": "會議訊息", "xloc": [ "default.handlebars->119->1420", - "default3.handlebars->117->1421", + "default3.handlebars->117->1406", "sharing.handlebars->47->18" ] }, @@ -75516,8 +75516,8 @@ "default-mobile.handlebars->53->719", "default.handlebars->119->1533", "default.handlebars->119->1549", - "default3.handlebars->117->1533", - "default3.handlebars->117->1549", + "default3.handlebars->117->1518", + "default3.handlebars->117->1534", "sharing-mobile.handlebars->53->58", "sharing-mobile.handlebars->53->76" ] @@ -75615,8 +75615,8 @@ "default-mobile.handlebars->53->720", "default.handlebars->119->1534", "default.handlebars->119->1550", - "default3.handlebars->117->1534", - "default3.handlebars->117->1550", + "default3.handlebars->117->1519", + "default3.handlebars->117->1535", "sharing-mobile.handlebars->53->59", "sharing-mobile.handlebars->53->77" ] @@ -75708,7 +75708,7 @@ "default-mobile.handlebars->53->454", "default.handlebars->119->485", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->7", - "default3.handlebars->117->496", + "default3.handlebars->117->481", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->7" ] }, @@ -75739,7 +75739,7 @@ "zh-cht": "設置剪貼板", "xloc": [ "default.handlebars->119->1466", - "default3.handlebars->117->1468" + "default3.handlebars->117->1453" ] }, { @@ -75824,7 +75824,7 @@ "zh-cht": "設置標籤", "xloc": [ "default.handlebars->119->774", - "default3.handlebars->117->785" + "default3.handlebars->117->770" ] }, { @@ -75854,7 +75854,7 @@ "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ "default.handlebars->119->2573", - "default3.handlebars->117->2585" + "default3.handlebars->117->2570" ] }, { @@ -75918,7 +75918,7 @@ "zh-cht": "設定檔案", "xloc": [ "default.handlebars->119->636", - "default3.handlebars->117->647" + "default3.handlebars->117->632" ] }, { @@ -75980,8 +75980,8 @@ "agent-translations.json", "default.handlebars->119->2246", "default.handlebars->119->500", - "default3.handlebars->117->2257", - "default3.handlebars->117->511" + "default3.handlebars->117->2242", + "default3.handlebars->117->496" ] }, { @@ -76063,7 +76063,7 @@ "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ "default.handlebars->119->2156", - "default3.handlebars->117->2171" + "default3.handlebars->117->2156" ] }, { @@ -76098,9 +76098,9 @@ "default.handlebars->119->412", "default.handlebars->119->493", "default3.handlebars->117->10", - "default3.handlebars->117->420", - "default3.handlebars->117->423", - "default3.handlebars->117->504", + "default3.handlebars->117->405", + "default3.handlebars->117->408", + "default3.handlebars->117->489", "sharing-mobile.handlebars->53->3", "sharing.handlebars->47->3", "ssh.handlebars->19->3", @@ -76134,7 +76134,7 @@ "zh-cht": "共享", "xloc": [ "default.handlebars->119->1038", - "default3.handlebars->117->1049" + "default3.handlebars->117->1034" ] }, { @@ -76165,8 +76165,8 @@ "xloc": [ "default.handlebars->119->1265", "default.handlebars->119->327", - "default3.handlebars->117->1274", - "default3.handlebars->117->337" + "default3.handlebars->117->1259", + "default3.handlebars->117->322" ] }, { @@ -76255,7 +76255,7 @@ "zh-cht": "共享過程", "xloc": [ "default.handlebars->119->1484", - "default3.handlebars->117->1485" + "default3.handlebars->117->1470" ] }, { @@ -76287,9 +76287,9 @@ "default.handlebars->119->1159", "default.handlebars->119->1184", "default.handlebars->119->2429", - "default3.handlebars->117->1168", - "default3.handlebars->117->1193", - "default3.handlebars->117->2441" + "default3.handlebars->117->1153", + "default3.handlebars->117->1178", + "default3.handlebars->117->2426" ] }, { @@ -76411,8 +76411,8 @@ "default-mobile.handlebars->53->681", "default.handlebars->119->1446", "default.handlebars->119->1450", - "default3.handlebars->117->1448", - "default3.handlebars->117->1452", + "default3.handlebars->117->1433", + "default3.handlebars->117->1437", "sharing-mobile.handlebars->53->33", "sharing-mobile.handlebars->53->37" ] @@ -76791,7 +76791,7 @@ "xloc": [ "default-mobile.handlebars->53->1005", "default.handlebars->119->2386", - "default3.handlebars->117->2398" + "default3.handlebars->117->2383" ] }, { @@ -76847,7 +76847,7 @@ "zh-cht": "顯示流量", "xloc": [ "default.handlebars->119->3217", - "default3.handlebars->117->3220" + "default3.handlebars->117->3207" ] }, { @@ -76877,7 +76877,7 @@ "zh-cht": "顯示連接工具欄", "xloc": [ "default.handlebars->119->2340", - "default3.handlebars->117->2352" + "default3.handlebars->117->2337" ] }, { @@ -76937,7 +76937,7 @@ "zh-cht": "顯示裝置位置訊息", "xloc": [ "default.handlebars->119->1052", - "default3.handlebars->117->1063" + "default3.handlebars->117->1048" ] }, { @@ -76967,7 +76967,7 @@ "zh-cht": "顯示裝置網絡介面訊息", "xloc": [ "default.handlebars->119->1050", - "default3.handlebars->117->1061" + "default3.handlebars->117->1046" ] }, { @@ -77028,8 +77028,8 @@ "xloc": [ "default.handlebars->119->2796", "default.handlebars->119->2828", - "default3.handlebars->117->2807", - "default3.handlebars->117->2839" + "default3.handlebars->117->2792", + "default3.handlebars->117->2824" ] }, { @@ -77043,9 +77043,9 @@ "default.handlebars->119->1196", "default.handlebars->119->1210", "default.handlebars->119->785", - "default3.handlebars->117->1205", - "default3.handlebars->117->1219", - "default3.handlebars->117->796" + "default3.handlebars->117->1190", + "default3.handlebars->117->1204", + "default3.handlebars->117->781" ] }, { @@ -77076,8 +77076,8 @@ "xloc": [ "default.handlebars->119->2795", "default.handlebars->119->2827", - "default3.handlebars->117->2806", - "default3.handlebars->117->2838" + "default3.handlebars->117->2791", + "default3.handlebars->117->2823" ] }, { @@ -77091,9 +77091,9 @@ "default.handlebars->119->1195", "default.handlebars->119->1209", "default.handlebars->119->784", - "default3.handlebars->117->1204", - "default3.handlebars->117->1218", - "default3.handlebars->117->795" + "default3.handlebars->117->1189", + "default3.handlebars->117->1203", + "default3.handlebars->117->780" ] }, { @@ -77107,9 +77107,9 @@ "default.handlebars->119->1197", "default.handlebars->119->1211", "default.handlebars->119->786", - "default3.handlebars->117->1206", - "default3.handlebars->117->1220", - "default3.handlebars->117->797" + "default3.handlebars->117->1191", + "default3.handlebars->117->1205", + "default3.handlebars->117->782" ] }, { @@ -77140,8 +77140,8 @@ "xloc": [ "default.handlebars->119->2797", "default.handlebars->119->2829", - "default3.handlebars->117->2808", - "default3.handlebars->117->2840" + "default3.handlebars->117->2793", + "default3.handlebars->117->2825" ] }, { @@ -77155,9 +77155,9 @@ "default.handlebars->119->1198", "default.handlebars->119->1212", "default.handlebars->119->787", - "default3.handlebars->117->1207", - "default3.handlebars->117->1221", - "default3.handlebars->117->798" + "default3.handlebars->117->1192", + "default3.handlebars->117->1206", + "default3.handlebars->117->783" ] }, { @@ -77191,11 +77191,11 @@ "default.handlebars->119->2794", "default.handlebars->119->2826", "default.handlebars->119->788", - "default3.handlebars->117->1208", - "default3.handlebars->117->1222", - "default3.handlebars->117->2805", - "default3.handlebars->117->2837", - "default3.handlebars->117->799" + "default3.handlebars->117->1193", + "default3.handlebars->117->1207", + "default3.handlebars->117->2790", + "default3.handlebars->117->2822", + "default3.handlebars->117->784" ] }, { @@ -77544,8 +77544,8 @@ "xloc": [ "default.handlebars->119->1820", "default.handlebars->119->3063", - "default3.handlebars->117->1817", - "default3.handlebars->117->3072" + "default3.handlebars->117->1802", + "default3.handlebars->117->3057" ] }, { @@ -77586,7 +77586,7 @@ "xloc": [ "default-mobile.handlebars->53->788", "default.handlebars->119->972", - "default3.handlebars->117->983" + "default3.handlebars->117->968" ] }, { @@ -77617,8 +77617,8 @@ "xloc": [ "default.handlebars->119->2235", "default.handlebars->119->2293", - "default3.handlebars->117->2246", - "default3.handlebars->117->2302" + "default3.handlebars->117->2231", + "default3.handlebars->117->2287" ] }, { @@ -77649,14 +77649,14 @@ "xloc": [ "default.handlebars->119->2233", "default.handlebars->119->2297", - "default3.handlebars->117->2244", - "default3.handlebars->117->2306" + "default3.handlebars->117->2229", + "default3.handlebars->117->2291" ] }, { "en": "Simplex", "xloc": [ - "default3.handlebars->117->2119" + "default3.handlebars->117->2104" ] }, { @@ -77687,7 +77687,7 @@ "xloc": [ "default-mobile.handlebars->53->259", "default.handlebars->119->2008", - "default3.handlebars->117->2004", + "default3.handlebars->117->1989", "login2.handlebars->17->145" ] }, @@ -77719,7 +77719,7 @@ "xloc": [ "default-mobile.handlebars->53->260", "default.handlebars->119->2009", - "default3.handlebars->117->2005", + "default3.handlebars->117->1990", "login2.handlebars->17->146" ] }, @@ -77781,7 +77781,7 @@ "zh-cht": "單點登錄", "xloc": [ "default.handlebars->119->3269", - "default3.handlebars->117->3272" + "default3.handlebars->117->3259" ] }, { @@ -77839,8 +77839,8 @@ "default.handlebars->119->3156", "default.handlebars->119->3184", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize", - "default3.handlebars->117->3159", - "default3.handlebars->117->3187", + "default3.handlebars->117->3146", + "default3.handlebars->117->3174", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize" ] }, @@ -77871,7 +77871,7 @@ "zh-cht": "縮放:100%", "xloc": [ "default.handlebars->119->1599", - "default3.handlebars->117->1599", + "default3.handlebars->117->1584", "sharing.handlebars->47->85" ] }, @@ -77902,7 +77902,7 @@ "zh-cht": "縮放:125%", "xloc": [ "default.handlebars->119->1600", - "default3.handlebars->117->1600", + "default3.handlebars->117->1585", "sharing.handlebars->47->86" ] }, @@ -77933,7 +77933,7 @@ "zh-cht": "縮放:150%", "xloc": [ "default.handlebars->119->1601", - "default3.handlebars->117->1601", + "default3.handlebars->117->1586", "sharing.handlebars->47->87" ] }, @@ -77964,14 +77964,14 @@ "zh-cht": "縮放:200%", "xloc": [ "default.handlebars->119->1602", - "default3.handlebars->117->1602", + "default3.handlebars->117->1587", "sharing.handlebars->47->88" ] }, { "en": "Sketchy", "xloc": [ - "default3.handlebars->117->2120" + "default3.handlebars->117->2105" ] }, { @@ -77983,8 +77983,8 @@ "xloc": [ "default.handlebars->119->1816", "default.handlebars->119->3059", - "default3.handlebars->117->1813", - "default3.handlebars->117->3068" + "default3.handlebars->117->1798", + "default3.handlebars->117->3053" ] }, { @@ -77996,8 +77996,8 @@ "xloc": [ "default.handlebars->119->1826", "default.handlebars->119->3069", - "default3.handlebars->117->1823", - "default3.handlebars->117->3078" + "default3.handlebars->117->1808", + "default3.handlebars->117->3063" ] }, { @@ -78034,7 +78034,7 @@ "default.handlebars->119->2", "default.handlebars->119->3", "default.handlebars->119->4", - "default3.handlebars->117->1284", + "default3.handlebars->117->1269", "default3.handlebars->117->2", "default3.handlebars->117->3", "default3.handlebars->117->4" @@ -78067,7 +78067,7 @@ "zh-cht": "把裝置休眠", "xloc": [ "default.handlebars->119->748", - "default3.handlebars->117->759" + "default3.handlebars->117->744" ] }, { @@ -78100,8 +78100,8 @@ "default-mobile.handlebars->53->466", "default.handlebars->119->703", "default.handlebars->119->705", - "default3.handlebars->117->714", - "default3.handlebars->117->716" + "default3.handlebars->117->699", + "default3.handlebars->117->701" ] }, { @@ -78132,7 +78132,7 @@ "xloc": [ "default-mobile.handlebars->53->262", "default.handlebars->119->2011", - "default3.handlebars->117->2007", + "default3.handlebars->117->1992", "login2.handlebars->17->148" ] }, @@ -78164,7 +78164,7 @@ "xloc": [ "default-mobile.handlebars->53->263", "default.handlebars->119->2012", - "default3.handlebars->117->2008", + "default3.handlebars->117->1993", "login2.handlebars->17->149" ] }, @@ -78261,7 +78261,7 @@ "zh-cht": "小焦點", "xloc": [ "default.handlebars->119->1427", - "default3.handlebars->117->1429" + "default3.handlebars->117->1414" ] }, { @@ -78292,7 +78292,7 @@ "xloc": [ "default-mobile.handlebars->53->944", "default.handlebars->119->1787", - "default3.handlebars->117->1785" + "default3.handlebars->117->1770" ] }, { @@ -78323,7 +78323,7 @@ "xloc": [ "default-mobile.handlebars->53->469", "default.handlebars->119->711", - "default3.handlebars->117->722" + "default3.handlebars->117->707" ] }, { @@ -78358,7 +78358,7 @@ { "en": "Solar", "xloc": [ - "default3.handlebars->117->2121" + "default3.handlebars->117->2106" ] }, { @@ -78389,7 +78389,7 @@ "xloc": [ "default-mobile.handlebars->53->264", "default.handlebars->119->2013", - "default3.handlebars->117->2009", + "default3.handlebars->117->1994", "login2.handlebars->17->150" ] }, @@ -78421,7 +78421,7 @@ "xloc": [ "default-mobile.handlebars->53->265", "default.handlebars->119->2014", - "default3.handlebars->117->2010", + "default3.handlebars->117->1995", "login2.handlebars->17->151" ] }, @@ -78689,13 +78689,13 @@ "xloc": [ "default-mobile.handlebars->53->663", "default.handlebars->119->1433", - "default3.handlebars->117->1435" + "default3.handlebars->117->1420" ] }, { "en": "Spacelab", "xloc": [ - "default3.handlebars->117->2122" + "default3.handlebars->117->2107" ] }, { @@ -78726,7 +78726,7 @@ "xloc": [ "default-mobile.handlebars->53->266", "default.handlebars->119->2015", - "default3.handlebars->117->2011", + "default3.handlebars->117->1996", "login2.handlebars->17->152" ] }, @@ -78758,7 +78758,7 @@ "xloc": [ "default-mobile.handlebars->53->267", "default.handlebars->119->2016", - "default3.handlebars->117->2012", + "default3.handlebars->117->1997", "login2.handlebars->17->153" ] }, @@ -78790,7 +78790,7 @@ "xloc": [ "default-mobile.handlebars->53->268", "default.handlebars->119->2017", - "default3.handlebars->117->2013", + "default3.handlebars->117->1998", "login2.handlebars->17->154" ] }, @@ -78822,7 +78822,7 @@ "xloc": [ "default-mobile.handlebars->53->269", "default.handlebars->119->2018", - "default3.handlebars->117->2014", + "default3.handlebars->117->1999", "login2.handlebars->17->155" ] }, @@ -78854,7 +78854,7 @@ "xloc": [ "default-mobile.handlebars->53->270", "default.handlebars->119->2019", - "default3.handlebars->117->2015", + "default3.handlebars->117->2000", "login2.handlebars->17->156" ] }, @@ -78886,7 +78886,7 @@ "xloc": [ "default-mobile.handlebars->53->271", "default.handlebars->119->2020", - "default3.handlebars->117->2016", + "default3.handlebars->117->2001", "login2.handlebars->17->157" ] }, @@ -78918,7 +78918,7 @@ "xloc": [ "default-mobile.handlebars->53->272", "default.handlebars->119->2021", - "default3.handlebars->117->2017", + "default3.handlebars->117->2002", "login2.handlebars->17->158" ] }, @@ -78950,7 +78950,7 @@ "xloc": [ "default-mobile.handlebars->53->273", "default.handlebars->119->2022", - "default3.handlebars->117->2018", + "default3.handlebars->117->2003", "login2.handlebars->17->159" ] }, @@ -78982,7 +78982,7 @@ "xloc": [ "default-mobile.handlebars->53->274", "default.handlebars->119->2023", - "default3.handlebars->117->2019", + "default3.handlebars->117->2004", "login2.handlebars->17->160" ] }, @@ -79014,7 +79014,7 @@ "xloc": [ "default-mobile.handlebars->53->275", "default.handlebars->119->2024", - "default3.handlebars->117->2020", + "default3.handlebars->117->2005", "login2.handlebars->17->161" ] }, @@ -79046,7 +79046,7 @@ "xloc": [ "default-mobile.handlebars->53->276", "default.handlebars->119->2025", - "default3.handlebars->117->2021", + "default3.handlebars->117->2006", "login2.handlebars->17->162" ] }, @@ -79078,7 +79078,7 @@ "xloc": [ "default-mobile.handlebars->53->277", "default.handlebars->119->2026", - "default3.handlebars->117->2022", + "default3.handlebars->117->2007", "login2.handlebars->17->163" ] }, @@ -79110,7 +79110,7 @@ "xloc": [ "default-mobile.handlebars->53->278", "default.handlebars->119->2027", - "default3.handlebars->117->2023", + "default3.handlebars->117->2008", "login2.handlebars->17->164" ] }, @@ -79142,7 +79142,7 @@ "xloc": [ "default-mobile.handlebars->53->279", "default.handlebars->119->2028", - "default3.handlebars->117->2024", + "default3.handlebars->117->2009", "login2.handlebars->17->165" ] }, @@ -79174,7 +79174,7 @@ "xloc": [ "default-mobile.handlebars->53->280", "default.handlebars->119->2029", - "default3.handlebars->117->2025", + "default3.handlebars->117->2010", "login2.handlebars->17->166" ] }, @@ -79206,7 +79206,7 @@ "xloc": [ "default-mobile.handlebars->53->281", "default.handlebars->119->2030", - "default3.handlebars->117->2026", + "default3.handlebars->117->2011", "login2.handlebars->17->167" ] }, @@ -79238,7 +79238,7 @@ "xloc": [ "default-mobile.handlebars->53->282", "default.handlebars->119->2031", - "default3.handlebars->117->2027", + "default3.handlebars->117->2012", "login2.handlebars->17->168" ] }, @@ -79270,7 +79270,7 @@ "xloc": [ "default-mobile.handlebars->53->283", "default.handlebars->119->2032", - "default3.handlebars->117->2028", + "default3.handlebars->117->2013", "login2.handlebars->17->169" ] }, @@ -79302,7 +79302,7 @@ "xloc": [ "default-mobile.handlebars->53->284", "default.handlebars->119->2033", - "default3.handlebars->117->2029", + "default3.handlebars->117->2014", "login2.handlebars->17->170" ] }, @@ -79334,7 +79334,7 @@ "xloc": [ "default-mobile.handlebars->53->285", "default.handlebars->119->2034", - "default3.handlebars->117->2030", + "default3.handlebars->117->2015", "login2.handlebars->17->171" ] }, @@ -79348,7 +79348,7 @@ "xloc": [ "default-mobile.handlebars->53->864", "default.handlebars->119->1706", - "default3.handlebars->117->1704" + "default3.handlebars->117->1689" ] }, { @@ -79408,7 +79408,7 @@ "zh-cht": "穩定版", "xloc": [ "default.handlebars->119->204", - "default3.handlebars->117->217" + "default3.handlebars->117->202" ] }, { @@ -79469,7 +79469,7 @@ "zh-cht": "開始", "xloc": [ "default.handlebars->119->1495", - "default3.handlebars->117->1496" + "default3.handlebars->117->1481" ] }, { @@ -79531,13 +79531,13 @@ "default.handlebars->119->306", "default.handlebars->119->3154", "default.handlebars->119->3186", - "default3.handlebars->117->1265", - "default3.handlebars->117->1418", - "default3.handlebars->117->151", - "default3.handlebars->117->311", - "default3.handlebars->117->3157", - "default3.handlebars->117->316", - "default3.handlebars->117->3189", + "default3.handlebars->117->1250", + "default3.handlebars->117->136", + "default3.handlebars->117->1403", + "default3.handlebars->117->296", + "default3.handlebars->117->301", + "default3.handlebars->117->3144", + "default3.handlebars->117->3176", "sharing.handlebars->47->14" ] }, @@ -79549,7 +79549,7 @@ "uk": "Тип запуску", "xloc": [ "default.handlebars->119->1486", - "default3.handlebars->117->1487" + "default3.handlebars->117->1472" ] }, { @@ -79579,7 +79579,7 @@ "zh-cht": "首先輸入新舊MBEx密碼。", "xloc": [ "default.handlebars->119->537", - "default3.handlebars->117->548" + "default3.handlebars->117->533" ] }, { @@ -79638,7 +79638,7 @@ "zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->2701", - "default3.handlebars->117->2713" + "default3.handlebars->117->2698" ] }, { @@ -79668,7 +79668,7 @@ "zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->2700", - "default3.handlebars->117->2712" + "default3.handlebars->117->2697" ] }, { @@ -79698,7 +79698,7 @@ "zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->2699", - "default3.handlebars->117->2711" + "default3.handlebars->117->2696" ] }, { @@ -79728,7 +79728,7 @@ "zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->2702", - "default3.handlebars->117->2714" + "default3.handlebars->117->2699" ] }, { @@ -79758,7 +79758,7 @@ "zh-cht": "啟動桌面多路復用會話", "xloc": [ "default.handlebars->119->2557", - "default3.handlebars->117->2569" + "default3.handlebars->117->2554" ] }, { @@ -79788,7 +79788,7 @@ "zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"", "xloc": [ "default.handlebars->119->2696", - "default3.handlebars->117->2708" + "default3.handlebars->117->2693" ] }, { @@ -79818,7 +79818,7 @@ "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ "default.handlebars->119->2566", - "default3.handlebars->117->2578" + "default3.handlebars->117->2563" ] }, { @@ -79848,7 +79848,7 @@ "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ "default.handlebars->119->2567", - "default3.handlebars->117->2579" + "default3.handlebars->117->2564" ] }, { @@ -79878,7 +79878,7 @@ "zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}", "xloc": [ "default.handlebars->119->2671", - "default3.handlebars->117->2683" + "default3.handlebars->117->2668" ] }, { @@ -79908,7 +79908,7 @@ "zh-cht": "已啟動 Messenger 會話“{0}”,從 {1} 到 {2}", "xloc": [ "default.handlebars->119->2713", - "default3.handlebars->117->2725" + "default3.handlebars->117->2710" ] }, { @@ -79938,7 +79938,7 @@ "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ "default.handlebars->119->2564", - "default3.handlebars->117->2576" + "default3.handlebars->117->2561" ] }, { @@ -79968,7 +79968,7 @@ "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ "default.handlebars->119->2586", - "default3.handlebars->117->2598" + "default3.handlebars->117->2583" ] }, { @@ -79998,7 +79998,7 @@ "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ "default.handlebars->119->2587", - "default3.handlebars->117->2599" + "default3.handlebars->117->2584" ] }, { @@ -80028,7 +80028,7 @@ "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ "default.handlebars->119->2593", - "default3.handlebars->117->2605" + "default3.handlebars->117->2590" ] }, { @@ -80058,7 +80058,7 @@ "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ "default.handlebars->119->2594", - "default3.handlebars->117->2606" + "default3.handlebars->117->2591" ] }, { @@ -80088,7 +80088,7 @@ "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ "default.handlebars->119->2565", - "default3.handlebars->117->2577" + "default3.handlebars->117->2562" ] }, { @@ -80118,7 +80118,7 @@ "zh-cht": "現在開始", "xloc": [ "default.handlebars->119->1247", - "default3.handlebars->117->1256" + "default3.handlebars->117->1241" ] }, { @@ -80148,7 +80148,7 @@ "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ "default.handlebars->119->2581", - "default3.handlebars->117->2593" + "default3.handlebars->117->2578" ] }, { @@ -80178,7 +80178,7 @@ "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ "default.handlebars->119->2591", - "default3.handlebars->117->2603" + "default3.handlebars->117->2588" ] }, { @@ -80235,7 +80235,7 @@ "xloc": [ "default.handlebars->119->1478", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1", - "default3.handlebars->117->1479", + "default3.handlebars->117->1464", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -80326,9 +80326,9 @@ "default.handlebars->119->3094", "default.handlebars->119->3179", "default.handlebars->container->column_l->p42->p42tbl->1->0->7", - "default3.handlebars->117->1739", - "default3.handlebars->117->3101", - "default3.handlebars->117->3182", + "default3.handlebars->117->1724", + "default3.handlebars->117->3086", + "default3.handlebars->117->3169", "default3.handlebars->container->column_l->p42->p42tbl->1->0->15" ] }, @@ -80359,7 +80359,7 @@ "zh-cht": "停止", "xloc": [ "default.handlebars->119->1496", - "default3.handlebars->117->1497" + "default3.handlebars->117->1482" ] }, { @@ -80389,7 +80389,7 @@ "zh-cht": "停止進程", "xloc": [ "default.handlebars->119->1469", - "default3.handlebars->117->1471" + "default3.handlebars->117->1456" ] }, { @@ -80419,7 +80419,7 @@ "zh-cht": "停止進程 #{0} \\\"{1}\\\"?", "xloc": [ "default.handlebars->119->1508", - "default3.handlebars->117->1508" + "default3.handlebars->117->1493" ] }, { @@ -80476,8 +80476,8 @@ "xloc": [ "default.handlebars->119->1472", "default.handlebars->119->1476", - "default3.handlebars->117->1473", - "default3.handlebars->117->1477" + "default3.handlebars->117->1458", + "default3.handlebars->117->1462" ] }, { @@ -80534,7 +80534,7 @@ "xloc": [ "default-mobile.handlebars->53->900", "default.handlebars->119->1742", - "default3.handlebars->117->1740" + "default3.handlebars->117->1725" ] }, { @@ -80551,9 +80551,9 @@ "default.handlebars->119->1754", "default.handlebars->119->1761", "default.handlebars->119->1768", - "default3.handlebars->117->1752", - "default3.handlebars->117->1759", - "default3.handlebars->117->1766" + "default3.handlebars->117->1737", + "default3.handlebars->117->1744", + "default3.handlebars->117->1751" ] }, { @@ -80612,7 +80612,7 @@ "zh-cht": "超出儲存空間", "xloc": [ "default.handlebars->119->2505", - "default3.handlebars->117->2517" + "default3.handlebars->117->2502" ] }, { @@ -80643,7 +80643,7 @@ "xloc": [ "default-mobile.handlebars->53->695", "default.handlebars->119->1515", - "default3.handlebars->117->1515", + "default3.handlebars->117->1500", "ssh.handlebars->19->6" ] }, @@ -80674,7 +80674,7 @@ "zh-cht": "強", "xloc": [ "default.handlebars->119->2139", - "default3.handlebars->117->2154" + "default3.handlebars->117->2139" ] }, { @@ -80738,7 +80738,7 @@ "zh-cht": "主題", "xloc": [ "default.handlebars->119->2791", - "default3.handlebars->117->2802" + "default3.handlebars->117->2787" ] }, { @@ -80778,7 +80778,7 @@ "uk": "Подальші Невдачі", "xloc": [ "default.handlebars->119->1493", - "default3.handlebars->117->1494" + "default3.handlebars->117->1479" ] }, { @@ -80809,8 +80809,8 @@ "xloc": [ "default.handlebars->119->3254", "default.handlebars->119->3303", - "default3.handlebars->117->3257", - "default3.handlebars->117->3306" + "default3.handlebars->117->3244", + "default3.handlebars->117->3293" ] }, { @@ -80840,7 +80840,7 @@ "zh-cht": "成功", "xloc": [ "default.handlebars->119->127", - "default3.handlebars->117->140" + "default3.handlebars->117->125" ] }, { @@ -80931,7 +80931,7 @@ "xloc": [ "default-mobile.handlebars->53->286", "default.handlebars->119->2035", - "default3.handlebars->117->2031", + "default3.handlebars->117->2016", "login2.handlebars->17->172" ] }, @@ -80963,7 +80963,7 @@ "xloc": [ "default-mobile.handlebars->53->287", "default.handlebars->119->2036", - "default3.handlebars->117->2032", + "default3.handlebars->117->2017", "login2.handlebars->17->173" ] }, @@ -81028,7 +81028,7 @@ "xloc": [ "default-mobile.handlebars->53->288", "default.handlebars->119->2037", - "default3.handlebars->117->2033", + "default3.handlebars->117->2018", "login2.handlebars->17->174" ] }, @@ -81060,7 +81060,7 @@ "xloc": [ "default-mobile.handlebars->53->289", "default.handlebars->119->2038", - "default3.handlebars->117->2034", + "default3.handlebars->117->2019", "login2.handlebars->17->175" ] }, @@ -81092,7 +81092,7 @@ "xloc": [ "default-mobile.handlebars->53->290", "default.handlebars->119->2039", - "default3.handlebars->117->2035", + "default3.handlebars->117->2020", "login2.handlebars->17->176" ] }, @@ -81127,8 +81127,8 @@ "default-mobile.handlebars->53->571", "default.handlebars->119->418", "default.handlebars->119->725", - "default3.handlebars->117->429", - "default3.handlebars->117->736" + "default3.handlebars->117->414", + "default3.handlebars->117->721" ] }, { @@ -81158,7 +81158,7 @@ "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ "default.handlebars->119->2253", - "default3.handlebars->117->2264" + "default3.handlebars->117->2249" ] }, { @@ -81189,8 +81189,8 @@ "xloc": [ "default.handlebars->119->1077", "default.handlebars->119->1078", - "default3.handlebars->117->1088", - "default3.handlebars->117->1089" + "default3.handlebars->117->1073", + "default3.handlebars->117->1074" ] }, { @@ -81220,7 +81220,7 @@ "zh-cht": "交換機端口已準備好使用。", "xloc": [ "default.handlebars->119->417", - "default3.handlebars->117->428" + "default3.handlebars->117->413" ] }, { @@ -81249,7 +81249,7 @@ "zh-chs": "切换主题", "zh-cht": "切換主題", "xloc": [ - "default3.handlebars->117->2130", + "default3.handlebars->117->2115", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->19" ] }, @@ -81280,7 +81280,7 @@ "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ "default.handlebars->119->2349", - "default3.handlebars->117->2361" + "default3.handlebars->117->2346" ] }, { @@ -81310,7 +81310,7 @@ "zh-cht": "將服務器設備名稱同步到端口名稱", "xloc": [ "default.handlebars->119->2348", - "default3.handlebars->117->2360" + "default3.handlebars->117->2345" ] }, { @@ -81340,7 +81340,7 @@ "zh-cht": "系統托盤,始終連接", "xloc": [ "default.handlebars->119->621", - "default3.handlebars->117->632" + "default3.handlebars->117->617" ] }, { @@ -81370,7 +81370,7 @@ "zh-cht": "系統托盤,根據用戶請求連接", "xloc": [ "default.handlebars->119->620", - "default3.handlebars->117->631" + "default3.handlebars->117->616" ] }, { @@ -81400,7 +81400,7 @@ "zh-cht": "系統托盤,僅顯示器", "xloc": [ "default.handlebars->119->622", - "default3.handlebars->117->633" + "default3.handlebars->117->618" ] }, { @@ -81431,7 +81431,7 @@ "xloc": [ "agentinvite.handlebars->13->6", "default.handlebars->119->612", - "default3.handlebars->117->623" + "default3.handlebars->117->608" ] }, { @@ -81514,7 +81514,7 @@ "xloc": [ "default-mobile.handlebars->53->446", "default.handlebars->119->477", - "default3.handlebars->117->488" + "default3.handlebars->117->473" ] }, { @@ -81674,7 +81674,7 @@ "xloc": [ "default-mobile.handlebars->53->525", "default.handlebars->119->934", - "default3.handlebars->117->945" + "default3.handlebars->117->930" ] }, { @@ -81705,7 +81705,7 @@ "xloc": [ "default-mobile.handlebars->53->845", "default.handlebars->119->1687", - "default3.handlebars->117->1685" + "default3.handlebars->117->1670" ] }, { @@ -81737,8 +81737,8 @@ "default-mobile.handlebars->53->635", "default.handlebars->119->1322", "default.handlebars->119->525", - "default3.handlebars->117->1327", - "default3.handlebars->117->536" + "default3.handlebars->117->1312", + "default3.handlebars->117->521" ] }, { @@ -81748,7 +81748,7 @@ "xloc": [ "default-mobile.handlebars->53->876", "default.handlebars->119->1718", - "default3.handlebars->117->1716" + "default3.handlebars->117->1701" ] }, { @@ -81780,7 +81780,7 @@ "default-mobile.handlebars->53->660", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->3", "default.handlebars->119->1430", - "default3.handlebars->117->1432", + "default3.handlebars->117->1417", "sharing-mobile.handlebars->53->18", "sharing-mobile.handlebars->dialog->3->dialog3->deskkeys->3" ] @@ -81813,8 +81813,8 @@ "xloc": [ "default.handlebars->119->1387", "default.handlebars->119->777", - "default3.handlebars->117->1387", - "default3.handlebars->117->789" + "default3.handlebars->117->1372", + "default3.handlebars->117->774" ] }, { @@ -81883,12 +81883,12 @@ "default.handlebars->119->388", "default.handlebars->119->776", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7", - "default3.handlebars->117->1023", - "default3.handlebars->117->1024", - "default3.handlebars->117->1386", - "default3.handlebars->117->367", - "default3.handlebars->117->399", - "default3.handlebars->117->787", + "default3.handlebars->117->1008", + "default3.handlebars->117->1009", + "default3.handlebars->117->1371", + "default3.handlebars->117->352", + "default3.handlebars->117->384", + "default3.handlebars->117->772", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->7" ] }, @@ -81919,7 +81919,7 @@ "zh-cht": "記下這個用戶名和密碼,密碼不能再顯示。", "xloc": [ "default.handlebars->119->344", - "default3.handlebars->117->354" + "default3.handlebars->117->339" ] }, { @@ -81950,7 +81950,7 @@ "xloc": [ "default-mobile.handlebars->53->291", "default.handlebars->119->2040", - "default3.handlebars->117->2036", + "default3.handlebars->117->2021", "login2.handlebars->17->177" ] }, @@ -81965,8 +81965,8 @@ "default-mobile.handlebars->53->786", "default.handlebars->119->968", "default.handlebars->119->970", - "default3.handlebars->117->979", - "default3.handlebars->117->981" + "default3.handlebars->117->964", + "default3.handlebars->117->966" ] }, { @@ -81997,7 +81997,7 @@ "xloc": [ "default-mobile.handlebars->53->292", "default.handlebars->119->2041", - "default3.handlebars->117->2037", + "default3.handlebars->117->2022", "login2.handlebars->17->178" ] }, @@ -82015,10 +82015,10 @@ "default.handlebars->119->1823", "default.handlebars->119->3052", "default.handlebars->119->3066", - "default3.handlebars->117->1806", - "default3.handlebars->117->1820", - "default3.handlebars->117->3061", - "default3.handlebars->117->3075" + "default3.handlebars->117->1791", + "default3.handlebars->117->1805", + "default3.handlebars->117->3046", + "default3.handlebars->117->3060" ] }, { @@ -82049,7 +82049,7 @@ "xloc": [ "default-mobile.handlebars->53->293", "default.handlebars->119->2042", - "default3.handlebars->117->2038", + "default3.handlebars->117->2023", "login2.handlebars->17->179" ] }, @@ -82093,16 +82093,16 @@ "default.handlebars->119->877", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", "default.handlebars->contextMenu->cxterminal", - "default3.handlebars->117->1116", - "default3.handlebars->117->1230", - "default3.handlebars->117->2272", - "default3.handlebars->117->2353", - "default3.handlebars->117->3172", - "default3.handlebars->117->3238", - "default3.handlebars->117->3291", - "default3.handlebars->117->3399", - "default3.handlebars->117->480", - "default3.handlebars->117->888", + "default3.handlebars->117->1101", + "default3.handlebars->117->1215", + "default3.handlebars->117->2257", + "default3.handlebars->117->2338", + "default3.handlebars->117->3159", + "default3.handlebars->117->3225", + "default3.handlebars->117->3278", + "default3.handlebars->117->3384", + "default3.handlebars->117->465", + "default3.handlebars->117->873", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", "default3.handlebars->contextMenu->cxterminal", "sharing-mobile.handlebars->53->7", @@ -82138,9 +82138,9 @@ "default.handlebars->119->1109", "default.handlebars->119->1224", "default.handlebars->119->2265", - "default3.handlebars->117->1120", - "default3.handlebars->117->1233", - "default3.handlebars->117->2276" + "default3.handlebars->117->1105", + "default3.handlebars->117->1218", + "default3.handlebars->117->2261" ] }, { @@ -82203,10 +82203,10 @@ "default.handlebars->119->2904", "default.handlebars->119->3009", "default.handlebars->119->986", - "default3.handlebars->117->2226", - "default3.handlebars->117->2913", - "default3.handlebars->117->3018", - "default3.handlebars->117->997" + "default3.handlebars->117->2211", + "default3.handlebars->117->2898", + "default3.handlebars->117->3003", + "default3.handlebars->117->982" ] }, { @@ -82239,10 +82239,10 @@ "default.handlebars->119->2903", "default.handlebars->119->3008", "default.handlebars->119->985", - "default3.handlebars->117->2225", - "default3.handlebars->117->2912", - "default3.handlebars->117->3017", - "default3.handlebars->117->996" + "default3.handlebars->117->2210", + "default3.handlebars->117->2897", + "default3.handlebars->117->3002", + "default3.handlebars->117->981" ] }, { @@ -82272,7 +82272,7 @@ "zh-cht": "終端會話", "xloc": [ "default.handlebars->119->3159", - "default3.handlebars->117->3162" + "default3.handlebars->117->3149" ] }, { @@ -82414,7 +82414,7 @@ "uk": "Записи текстових приміток", "xloc": [ "default.handlebars->119->3275", - "default3.handlebars->117->3278" + "default3.handlebars->117->3265" ] }, { @@ -82445,7 +82445,7 @@ "xloc": [ "default-mobile.handlebars->53->294", "default.handlebars->119->2043", - "default3.handlebars->117->2039", + "default3.handlebars->117->2024", "login2.handlebars->17->180" ] }, @@ -82477,7 +82477,7 @@ "xloc": [ "default-mobile.handlebars->53->479", "default.handlebars->119->723", - "default3.handlebars->117->734" + "default3.handlebars->117->719" ] }, { @@ -82648,7 +82648,7 @@ "zh-cht": "此電腦所屬的裝置群的名稱", "xloc": [ "default.handlebars->119->904", - "default3.handlebars->117->915" + "default3.handlebars->117->900" ] }, { @@ -82678,7 +82678,7 @@ "zh-cht": "此電腦所屬的裝置群的名稱。", "xloc": [ "default.handlebars->119->902", - "default3.handlebars->117->913" + "default3.handlebars->117->898" ] }, { @@ -82709,8 +82709,8 @@ "xloc": [ "default.handlebars->119->905", "default.handlebars->119->907", - "default3.handlebars->117->916", - "default3.handlebars->117->918" + "default3.handlebars->117->901", + "default3.handlebars->117->903" ] }, { @@ -82741,7 +82741,7 @@ "xloc": [ "default-mobile.handlebars->53->1038", "default.handlebars->119->3308", - "default3.handlebars->117->3313" + "default3.handlebars->117->3298" ] }, { @@ -82772,7 +82772,7 @@ "xloc": [ "default-mobile.handlebars->53->1059", "default.handlebars->119->3329", - "default3.handlebars->117->3334" + "default3.handlebars->117->3319" ] }, { @@ -82832,7 +82832,7 @@ "zh-cht": "這些設置可用於連接該裝置的MQTT。", "xloc": [ "default.handlebars->119->328", - "default3.handlebars->117->338" + "default3.handlebars->117->323" ] }, { @@ -82873,7 +82873,7 @@ "uk": "Поточна версія NodeJS не підтримує Discord.js.", "xloc": [ "default.handlebars->119->119", - "default3.handlebars->117->132" + "default3.handlebars->117->117" ] }, { @@ -82889,7 +82889,7 @@ "uk": "Ця версія NodeJS не підтримує OpenID.", "xloc": [ "default.handlebars->119->118", - "default3.handlebars->117->131" + "default3.handlebars->117->116" ] }, { @@ -82949,7 +82949,7 @@ "zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。", "xloc": [ "default.handlebars->119->2669", - "default3.handlebars->117->2681" + "default3.handlebars->117->2666" ] }, { @@ -82979,7 +82979,7 @@ "zh-cht": "此代理正在使用不安全的隧道,請考慮更新。", "xloc": [ "default.handlebars->119->2670", - "default3.handlebars->117->2682" + "default3.handlebars->117->2667" ] }, { @@ -82990,7 +82990,7 @@ "xloc": [ "agentinvite.handlebars->13->11", "default.handlebars->119->689", - "default3.handlebars->117->700" + "default3.handlebars->117->685" ] }, { @@ -83075,10 +83075,10 @@ "default.handlebars->119->2723", "default.handlebars->119->3145", "default.handlebars->119->3146", - "default3.handlebars->117->1613", - "default3.handlebars->117->2735", - "default3.handlebars->117->3148", - "default3.handlebars->117->3149" + "default3.handlebars->117->1598", + "default3.handlebars->117->2720", + "default3.handlebars->117->3135", + "default3.handlebars->117->3136" ] }, { @@ -83137,7 +83137,7 @@ "zh-cht": "這是舊代理版本,請考慮更新。", "xloc": [ "default.handlebars->119->2668", - "default3.handlebars->117->2680" + "default3.handlebars->117->2665" ] }, { @@ -83193,7 +83193,7 @@ "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ "default.handlebars->119->2322", - "default3.handlebars->117->2331" + "default3.handlebars->117->2316" ] }, { @@ -83253,7 +83253,7 @@ "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ "default.handlebars->119->2319", - "default3.handlebars->117->2328" + "default3.handlebars->117->2313" ] }, { @@ -83399,7 +83399,7 @@ "zh-cht": "這會在此裝置的事件日誌中增加一個記錄。", "xloc": [ "default.handlebars->119->1189", - "default3.handlebars->117->1198" + "default3.handlebars->117->1183" ] }, { @@ -83455,7 +83455,7 @@ "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ "default.handlebars->119->1329", - "default3.handlebars->117->1334" + "default3.handlebars->117->1319" ] }, { @@ -83485,7 +83485,7 @@ "zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。", "xloc": [ "default.handlebars->119->1330", - "default3.handlebars->117->1335" + "default3.handlebars->117->1320" ] }, { @@ -83516,7 +83516,7 @@ "xloc": [ "default-mobile.handlebars->53->295", "default.handlebars->119->2044", - "default3.handlebars->117->2040", + "default3.handlebars->117->2025", "login2.handlebars->17->181" ] }, @@ -83550,9 +83550,9 @@ "default.handlebars->119->1269", "default.handlebars->119->3212", "default.handlebars->119->3219", - "default3.handlebars->117->1278", - "default3.handlebars->117->3215", - "default3.handlebars->117->3222", + "default3.handlebars->117->1263", + "default3.handlebars->117->3202", + "default3.handlebars->117->3209", "player.handlebars->29->17" ] }, @@ -83584,8 +83584,8 @@ "xloc": [ "default.handlebars->119->1254", "default.handlebars->119->3215", - "default3.handlebars->117->1263", - "default3.handlebars->117->3218" + "default3.handlebars->117->1248", + "default3.handlebars->117->3205" ] }, { @@ -83616,8 +83616,8 @@ "xloc": [ "default.handlebars->119->1252", "default.handlebars->119->3213", - "default3.handlebars->117->1261", - "default3.handlebars->117->3216" + "default3.handlebars->117->1246", + "default3.handlebars->117->3203" ] }, { @@ -83647,7 +83647,7 @@ "zh-cht": "時間跨度", "xloc": [ "default.handlebars->119->2727", - "default3.handlebars->117->2739" + "default3.handlebars->117->2724" ] }, { @@ -83678,8 +83678,8 @@ "xloc": [ "default.handlebars->119->1248", "default.handlebars->119->3211", - "default3.handlebars->117->1257", - "default3.handlebars->117->3214" + "default3.handlebars->117->1242", + "default3.handlebars->117->3201" ] }, { @@ -83710,7 +83710,7 @@ "xloc": [ "default-mobile.handlebars->53->654", "default.handlebars->119->1393", - "default3.handlebars->117->1394", + "default3.handlebars->117->1379", "sharing-mobile.handlebars->53->12", "sharing.handlebars->47->31", "sharing.handlebars->47->9" @@ -83744,8 +83744,8 @@ "xloc": [ "default.handlebars->119->1208", "default.handlebars->119->783", - "default3.handlebars->117->1217", - "default3.handlebars->117->794" + "default3.handlebars->117->1202", + "default3.handlebars->117->779" ] }, { @@ -83775,7 +83775,7 @@ "zh-cht": "要將電腦新增到\\\"{0}\\\",請運行以下命令。命令需要root憑據。", "xloc": [ "default.handlebars->119->638", - "default3.handlebars->117->649" + "default3.handlebars->117->634" ] }, { @@ -83805,7 +83805,7 @@ "zh-cht": "要將移動設備添加到組 \\\"{0}\\\",請下載 MeshAgent 應用程序並掃描此 QR 碼。", "xloc": [ "default.handlebars->119->655", - "default3.handlebars->117->666" + "default3.handlebars->117->651" ] }, { @@ -83913,7 +83913,7 @@ "zh-cht": "要將新電腦新增到裝置群“ {0} ”,請下載mesh agent並安裝該電腦以進行管理。這agent中已嵌入了伺服器和裝置群訊息。", "xloc": [ "default.handlebars->119->623", - "default3.handlebars->117->634" + "default3.handlebars->117->619" ] }, { @@ -83943,7 +83943,7 @@ "zh-cht": "要將新電腦新增到裝置群“ {0} ”,請下載mesh agent並安裝該電腦以進行管理。該代理安裝程序中已嵌入了伺服器和裝置群訊息。", "xloc": [ "default.handlebars->119->642", - "default3.handlebars->117->653" + "default3.handlebars->117->638" ] }, { @@ -83973,7 +83973,7 @@ "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ "default.handlebars->119->2101", - "default3.handlebars->117->2098" + "default3.handlebars->117->2083" ] }, { @@ -84100,7 +84100,7 @@ "uk": "Щоб видалити MeshAgent, завантажте файл нижче, клікнувши правою кнопкою миші на файл \\\".mpkg\\\" і натиснувши \\\"Show Package Contents\\\", потім клацніть правою кнопкою миші на \\\"Uninstall.command\\\" і натисніть \\\"Open\\\"", "xloc": [ "default.handlebars->119->685", - "default3.handlebars->117->696" + "default3.handlebars->117->681" ] }, { @@ -84130,7 +84130,7 @@ "zh-cht": "要刪除mash agent,請下載以下檔案,運行該檔案,然後單擊“卸載”。", "xloc": [ "default.handlebars->119->670", - "default3.handlebars->117->681" + "default3.handlebars->117->666" ] }, { @@ -84160,7 +84160,7 @@ "zh-cht": "要刪除網格代理,請運行以下命令。需要root憑據。", "xloc": [ "default.handlebars->119->683", - "default3.handlebars->117->694" + "default3.handlebars->117->679" ] }, { @@ -84278,8 +84278,8 @@ "xloc": [ "default.handlebars->119->1205", "default.handlebars->119->780", - "default3.handlebars->117->1214", - "default3.handlebars->117->791" + "default3.handlebars->117->1199", + "default3.handlebars->117->776" ] }, { @@ -84311,7 +84311,7 @@ "zh-chs": "Toggle Dark Mode", "zh-cht": "Toggle Dark Mode", "xloc": [ - "default3.handlebars->117->3312" + "default3.handlebars->117->3134" ] }, { @@ -84387,7 +84387,7 @@ "zh-chs": "切换页脚栏", "zh-cht": "切換頁腳欄", "xloc": [ - "default3.handlebars->117->72" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->uiSubmenu->toggleFooterMenuItem->3" ] }, { @@ -84420,7 +84420,7 @@ "zh-chs": "Toggle Light Mode", "zh-cht": "Toggle Light Mode", "xloc": [ - "default3.handlebars->117->3311" + "default3.handlebars->117->3133" ] }, { @@ -84454,7 +84454,7 @@ "zh-cht": "切換現代介面", "xloc": [ "default.handlebars->container->topbar->1->1->uiMenuButton->uiMenu->1->1->0->1", - "default3.handlebars->117->68" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->uiSubmenu->toggleModernUIMenuItem->3" ] }, { @@ -84674,7 +84674,7 @@ "xloc": [ "agentinvite.handlebars->container->topbar->uiMenuButton->uiMenu", "default.handlebars->container->topbar->1->1->uiMenuButton->uiMenu->1->1->0->3", - "default3.handlebars->117->73", + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->toggleNightMenuItem->nightModeText", "error404.handlebars->container->topbar->uiMenuButton->uiMenu", "invite.handlebars->container->topbar->uiMenuButton->uiMenu", "login.handlebars->container->topbar->uiMenuButton->uiMenu", @@ -84914,8 +84914,8 @@ "zh-cht": "令牌名稱", "xloc": [ "default.handlebars->119->2087", - "default3.handlebars->117->2083", - "default3.handlebars->117->2084" + "default3.handlebars->117->2068", + "default3.handlebars->117->2069" ] }, { @@ -84945,7 +84945,7 @@ "zh-cht": "令牌:{0}", "xloc": [ "default.handlebars->119->338", - "default3.handlebars->117->348" + "default3.handlebars->117->333" ] }, { @@ -85008,7 +85008,7 @@ "zh-chs": "顶栏界面", "zh-cht": "頂欄界面", "xloc": [ - "default3.handlebars->117->70" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->uiSubmenu->5->3" ] }, { @@ -85081,9 +85081,9 @@ "default.handlebars->119->1324", "default.handlebars->119->1832", "default.handlebars->119->3075", - "default3.handlebars->117->1329", - "default3.handlebars->117->1829", - "default3.handlebars->117->3084" + "default3.handlebars->117->1314", + "default3.handlebars->117->1814", + "default3.handlebars->117->3069" ] }, { @@ -85113,7 +85113,7 @@ "zh-cht": "總處理器時間", "xloc": [ "default.handlebars->119->146", - "default3.handlebars->117->159" + "default3.handlebars->117->144" ] }, { @@ -85203,7 +85203,7 @@ "zh-cht": "用於通過此伺服器連接到裝置的流量路由器", "xloc": [ "default.handlebars->119->1054", - "default3.handlebars->117->1065" + "default3.handlebars->117->1050" ] }, { @@ -85286,7 +85286,7 @@ "xloc": [ "default-mobile.handlebars->53->84", "default.handlebars->119->239", - "default3.handlebars->117->251" + "default3.handlebars->117->236" ] }, { @@ -85371,7 +85371,7 @@ "xloc": [ "default-mobile.handlebars->53->530", "default.handlebars->119->939", - "default3.handlebars->117->950" + "default3.handlebars->117->935" ] }, { @@ -85402,7 +85402,7 @@ "xloc": [ "default-mobile.handlebars->53->296", "default.handlebars->119->2045", - "default3.handlebars->117->2041", + "default3.handlebars->117->2026", "login2.handlebars->17->182" ] }, @@ -85434,7 +85434,7 @@ "xloc": [ "default-mobile.handlebars->53->297", "default.handlebars->119->2046", - "default3.handlebars->117->2042", + "default3.handlebars->117->2027", "login2.handlebars->17->183" ] }, @@ -85492,7 +85492,7 @@ "xloc": [ "default-mobile.handlebars->53->298", "default.handlebars->119->2047", - "default3.handlebars->117->2043", + "default3.handlebars->117->2028", "login2.handlebars->17->184" ] }, @@ -85524,7 +85524,7 @@ "xloc": [ "default-mobile.handlebars->53->299", "default.handlebars->119->2048", - "default3.handlebars->117->2044", + "default3.handlebars->117->2029", "login2.handlebars->17->185" ] }, @@ -85558,8 +85558,8 @@ "default-mobile.handlebars->53->560", "default.handlebars->119->1040", "default.handlebars->119->1041", - "default3.handlebars->117->1051", - "default3.handlebars->117->1052" + "default3.handlebars->117->1036", + "default3.handlebars->117->1037" ] }, { @@ -85589,7 +85589,7 @@ "zh-cht": "關掉。", "xloc": [ "default.handlebars->119->2684", - "default3.handlebars->117->2696" + "default3.handlebars->117->2681" ] }, { @@ -85622,8 +85622,8 @@ "default-mobile.handlebars->53->562", "default.handlebars->119->1042", "default.handlebars->119->1043", - "default3.handlebars->117->1053", - "default3.handlebars->117->1054" + "default3.handlebars->117->1038", + "default3.handlebars->117->1039" ] }, { @@ -85653,7 +85653,7 @@ "zh-cht": "打開。", "xloc": [ "default.handlebars->119->2683", - "default3.handlebars->117->2695" + "default3.handlebars->117->2680" ] }, { @@ -85683,7 +85683,7 @@ "zh-cht": "二因子身份驗證", "xloc": [ "default.handlebars->119->77", - "default3.handlebars->117->90" + "default3.handlebars->117->75" ] }, { @@ -85748,13 +85748,13 @@ "default.handlebars->119->3198", "default.handlebars->119->511", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", - "default3.handlebars->117->1238", - "default3.handlebars->117->1486", - "default3.handlebars->117->2140", - "default3.handlebars->117->2204", - "default3.handlebars->117->2303", - "default3.handlebars->117->3201", - "default3.handlebars->117->522", + "default3.handlebars->117->1223", + "default3.handlebars->117->1471", + "default3.handlebars->117->2125", + "default3.handlebars->117->2189", + "default3.handlebars->117->2288", + "default3.handlebars->117->3188", + "default3.handlebars->117->507", "default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1", "sharing.handlebars->p11->deskarea0->deskarea4->3" ] @@ -85786,7 +85786,7 @@ "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ "default.handlebars->119->1857", - "default3.handlebars->117->1853" + "default3.handlebars->117->1838" ] }, { @@ -85816,7 +85816,7 @@ "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ "default.handlebars->119->1854", - "default3.handlebars->117->1850" + "default3.handlebars->117->1835" ] }, { @@ -85873,7 +85873,7 @@ "xloc": [ "default-mobile.handlebars->53->450", "default.handlebars->119->481", - "default3.handlebars->117->492" + "default3.handlebars->117->477" ] }, { @@ -85932,7 +85932,7 @@ "zh-chs": "用户界面设置", "zh-cht": "使用者介面設定", "xloc": [ - "default3.handlebars->117->67" + "default3.handlebars->container->masthead->3->3->userDropdown->userDropdownMenu->userDropdownMenuContainer->13->3" ] }, { @@ -85962,7 +85962,7 @@ "zh-cht": "UTF8終端", "xloc": [ "default.handlebars->119->1535", - "default3.handlebars->117->1535", + "default3.handlebars->117->1520", "sharing.handlebars->47->33" ] }, @@ -85994,7 +85994,7 @@ "xloc": [ "default-mobile.handlebars->53->300", "default.handlebars->119->2049", - "default3.handlebars->117->2045", + "default3.handlebars->117->2030", "login2.handlebars->17->186" ] }, @@ -86138,7 +86138,7 @@ "xloc": [ "default.handlebars->119->2116", "default.handlebars->119->893", - "default3.handlebars->117->904" + "default3.handlebars->117->889" ] }, { @@ -86149,7 +86149,7 @@ "xloc": [ "default-mobile.handlebars->53->357", "default-mobile.handlebars->53->99", - "default3.handlebars->117->3450" + "default3.handlebars->117->3435" ] }, { @@ -86182,8 +86182,8 @@ "default.handlebars->119->3447", "default.handlebars->119->742", "default.handlebars->119->895", - "default3.handlebars->117->753", - "default3.handlebars->117->906" + "default3.handlebars->117->738", + "default3.handlebars->117->891" ] }, { @@ -86214,7 +86214,7 @@ "xloc": [ "default-mobile.handlebars->53->1055", "default.handlebars->119->3325", - "default3.handlebars->117->3330" + "default3.handlebars->117->3315" ] }, { @@ -86299,7 +86299,7 @@ "zh-cht": "無法捕獲顯示", "xloc": [ "default.handlebars->119->1395", - "default3.handlebars->117->1396" + "default3.handlebars->117->1381" ] }, { @@ -86356,7 +86356,7 @@ "xloc": [ "default-mobile.handlebars->53->54", "default.handlebars->119->75", - "default3.handlebars->117->88" + "default3.handlebars->117->73" ] }, { @@ -86446,7 +86446,7 @@ "zh-cht": "無法加載 CloudFlare 可信代理 IPv6 地址列表。", "xloc": [ "default.handlebars->119->109", - "default3.handlebars->117->122" + "default3.handlebars->117->107" ] }, { @@ -86476,7 +86476,7 @@ "zh-cht": "無法為默認域加載 Intel AMT TLS 根證書。", "xloc": [ "default.handlebars->119->98", - "default3.handlebars->117->111" + "default3.handlebars->117->96" ] }, { @@ -86506,7 +86506,7 @@ "zh-cht": "無法為域 {0} 加載 Intel AMT TLS 根證書。", "xloc": [ "default.handlebars->119->99", - "default3.handlebars->117->112" + "default3.handlebars->117->97" ] }, { @@ -86537,7 +86537,7 @@ "xloc": [ "default-mobile.handlebars->53->70", "default.handlebars->119->223", - "default3.handlebars->117->235" + "default3.handlebars->117->220" ] }, { @@ -86553,7 +86553,7 @@ "uk": "Неможливо завантажити файл іконки агента: {0}.", "xloc": [ "default.handlebars->119->116", - "default3.handlebars->117->129" + "default3.handlebars->117->114" ] }, { @@ -86569,7 +86569,7 @@ "uk": "Не вдалося завантажити файл логотипу агента: {0}.", "xloc": [ "default.handlebars->119->117", - "default3.handlebars->117->130" + "default3.handlebars->117->115" ] }, { @@ -86626,7 +86626,7 @@ "xloc": [ "default-mobile.handlebars->53->53", "default.handlebars->119->73", - "default3.handlebars->117->86" + "default3.handlebars->117->71" ] }, { @@ -86656,7 +86656,7 @@ "zh-cht": "無法掃描該地址範圍。", "xloc": [ "default.handlebars->119->281", - "default3.handlebars->117->291" + "default3.handlebars->117->276" ] }, { @@ -86748,7 +86748,7 @@ "zh-cht": "無法設置 Let's Encrypt 模塊。", "xloc": [ "default.handlebars->119->106", - "default3.handlebars->117->119" + "default3.handlebars->117->104" ] }, { @@ -86808,9 +86808,9 @@ "default.handlebars->119->1156", "default.handlebars->119->1181", "default.handlebars->119->2426", - "default3.handlebars->117->1165", - "default3.handlebars->117->1190", - "default3.handlebars->117->2438" + "default3.handlebars->117->1150", + "default3.handlebars->117->1175", + "default3.handlebars->117->2423" ] }, { @@ -86842,8 +86842,8 @@ "default-mobile.handlebars->53->1007", "default.handlebars->119->1287", "default.handlebars->119->746", - "default3.handlebars->117->1296", - "default3.handlebars->117->757" + "default3.handlebars->117->1281", + "default3.handlebars->117->742" ] }, { @@ -86873,7 +86873,7 @@ "zh-cht": "卸載代理/刪除設備", "xloc": [ "default.handlebars->119->2388", - "default3.handlebars->117->2400" + "default3.handlebars->117->2385" ] }, { @@ -86903,13 +86903,13 @@ "zh-cht": "卸載代理", "xloc": [ "default.handlebars->119->1332", - "default3.handlebars->117->1337" + "default3.handlebars->117->1322" ] }, { "en": "United", "xloc": [ - "default3.handlebars->117->2123" + "default3.handlebars->117->2108" ] }, { @@ -86920,8 +86920,8 @@ "xloc": [ "default.handlebars->119->652", "default.handlebars->119->687", - "default3.handlebars->117->663", - "default3.handlebars->117->698" + "default3.handlebars->117->648", + "default3.handlebars->117->683" ] }, { @@ -86995,34 +86995,34 @@ "default.handlebars->119->52", "default.handlebars->119->738", "default3.handlebars->117->13", - "default3.handlebars->117->1675", - "default3.handlebars->117->1682", - "default3.handlebars->117->1746", - "default3.handlebars->117->1758", - "default3.handlebars->117->1765", - "default3.handlebars->117->1769", - "default3.handlebars->117->1771", - "default3.handlebars->117->212", - "default3.handlebars->117->213", - "default3.handlebars->117->214", - "default3.handlebars->117->216", - "default3.handlebars->117->218", - "default3.handlebars->117->2186", - "default3.handlebars->117->2187", - "default3.handlebars->117->2205", - "default3.handlebars->117->3141", - "default3.handlebars->117->3161", - "default3.handlebars->117->3171", - "default3.handlebars->117->3251", - "default3.handlebars->117->3252", - "default3.handlebars->117->3253", - "default3.handlebars->117->3254", - "default3.handlebars->117->3255", - "default3.handlebars->117->3304", + "default3.handlebars->117->1660", + "default3.handlebars->117->1667", + "default3.handlebars->117->1731", + "default3.handlebars->117->1743", + "default3.handlebars->117->1750", + "default3.handlebars->117->1754", + "default3.handlebars->117->1756", + "default3.handlebars->117->197", + "default3.handlebars->117->198", + "default3.handlebars->117->199", + "default3.handlebars->117->201", + "default3.handlebars->117->203", + "default3.handlebars->117->2171", + "default3.handlebars->117->2172", + "default3.handlebars->117->2190", + "default3.handlebars->117->3126", + "default3.handlebars->117->3148", + "default3.handlebars->117->3158", + "default3.handlebars->117->3238", + "default3.handlebars->117->3239", + "default3.handlebars->117->3240", + "default3.handlebars->117->3241", + "default3.handlebars->117->3242", + "default3.handlebars->117->3291", "default3.handlebars->117->44", "default3.handlebars->117->51", "default3.handlebars->117->52", - "default3.handlebars->117->749" + "default3.handlebars->117->734" ] }, { @@ -87053,7 +87053,7 @@ "xloc": [ "default-mobile.handlebars->53->953", "default.handlebars->119->2183", - "default3.handlebars->117->2194" + "default3.handlebars->117->2179" ] }, { @@ -87083,7 +87083,7 @@ "zh-cht": "未知動作", "xloc": [ "default.handlebars->119->3362", - "default3.handlebars->117->3367" + "default3.handlebars->117->3352" ] }, { @@ -87114,8 +87114,8 @@ "xloc": [ "default.handlebars->119->2929", "default.handlebars->119->3124", - "default3.handlebars->117->2938", - "default3.handlebars->117->3127" + "default3.handlebars->117->2923", + "default3.handlebars->117->3112" ] }, { @@ -87147,9 +87147,9 @@ "default.handlebars->119->2923", "default.handlebars->119->3112", "default.handlebars->119->3366", - "default3.handlebars->117->2932", - "default3.handlebars->117->3115", - "default3.handlebars->117->3371" + "default3.handlebars->117->2917", + "default3.handlebars->117->3100", + "default3.handlebars->117->3356" ] }, { @@ -87179,7 +87179,7 @@ "zh-cht": "未知群組", "xloc": [ "default.handlebars->119->3358", - "default3.handlebars->117->3363" + "default3.handlebars->117->3348" ] }, { @@ -87210,7 +87210,7 @@ "xloc": [ "default-mobile.handlebars->53->519", "default.handlebars->119->926", - "default3.handlebars->117->937" + "default3.handlebars->117->922" ] }, { @@ -87241,8 +87241,8 @@ "xloc": [ "default.handlebars->119->3253", "default.handlebars->119->3302", - "default3.handlebars->117->3256", - "default3.handlebars->117->3305" + "default3.handlebars->117->3243", + "default3.handlebars->117->3292" ] }, { @@ -87272,7 +87272,7 @@ "zh-cht": "未知用戶群", "xloc": [ "default.handlebars->119->3118", - "default3.handlebars->117->3121" + "default3.handlebars->117->3106" ] }, { @@ -87303,7 +87303,7 @@ "xloc": [ "default-mobile.handlebars->53->521", "default.handlebars->119->928", - "default3.handlebars->117->939" + "default3.handlebars->117->924" ] }, { @@ -87333,7 +87333,7 @@ "zh-cht": "密碼未知", "xloc": [ "default.handlebars->119->2310", - "default3.handlebars->117->2319" + "default3.handlebars->117->2304" ] }, { @@ -87367,11 +87367,11 @@ "default.handlebars->119->294", "default.handlebars->119->574", "default.handlebars->119->588", - "default3.handlebars->117->1254", - "default3.handlebars->117->2066", - "default3.handlebars->117->304", - "default3.handlebars->117->585", - "default3.handlebars->117->599" + "default3.handlebars->117->1239", + "default3.handlebars->117->2051", + "default3.handlebars->117->289", + "default3.handlebars->117->570", + "default3.handlebars->117->584" ] }, { @@ -87401,7 +87401,7 @@ "zh-cht": "解鎖帳戶", "xloc": [ "default.handlebars->119->2783", - "default3.handlebars->117->2795" + "default3.handlebars->117->2780" ] }, { @@ -87431,7 +87431,7 @@ "zh-cht": "解鎖遠程用戶的鼠標和鍵盤?", "xloc": [ "default.handlebars->119->1204", - "default3.handlebars->117->1213" + "default3.handlebars->117->1198" ] }, { @@ -87461,7 +87461,7 @@ "zh-cht": "無法識別的配置選項 \\\"{0}\\\"。", "xloc": [ "default.handlebars->119->96", - "default3.handlebars->117->109" + "default3.handlebars->117->94" ] }, { @@ -87511,7 +87511,7 @@ "uk": "Розпакувати до теки", "xloc": [ "default.handlebars->119->1581", - "default3.handlebars->117->1581" + "default3.handlebars->117->1566" ] }, { @@ -87521,7 +87521,7 @@ "uk": "Помилка розпаковування", "xloc": [ "default.handlebars->119->1556", - "default3.handlebars->117->1556" + "default3.handlebars->117->1541" ] }, { @@ -87531,7 +87531,7 @@ "uk": "Розпаковування файлу...", "xloc": [ "default.handlebars->119->1554", - "default3.handlebars->117->1554" + "default3.handlebars->117->1539" ] }, { @@ -87568,7 +87568,7 @@ "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->dialogBody->dialog3->d3servermode->d3serveraction", - "default3.handlebars->117->1444", + "default3.handlebars->117->1429", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog3->d3servermode->d3serveraction", @@ -87604,7 +87604,7 @@ "zh-cht": "最新", "xloc": [ "default.handlebars->119->3452", - "default3.handlebars->117->3457" + "default3.handlebars->117->3442" ] }, { @@ -87638,8 +87638,8 @@ "default-mobile.handlebars->53->773", "default.handlebars->119->955", "default.handlebars->119->957", - "default3.handlebars->117->966", - "default3.handlebars->117->968" + "default3.handlebars->117->951", + "default3.handlebars->117->953" ] }, { @@ -87742,11 +87742,11 @@ "default.handlebars->119->2539", "default.handlebars->119->2549", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", - "default3.handlebars->117->1578", - "default3.handlebars->117->1608", - "default3.handlebars->117->1611", - "default3.handlebars->117->2551", - "default3.handlebars->117->2561", + "default3.handlebars->117->1563", + "default3.handlebars->117->1593", + "default3.handlebars->117->1596", + "default3.handlebars->117->2536", + "default3.handlebars->117->2546", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog3->d3localmode->1", "sharing-mobile.handlebars->53->107", "sharing-mobile.handlebars->53->110", @@ -87784,7 +87784,7 @@ "xloc": [ "default-mobile.handlebars->53->952", "default.handlebars->119->1795", - "default3.handlebars->117->1793" + "default3.handlebars->117->1778" ] }, { @@ -87815,7 +87815,7 @@ "xloc": [ "default-mobile.handlebars->53->943", "default.handlebars->119->1786", - "default3.handlebars->117->1784" + "default3.handlebars->117->1769" ] }, { @@ -87848,9 +87848,9 @@ "default.handlebars->119->1784", "default.handlebars->119->758", "default.handlebars->119->801", - "default3.handlebars->117->1782", - "default3.handlebars->117->769", - "default3.handlebars->117->812" + "default3.handlebars->117->1767", + "default3.handlebars->117->754", + "default3.handlebars->117->797" ] }, { @@ -87880,7 +87880,7 @@ "zh-cht": "在選定設備上上傳默認服務器核心?", "xloc": [ "default.handlebars->119->800", - "default3.handlebars->117->811" + "default3.handlebars->117->796" ] }, { @@ -87910,7 +87910,7 @@ "zh-cht": "上傳文件", "xloc": [ "default.handlebars->119->754", - "default3.handlebars->117->765" + "default3.handlebars->117->750" ] }, { @@ -87971,7 +87971,7 @@ "xloc": [ "default-mobile.handlebars->53->946", "default.handlebars->119->1789", - "default3.handlebars->117->1787" + "default3.handlebars->117->1772" ] }, { @@ -88001,7 +88001,7 @@ "zh-cht": "將所選文件上傳到所有所選設備", "xloc": [ "default.handlebars->119->790", - "default3.handlebars->117->801" + "default3.handlebars->117->786" ] }, { @@ -88032,7 +88032,7 @@ "xloc": [ "default-mobile.handlebars->53->947", "default.handlebars->119->1790", - "default3.handlebars->117->1788" + "default3.handlebars->117->1773" ] }, { @@ -88064,8 +88064,8 @@ "default-mobile.handlebars->53->752", "default.handlebars->119->1609", "default.handlebars->119->2550", - "default3.handlebars->117->1609", - "default3.handlebars->117->2562", + "default3.handlebars->117->1594", + "default3.handlebars->117->2547", "sharing-mobile.handlebars->53->108", "sharing.handlebars->47->95" ] @@ -88099,8 +88099,8 @@ "default-mobile.handlebars->53->753", "default.handlebars->119->1610", "default.handlebars->119->2551", - "default3.handlebars->117->1610", - "default3.handlebars->117->2563", + "default3.handlebars->117->1595", + "default3.handlebars->117->2548", "sharing-mobile.handlebars->53->109", "sharing.handlebars->47->96" ] @@ -88158,7 +88158,7 @@ "zh-cht": "上傳:“{0}”", "xloc": [ "default.handlebars->119->2601", - "default3.handlebars->117->2613" + "default3.handlebars->117->2598" ] }, { @@ -88188,7 +88188,7 @@ "zh-cht": "上傳:\\\"{0}\\\",大小:{1}", "xloc": [ "default.handlebars->119->2656", - "default3.handlebars->117->2668" + "default3.handlebars->117->2653" ] }, { @@ -88219,7 +88219,7 @@ "xloc": [ "default-mobile.handlebars->53->301", "default.handlebars->119->2050", - "default3.handlebars->117->2046", + "default3.handlebars->117->2031", "login2.handlebars->17->187" ] }, @@ -88251,7 +88251,7 @@ "xloc": [ "default-mobile.handlebars->53->302", "default.handlebars->119->2051", - "default3.handlebars->117->2047", + "default3.handlebars->117->2032", "login2.handlebars->17->188" ] }, @@ -88282,7 +88282,7 @@ "zh-cht": "用法", "xloc": [ "default.handlebars->119->3414", - "default3.handlebars->117->3419" + "default3.handlebars->117->3404" ] }, { @@ -88393,7 +88393,7 @@ "uk": "Використання ретрансляції", "xloc": [ "default.handlebars->119->2392", - "default3.handlebars->117->2404" + "default3.handlebars->117->2389" ] }, { @@ -88423,7 +88423,7 @@ "zh-cht": "用於裸機 LAN 激活。", "xloc": [ "default.handlebars->119->541", - "default3.handlebars->117->552" + "default3.handlebars->117->537" ] }, { @@ -88453,7 +88453,7 @@ "zh-cht": "使用新憑據", "xloc": [ "default.handlebars->119->1408", - "default3.handlebars->117->1409", + "default3.handlebars->117->1394", "mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->1" ] }, @@ -88484,7 +88484,7 @@ "zh-cht": "使用服務器憑據", "xloc": [ "default.handlebars->119->1407", - "default3.handlebars->117->1408", + "default3.handlebars->117->1393", "mstsc.handlebars->main->1->3->1->dropdowndomain->1->d3coreMode->0" ] }, @@ -88545,8 +88545,8 @@ "xloc": [ "default.handlebars->119->3352", "default.handlebars->119->3354", - "default3.handlebars->117->3357", - "default3.handlebars->117->3359" + "default3.handlebars->117->3342", + "default3.handlebars->117->3344" ] }, { @@ -88587,18 +88587,18 @@ "default.handlebars->119->3203", "default.handlebars->119->3222", "default.handlebars->119->394", - "default3.handlebars->117->1111", - "default3.handlebars->117->1488", - "default3.handlebars->117->149", - "default3.handlebars->117->2268", - "default3.handlebars->117->2746", - "default3.handlebars->117->2776", - "default3.handlebars->117->2928", - "default3.handlebars->117->3194", - "default3.handlebars->117->3202", - "default3.handlebars->117->3206", - "default3.handlebars->117->3225", - "default3.handlebars->117->405" + "default3.handlebars->117->1096", + "default3.handlebars->117->134", + "default3.handlebars->117->1473", + "default3.handlebars->117->2253", + "default3.handlebars->117->2731", + "default3.handlebars->117->2761", + "default3.handlebars->117->2913", + "default3.handlebars->117->3181", + "default3.handlebars->117->3189", + "default3.handlebars->117->3193", + "default3.handlebars->117->3212", + "default3.handlebars->117->390" ] }, { @@ -88628,7 +88628,7 @@ "zh-cht": "用戶+檔案", "xloc": [ "default.handlebars->119->2765", - "default3.handlebars->117->2777" + "default3.handlebars->117->2762" ] }, { @@ -88664,13 +88664,13 @@ "default.handlebars->119->2810", "default.handlebars->119->2812", "default.handlebars->119->2814", - "default3.handlebars->117->2300", - "default3.handlebars->117->2815", - "default3.handlebars->117->2817", - "default3.handlebars->117->2819", - "default3.handlebars->117->2821", - "default3.handlebars->117->2823", - "default3.handlebars->117->2825" + "default3.handlebars->117->2285", + "default3.handlebars->117->2800", + "default3.handlebars->117->2802", + "default3.handlebars->117->2804", + "default3.handlebars->117->2806", + "default3.handlebars->117->2808", + "default3.handlebars->117->2810" ] }, { @@ -88700,7 +88700,7 @@ "zh-cht": "用戶帳戶", "xloc": [ "default.handlebars->119->3372", - "default3.handlebars->117->3377" + "default3.handlebars->117->3362" ] }, { @@ -88716,7 +88716,7 @@ "uk": "Журнал Автентифікації Користувача", "xloc": [ "default.handlebars->119->3435", - "default3.handlebars->117->3440" + "default3.handlebars->117->3425" ] }, { @@ -88748,8 +88748,8 @@ "default-mobile.handlebars->53->971", "default.handlebars->119->1096", "default.handlebars->119->2255", - "default3.handlebars->117->1107", - "default3.handlebars->117->2266" + "default3.handlebars->117->1092", + "default3.handlebars->117->2251" ] }, { @@ -88784,12 +88784,12 @@ "default.handlebars->119->3015", "default.handlebars->119->316", "default.handlebars->119->992", - "default3.handlebars->117->1003", - "default3.handlebars->117->1268", - "default3.handlebars->117->2232", - "default3.handlebars->117->2919", - "default3.handlebars->117->3024", - "default3.handlebars->117->326" + "default3.handlebars->117->1253", + "default3.handlebars->117->2217", + "default3.handlebars->117->2904", + "default3.handlebars->117->3009", + "default3.handlebars->117->311", + "default3.handlebars->117->988" ] }, { @@ -88824,12 +88824,12 @@ "default.handlebars->119->2879", "default.handlebars->119->3120", "default.handlebars->119->3141", - "default3.handlebars->117->1110", - "default3.handlebars->117->2375", - "default3.handlebars->117->2376", - "default3.handlebars->117->2888", - "default3.handlebars->117->3123", - "default3.handlebars->117->3144" + "default3.handlebars->117->1095", + "default3.handlebars->117->2360", + "default3.handlebars->117->2361", + "default3.handlebars->117->2873", + "default3.handlebars->117->3108", + "default3.handlebars->117->3129" ] }, { @@ -88889,7 +88889,7 @@ "zh-cht": "用戶群成員", "xloc": [ "default.handlebars->119->3117", - "default3.handlebars->117->3120" + "default3.handlebars->117->3105" ] }, { @@ -88950,9 +88950,9 @@ "default.handlebars->119->2434", "default.handlebars->119->2966", "default.handlebars->119->2967", - "default3.handlebars->117->2446", - "default3.handlebars->117->2975", - "default3.handlebars->117->2976" + "default3.handlebars->117->2431", + "default3.handlebars->117->2960", + "default3.handlebars->117->2961" ] }, { @@ -88983,8 +88983,8 @@ "xloc": [ "default.handlebars->119->2361", "default.handlebars->119->2950", - "default3.handlebars->117->2373", - "default3.handlebars->117->2959" + "default3.handlebars->117->2358", + "default3.handlebars->117->2944" ] }, { @@ -89014,14 +89014,14 @@ "zh-cht": "用戶輸入", "xloc": [ "default.handlebars->119->298", - "default3.handlebars->117->308" + "default3.handlebars->117->293" ] }, { "en": "User Interface", "xloc": [ "default.handlebars->119->72", - "default3.handlebars->117->85" + "default3.handlebars->117->70" ] }, { @@ -89051,7 +89051,7 @@ "zh-cht": "用戶列表輸出", "xloc": [ "default.handlebars->119->2821", - "default3.handlebars->117->2832" + "default3.handlebars->117->2817" ] }, { @@ -89081,7 +89081,7 @@ "zh-cht": "用戶登錄", "xloc": [ "default.handlebars->119->3196", - "default3.handlebars->117->3199" + "default3.handlebars->117->3186" ] }, { @@ -89112,7 +89112,7 @@ "xloc": [ "default-mobile.handlebars->53->1031", "default.handlebars->119->2433", - "default3.handlebars->117->2445" + "default3.handlebars->117->2430" ] }, { @@ -89199,10 +89199,10 @@ "default.handlebars->119->3293", "default.handlebars->termShellContextMenu->7", "default.handlebars->termShellContextMenu2->3", - "default3.handlebars->117->3167", - "default3.handlebars->117->3177", - "default3.handlebars->117->3243", - "default3.handlebars->117->3296", + "default3.handlebars->117->3154", + "default3.handlebars->117->3164", + "default3.handlebars->117->3230", + "default3.handlebars->117->3283", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->19->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->7->0", "player.handlebars->29->31", @@ -89236,7 +89236,7 @@ "zh-cht": "用戶處理器時間", "xloc": [ "default.handlebars->119->148", - "default3.handlebars->117->161" + "default3.handlebars->117->146" ] }, { @@ -89266,7 +89266,7 @@ "zh-cht": "用戶節", "xloc": [ "default.handlebars->119->3404", - "default3.handlebars->117->3409" + "default3.handlebars->117->3394" ] }, { @@ -89302,10 +89302,10 @@ "default.handlebars->termShellContextMenu->5", "default.handlebars->termShellContextMenu2->1->0", "default.handlebars->termShellContextMenuLinux->3", - "default3.handlebars->117->3166", - "default3.handlebars->117->3176", - "default3.handlebars->117->3242", - "default3.handlebars->117->3295", + "default3.handlebars->117->3153", + "default3.handlebars->117->3163", + "default3.handlebars->117->3229", + "default3.handlebars->117->3282", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->17->0->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->23->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->5->0", @@ -89341,7 +89341,7 @@ "zh-cht": "用戶流量使用", "xloc": [ "default.handlebars->119->3195", - "default3.handlebars->117->3198" + "default3.handlebars->117->3185" ] }, { @@ -89459,7 +89459,7 @@ "xloc": [ "default-mobile.handlebars->53->1054", "default.handlebars->119->3324", - "default3.handlebars->117->3329" + "default3.handlebars->117->3314" ] }, { @@ -89492,8 +89492,8 @@ "default-mobile.handlebars->53->315", "default.handlebars->119->2062", "default.handlebars->119->2064", - "default3.handlebars->117->2058", - "default3.handlebars->117->2060" + "default3.handlebars->117->2043", + "default3.handlebars->117->2045" ] }, { @@ -89523,7 +89523,7 @@ "zh-cht": "用戶組已更改:{0}", "xloc": [ "default.handlebars->119->2630", - "default3.handlebars->117->2642" + "default3.handlebars->117->2627" ] }, { @@ -89553,7 +89553,7 @@ "zh-cht": "已創建用戶組:{0}", "xloc": [ "default.handlebars->119->2620", - "default3.handlebars->117->2632" + "default3.handlebars->117->2617" ] }, { @@ -89583,7 +89583,7 @@ "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ "default.handlebars->119->2618", - "default3.handlebars->117->2630" + "default3.handlebars->117->2615" ] }, { @@ -89599,7 +89599,7 @@ "uk": "Записи групи користувачів", "xloc": [ "default.handlebars->119->3282", - "default3.handlebars->117->3285" + "default3.handlebars->117->3272" ] }, { @@ -89649,8 +89649,8 @@ "xloc": [ "default.handlebars->119->1831", "default.handlebars->119->3074", - "default3.handlebars->117->1828", - "default3.handlebars->117->3083" + "default3.handlebars->117->1813", + "default3.handlebars->117->3068" ] }, { @@ -89680,7 +89680,7 @@ "zh-cht": "用戶從 {0}、{1}、{2} 嘗試登錄鎖定帳戶", "xloc": [ "default.handlebars->119->2660", - "default3.handlebars->117->2672" + "default3.handlebars->117->2657" ] }, { @@ -89710,7 +89710,7 @@ "zh-cht": "使用來自 {0}、{1}、{2} 的錯誤第二因素的用戶登錄嘗試", "xloc": [ "default.handlebars->119->2659", - "default3.handlebars->117->2671" + "default3.handlebars->117->2656" ] }, { @@ -89740,7 +89740,7 @@ "zh-cht": "用戶通知已更改", "xloc": [ "default.handlebars->119->2681", - "default3.handlebars->117->2693" + "default3.handlebars->117->2678" ] }, { @@ -89756,7 +89756,7 @@ "uk": "Записи користувача", "xloc": [ "default.handlebars->119->3272", - "default3.handlebars->117->3275" + "default3.handlebars->117->3262" ] }, { @@ -89787,7 +89787,7 @@ "xloc": [ "default-mobile.handlebars->53->1062", "default.handlebars->119->3332", - "default3.handlebars->117->3337" + "default3.handlebars->117->3322" ] }, { @@ -89890,18 +89890,18 @@ "default.handlebars->119->3078", "default.handlebars->119->347", "default.handlebars->119->520", - "default3.handlebars->117->1323", - "default3.handlebars->117->1411", - "default3.handlebars->117->1521", - "default3.handlebars->117->1832", + "default3.handlebars->117->1308", + "default3.handlebars->117->1396", + "default3.handlebars->117->1506", + "default3.handlebars->117->1817", + "default3.handlebars->117->2134", "default3.handlebars->117->2149", - "default3.handlebars->117->2164", - "default3.handlebars->117->2169", - "default3.handlebars->117->2208", - "default3.handlebars->117->2844", - "default3.handlebars->117->3087", - "default3.handlebars->117->357", - "default3.handlebars->117->531", + "default3.handlebars->117->2154", + "default3.handlebars->117->2193", + "default3.handlebars->117->2829", + "default3.handlebars->117->3072", + "default3.handlebars->117->342", + "default3.handlebars->117->516", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", "mstsc.handlebars->main->1->3->1->rowusername->1->0", @@ -89942,8 +89942,8 @@ "default-mobile.handlebars->53->699", "default.handlebars->119->1516", "default.handlebars->119->1519", - "default3.handlebars->117->1516", - "default3.handlebars->117->1519", + "default3.handlebars->117->1501", + "default3.handlebars->117->1504", "sharing-mobile.handlebars->53->48", "sharing-mobile.handlebars->53->65", "ssh.handlebars->19->10", @@ -90011,8 +90011,8 @@ "default-mobile.handlebars->53->700", "default.handlebars->119->1517", "default.handlebars->119->1520", - "default3.handlebars->117->1517", - "default3.handlebars->117->1520", + "default3.handlebars->117->1502", + "default3.handlebars->117->1505", "sharing-mobile.handlebars->53->49", "sharing-mobile.handlebars->53->66", "ssh.handlebars->19->11", @@ -90066,8 +90066,8 @@ "xloc": [ "default.handlebars->119->1828", "default.handlebars->119->3071", - "default3.handlebars->117->1825", - "default3.handlebars->117->3080" + "default3.handlebars->117->1810", + "default3.handlebars->117->3065" ] }, { @@ -90100,9 +90100,9 @@ "default.handlebars->119->2911", "default.handlebars->119->3403", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral", - "default3.handlebars->117->2876", - "default3.handlebars->117->2920", - "default3.handlebars->117->3408", + "default3.handlebars->117->2861", + "default3.handlebars->117->2905", + "default3.handlebars->117->3393", "default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -90133,7 +90133,7 @@ "zh-cht": "用戶節", "xloc": [ "default.handlebars->119->3376", - "default3.handlebars->117->3381" + "default3.handlebars->117->3366" ] }, { @@ -90163,7 +90163,7 @@ "zh-cht": "用戶視圖", "xloc": [ "default.handlebars->119->2800", - "default3.handlebars->117->2811" + "default3.handlebars->117->2796" ] }, { @@ -90194,7 +90194,7 @@ "xloc": [ "default-mobile.handlebars->53->1063", "default.handlebars->119->3333", - "default3.handlebars->117->3338" + "default3.handlebars->117->3323" ] }, { @@ -90224,7 +90224,7 @@ "zh-cht": "VNC 連接", "xloc": [ "default.handlebars->119->862", - "default3.handlebars->117->873" + "default3.handlebars->117->858" ] }, { @@ -90254,7 +90254,7 @@ "zh-cht": "VNC遠程連接端口:", "xloc": [ "default.handlebars->119->861", - "default3.handlebars->117->872" + "default3.handlebars->117->857" ] }, { @@ -90284,7 +90284,7 @@ "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ "default.handlebars->119->1540", - "default3.handlebars->117->1540", + "default3.handlebars->117->1525", "sharing.handlebars->47->38" ] }, @@ -90316,7 +90316,7 @@ "xloc": [ "default-mobile.handlebars->53->93", "default.handlebars->119->337", - "default3.handlebars->117->347" + "default3.handlebars->117->332" ] }, { @@ -90346,7 +90346,7 @@ "zh-cht": "驗證電郵", "xloc": [ "default.handlebars->119->2778", - "default3.handlebars->117->2790" + "default3.handlebars->117->2775" ] }, { @@ -90377,7 +90377,7 @@ "xloc": [ "default-mobile.handlebars->53->1056", "default.handlebars->119->3326", - "default3.handlebars->117->3331" + "default3.handlebars->117->3316" ] }, { @@ -90407,7 +90407,7 @@ "zh-cht": "有效期", "xloc": [ "default.handlebars->119->1246", - "default3.handlebars->117->1255" + "default3.handlebars->117->1240" ] }, { @@ -90437,13 +90437,13 @@ "zh-cht": "價值", "xloc": [ "default.handlebars->119->1459", - "default3.handlebars->117->1461" + "default3.handlebars->117->1446" ] }, { "en": "Vapor", "xloc": [ - "default3.handlebars->117->2124" + "default3.handlebars->117->2109" ] }, { @@ -90474,7 +90474,7 @@ "xloc": [ "default-mobile.handlebars->53->303", "default.handlebars->119->2052", - "default3.handlebars->117->2048", + "default3.handlebars->117->2033", "login2.handlebars->17->189" ] }, @@ -90508,8 +90508,8 @@ "default-mobile.handlebars->53->856", "default.handlebars->119->1693", "default.handlebars->119->1698", - "default3.handlebars->117->1691", - "default3.handlebars->117->1696" + "default3.handlebars->117->1676", + "default3.handlebars->117->1681" ] }, { @@ -90541,8 +90541,8 @@ "default-mobile.handlebars->53->91", "default.handlebars->119->266", "default.handlebars->119->269", - "default3.handlebars->117->276", - "default3.handlebars->117->279" + "default3.handlebars->117->261", + "default3.handlebars->117->264" ] }, { @@ -90572,7 +90572,7 @@ "zh-cht": "已驗證", "xloc": [ "default.handlebars->119->3096", - "default3.handlebars->117->3103" + "default3.handlebars->117->3088" ] }, { @@ -90617,7 +90617,7 @@ "uk": "Вхід підтверджено", "xloc": [ "default.handlebars->119->1805", - "default3.handlebars->117->1802" + "default3.handlebars->117->1787" ] }, { @@ -90632,7 +90632,7 @@ "uk": "Обліковий запис месенджера верифіковано", "xloc": [ "default.handlebars->119->2775", - "default3.handlebars->117->2787" + "default3.handlebars->117->2772" ] }, { @@ -90647,7 +90647,7 @@ "uk": "Обліковий запис месенджера {0} верифіковано", "xloc": [ "default.handlebars->119->2707", - "default3.handlebars->117->2719" + "default3.handlebars->117->2704" ] }, { @@ -90679,8 +90679,8 @@ "default-mobile.handlebars->53->107", "default.handlebars->119->1799", "default.handlebars->119->2773", - "default3.handlebars->117->1796", - "default3.handlebars->117->2785" + "default3.handlebars->117->1781", + "default3.handlebars->117->2770" ] }, { @@ -90710,7 +90710,7 @@ "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ "default.handlebars->119->2647", - "default3.handlebars->117->2659" + "default3.handlebars->117->2644" ] }, { @@ -90809,10 +90809,10 @@ "default.handlebars->119->1694", "default.handlebars->119->1701", "default.handlebars->container->column_l->p42->p42tbl->1->0->5", - "default3.handlebars->117->1620", - "default3.handlebars->117->1674", - "default3.handlebars->117->1692", - "default3.handlebars->117->1699", + "default3.handlebars->117->1605", + "default3.handlebars->117->1659", + "default3.handlebars->117->1677", + "default3.handlebars->117->1684", "default3.handlebars->container->column_l->p42->p42tbl->1->0->11" ] }, @@ -90843,8 +90843,8 @@ "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ "default.handlebars->119->3448", - "default3.handlebars->117->3452", - "default3.handlebars->117->3453" + "default3.handlebars->117->3437", + "default3.handlebars->117->3438" ] }, { @@ -90934,7 +90934,7 @@ "xloc": [ "default-mobile.handlebars->53->590", "default.handlebars->119->1268", - "default3.handlebars->117->1277" + "default3.handlebars->117->1262" ] }, { @@ -90965,7 +90965,7 @@ "xloc": [ "default-mobile.handlebars->53->304", "default.handlebars->119->2053", - "default3.handlebars->117->2049", + "default3.handlebars->117->2034", "login2.handlebars->17->190" ] }, @@ -91026,7 +91026,7 @@ "zh-cht": "查看所有事件", "xloc": [ "default.handlebars->119->2858", - "default3.handlebars->117->2867" + "default3.handlebars->117->2852" ] }, { @@ -91083,8 +91083,8 @@ "xloc": [ "default.handlebars->119->3451", "default.handlebars->119->3453", - "default3.handlebars->117->3456", - "default3.handlebars->117->3458" + "default3.handlebars->117->3441", + "default3.handlebars->117->3443" ] }, { @@ -91114,7 +91114,7 @@ "zh-cht": "查看有關此裝置的註釋", "xloc": [ "default.handlebars->119->1029", - "default3.handlebars->117->1040" + "default3.handlebars->117->1025" ] }, { @@ -91144,7 +91144,7 @@ "zh-cht": "查看有關此裝置群的註釋", "xloc": [ "default.handlebars->119->2240", - "default3.handlebars->117->2251" + "default3.handlebars->117->2236" ] }, { @@ -91174,7 +91174,7 @@ "zh-cht": "查看有關此用戶的註釋", "xloc": [ "default.handlebars->119->3027", - "default3.handlebars->117->3036" + "default3.handlebars->117->3021" ] }, { @@ -91235,7 +91235,7 @@ "zh-cht": "查看此用戶以前的登錄信息", "xloc": [ "default.handlebars->119->3042", - "default3.handlebars->117->3051" + "default3.handlebars->117->3036" ] }, { @@ -91265,7 +91265,7 @@ "zh-cht": "虛擬內存", "xloc": [ "default.handlebars->119->153", - "default3.handlebars->117->166" + "default3.handlebars->117->151" ] }, { @@ -91296,7 +91296,7 @@ "xloc": [ "default-mobile.handlebars->53->305", "default.handlebars->119->2054", - "default3.handlebars->117->2050", + "default3.handlebars->117->2035", "login2.handlebars->17->191" ] }, @@ -91355,9 +91355,9 @@ "default.handlebars->119->121", "default.handlebars->119->122", "default.handlebars->119->123", - "default3.handlebars->117->134", - "default3.handlebars->117->135", - "default3.handlebars->117->136" + "default3.handlebars->117->119", + "default3.handlebars->117->120", + "default3.handlebars->117->121" ] }, { @@ -91557,7 +91557,7 @@ "xloc": [ "default-mobile.handlebars->53->651", "default.handlebars->119->1390", - "default3.handlebars->117->1391", + "default3.handlebars->117->1376", "sharing-mobile.handlebars->53->9", "sharing.handlebars->47->28", "sharing.handlebars->47->6" @@ -91591,8 +91591,8 @@ "xloc": [ "default.handlebars->119->1152", "default.handlebars->119->1177", - "default3.handlebars->117->1161", - "default3.handlebars->117->1186" + "default3.handlebars->117->1146", + "default3.handlebars->117->1171" ] }, { @@ -91625,8 +91625,8 @@ "default-mobile.handlebars->53->1018", "default.handlebars->119->2384", "default.handlebars->119->2416", - "default3.handlebars->117->2396", - "default3.handlebars->117->2428" + "default3.handlebars->117->2381", + "default3.handlebars->117->2413" ] }, { @@ -91657,7 +91657,7 @@ "xloc": [ "default-mobile.handlebars->53->595", "default.handlebars->119->1273", - "default3.handlebars->117->1282" + "default3.handlebars->117->1267" ] }, { @@ -91687,7 +91687,7 @@ "zh-cht": "喚醒裝置", "xloc": [ "default.handlebars->119->747", - "default3.handlebars->117->758" + "default3.handlebars->117->743" ] }, { @@ -91718,7 +91718,7 @@ "xloc": [ "default-mobile.handlebars->53->306", "default.handlebars->119->2055", - "default3.handlebars->117->2051", + "default3.handlebars->117->2036", "login2.handlebars->17->192" ] }, @@ -91749,7 +91749,7 @@ "zh-cht": "弱", "xloc": [ "default.handlebars->119->2141", - "default3.handlebars->117->2156" + "default3.handlebars->117->2141" ] }, { @@ -91814,8 +91814,8 @@ "xloc": [ "default.handlebars->119->1128", "default.handlebars->119->2463", - "default3.handlebars->117->1137", - "default3.handlebars->117->2475" + "default3.handlebars->117->1122", + "default3.handlebars->117->2460" ] }, { @@ -91845,7 +91845,7 @@ "zh-cht": "網頁電源開關 7", "xloc": [ "default.handlebars->119->2132", - "default3.handlebars->117->2147" + "default3.handlebars->117->2132" ] }, { @@ -91876,8 +91876,8 @@ "xloc": [ "default.handlebars->119->3430", "default.handlebars->119->3431", - "default3.handlebars->117->3435", - "default3.handlebars->117->3436" + "default3.handlebars->117->3420", + "default3.handlebars->117->3421" ] }, { @@ -91907,7 +91907,7 @@ "zh-cht": "Web 服務器 HTTP 標頭", "xloc": [ "default.handlebars->119->3434", - "default3.handlebars->117->3439" + "default3.handlebars->117->3424" ] }, { @@ -91937,7 +91937,7 @@ "zh-cht": "Web伺服器請求", "xloc": [ "default.handlebars->119->3432", - "default3.handlebars->117->3437" + "default3.handlebars->117->3422" ] }, { @@ -91967,7 +91967,7 @@ "zh-cht": "Web插座中繼", "xloc": [ "default.handlebars->119->3433", - "default3.handlebars->117->3438" + "default3.handlebars->117->3423" ] }, { @@ -92001,9 +92001,9 @@ "default.handlebars->119->3244", "default.handlebars->119->3297", "default.handlebars->contextMenu->cxwebrdp", - "default3.handlebars->117->1081", - "default3.handlebars->117->3247", - "default3.handlebars->117->3300", + "default3.handlebars->117->1066", + "default3.handlebars->117->3234", + "default3.handlebars->117->3287", "default3.handlebars->contextMenu->cxwebrdp" ] }, @@ -92035,8 +92035,8 @@ "xloc": [ "default.handlebars->119->3246", "default.handlebars->119->3299", - "default3.handlebars->117->3249", - "default3.handlebars->117->3302" + "default3.handlebars->117->3236", + "default3.handlebars->117->3289" ] }, { @@ -92070,9 +92070,9 @@ "default.handlebars->119->3245", "default.handlebars->119->3298", "default.handlebars->contextMenu->cxwebssh", - "default3.handlebars->117->1083", - "default3.handlebars->117->3248", - "default3.handlebars->117->3301", + "default3.handlebars->117->1068", + "default3.handlebars->117->3235", + "default3.handlebars->117->3288", "default3.handlebars->contextMenu->cxwebssh" ] }, @@ -92107,9 +92107,9 @@ "default.handlebars->119->3247", "default.handlebars->119->3300", "default.handlebars->contextMenu->cxwebvnc", - "default3.handlebars->117->1079", - "default3.handlebars->117->3250", - "default3.handlebars->117->3303", + "default3.handlebars->117->1064", + "default3.handlebars->117->3237", + "default3.handlebars->117->3290", "default3.handlebars->contextMenu->cxwebvnc" ] }, @@ -92140,7 +92140,7 @@ "zh-cht": "WebRDP", "xloc": [ "default.handlebars->119->3397", - "default3.handlebars->117->3402" + "default3.handlebars->117->3387" ] }, { @@ -92170,7 +92170,7 @@ "zh-cht": "網絡SSH", "xloc": [ "default.handlebars->119->3398", - "default3.handlebars->117->3403" + "default3.handlebars->117->3388" ] }, { @@ -92200,7 +92200,7 @@ "zh-cht": "WebSocket 壓縮被禁用,此功能在 NodeJS v11.11 到 v12.15 和 v13.2 中被破壞", "xloc": [ "default.handlebars->119->97", - "default3.handlebars->117->110" + "default3.handlebars->117->95" ] }, { @@ -92230,7 +92230,7 @@ "zh-cht": "網絡VNC", "xloc": [ "default.handlebars->119->3399", - "default3.handlebars->117->3404" + "default3.handlebars->117->3389" ] }, { @@ -92260,7 +92260,7 @@ "zh-cht": "每週", "xloc": [ "default.handlebars->119->311", - "default3.handlebars->117->321" + "default3.handlebars->117->306" ] }, { @@ -92351,7 +92351,7 @@ "xloc": [ "default-mobile.handlebars->53->307", "default.handlebars->119->2056", - "default3.handlebars->117->2052", + "default3.handlebars->117->2037", "login2.handlebars->17->193" ] }, @@ -92368,8 +92368,8 @@ "xloc": [ "default.handlebars->119->1821", "default.handlebars->119->3064", - "default3.handlebars->117->1818", - "default3.handlebars->117->3073" + "default3.handlebars->117->1803", + "default3.handlebars->117->3058" ] }, { @@ -92399,7 +92399,7 @@ "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ "default.handlebars->119->2442", - "default3.handlebars->117->2454" + "default3.handlebars->117->2439" ] }, { @@ -92430,7 +92430,7 @@ "xloc": [ "default-mobile.handlebars->53->113", "default.handlebars->119->1837", - "default3.handlebars->117->1834" + "default3.handlebars->117->1819" ] }, { @@ -92460,7 +92460,7 @@ "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ "default.handlebars->119->2320", - "default3.handlebars->117->2329" + "default3.handlebars->117->2314" ] }, { @@ -92516,7 +92516,7 @@ "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ "default.handlebars->119->2321", - "default3.handlebars->117->2330" + "default3.handlebars->117->2315" ] }, { @@ -92546,7 +92546,7 @@ "zh-cht": "下次登入時將更改。", "xloc": [ "default.handlebars->119->2995", - "default3.handlebars->117->3004" + "default3.handlebars->117->2989" ] }, { @@ -92580,8 +92580,8 @@ "default-mobile.handlebars->dialog->3->dialog3->deskkeys->5", "default.handlebars->119->1449", "default.handlebars->119->1453", - "default3.handlebars->117->1451", - "default3.handlebars->117->1455", + "default3.handlebars->117->1436", + "default3.handlebars->117->1440", "sharing-mobile.handlebars->53->36", "sharing-mobile.handlebars->53->40", "sharing-mobile.handlebars->dialog->3->dialog3->deskkeys->5", @@ -92909,7 +92909,7 @@ "zh-cht": "窗口標題", "xloc": [ "default.handlebars->119->135", - "default3.handlebars->117->148" + "default3.handlebars->117->133" ] }, { @@ -92944,8 +92944,8 @@ "default.handlebars->119->916", "default.handlebars->container->dialog->dialogBody->dialog4", "default3.handlebars->117->59", - "default3.handlebars->117->613", - "default3.handlebars->117->927", + "default3.handlebars->117->598", + "default3.handlebars->117->912", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog4", "sharing.handlebars->dialog->dialogBody->dialog4" ] @@ -93055,7 +93055,7 @@ "zh-cht": "視窗 (RDP)", "xloc": [ "default.handlebars->119->512", - "default3.handlebars->117->523" + "default3.handlebars->117->508" ] }, { @@ -93085,7 +93085,7 @@ "zh-cht": "Windows(卸載)", "xloc": [ "default.handlebars->119->608", - "default3.handlebars->117->619" + "default3.handlebars->117->604" ] }, { @@ -93280,7 +93280,7 @@ "uk": "Windows ARM (64-біт)", "xloc": [ "default.handlebars->119->1353", - "default3.handlebars->117->1355" + "default3.handlebars->117->1340" ] }, { @@ -93331,8 +93331,8 @@ "xloc": [ "default.handlebars->119->634", "default.handlebars->119->681", - "default3.handlebars->117->645", - "default3.handlebars->117->692" + "default3.handlebars->117->630", + "default3.handlebars->117->677" ] }, { @@ -93344,8 +93344,8 @@ "xloc": [ "default.handlebars->119->357", "default.handlebars->119->389", - "default3.handlebars->117->368", - "default3.handlebars->117->400" + "default3.handlebars->117->353", + "default3.handlebars->117->385" ] }, { @@ -93377,8 +93377,8 @@ "default-mobile.handlebars->53->618", "default.handlebars->119->1292", "default.handlebars->119->816", - "default3.handlebars->117->1301", - "default3.handlebars->117->827" + "default3.handlebars->117->1286", + "default3.handlebars->117->812" ] }, { @@ -93389,7 +93389,7 @@ "xloc": [ "default-mobile.handlebars->53->789", "default.handlebars->119->973", - "default3.handlebars->117->984" + "default3.handlebars->117->969" ] }, { @@ -93400,8 +93400,8 @@ "xloc": [ "default.handlebars->119->359", "default.handlebars->119->391", - "default3.handlebars->117->370", - "default3.handlebars->117->402" + "default3.handlebars->117->355", + "default3.handlebars->117->387" ] }, { @@ -93432,8 +93432,8 @@ "xloc": [ "default.handlebars->119->2447", "default.handlebars->119->591", - "default3.handlebars->117->2459", - "default3.handlebars->117->602" + "default3.handlebars->117->2444", + "default3.handlebars->117->587" ] }, { @@ -93525,7 +93525,7 @@ "zh-cht": "Windows路徑", "xloc": [ "default.handlebars->119->791", - "default3.handlebars->117->802" + "default3.handlebars->117->787" ] }, { @@ -93557,8 +93557,8 @@ "default-mobile.handlebars->53->619", "default.handlebars->119->1293", "default.handlebars->119->817", - "default3.handlebars->117->1302", - "default3.handlebars->117->828" + "default3.handlebars->117->1287", + "default3.handlebars->117->813" ] }, { @@ -93589,7 +93589,7 @@ "xloc": [ "default-mobile.handlebars->53->779", "default.handlebars->119->963", - "default3.handlebars->117->974" + "default3.handlebars->117->959" ] }, { @@ -93599,8 +93599,8 @@ "xloc": [ "default.handlebars->119->358", "default.handlebars->119->390", - "default3.handlebars->117->369", - "default3.handlebars->117->401" + "default3.handlebars->117->354", + "default3.handlebars->117->386" ] }, { @@ -93630,7 +93630,7 @@ "zh-cht": "僅Windows", "xloc": [ "default.handlebars->119->564", - "default3.handlebars->117->575" + "default3.handlebars->117->560" ] }, { @@ -93668,7 +93668,7 @@ "uk": "Windows x86 (32-біт)", "xloc": [ "default.handlebars->119->1352", - "default3.handlebars->117->1354" + "default3.handlebars->117->1339" ] }, { @@ -93680,7 +93680,7 @@ "uk": "Windows x86-64 (64-біт)", "xloc": [ "default.handlebars->119->1351", - "default3.handlebars->117->1353" + "default3.handlebars->117->1338" ] }, { @@ -93693,8 +93693,8 @@ "xloc": [ "default.handlebars->119->626", "default.handlebars->119->673", - "default3.handlebars->117->637", - "default3.handlebars->117->684" + "default3.handlebars->117->622", + "default3.handlebars->117->669" ] }, { @@ -93707,8 +93707,8 @@ "xloc": [ "default.handlebars->119->630", "default.handlebars->119->677", - "default3.handlebars->117->641", - "default3.handlebars->117->688" + "default3.handlebars->117->626", + "default3.handlebars->117->673" ] }, { @@ -93738,7 +93738,7 @@ "zh-cht": "工作目錄", "xloc": [ "default.handlebars->119->1414", - "default3.handlebars->117->1415" + "default3.handlebars->117->1400" ] }, { @@ -93768,7 +93768,7 @@ "zh-cht": "工作集", "xloc": [ "default.handlebars->119->154", - "default3.handlebars->117->167" + "default3.handlebars->117->152" ] }, { @@ -93829,7 +93829,7 @@ "zh-cht": "换行:關", "xloc": [ "default.handlebars->119->1598", - "default3.handlebars->117->1598", + "default3.handlebars->117->1583", "sharing.handlebars->47->84" ] }, @@ -93860,7 +93860,7 @@ "zh-cht": "换行:開", "xloc": [ "default.handlebars->119->1597", - "default3.handlebars->117->1597", + "default3.handlebars->117->1582", "sharing.handlebars->47->83" ] }, @@ -93891,7 +93891,7 @@ "zh-cht": "為此裝置寫一個事件", "xloc": [ "default.handlebars->119->1031", - "default3.handlebars->117->1042" + "default3.handlebars->117->1027" ] }, { @@ -93982,8 +93982,8 @@ "xloc": [ "default.handlebars->119->1811", "default.handlebars->119->3054", - "default3.handlebars->117->1808", - "default3.handlebars->117->3063" + "default3.handlebars->117->1793", + "default3.handlebars->117->3048" ] }, { @@ -94013,7 +94013,7 @@ "zh-cht": "XTerm", "xloc": [ "default.handlebars->119->1057", - "default3.handlebars->117->1068" + "default3.handlebars->117->1053" ] }, { @@ -94044,7 +94044,7 @@ "xloc": [ "default-mobile.handlebars->53->308", "default.handlebars->119->2057", - "default3.handlebars->117->2053", + "default3.handlebars->117->2038", "login2.handlebars->17->194" ] }, @@ -94060,15 +94060,15 @@ "default.handlebars->119->1710", "default.handlebars->119->1713", "default.handlebars->119->1716", - "default3.handlebars->117->1708", - "default3.handlebars->117->1711", - "default3.handlebars->117->1714" + "default3.handlebars->117->1693", + "default3.handlebars->117->1696", + "default3.handlebars->117->1699" ] }, { "en": "Yeti", "xloc": [ - "default3.handlebars->117->2125" + "default3.handlebars->117->2110" ] }, { @@ -94099,7 +94099,7 @@ "xloc": [ "default-mobile.handlebars->53->309", "default.handlebars->119->2058", - "default3.handlebars->117->2054", + "default3.handlebars->117->2039", "login2.handlebars->17->195" ] }, @@ -94131,7 +94131,7 @@ "xloc": [ "default-mobile.handlebars->53->82", "default.handlebars->119->237", - "default3.handlebars->117->249" + "default3.handlebars->117->234" ] }, { @@ -94226,7 +94226,7 @@ "xloc": [ "agentinvite.handlebars->13->13", "default.handlebars->119->691", - "default3.handlebars->117->702" + "default3.handlebars->117->687" ] }, { @@ -94257,7 +94257,7 @@ "xloc": [ "default-mobile.handlebars->53->77", "default.handlebars->119->232", - "default3.handlebars->117->244" + "default3.handlebars->117->229" ] }, { @@ -94317,13 +94317,13 @@ "zh-cht": "YubiKey™OTP", "xloc": [ "default.handlebars->119->1860", - "default3.handlebars->117->1856" + "default3.handlebars->117->1841" ] }, { "en": "Zephyr", "xloc": [ - "default3.handlebars->117->2126" + "default3.handlebars->117->2111" ] }, { @@ -94384,7 +94384,7 @@ "zh-cht": "郵編檔案名", "xloc": [ "default.handlebars->119->1582", - "default3.handlebars->117->1582", + "default3.handlebars->117->1567", "sharing.handlebars->47->68" ] }, @@ -94415,7 +94415,7 @@ "zh-cht": "縮放至適合範圍", "xloc": [ "default.handlebars->119->882", - "default3.handlebars->117->893" + "default3.handlebars->117->878" ] }, { @@ -94446,8 +94446,8 @@ "xloc": [ "default.handlebars->119->879", "default.handlebars->119->885", - "default3.handlebars->117->890", - "default3.handlebars->117->896" + "default3.handlebars->117->875", + "default3.handlebars->117->881" ] }, { @@ -94478,8 +94478,8 @@ "xloc": [ "default.handlebars->119->880", "default.handlebars->119->886", - "default3.handlebars->117->891", - "default3.handlebars->117->897" + "default3.handlebars->117->876", + "default3.handlebars->117->882" ] }, { @@ -94494,8 +94494,8 @@ "xloc": [ "default.handlebars->119->1815", "default.handlebars->119->3058", - "default3.handlebars->117->1812", - "default3.handlebars->117->3067" + "default3.handlebars->117->1797", + "default3.handlebars->117->3052" ] }, { @@ -94526,7 +94526,7 @@ "xloc": [ "default-mobile.handlebars->53->310", "default.handlebars->119->2059", - "default3.handlebars->117->2055", + "default3.handlebars->117->2040", "login2.handlebars->17->196" ] }, @@ -94557,7 +94557,7 @@ "zh-cht": "[KeyboardTyping]|類型", "xloc": [ "default.handlebars->119->65", - "default3.handlebars->117->78" + "default3.handlebars->117->63" ] }, { @@ -95129,8 +95129,8 @@ "xloc": [ "default.handlebars->119->130", "default.handlebars->119->131", - "default3.handlebars->117->143", - "default3.handlebars->117->144" + "default3.handlebars->117->128", + "default3.handlebars->117->129" ] }, { @@ -95160,7 +95160,7 @@ "zh-cht": "\\\\'", "xloc": [ "default.handlebars->119->3449", - "default3.handlebars->117->3454" + "default3.handlebars->117->3439" ] }, { @@ -95193,8 +95193,8 @@ "default-mobile.handlebars->53->407", "default.handlebars->119->845", "default.handlebars->119->846", - "default3.handlebars->117->856", - "default3.handlebars->117->857" + "default3.handlebars->117->841", + "default3.handlebars->117->842" ] }, { @@ -95226,9 +95226,9 @@ "default.handlebars->119->379", "default.handlebars->119->381", "default.handlebars->119->383", - "default3.handlebars->117->390", - "default3.handlebars->117->392", - "default3.handlebars->117->394" + "default3.handlebars->117->375", + "default3.handlebars->117->377", + "default3.handlebars->117->379" ] }, { @@ -95258,14 +95258,14 @@ "zh-cht": "管理員", "xloc": [ "default.handlebars->119->521", - "default3.handlebars->117->532" + "default3.handlebars->117->517" ] }, { "en": "allow override", "xloc": [ "default.handlebars->119->2205", - "default3.handlebars->117->2216" + "default3.handlebars->117->2201" ] }, { @@ -95298,8 +95298,8 @@ "default-mobile.handlebars->53->411", "default.handlebars->119->849", "default.handlebars->119->850", - "default3.handlebars->117->860", - "default3.handlebars->117->861" + "default3.handlebars->117->845", + "default3.handlebars->117->846" ] }, { @@ -95329,7 +95329,7 @@ "zh-cht": "和", "xloc": [ "default.handlebars->119->827", - "default3.handlebars->117->838" + "default3.handlebars->117->823" ] }, { @@ -95418,7 +95418,7 @@ "zh-cht": "用作輔助登入身份驗證。", "xloc": [ "default.handlebars->119->248", - "default3.handlebars->117->259" + "default3.handlebars->117->244" ] }, { @@ -95451,8 +95451,8 @@ "default-mobile.handlebars->53->405", "default.handlebars->119->843", "default.handlebars->119->844", - "default3.handlebars->117->854", - "default3.handlebars->117->855" + "default3.handlebars->117->839", + "default3.handlebars->117->840" ] }, { @@ -95490,8 +95490,8 @@ "xloc": [ "default.handlebars->119->855", "default.handlebars->119->856", - "default3.handlebars->117->866", - "default3.handlebars->117->867" + "default3.handlebars->117->851", + "default3.handlebars->117->852" ] }, { @@ -95671,8 +95671,8 @@ "xloc": [ "default.handlebars->119->809", "default.handlebars->119->814", - "default3.handlebars->117->820", - "default3.handlebars->117->825" + "default3.handlebars->117->805", + "default3.handlebars->117->810" ] }, { @@ -95702,7 +95702,7 @@ "zh-cht": "config.json", "xloc": [ "default.handlebars->119->2180", - "default3.handlebars->117->2191" + "default3.handlebars->117->2176" ] }, { @@ -95710,8 +95710,8 @@ "xloc": [ "default.handlebars->119->853", "default.handlebars->119->854", - "default3.handlebars->117->864", - "default3.handlebars->117->865" + "default3.handlebars->117->849", + "default3.handlebars->117->850" ] }, { @@ -95742,7 +95742,7 @@ "xloc": [ "default-mobile.handlebars->53->940", "default.handlebars->119->1783", - "default3.handlebars->117->1781" + "default3.handlebars->117->1766" ] }, { @@ -95773,7 +95773,7 @@ "xloc": [ "default-mobile.handlebars->53->387", "default.handlebars->119->2546", - "default3.handlebars->117->2558" + "default3.handlebars->117->2543" ] }, { @@ -95832,8 +95832,8 @@ "xloc": [ "default.handlebars->119->851", "default.handlebars->119->852", - "default3.handlebars->117->862", - "default3.handlebars->117->863" + "default3.handlebars->117->847", + "default3.handlebars->117->848" ] }, { @@ -95863,7 +95863,7 @@ "zh-cht": "設備列表", "xloc": [ "default.handlebars->119->343", - "default3.handlebars->117->353" + "default3.handlebars->117->338" ] }, { @@ -95894,8 +95894,8 @@ "xloc": [ "default.handlebars->119->805", "default.handlebars->119->813", - "default3.handlebars->117->816", - "default3.handlebars->117->824" + "default3.handlebars->117->801", + "default3.handlebars->117->809" ] }, { @@ -95926,14 +95926,14 @@ "xloc": [ "default.handlebars->119->807", "default.handlebars->119->815", - "default3.handlebars->117->818", - "default3.handlebars->117->826" + "default3.handlebars->117->803", + "default3.handlebars->117->811" ] }, { "en": "dialog7", "xloc": [ - "default3.handlebars->117->1426" + "default3.handlebars->117->1411" ] }, { @@ -96048,8 +96048,8 @@ "xloc": [ "default.handlebars->119->2741", "default.handlebars->119->2746", - "default3.handlebars->117->2753", - "default3.handlebars->117->2758" + "default3.handlebars->117->2738", + "default3.handlebars->117->2743" ] }, { @@ -96080,8 +96080,8 @@ "xloc": [ "default.handlebars->119->2743", "default.handlebars->119->2747", - "default3.handlebars->117->2755", - "default3.handlebars->117->2759" + "default3.handlebars->117->2740", + "default3.handlebars->117->2744" ] }, { @@ -96111,7 +96111,7 @@ "zh-cht": "example@email.com", "xloc": [ "default.handlebars->119->560", - "default3.handlebars->117->571" + "default3.handlebars->117->556" ] }, { @@ -96172,8 +96172,8 @@ "xloc": [ "default.handlebars->119->3384", "default.handlebars->119->3387", - "default3.handlebars->117->3389", - "default3.handlebars->117->3392" + "default3.handlebars->117->3374", + "default3.handlebars->117->3377" ] }, { @@ -96206,8 +96206,8 @@ "default-mobile.handlebars->53->399", "default.handlebars->119->837", "default.handlebars->119->838", - "default3.handlebars->117->848", - "default3.handlebars->117->849" + "default3.handlebars->117->833", + "default3.handlebars->117->834" ] }, { @@ -96240,8 +96240,8 @@ "default-mobile.handlebars->53->397", "default.handlebars->119->835", "default.handlebars->119->836", - "default3.handlebars->117->846", - "default3.handlebars->117->847" + "default3.handlebars->117->831", + "default3.handlebars->117->832" ] }, { @@ -96407,8 +96407,8 @@ "xloc": [ "default.handlebars->119->1830", "default.handlebars->119->3073", - "default3.handlebars->117->1827", - "default3.handlebars->117->3082" + "default3.handlebars->117->1812", + "default3.handlebars->117->3067" ] }, { @@ -96478,8 +96478,8 @@ "xloc": [ "default.handlebars->119->1834", "default.handlebars->119->3077", - "default3.handlebars->117->1831", - "default3.handlebars->117->3086" + "default3.handlebars->117->1816", + "default3.handlebars->117->3071" ] }, { @@ -96509,7 +96509,7 @@ "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "xloc": [ "default.handlebars->119->2822", - "default3.handlebars->117->2833" + "default3.handlebars->117->2818" ] }, { @@ -96539,7 +96539,7 @@ "zh-cht": "id、名稱、rname、主機、圖標、ip、osdesc、狀態、組名、conn、pwr、av、更新、防火牆、bitlocker,avdetails,tags,lastbootuptime", "xloc": [ "default.handlebars->119->812", - "default3.handlebars->117->823" + "default3.handlebars->117->808" ] }, { @@ -96572,8 +96572,8 @@ "default-mobile.handlebars->53->395", "default.handlebars->119->833", "default.handlebars->119->834", - "default3.handlebars->117->844", - "default3.handlebars->117->845" + "default3.handlebars->117->829", + "default3.handlebars->117->830" ] }, { @@ -96690,7 +96690,7 @@ "zh-cht": "k max,默認為空白", "xloc": [ "default.handlebars->119->2850", - "default3.handlebars->117->2859" + "default3.handlebars->117->2844" ] }, { @@ -96777,7 +96777,7 @@ "xloc": [ "default-mobile.handlebars->53->513", "default.handlebars->119->920", - "default3.handlebars->117->931" + "default3.handlebars->117->916" ] }, { @@ -96833,7 +96833,7 @@ "zh-cht": "macOS (SSH/SCP/VNC)", "xloc": [ "default.handlebars->119->514", - "default3.handlebars->117->525" + "default3.handlebars->117->510" ] }, { @@ -96842,7 +96842,7 @@ "xloc": [ "agentinvite.handlebars->container->column_l->5->1->tmacostab", "default.handlebars->119->653", - "default3.handlebars->117->664" + "default3.handlebars->117->649" ] }, { @@ -96926,8 +96926,8 @@ "agentinvite.handlebars->container->column_l->5->1->tmacostabarm64", "default.handlebars->119->1357", "default.handlebars->119->649", - "default3.handlebars->117->1359", - "default3.handlebars->117->660" + "default3.handlebars->117->1344", + "default3.handlebars->117->645" ] }, { @@ -96957,7 +96957,7 @@ "zh-cht": "macOS x86 (64位)", "xloc": [ "default.handlebars->119->1356", - "default3.handlebars->117->1358" + "default3.handlebars->117->1343" ] }, { @@ -97022,7 +97022,7 @@ "default.handlebars->119->29", "default.handlebars->119->645", "default3.handlebars->117->29", - "default3.handlebars->117->656" + "default3.handlebars->117->641" ] }, { @@ -97053,7 +97053,7 @@ "xloc": [ "agentinvite.handlebars->13->15", "default.handlebars->119->693", - "default3.handlebars->117->704" + "default3.handlebars->117->689" ] }, { @@ -97084,7 +97084,7 @@ "xloc": [ "default-mobile.handlebars->53->388", "default.handlebars->119->2547", - "default3.handlebars->117->2559" + "default3.handlebars->117->2544" ] }, { @@ -97177,8 +97177,8 @@ "xloc": [ "default.handlebars->119->1814", "default.handlebars->119->3057", - "default3.handlebars->117->1811", - "default3.handlebars->117->3066" + "default3.handlebars->117->1796", + "default3.handlebars->117->3051" ] }, { @@ -97292,7 +97292,7 @@ "zh-cht": "或者", "xloc": [ "default.handlebars->119->828", - "default3.handlebars->117->839" + "default3.handlebars->117->824" ] }, { @@ -97322,7 +97322,7 @@ "zh-cht": "或兼容的應用軟體並掃描條碼,使用此鏈結或輸入密碼。然後,在下面輸入當前的6位數保安編碼以啟動兩步登入。", "xloc": [ "default.handlebars->119->227", - "default3.handlebars->117->239" + "default3.handlebars->117->224" ] }, { @@ -97384,8 +97384,8 @@ "default-mobile.handlebars->53->409", "default.handlebars->119->847", "default.handlebars->119->848", - "default3.handlebars->117->858", - "default3.handlebars->117->859" + "default3.handlebars->117->843", + "default3.handlebars->117->844" ] }, { @@ -97421,7 +97421,7 @@ "en": "prefer --agentname", "xloc": [ "default.handlebars->119->2204", - "default3.handlebars->117->2215" + "default3.handlebars->117->2200" ] }, { @@ -97481,7 +97481,7 @@ "zh-cht": "servererrors.txt", "xloc": [ "default.handlebars->119->2177", - "default3.handlebars->117->2190" + "default3.handlebars->117->2175" ] }, { @@ -97511,7 +97511,7 @@ "zh-cht": "servertrace.csv", "xloc": [ "default.handlebars->119->3443", - "default3.handlebars->117->3448" + "default3.handlebars->117->3433" ] }, { @@ -97521,8 +97521,8 @@ "xloc": [ "default.handlebars->119->1499", "default.handlebars->119->1502", - "default3.handlebars->117->1499", - "default3.handlebars->117->1501" + "default3.handlebars->117->1484", + "default3.handlebars->117->1486" ] }, { @@ -97581,8 +97581,8 @@ "default-mobile.handlebars->53->403", "default.handlebars->119->841", "default.handlebars->119->842", - "default3.handlebars->117->852", - "default3.handlebars->117->853" + "default3.handlebars->117->837", + "default3.handlebars->117->838" ] }, { @@ -97615,8 +97615,8 @@ "default-mobile.handlebars->53->401", "default.handlebars->119->839", "default.handlebars->119->840", - "default3.handlebars->117->850", - "default3.handlebars->117->851" + "default3.handlebars->117->835", + "default3.handlebars->117->836" ] }, { @@ -97646,7 +97646,7 @@ "zh-cht": "這將刪除現有伺服器數據。", "xloc": [ "default.handlebars->119->2166", - "default3.handlebars->117->2181" + "default3.handlebars->117->2166" ] }, { @@ -97676,7 +97676,7 @@ "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ "default.handlebars->119->3417", - "default3.handlebars->117->3422" + "default3.handlebars->117->3407" ] }, { @@ -97706,7 +97706,7 @@ "zh-cht": "時間,來源,訊息", "xloc": [ "default.handlebars->119->3442", - "default3.handlebars->117->3447" + "default3.handlebars->117->3432" ] }, { @@ -97778,8 +97778,8 @@ "xloc": [ "default.handlebars->119->3385", "default.handlebars->119->3388", - "default3.handlebars->117->3390", - "default3.handlebars->117->3393" + "default3.handlebars->117->3375", + "default3.handlebars->117->3378" ] }, { @@ -97817,7 +97817,7 @@ "nl": "waar", "xloc": [ "default.handlebars->119->2805", - "default3.handlebars->117->2816" + "default3.handlebars->117->2801" ] }, { @@ -97850,8 +97850,8 @@ "default-mobile.handlebars->53->393", "default.handlebars->119->831", "default.handlebars->119->832", - "default3.handlebars->117->842", - "default3.handlebars->117->843" + "default3.handlebars->117->827", + "default3.handlebars->117->828" ] }, { @@ -97910,8 +97910,8 @@ "default-mobile.handlebars->53->391", "default.handlebars->119->829", "default.handlebars->119->830", - "default3.handlebars->117->840", - "default3.handlebars->117->841" + "default3.handlebars->117->825", + "default3.handlebars->117->826" ] }, { @@ -97942,8 +97942,8 @@ "xloc": [ "default.handlebars->119->2818", "default.handlebars->119->2823", - "default3.handlebars->117->2829", - "default3.handlebars->117->2834" + "default3.handlebars->117->2814", + "default3.handlebars->117->2819" ] }, { @@ -97974,8 +97974,8 @@ "xloc": [ "default.handlebars->119->2820", "default.handlebars->119->2824", - "default3.handlebars->117->2831", - "default3.handlebars->117->2835" + "default3.handlebars->117->2816", + "default3.handlebars->117->2820" ] }, { @@ -97991,8 +97991,8 @@ "xloc": [ "default.handlebars->119->1833", "default.handlebars->119->3076", - "default3.handlebars->117->1830", - "default3.handlebars->117->3085" + "default3.handlebars->117->1815", + "default3.handlebars->117->3070" ] }, { @@ -98008,8 +98008,8 @@ "xloc": [ "default.handlebars->119->1829", "default.handlebars->119->3072", - "default3.handlebars->117->1826", - "default3.handlebars->117->3081" + "default3.handlebars->117->1811", + "default3.handlebars->117->3066" ] }, { @@ -98039,7 +98039,7 @@ "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ "default.handlebars->119->2745", - "default3.handlebars->117->2757" + "default3.handlebars->117->2742" ] }, { @@ -98125,8 +98125,8 @@ "xloc": [ "default.handlebars->119->625", "default.handlebars->119->672", - "default3.handlebars->117->636", - "default3.handlebars->117->683" + "default3.handlebars->117->621", + "default3.handlebars->117->668" ] }, { @@ -98140,8 +98140,8 @@ "xloc": [ "default.handlebars->119->629", "default.handlebars->119->676", - "default3.handlebars->117->640", - "default3.handlebars->117->687" + "default3.handlebars->117->625", + "default3.handlebars->117->672" ] }, { @@ -98149,7 +98149,7 @@ "nl": "x86-64bit versie van de macOS Mesh Agent", "xloc": [ "default.handlebars->119->644", - "default3.handlebars->117->655" + "default3.handlebars->117->640" ] }, { @@ -98184,9 +98184,9 @@ "default.handlebars->119->1663", "default.handlebars->119->1728", "default.handlebars->119->1734", - "default3.handlebars->117->1663", - "default3.handlebars->117->1726", - "default3.handlebars->117->1732" + "default3.handlebars->117->1648", + "default3.handlebars->117->1711", + "default3.handlebars->117->1717" ] }, { @@ -98350,8 +98350,8 @@ "xloc": [ "default.handlebars->119->2514", "default.handlebars->119->2519", - "default3.handlebars->117->2526", - "default3.handlebars->117->2531" + "default3.handlebars->117->2511", + "default3.handlebars->117->2516" ] }, { @@ -98359,7 +98359,7 @@ "xloc": [ "default-mobile.handlebars->53->371", "default.handlebars->119->2524", - "default3.handlebars->117->2536" + "default3.handlebars->117->2521" ] }, { @@ -98417,9 +98417,9 @@ "default.handlebars->119->2512", "default.handlebars->119->2517", "default.handlebars->119->3157", - "default3.handlebars->117->2524", - "default3.handlebars->117->2529", - "default3.handlebars->117->3160" + "default3.handlebars->117->2509", + "default3.handlebars->117->2514", + "default3.handlebars->117->3147" ] }, { @@ -98427,7 +98427,7 @@ "xloc": [ "default-mobile.handlebars->53->369", "default.handlebars->119->2522", - "default3.handlebars->117->2534" + "default3.handlebars->117->2519" ] }, { @@ -98488,10 +98488,10 @@ "default.handlebars->119->1739", "default.handlebars->119->2513", "default.handlebars->119->2518", - "default3.handlebars->117->1720", - "default3.handlebars->117->1737", - "default3.handlebars->117->2525", - "default3.handlebars->117->2530" + "default3.handlebars->117->1705", + "default3.handlebars->117->1722", + "default3.handlebars->117->2510", + "default3.handlebars->117->2515" ] }, { @@ -98522,7 +98522,7 @@ "xloc": [ "default-mobile.handlebars->53->878", "default.handlebars->119->1720", - "default3.handlebars->117->1718" + "default3.handlebars->117->1703" ] }, { @@ -98530,7 +98530,7 @@ "xloc": [ "default-mobile.handlebars->53->370", "default.handlebars->119->2523", - "default3.handlebars->117->2535" + "default3.handlebars->117->2520" ] }, { @@ -98586,7 +98586,7 @@ "zh-cht": "{0}個活躍節", "xloc": [ "default.handlebars->119->3045", - "default3.handlebars->117->3054" + "default3.handlebars->117->3039" ] }, { @@ -98617,8 +98617,8 @@ "xloc": [ "default.handlebars->119->2511", "default.handlebars->119->2516", - "default3.handlebars->117->2523", - "default3.handlebars->117->2528" + "default3.handlebars->117->2508", + "default3.handlebars->117->2513" ] }, { @@ -98626,7 +98626,7 @@ "xloc": [ "default-mobile.handlebars->53->368", "default.handlebars->119->2521", - "default3.handlebars->117->2533" + "default3.handlebars->117->2518" ] }, { @@ -98658,8 +98658,8 @@ "default-mobile.handlebars->53->376", "default.handlebars->119->2532", "default.handlebars->119->3185", - "default3.handlebars->117->2544", - "default3.handlebars->117->3188", + "default3.handlebars->117->2529", + "default3.handlebars->117->3175", "download.handlebars->7->2", "download2.handlebars->11->2", "sharing.handlebars->47->102" @@ -98692,7 +98692,7 @@ "zh-cht": "剩餘{0}個字節", "xloc": [ "default.handlebars->119->2506", - "default3.handlebars->117->2518" + "default3.handlebars->117->2503" ] }, { @@ -98748,7 +98748,7 @@ "zh-cht": "{0}個連接", "xloc": [ "default.handlebars->119->1419", - "default3.handlebars->117->1420", + "default3.handlebars->117->1405", "sharing.handlebars->47->16" ] }, @@ -98779,7 +98779,7 @@ "zh-cht": "{0} 從 {1} 到 {2}。", "xloc": [ "default.handlebars->119->1314", - "default3.handlebars->117->1319" + "default3.handlebars->117->1304" ] }, { @@ -98809,7 +98809,7 @@ "zh-cht": "剩餘{0} GB", "xloc": [ "default.handlebars->119->2509", - "default3.handlebars->117->2521" + "default3.handlebars->117->2506" ] }, { @@ -98839,7 +98839,7 @@ "zh-cht": "{0}個群組", "xloc": [ "default.handlebars->119->3000", - "default3.handlebars->117->3009" + "default3.handlebars->117->2994" ] }, { @@ -98869,7 +98869,7 @@ "zh-cht": "{0}小時", "xloc": [ "default.handlebars->119->290", - "default3.handlebars->117->300" + "default3.handlebars->117->285" ] }, { @@ -98925,7 +98925,7 @@ "zh-cht": "剩餘{0}千字節", "xloc": [ "default.handlebars->119->2507", - "default3.handlebars->117->2519" + "default3.handlebars->117->2504" ] }, { @@ -98986,7 +98986,7 @@ "zh-cht": "剩餘{0}兆字節", "xloc": [ "default.handlebars->119->2508", - "default3.handlebars->117->2520" + "default3.handlebars->117->2505" ] }, { @@ -99016,7 +99016,7 @@ "zh-cht": "{0} 分鐘", "xloc": [ "default.handlebars->119->303", - "default3.handlebars->117->313" + "default3.handlebars->117->298" ] }, { @@ -99046,7 +99046,7 @@ "zh-cht": "{0} 分鐘", "xloc": [ "default.handlebars->119->305", - "default3.handlebars->117->315" + "default3.handlebars->117->300" ] }, { @@ -99102,7 +99102,7 @@ "zh-cht": "{0}分鐘直到斷開連接", "xloc": [ "default.handlebars->119->93", - "default3.handlebars->117->106" + "default3.handlebars->117->91" ] }, { @@ -99127,7 +99127,7 @@ "tr": "{0} oturum açana kadar dakika", "xloc": [ "default.handlebars->119->91", - "default3.handlebars->117->104" + "default3.handlebars->117->89" ] }, { @@ -99157,7 +99157,7 @@ "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ "default.handlebars->119->2755", - "default3.handlebars->117->2767" + "default3.handlebars->117->2752" ] }, { @@ -99187,7 +99187,7 @@ "zh-cht": "{0}個節點", "xloc": [ "default.handlebars->119->699", - "default3.handlebars->117->710" + "default3.handlebars->117->695" ] }, { @@ -99446,9 +99446,9 @@ "default.handlebars->119->145", "default.handlebars->119->147", "default.handlebars->119->149", - "default3.handlebars->117->158", - "default3.handlebars->117->160", - "default3.handlebars->117->162" + "default3.handlebars->117->143", + "default3.handlebars->117->145", + "default3.handlebars->117->147" ] }, { @@ -99504,7 +99504,7 @@ "zh-cht": "{0}秒後斷開連接", "xloc": [ "default.handlebars->119->89", - "default3.handlebars->117->102" + "default3.handlebars->117->87" ] }, { @@ -99529,7 +99529,7 @@ "tr": "{0} oturum açana kadar saniye", "xloc": [ "default.handlebars->119->87", - "default3.handlebars->117->100" + "default3.handlebars->117->85" ] }, { @@ -99614,7 +99614,7 @@ "zh-cht": "{0} 個選定的設備處於離線狀態。", "xloc": [ "default.handlebars->119->767", - "default3.handlebars->117->778" + "default3.handlebars->117->763" ] }, { @@ -99644,7 +99644,7 @@ "zh-cht": "{0} 個選定的設備在線。", "xloc": [ "default.handlebars->119->765", - "default3.handlebars->117->776" + "default3.handlebars->117->761" ] }, { @@ -99688,14 +99688,14 @@ "default.handlebars->119->476", "default.handlebars->119->480", "default.handlebars->119->484", - "default3.handlebars->117->2771", + "default3.handlebars->117->2756", + "default3.handlebars->117->457", + "default3.handlebars->117->460", + "default3.handlebars->117->464", + "default3.handlebars->117->468", "default3.handlebars->117->472", - "default3.handlebars->117->475", - "default3.handlebars->117->479", - "default3.handlebars->117->483", - "default3.handlebars->117->487", - "default3.handlebars->117->491", - "default3.handlebars->117->495" + "default3.handlebars->117->476", + "default3.handlebars->117->480" ] }, { @@ -99725,7 +99725,7 @@ "zh-cht": "{0}设置(.msh)", "xloc": [ "default.handlebars->119->637", - "default3.handlebars->117->648" + "default3.handlebars->117->633" ] }, { @@ -99902,7 +99902,7 @@ "zh-cht": "{0}個用戶", "xloc": [ "default.handlebars->119->487", - "default3.handlebars->117->498" + "default3.handlebars->117->483" ] }, { @@ -99987,8 +99987,8 @@ "default-mobile.handlebars->53->890", "default.handlebars->119->1726", "default.handlebars->119->1732", - "default3.handlebars->117->1724", - "default3.handlebars->117->1730" + "default3.handlebars->117->1709", + "default3.handlebars->117->1715" ] }, { @@ -100019,8 +100019,8 @@ "xloc": [ "default.handlebars->119->1115", "default.handlebars->119->2271", - "default3.handlebars->117->1126", - "default3.handlebars->117->2282" + "default3.handlebars->117->1111", + "default3.handlebars->117->2267" ] }, { @@ -100051,8 +100051,8 @@ "xloc": [ "default.handlebars->119->1116", "default.handlebars->119->2272", - "default3.handlebars->117->1127", - "default3.handlebars->117->2283" + "default3.handlebars->117->1112", + "default3.handlebars->117->2268" ] }, { @@ -100083,8 +100083,8 @@ "xloc": [ "default.handlebars->119->1114", "default.handlebars->119->2270", - "default3.handlebars->117->1125", - "default3.handlebars->117->2281" + "default3.handlebars->117->1110", + "default3.handlebars->117->2266" ] }, { @@ -100172,7 +100172,7 @@ "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ "default.handlebars->119->2526", - "default3.handlebars->117->2538" + "default3.handlebars->117->2523" ] }, { @@ -100202,7 +100202,7 @@ "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ "default.handlebars->119->2525", - "default3.handlebars->117->2537" + "default3.handlebars->117->2522" ] }, { @@ -100278,7 +100278,7 @@ "xloc": [ "default-mobile.handlebars->53->64", "default.handlebars->119->129", - "default3.handlebars->117->142" + "default3.handlebars->117->127" ] }, { diff --git a/views/default3.handlebars b/views/default3.handlebars index 1edb0ef0..6f1d913e 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -140,26 +140,120 @@