From 7b7c8348c6f40c15c9a31d9df087e1745639abfe Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 30 Sep 2025 10:05:32 +0100 Subject: [PATCH] fix copy and paste in files for linux devices #7284 Signed-off-by: si458 --- public/scripts/common-0.0.1-min.js | 2 +- public/scripts/common-0.0.1.js | 150 +- translate/translate.json | 4072 ++++++++++++++-------------- views/default-mobile.handlebars | 1 - views/default.handlebars | 1 - views/default3.handlebars | 1 - views/sharing-mobile.handlebars | 1 - views/sharing.handlebars | 1 - 8 files changed, 2122 insertions(+), 2107 deletions(-) diff --git a/public/scripts/common-0.0.1-min.js b/public/scripts/common-0.0.1-min.js index 70b958de..b4524fbf 100644 --- a/public/scripts/common-0.0.1-min.js +++ b/public/scripts/common-0.0.1-min.js @@ -1 +1 @@ -function Q(n){return document.getElementById(n)}function QS(n){try{return Q(n).style}catch(n){}}function QE(n,t){try{Q(n).disabled=!t}catch(n){}}function QV(n,t){try{QS(n).display=t?"":"none"}catch(n){}}function QA(n,t){Q(n).innerHTML+=t}function QH(n,t){Q(n).innerHTML=t}function QC(n){try{return Q(n).classList}catch(n){}}function QVH(n,t){try{t?Q(n).classList.remove("visually-hidden"):Q(n).classList.add("visually-hidden")}catch(n){}}function inputBoxFocus(n){Q(n).focus();var t=Q(n).value;Q(n).value="",Q(n).value=t}function ReadShort(n,t){return(n.charCodeAt(t)<<8)+n.charCodeAt(t+1)}function ReadShortX(n,t){return(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ReadInt(n,t){return 16777216*n.charCodeAt(t)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadSInt(n,t){return(n.charCodeAt(t)<<24)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadIntX(n,t){return 16777216*n.charCodeAt(t+3)+(n.charCodeAt(t+2)<<16)+(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ShortToStr(n){return String.fromCharCode(n>>8&255,255&n)}function ShortToStrX(n){return String.fromCharCode(255&n,n>>8&255)}function IntToStr(n){return String.fromCharCode(n>>24&255,n>>16&255,n>>8&255,255&n)}function IntToStrX(n){return String.fromCharCode(255&n,n>>8&255,n>>16&255,n>>24&255)}function MakeToArray(n){return n&&null!=n&&"object"!=typeof n?[n]:n}function SplitArray(n){return n.split(",")}function Clone(n){return JSON.parse(JSON.stringify(n))}function EscapeHtml(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g,"  "):"boolean"==typeof n||"number"==typeof n?n:void 0}function ArrayElementMove(n,t,e){n.splice(e,0,n.splice(t,1)[0])}function ObjectToStringEx(n,t){var e="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var r in n)e+="
"+gap(t)+"Item #"+r+": "+ObjectToStringEx(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="
"+gap(t)+r+" = "+ObjectToStringEx(n[r],t+1);else e+=EscapeHtml(n);return e}function ObjectToStringEx2(n,t){var e="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var r in n)e+="\r\n"+gap2(t)+"Item #"+r+": "+ObjectToStringEx2(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="\r\n"+gap2(t)+r+" = "+ObjectToStringEx2(n[r],t+1);else e+=EscapeHtml(n);return e}function gap(n){for(var t="",e=0;e<4*n;e++)t+=" ";return t}function gap2(n){for(var t="",e=0;e<4*n;e++)t+=" ";return t}function ObjectToString(n){return ObjectToStringEx(n,0)}function ObjectToString2(n){return ObjectToStringEx2(n,0)}function hex2rstr(n){if("string"!=typeof n||0==n.length)return"";for(var t,e="",r=(""+n).match(/../g);t=r.shift();)e+=String.fromCharCode("0x"+t);return e}function char2hex(n){return(n+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(n){var t,e="";for(t=0;t")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")&&-1==n.indexOf(":")}function isSafeString2(n){return"string"==typeof n&&-1==n.indexOf("<")&&-1==n.indexOf(">")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")}function parseUriArgs(n){var t=window.document.location.href;t.endsWith("#")&&(t=t.substring(0,t.length-1));var e,r={},o=t.split(/[\?&|]/);for(var i in o.splice(0,1),o){var a=o[i],c=a.indexOf("=");if(r[e=a.substring(0,c)]=a.substring(c+1),n&&(r[e]=decodeURIComponent(a.substring(c+1))),isSafeString2(r[e])){var u=parseInt(r[e]);u==r[e]&&(r[e]=u)}else delete r[e]}return r}function check_webp_feature(n,t){var e=new Image;e.onload=function(){var r=e.width>0&&e.height>0;t(n,r)},e.onerror=function(){t(n,!1)},e.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA"}[n]}function jsonToCamel(n){var t,e,r,o;if(n instanceof Array)return n.map(function(n){return"object"==typeof n&&(n=jsonToCamel(n)),n});for(e in t={},n)n.hasOwnProperty(e)&&(r=(e.charAt(0).toLowerCase()+e.slice(1)||e).toString(),((o=n[e])instanceof Array||null!==o&&o.constructor===Object)&&(o=jsonToCamel(o)),t[r]=o);return t}String.prototype.startsWith||(String.prototype.startsWith=function(n){return 0===this.lastIndexOf(n,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(n){return-1!==this.indexOf(n,this.length-n.length)}) \ No newline at end of file +function Q(n){return document.getElementById(n)}function QS(n){try{return Q(n).style}catch(n){}}function QE(n,t){try{Q(n).disabled=!t}catch(n){}}function QV(n,t){try{QS(n).display=t?"":"none"}catch(n){}}function QA(n,t){Q(n).innerHTML+=t}function QH(n,t){Q(n).innerHTML=t}function QC(n){try{return Q(n).classList}catch(n){}}function QVH(n,t){try{t?Q(n).classList.remove("visually-hidden"):Q(n).classList.add("visually-hidden")}catch(n){}}function inputBoxFocus(n){Q(n).focus();var t=Q(n).value;Q(n).value="",Q(n).value=t}function ReadShort(n,t){return(n.charCodeAt(t)<<8)+n.charCodeAt(t+1)}function ReadShortX(n,t){return(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ReadInt(n,t){return 16777216*n.charCodeAt(t)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadSInt(n,t){return(n.charCodeAt(t)<<24)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadIntX(n,t){return 16777216*n.charCodeAt(t+3)+(n.charCodeAt(t+2)<<16)+(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ShortToStr(n){return String.fromCharCode(n>>8&255,255&n)}function ShortToStrX(n){return String.fromCharCode(255&n,n>>8&255)}function IntToStr(n){return String.fromCharCode(n>>24&255,n>>16&255,n>>8&255,255&n)}function IntToStrX(n){return String.fromCharCode(255&n,n>>8&255,n>>16&255,n>>24&255)}function MakeToArray(n){return n&&null!=n&&"object"!=typeof n?[n]:n}function SplitArray(n){return n.split(",")}function Clone(n){return JSON.parse(JSON.stringify(n))}function EscapeHtml(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g,"  "):"boolean"==typeof n||"number"==typeof n?n:void 0}function ArrayElementMove(n,t,r){n.splice(r,0,n.splice(t,1)[0])}function ObjectToStringEx(n,t){var r="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var e in n)r+="
"+gap(t)+"Item #"+e+": "+ObjectToStringEx(n[e],t+1);else if(n instanceof Object)for(var e in n)r+="
"+gap(t)+e+" = "+ObjectToStringEx(n[e],t+1);else r+=EscapeHtml(n);return r}function ObjectToStringEx2(n,t){var r="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var e in n)r+="\r\n"+gap2(t)+"Item #"+e+": "+ObjectToStringEx2(n[e],t+1);else if(n instanceof Object)for(var e in n)r+="\r\n"+gap2(t)+e+" = "+ObjectToStringEx2(n[e],t+1);else r+=EscapeHtml(n);return r}function gap(n){for(var t="",r=0;r<4*n;r++)t+=" ";return t}function gap2(n){for(var t="",r=0;r<4*n;r++)t+=" ";return t}function ObjectToString(n){return ObjectToStringEx(n,0)}function ObjectToString2(n){return ObjectToStringEx2(n,0)}function hex2rstr(n){if("string"!=typeof n||0==n.length)return"";for(var t,r="",e=(""+n).match(/../g);t=e.shift();)r+=String.fromCharCode("0x"+t);return r}function char2hex(n){return(n+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(n){var t,r="";for(t=0;t")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")&&-1==n.indexOf(":")}function isSafeString2(n){return"string"==typeof n&&-1==n.indexOf("<")&&-1==n.indexOf(">")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")}function parseUriArgs(n){var t=window.document.location.href;t.endsWith("#")&&(t=t.substring(0,t.length-1));var r,e={},o=t.split(/[\?&|]/);for(var i in o.splice(0,1),o){var a=o[i],c=a.indexOf("=");if(e[r=a.substring(0,c)]=a.substring(c+1),n&&(e[r]=decodeURIComponent(a.substring(c+1))),isSafeString2(e[r])){var u=parseInt(e[r]);u==e[r]&&(e[r]=u)}else delete e[r]}return e}function check_webp_feature(n,t){var r=new Image;r.onload=function(){var e=r.width>0&&r.height>0;t(n,e)},r.onerror=function(){t(n,!1)},r.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA"}[n]}function jsonToCamel(n){var t,r,e,o;if(n instanceof Array)return n.map(function(n){return"object"==typeof n&&(n=jsonToCamel(n)),n});for(r in t={},n)n.hasOwnProperty(r)&&(e=(r.charAt(0).toLowerCase()+r.slice(1)||r).toString(),((o=n[r])instanceof Array||null!==o&&o.constructor===Object)&&(o=jsonToCamel(o)),t[e]=o);return t}function joinPaths(){var n=[];for(var t in arguments){var r=arguments[t];if(null!=r&&""!=r){for(;r.endsWith("/")||r.endsWith("\\");)r=r.substring(0,r.length-1);n.push(r)}}return n.join("/")}String.prototype.startsWith||(String.prototype.startsWith=function(n){return 0===this.lastIndexOf(n,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(n){return-1!==this.indexOf(n,this.length-n.length)}) \ No newline at end of file diff --git a/public/scripts/common-0.0.1.js b/public/scripts/common-0.0.1.js index e45db8dd..5046eef7 100644 --- a/public/scripts/common-0.0.1.js +++ b/public/scripts/common-0.0.1.js @@ -43,22 +43,22 @@ function ArrayElementMove(arr, from, to) { arr.splice(to, 0, arr.splice(from, 1) // Print object for HTML function ObjectToStringEx(x, c) { - var r = ""; - if (x != 0 && (!x || x == null)) return '(Null)'; - if (x instanceof Array) { for (var i in x) { r += '
' + gap(c) + 'Item #' + i + ": " + ObjectToStringEx(x[i], c + 1); } } - else if (x instanceof Object) { for (var i in x) { r += '
' + gap(c) + i + ' = ' + ObjectToStringEx(x[i], c + 1); } } - else { r += EscapeHtml(x); } - return r; + var r = ""; + if (x != 0 && (!x || x == null)) return '(Null)'; + if (x instanceof Array) { for (var i in x) { r += '
' + gap(c) + 'Item #' + i + ": " + ObjectToStringEx(x[i], c + 1); } } + else if (x instanceof Object) { for (var i in x) { r += '
' + gap(c) + i + ' = ' + ObjectToStringEx(x[i], c + 1); } } + else { r += EscapeHtml(x); } + return r; } // Print object for console function ObjectToStringEx2(x, c) { - var r = ''; - if (x != 0 && (!x || x == null)) return '(Null)'; - if (x instanceof Array) { for (var i in x) { r += '\r\n' + gap2(c) + 'Item #' + i + ': ' + ObjectToStringEx2(x[i], c + 1); } } - else if (x instanceof Object) { for (var i in x) { r += '\r\n' + gap2(c) + i + ' = ' + ObjectToStringEx2(x[i], c + 1); } } - else { r += EscapeHtml(x); } - return r; + var r = ''; + if (x != 0 && (!x || x == null)) return '(Null)'; + if (x instanceof Array) { for (var i in x) { r += '\r\n' + gap2(c) + 'Item #' + i + ': ' + ObjectToStringEx2(x[i], c + 1); } } + else if (x instanceof Object) { for (var i in x) { r += '\r\n' + gap2(c) + i + ' = ' + ObjectToStringEx2(x[i], c + 1); } } + else { r += EscapeHtml(x); } + return r; } // Create an ident gap @@ -71,10 +71,10 @@ function ObjectToString2(x) { return ObjectToStringEx2(x, 0); } // Convert a hex string to a raw string function hex2rstr(d) { - if (typeof d != 'string' || d.length == 0) return ''; - var r = '', m = ('' + d).match(/../g), t; - while (t = m.shift()) r += String.fromCharCode('0x' + t); - return r + if (typeof d != 'string' || d.length == 0) return ''; + var r = '', m = ('' + d).match(/../g), t; + while (t = m.shift()) r += String.fromCharCode('0x' + t); + return r } // Convert decimal to hex @@ -89,16 +89,16 @@ function decode_utf8(s) { return decodeURIComponent(escape(s)); } // Convert a string into a blob function data2blob(data) { - var bytes = new Array(data.length); - for (var i = 0; i < data.length; i++) bytes[i] = data.charCodeAt(i); - return new Blob([new Uint8Array(bytes)]); + var bytes = new Array(data.length); + for (var i = 0; i < data.length; i++) bytes[i] = data.charCodeAt(i); + return new Blob([new Uint8Array(bytes)]); } // Convert a UTF8 string into a blob function utf2blob(str) { - var bytes = [], utf8 = unescape(encodeURIComponent(str)); - for (var i = 0; i < utf8.length; i++) { bytes.push(utf8.charCodeAt(i)); } - return new Blob([new Uint8Array(bytes)]); + var bytes = [], utf8 = unescape(encodeURIComponent(str)); + for (var i = 0; i < utf8.length; i++) { bytes.push(utf8.charCodeAt(i)); } + return new Blob([new Uint8Array(bytes)]); } // Generate random numbers @@ -117,18 +117,18 @@ function isSafeString2(str) { return ((typeof str == 'string') && (str.indexOf(' // Parse URL arguments, only keep safe values function parseUriArgs(decodeUrl) { - var href = window.document.location.href; - if (href.endsWith('#')) { href = href.substring(0, href.length - 1); } - var name, r = {}, parsedUri = href.split(/[\?&|]/); - parsedUri.splice(0, 1); - for (var j in parsedUri) { - var arg = parsedUri[j], i = arg.indexOf('='); - name = arg.substring(0, i); - r[name] = arg.substring(i + 1); - if (decodeUrl) { r[name] = decodeURIComponent(arg.substring(i + 1)); } - if (!isSafeString2(r[name])) { delete r[name]; } else { var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } } - } - return r; + var href = window.document.location.href; + if (href.endsWith('#')) { href = href.substring(0, href.length - 1); } + var name, r = {}, parsedUri = href.split(/[\?&|]/); + parsedUri.splice(0, 1); + for (var j in parsedUri) { + var arg = parsedUri[j], i = arg.indexOf('='); + name = arg.substring(0, i); + r[name] = arg.substring(i + 1); + if (decodeUrl) { r[name] = decodeURIComponent(arg.substring(i + 1)); } + if (!isSafeString2(r[name])) { delete r[name]; } else { var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } } + } + return r; } // check_webp_feature: @@ -136,45 +136,59 @@ function parseUriArgs(decodeUrl) { // 'callback(feature, isSupported)' will be passed back the detection result (in an asynchronous way!) // From: https://stackoverflow.com/questions/5573096/detecting-webp-support function check_webp_feature(feature, callback) { - var kTestImages = { - lossy: 'UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA'//, - //lossless: 'UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==', - //alpha: 'UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==', - //animation: 'UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA' - }; - var img = new Image(); - img.onload = function () { - var result = (img.width > 0) && (img.height > 0); - callback(feature, result); - }; - img.onerror = function () { - callback(feature, false); - }; - img.src = 'data:image/webp;base64,' + kTestImages[feature]; + var kTestImages = { + lossy: 'UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA'//, + //lossless: 'UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==', + //alpha: 'UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==', + //animation: 'UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA' + }; + var img = new Image(); + img.onload = function () { + var result = (img.width > 0) && (img.height > 0); + callback(feature, result); + }; + img.onerror = function () { + callback(feature, false); + }; + img.src = 'data:image/webp;base64,' + kTestImages[feature]; } // camelCase converter for JSON function jsonToCamel(o) { - var newO, origKey, newKey, value - if (o instanceof Array) { + var newO, origKey, newKey, value + if (o instanceof Array) { return o.map(function(value) { - if (typeof value === "object") { - value = jsonToCamel(value) - } - return value - }) - } else { - newO = {} - for (origKey in o) { - if (o.hasOwnProperty(origKey)) { - newKey = (origKey.charAt(0).toLowerCase() + origKey.slice(1) || origKey).toString() - value = o[origKey] - if (value instanceof Array || (value !== null && value.constructor === Object)) { - value = jsonToCamel(value) - } - newO[newKey] = value + if (typeof value === "object") { + value = jsonToCamel(value) + } + return value + }) + } else { + newO = {} + for (origKey in o) { + if (o.hasOwnProperty(origKey)) { + newKey = (origKey.charAt(0).toLowerCase() + origKey.slice(1) || origKey).toString() + value = o[origKey] + if (value instanceof Array || (value !== null && value.constructor === Object)) { + value = jsonToCamel(value) } + newO[newKey] = value } } - return newO - } \ No newline at end of file + } + return newO +} + +function joinPaths() { + var x = []; + for (var i in arguments) { + var w = arguments[i]; + if ((w != null) && (w != '')) { + while (w.endsWith('/') || w.endsWith('\\')) { + w = w.substring(0, w.length - 1); + } + x.push(w); + } + } + return x.join('/'); +} \ No newline at end of file diff --git a/translate/translate.json b/translate/translate.json index e00d1ed3..59e6f48b 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -28,8 +28,8 @@ "xloc": [ "default.handlebars->47->2229", "default.handlebars->47->2231", - "default3.handlebars->35->2225", - "default3.handlebars->35->2227" + "default3.handlebars->35->2226", + "default3.handlebars->35->2228" ] }, { @@ -331,7 +331,7 @@ "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ "default.handlebars->47->2101", - "default3.handlebars->35->2081" + "default3.handlebars->35->2082" ] }, { @@ -362,8 +362,8 @@ "xloc": [ "default.handlebars->47->2355", "default.handlebars->47->2939", - "default3.handlebars->35->2352", - "default3.handlebars->35->2933" + "default3.handlebars->35->2353", + "default3.handlebars->35->2934" ] }, { @@ -987,7 +987,7 @@ "xloc": [ "default.handlebars->47->2313", "default.handlebars->47->541", - "default3.handlebars->35->2307", + "default3.handlebars->35->2308", "default3.handlebars->35->538" ] }, @@ -1107,11 +1107,11 @@ "default.handlebars->47->2431", "default.handlebars->47->2712", "default3.handlebars->35->1020", - "default3.handlebars->35->1648", - "default3.handlebars->35->1650", - "default3.handlebars->35->1652", - "default3.handlebars->35->2428", - "default3.handlebars->35->2709" + "default3.handlebars->35->1649", + "default3.handlebars->35->1651", + "default3.handlebars->35->1653", + "default3.handlebars->35->2429", + "default3.handlebars->35->2710" ] }, { @@ -1287,7 +1287,7 @@ "xloc": [ "default-mobile.handlebars->11->926", "default.handlebars->47->1773", - "default3.handlebars->35->1756" + "default3.handlebars->35->1757" ] }, { @@ -1319,7 +1319,7 @@ "default.handlebars->47->1118", "default.handlebars->47->2271", "default3.handlebars->35->1115", - "default3.handlebars->35->2267" + "default3.handlebars->35->2268" ] }, { @@ -1351,7 +1351,7 @@ "default.handlebars->47->1119", "default.handlebars->47->2272", "default3.handlebars->35->1116", - "default3.handlebars->35->2268" + "default3.handlebars->35->2269" ] }, { @@ -1412,7 +1412,7 @@ "default.handlebars->47->1115", "default.handlebars->47->2268", "default3.handlebars->35->1112", - "default3.handlebars->35->2264" + "default3.handlebars->35->2265" ] }, { @@ -1444,7 +1444,7 @@ "default.handlebars->47->1116", "default.handlebars->47->2269", "default3.handlebars->35->1113", - "default3.handlebars->35->2265" + "default3.handlebars->35->2266" ] }, { @@ -1530,7 +1530,7 @@ "xloc": [ "default-mobile.handlebars->11->710", "default.handlebars->47->1542", - "default3.handlebars->35->1527" + "default3.handlebars->35->1528" ] }, { @@ -1559,7 +1559,7 @@ "zh-cht": ", SSH", "xloc": [ "default.handlebars->47->1510", - "default3.handlebars->35->1495" + "default3.handlebars->35->1496" ] }, { @@ -1621,7 +1621,7 @@ "default.handlebars->47->1120", "default.handlebars->47->2273", "default3.handlebars->35->1117", - "default3.handlebars->35->2269" + "default3.handlebars->35->2270" ] }, { @@ -1679,7 +1679,7 @@ "default.handlebars->47->1117", "default.handlebars->47->2270", "default3.handlebars->35->1114", - "default3.handlebars->35->2266" + "default3.handlebars->35->2267" ] }, { @@ -1714,8 +1714,8 @@ "default.handlebars->47->1511", "default.handlebars->47->1543", "default3.handlebars->35->1406", - "default3.handlebars->35->1496", - "default3.handlebars->35->1528", + "default3.handlebars->35->1497", + "default3.handlebars->35->1529", "sharing-mobile.handlebars->11->14", "sharing-mobile.handlebars->11->46", "sharing-mobile.handlebars->11->63", @@ -2053,9 +2053,9 @@ "default.handlebars->47->1557", "default.handlebars->47->2497", "default.handlebars->47->3183", - "default3.handlebars->35->1542", - "default3.handlebars->35->2494", - "default3.handlebars->35->3171", + "default3.handlebars->35->1543", + "default3.handlebars->35->2495", + "default3.handlebars->35->3172", "sharing-mobile.handlebars->11->79", "sharing.handlebars->11->50" ] @@ -2243,7 +2243,7 @@ "zh-cht": "1個活躍時段", "xloc": [ "default.handlebars->47->3034", - "default3.handlebars->35->3028" + "default3.handlebars->35->3029" ] }, { @@ -2275,7 +2275,7 @@ "default-mobile.handlebars->11->1069", "default-mobile.handlebars->11->370", "default.handlebars->47->2521", - "default3.handlebars->35->2518", + "default3.handlebars->35->2519", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing-mobile.handlebars->11->112", @@ -2403,7 +2403,7 @@ "zh-cht": "1群", "xloc": [ "default.handlebars->47->2989", - "default3.handlebars->35->2983" + "default3.handlebars->35->2984" ] }, { @@ -2469,7 +2469,7 @@ "default.handlebars->47->1228", "default.handlebars->47->2066", "default3.handlebars->35->1223", - "default3.handlebars->35->2047" + "default3.handlebars->35->2048" ] }, { @@ -2588,7 +2588,7 @@ "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ "default.handlebars->47->2744", - "default3.handlebars->35->2741" + "default3.handlebars->35->2742" ] }, { @@ -2860,7 +2860,7 @@ "default.handlebars->47->474", "default.handlebars->47->478", "default.handlebars->47->482", - "default3.handlebars->35->2745", + "default3.handlebars->35->2746", "default3.handlebars->35->456", "default3.handlebars->35->459", "default3.handlebars->35->463", @@ -3082,7 +3082,7 @@ "default.handlebars->47->1230", "default.handlebars->47->2068", "default3.handlebars->35->1225", - "default3.handlebars->35->2049" + "default3.handlebars->35->2050" ] }, { @@ -3293,7 +3293,7 @@ "default.handlebars->47->1238", "default.handlebars->47->2076", "default3.handlebars->35->1233", - "default3.handlebars->35->2057" + "default3.handlebars->35->2058" ] }, { @@ -3440,7 +3440,7 @@ "default.handlebars->47->1231", "default.handlebars->47->2069", "default3.handlebars->35->1226", - "default3.handlebars->35->2050" + "default3.handlebars->35->2051" ] }, { @@ -3472,7 +3472,7 @@ "default.handlebars->47->1239", "default.handlebars->47->2077", "default3.handlebars->35->1234", - "default3.handlebars->35->2058" + "default3.handlebars->35->2059" ] }, { @@ -3620,7 +3620,7 @@ "default.handlebars->47->1241", "default.handlebars->47->2079", "default3.handlebars->35->1236", - "default3.handlebars->35->2060" + "default3.handlebars->35->2061" ] }, { @@ -3652,7 +3652,7 @@ "default.handlebars->47->1235", "default.handlebars->47->2073", "default3.handlebars->35->1230", - "default3.handlebars->35->2054" + "default3.handlebars->35->2055" ] }, { @@ -3865,7 +3865,7 @@ "default.handlebars->47->1240", "default.handlebars->47->2078", "default3.handlebars->35->1235", - "default3.handlebars->35->2059" + "default3.handlebars->35->2060" ] }, { @@ -3953,7 +3953,7 @@ "zh-cht": "2FA備份代碼已清除", "xloc": [ "default.handlebars->47->2634", - "default3.handlebars->35->2631" + "default3.handlebars->35->2632" ] }, { @@ -4014,7 +4014,7 @@ "zh-cht": "第二個因素", "xloc": [ "default.handlebars->47->3222", - "default3.handlebars->35->3210" + "default3.handlebars->35->3211" ] }, { @@ -4045,8 +4045,8 @@ "xloc": [ "default.handlebars->47->2762", "default.handlebars->47->3015", - "default3.handlebars->35->2759", - "default3.handlebars->35->3009" + "default3.handlebars->35->2760", + "default3.handlebars->35->3010" ] }, { @@ -4220,7 +4220,7 @@ "default.handlebars->47->1232", "default.handlebars->47->2070", "default3.handlebars->35->1227", - "default3.handlebars->35->2051" + "default3.handlebars->35->2052" ] }, { @@ -4251,7 +4251,7 @@ "xloc": [ "default-mobile.handlebars->11->755", "default.handlebars->47->1620", - "default3.handlebars->35->1605" + "default3.handlebars->35->1606" ] }, { @@ -4341,7 +4341,7 @@ "default.handlebars->47->1242", "default.handlebars->47->2080", "default3.handlebars->35->1237", - "default3.handlebars->35->2061" + "default3.handlebars->35->2062" ] }, { @@ -4373,7 +4373,7 @@ "default.handlebars->47->1236", "default.handlebars->47->2074", "default3.handlebars->35->1231", - "default3.handlebars->35->2055" + "default3.handlebars->35->2056" ] }, { @@ -4522,7 +4522,7 @@ "default.handlebars->47->1233", "default.handlebars->47->2071", "default3.handlebars->35->1228", - "default3.handlebars->35->2052" + "default3.handlebars->35->2053" ] }, { @@ -4583,7 +4583,7 @@ "default.handlebars->47->1229", "default.handlebars->47->2067", "default3.handlebars->35->1224", - "default3.handlebars->35->2048" + "default3.handlebars->35->2049" ] }, { @@ -4797,7 +4797,7 @@ "default.handlebars->47->1234", "default.handlebars->47->2072", "default3.handlebars->35->1229", - "default3.handlebars->35->2053" + "default3.handlebars->35->2054" ] }, { @@ -4887,7 +4887,7 @@ "xloc": [ "default-mobile.handlebars->11->757", "default.handlebars->47->1622", - "default3.handlebars->35->1607" + "default3.handlebars->35->1608" ] }, { @@ -5080,7 +5080,7 @@ "zh-cht": "7天", "xloc": [ "default.handlebars->47->2081", - "default3.handlebars->35->2062" + "default3.handlebars->35->2063" ] }, { @@ -5176,7 +5176,7 @@ "default.handlebars->47->569", "default.handlebars->47->583", "default3.handlebars->35->1232", - "default3.handlebars->35->2056", + "default3.handlebars->35->2057", "default3.handlebars->35->566", "default3.handlebars->35->580" ] @@ -5384,7 +5384,7 @@ "default.handlebars->47->2249", "default.handlebars->47->447", "default.handlebars->47->931", - "default3.handlebars->35->2245", + "default3.handlebars->35->2246", "default3.handlebars->35->444", "default3.handlebars->35->928" ] @@ -5517,7 +5517,7 @@ "zh-cht": "AMT操作系統", "xloc": [ "default.handlebars->47->3381", - "default3.handlebars->35->3369" + "default3.handlebars->35->3370" ] }, { @@ -5547,8 +5547,8 @@ "xloc": [ "default.handlebars->47->3232", "default.handlebars->47->3285", - "default3.handlebars->35->3220", - "default3.handlebars->35->3273" + "default3.handlebars->35->3221", + "default3.handlebars->35->3274" ] }, { @@ -5578,8 +5578,8 @@ "xloc": [ "default.handlebars->47->3231", "default.handlebars->47->3284", - "default3.handlebars->35->3219", - "default3.handlebars->35->3272" + "default3.handlebars->35->3220", + "default3.handlebars->35->3273" ] }, { @@ -5848,7 +5848,7 @@ "xloc": [ "default-mobile.handlebars->11->927", "default.handlebars->47->1774", - "default3.handlebars->35->1757" + "default3.handlebars->35->1758" ] }, { @@ -5938,7 +5938,7 @@ "zh-cht": "存取伺服器檔案", "xloc": [ "default.handlebars->47->2945", - "default3.handlebars->35->2939" + "default3.handlebars->35->2940" ] }, { @@ -6071,10 +6071,10 @@ "default.handlebars->47->740", "default.handlebars->47->891", "default.handlebars->47->893", - "default3.handlebars->35->2112", "default3.handlebars->35->2113", - "default3.handlebars->35->3422", - "default3.handlebars->35->3424", + "default3.handlebars->35->2114", + "default3.handlebars->35->3423", + "default3.handlebars->35->3425", "default3.handlebars->35->737", "default3.handlebars->35->888", "default3.handlebars->35->890" @@ -6108,7 +6108,7 @@ "xloc": [ "default-mobile.handlebars->11->1036", "default.handlebars->47->3305", - "default3.handlebars->35->3293" + "default3.handlebars->35->3294" ] }, { @@ -6184,7 +6184,7 @@ "uk": "Акаунт змінено на синхронізацію з даними LDAP.", "xloc": [ "default.handlebars->47->2695", - "default3.handlebars->35->2692" + "default3.handlebars->35->2693" ] }, { @@ -6214,7 +6214,7 @@ "zh-cht": "帳戶已更改:{0}", "xloc": [ "default.handlebars->47->2607", - "default3.handlebars->35->2604" + "default3.handlebars->35->2605" ] }, { @@ -6244,7 +6244,7 @@ "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ "default.handlebars->47->2606", - "default3.handlebars->35->2603" + "default3.handlebars->35->2604" ] }, { @@ -6274,7 +6274,7 @@ "zh-cht": "已創建帳戶,名稱為 {0}。", "xloc": [ "default.handlebars->47->2669", - "default3.handlebars->35->2666" + "default3.handlebars->35->2667" ] }, { @@ -6304,7 +6304,7 @@ "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ "default.handlebars->47->2605", - "default3.handlebars->35->2602" + "default3.handlebars->35->2603" ] }, { @@ -6338,8 +6338,8 @@ "default.handlebars->47->2764", "default.handlebars->47->2942", "default3.handlebars->35->220", - "default3.handlebars->35->2761", - "default3.handlebars->35->2936" + "default3.handlebars->35->2762", + "default3.handlebars->35->2937" ] }, { @@ -6370,7 +6370,7 @@ "xloc": [ "default-mobile.handlebars->11->1048", "default.handlebars->47->3317", - "default3.handlebars->35->3305", + "default3.handlebars->35->3306", "login-mobile.handlebars->5->6", "login.handlebars->5->8", "login2.handlebars->7->206" @@ -6434,7 +6434,7 @@ "zh-cht": "帳號登錄", "xloc": [ "default.handlebars->47->2542", - "default3.handlebars->35->2539" + "default3.handlebars->35->2540" ] }, { @@ -6464,7 +6464,7 @@ "zh-cht": "從 {0}、{1}、{2} 登錄帳戶", "xloc": [ "default.handlebars->47->2648", - "default3.handlebars->35->2645" + "default3.handlebars->35->2646" ] }, { @@ -6479,7 +6479,7 @@ "uk": "Записи токенів входу до акаунту", "xloc": [ "default.handlebars->47->3274", - "default3.handlebars->35->3262" + "default3.handlebars->35->3263" ] }, { @@ -6509,7 +6509,7 @@ "zh-cht": "帳戶登出", "xloc": [ "default.handlebars->47->2543", - "default3.handlebars->35->2540" + "default3.handlebars->35->2541" ] }, { @@ -6570,7 +6570,7 @@ "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ "default.handlebars->47->2615", - "default3.handlebars->35->2612" + "default3.handlebars->35->2613" ] }, { @@ -6600,7 +6600,7 @@ "zh-cht": "帳戶已刪除", "xloc": [ "default.handlebars->47->2604", - "default3.handlebars->35->2601" + "default3.handlebars->35->2602" ] }, { @@ -6662,7 +6662,7 @@ "default-mobile.handlebars->11->942", "default.handlebars->47->1789", "default.handlebars->container->column_l->p42->p42tbl->1->0->8", - "default3.handlebars->35->1772", + "default3.handlebars->35->1773", "default3.handlebars->container->column_l->p42->p42tbl->1->0->17" ] }, @@ -6853,7 +6853,7 @@ "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ "default.handlebars->47->2304", - "default3.handlebars->35->2298" + "default3.handlebars->35->2299" ] }, { @@ -6888,7 +6888,7 @@ "default.handlebars->47->1675", "default.handlebars->47->924", "default.handlebars->47->926", - "default3.handlebars->35->1658", + "default3.handlebars->35->1659", "default3.handlebars->35->921", "default3.handlebars->35->923" ] @@ -6952,7 +6952,7 @@ "default.handlebars->47->1100", "default.handlebars->47->2253", "default3.handlebars->35->1097", - "default3.handlebars->35->2249" + "default3.handlebars->35->2250" ] }, { @@ -6982,7 +6982,7 @@ "zh-cht": "活動登錄令牌", "xloc": [ "default.handlebars->47->2141", - "default3.handlebars->35->2141" + "default3.handlebars->35->2142" ] }, { @@ -7102,8 +7102,8 @@ "default-mobile.handlebars->11->680", "default.handlebars->47->1452", "default.handlebars->47->1458", - "default3.handlebars->35->1439", - "default3.handlebars->35->1445", + "default3.handlebars->35->1440", + "default3.handlebars->35->1446", "sharing-mobile.handlebars->11->41" ] }, @@ -7187,7 +7187,7 @@ "xloc": [ "default.handlebars->47->2243", "default.handlebars->47->501", - "default3.handlebars->35->2239", + "default3.handlebars->35->2240", "default3.handlebars->35->498" ] }, @@ -7247,9 +7247,9 @@ "default.handlebars->47->2917", "default.handlebars->47->3112", "default.handlebars->47->505", - "default3.handlebars->35->2243", - "default3.handlebars->35->2911", - "default3.handlebars->35->3100", + "default3.handlebars->35->2244", + "default3.handlebars->35->2912", + "default3.handlebars->35->3101", "default3.handlebars->35->502" ] }, @@ -7313,9 +7313,9 @@ "default.handlebars->47->2911", "default.handlebars->47->3100", "default.handlebars->47->401", - "default3.handlebars->35->2389", - "default3.handlebars->35->2905", - "default3.handlebars->35->3088", + "default3.handlebars->35->2390", + "default3.handlebars->35->2906", + "default3.handlebars->35->3089", "default3.handlebars->35->398" ] }, @@ -7346,7 +7346,7 @@ "zh-cht": "新增裝置群權限", "xloc": [ "default.handlebars->47->2389", - "default3.handlebars->35->2386" + "default3.handlebars->35->2387" ] }, { @@ -7377,8 +7377,8 @@ "xloc": [ "default.handlebars->47->2394", "default.handlebars->47->2396", - "default3.handlebars->35->2391", - "default3.handlebars->35->2393" + "default3.handlebars->35->2392", + "default3.handlebars->35->2394" ] }, { @@ -7550,7 +7550,7 @@ "zh-cht": "新增成員身份", "xloc": [ "default.handlebars->47->3132", - "default3.handlebars->35->3120" + "default3.handlebars->35->3121" ] }, { @@ -7641,8 +7641,8 @@ "default.handlebars->47->257", "default.handlebars->47->260", "default.handlebars->47->262", - "default3.handlebars->35->1837", "default3.handlebars->35->1838", + "default3.handlebars->35->1839", "default3.handlebars->35->252", "default3.handlebars->35->254", "default3.handlebars->35->257", @@ -7707,7 +7707,7 @@ "zh-cht": "新增用戶裝置權限", "xloc": [ "default.handlebars->47->2399", - "default3.handlebars->35->2396" + "default3.handlebars->35->2397" ] }, { @@ -7741,9 +7741,9 @@ "default.handlebars->47->2391", "default.handlebars->47->3106", "default3.handlebars->35->1090", - "default3.handlebars->35->2233", - "default3.handlebars->35->2388", - "default3.handlebars->35->3094" + "default3.handlebars->35->2234", + "default3.handlebars->35->2389", + "default3.handlebars->35->3095" ] }, { @@ -7773,7 +7773,7 @@ "zh-cht": "新增用戶群裝置權限", "xloc": [ "default.handlebars->47->2401", - "default3.handlebars->35->2398" + "default3.handlebars->35->2399" ] }, { @@ -7859,8 +7859,8 @@ "xloc": [ "default.handlebars->47->2236", "default.handlebars->47->2906", - "default3.handlebars->35->2232", - "default3.handlebars->35->2900" + "default3.handlebars->35->2233", + "default3.handlebars->35->2901" ] }, { @@ -7890,7 +7890,7 @@ "zh-cht": "將用戶新增到裝置群", "xloc": [ "default.handlebars->47->2388", - "default3.handlebars->35->2385" + "default3.handlebars->35->2386" ] }, { @@ -7920,7 +7920,7 @@ "zh-cht": "將用戶新增到用戶群", "xloc": [ "default.handlebars->47->2941", - "default3.handlebars->35->2935" + "default3.handlebars->35->2936" ] }, { @@ -8127,7 +8127,7 @@ "xloc": [ "default.handlebars->47->2242", "default.handlebars->47->500", - "default3.handlebars->35->2238", + "default3.handlebars->35->2239", "default3.handlebars->35->497" ] }, @@ -8159,7 +8159,7 @@ "xloc": [ "default.handlebars->47->2246", "default.handlebars->47->504", - "default3.handlebars->35->2242", + "default3.handlebars->35->2243", "default3.handlebars->35->501" ] }, @@ -8280,7 +8280,7 @@ "zh-cht": "添加了身份驗證應用程序", "xloc": [ "default.handlebars->47->2631", - "default3.handlebars->35->2628" + "default3.handlebars->35->2629" ] }, { @@ -8310,7 +8310,7 @@ "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ "default.handlebars->47->2642", - "default3.handlebars->35->2639" + "default3.handlebars->35->2640" ] }, { @@ -8340,7 +8340,7 @@ "zh-cht": "添加了每天重複的設備共享 {0}。", "xloc": [ "default.handlebars->47->2679", - "default3.handlebars->35->2676" + "default3.handlebars->35->2677" ] }, { @@ -8370,7 +8370,7 @@ "zh-cht": "添加了每週重複的設備共享 {0}。", "xloc": [ "default.handlebars->47->2680", - "default3.handlebars->35->2677" + "default3.handlebars->35->2678" ] }, { @@ -8400,7 +8400,7 @@ "zh-cht": "添加了無限時間的設備共享 {0}。", "xloc": [ "default.handlebars->47->2672", - "default3.handlebars->35->2669" + "default3.handlebars->35->2670" ] }, { @@ -8431,8 +8431,8 @@ "xloc": [ "default.handlebars->47->2598", "default.handlebars->47->2625", - "default3.handlebars->35->2595", - "default3.handlebars->35->2622" + "default3.handlebars->35->2596", + "default3.handlebars->35->2623" ] }, { @@ -8462,7 +8462,7 @@ "zh-cht": "添加了登錄令牌", "xloc": [ "default.handlebars->47->2656", - "default3.handlebars->35->2653" + "default3.handlebars->35->2654" ] }, { @@ -8492,7 +8492,7 @@ "zh-cht": "增加推送通知認證設備", "xloc": [ "default.handlebars->47->2654", - "default3.handlebars->35->2651" + "default3.handlebars->35->2652" ] }, { @@ -8522,7 +8522,7 @@ "zh-cht": "添加了安全密鑰", "xloc": [ "default.handlebars->47->2636", - "default3.handlebars->35->2633" + "default3.handlebars->35->2634" ] }, { @@ -8552,7 +8552,7 @@ "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ "default.handlebars->47->2609", - "default3.handlebars->35->2606" + "default3.handlebars->35->2607" ] }, { @@ -8583,8 +8583,8 @@ "xloc": [ "default.handlebars->47->2612", "default.handlebars->47->2621", - "default3.handlebars->35->2609", - "default3.handlebars->35->2618" + "default3.handlebars->35->2610", + "default3.handlebars->35->2619" ] }, { @@ -8674,7 +8674,7 @@ "xloc": [ "default-mobile.handlebars->11->831", "default.handlebars->47->1677", - "default3.handlebars->35->1660" + "default3.handlebars->35->1661" ] }, { @@ -8705,7 +8705,7 @@ "xloc": [ "default-mobile.handlebars->11->837", "default.handlebars->47->1683", - "default3.handlebars->35->1666" + "default3.handlebars->35->1667" ] }, { @@ -8739,10 +8739,10 @@ "default.handlebars->47->3228", "default.handlebars->47->3281", "default.handlebars->termShellContextMenu->3", - "default3.handlebars->35->3140", - "default3.handlebars->35->3150", - "default3.handlebars->35->3216", - "default3.handlebars->35->3269", + "default3.handlebars->35->3141", + "default3.handlebars->35->3151", + "default3.handlebars->35->3217", + "default3.handlebars->35->3270", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0", "player.handlebars->3->29", "xterm.handlebars->termShellContextMenu->cxtermps" @@ -8775,7 +8775,7 @@ "zh-cht": "管理領域", "xloc": [ "default.handlebars->47->2993", - "default3.handlebars->35->2987" + "default3.handlebars->35->2988" ] }, { @@ -8836,7 +8836,7 @@ "zh-cht": "管理領域", "xloc": [ "default.handlebars->47->2838", - "default3.handlebars->35->2832" + "default3.handlebars->35->2833" ] }, { @@ -8866,7 +8866,7 @@ "zh-cht": "管理員", "xloc": [ "default.handlebars->47->2756", - "default3.handlebars->35->2753" + "default3.handlebars->35->2754" ] }, { @@ -8897,7 +8897,7 @@ "xloc": [ "default-mobile.handlebars->11->115", "default.handlebars->47->1859", - "default3.handlebars->35->1840", + "default3.handlebars->35->1841", "login2.handlebars->7->1" ] }, @@ -8938,9 +8938,9 @@ "default.handlebars->47->728", "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->35->2469", - "default3.handlebars->35->2482", - "default3.handlebars->35->3367", + "default3.handlebars->35->2470", + "default3.handlebars->35->2483", + "default3.handlebars->35->3368", "default3.handlebars->35->418", "default3.handlebars->35->725", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -8975,8 +8975,8 @@ "xloc": [ "default.handlebars->47->2474", "default.handlebars->47->2487", - "default3.handlebars->35->2471", - "default3.handlebars->35->2484" + "default3.handlebars->35->2472", + "default3.handlebars->35->2485" ] }, { @@ -9040,7 +9040,7 @@ "default-mobile.handlebars->11->616", "default.handlebars->47->2409", "default.handlebars->47->818", - "default3.handlebars->35->2406", + "default3.handlebars->35->2407", "default3.handlebars->35->815" ] }, @@ -9071,7 +9071,7 @@ "zh-cht": "代理錯誤計數器", "xloc": [ "default.handlebars->47->3347", - "default3.handlebars->35->3335" + "default3.handlebars->35->3336" ] }, { @@ -9294,7 +9294,7 @@ "default.handlebars->47->1121", "default.handlebars->47->2274", "default3.handlebars->35->1118", - "default3.handlebars->35->2270" + "default3.handlebars->35->2271" ] }, { @@ -9324,7 +9324,7 @@ "zh-cht": "代理時段", "xloc": [ "default.handlebars->47->3364", - "default3.handlebars->35->3352" + "default3.handlebars->35->3353" ] }, { @@ -9444,7 +9444,7 @@ "xloc": [ "default.handlebars->47->2483", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1", - "default3.handlebars->35->2480", + "default3.handlebars->35->2481", "default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -9507,7 +9507,7 @@ "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ "default.handlebars->47->2595", - "default3.handlebars->35->2592" + "default3.handlebars->35->2593" ] }, { @@ -9740,7 +9740,7 @@ "xloc": [ "default-mobile.handlebars->11->925", "default.handlebars->47->1772", - "default3.handlebars->35->1755" + "default3.handlebars->35->1756" ] }, { @@ -9771,7 +9771,7 @@ "xloc": [ "default-mobile.handlebars->11->924", "default.handlebars->47->1771", - "default3.handlebars->35->1754" + "default3.handlebars->35->1755" ] }, { @@ -10015,8 +10015,8 @@ "default.handlebars->47->2440", "default.handlebars->47->3392", "default.handlebars->47->588", - "default3.handlebars->35->2437", - "default3.handlebars->35->3380", + "default3.handlebars->35->2438", + "default3.handlebars->35->3381", "default3.handlebars->35->585" ] }, @@ -10048,7 +10048,7 @@ "xloc": [ "default-mobile.handlebars->11->116", "default.handlebars->47->1860", - "default3.handlebars->35->1841", + "default3.handlebars->35->1842", "login2.handlebars->7->2" ] }, @@ -10096,7 +10096,7 @@ "default-mobile.handlebars->11->720", "default.handlebars->47->3196", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1", - "default3.handlebars->35->3184", + "default3.handlebars->35->3185", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1", "sharing-mobile.handlebars->11->80", "sharing-mobile.handlebars->11->82" @@ -10129,7 +10129,7 @@ "zh-cht": "全部可用", "xloc": [ "default.handlebars->47->2718", - "default3.handlebars->35->2715" + "default3.handlebars->35->2716" ] }, { @@ -10160,7 +10160,7 @@ "xloc": [ "default.handlebars->47->2441", "default.handlebars->47->589", - "default3.handlebars->35->2438", + "default3.handlebars->35->2439", "default3.handlebars->35->586" ] }, @@ -10191,7 +10191,7 @@ "zh-cht": "所有顯示", "xloc": [ "default.handlebars->47->1503", - "default3.handlebars->35->1488" + "default3.handlebars->35->1489" ] }, { @@ -10221,7 +10221,7 @@ "zh-cht": "所有事件", "xloc": [ "default.handlebars->47->2716", - "default3.handlebars->35->2713" + "default3.handlebars->35->2714" ] }, { @@ -10254,8 +10254,8 @@ "default.handlebars->47->1423", "default.handlebars->47->1424", "default3.handlebars->35->1408", - "default3.handlebars->35->1410", - "default3.handlebars->35->1411" + "default3.handlebars->35->1411", + "default3.handlebars->35->1412" ] }, { @@ -10296,7 +10296,7 @@ "zh-chs": "所有主题", "zh-cht": "所有主題", "xloc": [ - "default3.handlebars->35->2109" + "default3.handlebars->35->2110" ] }, { @@ -10332,7 +10332,7 @@ "en": "Allow to override server device name until next connection", "xloc": [ "default.handlebars->47->2346", - "default3.handlebars->35->2343" + "default3.handlebars->35->2344" ] }, { @@ -10363,8 +10363,8 @@ "xloc": [ "default.handlebars->47->2353", "default.handlebars->47->2938", - "default3.handlebars->35->2350", - "default3.handlebars->35->2932" + "default3.handlebars->35->2351", + "default3.handlebars->35->2933" ] }, { @@ -10394,7 +10394,7 @@ "zh-cht": "允許用戶管理此裝置。", "xloc": [ "default.handlebars->47->2354", - "default3.handlebars->35->2351" + "default3.handlebars->35->2352" ] }, { @@ -10514,8 +10514,8 @@ "default-mobile.handlebars->11->677", "default.handlebars->47->1445", "default.handlebars->47->1449", - "default3.handlebars->35->1432", - "default3.handlebars->35->1436", + "default3.handlebars->35->1433", + "default3.handlebars->35->1437", "sharing-mobile.handlebars->11->34", "sharing-mobile.handlebars->11->38" ] @@ -10639,7 +10639,7 @@ "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ "default.handlebars->47->1537", - "default3.handlebars->35->1522", + "default3.handlebars->35->1523", "sharing.handlebars->11->37" ] }, @@ -10740,9 +10740,9 @@ "default.handlebars->47->2897", "default.handlebars->47->3002", "default.handlebars->47->987", - "default3.handlebars->35->2209", - "default3.handlebars->35->2891", - "default3.handlebars->35->2996", + "default3.handlebars->35->2210", + "default3.handlebars->35->2892", + "default3.handlebars->35->2997", "default3.handlebars->35->984" ] }, @@ -10776,9 +10776,9 @@ "default.handlebars->47->2898", "default.handlebars->47->3003", "default.handlebars->47->988", - "default3.handlebars->35->2210", - "default3.handlebars->35->2892", - "default3.handlebars->35->2997", + "default3.handlebars->35->2211", + "default3.handlebars->35->2893", + "default3.handlebars->35->2998", "default3.handlebars->35->985" ] }, @@ -10887,7 +10887,7 @@ "uk": "Сталася невідома помилка.", "xloc": [ "default.handlebars->47->3141", - "default3.handlebars->35->3129" + "default3.handlebars->35->3130" ] }, { @@ -11059,7 +11059,7 @@ "xloc": [ "default-mobile.handlebars->11->806", "default.handlebars->47->1642", - "default3.handlebars->35->1627" + "default3.handlebars->35->1628" ] }, { @@ -11121,8 +11121,8 @@ "xloc": [ "default.handlebars->47->2476", "default.handlebars->47->2490", - "default3.handlebars->35->2473", - "default3.handlebars->35->2487" + "default3.handlebars->35->2474", + "default3.handlebars->35->2488" ] }, { @@ -11567,7 +11567,7 @@ "xloc": [ "default-mobile.handlebars->11->118", "default.handlebars->47->1862", - "default3.handlebars->35->1843", + "default3.handlebars->35->1844", "login2.handlebars->7->4" ] }, @@ -11599,7 +11599,7 @@ "xloc": [ "default-mobile.handlebars->11->119", "default.handlebars->47->1863", - "default3.handlebars->35->1844", + "default3.handlebars->35->1845", "login2.handlebars->7->5" ] }, @@ -11631,7 +11631,7 @@ "xloc": [ "default-mobile.handlebars->11->120", "default.handlebars->47->1864", - "default3.handlebars->35->1845", + "default3.handlebars->35->1846", "login2.handlebars->7->6" ] }, @@ -11663,7 +11663,7 @@ "xloc": [ "default-mobile.handlebars->11->121", "default.handlebars->47->1865", - "default3.handlebars->35->1846", + "default3.handlebars->35->1847", "login2.handlebars->7->7" ] }, @@ -11695,7 +11695,7 @@ "xloc": [ "default-mobile.handlebars->11->122", "default.handlebars->47->1866", - "default3.handlebars->35->1847", + "default3.handlebars->35->1848", "login2.handlebars->7->8" ] }, @@ -11727,7 +11727,7 @@ "xloc": [ "default-mobile.handlebars->11->123", "default.handlebars->47->1867", - "default3.handlebars->35->1848", + "default3.handlebars->35->1849", "login2.handlebars->7->9" ] }, @@ -11759,7 +11759,7 @@ "xloc": [ "default-mobile.handlebars->11->124", "default.handlebars->47->1868", - "default3.handlebars->35->1849", + "default3.handlebars->35->1850", "login2.handlebars->7->10" ] }, @@ -11791,7 +11791,7 @@ "xloc": [ "default-mobile.handlebars->11->125", "default.handlebars->47->1869", - "default3.handlebars->35->1850", + "default3.handlebars->35->1851", "login2.handlebars->7->11" ] }, @@ -11823,7 +11823,7 @@ "xloc": [ "default-mobile.handlebars->11->126", "default.handlebars->47->1870", - "default3.handlebars->35->1851", + "default3.handlebars->35->1852", "login2.handlebars->7->12" ] }, @@ -11855,7 +11855,7 @@ "xloc": [ "default-mobile.handlebars->11->127", "default.handlebars->47->1871", - "default3.handlebars->35->1852", + "default3.handlebars->35->1853", "login2.handlebars->7->13" ] }, @@ -11887,7 +11887,7 @@ "xloc": [ "default-mobile.handlebars->11->128", "default.handlebars->47->1872", - "default3.handlebars->35->1853", + "default3.handlebars->35->1854", "login2.handlebars->7->14" ] }, @@ -11919,7 +11919,7 @@ "xloc": [ "default-mobile.handlebars->11->129", "default.handlebars->47->1873", - "default3.handlebars->35->1854", + "default3.handlebars->35->1855", "login2.handlebars->7->15" ] }, @@ -11951,7 +11951,7 @@ "xloc": [ "default-mobile.handlebars->11->117", "default.handlebars->47->1861", - "default3.handlebars->35->1842", + "default3.handlebars->35->1843", "login2.handlebars->7->3" ] }, @@ -11983,7 +11983,7 @@ "xloc": [ "default-mobile.handlebars->11->130", "default.handlebars->47->1874", - "default3.handlebars->35->1855", + "default3.handlebars->35->1856", "login2.handlebars->7->16" ] }, @@ -12015,7 +12015,7 @@ "xloc": [ "default-mobile.handlebars->11->131", "default.handlebars->47->1875", - "default3.handlebars->35->1856", + "default3.handlebars->35->1857", "login2.handlebars->7->17" ] }, @@ -12047,7 +12047,7 @@ "xloc": [ "default-mobile.handlebars->11->132", "default.handlebars->47->1876", - "default3.handlebars->35->1857", + "default3.handlebars->35->1858", "login2.handlebars->7->18" ] }, @@ -12079,7 +12079,7 @@ "xloc": [ "default-mobile.handlebars->11->133", "default.handlebars->47->1877", - "default3.handlebars->35->1858", + "default3.handlebars->35->1859", "login2.handlebars->7->19" ] }, @@ -12111,7 +12111,7 @@ "xloc": [ "default-mobile.handlebars->11->134", "default.handlebars->47->1878", - "default3.handlebars->35->1859", + "default3.handlebars->35->1860", "login2.handlebars->7->20" ] }, @@ -12147,9 +12147,9 @@ "default.handlebars->47->1619", "default.handlebars->47->1621", "default.handlebars->47->1623", - "default3.handlebars->35->1604", - "default3.handlebars->35->1606", - "default3.handlebars->35->1608" + "default3.handlebars->35->1605", + "default3.handlebars->35->1607", + "default3.handlebars->35->1609" ] }, { @@ -12210,7 +12210,7 @@ "xloc": [ "default-mobile.handlebars->11->967", "default.handlebars->47->2318", - "default3.handlebars->35->2312" + "default3.handlebars->35->2313" ] }, { @@ -12254,7 +12254,7 @@ "uk": "Ви впевнені, що бажаєте відкрити цей файл/теку на робочому столі віддаленого пристрою?", "xloc": [ "default.handlebars->47->1559", - "default3.handlebars->35->1544" + "default3.handlebars->35->1545" ] }, { @@ -12344,7 +12344,7 @@ "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ "default.handlebars->47->3445", - "default3.handlebars->35->3433" + "default3.handlebars->35->3434" ] }, { @@ -12406,7 +12406,7 @@ "xloc": [ "default-mobile.handlebars->11->135", "default.handlebars->47->1879", - "default3.handlebars->35->1860", + "default3.handlebars->35->1861", "login2.handlebars->7->21" ] }, @@ -12620,7 +12620,7 @@ "xloc": [ "default-mobile.handlebars->11->136", "default.handlebars->47->1880", - "default3.handlebars->35->1861", + "default3.handlebars->35->1862", "login2.handlebars->7->22" ] }, @@ -12800,7 +12800,7 @@ "xloc": [ "default-mobile.handlebars->11->137", "default.handlebars->47->1881", - "default3.handlebars->35->1862", + "default3.handlebars->35->1863", "login2.handlebars->7->23" ] }, @@ -12831,7 +12831,7 @@ "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ "default.handlebars->47->2564", - "default3.handlebars->35->2561" + "default3.handlebars->35->2562" ] }, { @@ -12892,9 +12892,9 @@ "default.handlebars->47->1512", "default.handlebars->47->1516", "default.handlebars->47->1528", - "default3.handlebars->35->1497", - "default3.handlebars->35->1501", - "default3.handlebars->35->1513", + "default3.handlebars->35->1498", + "default3.handlebars->35->1502", + "default3.handlebars->35->1514", "sharing-mobile.handlebars->11->47", "sharing-mobile.handlebars->11->56", "sharing-mobile.handlebars->11->64", @@ -12932,7 +12932,7 @@ "zh-cht": "認證軟體", "xloc": [ "default.handlebars->47->3006", - "default3.handlebars->35->3000" + "default3.handlebars->35->3001" ] }, { @@ -12964,9 +12964,9 @@ "default.handlebars->47->1842", "default.handlebars->47->1844", "default.handlebars->47->1848", - "default3.handlebars->35->1824", - "default3.handlebars->35->1826", - "default3.handlebars->35->1829" + "default3.handlebars->35->1825", + "default3.handlebars->35->1827", + "default3.handlebars->35->1830" ] }, { @@ -12999,8 +12999,8 @@ "default-mobile.handlebars->11->712", "default.handlebars->47->1530", "default.handlebars->47->1545", - "default3.handlebars->35->1515", - "default3.handlebars->35->1530", + "default3.handlebars->35->1516", + "default3.handlebars->35->1531", "sharing-mobile.handlebars->11->57", "sharing-mobile.handlebars->11->74" ] @@ -13039,8 +13039,8 @@ "default.handlebars->47->1840", "default.handlebars->47->229", "default.handlebars->47->234", - "default3.handlebars->35->1820", - "default3.handlebars->35->1822", + "default3.handlebars->35->1821", + "default3.handlebars->35->1823", "default3.handlebars->35->228", "default3.handlebars->35->233" ] @@ -13194,8 +13194,8 @@ "xloc": [ "default.handlebars->47->2196", "default.handlebars->47->2709", - "default3.handlebars->35->2192", - "default3.handlebars->35->2706" + "default3.handlebars->35->2193", + "default3.handlebars->35->2707" ] }, { @@ -13262,7 +13262,7 @@ "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ "default.handlebars->47->2645", - "default3.handlebars->35->2642" + "default3.handlebars->35->2643" ] }, { @@ -13293,8 +13293,8 @@ "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel", "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel->3", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17->3" ] }, { @@ -13380,7 +13380,7 @@ "zh-cht": "自動移除非活動設備", "xloc": [ "default.handlebars->47->2348", - "default3.handlebars->35->2345" + "default3.handlebars->35->2346" ] }, { @@ -13410,7 +13410,7 @@ "zh-cht": "可用內存", "xloc": [ "default.handlebars->47->3373", - "default3.handlebars->35->3361" + "default3.handlebars->35->3362" ] }, { @@ -13441,7 +13441,7 @@ "xloc": [ "default-mobile.handlebars->11->138", "default.handlebars->47->1882", - "default3.handlebars->35->1863", + "default3.handlebars->35->1864", "login2.handlebars->7->24" ] }, @@ -13516,7 +13516,7 @@ "xloc": [ "default-mobile.handlebars->11->846", "default.handlebars->47->1692", - "default3.handlebars->35->1675" + "default3.handlebars->35->1676" ] }, { @@ -13656,7 +13656,7 @@ "xloc": [ "default-mobile.handlebars->11->654", "default.handlebars->47->1427", - "default3.handlebars->35->1414", + "default3.handlebars->35->1415", "sharing-mobile.handlebars->11->17" ] }, @@ -13721,8 +13721,8 @@ "default.handlebars->47->2454", "default.handlebars->47->575", "default.handlebars->47->596", - "default3.handlebars->35->2444", - "default3.handlebars->35->2451", + "default3.handlebars->35->2445", + "default3.handlebars->35->2452", "default3.handlebars->35->572", "default3.handlebars->35->593" ] @@ -13759,8 +13759,8 @@ "default.handlebars->47->576", "default.handlebars->47->597", "default.handlebars->47->614", - "default3.handlebars->35->2445", - "default3.handlebars->35->2453", + "default3.handlebars->35->2446", + "default3.handlebars->35->2454", "default3.handlebars->35->573", "default3.handlebars->35->594", "default3.handlebars->35->611" @@ -13825,8 +13825,8 @@ "xloc": [ "default.handlebars->47->3010", "default.handlebars->47->3249", - "default3.handlebars->35->3004", - "default3.handlebars->35->3237" + "default3.handlebars->35->3005", + "default3.handlebars->35->3238" ] }, { @@ -13917,7 +13917,7 @@ "zh-cht": "錯誤的簽名", "xloc": [ "default.handlebars->47->3354", - "default3.handlebars->35->3342" + "default3.handlebars->35->3343" ] }, { @@ -13947,7 +13947,7 @@ "zh-cht": "錯誤的網絡憑證", "xloc": [ "default.handlebars->47->3353", - "default3.handlebars->35->3341" + "default3.handlebars->35->3342" ] }, { @@ -13978,7 +13978,7 @@ "xloc": [ "default-mobile.handlebars->11->139", "default.handlebars->47->1883", - "default3.handlebars->35->1864", + "default3.handlebars->35->1865", "login2.handlebars->7->25" ] }, @@ -14084,7 +14084,7 @@ "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ "default.handlebars->47->2644", - "default3.handlebars->35->2641" + "default3.handlebars->35->2642" ] }, { @@ -14115,7 +14115,7 @@ "xloc": [ "default-mobile.handlebars->11->141", "default.handlebars->47->1885", - "default3.handlebars->35->1866", + "default3.handlebars->35->1867", "login2.handlebars->7->27" ] }, @@ -14147,7 +14147,7 @@ "xloc": [ "default-mobile.handlebars->11->142", "default.handlebars->47->1886", - "default3.handlebars->35->1867", + "default3.handlebars->35->1868", "login2.handlebars->7->28" ] }, @@ -14217,7 +14217,7 @@ "xloc": [ "default-mobile.handlebars->11->902", "default.handlebars->47->1748", - "default3.handlebars->35->1731" + "default3.handlebars->35->1732" ] }, { @@ -14229,7 +14229,7 @@ "xloc": [ "default-mobile.handlebars->11->923", "default.handlebars->47->1769", - "default3.handlebars->35->1752" + "default3.handlebars->35->1753" ] }, { @@ -14260,7 +14260,7 @@ "xloc": [ "default-mobile.handlebars->11->803", "default.handlebars->47->1639", - "default3.handlebars->35->1624" + "default3.handlebars->35->1625" ] }, { @@ -14291,7 +14291,7 @@ "xloc": [ "default-mobile.handlebars->11->143", "default.handlebars->47->1887", - "default3.handlebars->35->1868", + "default3.handlebars->35->1869", "login2.handlebars->7->29" ] }, @@ -14323,7 +14323,7 @@ "xloc": [ "default-mobile.handlebars->11->144", "default.handlebars->47->1888", - "default3.handlebars->35->1869", + "default3.handlebars->35->1870", "login2.handlebars->7->30" ] }, @@ -14355,7 +14355,7 @@ "xloc": [ "default.handlebars->47->2904", "default.handlebars->container->column_l->p4->3->1->0->3->1", - "default3.handlebars->35->2898", + "default3.handlebars->35->2899", "default3.handlebars->container->column_l->p4->3->1->0->1->3" ] }, @@ -14386,7 +14386,7 @@ "zh-cht": "廣播消息", "xloc": [ "default.handlebars->47->2820", - "default3.handlebars->35->2816" + "default3.handlebars->35->2817" ] }, { @@ -14416,7 +14416,7 @@ "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ "default.handlebars->47->2815", - "default3.handlebars->35->2811" + "default3.handlebars->35->2812" ] }, { @@ -14446,7 +14446,7 @@ "zh-cht": "瀏覽器", "xloc": [ "default.handlebars->47->3220", - "default3.handlebars->35->3208" + "default3.handlebars->35->3209" ] }, { @@ -14538,7 +14538,7 @@ "xloc": [ "default-mobile.handlebars->11->140", "default.handlebars->47->1884", - "default3.handlebars->35->1865", + "default3.handlebars->35->1866", "login2.handlebars->7->26" ] }, @@ -14570,7 +14570,7 @@ "xloc": [ "default-mobile.handlebars->11->145", "default.handlebars->47->1889", - "default3.handlebars->35->1870", + "default3.handlebars->35->1871", "login2.handlebars->7->31" ] }, @@ -14601,7 +14601,7 @@ "zh-cht": "默認情況下,非活動設備將在 1 天后移除。", "xloc": [ "default.handlebars->47->2350", - "default3.handlebars->35->2347" + "default3.handlebars->35->2348" ] }, { @@ -14631,7 +14631,7 @@ "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。", "xloc": [ "default.handlebars->47->2351", - "default3.handlebars->35->2348" + "default3.handlebars->35->2349" ] }, { @@ -14674,7 +14674,7 @@ "zh-cht": "字節輸入", "xloc": [ "default.handlebars->47->3216", - "default3.handlebars->35->3204" + "default3.handlebars->35->3205" ] }, { @@ -14704,7 +14704,7 @@ "zh-cht": "字節輸出", "xloc": [ "default.handlebars->47->3217", - "default3.handlebars->35->3205" + "default3.handlebars->35->3206" ] }, { @@ -14814,7 +14814,7 @@ "zh-cht": "CCM模式", "xloc": [ "default.handlebars->47->2301", - "default3.handlebars->35->2295" + "default3.handlebars->35->2296" ] }, { @@ -14828,9 +14828,9 @@ "default.handlebars->47->1741", "default.handlebars->47->1753", "default.handlebars->47->1760", - "default3.handlebars->35->1724", - "default3.handlebars->35->1736", - "default3.handlebars->35->1743" + "default3.handlebars->35->1725", + "default3.handlebars->35->1737", + "default3.handlebars->35->1744" ] }, { @@ -14863,7 +14863,7 @@ "default.handlebars->47->3380", "default.handlebars->47->423", "default.handlebars->47->730", - "default3.handlebars->35->3368", + "default3.handlebars->35->3369", "default3.handlebars->35->420", "default3.handlebars->35->727" ] @@ -14895,7 +14895,7 @@ "zh-cht": "CIRA伺服器", "xloc": [ "default.handlebars->47->3429", - "default3.handlebars->35->3417" + "default3.handlebars->35->3418" ] }, { @@ -14925,7 +14925,7 @@ "zh-cht": "CIRA伺服器指令", "xloc": [ "default.handlebars->47->3430", - "default3.handlebars->35->3418" + "default3.handlebars->35->3419" ] }, { @@ -14985,7 +14985,7 @@ "zh-cht": "CIRA設置", "xloc": [ "default.handlebars->47->2309", - "default3.handlebars->35->2302" + "default3.handlebars->35->2303" ] }, { @@ -15019,9 +15019,9 @@ "default.handlebars->47->1698", "default.handlebars->47->3405", "default.handlebars->container->column_l->p40->3->1->p40type->5", - "default3.handlebars->35->1599", - "default3.handlebars->35->1681", - "default3.handlebars->35->3393", + "default3.handlebars->35->1600", + "default3.handlebars->35->1682", + "default3.handlebars->35->3394", "default3.handlebars->container->column_l->p40->3->3->p40type->5" ] }, @@ -15052,7 +15052,7 @@ "zh-cht": "CPU負載", "xloc": [ "default.handlebars->47->3369", - "default3.handlebars->35->3357" + "default3.handlebars->35->3358" ] }, { @@ -15082,7 +15082,7 @@ "zh-cht": "最近15分鐘的CPU負載", "xloc": [ "default.handlebars->47->3372", - "default3.handlebars->35->3360" + "default3.handlebars->35->3361" ] }, { @@ -15112,7 +15112,7 @@ "zh-cht": "最近5分鐘的CPU負載", "xloc": [ "default.handlebars->47->3371", - "default3.handlebars->35->3359" + "default3.handlebars->35->3360" ] }, { @@ -15142,7 +15142,7 @@ "zh-cht": "最近一分鐘的CPU負載", "xloc": [ "default.handlebars->47->3370", - "default3.handlebars->35->3358" + "default3.handlebars->35->3359" ] }, { @@ -15174,8 +15174,8 @@ "default.handlebars->47->1508", "default.handlebars->47->1539", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", - "default3.handlebars->35->1493", - "default3.handlebars->35->1524", + "default3.handlebars->35->1494", + "default3.handlebars->35->1525", "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons", "sharing.handlebars->11->25", "sharing.handlebars->11->39", @@ -15209,7 +15209,7 @@ "zh-cht": "CSV", "xloc": [ "default.handlebars->47->2726", - "default3.handlebars->35->2723" + "default3.handlebars->35->2724" ] }, { @@ -15241,8 +15241,8 @@ "default.handlebars->47->2730", "default.handlebars->47->2807", "default.handlebars->47->803", - "default3.handlebars->35->2727", - "default3.handlebars->35->2803", + "default3.handlebars->35->2728", + "default3.handlebars->35->2804", "default3.handlebars->35->800" ] }, @@ -15253,7 +15253,7 @@ "uk": "Формат файлу CSV нижче:", "xloc": [ "default.handlebars->47->2793", - "default3.handlebars->35->2789" + "default3.handlebars->35->2790" ] }, { @@ -15309,7 +15309,7 @@ "zh-cht": "呼叫錯誤", "xloc": [ "default.handlebars->47->3446", - "default3.handlebars->35->3434" + "default3.handlebars->35->3435" ] }, { @@ -15324,8 +15324,8 @@ "xloc": [ "default.handlebars->47->1807", "default.handlebars->47->3045", - "default3.handlebars->35->1789", - "default3.handlebars->35->3039" + "default3.handlebars->35->1790", + "default3.handlebars->35->3040" ] }, { @@ -15527,14 +15527,14 @@ "default.handlebars->47->1738", "default.handlebars->47->1750", "default.handlebars->47->1757", - "default3.handlebars->35->1699", - "default3.handlebars->35->1705", - "default3.handlebars->35->1711", - "default3.handlebars->35->1716", - "default3.handlebars->35->1718", - "default3.handlebars->35->1721", - "default3.handlebars->35->1733", - "default3.handlebars->35->1740" + "default3.handlebars->35->1700", + "default3.handlebars->35->1706", + "default3.handlebars->35->1712", + "default3.handlebars->35->1717", + "default3.handlebars->35->1719", + "default3.handlebars->35->1722", + "default3.handlebars->35->1734", + "default3.handlebars->35->1741" ] }, { @@ -15569,9 +15569,9 @@ "default.handlebars->47->1714", "default.handlebars->47->1720", "default.handlebars->47->1726", - "default3.handlebars->35->1697", - "default3.handlebars->35->1703", - "default3.handlebars->35->1709" + "default3.handlebars->35->1698", + "default3.handlebars->35->1704", + "default3.handlebars->35->1710" ] }, { @@ -15586,9 +15586,9 @@ "default.handlebars->47->1739", "default.handlebars->47->1751", "default.handlebars->47->1758", - "default3.handlebars->35->1722", - "default3.handlebars->35->1734", - "default3.handlebars->35->1741" + "default3.handlebars->35->1723", + "default3.handlebars->35->1735", + "default3.handlebars->35->1742" ] }, { @@ -15619,7 +15619,7 @@ "xloc": [ "default-mobile.handlebars->11->146", "default.handlebars->47->1890", - "default3.handlebars->35->1871", + "default3.handlebars->35->1872", "login2.handlebars->7->32" ] }, @@ -15716,7 +15716,7 @@ "en": "Cerulean", "nl": "Hemelsblauw", "xloc": [ - "default3.handlebars->35->2085" + "default3.handlebars->35->2086" ] }, { @@ -15747,7 +15747,7 @@ "xloc": [ "default-mobile.handlebars->11->147", "default.handlebars->47->1891", - "default3.handlebars->35->1872", + "default3.handlebars->35->1873", "login2.handlebars->7->33" ] }, @@ -15809,7 +15809,7 @@ "zh-cht": "更改{0}的電郵", "xloc": [ "default.handlebars->47->3087", - "default3.handlebars->35->3079" + "default3.handlebars->35->3080" ] }, { @@ -15890,8 +15890,8 @@ "default-mobile.handlebars->11->339", "default.handlebars->47->2107", "default.handlebars->47->3031", - "default3.handlebars->35->2083", - "default3.handlebars->35->3025" + "default3.handlebars->35->2084", + "default3.handlebars->35->3026" ] }, { @@ -15921,7 +15921,7 @@ "zh-cht": "更改{0}的密碼", "xloc": [ "default.handlebars->47->3096", - "default3.handlebars->35->3084" + "default3.handlebars->35->3085" ] }, { @@ -15951,7 +15951,7 @@ "zh-cht": "更改{0}的真實名稱", "xloc": [ "default.handlebars->47->3082", - "default3.handlebars->35->3075" + "default3.handlebars->35->3076" ] }, { @@ -16129,7 +16129,7 @@ "zh-cht": "更改該用戶的密碼", "xloc": [ "default.handlebars->47->3030", - "default3.handlebars->35->3024" + "default3.handlebars->35->3025" ] }, { @@ -16189,7 +16189,7 @@ "zh-cht": "在此處更改你的帳戶電郵地址。", "xloc": [ "default.handlebars->47->2094", - "default3.handlebars->35->2076" + "default3.handlebars->35->2077" ] }, { @@ -16219,7 +16219,7 @@ "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ "default.handlebars->47->2100", - "default3.handlebars->35->2080" + "default3.handlebars->35->2081" ] }, { @@ -16249,7 +16249,7 @@ "zh-cht": "帳戶憑證已更改", "xloc": [ "default.handlebars->47->2616", - "default3.handlebars->35->2613" + "default3.handlebars->35->2614" ] }, { @@ -16279,7 +16279,7 @@ "zh-cht": "將帳戶顯示名稱更改為 {0}。", "xloc": [ "default.handlebars->47->2668", - "default3.handlebars->35->2665" + "default3.handlebars->35->2666" ] }, { @@ -16310,8 +16310,8 @@ "xloc": [ "default.handlebars->47->2600", "default.handlebars->47->2681", - "default3.handlebars->35->2597", - "default3.handlebars->35->2678" + "default3.handlebars->35->2598", + "default3.handlebars->35->2679" ] }, { @@ -16341,7 +16341,7 @@ "zh-cht": "語言從{1}更改為{2}", "xloc": [ "default.handlebars->47->2544", - "default3.handlebars->35->2541" + "default3.handlebars->35->2542" ] }, { @@ -16372,8 +16372,8 @@ "xloc": [ "default.handlebars->47->2602", "default.handlebars->47->2623", - "default3.handlebars->35->2599", - "default3.handlebars->35->2620" + "default3.handlebars->35->2600", + "default3.handlebars->35->2621" ] }, { @@ -16430,7 +16430,7 @@ "xloc": [ "default-mobile.handlebars->11->314", "default.handlebars->47->2058", - "default3.handlebars->35->2039" + "default3.handlebars->35->2040" ] }, { @@ -16468,9 +16468,9 @@ "default3.handlebars->35->1031", "default3.handlebars->35->1148", "default3.handlebars->35->1173", - "default3.handlebars->35->2744", - "default3.handlebars->35->3020", - "default3.handlebars->35->3021" + "default3.handlebars->35->2745", + "default3.handlebars->35->3021", + "default3.handlebars->35->3022" ] }, { @@ -16503,8 +16503,8 @@ "default-mobile.handlebars->11->997", "default.handlebars->47->2382", "default.handlebars->47->2420", - "default3.handlebars->35->2379", - "default3.handlebars->35->2417" + "default3.handlebars->35->2380", + "default3.handlebars->35->2418" ] }, { @@ -16535,7 +16535,7 @@ "xloc": [ "default-mobile.handlebars->11->1049", "default.handlebars->47->3318", - "default3.handlebars->35->3306" + "default3.handlebars->35->3307" ] }, { @@ -16595,7 +16595,7 @@ "xloc": [ "default-mobile.handlebars->11->148", "default.handlebars->47->1892", - "default3.handlebars->35->1873", + "default3.handlebars->35->1874", "login2.handlebars->7->34" ] }, @@ -16762,8 +16762,8 @@ "xloc": [ "default.handlebars->47->1858", "default.handlebars->47->3440", - "default3.handlebars->35->1839", - "default3.handlebars->35->3428" + "default3.handlebars->35->1840", + "default3.handlebars->35->3429" ] }, { @@ -16794,7 +16794,7 @@ "xloc": [ "default-mobile.handlebars->11->149", "default.handlebars->47->1893", - "default3.handlebars->35->1874", + "default3.handlebars->35->1875", "login2.handlebars->7->35" ] }, @@ -16826,7 +16826,7 @@ "xloc": [ "default-mobile.handlebars->11->150", "default.handlebars->47->1894", - "default3.handlebars->35->1875", + "default3.handlebars->35->1876", "login2.handlebars->7->36" ] }, @@ -16858,7 +16858,7 @@ "xloc": [ "default-mobile.handlebars->11->151", "default.handlebars->47->1895", - "default3.handlebars->35->1876", + "default3.handlebars->35->1877", "login2.handlebars->7->37" ] }, @@ -16890,7 +16890,7 @@ "xloc": [ "default-mobile.handlebars->11->311", "default.handlebars->47->2055", - "default3.handlebars->35->2036", + "default3.handlebars->35->2037", "login2.handlebars->7->197" ] }, @@ -16922,7 +16922,7 @@ "xloc": [ "default-mobile.handlebars->11->152", "default.handlebars->47->1896", - "default3.handlebars->35->1877", + "default3.handlebars->35->1878", "login2.handlebars->7->38" ] }, @@ -16954,7 +16954,7 @@ "xloc": [ "default-mobile.handlebars->11->153", "default.handlebars->47->1897", - "default3.handlebars->35->1878", + "default3.handlebars->35->1879", "login2.handlebars->7->39" ] }, @@ -16986,7 +16986,7 @@ "xloc": [ "default-mobile.handlebars->11->312", "default.handlebars->47->2056", - "default3.handlebars->35->2037", + "default3.handlebars->35->2038", "login2.handlebars->7->198" ] }, @@ -17049,7 +17049,7 @@ "xloc": [ "default-mobile.handlebars->11->154", "default.handlebars->47->1898", - "default3.handlebars->35->1879", + "default3.handlebars->35->1880", "login2.handlebars->7->40" ] }, @@ -17126,11 +17126,11 @@ "default.handlebars->47->2538", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", - "default3.handlebars->35->1572", - "default3.handlebars->35->1574", - "default3.handlebars->35->1576", - "default3.handlebars->35->1578", - "default3.handlebars->35->2535", + "default3.handlebars->35->1573", + "default3.handlebars->35->1575", + "default3.handlebars->35->1577", + "default3.handlebars->35->1579", + "default3.handlebars->35->2536", "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", @@ -17324,7 +17324,7 @@ "xloc": [ "default-mobile.handlebars->11->1032", "default.handlebars->47->3301", - "default3.handlebars->35->3289" + "default3.handlebars->35->3290" ] }, { @@ -17386,7 +17386,7 @@ "xloc": [ "default-mobile.handlebars->11->933", "default.handlebars->47->1780", - "default3.handlebars->35->1763" + "default3.handlebars->35->1764" ] }, { @@ -17448,7 +17448,7 @@ "xloc": [ "default-mobile.handlebars->11->1031", "default.handlebars->47->3300", - "default3.handlebars->35->3288" + "default3.handlebars->35->3289" ] }, { @@ -17566,8 +17566,8 @@ "xloc": [ "default.handlebars->47->2177", "default.handlebars->47->2481", - "default3.handlebars->35->2173", - "default3.handlebars->35->2478" + "default3.handlebars->35->2174", + "default3.handlebars->35->2479" ] }, { @@ -17627,7 +17627,7 @@ "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ "default.handlebars->47->2877", - "default3.handlebars->35->2871" + "default3.handlebars->35->2872" ] }, { @@ -17773,7 +17773,7 @@ "xloc": [ "default-mobile.handlebars->11->324", "default.handlebars->47->2091", - "default3.handlebars->35->2073" + "default3.handlebars->35->2074" ] }, { @@ -17890,7 +17890,7 @@ "xloc": [ "default-mobile.handlebars->11->830", "default.handlebars->47->1676", - "default3.handlebars->35->1659" + "default3.handlebars->35->1660" ] }, { @@ -17920,7 +17920,7 @@ "zh-cht": "客戶編號", "xloc": [ "default.handlebars->47->2154", - "default3.handlebars->35->2154" + "default3.handlebars->35->2155" ] }, { @@ -17950,7 +17950,7 @@ "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ "default.handlebars->47->2308", - "default3.handlebars->35->2303" + "default3.handlebars->35->2304" ] }, { @@ -17980,7 +17980,7 @@ "zh-cht": "客戶機密", "xloc": [ "default.handlebars->47->2155", - "default3.handlebars->35->2155" + "default3.handlebars->35->2156" ] }, { @@ -18047,8 +18047,8 @@ "default.handlebars->47->241", "default.handlebars->47->250", "default.handlebars->47->3434", - "default3.handlebars->35->1478", - "default3.handlebars->35->1547", + "default3.handlebars->35->1479", + "default3.handlebars->35->1548", "sharing.handlebars->11->52" ] }, @@ -18079,7 +18079,7 @@ "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒", "xloc": [ "default.handlebars->47->2688", - "default3.handlebars->35->2685" + "default3.handlebars->35->2686" ] }, { @@ -18109,7 +18109,7 @@ "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ "default.handlebars->47->2549", - "default3.handlebars->35->2546" + "default3.handlebars->35->2547" ] }, { @@ -18327,7 +18327,7 @@ "default.handlebars->47->2422", "default3.handlebars->35->1150", "default3.handlebars->35->1175", - "default3.handlebars->35->2419" + "default3.handlebars->35->2420" ] }, { @@ -18412,8 +18412,8 @@ "xloc": [ "default.handlebars->47->2912", "default.handlebars->47->3101", - "default3.handlebars->35->2906", - "default3.handlebars->35->3089" + "default3.handlebars->35->2907", + "default3.handlebars->35->3090" ] }, { @@ -18444,8 +18444,8 @@ "xloc": [ "default.handlebars->47->2918", "default.handlebars->47->3113", - "default3.handlebars->35->2912", - "default3.handlebars->35->3101" + "default3.handlebars->35->2913", + "default3.handlebars->35->3102" ] }, { @@ -18476,7 +18476,7 @@ "xloc": [ "default-mobile.handlebars->11->799", "default.handlebars->47->1635", - "default3.handlebars->35->1620" + "default3.handlebars->35->1621" ] }, { @@ -18532,7 +18532,7 @@ "zh-cht": "壓縮檔案...", "xloc": [ "default.handlebars->47->1550", - "default3.handlebars->35->1535", + "default3.handlebars->35->1536", "sharing.handlebars->11->47" ] }, @@ -18575,7 +18575,7 @@ "uk": "Записи файлу конфігурації", "xloc": [ "default.handlebars->47->3267", - "default3.handlebars->35->3255" + "default3.handlebars->35->3256" ] }, { @@ -18616,11 +18616,11 @@ "default.handlebars->47->767", "default3.handlebars->35->1320", "default3.handlebars->35->1328", - "default3.handlebars->35->2313", - "default3.handlebars->35->2774", - "default3.handlebars->35->2861", - "default3.handlebars->35->2928", - "default3.handlebars->35->3087", + "default3.handlebars->35->2314", + "default3.handlebars->35->2775", + "default3.handlebars->35->2862", + "default3.handlebars->35->2929", + "default3.handlebars->35->3088", "default3.handlebars->35->764" ] }, @@ -18654,7 +18654,7 @@ "en": "Confirm Password", "nl": "Bevestig wachtwoord", "xloc": [ - "default3.handlebars->35->2822" + "default3.handlebars->35->2823" ] }, { @@ -18685,7 +18685,7 @@ "xloc": [ "default-mobile.handlebars->11->732", "default.handlebars->47->1582", - "default3.handlebars->35->1567", + "default3.handlebars->35->1568", "sharing-mobile.handlebars->11->93", "sharing.handlebars->11->70" ] @@ -18717,7 +18717,7 @@ "zh-cht": "確認{0}個條目的複製到此位置?", "xloc": [ "default.handlebars->47->1581", - "default3.handlebars->35->1566", + "default3.handlebars->35->1567", "sharing.handlebars->11->69" ] }, @@ -18778,7 +18778,7 @@ "zh-cht": "確認刪除所選帳戶?", "xloc": [ "default.handlebars->47->2776", - "default3.handlebars->35->2773" + "default3.handlebars->35->2774" ] }, { @@ -18834,7 +18834,7 @@ "zh-cht": "確認刪除所選用戶群?", "xloc": [ "default.handlebars->47->2866", - "default3.handlebars->35->2860" + "default3.handlebars->35->2861" ] }, { @@ -18864,7 +18864,7 @@ "zh-cht": "確認刪除用戶{0}?", "xloc": [ "default.handlebars->47->3098", - "default3.handlebars->35->3086" + "default3.handlebars->35->3087" ] }, { @@ -18872,7 +18872,7 @@ "nl": "Bevestig het uitschakelen van 2FA Duo inlogbeveiliging.", "xloc": [ "default.handlebars->47->1837", - "default3.handlebars->35->1819" + "default3.handlebars->35->1820" ] }, { @@ -18880,7 +18880,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->47->1835", - "default3.handlebars->35->1817" + "default3.handlebars->35->1818" ] }, { @@ -18910,7 +18910,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ "default.handlebars->47->2937", - "default3.handlebars->35->2931" + "default3.handlebars->35->2932" ] }, { @@ -18940,7 +18940,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ "default.handlebars->47->3130", - "default3.handlebars->35->3118" + "default3.handlebars->35->3119" ] }, { @@ -18971,7 +18971,7 @@ "xloc": [ "default-mobile.handlebars->11->734", "default.handlebars->47->1584", - "default3.handlebars->35->1569", + "default3.handlebars->35->1570", "sharing-mobile.handlebars->11->95", "sharing.handlebars->11->72" ] @@ -19003,7 +19003,7 @@ "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ "default.handlebars->47->1583", - "default3.handlebars->35->1568", + "default3.handlebars->35->1569", "sharing.handlebars->11->71" ] }, @@ -19064,7 +19064,7 @@ "zh-cht": "確認覆蓋?", "xloc": [ "default.handlebars->47->2530", - "default3.handlebars->35->2527" + "default3.handlebars->35->2528" ] }, { @@ -19095,8 +19095,8 @@ "xloc": [ "default.handlebars->47->2927", "default.handlebars->47->3121", - "default3.handlebars->35->2921", - "default3.handlebars->35->3109" + "default3.handlebars->35->2922", + "default3.handlebars->35->3110" ] }, { @@ -19127,8 +19127,8 @@ "xloc": [ "default.handlebars->47->2929", "default.handlebars->47->3134", - "default3.handlebars->35->2923", - "default3.handlebars->35->3122" + "default3.handlebars->35->2924", + "default3.handlebars->35->3123" ] }, { @@ -19158,7 +19158,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ "default.handlebars->47->3123", - "default3.handlebars->35->3111" + "default3.handlebars->35->3112" ] }, { @@ -19188,7 +19188,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ "default.handlebars->47->3126", - "default3.handlebars->35->3114" + "default3.handlebars->35->3115" ] }, { @@ -19219,8 +19219,8 @@ "xloc": [ "default.handlebars->47->3124", "default.handlebars->47->3127", - "default3.handlebars->35->3112", - "default3.handlebars->35->3115" + "default3.handlebars->35->3113", + "default3.handlebars->35->3116" ] }, { @@ -19251,7 +19251,7 @@ "xloc": [ "default-mobile.handlebars->11->323", "default.handlebars->47->1841", - "default3.handlebars->35->1823" + "default3.handlebars->35->1824" ] }, { @@ -19307,7 +19307,7 @@ "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ "default.handlebars->47->3119", - "default3.handlebars->35->3107" + "default3.handlebars->35->3108" ] }, { @@ -19389,7 +19389,7 @@ "zh-cht": "確認移除推送認證設備?", "xloc": [ "default.handlebars->47->1843", - "default3.handlebars->35->1825" + "default3.handlebars->35->1826" ] }, { @@ -19419,7 +19419,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ "default.handlebars->47->2434", - "default3.handlebars->35->2431" + "default3.handlebars->35->2432" ] }, { @@ -19449,7 +19449,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ "default.handlebars->47->2436", - "default3.handlebars->35->2433" + "default3.handlebars->35->2434" ] }, { @@ -19509,7 +19509,7 @@ "zh-cht": "確認刪除此登錄令牌?", "xloc": [ "default.handlebars->47->2147", - "default3.handlebars->35->2147" + "default3.handlebars->35->2148" ] }, { @@ -19625,7 +19625,7 @@ "xloc": [ "default-mobile.handlebars->11->379", "default.handlebars->47->2533", - "default3.handlebars->35->2530" + "default3.handlebars->35->2531" ] }, { @@ -19663,7 +19663,7 @@ "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->35->2213", + "default3.handlebars->35->2214", "default3.handlebars->35->988", "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", @@ -19766,7 +19766,7 @@ "zh-cht": "連接到伺服器", "xloc": [ "default.handlebars->47->2312", - "default3.handlebars->35->2306" + "default3.handlebars->35->2307" ] }, { @@ -20041,7 +20041,7 @@ "zh-cht": "已連接的Intel® AMT", "xloc": [ "default.handlebars->47->3359", - "default3.handlebars->35->3347" + "default3.handlebars->35->3348" ] }, { @@ -20071,7 +20071,7 @@ "zh-cht": "已連接的Intel® AMT CIRA", "xloc": [ "default.handlebars->47->3360", - "default3.handlebars->35->3348" + "default3.handlebars->35->3349" ] }, { @@ -20101,7 +20101,7 @@ "zh-cht": "已连接的用户", "xloc": [ "default.handlebars->47->3365", - "default3.handlebars->35->3353" + "default3.handlebars->35->3354" ] }, { @@ -20162,7 +20162,7 @@ "xloc": [ "default-mobile.handlebars->11->794", "default.handlebars->47->1630", - "default3.handlebars->35->1615" + "default3.handlebars->35->1616" ] }, { @@ -20309,7 +20309,7 @@ "default.handlebars->47->410", "default.handlebars->47->491", "default.handlebars->47->9", - "default3.handlebars->35->1595", + "default3.handlebars->35->1596", "default3.handlebars->35->404", "default3.handlebars->35->407", "default3.handlebars->35->488", @@ -20375,7 +20375,7 @@ "zh-cht": "連接數量", "xloc": [ "default.handlebars->47->3391", - "default3.handlebars->35->3379" + "default3.handlebars->35->3380" ] }, { @@ -20413,8 +20413,8 @@ "default-mobile.handlebars->11->713", "default.handlebars->47->1529", "default.handlebars->47->1546", - "default3.handlebars->35->1514", - "default3.handlebars->35->1531", + "default3.handlebars->35->1515", + "default3.handlebars->35->1532", "login2.handlebars->7->232", "sharing-mobile.handlebars->11->75" ] @@ -20446,7 +20446,7 @@ "zh-cht": "連接轉發器", "xloc": [ "default.handlebars->47->3428", - "default3.handlebars->35->3416" + "default3.handlebars->35->3417" ] }, { @@ -20540,7 +20540,7 @@ "default.handlebars->47->395", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1", "default3.handlebars->35->1005", - "default3.handlebars->35->2485", + "default3.handlebars->35->2486", "default3.handlebars->35->392", "default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" ] @@ -20572,7 +20572,7 @@ "zh-cht": "同意", "xloc": [ "default.handlebars->47->2708", - "default3.handlebars->35->2705" + "default3.handlebars->35->2706" ] }, { @@ -20734,7 +20734,7 @@ "zh-cht": "Cookie編碼器", "xloc": [ "default.handlebars->47->3411", - "default3.handlebars->35->3399" + "default3.handlebars->35->3400" ] }, { @@ -21070,8 +21070,8 @@ "default.handlebars->47->347", "default.handlebars->47->349", "default.handlebars->47->599", - "default3.handlebars->35->2496", - "default3.handlebars->35->2515", + "default3.handlebars->35->2497", + "default3.handlebars->35->2516", "default3.handlebars->35->322", "default3.handlebars->35->344", "default3.handlebars->35->346", @@ -21235,7 +21235,7 @@ "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ "default.handlebars->47->2592", - "default3.handlebars->35->2589" + "default3.handlebars->35->2590" ] }, { @@ -21445,7 +21445,7 @@ "zh-cht": "核心伺服器", "xloc": [ "default.handlebars->47->3410", - "default3.handlebars->35->3398" + "default3.handlebars->35->3399" ] }, { @@ -21476,7 +21476,7 @@ "xloc": [ "default-mobile.handlebars->11->155", "default.handlebars->47->1899", - "default3.handlebars->35->1880", + "default3.handlebars->35->1881", "login2.handlebars->7->41" ] }, @@ -21484,7 +21484,7 @@ "en": "Cosmo", "nl": "Cosmo", "xloc": [ - "default3.handlebars->35->2086" + "default3.handlebars->35->2087" ] }, { @@ -21540,7 +21540,7 @@ "zh-cht": "創建帳號", "xloc": [ "default.handlebars->47->2834", - "default3.handlebars->35->2830", + "default3.handlebars->35->2831", "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" @@ -21629,7 +21629,7 @@ "xloc": [ "default.handlebars->47->2084", "default.handlebars->47->350", - "default3.handlebars->35->2066", + "default3.handlebars->35->2067", "default3.handlebars->35->347" ] }, @@ -21660,7 +21660,7 @@ "zh-cht": "創建用戶群", "xloc": [ "default.handlebars->47->2874", - "default3.handlebars->35->2868" + "default3.handlebars->35->2869" ] }, { @@ -21720,7 +21720,7 @@ "zh-cht": "使用以下選項創建一個新的裝置群。", "xloc": [ "default.handlebars->47->2114", - "default3.handlebars->35->2114" + "default3.handlebars->35->2115" ] }, { @@ -21780,7 +21780,7 @@ "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。", "xloc": [ "default.handlebars->47->2064", - "default3.handlebars->35->2045" + "default3.handlebars->35->2046" ] }, { @@ -21840,7 +21840,7 @@ "zh-cht": "創建文件夾:“{0}”", "xloc": [ "default.handlebars->47->2585", - "default3.handlebars->35->2582" + "default3.handlebars->35->2583" ] }, { @@ -21923,7 +21923,7 @@ "uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV", "xloc": [ "default.handlebars->47->2791", - "default3.handlebars->35->2787" + "default3.handlebars->35->2788" ] }, { @@ -21984,7 +21984,7 @@ "zh-cht": "創建的設備組:{0}", "xloc": [ "default.handlebars->47->2596", - "default3.handlebars->35->2593" + "default3.handlebars->35->2594" ] }, { @@ -22096,7 +22096,7 @@ "zh-cht": "創建", "xloc": [ "default.handlebars->47->2982", - "default3.handlebars->35->2976" + "default3.handlebars->35->2977" ] }, { @@ -22126,7 +22126,7 @@ "zh-cht": "創作時間", "xloc": [ "default.handlebars->47->2195", - "default3.handlebars->35->2191" + "default3.handlebars->35->2192" ] }, { @@ -22188,8 +22188,8 @@ "xloc": [ "default.handlebars->47->2193", "default.handlebars->47->2194", - "default3.handlebars->35->2189", - "default3.handlebars->35->2190" + "default3.handlebars->35->2190", + "default3.handlebars->35->2191" ] }, { @@ -22224,7 +22224,7 @@ "default.handlebars->47->2152", "default3.handlebars->35->1017", "default3.handlebars->35->1391", - "default3.handlebars->35->2152" + "default3.handlebars->35->2153" ] }, { @@ -22255,7 +22255,7 @@ "xloc": [ "default-mobile.handlebars->11->156", "default.handlebars->47->1900", - "default3.handlebars->35->1881", + "default3.handlebars->35->1882", "login2.handlebars->7->42" ] }, @@ -22287,7 +22287,7 @@ "xloc": [ "default-mobile.handlebars->11->157", "default.handlebars->47->1901", - "default3.handlebars->35->1882", + "default3.handlebars->35->1883", "login2.handlebars->7->43" ] }, @@ -22386,8 +22386,8 @@ "default.handlebars->47->1446", "default.handlebars->47->1450", "default.handlebars->47->64", - "default3.handlebars->35->1433", - "default3.handlebars->35->1437", + "default3.handlebars->35->1434", + "default3.handlebars->35->1438", "default3.handlebars->35->64", "sharing-mobile.handlebars->11->35", "sharing-mobile.handlebars->11->39", @@ -22599,7 +22599,7 @@ "xloc": [ "default-mobile.handlebars->11->1059", "default.handlebars->47->3328", - "default3.handlebars->35->3316" + "default3.handlebars->35->3317" ] }, { @@ -22704,7 +22704,7 @@ "en": "Cyborg", "nl": "Cyborg", "xloc": [ - "default3.handlebars->35->2087" + "default3.handlebars->35->2088" ] }, { @@ -22735,7 +22735,7 @@ "xloc": [ "default-mobile.handlebars->11->158", "default.handlebars->47->1902", - "default3.handlebars->35->1883", + "default3.handlebars->35->1884", "login2.handlebars->7->44" ] }, @@ -22749,7 +22749,7 @@ "xloc": [ "default-mobile.handlebars->11->820", "default.handlebars->47->1666", - "default3.handlebars->35->1651" + "default3.handlebars->35->1652" ] }, { @@ -22840,7 +22840,7 @@ "xloc": [ "default-mobile.handlebars->11->159", "default.handlebars->47->1903", - "default3.handlebars->35->1884", + "default3.handlebars->35->1885", "login2.handlebars->7->45" ] }, @@ -22879,7 +22879,7 @@ "en": "Darkly", "nl": "Donker", "xloc": [ - "default3.handlebars->35->2088" + "default3.handlebars->35->2089" ] }, { @@ -22926,7 +22926,7 @@ "uk": "Записи Бази Даних", "xloc": [ "default.handlebars->47->3187", - "default3.handlebars->35->3175" + "default3.handlebars->35->3176" ] }, { @@ -22957,7 +22957,7 @@ "xloc": [ "default-mobile.handlebars->11->317", "default.handlebars->47->2061", - "default3.handlebars->35->2042" + "default3.handlebars->35->2043" ] }, { @@ -22991,8 +22991,8 @@ "default.handlebars->47->3191", "default.handlebars->47->3194", "default3.handlebars->35->1304", - "default3.handlebars->35->3179", - "default3.handlebars->35->3182" + "default3.handlebars->35->3180", + "default3.handlebars->35->3183" ] }, { @@ -23023,8 +23023,8 @@ "xloc": [ "default.handlebars->47->2227", "default.handlebars->47->2291", - "default3.handlebars->35->2223", - "default3.handlebars->35->2285" + "default3.handlebars->35->2224", + "default3.handlebars->35->2286" ] }, { @@ -23054,7 +23054,7 @@ "zh-cht": "如果設置停用CCM", "xloc": [ "default.handlebars->47->2303", - "default3.handlebars->35->2297" + "default3.handlebars->35->2298" ] }, { @@ -23144,11 +23144,11 @@ "default.handlebars->47->2870", "default.handlebars->47->2881", "default.handlebars->47->2955", - "default3.handlebars->35->2084", - "default3.handlebars->35->2817", - "default3.handlebars->35->2864", - "default3.handlebars->35->2875", - "default3.handlebars->35->2949" + "default3.handlebars->35->2085", + "default3.handlebars->35->2818", + "default3.handlebars->35->2865", + "default3.handlebars->35->2876", + "default3.handlebars->35->2950" ] }, { @@ -23179,7 +23179,7 @@ "xloc": [ "default-mobile.handlebars->11->661", "default.handlebars->47->1434", - "default3.handlebars->35->1421", + "default3.handlebars->35->1422", "sharing-mobile.handlebars->11->23" ] }, @@ -23221,8 +23221,8 @@ "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", "default.handlebars->filesContextMenu->5", - "default3.handlebars->35->1557", - "default3.handlebars->35->2522", + "default3.handlebars->35->1558", + "default3.handlebars->35->2523", "default3.handlebars->35->866", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -23267,7 +23267,7 @@ "xloc": [ "default-mobile.handlebars->11->333", "default.handlebars->47->2099", - "default3.handlebars->35->2079" + "default3.handlebars->35->2080" ] }, { @@ -23390,8 +23390,8 @@ "default-mobile.handlebars->11->969", "default.handlebars->47->2279", "default.handlebars->47->2320", - "default3.handlebars->35->2275", - "default3.handlebars->35->2314" + "default3.handlebars->35->2276", + "default3.handlebars->35->2315" ] }, { @@ -23478,7 +23478,7 @@ "zh-cht": "刪除用戶", "xloc": [ "default.handlebars->47->3029", - "default3.handlebars->35->3023" + "default3.handlebars->35->3024" ] }, { @@ -23509,8 +23509,8 @@ "xloc": [ "default.handlebars->47->2923", "default.handlebars->47->2935", - "default3.handlebars->35->2917", - "default3.handlebars->35->2929" + "default3.handlebars->35->2918", + "default3.handlebars->35->2930" ] }, { @@ -23540,7 +23540,7 @@ "zh-cht": "刪除用戶群組", "xloc": [ "default.handlebars->47->2868", - "default3.handlebars->35->2862" + "default3.handlebars->35->2863" ] }, { @@ -23570,7 +23570,7 @@ "zh-cht": "刪除用戶{0}", "xloc": [ "default.handlebars->47->3097", - "default3.handlebars->35->3085" + "default3.handlebars->35->3086" ] }, { @@ -23602,7 +23602,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0", "default.handlebars->47->2774", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7", - "default3.handlebars->35->2771", + "default3.handlebars->35->2772", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -23663,7 +23663,7 @@ "zh-cht": "刪除群組", "xloc": [ "default.handlebars->47->2864", - "default3.handlebars->35->2858" + "default3.handlebars->35->2859" ] }, { @@ -23723,7 +23723,7 @@ "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ "default.handlebars->47->2587", - "default3.handlebars->35->2584" + "default3.handlebars->35->2585" ] }, { @@ -23756,8 +23756,8 @@ "default-mobile.handlebars->11->726", "default.handlebars->47->1574", "default.handlebars->47->2527", - "default3.handlebars->35->1559", - "default3.handlebars->35->2524", + "default3.handlebars->35->1560", + "default3.handlebars->35->2525", "sharing-mobile.handlebars->11->87", "sharing.handlebars->11->63" ] @@ -23789,7 +23789,7 @@ "zh-cht": "刪除用戶群組{0}?", "xloc": [ "default.handlebars->47->2933", - "default3.handlebars->35->2927" + "default3.handlebars->35->2928" ] }, { @@ -23822,8 +23822,8 @@ "default-mobile.handlebars->11->725", "default.handlebars->47->1573", "default.handlebars->47->2526", - "default3.handlebars->35->1558", - "default3.handlebars->35->2523", + "default3.handlebars->35->1559", + "default3.handlebars->35->2524", "sharing-mobile.handlebars->11->86", "sharing.handlebars->11->62" ] @@ -23884,7 +23884,7 @@ "zh-cht": "刪除:“{0}”", "xloc": [ "default.handlebars->47->2586", - "default3.handlebars->35->2583" + "default3.handlebars->35->2584" ] }, { @@ -23914,7 +23914,7 @@ "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ "default.handlebars->47->2588", - "default3.handlebars->35->2585" + "default3.handlebars->35->2586" ] }, { @@ -23964,7 +23964,7 @@ "uk": "Відмовлено у вході користувачу з {0}, {1}, {2}", "xloc": [ "default.handlebars->47->2696", - "default3.handlebars->35->2693" + "default3.handlebars->35->2694" ] }, { @@ -24155,19 +24155,19 @@ "default.handlebars->47->911", "default.handlebars->container->column_l->p42->p42tbl->1->0->3", "default3.handlebars->35->1369", - "default3.handlebars->35->1602", - "default3.handlebars->35->1629", - "default3.handlebars->35->1639", + "default3.handlebars->35->1603", + "default3.handlebars->35->1630", + "default3.handlebars->35->1640", "default3.handlebars->35->168", - "default3.handlebars->35->2124", - "default3.handlebars->35->2182", - "default3.handlebars->35->2322", + "default3.handlebars->35->2125", + "default3.handlebars->35->2183", "default3.handlebars->35->2323", - "default3.handlebars->35->2703", - "default3.handlebars->35->2867", - "default3.handlebars->35->2878", + "default3.handlebars->35->2324", + "default3.handlebars->35->2704", + "default3.handlebars->35->2868", "default3.handlebars->35->2879", - "default3.handlebars->35->2925", + "default3.handlebars->35->2880", + "default3.handlebars->35->2926", "default3.handlebars->35->907", "default3.handlebars->35->908", "default3.handlebars->container->column_l->p42->p42tbl->1->0->7" @@ -24240,13 +24240,13 @@ "default.handlebars->contextMenu->cxdesktop", "default3.handlebars->35->1101", "default3.handlebars->35->1213", - "default3.handlebars->35->1487", - "default3.handlebars->35->2253", - "default3.handlebars->35->2329", - "default3.handlebars->35->3148", - "default3.handlebars->35->3214", - "default3.handlebars->35->3267", - "default3.handlebars->35->3373", + "default3.handlebars->35->1488", + "default3.handlebars->35->2254", + "default3.handlebars->35->2330", + "default3.handlebars->35->3149", + "default3.handlebars->35->3215", + "default3.handlebars->35->3268", + "default3.handlebars->35->3374", "default3.handlebars->35->872", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default3.handlebars->contextMenu->cxdesktop", @@ -24286,7 +24286,7 @@ "default.handlebars->47->2261", "default3.handlebars->35->1105", "default3.handlebars->35->1216", - "default3.handlebars->35->2257" + "default3.handlebars->35->2258" ] }, { @@ -24318,7 +24318,7 @@ "default.handlebars->47->1105", "default.handlebars->47->2258", "default3.handlebars->35->1102", - "default3.handlebars->35->2254" + "default3.handlebars->35->2255" ] }, { @@ -24352,7 +24352,7 @@ "default.handlebars->47->2262", "default3.handlebars->35->1106", "default3.handlebars->35->1218", - "default3.handlebars->35->2258" + "default3.handlebars->35->2259" ] }, { @@ -24412,7 +24412,7 @@ "zh-cht": "桌面多路復用", "xloc": [ "default.handlebars->47->3390", - "default3.handlebars->35->3378" + "default3.handlebars->35->3379" ] }, { @@ -24445,9 +24445,9 @@ "default.handlebars->47->2892", "default.handlebars->47->2997", "default.handlebars->47->982", - "default3.handlebars->35->2204", - "default3.handlebars->35->2886", - "default3.handlebars->35->2991", + "default3.handlebars->35->2205", + "default3.handlebars->35->2887", + "default3.handlebars->35->2992", "default3.handlebars->35->979" ] }, @@ -24481,9 +24481,9 @@ "default.handlebars->47->2891", "default.handlebars->47->2996", "default.handlebars->47->981", - "default3.handlebars->35->2203", - "default3.handlebars->35->2885", - "default3.handlebars->35->2990", + "default3.handlebars->35->2204", + "default3.handlebars->35->2886", + "default3.handlebars->35->2991", "default3.handlebars->35->978" ] }, @@ -24517,9 +24517,9 @@ "default.handlebars->47->2889", "default.handlebars->47->2994", "default.handlebars->47->979", - "default3.handlebars->35->2201", - "default3.handlebars->35->2883", - "default3.handlebars->35->2988", + "default3.handlebars->35->2202", + "default3.handlebars->35->2884", + "default3.handlebars->35->2989", "default3.handlebars->35->976" ] }, @@ -24550,7 +24550,7 @@ "zh-cht": "桌面會話", "xloc": [ "default.handlebars->47->3150", - "default3.handlebars->35->3138" + "default3.handlebars->35->3139" ] }, { @@ -24670,9 +24670,9 @@ "default.handlebars->47->2890", "default.handlebars->47->2995", "default.handlebars->47->980", - "default3.handlebars->35->2202", - "default3.handlebars->35->2884", - "default3.handlebars->35->2989", + "default3.handlebars->35->2203", + "default3.handlebars->35->2885", + "default3.handlebars->35->2990", "default3.handlebars->35->977" ] }, @@ -24703,7 +24703,7 @@ "zh-cht": "僅桌面視圖", "xloc": [ "default.handlebars->47->2970", - "default3.handlebars->35->2964" + "default3.handlebars->35->2965" ] }, { @@ -24763,7 +24763,7 @@ "zh-cht": "桌面時段", "xloc": [ "default.handlebars->47->1501", - "default3.handlebars->35->1486" + "default3.handlebars->35->1487" ] }, { @@ -24864,7 +24864,7 @@ "default.handlebars->contextMenu->cxdetails", "default3.handlebars->35->1153", "default3.handlebars->35->1178", - "default3.handlebars->35->2422", + "default3.handlebars->35->2423", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default3.handlebars->contextMenu->cxdetails" ] @@ -24934,13 +24934,13 @@ "default.handlebars->47->3190", "default.handlebars->47->3210", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5", - "default3.handlebars->35->1623", - "default3.handlebars->35->1828", - "default3.handlebars->35->2359", + "default3.handlebars->35->1624", + "default3.handlebars->35->1829", + "default3.handlebars->35->2360", "default3.handlebars->35->292", - "default3.handlebars->35->3104", - "default3.handlebars->35->3178", - "default3.handlebars->35->3198", + "default3.handlebars->35->3105", + "default3.handlebars->35->3179", + "default3.handlebars->35->3199", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5" ] }, @@ -25093,7 +25093,7 @@ "zh-cht": "設備詳情", "xloc": [ "default.handlebars->47->2386", - "default3.handlebars->35->2383" + "default3.handlebars->35->2384" ] }, { @@ -25165,17 +25165,17 @@ "default.handlebars->47->3197", "default.handlebars->47->3213", "default.handlebars->47->3306", - "default3.handlebars->35->2354", - "default3.handlebars->35->2357", + "default3.handlebars->35->2355", "default3.handlebars->35->2358", - "default3.handlebars->35->2720", - "default3.handlebars->35->2909", - "default3.handlebars->35->2915", - "default3.handlebars->35->3092", - "default3.handlebars->35->3161", - "default3.handlebars->35->3185", - "default3.handlebars->35->3201", - "default3.handlebars->35->3294" + "default3.handlebars->35->2359", + "default3.handlebars->35->2721", + "default3.handlebars->35->2910", + "default3.handlebars->35->2916", + "default3.handlebars->35->3093", + "default3.handlebars->35->3162", + "default3.handlebars->35->3186", + "default3.handlebars->35->3202", + "default3.handlebars->35->3295" ] }, { @@ -25206,7 +25206,7 @@ "xloc": [ "default-mobile.handlebars->11->1026", "default.handlebars->47->2432", - "default3.handlebars->35->2429" + "default3.handlebars->35->2430" ] }, { @@ -25242,11 +25242,11 @@ "default.handlebars->47->2991", "default.handlebars->47->3363", "default.handlebars->container->column_l->p2->p2info->9", - "default3.handlebars->35->2736", - "default3.handlebars->35->2852", - "default3.handlebars->35->2896", - "default3.handlebars->35->2985", - "default3.handlebars->35->3351", + "default3.handlebars->35->2737", + "default3.handlebars->35->2853", + "default3.handlebars->35->2897", + "default3.handlebars->35->2986", + "default3.handlebars->35->3352", "default3.handlebars->container->column_l->p2->p2info->9" ] }, @@ -25372,7 +25372,7 @@ "default.handlebars->47->507", "default.handlebars->47->516", "default3.handlebars->35->1367", - "default3.handlebars->35->3160", + "default3.handlebars->35->3161", "default3.handlebars->35->504", "default3.handlebars->35->513", "player.handlebars->3->25" @@ -25446,7 +25446,7 @@ "uk": "Пристрій Увімкнено", "xloc": [ "default.handlebars->47->2700", - "default3.handlebars->35->2697" + "default3.handlebars->35->2698" ] }, { @@ -25476,7 +25476,7 @@ "zh-cht": "設備推送", "xloc": [ "default.handlebars->47->3011", - "default3.handlebars->35->3005" + "default3.handlebars->35->3006" ] }, { @@ -25492,7 +25492,7 @@ "uk": "Запис Push-Сповіщень Пристрою", "xloc": [ "default.handlebars->47->3276", - "default3.handlebars->35->3264" + "default3.handlebars->35->3265" ] }, { @@ -25508,7 +25508,7 @@ "uk": "SMBIOS запис пристрою", "xloc": [ "default.handlebars->47->3275", - "default3.handlebars->35->3263" + "default3.handlebars->35->3264" ] }, { @@ -25592,7 +25592,7 @@ "default.handlebars->47->1101", "default.handlebars->47->2254", "default3.handlebars->35->1098", - "default3.handlebars->35->2250" + "default3.handlebars->35->2251" ] }, { @@ -25753,10 +25753,10 @@ "default3.handlebars->35->1122", "default3.handlebars->35->1126", "default3.handlebars->35->1130", - "default3.handlebars->35->2069", - "default3.handlebars->35->2456", - "default3.handlebars->35->2460", - "default3.handlebars->35->2464" + "default3.handlebars->35->2070", + "default3.handlebars->35->2457", + "default3.handlebars->35->2461", + "default3.handlebars->35->2465" ] }, { @@ -25795,10 +25795,10 @@ "default3.handlebars->35->1123", "default3.handlebars->35->1127", "default3.handlebars->35->1131", - "default3.handlebars->35->2070", - "default3.handlebars->35->2457", - "default3.handlebars->35->2461", - "default3.handlebars->35->2465" + "default3.handlebars->35->2071", + "default3.handlebars->35->2458", + "default3.handlebars->35->2462", + "default3.handlebars->35->2466" ] }, { @@ -25828,7 +25828,7 @@ "zh-cht": "設備組已創建:{0}", "xloc": [ "default.handlebars->47->2617", - "default3.handlebars->35->2614" + "default3.handlebars->35->2615" ] }, { @@ -25858,7 +25858,7 @@ "zh-cht": "設備組已刪除:{0}", "xloc": [ "default.handlebars->47->2618", - "default3.handlebars->35->2615" + "default3.handlebars->35->2616" ] }, { @@ -25888,7 +25888,7 @@ "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ "default.handlebars->47->2619", - "default3.handlebars->35->2616" + "default3.handlebars->35->2617" ] }, { @@ -25949,7 +25949,7 @@ "zh-cht": "設備組通知已更改", "xloc": [ "default.handlebars->47->2614", - "default3.handlebars->35->2611" + "default3.handlebars->35->2612" ] }, { @@ -25965,7 +25965,7 @@ "uk": "Запис групи пристроїв", "xloc": [ "default.handlebars->47->3261", - "default3.handlebars->35->3249" + "default3.handlebars->35->3250" ] }, { @@ -25995,7 +25995,7 @@ "zh-cht": "未刪除的設備組:{0}", "xloc": [ "default.handlebars->47->2597", - "default3.handlebars->35->2594" + "default3.handlebars->35->2595" ] }, { @@ -26025,7 +26025,7 @@ "zh-cht": "設備組 {0} 已更改:{1}", "xloc": [ "default.handlebars->47->2683", - "default3.handlebars->35->2680" + "default3.handlebars->35->2681" ] }, { @@ -26071,7 +26071,7 @@ "uk": "Записи інформації про пристрій", "xloc": [ "default.handlebars->47->3263", - "default3.handlebars->35->3251" + "default3.handlebars->35->3252" ] }, { @@ -26702,7 +26702,7 @@ "uk": "Записи про зміни стану живлення", "xloc": [ "default.handlebars->47->3269", - "default3.handlebars->35->3257" + "default3.handlebars->35->3258" ] }, { @@ -26718,7 +26718,7 @@ "uk": "Запис пристрою", "xloc": [ "default.handlebars->47->3260", - "default3.handlebars->35->3248" + "default3.handlebars->35->3249" ] }, { @@ -26748,7 +26748,7 @@ "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ "default.handlebars->47->2652", - "default3.handlebars->35->2649" + "default3.handlebars->35->2650" ] }, { @@ -26778,7 +26778,7 @@ "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ "default.handlebars->47->2599", - "default3.handlebars->35->2596" + "default3.handlebars->35->2597" ] }, { @@ -26794,7 +26794,7 @@ "uk": "Записи поширеного пристрою", "xloc": [ "default.handlebars->47->3273", - "default3.handlebars->35->3261" + "default3.handlebars->35->3262" ] }, { @@ -26810,7 +26810,7 @@ "uk": "Пристрій, користувачі, групи та інші записи", "xloc": [ "default.handlebars->47->3277", - "default3.handlebars->35->3265" + "default3.handlebars->35->3266" ] }, { @@ -26842,9 +26842,9 @@ "default.handlebars->47->2277", "default.handlebars->47->2859", "default.handlebars->47->2903", - "default3.handlebars->35->2273", - "default3.handlebars->35->2853", - "default3.handlebars->35->2897" + "default3.handlebars->35->2274", + "default3.handlebars->35->2854", + "default3.handlebars->35->2898" ] }, { @@ -26900,7 +26900,7 @@ "zh-cht": "禁用光標設置", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->11", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->11" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->11->3" ] }, { @@ -26930,7 +26930,7 @@ "zh-cht": "禁用光標陰影", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->9", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->9" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->9->3" ] }, { @@ -26960,7 +26960,7 @@ "zh-cht": "禁用全窗口拖動", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->3", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->3" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->3->3" ] }, { @@ -26990,7 +26990,7 @@ "zh-cht": "禁用菜單動畫", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->5", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->5" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->5->3" ] }, { @@ -27020,7 +27020,7 @@ "zh-cht": "禁用主題", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->7", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->7" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->7->3" ] }, { @@ -27050,7 +27050,7 @@ "zh-cht": "禁用壁紙", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->1" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->1->3" ] }, { @@ -27091,7 +27091,7 @@ "nl": "Duo twee factorauthenticatie uitgeschakeld", "xloc": [ "default.handlebars->47->2702", - "default3.handlebars->35->2699" + "default3.handlebars->35->2700" ] }, { @@ -27121,7 +27121,7 @@ "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ "default.handlebars->47->2630", - "default3.handlebars->35->2627" + "default3.handlebars->35->2628" ] }, { @@ -27160,7 +27160,7 @@ "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->35->2214", + "default3.handlebars->35->2215", "default3.handlebars->35->989", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->5->3->0", "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->disconnectbutton1", @@ -27409,8 +27409,8 @@ "xloc": [ "default.handlebars->47->1805", "default.handlebars->47->3043", - "default3.handlebars->35->1787", - "default3.handlebars->35->3037" + "default3.handlebars->35->1788", + "default3.handlebars->35->3038" ] }, { @@ -27470,7 +27470,7 @@ "zh-cht": "顯示屏尺寸", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->1" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->3" ] }, { @@ -27616,7 +27616,7 @@ "zh-cht": "顯示裝置群名稱", "xloc": [ "default.handlebars->47->2086", - "default3.handlebars->35->2068" + "default3.handlebars->35->2069" ] }, { @@ -27646,7 +27646,7 @@ "zh-cht": "顯示名稱", "xloc": [ "default.handlebars->47->1473", - "default3.handlebars->35->1459" + "default3.handlebars->35->1460" ] }, { @@ -27676,7 +27676,7 @@ "zh-cht": "顯示公共鏈結", "xloc": [ "default.handlebars->47->2498", - "default3.handlebars->35->2495" + "default3.handlebars->35->2496" ] }, { @@ -27706,7 +27706,7 @@ "zh-cht": "顯示 {0}", "xloc": [ "default.handlebars->47->1504", - "default3.handlebars->35->1489" + "default3.handlebars->35->1490" ] }, { @@ -27717,7 +27717,7 @@ "uk": "Показ вікна попередження, title=\\\"{0}\\\", message=\\\"{1}\\\"", "xloc": [ "default.handlebars->47->2699", - "default3.handlebars->35->2696" + "default3.handlebars->35->2697" ] }, { @@ -27747,7 +27747,7 @@ "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ "default.handlebars->47->2559", - "default3.handlebars->35->2556" + "default3.handlebars->35->2557" ] }, { @@ -27777,7 +27777,7 @@ "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ "default.handlebars->47->2567", - "default3.handlebars->35->2564" + "default3.handlebars->35->2565" ] }, { @@ -27808,8 +27808,8 @@ "xloc": [ "default.handlebars->47->2306", "default.handlebars->47->2310", - "default3.handlebars->35->2300", - "default3.handlebars->35->2304" + "default3.handlebars->35->2301", + "default3.handlebars->35->2305" ] }, { @@ -27846,10 +27846,10 @@ "default.handlebars->47->2954", "default3.handlebars->35->137", "default3.handlebars->35->1394", - "default3.handlebars->35->2818", - "default3.handlebars->35->2865", - "default3.handlebars->35->2874", - "default3.handlebars->35->2948", + "default3.handlebars->35->2819", + "default3.handlebars->35->2866", + "default3.handlebars->35->2875", + "default3.handlebars->35->2949", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -27907,7 +27907,7 @@ "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ "default.handlebars->47->2302", - "default3.handlebars->35->2296" + "default3.handlebars->35->2297" ] }, { @@ -27963,7 +27963,7 @@ "zh-cht": "不要連接到伺服器", "xloc": [ "default.handlebars->47->2311", - "default3.handlebars->35->2305" + "default3.handlebars->35->2306" ] }, { @@ -28103,7 +28103,7 @@ "xloc": [ "default-mobile.handlebars->11->670", "default.handlebars->47->1442", - "default3.handlebars->35->1429", + "default3.handlebars->35->1430", "sharing-mobile.handlebars->11->31" ] }, @@ -28232,7 +28232,7 @@ "xloc": [ "default-mobile.handlebars->11->745", "default.handlebars->47->1594", - "default3.handlebars->35->1579", + "default3.handlebars->35->1580", "sharing-mobile.handlebars->11->106", "sharing.handlebars->11->82" ] @@ -28386,7 +28386,7 @@ "default.handlebars->47->2728", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv", - "default3.handlebars->35->2725", + "default3.handlebars->35->2726", "default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv" ] }, @@ -28507,7 +28507,7 @@ "zh-cht": "下載設備列表", "xloc": [ "default.handlebars->47->2275", - "default3.handlebars->35->2271" + "default3.handlebars->35->2272" ] }, { @@ -28747,7 +28747,7 @@ "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ "default.handlebars->47->2729", - "default3.handlebars->35->2726" + "default3.handlebars->35->2727" ] }, { @@ -28777,7 +28777,7 @@ "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ "default.handlebars->47->2806", - "default3.handlebars->35->2802" + "default3.handlebars->35->2803" ] }, { @@ -28898,7 +28898,7 @@ "zh-cht": "下載:“{0}”", "xloc": [ "default.handlebars->47->2590", - "default3.handlebars->35->2587" + "default3.handlebars->35->2588" ] }, { @@ -28928,7 +28928,7 @@ "zh-cht": "下載:\\\"{0}\\\",大小:{1}", "xloc": [ "default.handlebars->47->2647", - "default3.handlebars->35->2644" + "default3.handlebars->35->2645" ] }, { @@ -28965,7 +28965,7 @@ "nl": "Duo", "xloc": [ "default.handlebars->47->3009", - "default3.handlebars->35->3003", + "default3.handlebars->35->3004", "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" ] @@ -28976,8 +28976,8 @@ "xloc": [ "default.handlebars->47->1834", "default.handlebars->47->1836", - "default3.handlebars->35->1816", - "default3.handlebars->35->1818", + "default3.handlebars->35->1817", + "default3.handlebars->35->1819", "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" ] @@ -29009,7 +29009,7 @@ "zh-cht": "代理重複", "xloc": [ "default.handlebars->47->3358", - "default3.handlebars->35->3346" + "default3.handlebars->35->3347" ] }, { @@ -29069,7 +29069,7 @@ "zh-cht": "複製用戶群", "xloc": [ "default.handlebars->47->2875", - "default3.handlebars->35->2869" + "default3.handlebars->35->2870" ] }, { @@ -29132,8 +29132,8 @@ "default3.handlebars->35->1251", "default3.handlebars->35->298", "default3.handlebars->35->300", - "default3.handlebars->35->3133", - "default3.handlebars->35->3166", + "default3.handlebars->35->3134", + "default3.handlebars->35->3167", "player.handlebars->3->18" ] }, @@ -29191,7 +29191,7 @@ "xloc": [ "default-mobile.handlebars->11->161", "default.handlebars->47->1905", - "default3.handlebars->35->1886", + "default3.handlebars->35->1887", "login2.handlebars->7->47" ] }, @@ -29223,7 +29223,7 @@ "xloc": [ "default-mobile.handlebars->11->160", "default.handlebars->47->1904", - "default3.handlebars->35->1885", + "default3.handlebars->35->1886", "login2.handlebars->7->46" ] }, @@ -29723,12 +29723,12 @@ "default.handlebars->47->2366", "default.handlebars->47->2393", "default.handlebars->47->2405", - "default3.handlebars->35->2316", - "default3.handlebars->35->2319", - "default3.handlebars->35->2324", - "default3.handlebars->35->2363", - "default3.handlebars->35->2390", - "default3.handlebars->35->2402" + "default3.handlebars->35->2317", + "default3.handlebars->35->2320", + "default3.handlebars->35->2325", + "default3.handlebars->35->2364", + "default3.handlebars->35->2391", + "default3.handlebars->35->2403" ] }, { @@ -29758,7 +29758,7 @@ "zh-cht": "編輯裝置群功能", "xloc": [ "default.handlebars->47->2352", - "default3.handlebars->35->2349" + "default3.handlebars->35->2350" ] }, { @@ -29789,8 +29789,8 @@ "xloc": [ "default.handlebars->47->2390", "default.handlebars->47->2402", - "default3.handlebars->35->2387", - "default3.handlebars->35->2399" + "default3.handlebars->35->2388", + "default3.handlebars->35->2400" ] }, { @@ -29820,7 +29820,7 @@ "zh-cht": "編輯裝置群用戶同意", "xloc": [ "default.handlebars->47->2328", - "default3.handlebars->35->2325" + "default3.handlebars->35->2326" ] }, { @@ -29851,7 +29851,7 @@ "xloc": [ "default-mobile.handlebars->11->995", "default.handlebars->47->2380", - "default3.handlebars->35->2377" + "default3.handlebars->35->2378" ] }, { @@ -29882,8 +29882,8 @@ "xloc": [ "default.handlebars->47->2395", "default.handlebars->47->2397", - "default3.handlebars->35->2392", - "default3.handlebars->35->2394" + "default3.handlebars->35->2393", + "default3.handlebars->35->2395" ] }, { @@ -29943,7 +29943,7 @@ "zh-cht": "編輯裝置用戶同意", "xloc": [ "default.handlebars->47->2330", - "default3.handlebars->35->2327" + "default3.handlebars->35->2328" ] }, { @@ -30044,7 +30044,7 @@ "xloc": [ "default-mobile.handlebars->11->1010", "default.handlebars->47->2412", - "default3.handlebars->35->2409" + "default3.handlebars->35->2410" ] }, { @@ -30081,7 +30081,7 @@ "zh-cht": "編輯用戶同意", "xloc": [ "default.handlebars->47->2329", - "default3.handlebars->35->2326" + "default3.handlebars->35->2327" ] }, { @@ -30111,7 +30111,7 @@ "zh-cht": "編輯用戶裝置群權限", "xloc": [ "default.handlebars->47->2403", - "default3.handlebars->35->2400" + "default3.handlebars->35->2401" ] }, { @@ -30141,7 +30141,7 @@ "zh-cht": "編輯用戶裝置權限", "xloc": [ "default.handlebars->47->2398", - "default3.handlebars->35->2395" + "default3.handlebars->35->2396" ] }, { @@ -30171,7 +30171,7 @@ "zh-cht": "編輯用戶特徵", "xloc": [ "default.handlebars->47->3080", - "default3.handlebars->35->3074" + "default3.handlebars->35->3075" ] }, { @@ -30201,7 +30201,7 @@ "zh-cht": "編輯用戶群", "xloc": [ "default.handlebars->47->2932", - "default3.handlebars->35->2926" + "default3.handlebars->35->2927" ] }, { @@ -30231,7 +30231,7 @@ "zh-cht": "編輯用戶群裝置權限", "xloc": [ "default.handlebars->47->2400", - "default3.handlebars->35->2397" + "default3.handlebars->35->2398" ] }, { @@ -30261,7 +30261,7 @@ "zh-cht": "編輯用戶組功能", "xloc": [ "default.handlebars->47->2925", - "default3.handlebars->35->2919" + "default3.handlebars->35->2920" ] }, { @@ -30291,7 +30291,7 @@ "zh-cht": "編輯用戶組用戶同意", "xloc": [ "default.handlebars->47->2331", - "default3.handlebars->35->2328" + "default3.handlebars->35->2329" ] }, { @@ -30444,11 +30444,11 @@ "default.handlebars->47->3022", "default.handlebars->47->3083", "default.handlebars->47->558", - "default3.handlebars->35->2820", - "default3.handlebars->35->2952", - "default3.handlebars->35->2954", - "default3.handlebars->35->3002", - "default3.handlebars->35->3016", + "default3.handlebars->35->2821", + "default3.handlebars->35->2953", + "default3.handlebars->35->2955", + "default3.handlebars->35->3003", + "default3.handlebars->35->3017", "default3.handlebars->35->555", "login-mobile.handlebars->5->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -30476,7 +30476,7 @@ "xloc": [ "default.handlebars->47->2220", "default.handlebars->47->994", - "default3.handlebars->35->2216", + "default3.handlebars->35->2217", "default3.handlebars->35->991" ] }, @@ -30508,7 +30508,7 @@ "xloc": [ "default-mobile.handlebars->11->328", "default.handlebars->47->2095", - "default3.handlebars->35->2077" + "default3.handlebars->35->2078" ] }, { @@ -30539,7 +30539,7 @@ "xloc": [ "default-mobile.handlebars->11->112", "default.handlebars->47->1831", - "default3.handlebars->35->1813" + "default3.handlebars->35->1814" ] }, { @@ -30666,7 +30666,7 @@ "default.handlebars->47->1130", "default.handlebars->47->2462", "default3.handlebars->35->1125", - "default3.handlebars->35->2459" + "default3.handlebars->35->2460" ] }, { @@ -30723,7 +30723,7 @@ "xloc": [ "default-mobile.handlebars->11->326", "default.handlebars->47->2093", - "default3.handlebars->35->2075" + "default3.handlebars->35->2076" ] }, { @@ -30754,7 +30754,7 @@ "xloc": [ "default-mobile.handlebars->11->1068", "default.handlebars->47->3337", - "default3.handlebars->35->3325" + "default3.handlebars->35->3326" ] }, { @@ -30814,7 +30814,7 @@ "zh-cht": "電郵未驗證", "xloc": [ "default.handlebars->47->2759", - "default3.handlebars->35->2756" + "default3.handlebars->35->2757" ] }, { @@ -30845,8 +30845,8 @@ "xloc": [ "default.handlebars->47->2760", "default.handlebars->47->2952", - "default3.handlebars->35->2757", - "default3.handlebars->35->2946" + "default3.handlebars->35->2758", + "default3.handlebars->35->2947" ] }, { @@ -30876,7 +30876,7 @@ "zh-cht": "電郵已驗證。", "xloc": [ "default.handlebars->47->2830", - "default3.handlebars->35->2826" + "default3.handlebars->35->2827" ] }, { @@ -30906,7 +30906,7 @@ "zh-cht": "電郵未驗證", "xloc": [ "default.handlebars->47->2953", - "default3.handlebars->35->2947" + "default3.handlebars->35->2948" ] }, { @@ -30963,7 +30963,7 @@ "xloc": [ "default-mobile.handlebars->11->1052", "default.handlebars->47->3321", - "default3.handlebars->35->3309", + "default3.handlebars->35->3310", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->200" @@ -31053,7 +31053,7 @@ "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ "default.handlebars->47->2831", - "default3.handlebars->35->2827" + "default3.handlebars->35->2828" ] }, { @@ -31109,7 +31109,7 @@ "zh-cht": "電子郵件/短信/推送流量", "xloc": [ "default.handlebars->47->3419", - "default3.handlebars->35->3407" + "default3.handlebars->35->3408" ] }, { @@ -31173,7 +31173,7 @@ "zh-cht": "啟用桌面組合", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->15", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->15" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->15->3" ] }, { @@ -31202,7 +31202,7 @@ "zh-cht": "啟用字體 Smoothing", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->13", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->13" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->13->3" ] }, { @@ -31232,7 +31232,7 @@ "zh-cht": "啟用邀請代碼", "xloc": [ "default.handlebars->47->2438", - "default3.handlebars->35->2435" + "default3.handlebars->35->2436" ] }, { @@ -31292,7 +31292,7 @@ "xloc": [ "default-mobile.handlebars->11->114", "default.handlebars->47->1833", - "default3.handlebars->35->1815" + "default3.handlebars->35->1816" ] }, { @@ -31356,8 +31356,8 @@ "default.handlebars->47->1744", "default.handlebars->47->3180", "default3.handlebars->35->140", - "default3.handlebars->35->1727", - "default3.handlebars->35->3168" + "default3.handlebars->35->1728", + "default3.handlebars->35->3169" ] }, { @@ -31365,7 +31365,7 @@ "nl": "Duo twee factorauthenticatie ingeschakeld", "xloc": [ "default.handlebars->47->2701", - "default3.handlebars->35->2698" + "default3.handlebars->35->2699" ] }, { @@ -31395,7 +31395,7 @@ "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ "default.handlebars->47->2629", - "default3.handlebars->35->2626" + "default3.handlebars->35->2627" ] }, { @@ -31427,7 +31427,7 @@ "default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->1->0->1", "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->6->1", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->9->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->9->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->9->3", "sharing-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->1->0->1" ] }, @@ -31487,7 +31487,7 @@ "zh-cht": "編碼:RAW", "xloc": [ "default.handlebars->47->1601", - "default3.handlebars->35->1586", + "default3.handlebars->35->1587", "sharing.handlebars->11->89" ] }, @@ -31518,7 +31518,7 @@ "zh-cht": "編碼:UTF8", "xloc": [ "default.handlebars->47->1602", - "default3.handlebars->35->1587", + "default3.handlebars->35->1588", "sharing.handlebars->11->90" ] }, @@ -31531,7 +31531,7 @@ "xloc": [ "default-mobile.handlebars->11->900", "default.handlebars->47->1746", - "default3.handlebars->35->1729" + "default3.handlebars->35->1730" ] }, { @@ -31562,7 +31562,7 @@ "xloc": [ "default-mobile.handlebars->11->663", "default.handlebars->47->1436", - "default3.handlebars->35->1423", + "default3.handlebars->35->1424", "sharing-mobile.handlebars->11->25" ] }, @@ -31593,7 +31593,7 @@ "zh-cht": "時間結束", "xloc": [ "default.handlebars->47->3177", - "default3.handlebars->35->3165" + "default3.handlebars->35->3166" ] }, { @@ -31623,7 +31623,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ "default.handlebars->47->2552", - "default3.handlebars->35->2549" + "default3.handlebars->35->2550" ] }, { @@ -31653,7 +31653,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ "default.handlebars->47->2553", - "default3.handlebars->35->2550" + "default3.handlebars->35->2551" ] }, { @@ -31683,7 +31683,7 @@ "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒", "xloc": [ "default.handlebars->47->2662", - "default3.handlebars->35->2659" + "default3.handlebars->35->2660" ] }, { @@ -31713,7 +31713,7 @@ "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒", "xloc": [ "default.handlebars->47->2653", - "default3.handlebars->35->2650" + "default3.handlebars->35->2651" ] }, { @@ -31743,7 +31743,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ "default.handlebars->47->2550", - "default3.handlebars->35->2547" + "default3.handlebars->35->2548" ] }, { @@ -31773,7 +31773,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ "default.handlebars->47->2551", - "default3.handlebars->35->2548" + "default3.handlebars->35->2549" ] }, { @@ -31804,7 +31804,7 @@ "xloc": [ "default-mobile.handlebars->11->162", "default.handlebars->47->1906", - "default3.handlebars->35->1887", + "default3.handlebars->35->1888", "login2.handlebars->7->48" ] }, @@ -31836,7 +31836,7 @@ "xloc": [ "default-mobile.handlebars->11->163", "default.handlebars->47->1907", - "default3.handlebars->35->1888", + "default3.handlebars->35->1889", "login2.handlebars->7->49" ] }, @@ -31868,7 +31868,7 @@ "xloc": [ "default-mobile.handlebars->11->164", "default.handlebars->47->1908", - "default3.handlebars->35->1889", + "default3.handlebars->35->1890", "login2.handlebars->7->50" ] }, @@ -31900,7 +31900,7 @@ "xloc": [ "default-mobile.handlebars->11->165", "default.handlebars->47->1909", - "default3.handlebars->35->1890", + "default3.handlebars->35->1891", "login2.handlebars->7->51" ] }, @@ -31932,7 +31932,7 @@ "xloc": [ "default-mobile.handlebars->11->166", "default.handlebars->47->1910", - "default3.handlebars->35->1891", + "default3.handlebars->35->1892", "login2.handlebars->7->52" ] }, @@ -31964,7 +31964,7 @@ "xloc": [ "default-mobile.handlebars->11->167", "default.handlebars->47->1911", - "default3.handlebars->35->1892", + "default3.handlebars->35->1893", "login2.handlebars->7->53" ] }, @@ -31996,7 +31996,7 @@ "xloc": [ "default-mobile.handlebars->11->168", "default.handlebars->47->1912", - "default3.handlebars->35->1893", + "default3.handlebars->35->1894", "login2.handlebars->7->54" ] }, @@ -32028,7 +32028,7 @@ "xloc": [ "default-mobile.handlebars->11->169", "default.handlebars->47->1913", - "default3.handlebars->35->1894", + "default3.handlebars->35->1895", "login2.handlebars->7->55" ] }, @@ -32060,7 +32060,7 @@ "xloc": [ "default-mobile.handlebars->11->170", "default.handlebars->47->1914", - "default3.handlebars->35->1895", + "default3.handlebars->35->1896", "login2.handlebars->7->56" ] }, @@ -32092,7 +32092,7 @@ "xloc": [ "default-mobile.handlebars->11->171", "default.handlebars->47->1915", - "default3.handlebars->35->1896", + "default3.handlebars->35->1897", "login2.handlebars->7->57" ] }, @@ -32124,7 +32124,7 @@ "xloc": [ "default-mobile.handlebars->11->172", "default.handlebars->47->1916", - "default3.handlebars->35->1897", + "default3.handlebars->35->1898", "login2.handlebars->7->58" ] }, @@ -32156,7 +32156,7 @@ "xloc": [ "default-mobile.handlebars->11->173", "default.handlebars->47->1917", - "default3.handlebars->35->1898", + "default3.handlebars->35->1899", "login2.handlebars->7->59" ] }, @@ -32188,7 +32188,7 @@ "xloc": [ "default-mobile.handlebars->11->174", "default.handlebars->47->1918", - "default3.handlebars->35->1899", + "default3.handlebars->35->1900", "login2.handlebars->7->60" ] }, @@ -32249,10 +32249,10 @@ "default.handlebars->47->1565", "default.handlebars->47->2132", "default.handlebars->47->2133", - "default3.handlebars->35->1416", - "default3.handlebars->35->1550", - "default3.handlebars->35->2132", + "default3.handlebars->35->1417", + "default3.handlebars->35->1551", "default3.handlebars->35->2133", + "default3.handlebars->35->2134", "sharing-mobile.handlebars->11->19", "sharing.handlebars->11->55" ] @@ -32284,7 +32284,7 @@ "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ "default.handlebars->47->2835", - "default3.handlebars->35->2831" + "default3.handlebars->35->2832" ] }, { @@ -32399,7 +32399,7 @@ "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ "default.handlebars->47->1461", - "default3.handlebars->35->1448" + "default3.handlebars->35->1449" ] }, { @@ -32542,7 +32542,7 @@ "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "xloc": [ "default.handlebars->47->1797", - "default3.handlebars->35->1779" + "default3.handlebars->35->1780" ] }, { @@ -32557,7 +32557,7 @@ "uk": "Введіть свою службу обміну повідомленнями. Після верифікації цей сервер зможе надсилати підтвердження входу та інші сповіщення.", "xloc": [ "default.handlebars->47->1803", - "default3.handlebars->35->1785" + "default3.handlebars->35->1786" ] }, { @@ -32728,7 +32728,7 @@ "xloc": [ "default-mobile.handlebars->11->1060", "default.handlebars->47->3329", - "default3.handlebars->35->3317" + "default3.handlebars->35->3318" ] }, { @@ -32759,7 +32759,7 @@ "xloc": [ "default-mobile.handlebars->11->1057", "default.handlebars->47->3326", - "default3.handlebars->35->3314" + "default3.handlebars->35->3315" ] }, { @@ -32790,7 +32790,7 @@ "xloc": [ "default-mobile.handlebars->11->1056", "default.handlebars->47->3325", - "default3.handlebars->35->3313" + "default3.handlebars->35->3314" ] }, { @@ -32821,7 +32821,7 @@ "xloc": [ "default-mobile.handlebars->11->1055", "default.handlebars->47->3324", - "default3.handlebars->35->3312" + "default3.handlebars->35->3313" ] }, { @@ -32881,7 +32881,7 @@ "xloc": [ "default-mobile.handlebars->11->657", "default.handlebars->47->1430", - "default3.handlebars->35->1417", + "default3.handlebars->35->1418", "sharing-mobile.handlebars->11->20" ] }, @@ -32924,7 +32924,7 @@ "xloc": [ "default-mobile.handlebars->11->175", "default.handlebars->47->1919", - "default3.handlebars->35->1900", + "default3.handlebars->35->1901", "login2.handlebars->7->61" ] }, @@ -32982,7 +32982,7 @@ "xloc": [ "default-mobile.handlebars->11->176", "default.handlebars->47->1920", - "default3.handlebars->35->1901", + "default3.handlebars->35->1902", "login2.handlebars->7->62" ] }, @@ -33039,7 +33039,7 @@ "zh-cht": "事件詳情", "xloc": [ "default.handlebars->47->1613", - "default3.handlebars->35->1598" + "default3.handlebars->35->1599" ] }, { @@ -33069,7 +33069,7 @@ "zh-cht": "事件列表輸出", "xloc": [ "default.handlebars->47->2734", - "default3.handlebars->35->2731" + "default3.handlebars->35->2732" ] }, { @@ -33085,7 +33085,7 @@ "uk": "Записи подій", "xloc": [ "default.handlebars->47->3270", - "default3.handlebars->35->3258" + "default3.handlebars->35->3259" ] }, { @@ -33307,7 +33307,7 @@ "default.handlebars->47->2083", "default.handlebars->47->306", "default3.handlebars->35->1244", - "default3.handlebars->35->2065", + "default3.handlebars->35->2066", "default3.handlebars->35->303" ] }, @@ -33367,7 +33367,7 @@ "zh-cht": "過期{0}", "xloc": [ "default.handlebars->47->2146", - "default3.handlebars->35->2146", + "default3.handlebars->35->2147", "sharing.handlebars->11->100" ] }, @@ -33428,7 +33428,7 @@ "zh-cht": "擴充式ASCII", "xloc": [ "default.handlebars->47->1534", - "default3.handlebars->35->1519", + "default3.handlebars->35->1520", "sharing.handlebars->11->34" ] }, @@ -33490,7 +33490,7 @@ "zh-cht": "外部", "xloc": [ "default.handlebars->47->3399", - "default3.handlebars->35->3387" + "default3.handlebars->35->3388" ] }, { @@ -33520,7 +33520,7 @@ "zh-cht": "FIDO 密鑰", "xloc": [ "default.handlebars->47->3250", - "default3.handlebars->35->3238" + "default3.handlebars->35->3239" ] }, { @@ -33581,7 +33581,7 @@ "xloc": [ "default-mobile.handlebars->11->226", "default.handlebars->47->1970", - "default3.handlebars->35->1951", + "default3.handlebars->35->1952", "login2.handlebars->7->112" ] }, @@ -33598,8 +33598,8 @@ "xloc": [ "default.handlebars->47->1817", "default.handlebars->47->3055", - "default3.handlebars->35->1799", - "default3.handlebars->35->3049" + "default3.handlebars->35->1800", + "default3.handlebars->35->3050" ] }, { @@ -33630,7 +33630,7 @@ "xloc": [ "default-mobile.handlebars->11->177", "default.handlebars->47->1921", - "default3.handlebars->35->1902", + "default3.handlebars->35->1903", "login2.handlebars->7->63" ] }, @@ -33692,7 +33692,7 @@ "xloc": [ "default-mobile.handlebars->11->1051", "default.handlebars->47->3320", - "default3.handlebars->35->3308" + "default3.handlebars->35->3309" ] }, { @@ -33780,7 +33780,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ "default.handlebars->47->2575", - "default3.handlebars->35->2572" + "default3.handlebars->35->2573" ] }, { @@ -33836,7 +33836,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ "default.handlebars->47->2582", - "default3.handlebars->35->2579" + "default3.handlebars->35->2580" ] }, { @@ -33927,7 +33927,7 @@ "xloc": [ "default-mobile.handlebars->11->178", "default.handlebars->47->1922", - "default3.handlebars->35->1903", + "default3.handlebars->35->1904", "login2.handlebars->7->64" ] }, @@ -33993,9 +33993,9 @@ "default.handlebars->47->2204", "default.handlebars->47->2888", "default.handlebars->47->2979", - "default3.handlebars->35->2200", - "default3.handlebars->35->2882", - "default3.handlebars->35->2973" + "default3.handlebars->35->2201", + "default3.handlebars->35->2883", + "default3.handlebars->35->2974" ] }, { @@ -34026,7 +34026,7 @@ "xloc": [ "default-mobile.handlebars->11->179", "default.handlebars->47->1923", - "default3.handlebars->35->1904", + "default3.handlebars->35->1905", "login2.handlebars->7->65" ] }, @@ -34089,8 +34089,8 @@ "default.handlebars->47->1577", "default.handlebars->47->2531", "default.handlebars->47->867", - "default3.handlebars->35->1562", - "default3.handlebars->35->2528", + "default3.handlebars->35->1563", + "default3.handlebars->35->2529", "default3.handlebars->35->864", "sharing-mobile.handlebars->11->90", "sharing.handlebars->11->66" @@ -34152,10 +34152,10 @@ "default.handlebars->47->1551", "default.handlebars->47->1553", "default.handlebars->47->1555", - "default3.handlebars->35->1534", - "default3.handlebars->35->1536", - "default3.handlebars->35->1538", - "default3.handlebars->35->1540", + "default3.handlebars->35->1535", + "default3.handlebars->35->1537", + "default3.handlebars->35->1539", + "default3.handlebars->35->1541", "sharing.handlebars->11->46", "sharing.handlebars->11->48" ] @@ -34205,9 +34205,9 @@ "default.handlebars->47->1742", "default.handlebars->47->1754", "default.handlebars->47->1761", - "default3.handlebars->35->1725", - "default3.handlebars->35->1737", - "default3.handlebars->35->1744" + "default3.handlebars->35->1726", + "default3.handlebars->35->1738", + "default3.handlebars->35->1745" ] }, { @@ -34237,7 +34237,7 @@ "zh-cht": "文件傳輸", "xloc": [ "default.handlebars->47->3151", - "default3.handlebars->35->3139" + "default3.handlebars->35->3140" ] }, { @@ -34267,7 +34267,7 @@ "zh-cht": "FileSystemDriver", "xloc": [ "default.handlebars->47->1478", - "default3.handlebars->35->1464" + "default3.handlebars->35->1465" ] }, { @@ -34311,12 +34311,12 @@ "default.handlebars->contextMenu->cxfiles", "default3.handlebars->35->1103", "default3.handlebars->35->1215", - "default3.handlebars->35->2255", - "default3.handlebars->35->2336", - "default3.handlebars->35->3149", - "default3.handlebars->35->3215", - "default3.handlebars->35->3268", - "default3.handlebars->35->3374", + "default3.handlebars->35->2256", + "default3.handlebars->35->2337", + "default3.handlebars->35->3150", + "default3.handlebars->35->3216", + "default3.handlebars->35->3269", + "default3.handlebars->35->3375", "default3.handlebars->35->469", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default3.handlebars->contextMenu->cxfiles", @@ -34384,9 +34384,9 @@ "default.handlebars->47->2896", "default.handlebars->47->3001", "default.handlebars->47->986", - "default3.handlebars->35->2208", - "default3.handlebars->35->2890", - "default3.handlebars->35->2995", + "default3.handlebars->35->2209", + "default3.handlebars->35->2891", + "default3.handlebars->35->2996", "default3.handlebars->35->983" ] }, @@ -34420,9 +34420,9 @@ "default.handlebars->47->2895", "default.handlebars->47->3000", "default.handlebars->47->985", - "default3.handlebars->35->2207", - "default3.handlebars->35->2889", - "default3.handlebars->35->2994", + "default3.handlebars->35->2208", + "default3.handlebars->35->2890", + "default3.handlebars->35->2995", "default3.handlebars->35->982" ] }, @@ -34460,7 +34460,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->35->1546", + "default3.handlebars->35->1547", "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", @@ -34559,7 +34559,7 @@ "zh-cht": "查找文件", "xloc": [ "default.handlebars->47->1564", - "default3.handlebars->35->1549", + "default3.handlebars->35->1550", "sharing.handlebars->11->54" ] }, @@ -34590,7 +34590,7 @@ "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒", "xloc": [ "default.handlebars->47->2687", - "default3.handlebars->35->2684" + "default3.handlebars->35->2685" ] }, { @@ -34620,7 +34620,7 @@ "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ "default.handlebars->47->2548", - "default3.handlebars->35->2545" + "default3.handlebars->35->2546" ] }, { @@ -34651,7 +34651,7 @@ "xloc": [ "default-mobile.handlebars->11->180", "default.handlebars->47->1924", - "default3.handlebars->35->1905", + "default3.handlebars->35->1906", "login2.handlebars->7->66" ] }, @@ -34725,8 +34725,8 @@ "xloc": [ "default.handlebars->47->2478", "default.handlebars->47->2492", - "default3.handlebars->35->2475", - "default3.handlebars->35->2489" + "default3.handlebars->35->2476", + "default3.handlebars->35->2490" ] }, { @@ -34738,7 +34738,7 @@ "uk": "Перша Невдача", "xloc": [ "default.handlebars->47->1489", - "default3.handlebars->35->1475" + "default3.handlebars->35->1476" ] }, { @@ -34803,7 +34803,7 @@ "zh-cht": "標誌", "xloc": [ "default.handlebars->47->2707", - "default3.handlebars->35->2704" + "default3.handlebars->35->2705" ] }, { @@ -34841,7 +34841,7 @@ "en": "Flatly", "nl": "Plat", "xloc": [ - "default3.handlebars->35->2089" + "default3.handlebars->35->2090" ] }, { @@ -35107,7 +35107,7 @@ "default.handlebars->47->1787", "default.handlebars->47->755", "default.handlebars->47->796", - "default3.handlebars->35->1770", + "default3.handlebars->35->1771", "default3.handlebars->35->752", "default3.handlebars->35->793" ] @@ -35170,8 +35170,8 @@ "xloc": [ "default.handlebars->47->2829", "default.handlebars->47->3094", - "default3.handlebars->35->2825", - "default3.handlebars->35->3082" + "default3.handlebars->35->2826", + "default3.handlebars->35->3083" ] }, { @@ -35201,7 +35201,7 @@ "zh-cht": "強行斷開用戶 {0} 的桌面會話", "xloc": [ "default.handlebars->47->2675", - "default3.handlebars->35->2672" + "default3.handlebars->35->2673" ] }, { @@ -35231,7 +35231,7 @@ "zh-cht": "強制斷開用戶 {0} 的文件會話", "xloc": [ "default.handlebars->47->2677", - "default3.handlebars->35->2674" + "default3.handlebars->35->2675" ] }, { @@ -35261,7 +35261,7 @@ "zh-cht": "強制斷開用戶 {0} 的路由會話", "xloc": [ "default.handlebars->47->2678", - "default3.handlebars->35->2675" + "default3.handlebars->35->2676" ] }, { @@ -35291,7 +35291,7 @@ "zh-cht": "強制斷開用戶 {0} 的終端會話", "xloc": [ "default.handlebars->47->2676", - "default3.handlebars->35->2673" + "default3.handlebars->35->2674" ] }, { @@ -35411,7 +35411,7 @@ "zh-cht": "格式化", "xloc": [ "default.handlebars->47->2725", - "default3.handlebars->35->2722" + "default3.handlebars->35->2723" ] }, { @@ -35467,7 +35467,7 @@ "zh-cht": "框速率", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->7->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->7->3", "player.handlebars->3->50", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->7->1" ] @@ -35500,8 +35500,8 @@ "xloc": [ "default.handlebars->47->3343", "default.handlebars->47->3345", - "default3.handlebars->35->3331", - "default3.handlebars->35->3333" + "default3.handlebars->35->3332", + "default3.handlebars->35->3334" ] }, { @@ -35516,8 +35516,8 @@ "xloc": [ "default.handlebars->47->1820", "default.handlebars->47->3058", - "default3.handlebars->35->1802", - "default3.handlebars->35->3052" + "default3.handlebars->35->1803", + "default3.handlebars->35->3053" ] }, { @@ -35579,7 +35579,7 @@ "xloc": [ "default-mobile.handlebars->11->182", "default.handlebars->47->1926", - "default3.handlebars->35->1907", + "default3.handlebars->35->1908", "login2.handlebars->7->68" ] }, @@ -35611,7 +35611,7 @@ "xloc": [ "default-mobile.handlebars->11->183", "default.handlebars->47->1927", - "default3.handlebars->35->1908", + "default3.handlebars->35->1909", "login2.handlebars->7->69" ] }, @@ -35643,7 +35643,7 @@ "xloc": [ "default-mobile.handlebars->11->184", "default.handlebars->47->1928", - "default3.handlebars->35->1909", + "default3.handlebars->35->1910", "login2.handlebars->7->70" ] }, @@ -35675,7 +35675,7 @@ "xloc": [ "default-mobile.handlebars->11->185", "default.handlebars->47->1929", - "default3.handlebars->35->1910", + "default3.handlebars->35->1911", "login2.handlebars->7->71" ] }, @@ -35707,7 +35707,7 @@ "xloc": [ "default-mobile.handlebars->11->186", "default.handlebars->47->1930", - "default3.handlebars->35->1911", + "default3.handlebars->35->1912", "login2.handlebars->7->72" ] }, @@ -35739,7 +35739,7 @@ "xloc": [ "default-mobile.handlebars->11->181", "default.handlebars->47->1925", - "default3.handlebars->35->1906", + "default3.handlebars->35->1907", "login2.handlebars->7->67" ] }, @@ -35771,7 +35771,7 @@ "xloc": [ "default-mobile.handlebars->11->187", "default.handlebars->47->1931", - "default3.handlebars->35->1912", + "default3.handlebars->35->1913", "login2.handlebars->7->73" ] }, @@ -35803,7 +35803,7 @@ "xloc": [ "default-mobile.handlebars->11->188", "default.handlebars->47->1932", - "default3.handlebars->35->1913", + "default3.handlebars->35->1914", "login2.handlebars->7->74" ] }, @@ -35835,7 +35835,7 @@ "xloc": [ "default-mobile.handlebars->11->189", "default.handlebars->47->1933", - "default3.handlebars->35->1914", + "default3.handlebars->35->1915", "login2.handlebars->7->75" ] }, @@ -35872,9 +35872,9 @@ "default.handlebars->47->2139", "default.handlebars->47->2365", "default.handlebars->47->2841", - "default3.handlebars->35->2139", - "default3.handlebars->35->2362", - "default3.handlebars->35->2835" + "default3.handlebars->35->2140", + "default3.handlebars->35->2363", + "default3.handlebars->35->2836" ] }, { @@ -35904,7 +35904,7 @@ "zh-cht": "完整管理員(保留所有權利)", "xloc": [ "default.handlebars->47->2404", - "default3.handlebars->35->2401" + "default3.handlebars->35->2402" ] }, { @@ -36086,7 +36086,7 @@ "zh-cht": "完整管理員", "xloc": [ "default.handlebars->47->2946", - "default3.handlebars->35->2940" + "default3.handlebars->35->2941" ] }, { @@ -36117,8 +36117,8 @@ "xloc": [ "default.handlebars->47->2232", "default.handlebars->47->2293", - "default3.handlebars->35->2228", - "default3.handlebars->35->2287" + "default3.handlebars->35->2229", + "default3.handlebars->35->2288" ] }, { @@ -36130,7 +36130,7 @@ "xloc": [ "default-mobile.handlebars->11->899", "default.handlebars->47->1745", - "default3.handlebars->35->1728" + "default3.handlebars->35->1729" ] }, { @@ -36142,7 +36142,7 @@ "xloc": [ "default-mobile.handlebars->11->901", "default.handlebars->47->1747", - "default3.handlebars->35->1730" + "default3.handlebars->35->1731" ] }, { @@ -36203,7 +36203,7 @@ "xloc": [ "default-mobile.handlebars->11->853", "default.handlebars->47->1699", - "default3.handlebars->35->1682" + "default3.handlebars->35->1683" ] }, { @@ -36234,7 +36234,7 @@ "xloc": [ "default-mobile.handlebars->11->191", "default.handlebars->47->1935", - "default3.handlebars->35->1916", + "default3.handlebars->35->1917", "login2.handlebars->7->77" ] }, @@ -36266,7 +36266,7 @@ "xloc": [ "default-mobile.handlebars->11->190", "default.handlebars->47->1934", - "default3.handlebars->35->1915", + "default3.handlebars->35->1916", "login2.handlebars->7->76" ] }, @@ -36297,7 +36297,7 @@ "xloc": [ "default-mobile.handlebars->11->192", "default.handlebars->47->1936", - "default3.handlebars->35->1917", + "default3.handlebars->35->1918", "login2.handlebars->7->78" ] }, @@ -36358,7 +36358,7 @@ "xloc": [ "default-mobile.handlebars->11->815", "default.handlebars->47->1661", - "default3.handlebars->35->1646" + "default3.handlebars->35->1647" ] }, { @@ -36519,7 +36519,7 @@ "zh-cht": "生成報告", "xloc": [ "default.handlebars->47->3208", - "default3.handlebars->35->3196" + "default3.handlebars->35->3197" ] }, { @@ -36580,7 +36580,7 @@ "xloc": [ "default-mobile.handlebars->11->193", "default.handlebars->47->1937", - "default3.handlebars->35->1918", + "default3.handlebars->35->1919", "login2.handlebars->7->79" ] }, @@ -36612,7 +36612,7 @@ "xloc": [ "default-mobile.handlebars->11->195", "default.handlebars->47->1939", - "default3.handlebars->35->1920", + "default3.handlebars->35->1921", "login2.handlebars->7->81" ] }, @@ -36644,7 +36644,7 @@ "xloc": [ "default-mobile.handlebars->11->196", "default.handlebars->47->1940", - "default3.handlebars->35->1921", + "default3.handlebars->35->1922", "login2.handlebars->7->82" ] }, @@ -36676,7 +36676,7 @@ "xloc": [ "default-mobile.handlebars->11->197", "default.handlebars->47->1941", - "default3.handlebars->35->1922", + "default3.handlebars->35->1923", "login2.handlebars->7->83" ] }, @@ -36708,7 +36708,7 @@ "xloc": [ "default-mobile.handlebars->11->198", "default.handlebars->47->1942", - "default3.handlebars->35->1923", + "default3.handlebars->35->1924", "login2.handlebars->7->84" ] }, @@ -36740,7 +36740,7 @@ "xloc": [ "default-mobile.handlebars->11->194", "default.handlebars->47->1938", - "default3.handlebars->35->1919", + "default3.handlebars->35->1920", "login2.handlebars->7->80" ] }, @@ -36772,7 +36772,7 @@ "xloc": [ "default-mobile.handlebars->11->199", "default.handlebars->47->1943", - "default3.handlebars->35->1924", + "default3.handlebars->35->1925", "login2.handlebars->7->85" ] }, @@ -36803,7 +36803,7 @@ "zh-cht": "獲取剪貼板", "xloc": [ "default.handlebars->47->1463", - "default3.handlebars->35->1450" + "default3.handlebars->35->1451" ] }, { @@ -36894,7 +36894,7 @@ "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ "default.handlebars->47->2562", - "default3.handlebars->35->2559" + "default3.handlebars->35->2560" ] }, { @@ -36916,7 +36916,7 @@ "uk": "Перейти до Теки", "xloc": [ "default.handlebars->47->1560", - "default3.handlebars->35->1545" + "default3.handlebars->35->1546" ] }, { @@ -37082,7 +37082,7 @@ "zh-cht": "好", "xloc": [ "default.handlebars->47->2135", - "default3.handlebars->35->2135" + "default3.handlebars->35->2136" ] }, { @@ -37179,8 +37179,8 @@ "default.handlebars->47->2156", "default.handlebars->47->2159", "default.handlebars->47->334", - "default3.handlebars->35->2156", - "default3.handlebars->35->2159", + "default3.handlebars->35->2157", + "default3.handlebars->35->2160", "default3.handlebars->35->331" ] }, @@ -37211,7 +37211,7 @@ "zh-cht": "Google雲端硬盤控制台", "xloc": [ "default.handlebars->47->2153", - "default3.handlebars->35->2153" + "default3.handlebars->35->2154" ] }, { @@ -37271,7 +37271,7 @@ "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "xloc": [ "default.handlebars->47->2157", - "default3.handlebars->35->2157" + "default3.handlebars->35->2158" ] }, { @@ -37332,7 +37332,7 @@ "xloc": [ "default-mobile.handlebars->11->200", "default.handlebars->47->1944", - "default3.handlebars->35->1925", + "default3.handlebars->35->1926", "login2.handlebars->7->86" ] }, @@ -37366,7 +37366,7 @@ "default.handlebars->47->3224", "default.handlebars->47->902", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1", - "default3.handlebars->35->3212", + "default3.handlebars->35->3213", "default3.handlebars->35->899", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1" ] @@ -37403,8 +37403,8 @@ "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->35->2772", - "default3.handlebars->35->2859", + "default3.handlebars->35->2773", + "default3.handlebars->35->2860", "default3.handlebars->35->757", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", "default3.handlebars->container->column_l->p4->3->1->0->1->1", @@ -37438,7 +37438,7 @@ "zh-cht": "通過...分群", "xloc": [ "default.handlebars->47->2721", - "default3.handlebars->35->2718" + "default3.handlebars->35->2719" ] }, { @@ -37469,7 +37469,7 @@ "xloc": [ "agent-translations.json", "default.handlebars->47->2882", - "default3.handlebars->35->2876" + "default3.handlebars->35->2877" ] }, { @@ -37499,7 +37499,7 @@ "zh-cht": "群組成員", "xloc": [ "default.handlebars->47->2907", - "default3.handlebars->35->2901" + "default3.handlebars->35->2902" ] }, { @@ -37544,7 +37544,7 @@ "uk": "Тип Групи", "xloc": [ "default.handlebars->47->2883", - "default3.handlebars->35->2877" + "default3.handlebars->35->2878" ] }, { @@ -37575,8 +37575,8 @@ "xloc": [ "default.handlebars->47->3192", "default.handlebars->47->3195", - "default3.handlebars->35->3180", - "default3.handlebars->35->3183" + "default3.handlebars->35->3181", + "default3.handlebars->35->3184" ] }, { @@ -37606,7 +37606,7 @@ "zh-cht": "團隊名字", "xloc": [ "default.handlebars->47->2705", - "default3.handlebars->35->2702" + "default3.handlebars->35->2703" ] }, { @@ -37636,7 +37636,7 @@ "zh-cht": "用戶{0}的群組權限。", "xloc": [ "default.handlebars->47->2364", - "default3.handlebars->35->2361" + "default3.handlebars->35->2362" ] }, { @@ -37666,7 +37666,7 @@ "zh-cht": "{0}的群組權限。", "xloc": [ "default.handlebars->47->2363", - "default3.handlebars->35->2360" + "default3.handlebars->35->2361" ] }, { @@ -37785,7 +37785,7 @@ "zh-cht": "來賓", "xloc": [ "default.handlebars->47->3214", - "default3.handlebars->35->3202" + "default3.handlebars->35->3203" ] }, { @@ -37879,7 +37879,7 @@ "zh-cht": "嘉賓分享", "xloc": [ "default.handlebars->47->2372", - "default3.handlebars->35->2369" + "default3.handlebars->35->2370" ] }, { @@ -37910,7 +37910,7 @@ "xloc": [ "default-mobile.handlebars->11->201", "default.handlebars->47->1945", - "default3.handlebars->35->1926", + "default3.handlebars->35->1927", "login2.handlebars->7->87" ] }, @@ -37947,7 +37947,7 @@ "default.handlebars->47->450", "default3.handlebars->35->1053", "default3.handlebars->35->1219", - "default3.handlebars->35->3370", + "default3.handlebars->35->3371", "default3.handlebars->35->447" ] }, @@ -38036,7 +38036,7 @@ "default.handlebars->47->1110", "default.handlebars->47->2263", "default3.handlebars->35->1107", - "default3.handlebars->35->2259" + "default3.handlebars->35->2260" ] }, { @@ -38174,7 +38174,7 @@ "default.handlebars->47->1111", "default.handlebars->47->2264", "default3.handlebars->35->1108", - "default3.handlebars->35->2260" + "default3.handlebars->35->2261" ] }, { @@ -38268,7 +38268,7 @@ "xloc": [ "default-mobile.handlebars->11->202", "default.handlebars->47->1946", - "default3.handlebars->35->1927", + "default3.handlebars->35->1928", "login2.handlebars->7->88" ] }, @@ -38285,8 +38285,8 @@ "xloc": [ "default.handlebars->47->1813", "default.handlebars->47->3051", - "default3.handlebars->35->1795", - "default3.handlebars->35->3045" + "default3.handlebars->35->1796", + "default3.handlebars->35->3046" ] }, { @@ -38376,7 +38376,7 @@ "xloc": [ "default-mobile.handlebars->11->936", "default.handlebars->47->1783", - "default3.handlebars->35->1766" + "default3.handlebars->35->1767" ] }, { @@ -38406,7 +38406,7 @@ "zh-cht": "硬件一次性密碼", "xloc": [ "default.handlebars->47->3252", - "default3.handlebars->35->3240" + "default3.handlebars->35->3241" ] }, { @@ -38466,7 +38466,7 @@ "zh-cht": "堆總數", "xloc": [ "default.handlebars->47->3401", - "default3.handlebars->35->3389" + "default3.handlebars->35->3390" ] }, { @@ -38496,7 +38496,7 @@ "zh-cht": "堆使用", "xloc": [ "default.handlebars->47->3400", - "default3.handlebars->35->3388" + "default3.handlebars->35->3389" ] }, { @@ -38527,7 +38527,7 @@ "xloc": [ "default-mobile.handlebars->11->203", "default.handlebars->47->1947", - "default3.handlebars->35->1928", + "default3.handlebars->35->1929", "login2.handlebars->7->89" ] }, @@ -38647,7 +38647,7 @@ "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ "default.handlebars->47->2639", - "default3.handlebars->35->2636" + "default3.handlebars->35->2637" ] }, { @@ -38729,8 +38729,8 @@ "default.handlebars->47->2469", "default3.handlebars->35->1128", "default3.handlebars->35->1132", - "default3.handlebars->35->2462", - "default3.handlebars->35->2466" + "default3.handlebars->35->2463", + "default3.handlebars->35->2467" ] }, { @@ -38761,7 +38761,7 @@ "xloc": [ "default-mobile.handlebars->11->318", "default.handlebars->47->2062", - "default3.handlebars->35->2043" + "default3.handlebars->35->2044" ] }, { @@ -38914,7 +38914,7 @@ "xloc": [ "default-mobile.handlebars->11->204", "default.handlebars->47->1948", - "default3.handlebars->35->1929", + "default3.handlebars->35->1930", "login2.handlebars->7->90" ] }, @@ -38972,7 +38972,7 @@ "xloc": [ "default-mobile.handlebars->11->738", "default.handlebars->47->1588", - "default3.handlebars->35->1573", + "default3.handlebars->35->1574", "sharing-mobile.handlebars->11->99", "sharing.handlebars->11->76" ] @@ -39005,7 +39005,7 @@ "xloc": [ "default-mobile.handlebars->11->742", "default.handlebars->47->1592", - "default3.handlebars->35->1577", + "default3.handlebars->35->1578", "sharing-mobile.handlebars->11->103", "sharing.handlebars->11->80" ] @@ -39038,7 +39038,7 @@ "xloc": [ "default-mobile.handlebars->11->736", "default.handlebars->47->1586", - "default3.handlebars->35->1571", + "default3.handlebars->35->1572", "sharing-mobile.handlebars->11->97", "sharing.handlebars->11->74" ] @@ -39071,7 +39071,7 @@ "xloc": [ "default-mobile.handlebars->11->740", "default.handlebars->47->1590", - "default3.handlebars->35->1575", + "default3.handlebars->35->1576", "sharing-mobile.handlebars->11->101", "sharing.handlebars->11->78" ] @@ -39104,7 +39104,7 @@ "xloc": [ "default-mobile.handlebars->11->381", "default.handlebars->47->2535", - "default3.handlebars->35->2532" + "default3.handlebars->35->2533" ] }, { @@ -39135,7 +39135,7 @@ "xloc": [ "default-mobile.handlebars->11->662", "default.handlebars->47->1435", - "default3.handlebars->35->1422", + "default3.handlebars->35->1423", "sharing-mobile.handlebars->11->24" ] }, @@ -39179,9 +39179,9 @@ "default.handlebars->47->517", "default.handlebars->47->907", "default3.handlebars->35->1368", - "default3.handlebars->35->1626", - "default3.handlebars->35->2128", - "default3.handlebars->35->2187", + "default3.handlebars->35->1627", + "default3.handlebars->35->2129", + "default3.handlebars->35->2188", "default3.handlebars->35->505", "default3.handlebars->35->514", "default3.handlebars->35->904" @@ -39214,7 +39214,7 @@ "zh-cht": "主機名同步", "xloc": [ "default.handlebars->47->2198", - "default3.handlebars->35->2194" + "default3.handlebars->35->2195" ] }, { @@ -39257,7 +39257,7 @@ "xloc": [ "default-mobile.handlebars->11->205", "default.handlebars->47->1949", - "default3.handlebars->35->1930", + "default3.handlebars->35->1931", "login2.handlebars->7->91" ] }, @@ -39319,8 +39319,8 @@ "xloc": [ "default.handlebars->47->3219", "default.handlebars->47->3258", - "default3.handlebars->35->3207", - "default3.handlebars->35->3246" + "default3.handlebars->35->3208", + "default3.handlebars->35->3247" ] }, { @@ -39451,7 +39451,7 @@ "uk": "Інформаційні записи про локацію IP", "xloc": [ "default.handlebars->47->3264", - "default3.handlebars->35->3252" + "default3.handlebars->35->3253" ] }, { @@ -39516,7 +39516,7 @@ "zh-cht": "IP-KVM / 電源設備", "xloc": [ "default.handlebars->47->2118", - "default3.handlebars->35->2118" + "default3.handlebars->35->2119" ] }, { @@ -39546,7 +39546,7 @@ "zh-cht": "IP-KVM / 通過代理中繼的電源設備", "xloc": [ "default.handlebars->47->2119", - "default3.handlebars->35->2119" + "default3.handlebars->35->2120" ] }, { @@ -39577,7 +39577,7 @@ "xloc": [ "default-mobile.handlebars->11->949", "default.handlebars->47->2183", - "default3.handlebars->35->2179" + "default3.handlebars->35->2180" ] }, { @@ -39608,7 +39608,7 @@ "xloc": [ "default-mobile.handlebars->11->950", "default.handlebars->47->2184", - "default3.handlebars->35->2180" + "default3.handlebars->35->2181" ] }, { @@ -39732,8 +39732,8 @@ "default-mobile.handlebars->11->813", "default.handlebars->47->1652", "default.handlebars->47->1659", - "default3.handlebars->35->1637", - "default3.handlebars->35->1644" + "default3.handlebars->35->1638", + "default3.handlebars->35->1645" ] }, { @@ -39763,7 +39763,7 @@ "zh-cht": "IP:{0},遮罩:{1},閘道:{2}", "xloc": [ "default.handlebars->47->1650", - "default3.handlebars->35->1635" + "default3.handlebars->35->1636" ] }, { @@ -39796,9 +39796,9 @@ "default.handlebars->47->1649", "default.handlebars->47->1651", "default.handlebars->47->1662", - "default3.handlebars->35->1634", - "default3.handlebars->35->1636", - "default3.handlebars->35->1647" + "default3.handlebars->35->1635", + "default3.handlebars->35->1637", + "default3.handlebars->35->1648" ] }, { @@ -39925,7 +39925,7 @@ "xloc": [ "default-mobile.handlebars->11->818", "default.handlebars->47->1664", - "default3.handlebars->35->1649" + "default3.handlebars->35->1650" ] }, { @@ -40046,7 +40046,7 @@ "xloc": [ "default-mobile.handlebars->11->206", "default.handlebars->47->1950", - "default3.handlebars->35->1931", + "default3.handlebars->35->1932", "login2.handlebars->7->92" ] }, @@ -40115,9 +40115,9 @@ "default.handlebars->47->1671", "default.handlebars->47->1697", "default.handlebars->47->1765", - "default3.handlebars->35->1625", - "default3.handlebars->35->1680", - "default3.handlebars->35->1748" + "default3.handlebars->35->1626", + "default3.handlebars->35->1681", + "default3.handlebars->35->1749" ] }, { @@ -40147,7 +40147,7 @@ "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ "default.handlebars->47->2307", - "default3.handlebars->35->2301" + "default3.handlebars->35->2302" ] }, { @@ -40324,7 +40324,7 @@ "zh-cht": "影像編碼", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->3->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->3->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->3->1" ] }, @@ -40341,7 +40341,7 @@ "uk": "Імпорт", "xloc": [ "default.handlebars->47->2239", - "default3.handlebars->35->2235" + "default3.handlebars->35->2236" ] }, { @@ -40385,9 +40385,9 @@ "default.handlebars->47->2281", "default.handlebars->47->2282", "default.handlebars->47->2286", - "default3.handlebars->35->2277", "default3.handlebars->35->2278", - "default3.handlebars->35->2281" + "default3.handlebars->35->2279", + "default3.handlebars->35->2282" ] }, { @@ -40403,7 +40403,7 @@ "uk": "Імпортувати пристрої Intel® AMT.", "xloc": [ "default.handlebars->47->2238", - "default3.handlebars->35->2234" + "default3.handlebars->35->2235" ] }, { @@ -40433,7 +40433,7 @@ "zh-cht": "以 MeshCommander JSON 格式導入本地英特爾® AMT 設備列表。", "xloc": [ "default.handlebars->47->2280", - "default3.handlebars->35->2276" + "default3.handlebars->35->2277" ] }, { @@ -40463,7 +40463,7 @@ "zh-cht": "導入設備列表", "xloc": [ "default.handlebars->47->2276", - "default3.handlebars->35->2272" + "default3.handlebars->35->2273" ] }, { @@ -40533,7 +40533,7 @@ "zh-cht": "停用天數直到移除", "xloc": [ "default.handlebars->47->2349", - "default3.handlebars->35->2346" + "default3.handlebars->35->2347" ] }, { @@ -40706,8 +40706,8 @@ "xloc": [ "default.handlebars->47->3245", "default.handlebars->47->3294", - "default3.handlebars->35->3233", - "default3.handlebars->35->3282" + "default3.handlebars->35->3234", + "default3.handlebars->35->3283" ] }, { @@ -40802,7 +40802,7 @@ "xloc": [ "default-mobile.handlebars->11->207", "default.handlebars->47->1951", - "default3.handlebars->35->1932", + "default3.handlebars->35->1933", "login2.handlebars->7->93" ] }, @@ -40879,8 +40879,8 @@ "xloc": [ "default.handlebars->47->1819", "default.handlebars->47->3057", - "default3.handlebars->35->1801", - "default3.handlebars->35->3051" + "default3.handlebars->35->1802", + "default3.handlebars->35->3052" ] }, { @@ -40944,7 +40944,7 @@ "xloc": [ "default-mobile.handlebars->11->660", "default.handlebars->47->1433", - "default3.handlebars->35->1420", + "default3.handlebars->35->1421", "sharing-mobile.handlebars->11->22" ] }, @@ -41175,8 +41175,8 @@ "default.handlebars->47->595", "default.handlebars->47->612", "default.handlebars->47->616", - "default3.handlebars->35->2443", - "default3.handlebars->35->2450", + "default3.handlebars->35->2444", + "default3.handlebars->35->2451", "default3.handlebars->35->571", "default3.handlebars->35->592", "default3.handlebars->35->609", @@ -41191,7 +41191,7 @@ "uk": "Інсталював", "xloc": [ "default.handlebars->47->1486", - "default3.handlebars->35->1472" + "default3.handlebars->35->1473" ] }, { @@ -41202,7 +41202,7 @@ "uk": "Дата Інсталяції", "xloc": [ "default.handlebars->47->1487", - "default3.handlebars->35->1473" + "default3.handlebars->35->1474" ] }, { @@ -41233,7 +41233,7 @@ "xloc": [ "default.handlebars->47->1536", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons", - "default3.handlebars->35->1521", + "default3.handlebars->35->1522", "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons", "sharing.handlebars->11->36", "sharing.handlebars->p12->9->1->terminalSettingsButtons" @@ -41266,14 +41266,14 @@ "zh-cht": "英特爾AMT", "xloc": [ "default.handlebars->47->3396", - "default3.handlebars->35->3384" + "default3.handlebars->35->3385" ] }, { "en": "Intel AMT CIRA", "xloc": [ "default.handlebars->47->3397", - "default3.handlebars->35->3385" + "default3.handlebars->35->3386" ] }, { @@ -41449,7 +41449,7 @@ "zh-cht": "英特爾 AMT 經理", "xloc": [ "default.handlebars->47->3427", - "default3.handlebars->35->3415" + "default3.handlebars->35->3416" ] }, { @@ -41505,7 +41505,7 @@ "zh-cht": "Intel ASCII", "xloc": [ "default.handlebars->47->1535", - "default3.handlebars->35->1520", + "default3.handlebars->35->1521", "sharing.handlebars->11->35" ] }, @@ -41550,11 +41550,11 @@ "default.handlebars->47->993", "default3.handlebars->35->1000", "default3.handlebars->35->1088", - "default3.handlebars->35->2215", - "default3.handlebars->35->2229", - "default3.handlebars->35->2470", - "default3.handlebars->35->2483", - "default3.handlebars->35->3414", + "default3.handlebars->35->2216", + "default3.handlebars->35->2230", + "default3.handlebars->35->2471", + "default3.handlebars->35->2484", + "default3.handlebars->35->3415", "default3.handlebars->35->874", "default3.handlebars->35->941", "default3.handlebars->35->990" @@ -41879,7 +41879,7 @@ "zh-cht": "Intel® AMT政策", "xloc": [ "default.handlebars->47->2294", - "default3.handlebars->35->2288" + "default3.handlebars->35->2289" ] }, { @@ -42039,8 +42039,8 @@ "xloc": [ "default.handlebars->47->3156", "default.handlebars->47->3166", - "default3.handlebars->35->3144", - "default3.handlebars->35->3154", + "default3.handlebars->35->3145", + "default3.handlebars->35->3155", "player.handlebars->3->33" ] }, @@ -42157,8 +42157,8 @@ "xloc": [ "default.handlebars->47->3155", "default.handlebars->47->3165", - "default3.handlebars->35->3143", - "default3.handlebars->35->3153", + "default3.handlebars->35->3144", + "default3.handlebars->35->3154", "player.handlebars->3->32" ] }, @@ -42251,8 +42251,8 @@ "default.handlebars->47->2089", "default.handlebars->47->2461", "default3.handlebars->35->1124", - "default3.handlebars->35->2071", - "default3.handlebars->35->2458" + "default3.handlebars->35->2072", + "default3.handlebars->35->2459" ] }, { @@ -42562,8 +42562,8 @@ "default-mobile.handlebars->11->945", "default.handlebars->47->2122", "default.handlebars->47->2179", - "default3.handlebars->35->2122", - "default3.handlebars->35->2175" + "default3.handlebars->35->2123", + "default3.handlebars->35->2176" ] }, { @@ -42690,7 +42690,7 @@ "xloc": [ "default-mobile.handlebars->11->841", "default.handlebars->47->1687", - "default3.handlebars->35->1670" + "default3.handlebars->35->1671" ] }, { @@ -42844,7 +42844,7 @@ "xloc": [ "default-mobile.handlebars->11->840", "default.handlebars->47->1686", - "default3.handlebars->35->1669" + "default3.handlebars->35->1670" ] }, { @@ -42934,7 +42934,7 @@ "zh-cht": "英特爾(r) AMT 政策變更", "xloc": [ "default.handlebars->47->2682", - "default3.handlebars->35->2679" + "default3.handlebars->35->2680" ] }, { @@ -43192,7 +43192,7 @@ "zh-cht": "互動", "xloc": [ "default.handlebars->47->1479", - "default3.handlebars->35->1465" + "default3.handlebars->35->1466" ] }, { @@ -43227,8 +43227,8 @@ "default.handlebars->47->577", "default.handlebars->47->598", "default.handlebars->47->615", - "default3.handlebars->35->2446", - "default3.handlebars->35->2452", + "default3.handlebars->35->2447", + "default3.handlebars->35->2453", "default3.handlebars->35->574", "default3.handlebars->35->595", "default3.handlebars->35->612" @@ -43321,7 +43321,7 @@ "xloc": [ "default-mobile.handlebars->11->208", "default.handlebars->47->1952", - "default3.handlebars->35->1933", + "default3.handlebars->35->1934", "login2.handlebars->7->94" ] }, @@ -43365,8 +43365,8 @@ "xloc": [ "default.handlebars->47->2797", "default.handlebars->47->2799", - "default3.handlebars->35->2793", - "default3.handlebars->35->2795" + "default3.handlebars->35->2794", + "default3.handlebars->35->2796" ] }, { @@ -43427,7 +43427,7 @@ "zh-cht": "無效的裝置群類型", "xloc": [ "default.handlebars->47->3357", - "default3.handlebars->35->3345" + "default3.handlebars->35->3346" ] }, { @@ -43457,7 +43457,7 @@ "zh-cht": "無效的JSON", "xloc": [ "default.handlebars->47->3351", - "default3.handlebars->35->3339" + "default3.handlebars->35->3340" ] }, { @@ -43490,8 +43490,8 @@ "default.handlebars->47->2803", "default.handlebars->47->2805", "default.handlebars->47->531", - "default3.handlebars->35->2799", - "default3.handlebars->35->2801", + "default3.handlebars->35->2800", + "default3.handlebars->35->2802", "default3.handlebars->35->528" ] }, @@ -43524,8 +43524,8 @@ "default.handlebars->47->2283", "default.handlebars->47->2801", "default.handlebars->47->529", - "default3.handlebars->35->2279", - "default3.handlebars->35->2797", + "default3.handlebars->35->2280", + "default3.handlebars->35->2798", "default3.handlebars->35->526" ] }, @@ -43676,7 +43676,7 @@ "zh-cht": "無效的PKCS簽名", "xloc": [ "default.handlebars->47->3349", - "default3.handlebars->35->3337" + "default3.handlebars->35->3338" ] }, { @@ -43706,7 +43706,7 @@ "zh-cht": "無效的RSA密碼", "xloc": [ "default.handlebars->47->3350", - "default3.handlebars->35->3338" + "default3.handlebars->35->3339" ] }, { @@ -43737,7 +43737,7 @@ "xloc": [ "default-mobile.handlebars->11->1063", "default.handlebars->47->3332", - "default3.handlebars->35->3320" + "default3.handlebars->35->3321" ] }, { @@ -43829,7 +43829,7 @@ "xloc": [ "default-mobile.handlebars->11->1043", "default.handlebars->47->3312", - "default3.handlebars->35->3300" + "default3.handlebars->35->3301" ] }, { @@ -43886,7 +43886,7 @@ "xloc": [ "default-mobile.handlebars->11->1042", "default.handlebars->47->3311", - "default3.handlebars->35->3299" + "default3.handlebars->35->3300" ] }, { @@ -44007,8 +44007,8 @@ "xloc": [ "default.handlebars->47->3247", "default.handlebars->47->3296", - "default3.handlebars->35->3235", - "default3.handlebars->35->3284" + "default3.handlebars->35->3236", + "default3.handlebars->35->3285" ] }, { @@ -44023,7 +44023,7 @@ "uk": "Хибне повідомлення", "xloc": [ "default.handlebars->47->3338", - "default3.handlebars->35->3326" + "default3.handlebars->35->3327" ] }, { @@ -44067,7 +44067,7 @@ "default-mobile.handlebars->11->96", "default.handlebars->47->3310", "default.handlebars->47->340", - "default3.handlebars->35->3298", + "default3.handlebars->35->3299", "default3.handlebars->35->337" ] }, @@ -44116,7 +44116,7 @@ "xloc": [ "default-mobile.handlebars->11->1044", "default.handlebars->47->3313", - "default3.handlebars->35->3301" + "default3.handlebars->35->3302" ] }, { @@ -44177,7 +44177,7 @@ "zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效", "xloc": [ "default.handlebars->47->2651", - "default3.handlebars->35->2648" + "default3.handlebars->35->2649" ] }, { @@ -44208,7 +44208,7 @@ "xloc": [ "default-mobile.handlebars->11->1040", "default.handlebars->47->3309", - "default3.handlebars->35->3297" + "default3.handlebars->35->3298" ] }, { @@ -44264,7 +44264,7 @@ "zh-cht": "使電郵無效", "xloc": [ "default.handlebars->47->2769", - "default3.handlebars->35->2766" + "default3.handlebars->35->2767" ] }, { @@ -44380,7 +44380,7 @@ "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ "default.handlebars->47->2451", - "default3.handlebars->35->2448" + "default3.handlebars->35->2449" ] }, { @@ -44441,7 +44441,7 @@ "default.handlebars->47->2245", "default.handlebars->47->503", "default.handlebars->47->600", - "default3.handlebars->35->2241", + "default3.handlebars->35->2242", "default3.handlebars->35->500", "default3.handlebars->35->597" ] @@ -44479,12 +44479,12 @@ "default.handlebars->47->2452", "default.handlebars->47->2457", "default.handlebars->47->3307", - "default3.handlebars->35->2221", - "default3.handlebars->35->2436", - "default3.handlebars->35->2447", - "default3.handlebars->35->2449", - "default3.handlebars->35->2454", - "default3.handlebars->35->3295" + "default3.handlebars->35->2222", + "default3.handlebars->35->2437", + "default3.handlebars->35->2448", + "default3.handlebars->35->2450", + "default3.handlebars->35->2455", + "default3.handlebars->35->3296" ] }, { @@ -44514,7 +44514,7 @@ "zh-cht": "邀請代碼", "xloc": [ "default.handlebars->47->2710", - "default3.handlebars->35->2707" + "default3.handlebars->35->2708" ] }, { @@ -44575,7 +44575,7 @@ "xloc": [ "default.handlebars->47->2244", "default.handlebars->47->502", - "default3.handlebars->35->2240", + "default3.handlebars->35->2241", "default3.handlebars->35->499" ] }, @@ -44637,7 +44637,7 @@ "xloc": [ "default-mobile.handlebars->11->209", "default.handlebars->47->1953", - "default3.handlebars->35->1934", + "default3.handlebars->35->1935", "login2.handlebars->7->95" ] }, @@ -44668,7 +44668,7 @@ "zh-cht": "是 \\\"{0}\\\" 的中繼。", "xloc": [ "default.handlebars->47->2694", - "default3.handlebars->35->2691" + "default3.handlebars->35->2692" ] }, { @@ -44681,7 +44681,7 @@ "xloc": [ "default-mobile.handlebars->11->858", "default.handlebars->47->1704", - "default3.handlebars->35->1687" + "default3.handlebars->35->1688" ] }, { @@ -44694,7 +44694,7 @@ "xloc": [ "default-mobile.handlebars->11->861", "default.handlebars->47->1707", - "default3.handlebars->35->1690" + "default3.handlebars->35->1691" ] }, { @@ -44707,7 +44707,7 @@ "xloc": [ "default-mobile.handlebars->11->864", "default.handlebars->47->1710", - "default3.handlebars->35->1693" + "default3.handlebars->35->1694" ] }, { @@ -44738,7 +44738,7 @@ "xloc": [ "default-mobile.handlebars->11->210", "default.handlebars->47->1954", - "default3.handlebars->35->1935", + "default3.handlebars->35->1936", "login2.handlebars->7->96" ] }, @@ -44770,7 +44770,7 @@ "xloc": [ "default-mobile.handlebars->11->211", "default.handlebars->47->1955", - "default3.handlebars->35->1936", + "default3.handlebars->35->1937", "login2.handlebars->7->97" ] }, @@ -44837,7 +44837,7 @@ "zh-cht": "JSON", "xloc": [ "default.handlebars->47->2727", - "default3.handlebars->35->2724" + "default3.handlebars->35->2725" ] }, { @@ -44869,8 +44869,8 @@ "default.handlebars->47->2732", "default.handlebars->47->2809", "default.handlebars->47->805", - "default3.handlebars->35->2729", - "default3.handlebars->35->2805", + "default3.handlebars->35->2730", + "default3.handlebars->35->2806", "default3.handlebars->35->802" ] }, @@ -44881,7 +44881,7 @@ "uk": "Формат файлу JSON наведено далі:", "xloc": [ "default.handlebars->47->2792", - "default3.handlebars->35->2788" + "default3.handlebars->35->2789" ] }, { @@ -44912,7 +44912,7 @@ "xloc": [ "default-mobile.handlebars->11->212", "default.handlebars->47->1956", - "default3.handlebars->35->1937", + "default3.handlebars->35->1938", "login2.handlebars->7->98" ] }, @@ -44929,8 +44929,8 @@ "xloc": [ "default.handlebars->47->1814", "default.handlebars->47->3052", - "default3.handlebars->35->1796", - "default3.handlebars->35->3046" + "default3.handlebars->35->1797", + "default3.handlebars->35->3047" ] }, { @@ -44960,7 +44960,7 @@ "zh-cht": "已加入桌面Multiplex會話", "xloc": [ "default.handlebars->47->2545", - "default3.handlebars->35->2542" + "default3.handlebars->35->2543" ] }, { @@ -44990,14 +44990,14 @@ "zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"", "xloc": [ "default.handlebars->47->2684", - "default3.handlebars->35->2681" + "default3.handlebars->35->2682" ] }, { "en": "Journal", "nl": "Logging", "xloc": [ - "default3.handlebars->35->2090" + "default3.handlebars->35->2091" ] }, { @@ -45058,7 +45058,7 @@ "xloc": [ "default-mobile.handlebars->11->213", "default.handlebars->47->1957", - "default3.handlebars->35->1938", + "default3.handlebars->35->1939", "login2.handlebars->7->99" ] }, @@ -45090,7 +45090,7 @@ "xloc": [ "default-mobile.handlebars->11->214", "default.handlebars->47->1958", - "default3.handlebars->35->1939", + "default3.handlebars->35->1940", "login2.handlebars->7->100" ] }, @@ -45122,7 +45122,7 @@ "xloc": [ "default-mobile.handlebars->11->215", "default.handlebars->47->1959", - "default3.handlebars->35->1940", + "default3.handlebars->35->1941", "login2.handlebars->7->101" ] }, @@ -45153,7 +45153,7 @@ "zh-cht": "保留現有密碼", "xloc": [ "default.handlebars->47->2295", - "default3.handlebars->35->2289" + "default3.handlebars->35->2290" ] }, { @@ -45183,7 +45183,7 @@ "zh-cht": "內核驅動器", "xloc": [ "default.handlebars->47->1480", - "default3.handlebars->35->1466" + "default3.handlebars->35->1467" ] }, { @@ -45214,7 +45214,7 @@ "xloc": [ "default-mobile.handlebars->11->699", "default.handlebars->47->1522", - "default3.handlebars->35->1507", + "default3.handlebars->35->1508", "sharing-mobile.handlebars->11->52", "sharing-mobile.handlebars->11->69", "ssh.handlebars->3->15" @@ -45248,8 +45248,8 @@ "xloc": [ "default.handlebars->47->1850", "default.handlebars->47->1853", - "default3.handlebars->35->1831", - "default3.handlebars->35->1834" + "default3.handlebars->35->1832", + "default3.handlebars->35->1835" ] }, { @@ -45280,7 +45280,7 @@ "xloc": [ "default-mobile.handlebars->11->701", "default.handlebars->47->1524", - "default3.handlebars->35->1509", + "default3.handlebars->35->1510", "sharing-mobile.handlebars->11->53", "sharing-mobile.handlebars->11->70", "ssh.handlebars->3->17" @@ -45314,7 +45314,7 @@ "xloc": [ "default-mobile.handlebars->11->700", "default.handlebars->47->1523", - "default3.handlebars->35->1508", + "default3.handlebars->35->1509", "sharing-mobile.handlebars->11->55", "sharing-mobile.handlebars->11->72", "ssh.handlebars->3->16" @@ -45374,7 +45374,7 @@ "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1", "default.handlebars->47->1454", - "default3.handlebars->35->1441", + "default3.handlebars->35->1442", "sharing-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1" ] }, @@ -45405,7 +45405,7 @@ "zh-cht": "鍵盤字符串自定義", "xloc": [ "default.handlebars->47->1459", - "default3.handlebars->35->1446" + "default3.handlebars->35->1447" ] }, { @@ -45462,7 +45462,7 @@ "xloc": [ "default-mobile.handlebars->11->216", "default.handlebars->47->1960", - "default3.handlebars->35->1941", + "default3.handlebars->35->1942", "login2.handlebars->7->102" ] }, @@ -45493,7 +45493,7 @@ "zh-cht": "殺死進程{0} ({1})", "xloc": [ "default.handlebars->47->2560", - "default3.handlebars->35->2557" + "default3.handlebars->35->2558" ] }, { @@ -45535,7 +45535,7 @@ "xloc": [ "default-mobile.handlebars->11->217", "default.handlebars->47->1961", - "default3.handlebars->35->1942", + "default3.handlebars->35->1943", "login2.handlebars->7->103" ] }, @@ -45567,7 +45567,7 @@ "xloc": [ "default-mobile.handlebars->11->218", "default.handlebars->47->1962", - "default3.handlebars->35->1943", + "default3.handlebars->35->1944", "login2.handlebars->7->104" ] }, @@ -45599,7 +45599,7 @@ "xloc": [ "default-mobile.handlebars->11->839", "default.handlebars->47->1685", - "default3.handlebars->35->1668" + "default3.handlebars->35->1669" ] }, { @@ -45630,7 +45630,7 @@ "xloc": [ "default-mobile.handlebars->11->219", "default.handlebars->47->1963", - "default3.handlebars->35->1944", + "default3.handlebars->35->1945", "login2.handlebars->7->105" ] }, @@ -45662,7 +45662,7 @@ "xloc": [ "default-mobile.handlebars->11->220", "default.handlebars->47->1964", - "default3.handlebars->35->1945", + "default3.handlebars->35->1946", "login2.handlebars->7->106" ] }, @@ -45694,7 +45694,7 @@ "xloc": [ "default-mobile.handlebars->11->221", "default.handlebars->47->1965", - "default3.handlebars->35->1946", + "default3.handlebars->35->1947", "login2.handlebars->7->107" ] }, @@ -45726,8 +45726,8 @@ "xloc": [ "default.handlebars->47->1509", "default.handlebars->47->1540", - "default3.handlebars->35->1494", - "default3.handlebars->35->1525", + "default3.handlebars->35->1495", + "default3.handlebars->35->1526", "sharing.handlebars->11->26", "sharing.handlebars->11->40" ] @@ -45760,7 +45760,7 @@ "xloc": [ "default-mobile.handlebars->11->316", "default.handlebars->47->2060", - "default3.handlebars->35->2041" + "default3.handlebars->35->2042" ] }, { @@ -45846,7 +45846,7 @@ "zh-cht": "大焦點", "xloc": [ "default.handlebars->47->1426", - "default3.handlebars->35->1413" + "default3.handlebars->35->1414" ] }, { @@ -46043,7 +46043,7 @@ "xloc": [ "default.handlebars->47->3200", "default.handlebars->container->column_l->p40->3->1->p40time->9", - "default3.handlebars->35->3188", + "default3.handlebars->35->3189", "default3.handlebars->container->column_l->p40->3->3->p40time->9" ] }, @@ -46144,7 +46144,7 @@ "zh-cht": "過去 7 天", "xloc": [ "default.handlebars->47->3199", - "default3.handlebars->35->3187" + "default3.handlebars->35->3188" ] }, { @@ -46204,7 +46204,7 @@ "zh-cht": "最後訪問", "xloc": [ "default.handlebars->47->2740", - "default3.handlebars->35->2737" + "default3.handlebars->35->2738" ] }, { @@ -46223,9 +46223,9 @@ "default.handlebars->47->1626", "default.handlebars->47->359", "default.handlebars->47->391", - "default3.handlebars->35->1609", "default3.handlebars->35->1610", "default3.handlebars->35->1611", + "default3.handlebars->35->1612", "default3.handlebars->35->356", "default3.handlebars->35->388" ] @@ -46257,7 +46257,7 @@ "zh-cht": "最後一天", "xloc": [ "default.handlebars->47->3198", - "default3.handlebars->35->3186" + "default3.handlebars->35->3187" ] }, { @@ -46287,7 +46287,7 @@ "zh-cht": "上次登入", "xloc": [ "default.handlebars->47->2983", - "default3.handlebars->35->2977" + "default3.handlebars->35->2978" ] }, { @@ -46351,7 +46351,7 @@ "zh-cht": "上次訪問:{0}", "xloc": [ "default.handlebars->47->2750", - "default3.handlebars->35->2747" + "default3.handlebars->35->2748" ] }, { @@ -46390,10 +46390,10 @@ "default.handlebars->47->1634", "default.handlebars->47->164", "default3.handlebars->35->160", - "default3.handlebars->35->1617", "default3.handlebars->35->1618", "default3.handlebars->35->1619", "default3.handlebars->35->162", + "default3.handlebars->35->1620", "default3.handlebars->35->164" ] }, @@ -46429,8 +46429,8 @@ "default.handlebars->47->1629", "default.handlebars->47->1631", "default3.handlebars->35->159", - "default3.handlebars->35->1614", - "default3.handlebars->35->1616" + "default3.handlebars->35->1615", + "default3.handlebars->35->1617" ] }, { @@ -46460,7 +46460,7 @@ "zh-cht": "上次更改:{0}", "xloc": [ "default.handlebars->47->2987", - "default3.handlebars->35->2981" + "default3.handlebars->35->2982" ] }, { @@ -46476,7 +46476,7 @@ "uk": "Записи часу останнього підключення", "xloc": [ "default.handlebars->47->3268", - "default3.handlebars->35->3256" + "default3.handlebars->35->3257" ] }, { @@ -46566,7 +46566,7 @@ "zh-cht": "上次登入:{0}", "xloc": [ "default.handlebars->47->2751", - "default3.handlebars->35->2748" + "default3.handlebars->35->2749" ] }, { @@ -46745,7 +46745,7 @@ "xloc": [ "default-mobile.handlebars->11->222", "default.handlebars->47->1966", - "default3.handlebars->35->1947", + "default3.handlebars->35->1948", "login2.handlebars->7->108" ] }, @@ -46777,7 +46777,7 @@ "xloc": [ "default-mobile.handlebars->11->223", "default.handlebars->47->1967", - "default3.handlebars->35->1948", + "default3.handlebars->35->1949", "login2.handlebars->7->109" ] }, @@ -46954,7 +46954,7 @@ "zh-cht": "如沒有請留空。", "xloc": [ "default.handlebars->47->3037", - "default3.handlebars->35->3031" + "default3.handlebars->35->3032" ] }, { @@ -46985,7 +46985,7 @@ "xloc": [ "default-mobile.handlebars->11->667", "default.handlebars->47->1439", - "default3.handlebars->35->1426", + "default3.handlebars->35->1427", "sharing-mobile.handlebars->11->28" ] }, @@ -47016,7 +47016,7 @@ "zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->47->2666", - "default3.handlebars->35->2663" + "default3.handlebars->35->2664" ] }, { @@ -47072,7 +47072,7 @@ "zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->47->2665", - "default3.handlebars->35->2662" + "default3.handlebars->35->2663" ] }, { @@ -47128,7 +47128,7 @@ "zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。", "xloc": [ "default.handlebars->47->2664", - "default3.handlebars->35->2661" + "default3.handlebars->35->2662" ] }, { @@ -47184,7 +47184,7 @@ "zh-cht": "{0} 秒後離開 Web-VNC 會話。", "xloc": [ "default.handlebars->47->2667", - "default3.handlebars->35->2664" + "default3.handlebars->35->2665" ] }, { @@ -47249,7 +47249,7 @@ "zh-cht": "離開桌面多路復用會話", "xloc": [ "default.handlebars->47->2546", - "default3.handlebars->35->2543" + "default3.handlebars->35->2544" ] }, { @@ -47279,7 +47279,7 @@ "zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->47->2685", - "default3.handlebars->35->2682" + "default3.handlebars->35->2683" ] }, { @@ -47309,7 +47309,7 @@ "zh-cht": "{0} 秒後離開桌面多路復用會話。", "xloc": [ "default.handlebars->47->2663", - "default3.handlebars->35->2660" + "default3.handlebars->35->2661" ] }, { @@ -47339,7 +47339,7 @@ "zh-cht": "長度", "xloc": [ "default.handlebars->47->3215", - "default3.handlebars->35->3203" + "default3.handlebars->35->3204" ] }, { @@ -47493,7 +47493,7 @@ "default.handlebars->47->2418", "default3.handlebars->35->1139", "default3.handlebars->35->1164", - "default3.handlebars->35->2415" + "default3.handlebars->35->2416" ] }, { @@ -47524,14 +47524,14 @@ "xloc": [ "default-mobile.handlebars->11->988", "default.handlebars->47->2371", - "default3.handlebars->35->2368" + "default3.handlebars->35->2369" ] }, { "en": "Line Break: Linux (LF)", "xloc": [ "default.handlebars->47->1604", - "default3.handlebars->35->1589", + "default3.handlebars->35->1590", "sharing.handlebars->11->92" ] }, @@ -47539,7 +47539,7 @@ "en": "Line Break: Mac (CR)", "xloc": [ "default.handlebars->47->1605", - "default3.handlebars->35->1590", + "default3.handlebars->35->1591", "sharing.handlebars->11->93" ] }, @@ -47547,7 +47547,7 @@ "en": "Line Break: Windows (CR LF)", "xloc": [ "default.handlebars->47->1603", - "default3.handlebars->35->1588", + "default3.handlebars->35->1589", "sharing.handlebars->11->91" ] }, @@ -48059,7 +48059,7 @@ "xloc": [ "default.handlebars->47->2443", "default.handlebars->47->591", - "default3.handlebars->35->2440", + "default3.handlebars->35->2441", "default3.handlebars->35->588" ] }, @@ -48430,7 +48430,7 @@ { "en": "Litera", "xloc": [ - "default3.handlebars->35->2091" + "default3.handlebars->35->2092" ] }, { @@ -48461,7 +48461,7 @@ "xloc": [ "default-mobile.handlebars->11->224", "default.handlebars->47->1968", - "default3.handlebars->35->1949", + "default3.handlebars->35->1950", "login2.handlebars->7->110" ] }, @@ -48532,10 +48532,10 @@ "default.handlebars->47->3089", "default.handlebars->47->3138", "default3.handlebars->35->1332", - "default3.handlebars->35->1821", - "default3.handlebars->35->2165", - "default3.handlebars->35->2169", - "default3.handlebars->35->3126" + "default3.handlebars->35->1822", + "default3.handlebars->35->2166", + "default3.handlebars->35->2170", + "default3.handlebars->35->3127" ] }, { @@ -48623,7 +48623,7 @@ "zh-cht": "本地鍵盤圖", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->5", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->5", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->5->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->5" ] }, @@ -48682,8 +48682,8 @@ "default-mobile.handlebars->11->947", "default.handlebars->47->2116", "default.handlebars->47->2181", - "default3.handlebars->35->2116", - "default3.handlebars->35->2177" + "default3.handlebars->35->2117", + "default3.handlebars->35->2178" ] }, { @@ -48804,7 +48804,7 @@ "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ "default.handlebars->47->2568", - "default3.handlebars->35->2565" + "default3.handlebars->35->2566" ] }, { @@ -48834,7 +48834,7 @@ "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ "default.handlebars->47->2569", - "default3.handlebars->35->2566" + "default3.handlebars->35->2567" ] }, { @@ -48867,7 +48867,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->3->5->0", "default.handlebars->47->2063", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->11", - "default3.handlebars->35->2044", + "default3.handlebars->35->2045", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->9" ] }, @@ -48958,7 +48958,7 @@ "zh-cht": "鎖定賬戶", "xloc": [ "default.handlebars->47->2849", - "default3.handlebars->35->2843" + "default3.handlebars->35->2844" ] }, { @@ -48988,7 +48988,7 @@ "zh-cht": "鎖定帳戶設置", "xloc": [ "default.handlebars->47->2853", - "default3.handlebars->35->2847" + "default3.handlebars->35->2848" ] }, { @@ -49049,7 +49049,7 @@ "zh-cht": "鎖定賬戶", "xloc": [ "default.handlebars->47->2772", - "default3.handlebars->35->2769" + "default3.handlebars->35->2770" ] }, { @@ -49080,7 +49080,7 @@ "xloc": [ "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->8->3->d7deskAutoLockLabel", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoLockLabel", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoLockLabel", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoLockLabel->3", "sharing-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->6->3->d7deskAutoLockLabel" ] }, @@ -49205,7 +49205,7 @@ "default.handlebars->47->2752", "default.handlebars->47->487", "default.handlebars->47->976", - "default3.handlebars->35->2749", + "default3.handlebars->35->2750", "default3.handlebars->35->484", "default3.handlebars->35->973" ] @@ -49247,9 +49247,9 @@ "default.handlebars->47->3246", "default.handlebars->47->3295", "default.handlebars->47->339", - "default3.handlebars->35->2937", - "default3.handlebars->35->3234", - "default3.handlebars->35->3283", + "default3.handlebars->35->2938", + "default3.handlebars->35->3235", + "default3.handlebars->35->3284", "default3.handlebars->35->336" ] }, @@ -49280,7 +49280,7 @@ "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ "default.handlebars->47->2594", - "default3.handlebars->35->2591" + "default3.handlebars->35->2592" ] }, { @@ -49555,7 +49555,7 @@ "zh-cht": "登錄令牌", "xloc": [ "default.handlebars->47->3257", - "default3.handlebars->35->3245" + "default3.handlebars->35->3246" ] }, { @@ -49719,13 +49719,13 @@ { "en": "Lumen", "xloc": [ - "default3.handlebars->35->2092" + "default3.handlebars->35->2093" ] }, { "en": "Lux", "xloc": [ - "default3.handlebars->35->2093" + "default3.handlebars->35->2094" ] }, { @@ -49756,7 +49756,7 @@ "xloc": [ "default-mobile.handlebars->11->225", "default.handlebars->47->1969", - "default3.handlebars->35->1950", + "default3.handlebars->35->1951", "login2.handlebars->7->111" ] }, @@ -49792,10 +49792,10 @@ "default.handlebars->47->1647", "default.handlebars->47->1655", "default.handlebars->47->1657", - "default3.handlebars->35->1630", - "default3.handlebars->35->1632", - "default3.handlebars->35->1640", - "default3.handlebars->35->1642" + "default3.handlebars->35->1631", + "default3.handlebars->35->1633", + "default3.handlebars->35->1641", + "default3.handlebars->35->1643" ] }, { @@ -49859,8 +49859,8 @@ "default-mobile.handlebars->11->812", "default.handlebars->47->1648", "default.handlebars->47->1658", - "default3.handlebars->35->1633", - "default3.handlebars->35->1643" + "default3.handlebars->35->1634", + "default3.handlebars->35->1644" ] }, { @@ -49892,8 +49892,8 @@ "default-mobile.handlebars->11->810", "default.handlebars->47->1646", "default.handlebars->47->1656", - "default3.handlebars->35->1631", - "default3.handlebars->35->1641" + "default3.handlebars->35->1632", + "default3.handlebars->35->1642" ] }, { @@ -50083,8 +50083,8 @@ "default.handlebars->47->736", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", "default3.handlebars->35->1004", - "default3.handlebars->35->1758", - "default3.handlebars->35->1760", + "default3.handlebars->35->1759", + "default3.handlebars->35->1761", "default3.handlebars->35->426", "default3.handlebars->35->733", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2" @@ -50470,7 +50470,7 @@ "xloc": [ "default.handlebars->47->2444", "default.handlebars->47->592", - "default3.handlebars->35->2441", + "default3.handlebars->35->2442", "default3.handlebars->35->589" ] }, @@ -50531,7 +50531,7 @@ "zh-cht": "主伺服器訊息", "xloc": [ "default.handlebars->47->3413", - "default3.handlebars->35->3401" + "default3.handlebars->35->3402" ] }, { @@ -50562,7 +50562,7 @@ "xloc": [ "default-mobile.handlebars->11->227", "default.handlebars->47->1971", - "default3.handlebars->35->1952", + "default3.handlebars->35->1953", "login2.handlebars->7->113" ] }, @@ -50594,7 +50594,7 @@ "xloc": [ "default-mobile.handlebars->11->228", "default.handlebars->47->1972", - "default3.handlebars->35->1953", + "default3.handlebars->35->1954", "login2.handlebars->7->114" ] }, @@ -50626,7 +50626,7 @@ "xloc": [ "default-mobile.handlebars->11->229", "default.handlebars->47->1973", - "default3.handlebars->35->1954", + "default3.handlebars->35->1955", "login2.handlebars->7->115" ] }, @@ -50658,7 +50658,7 @@ "xloc": [ "default-mobile.handlebars->11->102", "default.handlebars->47->1793", - "default3.handlebars->35->1775" + "default3.handlebars->35->1776" ] }, { @@ -50722,8 +50722,8 @@ "default-mobile.handlebars->11->985", "default.handlebars->47->2368", "default.handlebars->47->2407", - "default3.handlebars->35->2365", - "default3.handlebars->35->2404" + "default3.handlebars->35->2366", + "default3.handlebars->35->2405" ] }, { @@ -50756,8 +50756,8 @@ "default-mobile.handlebars->11->984", "default.handlebars->47->2367", "default.handlebars->47->2406", - "default3.handlebars->35->2364", - "default3.handlebars->35->2403" + "default3.handlebars->35->2365", + "default3.handlebars->35->2404" ] }, { @@ -50824,7 +50824,7 @@ "zh-cht": "管理錄音", "xloc": [ "default.handlebars->47->2847", - "default3.handlebars->35->2841" + "default3.handlebars->35->2842" ] }, { @@ -50884,7 +50884,7 @@ "zh-cht": "管理用戶群", "xloc": [ "default.handlebars->47->2846", - "default3.handlebars->35->2840" + "default3.handlebars->35->2841" ] }, { @@ -50916,7 +50916,7 @@ "default.handlebars->47->1163", "default.handlebars->47->2845", "default3.handlebars->35->1158", - "default3.handlebars->35->2839" + "default3.handlebars->35->2840" ] }, { @@ -51150,7 +51150,7 @@ "zh-cht": "使用軟體代理進行管理", "xloc": [ "default.handlebars->47->2121", - "default3.handlebars->35->2121" + "default3.handlebars->35->2122" ] }, { @@ -51181,7 +51181,7 @@ "xloc": [ "default-mobile.handlebars->11->946", "default.handlebars->47->2180", - "default3.handlebars->35->2176" + "default3.handlebars->35->2177" ] }, { @@ -51211,7 +51211,7 @@ "zh-cht": "經理", "xloc": [ "default.handlebars->47->2757", - "default3.handlebars->35->2754" + "default3.handlebars->35->2755" ] }, { @@ -51291,7 +51291,7 @@ "xloc": [ "default-mobile.handlebars->11->856", "default.handlebars->47->1702", - "default3.handlebars->35->1685" + "default3.handlebars->35->1686" ] }, { @@ -51304,7 +51304,7 @@ "xloc": [ "default-mobile.handlebars->11->857", "default.handlebars->47->1703", - "default3.handlebars->35->1686" + "default3.handlebars->35->1687" ] }, { @@ -51335,7 +51335,7 @@ "xloc": [ "default-mobile.handlebars->11->230", "default.handlebars->47->1974", - "default3.handlebars->35->1955", + "default3.handlebars->35->1956", "login2.handlebars->7->116" ] }, @@ -51451,7 +51451,7 @@ "xloc": [ "default-mobile.handlebars->11->231", "default.handlebars->47->1975", - "default3.handlebars->35->1956", + "default3.handlebars->35->1957", "login2.handlebars->7->117" ] }, @@ -51489,13 +51489,13 @@ "xloc": [ "default-mobile.handlebars->11->814", "default.handlebars->47->1660", - "default3.handlebars->35->1645" + "default3.handlebars->35->1646" ] }, { "en": "Materia", "xloc": [ - "default3.handlebars->35->2094" + "default3.handlebars->35->2095" ] }, { @@ -51525,7 +51525,7 @@ "zh-cht": "達到連接數量上限", "xloc": [ "default.handlebars->47->3355", - "default3.handlebars->35->3343" + "default3.handlebars->35->3344" ] }, { @@ -51653,8 +51653,8 @@ "default.handlebars->47->3398", "default.handlebars->47->3403", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7", - "default3.handlebars->35->3386", - "default3.handlebars->35->3391", + "default3.handlebars->35->3387", + "default3.handlebars->35->3392", "default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -51693,11 +51693,11 @@ "default.handlebars->47->1731", "default.handlebars->47->3376", "default.handlebars->container->column_l->p40->3->1->p40type->3", - "default3.handlebars->35->1600", - "default3.handlebars->35->1702", - "default3.handlebars->35->1708", - "default3.handlebars->35->1714", - "default3.handlebars->35->3364", + "default3.handlebars->35->1601", + "default3.handlebars->35->1703", + "default3.handlebars->35->1709", + "default3.handlebars->35->1715", + "default3.handlebars->35->3365", "default3.handlebars->container->column_l->p40->3->3->p40type->3" ] }, @@ -51747,8 +51747,8 @@ "default.handlebars->47->691", "default.handlebars->47->921", "default.handlebars->47->999", - "default3.handlebars->35->1613", - "default3.handlebars->35->1621", + "default3.handlebars->35->1614", + "default3.handlebars->35->1622", "default3.handlebars->35->620", "default3.handlebars->35->624", "default3.handlebars->35->628", @@ -51792,7 +51792,7 @@ "xloc": [ "default-mobile.handlebars->11->992", "default.handlebars->47->2377", - "default3.handlebars->35->2374" + "default3.handlebars->35->2375" ] }, { @@ -52004,7 +52004,7 @@ "zh-cht": "MeshAgent流量", "xloc": [ "default.handlebars->47->3415", - "default3.handlebars->35->3403" + "default3.handlebars->35->3404" ] }, { @@ -52034,7 +52034,7 @@ "zh-cht": "MeshAgent更新", "xloc": [ "default.handlebars->47->3416", - "default3.handlebars->35->3404" + "default3.handlebars->35->3405" ] }, { @@ -52127,7 +52127,7 @@ "default.handlebars->47->566", "default.handlebars->47->593", "default.handlebars->47->606", - "default3.handlebars->35->2442", + "default3.handlebars->35->2443", "default3.handlebars->35->563", "default3.handlebars->35->590", "default3.handlebars->35->603" @@ -52557,7 +52557,7 @@ "zh-cht": "MeshCentral伺服器同級化", "xloc": [ "default.handlebars->47->3414", - "default3.handlebars->35->3402" + "default3.handlebars->35->3403" ] }, { @@ -52620,7 +52620,7 @@ "default.handlebars->47->2166", "default3.handlebars->35->206", "default3.handlebars->35->208", - "default3.handlebars->35->2164" + "default3.handlebars->35->2165" ] }, { @@ -53099,8 +53099,8 @@ "default.handlebars->47->578", "default3.handlebars->35->1029", "default3.handlebars->35->1314", - "default3.handlebars->35->3014", - "default3.handlebars->35->3209", + "default3.handlebars->35->3015", + "default3.handlebars->35->3210", "default3.handlebars->35->575" ] }, @@ -53163,7 +53163,7 @@ "zh-cht": "電郵調度器", "xloc": [ "default.handlebars->47->3412", - "default3.handlebars->35->3400" + "default3.handlebars->35->3401" ] }, { @@ -53178,7 +53178,7 @@ "uk": "Помилка повідомлення", "xloc": [ "default.handlebars->47->3340", - "default3.handlebars->35->3328" + "default3.handlebars->35->3329" ] }, { @@ -53193,7 +53193,7 @@ "uk": "Помилка повідомлення: {0}", "xloc": [ "default.handlebars->47->3341", - "default3.handlebars->35->3329" + "default3.handlebars->35->3330" ] }, { @@ -53223,7 +53223,7 @@ "uk": "Повідомлення:", "xloc": [ "default.handlebars->47->3339", - "default3.handlebars->35->3327" + "default3.handlebars->35->3328" ] }, { @@ -53297,8 +53297,8 @@ "xloc": [ "default.handlebars->47->2964", "default.handlebars->47->3013", - "default3.handlebars->35->2958", - "default3.handlebars->35->3007", + "default3.handlebars->35->2959", + "default3.handlebars->35->3008", "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->tokenpanel->tokenpanelform->7->1->2farow->1->3" @@ -53317,7 +53317,7 @@ "xloc": [ "default.handlebars->47->2221", "default.handlebars->47->995", - "default3.handlebars->35->2217", + "default3.handlebars->35->2218", "default3.handlebars->35->992" ] }, @@ -53338,11 +53338,11 @@ "default.handlebars->47->269", "default.handlebars->47->3060", "default3.handlebars->35->1129", - "default3.handlebars->35->1784", - "default3.handlebars->35->1804", - "default3.handlebars->35->2463", + "default3.handlebars->35->1785", + "default3.handlebars->35->1805", + "default3.handlebars->35->2464", "default3.handlebars->35->266", - "default3.handlebars->35->3054" + "default3.handlebars->35->3055" ] }, { @@ -53357,7 +53357,7 @@ "uk": "Месенджер", "xloc": [ "default.handlebars->47->3040", - "default3.handlebars->35->3034" + "default3.handlebars->35->3035" ] }, { @@ -53372,7 +53372,7 @@ "uk": "Обмін повідомленнями ввімкнено", "xloc": [ "default.handlebars->47->2965", - "default3.handlebars->35->2959" + "default3.handlebars->35->2960" ] }, { @@ -53405,10 +53405,10 @@ "default.handlebars->47->3167", "default.handlebars->47->3233", "default.handlebars->47->3286", - "default3.handlebars->35->3145", - "default3.handlebars->35->3155", - "default3.handlebars->35->3221", - "default3.handlebars->35->3274" + "default3.handlebars->35->3146", + "default3.handlebars->35->3156", + "default3.handlebars->35->3222", + "default3.handlebars->35->3275" ] }, { @@ -53422,7 +53422,7 @@ "uk": "Обмін повідомленнями", "xloc": [ "default.handlebars->47->3253", - "default3.handlebars->35->3241" + "default3.handlebars->35->3242" ] }, { @@ -53526,7 +53526,7 @@ { "en": "Minty", "xloc": [ - "default3.handlebars->35->2095" + "default3.handlebars->35->2096" ] }, { @@ -53617,7 +53617,7 @@ "xloc": [ "default-mobile.handlebars->11->807", "default.handlebars->47->1643", - "default3.handlebars->35->1628" + "default3.handlebars->35->1629" ] }, { @@ -53659,7 +53659,7 @@ "xloc": [ "default-mobile.handlebars->11->845", "default.handlebars->47->1691", - "default3.handlebars->35->1674" + "default3.handlebars->35->1675" ] }, { @@ -53693,9 +53693,9 @@ "default.handlebars->47->1637", "default.handlebars->47->1732", "default.handlebars->47->2125", - "default3.handlebars->35->1622", - "default3.handlebars->35->1715", - "default3.handlebars->35->2125" + "default3.handlebars->35->1623", + "default3.handlebars->35->1716", + "default3.handlebars->35->2126" ] }, { @@ -53763,7 +53763,7 @@ "xloc": [ "default-mobile.handlebars->11->232", "default.handlebars->47->1976", - "default3.handlebars->35->1957", + "default3.handlebars->35->1958", "login2.handlebars->7->118" ] }, @@ -53796,7 +53796,7 @@ { "en": "Morph", "xloc": [ - "default3.handlebars->35->2096" + "default3.handlebars->35->2097" ] }, { @@ -53827,7 +53827,7 @@ "xloc": [ "default-mobile.handlebars->11->854", "default.handlebars->47->1700", - "default3.handlebars->35->1683" + "default3.handlebars->35->1684" ] }, { @@ -53917,7 +53917,7 @@ "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ "default.handlebars->47->2593", - "default3.handlebars->35->2590" + "default3.handlebars->35->2591" ] }, { @@ -53947,7 +53947,7 @@ "zh-cht": "將設備{0}移動到組{1}", "xloc": [ "default.handlebars->47->2626", - "default3.handlebars->35->2623" + "default3.handlebars->35->2624" ] }, { @@ -54008,8 +54008,8 @@ "xloc": [ "default.handlebars->47->2479", "default.handlebars->47->2493", - "default3.handlebars->35->2476", - "default3.handlebars->35->2490" + "default3.handlebars->35->2477", + "default3.handlebars->35->2491" ] }, { @@ -54065,7 +54065,7 @@ "zh-cht": "多工器", "xloc": [ "default.handlebars->47->3179", - "default3.handlebars->35->3167" + "default3.handlebars->35->3168" ] }, { @@ -54333,7 +54333,7 @@ "zh-cht": "我的伺服器控制台", "xloc": [ "default.handlebars->47->1770", - "default3.handlebars->35->1753" + "default3.handlebars->35->1754" ] }, { @@ -54578,8 +54578,8 @@ "xloc": [ "default.handlebars->47->1851", "default.handlebars->47->1854", - "default3.handlebars->35->1832", - "default3.handlebars->35->1835" + "default3.handlebars->35->1833", + "default3.handlebars->35->1836" ] }, { @@ -54784,24 +54784,24 @@ "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->35->1443", - "default3.handlebars->35->1458", - "default3.handlebars->35->1601", + "default3.handlebars->35->1444", + "default3.handlebars->35->1459", + "default3.handlebars->35->1602", "default3.handlebars->35->167", - "default3.handlebars->35->1677", + "default3.handlebars->35->1678", "default3.handlebars->35->181", - "default3.handlebars->35->2115", - "default3.handlebars->35->2143", - "default3.handlebars->35->2148", - "default3.handlebars->35->2181", - "default3.handlebars->35->2320", + "default3.handlebars->35->2116", + "default3.handlebars->35->2144", + "default3.handlebars->35->2149", + "default3.handlebars->35->2182", "default3.handlebars->35->2321", - "default3.handlebars->35->2735", - "default3.handlebars->35->2850", - "default3.handlebars->35->2866", - "default3.handlebars->35->2873", - "default3.handlebars->35->2924", - "default3.handlebars->35->2943", + "default3.handlebars->35->2322", + "default3.handlebars->35->2736", + "default3.handlebars->35->2851", + "default3.handlebars->35->2867", + "default3.handlebars->35->2874", + "default3.handlebars->35->2925", + "default3.handlebars->35->2944", "default3.handlebars->35->341", "default3.handlebars->35->897", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -54896,7 +54896,7 @@ "xloc": [ "default-mobile.handlebars->11->233", "default.handlebars->47->1977", - "default3.handlebars->35->1958", + "default3.handlebars->35->1959", "login2.handlebars->7->119" ] }, @@ -54928,7 +54928,7 @@ "xloc": [ "default-mobile.handlebars->11->234", "default.handlebars->47->1978", - "default3.handlebars->35->1959", + "default3.handlebars->35->1960", "login2.handlebars->7->120" ] }, @@ -54960,7 +54960,7 @@ "xloc": [ "default-mobile.handlebars->11->235", "default.handlebars->47->1979", - "default3.handlebars->35->1960", + "default3.handlebars->35->1961", "login2.handlebars->7->121" ] }, @@ -55033,7 +55033,7 @@ "uk": "Записати інформацію про мережевий інтерфейс", "xloc": [ "default.handlebars->47->3266", - "default3.handlebars->35->3254" + "default3.handlebars->35->3255" ] }, { @@ -55065,8 +55065,8 @@ "default-mobile.handlebars->11->822", "default.handlebars->47->1653", "default.handlebars->47->1668", - "default3.handlebars->35->1638", - "default3.handlebars->35->1653" + "default3.handlebars->35->1639", + "default3.handlebars->35->1654" ] }, { @@ -55098,7 +55098,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", "default.handlebars->47->2142", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1", - "default3.handlebars->35->2142", + "default3.handlebars->35->2143", "default3.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -55129,7 +55129,7 @@ "zh-cht": "生成新的2FA備份代碼", "xloc": [ "default.handlebars->47->2633", - "default3.handlebars->35->2630" + "default3.handlebars->35->2631" ] }, { @@ -55160,7 +55160,7 @@ "xloc": [ "default-mobile.handlebars->11->1033", "default.handlebars->47->3302", - "default3.handlebars->35->3290" + "default3.handlebars->35->3291" ] }, { @@ -55250,8 +55250,8 @@ "default.handlebars->47->2108", "default.handlebars->47->2131", "default3.handlebars->35->1324", - "default3.handlebars->35->2111", - "default3.handlebars->35->2131" + "default3.handlebars->35->2112", + "default3.handlebars->35->2132" ] }, { @@ -55286,8 +55286,8 @@ "default.handlebars->47->2523", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", - "default3.handlebars->35->1555", - "default3.handlebars->35->2520", + "default3.handlebars->35->1556", + "default3.handlebars->35->2521", "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->11->83", @@ -55443,8 +55443,8 @@ "xloc": [ "default.handlebars->47->2299", "default.handlebars->47->2300", - "default3.handlebars->35->2293", - "default3.handlebars->35->2294" + "default3.handlebars->35->2294", + "default3.handlebars->35->2295" ] }, { @@ -55548,9 +55548,9 @@ "default.handlebars->47->1706", "default.handlebars->47->1709", "default.handlebars->47->1712", - "default3.handlebars->35->1689", - "default3.handlebars->35->1692", - "default3.handlebars->35->1695" + "default3.handlebars->35->1690", + "default3.handlebars->35->1693", + "default3.handlebars->35->1696" ] }, { @@ -55669,7 +55669,7 @@ "zh-cht": "無代理控制台", "xloc": [ "default.handlebars->47->3075", - "default3.handlebars->35->3069" + "default3.handlebars->35->3070" ] }, { @@ -55709,7 +55709,7 @@ "zh-cht": "沒有控制台", "xloc": [ "default.handlebars->47->2973", - "default3.handlebars->35->2967" + "default3.handlebars->35->2968" ] }, { @@ -55778,8 +55778,8 @@ "default.handlebars->47->2969", "default3.handlebars->35->1140", "default3.handlebars->35->1165", - "default3.handlebars->35->2411", - "default3.handlebars->35->2963" + "default3.handlebars->35->2412", + "default3.handlebars->35->2964" ] }, { @@ -55810,8 +55810,8 @@ "xloc": [ "default.handlebars->47->2373", "default.handlebars->47->3071", - "default3.handlebars->35->2370", - "default3.handlebars->35->3065" + "default3.handlebars->35->2371", + "default3.handlebars->35->3066" ] }, { @@ -55869,9 +55869,9 @@ "default.handlebars->47->1612", "default.handlebars->47->2714", "default.handlebars->47->3137", - "default3.handlebars->35->1597", - "default3.handlebars->35->2711", - "default3.handlebars->35->3125" + "default3.handlebars->35->1598", + "default3.handlebars->35->2712", + "default3.handlebars->35->3126" ] }, { @@ -55903,8 +55903,8 @@ "default-mobile.handlebars->11->990", "default.handlebars->47->2375", "default.handlebars->47->3074", - "default3.handlebars->35->2372", - "default3.handlebars->35->3068" + "default3.handlebars->35->2373", + "default3.handlebars->35->3069" ] }, { @@ -55940,8 +55940,8 @@ "default.handlebars->47->2972", "default3.handlebars->35->1137", "default3.handlebars->35->1162", - "default3.handlebars->35->2413", - "default3.handlebars->35->2966" + "default3.handlebars->35->2414", + "default3.handlebars->35->2967" ] }, { @@ -56006,8 +56006,8 @@ "default-mobile.handlebars->11->991", "default.handlebars->47->2376", "default.handlebars->47->2417", - "default3.handlebars->35->2373", - "default3.handlebars->35->2414" + "default3.handlebars->35->2374", + "default3.handlebars->35->2415" ] }, { @@ -56152,7 +56152,7 @@ "zh-cht": "沒有成員", "xloc": [ "default.handlebars->47->2910", - "default3.handlebars->35->2904" + "default3.handlebars->35->2905" ] }, { @@ -56182,7 +56182,7 @@ "zh-cht": "沒有新的裝置群", "xloc": [ "default.handlebars->47->2850", - "default3.handlebars->35->2844" + "default3.handlebars->35->2845" ] }, { @@ -56212,7 +56212,7 @@ "zh-cht": "沒有新設備", "xloc": [ "default.handlebars->47->2851", - "default3.handlebars->35->2845" + "default3.handlebars->35->2846" ] }, { @@ -56243,8 +56243,8 @@ "xloc": [ "default.handlebars->47->2226", "default.handlebars->47->2290", - "default3.handlebars->35->2222", - "default3.handlebars->35->2284" + "default3.handlebars->35->2223", + "default3.handlebars->35->2285" ] }, { @@ -56300,8 +56300,8 @@ "xloc": [ "default.handlebars->47->2975", "default.handlebars->47->3077", - "default3.handlebars->35->2969", - "default3.handlebars->35->3071" + "default3.handlebars->35->2970", + "default3.handlebars->35->3072" ] }, { @@ -56332,8 +56332,8 @@ "xloc": [ "default.handlebars->47->2968", "default.handlebars->47->3070", - "default3.handlebars->35->2962", - "default3.handlebars->35->3064" + "default3.handlebars->35->2963", + "default3.handlebars->35->3065" ] }, { @@ -56364,8 +56364,8 @@ "xloc": [ "default.handlebars->47->2977", "default.handlebars->47->3079", - "default3.handlebars->35->2971", - "default3.handlebars->35->3073" + "default3.handlebars->35->2972", + "default3.handlebars->35->3074" ] }, { @@ -56403,8 +56403,8 @@ "default.handlebars->47->2427", "default3.handlebars->35->1155", "default3.handlebars->35->1180", - "default3.handlebars->35->2140", - "default3.handlebars->35->2424" + "default3.handlebars->35->2141", + "default3.handlebars->35->2425" ] }, { @@ -56499,8 +56499,8 @@ "default.handlebars->47->2971", "default3.handlebars->35->1136", "default3.handlebars->35->1161", - "default3.handlebars->35->2412", - "default3.handlebars->35->2965" + "default3.handlebars->35->2413", + "default3.handlebars->35->2966" ] }, { @@ -56532,8 +56532,8 @@ "default-mobile.handlebars->11->989", "default.handlebars->47->2374", "default.handlebars->47->3073", - "default3.handlebars->35->2371", - "default3.handlebars->35->3067" + "default3.handlebars->35->2372", + "default3.handlebars->35->3068" ] }, { @@ -56563,7 +56563,7 @@ "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ "default.handlebars->47->2852", - "default3.handlebars->35->2846" + "default3.handlebars->35->2847" ] }, { @@ -56594,8 +56594,8 @@ "xloc": [ "default.handlebars->47->2974", "default.handlebars->47->3076", - "default3.handlebars->35->2968", - "default3.handlebars->35->3070" + "default3.handlebars->35->2969", + "default3.handlebars->35->3071" ] }, { @@ -56626,8 +56626,8 @@ "xloc": [ "default.handlebars->47->2976", "default.handlebars->47->3078", - "default3.handlebars->35->2970", - "default3.handlebars->35->3072" + "default3.handlebars->35->2971", + "default3.handlebars->35->3073" ] }, { @@ -56716,8 +56716,8 @@ "default-mobile.handlebars->11->948", "default.handlebars->47->2117", "default.handlebars->47->2182", - "default3.handlebars->35->2117", - "default3.handlebars->35->2178" + "default3.handlebars->35->2118", + "default3.handlebars->35->2179" ] }, { @@ -56748,8 +56748,8 @@ "xloc": [ "default.handlebars->47->2477", "default.handlebars->47->2491", - "default3.handlebars->35->2474", - "default3.handlebars->35->2488" + "default3.handlebars->35->2475", + "default3.handlebars->35->2489" ] }, { @@ -56780,8 +56780,8 @@ "xloc": [ "default.handlebars->47->2916", "default.handlebars->47->3105", - "default3.handlebars->35->2910", - "default3.handlebars->35->3093" + "default3.handlebars->35->2911", + "default3.handlebars->35->3094" ] }, { @@ -56961,8 +56961,8 @@ "xloc": [ "default.handlebars->47->2922", "default.handlebars->47->3117", - "default3.handlebars->35->2916", - "default3.handlebars->35->3105" + "default3.handlebars->35->2917", + "default3.handlebars->35->3106" ] }, { @@ -57024,7 +57024,7 @@ "zh-cht": "該裝置群中沒有裝置。", "xloc": [ "default.handlebars->47->2495", - "default3.handlebars->35->2492" + "default3.handlebars->35->2493" ] }, { @@ -57145,7 +57145,7 @@ "zh-cht": "找不到文件", "xloc": [ "default.handlebars->47->1544", - "default3.handlebars->35->1529", + "default3.handlebars->35->1530", "sharing.handlebars->11->45" ] }, @@ -57176,7 +57176,7 @@ "zh-cht": "找不到群組。", "xloc": [ "default.handlebars->47->2855", - "default3.handlebars->35->2849" + "default3.handlebars->35->2850" ] }, { @@ -57207,7 +57207,7 @@ "xloc": [ "default-mobile.handlebars->11->918", "default.handlebars->47->1764", - "default3.handlebars->35->1747" + "default3.handlebars->35->1748" ] }, { @@ -57268,7 +57268,7 @@ "xloc": [ "default-mobile.handlebars->11->681", "default.handlebars->47->1455", - "default3.handlebars->35->1442", + "default3.handlebars->35->1443", "sharing-mobile.handlebars->11->42" ] }, @@ -57299,7 +57299,7 @@ "zh-cht": "未定義鍵盤字符串", "xloc": [ "default.handlebars->47->1460", - "default3.handlebars->35->1447" + "default3.handlebars->35->1448" ] }, { @@ -57421,7 +57421,7 @@ "zh-cht": "不再是“{0}”的中繼。", "xloc": [ "default.handlebars->47->2693", - "default3.handlebars->35->2690" + "default3.handlebars->35->2691" ] }, { @@ -57511,7 +57511,7 @@ "xloc": [ "default-mobile.handlebars->11->1064", "default.handlebars->47->3333", - "default3.handlebars->35->3321" + "default3.handlebars->35->3322" ] }, { @@ -57571,7 +57571,7 @@ "zh-cht": "沒有錄音。", "xloc": [ "default.handlebars->47->3142", - "default3.handlebars->35->3130" + "default3.handlebars->35->3131" ] }, { @@ -57602,8 +57602,8 @@ "xloc": [ "default-mobile.handlebars->11->971", "default.handlebars->47->2322", - "default3.handlebars->35->2315", - "default3.handlebars->35->2317" + "default3.handlebars->35->2316", + "default3.handlebars->35->2318" ] }, { @@ -57659,7 +57659,7 @@ "zh-cht": "沒有伺服器權限", "xloc": [ "default.handlebars->47->2944", - "default3.handlebars->35->2938" + "default3.handlebars->35->2939" ] }, { @@ -57715,7 +57715,7 @@ "zh-cht": "沒有用戶群成員身份", "xloc": [ "default.handlebars->47->3111", - "default3.handlebars->35->3099" + "default3.handlebars->35->3100" ] }, { @@ -57746,7 +57746,7 @@ "xloc": [ "default-mobile.handlebars->11->1062", "default.handlebars->47->3331", - "default3.handlebars->35->3319" + "default3.handlebars->35->3320" ] }, { @@ -57776,7 +57776,7 @@ "zh-cht": "未找到相應的用戶。", "xloc": [ "default.handlebars->47->2746", - "default3.handlebars->35->2743" + "default3.handlebars->35->2744" ] }, { @@ -57972,32 +57972,32 @@ "default.handlebars->47->996", "default.handlebars->container->column_l->p41->3->3->p41traceStatus", "default3.handlebars->35->1006", - "default3.handlebars->35->1430", - "default3.handlebars->35->2172", - "default3.handlebars->35->2183", - "default3.handlebars->35->2199", - "default3.handlebars->35->2211", - "default3.handlebars->35->2218", - "default3.handlebars->35->2220", - "default3.handlebars->35->2274", - "default3.handlebars->35->2477", - "default3.handlebars->35->2502", - "default3.handlebars->35->2507", - "default3.handlebars->35->2719", + "default3.handlebars->35->1431", + "default3.handlebars->35->2173", + "default3.handlebars->35->2184", + "default3.handlebars->35->2200", + "default3.handlebars->35->2212", + "default3.handlebars->35->2219", + "default3.handlebars->35->2221", + "default3.handlebars->35->2275", + "default3.handlebars->35->2478", + "default3.handlebars->35->2503", + "default3.handlebars->35->2508", + "default3.handlebars->35->2720", "default3.handlebars->35->283", - "default3.handlebars->35->2870", - "default3.handlebars->35->2872", - "default3.handlebars->35->2881", - "default3.handlebars->35->2893", - "default3.handlebars->35->2957", - "default3.handlebars->35->2960", - "default3.handlebars->35->2972", - "default3.handlebars->35->2982", - "default3.handlebars->35->2986", - "default3.handlebars->35->2998", - "default3.handlebars->35->3035", + "default3.handlebars->35->2871", + "default3.handlebars->35->2873", + "default3.handlebars->35->2882", + "default3.handlebars->35->2894", + "default3.handlebars->35->2958", + "default3.handlebars->35->2961", + "default3.handlebars->35->2973", + "default3.handlebars->35->2983", + "default3.handlebars->35->2987", + "default3.handlebars->35->2999", + "default3.handlebars->35->3036", "default3.handlebars->35->311", - "default3.handlebars->35->3236", + "default3.handlebars->35->3237", "default3.handlebars->35->409", "default3.handlebars->35->410", "default3.handlebars->35->894", @@ -58094,7 +58094,7 @@ "xloc": [ "default-mobile.handlebars->11->236", "default.handlebars->47->1980", - "default3.handlebars->35->1961", + "default3.handlebars->35->1962", "login2.handlebars->7->122" ] }, @@ -58126,7 +58126,7 @@ "xloc": [ "default-mobile.handlebars->11->237", "default.handlebars->47->1981", - "default3.handlebars->35->1962", + "default3.handlebars->35->1963", "login2.handlebars->7->123" ] }, @@ -58158,7 +58158,7 @@ "xloc": [ "default-mobile.handlebars->11->238", "default.handlebars->47->1982", - "default3.handlebars->35->1963", + "default3.handlebars->35->1964", "login2.handlebars->7->124" ] }, @@ -58189,7 +58189,7 @@ "zh-cht": "未激活", "xloc": [ "default.handlebars->47->1673", - "default3.handlebars->35->1656" + "default3.handlebars->35->1657" ] }, { @@ -58284,8 +58284,8 @@ "xloc": [ "default.handlebars->47->2471", "default.handlebars->47->2484", - "default3.handlebars->35->2468", - "default3.handlebars->35->2481" + "default3.handlebars->35->2469", + "default3.handlebars->35->2482" ] }, { @@ -58316,7 +58316,7 @@ "xloc": [ "default-mobile.handlebars->11->838", "default.handlebars->47->1684", - "default3.handlebars->35->1667" + "default3.handlebars->35->1668" ] }, { @@ -58376,7 +58376,7 @@ "zh-cht": "不在伺服器上", "xloc": [ "default.handlebars->47->3171", - "default3.handlebars->35->3159" + "default3.handlebars->35->3160" ] }, { @@ -58407,8 +58407,8 @@ "xloc": [ "default.handlebars->47->2950", "default.handlebars->47->2951", - "default3.handlebars->35->2944", - "default3.handlebars->35->2945" + "default3.handlebars->35->2945", + "default3.handlebars->35->2946" ] }, { @@ -58438,7 +58438,7 @@ "zh-cht": "未經審核的", "xloc": [ "default.handlebars->47->3085", - "default3.handlebars->35->3077" + "default3.handlebars->35->3078" ] }, { @@ -58481,8 +58481,8 @@ "default3.handlebars->35->1146", "default3.handlebars->35->1171", "default3.handlebars->35->1185", - "default3.handlebars->35->2230", - "default3.handlebars->35->3010", + "default3.handlebars->35->2231", + "default3.handlebars->35->3011", "default3.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->1" ] }, @@ -58547,8 +58547,8 @@ "default.handlebars->47->2470", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->14", "default3.handlebars->35->1133", - "default3.handlebars->35->2072", - "default3.handlebars->35->2467", + "default3.handlebars->35->2073", + "default3.handlebars->35->2468", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->12" ] }, @@ -58631,7 +58631,7 @@ "zh-cht": "通知音效", "xloc": [ "default.handlebars->47->2085", - "default3.handlebars->35->2067" + "default3.handlebars->35->2068" ] }, { @@ -58662,7 +58662,7 @@ "xloc": [ "default.handlebars->47->2223", "default.handlebars->47->997", - "default3.handlebars->35->2219", + "default3.handlebars->35->2220", "default3.handlebars->35->994" ] }, @@ -58694,7 +58694,7 @@ "xloc": [ "default.handlebars->47->3024", "default.handlebars->47->311", - "default3.handlebars->35->3018", + "default3.handlebars->35->3019", "default3.handlebars->35->308" ] }, @@ -58757,9 +58757,9 @@ "default.handlebars->47->2333", "default.handlebars->47->2337", "default.handlebars->47->2340", - "default3.handlebars->35->2330", - "default3.handlebars->35->2334", - "default3.handlebars->35->2337" + "default3.handlebars->35->2331", + "default3.handlebars->35->2335", + "default3.handlebars->35->2338" ] }, { @@ -58789,7 +58789,7 @@ "zh-cht": "通知{0}", "xloc": [ "default.handlebars->47->2788", - "default3.handlebars->35->2784" + "default3.handlebars->35->2785" ] }, { @@ -58819,7 +58819,7 @@ "zh-cht": "無效的", "xloc": [ "default.handlebars->47->3406", - "default3.handlebars->35->3394" + "default3.handlebars->35->3395" ] }, { @@ -58892,8 +58892,8 @@ "default.handlebars->47->959", "default.handlebars->47->974", "default.handlebars->container->dialog->idx_dlgButtonBar", - "default3.handlebars->35->2472", - "default3.handlebars->35->2486", + "default3.handlebars->35->2473", + "default3.handlebars->35->2487", "default3.handlebars->35->431", "default3.handlebars->35->433", "default3.handlebars->35->435", @@ -59035,7 +59035,7 @@ "xloc": [ "default-mobile.handlebars->11->239", "default.handlebars->47->1983", - "default3.handlebars->35->1964", + "default3.handlebars->35->1965", "login2.handlebars->7->125" ] }, @@ -59067,7 +59067,7 @@ "xloc": [ "default-mobile.handlebars->11->1030", "default.handlebars->47->3299", - "default3.handlebars->35->3287" + "default3.handlebars->35->3288" ] }, { @@ -59165,7 +59165,7 @@ "zh-cht": "離線用戶", "xloc": [ "default.handlebars->47->2743", - "default3.handlebars->35->2740" + "default3.handlebars->35->2741" ] }, { @@ -59270,7 +59270,7 @@ "zh-cht": "一天", "xloc": [ "default.handlebars->47->2719", - "default3.handlebars->35->2716" + "default3.handlebars->35->2717" ] }, { @@ -59331,7 +59331,7 @@ "zh-cht": "一次性密碼", "xloc": [ "default.handlebars->47->3255", - "default3.handlebars->35->3243" + "default3.handlebars->35->3244" ] }, { @@ -59394,7 +59394,7 @@ "zh-cht": "在線用戶", "xloc": [ "default.handlebars->47->2742", - "default3.handlebars->35->2739" + "default3.handlebars->35->2740" ] }, { @@ -59424,7 +59424,7 @@ "zh-cht": "僅顯示前 100 個用戶", "xloc": [ "default.handlebars->47->2789", - "default3.handlebars->35->2785" + "default3.handlebars->35->2786" ] }, { @@ -59454,7 +59454,7 @@ "zh-cht": "僅當你知道自己在做什麼時才這樣做。", "xloc": [ "default.handlebars->47->2162", - "default3.handlebars->35->2162" + "default3.handlebars->35->2163" ] }, { @@ -59487,8 +59487,8 @@ "default.handlebars->47->1578", "default.handlebars->47->2532", "default.handlebars->47->868", - "default3.handlebars->35->1563", - "default3.handlebars->35->2529", + "default3.handlebars->35->1564", + "default3.handlebars->35->2530", "default3.handlebars->35->865", "sharing-mobile.handlebars->11->91", "sharing.handlebars->11->67" @@ -59573,7 +59573,7 @@ "uk": "Відкрити Файл/Теку", "xloc": [ "default.handlebars->47->1558", - "default3.handlebars->35->1543" + "default3.handlebars->35->1544" ] }, { @@ -59924,7 +59924,7 @@ "zh-cht": "開場:{0}", "xloc": [ "default.handlebars->47->2561", - "default3.handlebars->35->2558" + "default3.handlebars->35->2559" ] }, { @@ -59962,8 +59962,8 @@ "default.handlebars->47->610", "default.handlebars->47->949", "default3.handlebars->35->1348", - "default3.handlebars->35->1612", - "default3.handlebars->35->3206", + "default3.handlebars->35->1613", + "default3.handlebars->35->3207", "default3.handlebars->35->351", "default3.handlebars->35->557", "default3.handlebars->35->607", @@ -60003,8 +60003,8 @@ "default.handlebars->47->759", "default.handlebars->47->771", "default3.handlebars->35->1281", - "default3.handlebars->35->2768", - "default3.handlebars->35->2857", + "default3.handlebars->35->2769", + "default3.handlebars->35->2858", "default3.handlebars->35->756", "default3.handlebars->35->768" ] @@ -60093,7 +60093,7 @@ "xloc": [ "default-mobile.handlebars->11->240", "default.handlebars->47->1984", - "default3.handlebars->35->1965", + "default3.handlebars->35->1966", "login2.handlebars->7->126" ] }, @@ -60125,7 +60125,7 @@ "xloc": [ "default-mobile.handlebars->11->241", "default.handlebars->47->1985", - "default3.handlebars->35->1966", + "default3.handlebars->35->1967", "login2.handlebars->7->127" ] }, @@ -60411,7 +60411,7 @@ "zh-cht": "自己的過程", "xloc": [ "default.handlebars->47->1481", - "default3.handlebars->35->1467" + "default3.handlebars->35->1468" ] }, { @@ -60442,7 +60442,7 @@ "xloc": [ "default.handlebars->47->1477", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1", - "default3.handlebars->35->1463", + "default3.handlebars->35->1464", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -60483,7 +60483,7 @@ "xloc": [ "default-mobile.handlebars->11->929", "default.handlebars->47->1776", - "default3.handlebars->35->1759" + "default3.handlebars->35->1760" ] }, { @@ -60514,7 +60514,7 @@ "xloc": [ "default-mobile.handlebars->11->666", "default.handlebars->47->1438", - "default3.handlebars->35->1425", + "default3.handlebars->35->1426", "sharing-mobile.handlebars->11->27" ] }, @@ -60546,7 +60546,7 @@ "xloc": [ "default-mobile.handlebars->11->665", "default.handlebars->47->1437", - "default3.handlebars->35->1424", + "default3.handlebars->35->1425", "sharing-mobile.handlebars->11->26" ] }, @@ -60612,9 +60612,9 @@ "default.handlebars->47->1718", "default.handlebars->47->1724", "default.handlebars->47->1730", - "default3.handlebars->35->1701", - "default3.handlebars->35->1707", - "default3.handlebars->35->1713" + "default3.handlebars->35->1702", + "default3.handlebars->35->1708", + "default3.handlebars->35->1714" ] }, { @@ -60644,7 +60644,7 @@ "zh-cht": "部分的", "xloc": [ "default.handlebars->47->2758", - "default3.handlebars->35->2755" + "default3.handlebars->35->2756" ] }, { @@ -60728,7 +60728,7 @@ "default-mobile.handlebars->11->353", "default-mobile.handlebars->11->963", "default.handlebars->47->2138", - "default3.handlebars->35->2138" + "default3.handlebars->35->2139" ] }, { @@ -60758,7 +60758,7 @@ "zh-cht": "部分權限", "xloc": [ "default.handlebars->47->2947", - "default3.handlebars->35->2941" + "default3.handlebars->35->2942" ] }, { @@ -60835,13 +60835,13 @@ "default.handlebars->47->521", "default3.handlebars->35->1308", "default3.handlebars->35->1396", - "default3.handlebars->35->1505", - "default3.handlebars->35->1512", - "default3.handlebars->35->2130", - "default3.handlebars->35->2290", - "default3.handlebars->35->2821", - "default3.handlebars->35->2978", - "default3.handlebars->35->2980", + "default3.handlebars->35->1506", + "default3.handlebars->35->1513", + "default3.handlebars->35->2131", + "default3.handlebars->35->2291", + "default3.handlebars->35->2822", + "default3.handlebars->35->2979", + "default3.handlebars->35->2981", "default3.handlebars->35->345", "default3.handlebars->35->518", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -61014,7 +61014,7 @@ "xloc": [ "default-mobile.handlebars->11->1058", "default.handlebars->47->3327", - "default3.handlebars->35->3315" + "default3.handlebars->35->3316" ] }, { @@ -61272,9 +61272,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->35->1526", - "default3.handlebars->35->1570", - "default3.handlebars->35->2531", + "default3.handlebars->35->1527", + "default3.handlebars->35->1571", + "default3.handlebars->35->2532", "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", @@ -61490,7 +61490,7 @@ "xloc": [ "default-mobile.handlebars->11->941", "default.handlebars->47->1788", - "default3.handlebars->35->1771" + "default3.handlebars->35->1772" ] }, { @@ -61573,7 +61573,7 @@ "xloc": [ "default.handlebars->47->2240", "default.handlebars->47->498", - "default3.handlebars->35->2236", + "default3.handlebars->35->2237", "default3.handlebars->35->495" ] }, @@ -62011,7 +62011,7 @@ "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ "default.handlebars->47->2566", - "default3.handlebars->35->2563" + "default3.handlebars->35->2564" ] }, { @@ -62042,7 +62042,7 @@ "xloc": [ "default-mobile.handlebars->11->1039", "default.handlebars->47->3308", - "default3.handlebars->35->3296" + "default3.handlebars->35->3297" ] }, { @@ -62074,8 +62074,8 @@ "default-mobile.handlebars->11->1024", "default.handlebars->47->2430", "default.handlebars->47->2741", - "default3.handlebars->35->2427", - "default3.handlebars->35->2738" + "default3.handlebars->35->2428", + "default3.handlebars->35->2739" ] }, { @@ -62106,7 +62106,7 @@ "xloc": [ "default-mobile.handlebars->11->242", "default.handlebars->47->1986", - "default3.handlebars->35->1967", + "default3.handlebars->35->1968", "login2.handlebars->7->128" ] }, @@ -62202,10 +62202,10 @@ "default.handlebars->47->1799", "default.handlebars->47->266", "default.handlebars->47->3039", - "default3.handlebars->35->1778", - "default3.handlebars->35->1781", + "default3.handlebars->35->1779", + "default3.handlebars->35->1782", "default3.handlebars->35->263", - "default3.handlebars->35->3033" + "default3.handlebars->35->3034" ] }, { @@ -62235,7 +62235,7 @@ "zh-cht": "電話號碼", "xloc": [ "default.handlebars->47->2962", - "default3.handlebars->35->2956" + "default3.handlebars->35->2957" ] }, { @@ -62267,8 +62267,8 @@ "default-mobile.handlebars->11->110", "default.handlebars->47->1798", "default.handlebars->47->3038", - "default3.handlebars->35->1780", - "default3.handlebars->35->3032" + "default3.handlebars->35->1781", + "default3.handlebars->35->3033" ] }, { @@ -62503,7 +62503,7 @@ "xloc": [ "default-mobile.handlebars->11->325", "default.handlebars->47->2092", - "default3.handlebars->35->2074" + "default3.handlebars->35->2075" ] }, { @@ -62535,7 +62535,7 @@ "default.handlebars->47->329", "default.handlebars->47->3444", "default3.handlebars->35->326", - "default3.handlebars->35->3432" + "default3.handlebars->35->3433" ] }, { @@ -62751,7 +62751,7 @@ "xloc": [ "default-mobile.handlebars->11->352", "default.handlebars->47->2137", - "default3.handlebars->35->2137" + "default3.handlebars->35->2138" ] }, { @@ -62782,7 +62782,7 @@ "xloc": [ "default-mobile.handlebars->11->243", "default.handlebars->47->1987", - "default3.handlebars->35->1968", + "default3.handlebars->35->1969", "login2.handlebars->7->129" ] }, @@ -62883,7 +62883,7 @@ "zh-cht": "端口名稱同步", "xloc": [ "default.handlebars->47->2197", - "default3.handlebars->35->2193" + "default3.handlebars->35->2194" ] }, { @@ -63028,7 +63028,7 @@ "xloc": [ "default-mobile.handlebars->11->244", "default.handlebars->47->1988", - "default3.handlebars->35->1969", + "default3.handlebars->35->1970", "login2.handlebars->7->130" ] }, @@ -63060,7 +63060,7 @@ "xloc": [ "default-mobile.handlebars->11->245", "default.handlebars->47->1989", - "default3.handlebars->35->1970", + "default3.handlebars->35->1971", "login2.handlebars->7->131" ] }, @@ -63216,7 +63216,7 @@ "xloc": [ "default.handlebars->47->2482", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1", - "default3.handlebars->35->2479", + "default3.handlebars->35->2480", "default3.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -63385,14 +63385,14 @@ "zh-cht": "預激活", "xloc": [ "default.handlebars->47->1674", - "default3.handlebars->35->1657" + "default3.handlebars->35->1658" ] }, { "en": "Prefer value of --agentName", "xloc": [ "default.handlebars->47->2345", - "default3.handlebars->35->2342" + "default3.handlebars->35->2343" ] }, { @@ -63456,7 +63456,7 @@ "zh-cht": "存在於伺服器上", "xloc": [ "default.handlebars->47->3170", - "default3.handlebars->35->3158" + "default3.handlebars->35->3159" ] }, { @@ -63611,9 +63611,9 @@ "default.handlebars->47->3033", "default.handlebars->47->3088", "default.handlebars->47->341", - "default3.handlebars->35->1774", - "default3.handlebars->35->3027", - "default3.handlebars->35->3080", + "default3.handlebars->35->1775", + "default3.handlebars->35->3028", + "default3.handlebars->35->3081", "default3.handlebars->35->338" ] }, @@ -63645,7 +63645,7 @@ "xloc": [ "default-mobile.handlebars->11->659", "default.handlebars->47->1432", - "default3.handlebars->35->1419", + "default3.handlebars->35->1420", "sharing-mobile.handlebars->11->21" ] }, @@ -63852,7 +63852,7 @@ "zh-cht": "進程控制", "xloc": [ "default.handlebars->47->1505", - "default3.handlebars->35->1490" + "default3.handlebars->35->1491" ] }, { @@ -63882,7 +63882,7 @@ "zh-cht": "流程詳情,#{0}", "xloc": [ "default.handlebars->47->1468", - "default3.handlebars->35->1455" + "default3.handlebars->35->1456" ] }, { @@ -63972,7 +63972,7 @@ "zh-cht": "處理控制台命令:“{0}”", "xloc": [ "default.handlebars->47->2558", - "default3.handlebars->35->2555" + "default3.handlebars->35->2556" ] }, { @@ -64064,9 +64064,9 @@ "default.handlebars->47->2334", "default.handlebars->47->2338", "default.handlebars->47->2341", - "default3.handlebars->35->2331", - "default3.handlebars->35->2335", - "default3.handlebars->35->2338" + "default3.handlebars->35->2332", + "default3.handlebars->35->2336", + "default3.handlebars->35->2339" ] }, { @@ -64096,7 +64096,7 @@ "zh-cht": "協議", "xloc": [ "default.handlebars->47->3168", - "default3.handlebars->35->3156", + "default3.handlebars->35->3157", "player.handlebars->3->36" ] }, @@ -64184,7 +64184,7 @@ "xloc": [ "default-mobile.handlebars->11->832", "default.handlebars->47->1678", - "default3.handlebars->35->1661" + "default3.handlebars->35->1662" ] }, { @@ -64241,7 +64241,7 @@ "xloc": [ "default-mobile.handlebars->11->367", "default.handlebars->47->2517", - "default3.handlebars->35->2514" + "default3.handlebars->35->2515" ] }, { @@ -64273,7 +64273,7 @@ { "en": "Pulse", "xloc": [ - "default3.handlebars->35->2097" + "default3.handlebars->35->2098" ] }, { @@ -64304,7 +64304,7 @@ "xloc": [ "default-mobile.handlebars->11->246", "default.handlebars->47->1990", - "default3.handlebars->35->1971", + "default3.handlebars->35->1972", "login2.handlebars->7->132" ] }, @@ -64336,7 +64336,7 @@ "xloc": [ "default-mobile.handlebars->11->247", "default.handlebars->47->1991", - "default3.handlebars->35->1972", + "default3.handlebars->35->1973", "login2.handlebars->7->133" ] }, @@ -64368,7 +64368,7 @@ "xloc": [ "default-mobile.handlebars->11->248", "default.handlebars->47->1992", - "default3.handlebars->35->1973", + "default3.handlebars->35->1974", "login2.handlebars->7->134" ] }, @@ -64430,7 +64430,7 @@ "zh-cht": "推送通知", "xloc": [ "default.handlebars->47->3254", - "default3.handlebars->35->3242" + "default3.handlebars->35->3243" ] }, { @@ -64500,8 +64500,8 @@ "xloc": [ "default.handlebars->47->1808", "default.handlebars->47->3046", - "default3.handlebars->35->1790", - "default3.handlebars->35->3040" + "default3.handlebars->35->1791", + "default3.handlebars->35->3041" ] }, { @@ -64558,7 +64558,7 @@ "xloc": [ "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->3->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->3->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->3->3", "player.handlebars->3->53", "sharing-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->3->1" @@ -64592,7 +64592,7 @@ "xloc": [ "default-mobile.handlebars->11->249", "default.handlebars->47->1993", - "default3.handlebars->35->1974", + "default3.handlebars->35->1975", "login2.handlebars->7->135" ] }, @@ -65018,7 +65018,7 @@ "zh-cht": "RSS", "xloc": [ "default.handlebars->47->3402", - "default3.handlebars->35->3390" + "default3.handlebars->35->3391" ] }, { @@ -65077,7 +65077,7 @@ "zh-cht": "隨機密碼", "xloc": [ "default.handlebars->47->2297", - "default3.handlebars->35->2291" + "default3.handlebars->35->2292" ] }, { @@ -65107,7 +65107,7 @@ "zh-cht": "隨機密碼。", "xloc": [ "default.handlebars->47->2827", - "default3.handlebars->35->2823" + "default3.handlebars->35->2824" ] }, { @@ -65137,7 +65137,7 @@ "zh-cht": "力登 Dominion KX III", "xloc": [ "default.handlebars->47->2126", - "default3.handlebars->35->2126" + "default3.handlebars->35->2127" ] }, { @@ -65256,8 +65256,8 @@ "default.handlebars->47->2959", "default.handlebars->47->2961", "default.handlebars->47->3081", - "default3.handlebars->35->2953", - "default3.handlebars->35->2955" + "default3.handlebars->35->2954", + "default3.handlebars->35->2956" ] }, { @@ -65361,7 +65361,7 @@ "zh-chs": "最近的主题", "zh-cht": "最近的主題", "xloc": [ - "default3.handlebars->35->2108" + "default3.handlebars->35->2109" ] }, { @@ -65393,9 +65393,9 @@ "default.handlebars->47->2201", "default.handlebars->47->2886", "default.handlebars->47->2967", - "default3.handlebars->35->2197", - "default3.handlebars->35->2880", - "default3.handlebars->35->2961" + "default3.handlebars->35->2198", + "default3.handlebars->35->2881", + "default3.handlebars->35->2962" ] }, { @@ -65457,9 +65457,9 @@ "default.handlebars->47->2342", "default.handlebars->47->2924", "default.handlebars->47->3069", - "default3.handlebars->35->2339", - "default3.handlebars->35->2918", - "default3.handlebars->35->3063" + "default3.handlebars->35->2340", + "default3.handlebars->35->2919", + "default3.handlebars->35->3064" ] }, { @@ -65489,7 +65489,7 @@ "zh-cht": "記錄細節", "xloc": [ "default.handlebars->47->3182", - "default3.handlebars->35->3170" + "default3.handlebars->35->3171" ] }, { @@ -65531,7 +65531,7 @@ "xloc": [ "default-mobile.handlebars->11->921", "default.handlebars->47->1767", - "default3.handlebars->35->1750" + "default3.handlebars->35->1751" ] }, { @@ -65682,8 +65682,8 @@ "default-mobile.handlebars->11->723", "default.handlebars->47->1571", "default.handlebars->47->2524", - "default3.handlebars->35->1556", - "default3.handlebars->35->2521", + "default3.handlebars->35->1557", + "default3.handlebars->35->2522", "sharing-mobile.handlebars->11->84", "sharing.handlebars->11->60" ] @@ -65889,8 +65889,8 @@ "default.handlebars->47->734", "default3.handlebars->35->1154", "default3.handlebars->35->1179", - "default3.handlebars->35->2423", - "default3.handlebars->35->3371", + "default3.handlebars->35->2424", + "default3.handlebars->35->3372", "default3.handlebars->35->424", "default3.handlebars->35->428", "default3.handlebars->35->731" @@ -65923,7 +65923,7 @@ "zh-cht": "中繼數量", "xloc": [ "default.handlebars->47->3368", - "default3.handlebars->35->3356" + "default3.handlebars->35->3357" ] }, { @@ -65957,9 +65957,9 @@ "default.handlebars->47->2123", "default.handlebars->47->2190", "default.handlebars->47->2323", - "default3.handlebars->35->2123", - "default3.handlebars->35->2186", - "default3.handlebars->35->2318" + "default3.handlebars->35->2124", + "default3.handlebars->35->2187", + "default3.handlebars->35->2319" ] }, { @@ -65989,7 +65989,7 @@ "zh-cht": "中繼錯誤", "xloc": [ "default.handlebars->47->3361", - "default3.handlebars->35->3349" + "default3.handlebars->35->3350" ] }, { @@ -66061,8 +66061,8 @@ "xloc": [ "default.handlebars->47->3367", "default.handlebars->47->3395", - "default3.handlebars->35->3355", - "default3.handlebars->35->3383" + "default3.handlebars->35->3356", + "default3.handlebars->35->3384" ] }, { @@ -66092,7 +66092,7 @@ "zh-cht": "繼電器裝置", "xloc": [ "default.handlebars->47->2711", - "default3.handlebars->35->2708" + "default3.handlebars->35->2709" ] }, { @@ -66178,7 +66178,7 @@ "zh-cht": "記住設備", "xloc": [ "default.handlebars->47->3256", - "default3.handlebars->35->3244" + "default3.handlebars->35->3245" ] }, { @@ -66211,7 +66211,7 @@ "default.handlebars->47->1410", "default.handlebars->47->1521", "default3.handlebars->35->1397", - "default3.handlebars->35->1506", + "default3.handlebars->35->1507", "mstsc.handlebars->main->1->3->1->rowremember->3->0", "sharing-mobile.handlebars->11->54", "sharing-mobile.handlebars->11->71", @@ -66246,7 +66246,7 @@ "xloc": [ "default-mobile.handlebars->11->703", "default.handlebars->47->1526", - "default3.handlebars->35->1511", + "default3.handlebars->35->1512", "ssh.handlebars->3->19" ] }, @@ -66362,7 +66362,7 @@ "xloc": [ "default-mobile.handlebars->11->702", "default.handlebars->47->1525", - "default3.handlebars->35->1510", + "default3.handlebars->35->1511", "ssh.handlebars->3->18" ] }, @@ -66507,7 +66507,7 @@ "zh-cht": "遠程剪貼板", "xloc": [ "default.handlebars->47->1466", - "default3.handlebars->35->1453" + "default3.handlebars->35->1454" ] }, { @@ -66538,7 +66538,7 @@ "xloc": [ "default-mobile.handlebars->11->999", "default.handlebars->47->2384", - "default3.handlebars->35->2381" + "default3.handlebars->35->2382" ] }, { @@ -66576,7 +66576,7 @@ "default.handlebars->47->2408", "default3.handlebars->35->1039", "default3.handlebars->35->1040", - "default3.handlebars->35->2405" + "default3.handlebars->35->2406" ] }, { @@ -66591,7 +66591,7 @@ "uk": "Дистанційне керування та ретрансляція", "xloc": [ "default.handlebars->47->2369", - "default3.handlebars->35->2366" + "default3.handlebars->35->2367" ] }, { @@ -66746,8 +66746,8 @@ "xloc": [ "default.handlebars->47->2572", "default.handlebars->47->2578", - "default3.handlebars->35->2569", - "default3.handlebars->35->2575" + "default3.handlebars->35->2570", + "default3.handlebars->35->2576" ] }, { @@ -66777,7 +66777,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ "default.handlebars->47->2573", - "default3.handlebars->35->2570" + "default3.handlebars->35->2571" ] }, { @@ -66807,7 +66807,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ "default.handlebars->47->2579", - "default3.handlebars->35->2576" + "default3.handlebars->35->2577" ] }, { @@ -66839,9 +66839,9 @@ "default.handlebars->47->2570", "default.handlebars->47->2574", "default.handlebars->47->2580", - "default3.handlebars->35->2567", - "default3.handlebars->35->2571", - "default3.handlebars->35->2577" + "default3.handlebars->35->2568", + "default3.handlebars->35->2572", + "default3.handlebars->35->2578" ] }, { @@ -67178,7 +67178,7 @@ "zh-cht": "遠程鍵盤輸入", "xloc": [ "default.handlebars->47->1462", - "default3.handlebars->35->1449", + "default3.handlebars->35->1450", "sharing.handlebars->11->22" ] }, @@ -67264,7 +67264,7 @@ "zh-cht": "遠程會話", "xloc": [ "default.handlebars->47->3184", - "default3.handlebars->35->3172" + "default3.handlebars->35->3173" ] }, { @@ -67436,9 +67436,9 @@ "default.handlebars->47->2370", "default.handlebars->47->2413", "default.handlebars->47->3072", - "default3.handlebars->35->2367", - "default3.handlebars->35->2410", - "default3.handlebars->35->3066" + "default3.handlebars->35->2368", + "default3.handlebars->35->2411", + "default3.handlebars->35->3067" ] }, { @@ -67468,7 +67468,7 @@ "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ "default.handlebars->47->1465", - "default3.handlebars->35->1452" + "default3.handlebars->35->1453" ] }, { @@ -67603,9 +67603,9 @@ "default.handlebars->47->1740", "default.handlebars->47->1752", "default.handlebars->47->1759", - "default3.handlebars->35->1723", - "default3.handlebars->35->1735", - "default3.handlebars->35->1742" + "default3.handlebars->35->1724", + "default3.handlebars->35->1736", + "default3.handlebars->35->1743" ] }, { @@ -67691,7 +67691,7 @@ "zh-cht": "刪除配置", "xloc": [ "default.handlebars->47->2158", - "default3.handlebars->35->2158" + "default3.handlebars->35->2159" ] }, { @@ -67774,8 +67774,8 @@ "xloc": [ "default.handlebars->47->2928", "default.handlebars->47->3133", - "default3.handlebars->35->2922", - "default3.handlebars->35->3121" + "default3.handlebars->35->2923", + "default3.handlebars->35->3122" ] }, { @@ -67806,8 +67806,8 @@ "xloc": [ "default.handlebars->47->2926", "default.handlebars->47->3120", - "default3.handlebars->35->2920", - "default3.handlebars->35->3108" + "default3.handlebars->35->2921", + "default3.handlebars->35->3109" ] }, { @@ -67837,7 +67837,7 @@ "zh-cht": "刪除設備共享", "xloc": [ "default.handlebars->47->3118", - "default3.handlebars->35->3106" + "default3.handlebars->35->3107" ] }, { @@ -67867,7 +67867,7 @@ "zh-cht": "刪除登錄令牌", "xloc": [ "default.handlebars->47->2150", - "default3.handlebars->35->2150" + "default3.handlebars->35->2151" ] }, { @@ -67938,7 +67938,7 @@ "zh-cht": "刪除用戶群成員身份", "xloc": [ "default.handlebars->47->3129", - "default3.handlebars->35->3117" + "default3.handlebars->35->3118" ] }, { @@ -67969,8 +67969,8 @@ "xloc": [ "default.handlebars->47->2435", "default.handlebars->47->3125", - "default3.handlebars->35->2432", - "default3.handlebars->35->3113" + "default3.handlebars->35->2433", + "default3.handlebars->35->3114" ] }, { @@ -68000,7 +68000,7 @@ "zh-cht": "刪除用戶成員資格", "xloc": [ "default.handlebars->47->2936", - "default3.handlebars->35->2930" + "default3.handlebars->35->2931" ] }, { @@ -68031,8 +68031,8 @@ "xloc": [ "default.handlebars->47->2433", "default.handlebars->47->3122", - "default3.handlebars->35->2430", - "default3.handlebars->35->3110" + "default3.handlebars->35->2431", + "default3.handlebars->35->3111" ] }, { @@ -68062,7 +68062,7 @@ "zh-cht": "刪除所有二因子鑑別。", "xloc": [ "default.handlebars->47->3095", - "default3.handlebars->35->3083" + "default3.handlebars->35->3084" ] }, { @@ -68092,7 +68092,7 @@ "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ "default.handlebars->47->2828", - "default3.handlebars->35->2824" + "default3.handlebars->35->2825" ] }, { @@ -68122,7 +68122,7 @@ "zh-cht": "斷開連接後删除裝置", "xloc": [ "default.handlebars->47->2347", - "default3.handlebars->35->2344" + "default3.handlebars->35->2345" ] }, { @@ -68154,7 +68154,7 @@ "default.handlebars->47->1102", "default.handlebars->47->2255", "default3.handlebars->35->1099", - "default3.handlebars->35->2251" + "default3.handlebars->35->2252" ] }, { @@ -68184,7 +68184,7 @@ "zh-cht": "刪除非活動", "xloc": [ "default.handlebars->47->2202", - "default3.handlebars->35->2198" + "default3.handlebars->35->2199" ] }, { @@ -68214,7 +68214,7 @@ "zh-cht": "刪除登錄令牌", "xloc": [ "default.handlebars->47->2145", - "default3.handlebars->35->2145" + "default3.handlebars->35->2146" ] }, { @@ -68229,7 +68229,7 @@ "uk": "Видалити підтримку месенджера", "xloc": [ "default.handlebars->47->1801", - "default3.handlebars->35->1783" + "default3.handlebars->35->1784" ] }, { @@ -68290,7 +68290,7 @@ "xloc": [ "default-mobile.handlebars->11->108", "default.handlebars->47->1795", - "default3.handlebars->35->1777" + "default3.handlebars->35->1778" ] }, { @@ -68380,7 +68380,7 @@ "zh-cht": "刪除此用戶", "xloc": [ "default.handlebars->47->3028", - "default3.handlebars->35->3022" + "default3.handlebars->35->3023" ] }, { @@ -68410,7 +68410,7 @@ "zh-cht": "刪除用戶群成員身份", "xloc": [ "default.handlebars->47->3109", - "default3.handlebars->35->3097" + "default3.handlebars->35->3098" ] }, { @@ -68440,7 +68440,7 @@ "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ "default.handlebars->47->2920", - "default3.handlebars->35->2914" + "default3.handlebars->35->2915" ] }, { @@ -68472,7 +68472,7 @@ "default.handlebars->47->1095", "default.handlebars->47->2914", "default3.handlebars->35->1092", - "default3.handlebars->35->2908" + "default3.handlebars->35->2909" ] }, { @@ -68507,10 +68507,10 @@ "default.handlebars->47->3103", "default.handlebars->47->3115", "default3.handlebars->35->1093", - "default3.handlebars->35->2247", - "default3.handlebars->35->2902", - "default3.handlebars->35->3091", - "default3.handlebars->35->3103" + "default3.handlebars->35->2248", + "default3.handlebars->35->2903", + "default3.handlebars->35->3092", + "default3.handlebars->35->3104" ] }, { @@ -68566,7 +68566,7 @@ "zh-cht": "刪除了帳戶顯示名稱。", "xloc": [ "default.handlebars->47->2670", - "default3.handlebars->35->2667" + "default3.handlebars->35->2668" ] }, { @@ -68596,7 +68596,7 @@ "zh-cht": "刪除身份驗證應用程序", "xloc": [ "default.handlebars->47->2632", - "default3.handlebars->35->2629" + "default3.handlebars->35->2630" ] }, { @@ -68626,7 +68626,7 @@ "zh-cht": "刪除的設備共享{0}", "xloc": [ "default.handlebars->47->2643", - "default3.handlebars->35->2640" + "default3.handlebars->35->2641" ] }, { @@ -68656,7 +68656,7 @@ "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ "default.handlebars->47->2628", - "default3.handlebars->35->2625" + "default3.handlebars->35->2626" ] }, { @@ -68686,7 +68686,7 @@ "zh-cht": "從用戶群{1}中刪除了設備{0}", "xloc": [ "default.handlebars->47->2704", - "default3.handlebars->35->2701" + "default3.handlebars->35->2702" ] }, { @@ -68716,7 +68716,7 @@ "zh-cht": "刪除了登錄令牌", "xloc": [ "default.handlebars->47->2657", - "default3.handlebars->35->2654" + "default3.handlebars->35->2655" ] }, { @@ -68731,7 +68731,7 @@ "uk": "токен входу видалено", "xloc": [ "default.handlebars->47->2698", - "default3.handlebars->35->2695" + "default3.handlebars->35->2696" ] }, { @@ -68761,7 +68761,7 @@ "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ "default.handlebars->47->2638", - "default3.handlebars->35->2635" + "default3.handlebars->35->2636" ] }, { @@ -68791,7 +68791,7 @@ "zh-cht": "移除推送通知認證設備", "xloc": [ "default.handlebars->47->2655", - "default3.handlebars->35->2652" + "default3.handlebars->35->2653" ] }, { @@ -68821,7 +68821,7 @@ "zh-cht": "移除安全密鑰", "xloc": [ "default.handlebars->47->2635", - "default3.handlebars->35->2632" + "default3.handlebars->35->2633" ] }, { @@ -68853,9 +68853,9 @@ "default.handlebars->47->2601", "default.handlebars->47->2622", "default.handlebars->47->2627", - "default3.handlebars->35->2598", - "default3.handlebars->35->2619", - "default3.handlebars->35->2624" + "default3.handlebars->35->2599", + "default3.handlebars->35->2620", + "default3.handlebars->35->2625" ] }, { @@ -68885,7 +68885,7 @@ "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ "default.handlebars->47->2611", - "default3.handlebars->35->2608" + "default3.handlebars->35->2609" ] }, { @@ -68915,7 +68915,7 @@ "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ "default.handlebars->47->2624", - "default3.handlebars->35->2621" + "default3.handlebars->35->2622" ] }, { @@ -68946,8 +68946,8 @@ "xloc": [ "default.handlebars->47->2603", "default.handlebars->47->2613", - "default3.handlebars->35->2600", - "default3.handlebars->35->2610" + "default3.handlebars->35->2601", + "default3.handlebars->35->2611" ] }, { @@ -68986,8 +68986,8 @@ "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->35->1560", - "default3.handlebars->35->2525", + "default3.handlebars->35->1561", + "default3.handlebars->35->2526", "default3.handlebars->35->863", "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -69051,7 +69051,7 @@ "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ "default.handlebars->47->2589", - "default3.handlebars->35->2586" + "default3.handlebars->35->2587" ] }, { @@ -69081,7 +69081,7 @@ "zh-cht": "報告日", "xloc": [ "default.handlebars->47->2720", - "default3.handlebars->35->2717" + "default3.handlebars->35->2718" ] }, { @@ -69111,7 +69111,7 @@ "zh-cht": "報告類型", "xloc": [ "default.handlebars->47->2715", - "default3.handlebars->35->2712" + "default3.handlebars->35->2713" ] }, { @@ -69141,7 +69141,7 @@ "zh-cht": "報告未返回任何內容。", "xloc": [ "default.handlebars->47->3223", - "default3.handlebars->35->3211" + "default3.handlebars->35->3212" ] }, { @@ -69171,7 +69171,7 @@ "zh-cht": "報告.csv", "xloc": [ "default.handlebars->47->3297", - "default3.handlebars->35->3285" + "default3.handlebars->35->3286" ] }, { @@ -69417,7 +69417,7 @@ "zh-cht": "要求:", "xloc": [ "default.handlebars->47->2106", - "default3.handlebars->35->2082" + "default3.handlebars->35->2083" ] }, { @@ -69449,8 +69449,8 @@ "default-mobile.handlebars->11->338", "default.handlebars->47->2833", "default.handlebars->47->3093", - "default3.handlebars->35->2829", - "default3.handlebars->35->3081" + "default3.handlebars->35->2830", + "default3.handlebars->35->3082" ] }, { @@ -69609,7 +69609,7 @@ "xloc": [ "default-mobile.handlebars->11->1000", "default.handlebars->47->2385", - "default3.handlebars->35->2382" + "default3.handlebars->35->2383" ] }, { @@ -69797,7 +69797,7 @@ "default.handlebars->47->2423", "default3.handlebars->35->1151", "default3.handlebars->35->1176", - "default3.handlebars->35->2420" + "default3.handlebars->35->2421" ] }, { @@ -69827,7 +69827,7 @@ "zh-cht": "重新啟動", "xloc": [ "default.handlebars->47->1495", - "default3.handlebars->35->1481", + "default3.handlebars->35->1482", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -69839,7 +69839,7 @@ "uk": "Перезапустити лічильник помилок після ", "xloc": [ "default.handlebars->47->1488", - "default3.handlebars->35->1474" + "default3.handlebars->35->1475" ] }, { @@ -69848,7 +69848,7 @@ "xloc": [ "default-mobile.handlebars->11->939", "default.handlebars->47->1786", - "default3.handlebars->35->1769" + "default3.handlebars->35->1770" ] }, { @@ -69859,7 +69859,7 @@ "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default.handlebars->47->1453", - "default3.handlebars->35->1440" + "default3.handlebars->35->1441" ] }, { @@ -69889,7 +69889,7 @@ "zh-cht": "還原伺服器", "xloc": [ "default.handlebars->47->2165", - "default3.handlebars->35->2163" + "default3.handlebars->35->2164" ] }, { @@ -69949,7 +69949,7 @@ "zh-cht": "使用備份還原伺服器,", "xloc": [ "default.handlebars->47->2160", - "default3.handlebars->35->2160" + "default3.handlebars->35->2161" ] }, { @@ -70012,7 +70012,7 @@ "zh-cht": "限制條件", "xloc": [ "default.handlebars->47->2948", - "default3.handlebars->35->2942" + "default3.handlebars->35->2943" ] }, { @@ -70043,9 +70043,9 @@ "default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->7", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->3", "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->21", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->7", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->3", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->21" + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->7->3", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->3->3", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->21->3" ] }, { @@ -70076,7 +70076,7 @@ "xloc": [ "default-mobile.handlebars->11->250", "default.handlebars->47->1994", - "default3.handlebars->35->1975", + "default3.handlebars->35->1976", "login2.handlebars->7->136" ] }, @@ -70108,7 +70108,7 @@ "xloc": [ "default-mobile.handlebars->11->669", "default.handlebars->47->1441", - "default3.handlebars->35->1428", + "default3.handlebars->35->1429", "sharing-mobile.handlebars->11->30" ] }, @@ -70140,7 +70140,7 @@ "xloc": [ "default-mobile.handlebars->11->251", "default.handlebars->47->1995", - "default3.handlebars->35->1976", + "default3.handlebars->35->1977", "login2.handlebars->7->137" ] }, @@ -70172,7 +70172,7 @@ "xloc": [ "default-mobile.handlebars->11->252", "default.handlebars->47->1996", - "default3.handlebars->35->1977", + "default3.handlebars->35->1978", "login2.handlebars->7->138" ] }, @@ -70206,8 +70206,8 @@ "default-mobile.handlebars->11->716", "default.handlebars->47->1556", "default.handlebars->47->2496", - "default3.handlebars->35->1541", - "default3.handlebars->35->2493", + "default3.handlebars->35->1542", + "default3.handlebars->35->2494", "sharing-mobile.handlebars->11->78", "sharing.handlebars->11->49" ] @@ -70739,8 +70739,8 @@ "xloc": [ "default.handlebars->47->1471", "default.handlebars->47->1475", - "default3.handlebars->35->1457", - "default3.handlebars->35->1461" + "default3.handlebars->35->1458", + "default3.handlebars->35->1462" ] }, { @@ -70770,7 +70770,7 @@ "zh-cht": "運行命令", "xloc": [ "default.handlebars->47->2565", - "default3.handlebars->35->2562" + "default3.handlebars->35->2563" ] }, { @@ -70800,7 +70800,7 @@ "zh-cht": "以用戶身份運行命令", "xloc": [ "default.handlebars->47->2640", - "default3.handlebars->35->2637" + "default3.handlebars->35->2638" ] }, { @@ -70830,7 +70830,7 @@ "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ "default.handlebars->47->2641", - "default3.handlebars->35->2638" + "default3.handlebars->35->2639" ] }, { @@ -70861,7 +70861,7 @@ "xloc": [ "default-mobile.handlebars->11->253", "default.handlebars->47->1997", - "default3.handlebars->35->1978", + "default3.handlebars->35->1979", "login2.handlebars->7->139" ] }, @@ -70893,7 +70893,7 @@ "xloc": [ "default-mobile.handlebars->11->254", "default.handlebars->47->1998", - "default3.handlebars->35->1979", + "default3.handlebars->35->1980", "login2.handlebars->7->140" ] }, @@ -71070,8 +71070,8 @@ "xloc": [ "default.handlebars->47->3012", "default.handlebars->47->3018", - "default3.handlebars->35->3006", - "default3.handlebars->35->3012", + "default3.handlebars->35->3007", + "default3.handlebars->35->3013", "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", @@ -71107,7 +71107,7 @@ "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ "default.handlebars->47->3036", - "default3.handlebars->35->3030" + "default3.handlebars->35->3031" ] }, { @@ -71138,7 +71138,7 @@ "xloc": [ "default-mobile.handlebars->11->1066", "default.handlebars->47->3335", - "default3.handlebars->35->3323" + "default3.handlebars->35->3324" ] }, { @@ -71169,7 +71169,7 @@ "xloc": [ "default-mobile.handlebars->11->1067", "default.handlebars->47->3336", - "default3.handlebars->35->3324" + "default3.handlebars->35->3325" ] }, { @@ -71230,7 +71230,7 @@ "xloc": [ "default-mobile.handlebars->11->1061", "default.handlebars->47->3330", - "default3.handlebars->35->3318" + "default3.handlebars->35->3319" ] }, { @@ -71260,7 +71260,7 @@ "zh-cht": "短信", "xloc": [ "default.handlebars->47->3251", - "default3.handlebars->35->3239" + "default3.handlebars->35->3240" ] }, { @@ -71332,7 +71332,7 @@ "uk": "SMS успішно надіслано.", "xloc": [ "default.handlebars->47->3334", - "default3.handlebars->35->3322" + "default3.handlebars->35->3323" ] }, { @@ -71518,8 +71518,8 @@ "default-mobile.handlebars->11->721", "default.handlebars->47->1507", "default.handlebars->47->1569", - "default3.handlebars->35->1492", - "default3.handlebars->35->1554" + "default3.handlebars->35->1493", + "default3.handlebars->35->1555" ] }, { @@ -71887,7 +71887,7 @@ "xloc": [ "default-mobile.handlebars->11->255", "default.handlebars->47->1999", - "default3.handlebars->35->1980", + "default3.handlebars->35->1981", "login2.handlebars->7->141" ] }, @@ -71954,7 +71954,7 @@ { "en": "Sandstone", "xloc": [ - "default3.handlebars->35->2098" + "default3.handlebars->35->2099" ] }, { @@ -71985,7 +71985,7 @@ "xloc": [ "default-mobile.handlebars->11->256", "default.handlebars->47->2000", - "default3.handlebars->35->1981", + "default3.handlebars->35->1982", "login2.handlebars->7->142" ] }, @@ -72017,7 +72017,7 @@ "xloc": [ "default-mobile.handlebars->11->257", "default.handlebars->47->2001", - "default3.handlebars->35->1982", + "default3.handlebars->35->1983", "login2.handlebars->7->143" ] }, @@ -72049,7 +72049,7 @@ "xloc": [ "default-mobile.handlebars->11->258", "default.handlebars->47->2002", - "default3.handlebars->35->1983", + "default3.handlebars->35->1984", "login2.handlebars->7->144" ] }, @@ -72197,7 +72197,7 @@ "xloc": [ "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->2->1", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->5->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->5->3", "sharing-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->2->1", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->5->1" ] @@ -72516,7 +72516,7 @@ "default.handlebars->47->1563", "default.handlebars->47->886", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar", - "default3.handlebars->35->1548", + "default3.handlebars->35->1549", "default3.handlebars->35->883", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devMapToolbar", "sharing.handlebars->11->53" @@ -72590,7 +72590,7 @@ "uk": "Друга Невдача", "xloc": [ "default.handlebars->47->1490", - "default3.handlebars->35->1476" + "default3.handlebars->35->1477" ] }, { @@ -72683,7 +72683,7 @@ "xloc": [ "default-mobile.handlebars->11->835", "default.handlebars->47->1681", - "default3.handlebars->35->1664" + "default3.handlebars->35->1665" ] }, { @@ -72721,9 +72721,9 @@ "default.handlebars->47->522", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1", "default3.handlebars->35->1309", - "default3.handlebars->35->1663", - "default3.handlebars->35->2491", - "default3.handlebars->35->3008", + "default3.handlebars->35->1664", + "default3.handlebars->35->2492", + "default3.handlebars->35->3009", "default3.handlebars->35->519", "default3.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -72772,7 +72772,7 @@ "zh-cht": "安全密鑰", "xloc": [ "default.handlebars->47->3007", - "default3.handlebars->35->3001" + "default3.handlebars->35->3002" ] }, { @@ -72803,7 +72803,7 @@ "xloc": [ "default-mobile.handlebars->11->1035", "default.handlebars->47->3304", - "default3.handlebars->35->3292" + "default3.handlebars->35->3293" ] }, { @@ -72917,11 +72917,11 @@ "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->35->1551", - "default3.handlebars->35->1553", - "default3.handlebars->35->2517", - "default3.handlebars->35->2764", - "default3.handlebars->35->2855", + "default3.handlebars->35->1552", + "default3.handlebars->35->1554", + "default3.handlebars->35->2518", + "default3.handlebars->35->2765", + "default3.handlebars->35->2856", "default3.handlebars->35->546", "default3.handlebars->35->736", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", @@ -72969,8 +72969,8 @@ "default3.handlebars->35->1246", "default3.handlebars->35->1248", "default3.handlebars->35->1250", - "default3.handlebars->35->3192", - "default3.handlebars->35->3194" + "default3.handlebars->35->3193", + "default3.handlebars->35->3195" ] }, { @@ -73005,10 +73005,10 @@ "default.handlebars->47->2860", "default.handlebars->47->738", "default.handlebars->meshContextMenu->cxselectnone", - "default3.handlebars->35->1552", - "default3.handlebars->35->2516", - "default3.handlebars->35->2763", - "default3.handlebars->35->2854", + "default3.handlebars->35->1553", + "default3.handlebars->35->2517", + "default3.handlebars->35->2764", + "default3.handlebars->35->2855", "default3.handlebars->35->735", "default3.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -73041,7 +73041,7 @@ "zh-cht": "選擇要註冊推送通知身份驗證的設備。選擇後,設備將提示確認。", "xloc": [ "default.handlebars->47->1846", - "default3.handlebars->35->1827" + "default3.handlebars->35->1828" ] }, { @@ -73157,7 +73157,7 @@ "zh-chs": "选择主题", "zh-cht": "選擇主題", "xloc": [ - "default3.handlebars->35->2107" + "default3.handlebars->35->2108" ] }, { @@ -73218,8 +73218,8 @@ "xloc": [ "default.handlebars->47->2770", "default.handlebars->47->2862", - "default3.handlebars->35->2767", - "default3.handlebars->35->2856" + "default3.handlebars->35->2768", + "default3.handlebars->35->2857" ] }, { @@ -73280,7 +73280,7 @@ "zh-cht": "選擇新密碼", "xloc": [ "default.handlebars->47->2298", - "default3.handlebars->35->2292" + "default3.handlebars->35->2293" ] }, { @@ -73342,7 +73342,7 @@ "xloc": [ "default-mobile.handlebars->11->1016", "default.handlebars->47->2419", - "default3.handlebars->35->2416" + "default3.handlebars->35->2417" ] }, { @@ -73433,7 +73433,7 @@ "zh-cht": "發電郵", "xloc": [ "default.handlebars->47->2782", - "default3.handlebars->35->2778" + "default3.handlebars->35->2779" ] }, { @@ -73510,7 +73510,7 @@ "uk": "Надіслати повідомлення", "xloc": [ "default.handlebars->47->2780", - "default3.handlebars->35->2776" + "default3.handlebars->35->2777" ] }, { @@ -73540,7 +73540,7 @@ "zh-cht": "發送簡訊", "xloc": [ "default.handlebars->47->2779", - "default3.handlebars->35->2775" + "default3.handlebars->35->2776" ] }, { @@ -73570,7 +73570,7 @@ "zh-cht": "發送短信給該用戶", "xloc": [ "default.handlebars->47->3019", - "default3.handlebars->35->3013" + "default3.handlebars->35->3014" ] }, { @@ -73600,7 +73600,7 @@ "zh-cht": "發送電郵給該用戶", "xloc": [ "default.handlebars->47->3023", - "default3.handlebars->35->3017" + "default3.handlebars->35->3018" ] }, { @@ -73615,7 +73615,7 @@ "uk": "Надіслати повідомлення цьому користувачеві", "xloc": [ "default.handlebars->47->3021", - "default3.handlebars->35->3015" + "default3.handlebars->35->3016" ] }, { @@ -73645,7 +73645,7 @@ "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ "default.handlebars->47->2905", - "default3.handlebars->35->2899" + "default3.handlebars->35->2900" ] }, { @@ -73675,7 +73675,7 @@ "zh-cht": "向該用戶發送文本通知。", "xloc": [ "default.handlebars->47->2783", - "default3.handlebars->35->2779" + "default3.handlebars->35->2780" ] }, { @@ -73705,7 +73705,7 @@ "zh-cht": "發送電郵給用戶", "xloc": [ "default.handlebars->47->2761", - "default3.handlebars->35->2758" + "default3.handlebars->35->2759" ] }, { @@ -73765,7 +73765,7 @@ "zh-cht": "發送邀請電郵。", "xloc": [ "default.handlebars->47->2832", - "default3.handlebars->35->2828" + "default3.handlebars->35->2829" ] }, { @@ -73959,7 +73959,7 @@ "zh-cht": "發送用戶通知", "xloc": [ "default.handlebars->47->3025", - "default3.handlebars->35->3019" + "default3.handlebars->35->3020" ] }, { @@ -74079,7 +74079,7 @@ "xloc": [ "default-mobile.handlebars->11->261", "default.handlebars->47->2005", - "default3.handlebars->35->1986", + "default3.handlebars->35->1987", "login2.handlebars->7->147" ] }, @@ -74113,8 +74113,8 @@ "default-mobile.handlebars->11->849", "default.handlebars->47->1690", "default.handlebars->47->1695", - "default3.handlebars->35->1673", - "default3.handlebars->35->1678" + "default3.handlebars->35->1674", + "default3.handlebars->35->1679" ] }, { @@ -74170,7 +74170,7 @@ "zh-cht": "伺服器備份", "xloc": [ "default.handlebars->47->2842", - "default3.handlebars->35->2836" + "default3.handlebars->35->2837" ] }, { @@ -74200,7 +74200,7 @@ "zh-cht": "伺服器憑證", "xloc": [ "default.handlebars->47->3417", - "default3.handlebars->35->3405" + "default3.handlebars->35->3406" ] }, { @@ -74275,7 +74275,7 @@ "zh-cht": "伺服器數據庫", "xloc": [ "default.handlebars->47->3418", - "default3.handlebars->35->3406" + "default3.handlebars->35->3407" ] }, { @@ -74289,7 +74289,7 @@ "default.handlebars->47->209", "default.handlebars->47->2170", "default3.handlebars->35->209", - "default3.handlebars->35->2168" + "default3.handlebars->35->2169" ] }, { @@ -74327,9 +74327,9 @@ "default.handlebars->47->2839", "default3.handlebars->35->1144", "default3.handlebars->35->1169", - "default3.handlebars->35->2375", - "default3.handlebars->35->2407", - "default3.handlebars->35->2833" + "default3.handlebars->35->2376", + "default3.handlebars->35->2408", + "default3.handlebars->35->2834" ] }, { @@ -74389,7 +74389,7 @@ "xloc": [ "default-mobile.handlebars->11->1034", "default.handlebars->47->3303", - "default3.handlebars->35->3291" + "default3.handlebars->35->3292" ] }, { @@ -74449,8 +74449,8 @@ "xloc": [ "default.handlebars->47->2753", "default.handlebars->47->2854", - "default3.handlebars->35->2750", - "default3.handlebars->35->2848" + "default3.handlebars->35->2751", + "default3.handlebars->35->2849" ] }, { @@ -74480,7 +74480,7 @@ "zh-cht": "伺服器配額", "xloc": [ "default.handlebars->47->2981", - "default3.handlebars->35->2975" + "default3.handlebars->35->2976" ] }, { @@ -74510,7 +74510,7 @@ "zh-cht": "伺服器還原", "xloc": [ "default.handlebars->47->2843", - "default3.handlebars->35->2837" + "default3.handlebars->35->2838" ] }, { @@ -74540,7 +74540,7 @@ "zh-cht": "伺服器權限", "xloc": [ "default.handlebars->47->2980", - "default3.handlebars->35->2974" + "default3.handlebars->35->2975" ] }, { @@ -74570,7 +74570,7 @@ "zh-cht": "伺服器狀態", "xloc": [ "default.handlebars->47->3346", - "default3.handlebars->35->3334" + "default3.handlebars->35->3335" ] }, { @@ -74630,7 +74630,7 @@ "zh-cht": "伺服器追蹤", "xloc": [ "default.handlebars->47->3431", - "default3.handlebars->35->3419" + "default3.handlebars->35->3420" ] }, { @@ -74660,7 +74660,7 @@ "zh-cht": "服務器跟踪事件", "xloc": [ "default.handlebars->47->3409", - "default3.handlebars->35->3397" + "default3.handlebars->35->3398" ] }, { @@ -74749,7 +74749,7 @@ "zh-cht": "伺服器更新", "xloc": [ "default.handlebars->47->2844", - "default3.handlebars->35->2838" + "default3.handlebars->35->2839" ] }, { @@ -74993,7 +74993,7 @@ "uk": "Сервер не може отримати записи з бази даних.", "xloc": [ "default.handlebars->47->3140", - "default3.handlebars->35->3128" + "default3.handlebars->35->3129" ] }, { @@ -75009,7 +75009,7 @@ "uk": "Сервер не може читати з теки записів.", "xloc": [ "default.handlebars->47->3139", - "default3.handlebars->35->3127" + "default3.handlebars->35->3128" ] }, { @@ -75025,7 +75025,7 @@ "uk": "Записи статистики сервера", "xloc": [ "default.handlebars->47->3271", - "default3.handlebars->35->3259" + "default3.handlebars->35->3260" ] }, { @@ -75112,7 +75112,7 @@ "zh-cht": "ServerStats.csv", "xloc": [ "default.handlebars->47->3408", - "default3.handlebars->35->3396" + "default3.handlebars->35->3397" ] }, { @@ -75128,8 +75128,8 @@ "xloc": [ "default.handlebars->47->1812", "default.handlebars->47->3050", - "default3.handlebars->35->1794", - "default3.handlebars->35->3044" + "default3.handlebars->35->1795", + "default3.handlebars->35->3045" ] }, { @@ -75160,8 +75160,8 @@ "xloc": [ "default.handlebars->47->1496", "default.handlebars->47->1498", - "default3.handlebars->35->1483", - "default3.handlebars->35->1485" + "default3.handlebars->35->1484", + "default3.handlebars->35->1486" ] }, { @@ -75222,8 +75222,8 @@ "xloc": [ "default.handlebars->47->3143", "default.handlebars->47->3211", - "default3.handlebars->35->3131", - "default3.handlebars->35->3199", + "default3.handlebars->35->3132", + "default3.handlebars->35->3200", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -75319,8 +75319,8 @@ "default-mobile.handlebars->11->714", "default.handlebars->47->1531", "default.handlebars->47->1547", - "default3.handlebars->35->1516", - "default3.handlebars->35->1532", + "default3.handlebars->35->1517", + "default3.handlebars->35->1533", "sharing-mobile.handlebars->11->58", "sharing-mobile.handlebars->11->76" ] @@ -75418,8 +75418,8 @@ "default-mobile.handlebars->11->715", "default.handlebars->47->1532", "default.handlebars->47->1548", - "default3.handlebars->35->1517", - "default3.handlebars->35->1533", + "default3.handlebars->35->1518", + "default3.handlebars->35->1534", "sharing-mobile.handlebars->11->59", "sharing-mobile.handlebars->11->77" ] @@ -75542,7 +75542,7 @@ "zh-cht": "設置剪貼板", "xloc": [ "default.handlebars->47->1464", - "default3.handlebars->35->1451" + "default3.handlebars->35->1452" ] }, { @@ -75657,7 +75657,7 @@ "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ "default.handlebars->47->2563", - "default3.handlebars->35->2560" + "default3.handlebars->35->2561" ] }, { @@ -75783,7 +75783,7 @@ "agent-translations.json", "default.handlebars->47->2241", "default.handlebars->47->499", - "default3.handlebars->35->2237", + "default3.handlebars->35->2238", "default3.handlebars->35->496" ] }, @@ -75866,7 +75866,7 @@ "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "xloc": [ "default.handlebars->47->2151", - "default3.handlebars->35->2151" + "default3.handlebars->35->2152" ] }, { @@ -76058,7 +76058,7 @@ "zh-cht": "共享過程", "xloc": [ "default.handlebars->47->1482", - "default3.handlebars->35->1468" + "default3.handlebars->35->1469" ] }, { @@ -76092,7 +76092,7 @@ "default.handlebars->47->2424", "default3.handlebars->35->1152", "default3.handlebars->35->1177", - "default3.handlebars->35->2421" + "default3.handlebars->35->2422" ] }, { @@ -76214,8 +76214,8 @@ "default-mobile.handlebars->11->676", "default.handlebars->47->1444", "default.handlebars->47->1448", - "default3.handlebars->35->1431", - "default3.handlebars->35->1435", + "default3.handlebars->35->1432", + "default3.handlebars->35->1436", "sharing-mobile.handlebars->11->33", "sharing-mobile.handlebars->11->37" ] @@ -76474,7 +76474,7 @@ "zh-cht": "顯示焦點工具", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->1", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->1->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->1" ] }, @@ -76562,7 +76562,7 @@ "zh-cht": "顯示本地鼠標光標", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->3", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->3", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7amtkvm->5->d7otherset->3->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->3" ] }, @@ -76594,7 +76594,7 @@ "xloc": [ "default-mobile.handlebars->11->996", "default.handlebars->47->2381", - "default3.handlebars->35->2378" + "default3.handlebars->35->2379" ] }, { @@ -76650,7 +76650,7 @@ "zh-cht": "顯示流量", "xloc": [ "default.handlebars->47->3207", - "default3.handlebars->35->3195" + "default3.handlebars->35->3196" ] }, { @@ -76680,7 +76680,7 @@ "zh-cht": "顯示連接工具欄", "xloc": [ "default.handlebars->47->2335", - "default3.handlebars->35->2332" + "default3.handlebars->35->2333" ] }, { @@ -76831,8 +76831,8 @@ "xloc": [ "default.handlebars->47->2786", "default.handlebars->47->2818", - "default3.handlebars->35->2782", - "default3.handlebars->35->2814" + "default3.handlebars->35->2783", + "default3.handlebars->35->2815" ] }, { @@ -76879,8 +76879,8 @@ "xloc": [ "default.handlebars->47->2785", "default.handlebars->47->2817", - "default3.handlebars->35->2781", - "default3.handlebars->35->2813" + "default3.handlebars->35->2782", + "default3.handlebars->35->2814" ] }, { @@ -76943,8 +76943,8 @@ "xloc": [ "default.handlebars->47->2787", "default.handlebars->47->2819", - "default3.handlebars->35->2783", - "default3.handlebars->35->2815" + "default3.handlebars->35->2784", + "default3.handlebars->35->2816" ] }, { @@ -76996,8 +76996,8 @@ "default.handlebars->47->787", "default3.handlebars->35->1192", "default3.handlebars->35->1206", - "default3.handlebars->35->2780", - "default3.handlebars->35->2812", + "default3.handlebars->35->2781", + "default3.handlebars->35->2813", "default3.handlebars->35->784" ] }, @@ -77347,8 +77347,8 @@ "xloc": [ "default.handlebars->47->1815", "default.handlebars->47->3053", - "default3.handlebars->35->1797", - "default3.handlebars->35->3047" + "default3.handlebars->35->1798", + "default3.handlebars->35->3048" ] }, { @@ -77389,8 +77389,8 @@ "xloc": [ "default.handlebars->47->2230", "default.handlebars->47->2288", - "default3.handlebars->35->2226", - "default3.handlebars->35->2282" + "default3.handlebars->35->2227", + "default3.handlebars->35->2283" ] }, { @@ -77421,14 +77421,14 @@ "xloc": [ "default.handlebars->47->2228", "default.handlebars->47->2292", - "default3.handlebars->35->2224", - "default3.handlebars->35->2286" + "default3.handlebars->35->2225", + "default3.handlebars->35->2287" ] }, { "en": "Simplex", "xloc": [ - "default3.handlebars->35->2099" + "default3.handlebars->35->2100" ] }, { @@ -77459,7 +77459,7 @@ "xloc": [ "default-mobile.handlebars->11->259", "default.handlebars->47->2003", - "default3.handlebars->35->1984", + "default3.handlebars->35->1985", "login2.handlebars->7->145" ] }, @@ -77491,7 +77491,7 @@ "xloc": [ "default-mobile.handlebars->11->260", "default.handlebars->47->2004", - "default3.handlebars->35->1985", + "default3.handlebars->35->1986", "login2.handlebars->7->146" ] }, @@ -77553,7 +77553,7 @@ "zh-cht": "單點登錄", "xloc": [ "default.handlebars->47->3259", - "default3.handlebars->35->3247" + "default3.handlebars->35->3248" ] }, { @@ -77611,8 +77611,8 @@ "default.handlebars->47->3146", "default.handlebars->47->3174", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize", - "default3.handlebars->35->3134", - "default3.handlebars->35->3162", + "default3.handlebars->35->3135", + "default3.handlebars->35->3163", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize" ] }, @@ -77643,7 +77643,7 @@ "zh-cht": "縮放:100%", "xloc": [ "default.handlebars->47->1597", - "default3.handlebars->35->1582", + "default3.handlebars->35->1583", "sharing.handlebars->11->85" ] }, @@ -77674,7 +77674,7 @@ "zh-cht": "縮放:125%", "xloc": [ "default.handlebars->47->1598", - "default3.handlebars->35->1583", + "default3.handlebars->35->1584", "sharing.handlebars->11->86" ] }, @@ -77705,7 +77705,7 @@ "zh-cht": "縮放:150%", "xloc": [ "default.handlebars->47->1599", - "default3.handlebars->35->1584", + "default3.handlebars->35->1585", "sharing.handlebars->11->87" ] }, @@ -77736,14 +77736,14 @@ "zh-cht": "縮放:200%", "xloc": [ "default.handlebars->47->1600", - "default3.handlebars->35->1585", + "default3.handlebars->35->1586", "sharing.handlebars->11->88" ] }, { "en": "Sketchy", "xloc": [ - "default3.handlebars->35->2100" + "default3.handlebars->35->2101" ] }, { @@ -77755,8 +77755,8 @@ "xloc": [ "default.handlebars->47->1811", "default.handlebars->47->3049", - "default3.handlebars->35->1793", - "default3.handlebars->35->3043" + "default3.handlebars->35->1794", + "default3.handlebars->35->3044" ] }, { @@ -77768,8 +77768,8 @@ "xloc": [ "default.handlebars->47->1821", "default.handlebars->47->3059", - "default3.handlebars->35->1803", - "default3.handlebars->35->3053" + "default3.handlebars->35->1804", + "default3.handlebars->35->3054" ] }, { @@ -77904,7 +77904,7 @@ "xloc": [ "default-mobile.handlebars->11->262", "default.handlebars->47->2006", - "default3.handlebars->35->1987", + "default3.handlebars->35->1988", "login2.handlebars->7->148" ] }, @@ -77936,7 +77936,7 @@ "xloc": [ "default-mobile.handlebars->11->263", "default.handlebars->47->2007", - "default3.handlebars->35->1988", + "default3.handlebars->35->1989", "login2.handlebars->7->149" ] }, @@ -78033,7 +78033,7 @@ "zh-cht": "小焦點", "xloc": [ "default.handlebars->47->1425", - "default3.handlebars->35->1412" + "default3.handlebars->35->1413" ] }, { @@ -78064,7 +78064,7 @@ "xloc": [ "default-mobile.handlebars->11->935", "default.handlebars->47->1782", - "default3.handlebars->35->1765" + "default3.handlebars->35->1766" ] }, { @@ -78130,7 +78130,7 @@ { "en": "Solar", "xloc": [ - "default3.handlebars->35->2101" + "default3.handlebars->35->2102" ] }, { @@ -78161,7 +78161,7 @@ "xloc": [ "default-mobile.handlebars->11->264", "default.handlebars->47->2008", - "default3.handlebars->35->1989", + "default3.handlebars->35->1990", "login2.handlebars->7->150" ] }, @@ -78193,7 +78193,7 @@ "xloc": [ "default-mobile.handlebars->11->265", "default.handlebars->47->2009", - "default3.handlebars->35->1990", + "default3.handlebars->35->1991", "login2.handlebars->7->151" ] }, @@ -78461,13 +78461,13 @@ "xloc": [ "default-mobile.handlebars->11->658", "default.handlebars->47->1431", - "default3.handlebars->35->1418" + "default3.handlebars->35->1419" ] }, { "en": "Spacelab", "xloc": [ - "default3.handlebars->35->2102" + "default3.handlebars->35->2103" ] }, { @@ -78498,7 +78498,7 @@ "xloc": [ "default-mobile.handlebars->11->266", "default.handlebars->47->2010", - "default3.handlebars->35->1991", + "default3.handlebars->35->1992", "login2.handlebars->7->152" ] }, @@ -78530,7 +78530,7 @@ "xloc": [ "default-mobile.handlebars->11->267", "default.handlebars->47->2011", - "default3.handlebars->35->1992", + "default3.handlebars->35->1993", "login2.handlebars->7->153" ] }, @@ -78562,7 +78562,7 @@ "xloc": [ "default-mobile.handlebars->11->268", "default.handlebars->47->2012", - "default3.handlebars->35->1993", + "default3.handlebars->35->1994", "login2.handlebars->7->154" ] }, @@ -78594,7 +78594,7 @@ "xloc": [ "default-mobile.handlebars->11->269", "default.handlebars->47->2013", - "default3.handlebars->35->1994", + "default3.handlebars->35->1995", "login2.handlebars->7->155" ] }, @@ -78626,7 +78626,7 @@ "xloc": [ "default-mobile.handlebars->11->270", "default.handlebars->47->2014", - "default3.handlebars->35->1995", + "default3.handlebars->35->1996", "login2.handlebars->7->156" ] }, @@ -78658,7 +78658,7 @@ "xloc": [ "default-mobile.handlebars->11->271", "default.handlebars->47->2015", - "default3.handlebars->35->1996", + "default3.handlebars->35->1997", "login2.handlebars->7->157" ] }, @@ -78690,7 +78690,7 @@ "xloc": [ "default-mobile.handlebars->11->272", "default.handlebars->47->2016", - "default3.handlebars->35->1997", + "default3.handlebars->35->1998", "login2.handlebars->7->158" ] }, @@ -78722,7 +78722,7 @@ "xloc": [ "default-mobile.handlebars->11->273", "default.handlebars->47->2017", - "default3.handlebars->35->1998", + "default3.handlebars->35->1999", "login2.handlebars->7->159" ] }, @@ -78754,7 +78754,7 @@ "xloc": [ "default-mobile.handlebars->11->274", "default.handlebars->47->2018", - "default3.handlebars->35->1999", + "default3.handlebars->35->2000", "login2.handlebars->7->160" ] }, @@ -78786,7 +78786,7 @@ "xloc": [ "default-mobile.handlebars->11->275", "default.handlebars->47->2019", - "default3.handlebars->35->2000", + "default3.handlebars->35->2001", "login2.handlebars->7->161" ] }, @@ -78818,7 +78818,7 @@ "xloc": [ "default-mobile.handlebars->11->276", "default.handlebars->47->2020", - "default3.handlebars->35->2001", + "default3.handlebars->35->2002", "login2.handlebars->7->162" ] }, @@ -78850,7 +78850,7 @@ "xloc": [ "default-mobile.handlebars->11->277", "default.handlebars->47->2021", - "default3.handlebars->35->2002", + "default3.handlebars->35->2003", "login2.handlebars->7->163" ] }, @@ -78882,7 +78882,7 @@ "xloc": [ "default-mobile.handlebars->11->278", "default.handlebars->47->2022", - "default3.handlebars->35->2003", + "default3.handlebars->35->2004", "login2.handlebars->7->164" ] }, @@ -78914,7 +78914,7 @@ "xloc": [ "default-mobile.handlebars->11->279", "default.handlebars->47->2023", - "default3.handlebars->35->2004", + "default3.handlebars->35->2005", "login2.handlebars->7->165" ] }, @@ -78946,7 +78946,7 @@ "xloc": [ "default-mobile.handlebars->11->280", "default.handlebars->47->2024", - "default3.handlebars->35->2005", + "default3.handlebars->35->2006", "login2.handlebars->7->166" ] }, @@ -78978,7 +78978,7 @@ "xloc": [ "default-mobile.handlebars->11->281", "default.handlebars->47->2025", - "default3.handlebars->35->2006", + "default3.handlebars->35->2007", "login2.handlebars->7->167" ] }, @@ -79010,7 +79010,7 @@ "xloc": [ "default-mobile.handlebars->11->282", "default.handlebars->47->2026", - "default3.handlebars->35->2007", + "default3.handlebars->35->2008", "login2.handlebars->7->168" ] }, @@ -79042,7 +79042,7 @@ "xloc": [ "default-mobile.handlebars->11->283", "default.handlebars->47->2027", - "default3.handlebars->35->2008", + "default3.handlebars->35->2009", "login2.handlebars->7->169" ] }, @@ -79074,7 +79074,7 @@ "xloc": [ "default-mobile.handlebars->11->284", "default.handlebars->47->2028", - "default3.handlebars->35->2009", + "default3.handlebars->35->2010", "login2.handlebars->7->170" ] }, @@ -79106,7 +79106,7 @@ "xloc": [ "default-mobile.handlebars->11->285", "default.handlebars->47->2029", - "default3.handlebars->35->2010", + "default3.handlebars->35->2011", "login2.handlebars->7->171" ] }, @@ -79120,7 +79120,7 @@ "xloc": [ "default-mobile.handlebars->11->855", "default.handlebars->47->1701", - "default3.handlebars->35->1684" + "default3.handlebars->35->1685" ] }, { @@ -79241,7 +79241,7 @@ "zh-cht": "開始", "xloc": [ "default.handlebars->47->1493", - "default3.handlebars->35->1479" + "default3.handlebars->35->1480" ] }, { @@ -79308,8 +79308,8 @@ "default3.handlebars->35->1402", "default3.handlebars->35->297", "default3.handlebars->35->302", - "default3.handlebars->35->3132", - "default3.handlebars->35->3164", + "default3.handlebars->35->3133", + "default3.handlebars->35->3165", "sharing.handlebars->11->14" ] }, @@ -79321,7 +79321,7 @@ "uk": "Тип запуску", "xloc": [ "default.handlebars->47->1484", - "default3.handlebars->35->1470" + "default3.handlebars->35->1471" ] }, { @@ -79410,7 +79410,7 @@ "zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->47->2691", - "default3.handlebars->35->2688" + "default3.handlebars->35->2689" ] }, { @@ -79440,7 +79440,7 @@ "zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->47->2690", - "default3.handlebars->35->2687" + "default3.handlebars->35->2688" ] }, { @@ -79470,7 +79470,7 @@ "zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->47->2689", - "default3.handlebars->35->2686" + "default3.handlebars->35->2687" ] }, { @@ -79500,7 +79500,7 @@ "zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。", "xloc": [ "default.handlebars->47->2692", - "default3.handlebars->35->2689" + "default3.handlebars->35->2690" ] }, { @@ -79530,7 +79530,7 @@ "zh-cht": "啟動桌面多路復用會話", "xloc": [ "default.handlebars->47->2547", - "default3.handlebars->35->2544" + "default3.handlebars->35->2545" ] }, { @@ -79560,7 +79560,7 @@ "zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"", "xloc": [ "default.handlebars->47->2686", - "default3.handlebars->35->2683" + "default3.handlebars->35->2684" ] }, { @@ -79590,7 +79590,7 @@ "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ "default.handlebars->47->2556", - "default3.handlebars->35->2553" + "default3.handlebars->35->2554" ] }, { @@ -79620,7 +79620,7 @@ "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ "default.handlebars->47->2557", - "default3.handlebars->35->2554" + "default3.handlebars->35->2555" ] }, { @@ -79650,7 +79650,7 @@ "zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}", "xloc": [ "default.handlebars->47->2661", - "default3.handlebars->35->2658" + "default3.handlebars->35->2659" ] }, { @@ -79680,7 +79680,7 @@ "zh-cht": "已啟動 Messenger 會話“{0}”,從 {1} 到 {2}", "xloc": [ "default.handlebars->47->2703", - "default3.handlebars->35->2700" + "default3.handlebars->35->2701" ] }, { @@ -79710,7 +79710,7 @@ "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ "default.handlebars->47->2554", - "default3.handlebars->35->2551" + "default3.handlebars->35->2552" ] }, { @@ -79740,7 +79740,7 @@ "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ "default.handlebars->47->2576", - "default3.handlebars->35->2573" + "default3.handlebars->35->2574" ] }, { @@ -79770,7 +79770,7 @@ "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ "default.handlebars->47->2577", - "default3.handlebars->35->2574" + "default3.handlebars->35->2575" ] }, { @@ -79800,7 +79800,7 @@ "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ "default.handlebars->47->2583", - "default3.handlebars->35->2580" + "default3.handlebars->35->2581" ] }, { @@ -79830,7 +79830,7 @@ "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ "default.handlebars->47->2584", - "default3.handlebars->35->2581" + "default3.handlebars->35->2582" ] }, { @@ -79860,7 +79860,7 @@ "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ "default.handlebars->47->2555", - "default3.handlebars->35->2552" + "default3.handlebars->35->2553" ] }, { @@ -79920,7 +79920,7 @@ "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ "default.handlebars->47->2571", - "default3.handlebars->35->2568" + "default3.handlebars->35->2569" ] }, { @@ -79950,7 +79950,7 @@ "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ "default.handlebars->47->2581", - "default3.handlebars->35->2578" + "default3.handlebars->35->2579" ] }, { @@ -80007,7 +80007,7 @@ "xloc": [ "default.handlebars->47->1476", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1", - "default3.handlebars->35->1462", + "default3.handlebars->35->1463", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -80098,9 +80098,9 @@ "default.handlebars->47->3084", "default.handlebars->47->3169", "default.handlebars->container->column_l->p42->p42tbl->1->0->7", - "default3.handlebars->35->1719", - "default3.handlebars->35->3076", - "default3.handlebars->35->3157", + "default3.handlebars->35->1720", + "default3.handlebars->35->3077", + "default3.handlebars->35->3158", "default3.handlebars->container->column_l->p42->p42tbl->1->0->15" ] }, @@ -80131,7 +80131,7 @@ "zh-cht": "停止", "xloc": [ "default.handlebars->47->1494", - "default3.handlebars->35->1480" + "default3.handlebars->35->1481" ] }, { @@ -80161,7 +80161,7 @@ "zh-cht": "停止進程", "xloc": [ "default.handlebars->47->1467", - "default3.handlebars->35->1454" + "default3.handlebars->35->1455" ] }, { @@ -80191,7 +80191,7 @@ "zh-cht": "停止進程 #{0} \\\"{1}\\\"?", "xloc": [ "default.handlebars->47->1506", - "default3.handlebars->35->1491" + "default3.handlebars->35->1492" ] }, { @@ -80248,8 +80248,8 @@ "xloc": [ "default.handlebars->47->1470", "default.handlebars->47->1474", - "default3.handlebars->35->1456", - "default3.handlebars->35->1460" + "default3.handlebars->35->1457", + "default3.handlebars->35->1461" ] }, { @@ -80306,7 +80306,7 @@ "xloc": [ "default-mobile.handlebars->11->891", "default.handlebars->47->1737", - "default3.handlebars->35->1720" + "default3.handlebars->35->1721" ] }, { @@ -80323,9 +80323,9 @@ "default.handlebars->47->1749", "default.handlebars->47->1756", "default.handlebars->47->1763", - "default3.handlebars->35->1732", - "default3.handlebars->35->1739", - "default3.handlebars->35->1746" + "default3.handlebars->35->1733", + "default3.handlebars->35->1740", + "default3.handlebars->35->1747" ] }, { @@ -80384,7 +80384,7 @@ "zh-cht": "超出儲存空間", "xloc": [ "default.handlebars->47->2500", - "default3.handlebars->35->2497" + "default3.handlebars->35->2498" ] }, { @@ -80415,7 +80415,7 @@ "xloc": [ "default-mobile.handlebars->11->690", "default.handlebars->47->1513", - "default3.handlebars->35->1498", + "default3.handlebars->35->1499", "ssh.handlebars->3->6" ] }, @@ -80446,7 +80446,7 @@ "zh-cht": "強", "xloc": [ "default.handlebars->47->2134", - "default3.handlebars->35->2134" + "default3.handlebars->35->2135" ] }, { @@ -80510,7 +80510,7 @@ "zh-cht": "主題", "xloc": [ "default.handlebars->47->2781", - "default3.handlebars->35->2777" + "default3.handlebars->35->2778" ] }, { @@ -80550,7 +80550,7 @@ "uk": "Подальші Невдачі", "xloc": [ "default.handlebars->47->1491", - "default3.handlebars->35->1477" + "default3.handlebars->35->1478" ] }, { @@ -80581,8 +80581,8 @@ "xloc": [ "default.handlebars->47->3244", "default.handlebars->47->3293", - "default3.handlebars->35->3232", - "default3.handlebars->35->3281" + "default3.handlebars->35->3233", + "default3.handlebars->35->3282" ] }, { @@ -80703,7 +80703,7 @@ "xloc": [ "default-mobile.handlebars->11->286", "default.handlebars->47->2030", - "default3.handlebars->35->2011", + "default3.handlebars->35->2012", "login2.handlebars->7->172" ] }, @@ -80735,7 +80735,7 @@ "xloc": [ "default-mobile.handlebars->11->287", "default.handlebars->47->2031", - "default3.handlebars->35->2012", + "default3.handlebars->35->2013", "login2.handlebars->7->173" ] }, @@ -80767,8 +80767,8 @@ "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1", "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->19", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->19", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1->3", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->19->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->1" ] }, @@ -80800,7 +80800,7 @@ "xloc": [ "default-mobile.handlebars->11->288", "default.handlebars->47->2032", - "default3.handlebars->35->2013", + "default3.handlebars->35->2014", "login2.handlebars->7->174" ] }, @@ -80832,7 +80832,7 @@ "xloc": [ "default-mobile.handlebars->11->289", "default.handlebars->47->2033", - "default3.handlebars->35->2014", + "default3.handlebars->35->2015", "login2.handlebars->7->175" ] }, @@ -80864,7 +80864,7 @@ "xloc": [ "default-mobile.handlebars->11->290", "default.handlebars->47->2034", - "default3.handlebars->35->2015", + "default3.handlebars->35->2016", "login2.handlebars->7->176" ] }, @@ -80930,7 +80930,7 @@ "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ "default.handlebars->47->2248", - "default3.handlebars->35->2244" + "default3.handlebars->35->2245" ] }, { @@ -81021,7 +81021,7 @@ "zh-chs": "切换主题", "zh-cht": "切換主題", "xloc": [ - "default3.handlebars->35->2110", + "default3.handlebars->35->2111", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->19" ] }, @@ -81052,7 +81052,7 @@ "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ "default.handlebars->47->2344", - "default3.handlebars->35->2341" + "default3.handlebars->35->2342" ] }, { @@ -81082,7 +81082,7 @@ "zh-cht": "將服務器設備名稱同步到端口名稱", "xloc": [ "default.handlebars->47->2343", - "default3.handlebars->35->2340" + "default3.handlebars->35->2341" ] }, { @@ -81477,7 +81477,7 @@ "xloc": [ "default-mobile.handlebars->11->836", "default.handlebars->47->1682", - "default3.handlebars->35->1665" + "default3.handlebars->35->1666" ] }, { @@ -81520,7 +81520,7 @@ "xloc": [ "default-mobile.handlebars->11->867", "default.handlebars->47->1713", - "default3.handlebars->35->1696" + "default3.handlebars->35->1697" ] }, { @@ -81552,7 +81552,7 @@ "default-mobile.handlebars->11->655", "default-mobile.handlebars->dialog->3->dialog3->deskkeys->3", "default.handlebars->47->1428", - "default3.handlebars->35->1415", + "default3.handlebars->35->1416", "sharing-mobile.handlebars->11->18", "sharing-mobile.handlebars->dialog->3->dialog3->deskkeys->3" ] @@ -81722,7 +81722,7 @@ "xloc": [ "default-mobile.handlebars->11->291", "default.handlebars->47->2035", - "default3.handlebars->35->2016", + "default3.handlebars->35->2017", "login2.handlebars->7->177" ] }, @@ -81769,7 +81769,7 @@ "xloc": [ "default-mobile.handlebars->11->292", "default.handlebars->47->2036", - "default3.handlebars->35->2017", + "default3.handlebars->35->2018", "login2.handlebars->7->178" ] }, @@ -81787,10 +81787,10 @@ "default.handlebars->47->1818", "default.handlebars->47->3042", "default.handlebars->47->3056", - "default3.handlebars->35->1786", - "default3.handlebars->35->1800", - "default3.handlebars->35->3036", - "default3.handlebars->35->3050" + "default3.handlebars->35->1787", + "default3.handlebars->35->1801", + "default3.handlebars->35->3037", + "default3.handlebars->35->3051" ] }, { @@ -81821,7 +81821,7 @@ "xloc": [ "default-mobile.handlebars->11->293", "default.handlebars->47->2037", - "default3.handlebars->35->2018", + "default3.handlebars->35->2019", "login2.handlebars->7->179" ] }, @@ -81867,12 +81867,12 @@ "default.handlebars->contextMenu->cxterminal", "default3.handlebars->35->1100", "default3.handlebars->35->1214", - "default3.handlebars->35->2252", - "default3.handlebars->35->2333", - "default3.handlebars->35->3147", - "default3.handlebars->35->3213", - "default3.handlebars->35->3266", - "default3.handlebars->35->3372", + "default3.handlebars->35->2253", + "default3.handlebars->35->2334", + "default3.handlebars->35->3148", + "default3.handlebars->35->3214", + "default3.handlebars->35->3267", + "default3.handlebars->35->3373", "default3.handlebars->35->465", "default3.handlebars->35->873", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -81912,7 +81912,7 @@ "default.handlebars->47->2260", "default3.handlebars->35->1104", "default3.handlebars->35->1217", - "default3.handlebars->35->2256" + "default3.handlebars->35->2257" ] }, { @@ -81975,9 +81975,9 @@ "default.handlebars->47->2894", "default.handlebars->47->2999", "default.handlebars->47->984", - "default3.handlebars->35->2206", - "default3.handlebars->35->2888", - "default3.handlebars->35->2993", + "default3.handlebars->35->2207", + "default3.handlebars->35->2889", + "default3.handlebars->35->2994", "default3.handlebars->35->981" ] }, @@ -82011,9 +82011,9 @@ "default.handlebars->47->2893", "default.handlebars->47->2998", "default.handlebars->47->983", - "default3.handlebars->35->2205", - "default3.handlebars->35->2887", - "default3.handlebars->35->2992", + "default3.handlebars->35->2206", + "default3.handlebars->35->2888", + "default3.handlebars->35->2993", "default3.handlebars->35->980" ] }, @@ -82044,7 +82044,7 @@ "zh-cht": "終端會話", "xloc": [ "default.handlebars->47->3149", - "default3.handlebars->35->3137" + "default3.handlebars->35->3138" ] }, { @@ -82186,7 +82186,7 @@ "uk": "Записи текстових приміток", "xloc": [ "default.handlebars->47->3265", - "default3.handlebars->35->3253" + "default3.handlebars->35->3254" ] }, { @@ -82217,7 +82217,7 @@ "xloc": [ "default-mobile.handlebars->11->294", "default.handlebars->47->2038", - "default3.handlebars->35->2019", + "default3.handlebars->35->2020", "login2.handlebars->7->180" ] }, @@ -82513,7 +82513,7 @@ "xloc": [ "default-mobile.handlebars->11->1029", "default.handlebars->47->3298", - "default3.handlebars->35->3286" + "default3.handlebars->35->3287" ] }, { @@ -82544,7 +82544,7 @@ "xloc": [ "default-mobile.handlebars->11->1050", "default.handlebars->47->3319", - "default3.handlebars->35->3307" + "default3.handlebars->35->3308" ] }, { @@ -82721,7 +82721,7 @@ "zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。", "xloc": [ "default.handlebars->47->2659", - "default3.handlebars->35->2656" + "default3.handlebars->35->2657" ] }, { @@ -82751,7 +82751,7 @@ "zh-cht": "此代理正在使用不安全的隧道,請考慮更新。", "xloc": [ "default.handlebars->47->2660", - "default3.handlebars->35->2657" + "default3.handlebars->35->2658" ] }, { @@ -82847,10 +82847,10 @@ "default.handlebars->47->2713", "default.handlebars->47->3135", "default.handlebars->47->3136", - "default3.handlebars->35->1596", - "default3.handlebars->35->2710", - "default3.handlebars->35->3123", - "default3.handlebars->35->3124" + "default3.handlebars->35->1597", + "default3.handlebars->35->2711", + "default3.handlebars->35->3124", + "default3.handlebars->35->3125" ] }, { @@ -82909,7 +82909,7 @@ "zh-cht": "這是舊代理版本,請考慮更新。", "xloc": [ "default.handlebars->47->2658", - "default3.handlebars->35->2655" + "default3.handlebars->35->2656" ] }, { @@ -82965,7 +82965,7 @@ "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ "default.handlebars->47->2317", - "default3.handlebars->35->2311" + "default3.handlebars->35->2312" ] }, { @@ -83025,7 +83025,7 @@ "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ "default.handlebars->47->2314", - "default3.handlebars->35->2308" + "default3.handlebars->35->2309" ] }, { @@ -83288,7 +83288,7 @@ "xloc": [ "default-mobile.handlebars->11->295", "default.handlebars->47->2039", - "default3.handlebars->35->2020", + "default3.handlebars->35->2021", "login2.handlebars->7->181" ] }, @@ -83323,8 +83323,8 @@ "default.handlebars->47->3202", "default.handlebars->47->3209", "default3.handlebars->35->1262", - "default3.handlebars->35->3190", - "default3.handlebars->35->3197", + "default3.handlebars->35->3191", + "default3.handlebars->35->3198", "player.handlebars->3->17" ] }, @@ -83357,7 +83357,7 @@ "default.handlebars->47->1252", "default.handlebars->47->3205", "default3.handlebars->35->1247", - "default3.handlebars->35->3193" + "default3.handlebars->35->3194" ] }, { @@ -83389,7 +83389,7 @@ "default.handlebars->47->1250", "default.handlebars->47->3203", "default3.handlebars->35->1245", - "default3.handlebars->35->3191" + "default3.handlebars->35->3192" ] }, { @@ -83419,7 +83419,7 @@ "zh-cht": "時間跨度", "xloc": [ "default.handlebars->47->2717", - "default3.handlebars->35->2714" + "default3.handlebars->35->2715" ] }, { @@ -83451,7 +83451,7 @@ "default.handlebars->47->1246", "default.handlebars->47->3201", "default3.handlebars->35->1241", - "default3.handlebars->35->3189" + "default3.handlebars->35->3190" ] }, { @@ -83745,7 +83745,7 @@ "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ "default.handlebars->47->2096", - "default3.handlebars->35->2078" + "default3.handlebars->35->2079" ] }, { @@ -84555,8 +84555,8 @@ "zh-cht": "令牌名稱", "xloc": [ "default.handlebars->47->2082", - "default3.handlebars->35->2063", - "default3.handlebars->35->2064" + "default3.handlebars->35->2064", + "default3.handlebars->35->2065" ] }, { @@ -84684,8 +84684,8 @@ "default.handlebars->47->1827", "default.handlebars->47->3065", "default3.handlebars->35->1313", - "default3.handlebars->35->1809", - "default3.handlebars->35->3059" + "default3.handlebars->35->1810", + "default3.handlebars->35->3060" ] }, { @@ -85005,7 +85005,7 @@ "xloc": [ "default-mobile.handlebars->11->296", "default.handlebars->47->2040", - "default3.handlebars->35->2021", + "default3.handlebars->35->2022", "login2.handlebars->7->182" ] }, @@ -85037,7 +85037,7 @@ "xloc": [ "default-mobile.handlebars->11->297", "default.handlebars->47->2041", - "default3.handlebars->35->2022", + "default3.handlebars->35->2023", "login2.handlebars->7->183" ] }, @@ -85095,7 +85095,7 @@ "xloc": [ "default-mobile.handlebars->11->298", "default.handlebars->47->2042", - "default3.handlebars->35->2023", + "default3.handlebars->35->2024", "login2.handlebars->7->184" ] }, @@ -85127,7 +85127,7 @@ "xloc": [ "default-mobile.handlebars->11->299", "default.handlebars->47->2043", - "default3.handlebars->35->2024", + "default3.handlebars->35->2025", "login2.handlebars->7->185" ] }, @@ -85192,7 +85192,7 @@ "zh-cht": "關掉。", "xloc": [ "default.handlebars->47->2674", - "default3.handlebars->35->2671" + "default3.handlebars->35->2672" ] }, { @@ -85256,7 +85256,7 @@ "zh-cht": "打開。", "xloc": [ "default.handlebars->47->2673", - "default3.handlebars->35->2670" + "default3.handlebars->35->2671" ] }, { @@ -85352,11 +85352,11 @@ "default.handlebars->47->510", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "default3.handlebars->35->1222", - "default3.handlebars->35->1469", - "default3.handlebars->35->2120", - "default3.handlebars->35->2184", - "default3.handlebars->35->2283", - "default3.handlebars->35->3176", + "default3.handlebars->35->1470", + "default3.handlebars->35->2121", + "default3.handlebars->35->2185", + "default3.handlebars->35->2284", + "default3.handlebars->35->3177", "default3.handlebars->35->507", "default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -85389,7 +85389,7 @@ "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ "default.handlebars->47->1852", - "default3.handlebars->35->1833" + "default3.handlebars->35->1834" ] }, { @@ -85419,7 +85419,7 @@ "zh-cht": "輸入要新增的密鑰的名稱。", "xloc": [ "default.handlebars->47->1849", - "default3.handlebars->35->1830" + "default3.handlebars->35->1831" ] }, { @@ -85532,7 +85532,7 @@ "zh-cht": "UTF8終端", "xloc": [ "default.handlebars->47->1533", - "default3.handlebars->35->1518", + "default3.handlebars->35->1519", "sharing.handlebars->11->33" ] }, @@ -85564,7 +85564,7 @@ "xloc": [ "default-mobile.handlebars->11->300", "default.handlebars->47->2044", - "default3.handlebars->35->2025", + "default3.handlebars->35->2026", "login2.handlebars->7->186" ] }, @@ -85719,7 +85719,7 @@ "xloc": [ "default-mobile.handlebars->11->357", "default-mobile.handlebars->11->99", - "default3.handlebars->35->3423" + "default3.handlebars->35->3424" ] }, { @@ -85784,7 +85784,7 @@ "xloc": [ "default-mobile.handlebars->11->1046", "default.handlebars->47->3315", - "default3.handlebars->35->3303" + "default3.handlebars->35->3304" ] }, { @@ -86380,7 +86380,7 @@ "default.handlebars->47->2421", "default3.handlebars->35->1149", "default3.handlebars->35->1174", - "default3.handlebars->35->2418" + "default3.handlebars->35->2419" ] }, { @@ -86443,7 +86443,7 @@ "zh-cht": "卸載代理/刪除設備", "xloc": [ "default.handlebars->47->2383", - "default3.handlebars->35->2380" + "default3.handlebars->35->2381" ] }, { @@ -86479,7 +86479,7 @@ { "en": "United", "xloc": [ - "default3.handlebars->35->2103" + "default3.handlebars->35->2104" ] }, { @@ -86565,30 +86565,30 @@ "default.handlebars->47->52", "default.handlebars->47->737", "default3.handlebars->35->13", - "default3.handlebars->35->1655", - "default3.handlebars->35->1662", - "default3.handlebars->35->1726", - "default3.handlebars->35->1738", - "default3.handlebars->35->1745", - "default3.handlebars->35->1749", - "default3.handlebars->35->1751", + "default3.handlebars->35->1656", + "default3.handlebars->35->1663", + "default3.handlebars->35->1727", + "default3.handlebars->35->1739", + "default3.handlebars->35->1746", + "default3.handlebars->35->1750", + "default3.handlebars->35->1752", "default3.handlebars->35->198", "default3.handlebars->35->199", "default3.handlebars->35->200", "default3.handlebars->35->202", "default3.handlebars->35->204", - "default3.handlebars->35->2166", "default3.handlebars->35->2167", - "default3.handlebars->35->2185", - "default3.handlebars->35->3116", - "default3.handlebars->35->3136", - "default3.handlebars->35->3146", - "default3.handlebars->35->3226", + "default3.handlebars->35->2168", + "default3.handlebars->35->2186", + "default3.handlebars->35->3117", + "default3.handlebars->35->3137", + "default3.handlebars->35->3147", "default3.handlebars->35->3227", "default3.handlebars->35->3228", "default3.handlebars->35->3229", "default3.handlebars->35->3230", - "default3.handlebars->35->3279", + "default3.handlebars->35->3231", + "default3.handlebars->35->3280", "default3.handlebars->35->44", "default3.handlebars->35->51", "default3.handlebars->35->52", @@ -86623,7 +86623,7 @@ "xloc": [ "default-mobile.handlebars->11->944", "default.handlebars->47->2178", - "default3.handlebars->35->2174" + "default3.handlebars->35->2175" ] }, { @@ -86653,7 +86653,7 @@ "zh-cht": "未知動作", "xloc": [ "default.handlebars->47->3352", - "default3.handlebars->35->3340" + "default3.handlebars->35->3341" ] }, { @@ -86684,8 +86684,8 @@ "xloc": [ "default.handlebars->47->2919", "default.handlebars->47->3114", - "default3.handlebars->35->2913", - "default3.handlebars->35->3102" + "default3.handlebars->35->2914", + "default3.handlebars->35->3103" ] }, { @@ -86717,9 +86717,9 @@ "default.handlebars->47->2913", "default.handlebars->47->3102", "default.handlebars->47->3356", - "default3.handlebars->35->2907", - "default3.handlebars->35->3090", - "default3.handlebars->35->3344" + "default3.handlebars->35->2908", + "default3.handlebars->35->3091", + "default3.handlebars->35->3345" ] }, { @@ -86749,7 +86749,7 @@ "zh-cht": "未知群組", "xloc": [ "default.handlebars->47->3348", - "default3.handlebars->35->3336" + "default3.handlebars->35->3337" ] }, { @@ -86811,8 +86811,8 @@ "xloc": [ "default.handlebars->47->3243", "default.handlebars->47->3292", - "default3.handlebars->35->3231", - "default3.handlebars->35->3280" + "default3.handlebars->35->3232", + "default3.handlebars->35->3281" ] }, { @@ -86842,7 +86842,7 @@ "zh-cht": "未知用戶群", "xloc": [ "default.handlebars->47->3108", - "default3.handlebars->35->3096" + "default3.handlebars->35->3097" ] }, { @@ -86903,7 +86903,7 @@ "zh-cht": "密碼未知", "xloc": [ "default.handlebars->47->2305", - "default3.handlebars->35->2299" + "default3.handlebars->35->2300" ] }, { @@ -86938,7 +86938,7 @@ "default.handlebars->47->573", "default.handlebars->47->587", "default3.handlebars->35->1238", - "default3.handlebars->35->2046", + "default3.handlebars->35->2047", "default3.handlebars->35->290", "default3.handlebars->35->570", "default3.handlebars->35->584" @@ -86971,7 +86971,7 @@ "zh-cht": "解鎖帳戶", "xloc": [ "default.handlebars->47->2773", - "default3.handlebars->35->2770" + "default3.handlebars->35->2771" ] }, { @@ -87081,7 +87081,7 @@ "uk": "Розпакувати до теки", "xloc": [ "default.handlebars->47->1579", - "default3.handlebars->35->1564" + "default3.handlebars->35->1565" ] }, { @@ -87091,7 +87091,7 @@ "uk": "Помилка розпаковування", "xloc": [ "default.handlebars->47->1554", - "default3.handlebars->35->1539" + "default3.handlebars->35->1540" ] }, { @@ -87101,7 +87101,7 @@ "uk": "Розпаковування файлу...", "xloc": [ "default.handlebars->47->1552", - "default3.handlebars->35->1537" + "default3.handlebars->35->1538" ] }, { @@ -87138,7 +87138,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->35->1427", + "default3.handlebars->35->1428", "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", @@ -87174,7 +87174,7 @@ "zh-cht": "最新", "xloc": [ "default.handlebars->47->3442", - "default3.handlebars->35->3430" + "default3.handlebars->35->3431" ] }, { @@ -87312,11 +87312,11 @@ "default.handlebars->47->2529", "default.handlebars->47->2539", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", - "default3.handlebars->35->1561", - "default3.handlebars->35->1591", - "default3.handlebars->35->1594", - "default3.handlebars->35->2526", - "default3.handlebars->35->2536", + "default3.handlebars->35->1562", + "default3.handlebars->35->1592", + "default3.handlebars->35->1595", + "default3.handlebars->35->2527", + "default3.handlebars->35->2537", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog3->d3localmode->1", "sharing-mobile.handlebars->11->107", "sharing-mobile.handlebars->11->110", @@ -87354,7 +87354,7 @@ "xloc": [ "default-mobile.handlebars->11->943", "default.handlebars->47->1790", - "default3.handlebars->35->1773" + "default3.handlebars->35->1774" ] }, { @@ -87385,7 +87385,7 @@ "xloc": [ "default-mobile.handlebars->11->934", "default.handlebars->47->1781", - "default3.handlebars->35->1764" + "default3.handlebars->35->1765" ] }, { @@ -87418,7 +87418,7 @@ "default.handlebars->47->1779", "default.handlebars->47->757", "default.handlebars->47->800", - "default3.handlebars->35->1762", + "default3.handlebars->35->1763", "default3.handlebars->35->754", "default3.handlebars->35->797" ] @@ -87541,7 +87541,7 @@ "xloc": [ "default-mobile.handlebars->11->937", "default.handlebars->47->1784", - "default3.handlebars->35->1767" + "default3.handlebars->35->1768" ] }, { @@ -87602,7 +87602,7 @@ "xloc": [ "default-mobile.handlebars->11->938", "default.handlebars->47->1785", - "default3.handlebars->35->1768" + "default3.handlebars->35->1769" ] }, { @@ -87634,8 +87634,8 @@ "default-mobile.handlebars->11->747", "default.handlebars->47->1607", "default.handlebars->47->2540", - "default3.handlebars->35->1592", - "default3.handlebars->35->2537", + "default3.handlebars->35->1593", + "default3.handlebars->35->2538", "sharing-mobile.handlebars->11->108", "sharing.handlebars->11->95" ] @@ -87669,8 +87669,8 @@ "default-mobile.handlebars->11->748", "default.handlebars->47->1608", "default.handlebars->47->2541", - "default3.handlebars->35->1593", - "default3.handlebars->35->2538", + "default3.handlebars->35->1594", + "default3.handlebars->35->2539", "sharing-mobile.handlebars->11->109", "sharing.handlebars->11->96" ] @@ -87728,7 +87728,7 @@ "zh-cht": "上傳:“{0}”", "xloc": [ "default.handlebars->47->2591", - "default3.handlebars->35->2588" + "default3.handlebars->35->2589" ] }, { @@ -87758,7 +87758,7 @@ "zh-cht": "上傳:\\\"{0}\\\",大小:{1}", "xloc": [ "default.handlebars->47->2646", - "default3.handlebars->35->2643" + "default3.handlebars->35->2644" ] }, { @@ -87789,7 +87789,7 @@ "xloc": [ "default-mobile.handlebars->11->301", "default.handlebars->47->2045", - "default3.handlebars->35->2026", + "default3.handlebars->35->2027", "login2.handlebars->7->187" ] }, @@ -87821,7 +87821,7 @@ "xloc": [ "default-mobile.handlebars->11->302", "default.handlebars->47->2046", - "default3.handlebars->35->2027", + "default3.handlebars->35->2028", "login2.handlebars->7->188" ] }, @@ -87852,7 +87852,7 @@ "zh-cht": "用法", "xloc": [ "default.handlebars->47->3404", - "default3.handlebars->35->3392" + "default3.handlebars->35->3393" ] }, { @@ -87914,7 +87914,7 @@ "zh-cht": "使用遠程鍵盤映射", "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->5", - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->5", + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->5->3", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->3" ] }, @@ -87963,7 +87963,7 @@ "uk": "Використання ретрансляції", "xloc": [ "default.handlebars->47->2387", - "default3.handlebars->35->2384" + "default3.handlebars->35->2385" ] }, { @@ -88115,8 +88115,8 @@ "xloc": [ "default.handlebars->47->3342", "default.handlebars->47->3344", - "default3.handlebars->35->3330", - "default3.handlebars->35->3332" + "default3.handlebars->35->3331", + "default3.handlebars->35->3333" ] }, { @@ -88159,15 +88159,15 @@ "default.handlebars->47->393", "default3.handlebars->35->1095", "default3.handlebars->35->136", - "default3.handlebars->35->1471", - "default3.handlebars->35->2248", - "default3.handlebars->35->2721", - "default3.handlebars->35->2751", - "default3.handlebars->35->2903", - "default3.handlebars->35->3169", - "default3.handlebars->35->3177", - "default3.handlebars->35->3181", - "default3.handlebars->35->3200", + "default3.handlebars->35->1472", + "default3.handlebars->35->2249", + "default3.handlebars->35->2722", + "default3.handlebars->35->2752", + "default3.handlebars->35->2904", + "default3.handlebars->35->3170", + "default3.handlebars->35->3178", + "default3.handlebars->35->3182", + "default3.handlebars->35->3201", "default3.handlebars->35->390" ] }, @@ -88198,7 +88198,7 @@ "zh-cht": "用戶+檔案", "xloc": [ "default.handlebars->47->2755", - "default3.handlebars->35->2752" + "default3.handlebars->35->2753" ] }, { @@ -88234,13 +88234,13 @@ "default.handlebars->47->2800", "default.handlebars->47->2802", "default.handlebars->47->2804", - "default3.handlebars->35->2280", - "default3.handlebars->35->2790", - "default3.handlebars->35->2792", - "default3.handlebars->35->2794", - "default3.handlebars->35->2796", - "default3.handlebars->35->2798", - "default3.handlebars->35->2800" + "default3.handlebars->35->2281", + "default3.handlebars->35->2791", + "default3.handlebars->35->2793", + "default3.handlebars->35->2795", + "default3.handlebars->35->2797", + "default3.handlebars->35->2799", + "default3.handlebars->35->2801" ] }, { @@ -88270,7 +88270,7 @@ "zh-cht": "用戶帳戶", "xloc": [ "default.handlebars->47->3362", - "default3.handlebars->35->3350" + "default3.handlebars->35->3351" ] }, { @@ -88286,7 +88286,7 @@ "uk": "Журнал Автентифікації Користувача", "xloc": [ "default.handlebars->47->3425", - "default3.handlebars->35->3413" + "default3.handlebars->35->3414" ] }, { @@ -88319,7 +88319,7 @@ "default.handlebars->47->1094", "default.handlebars->47->2250", "default3.handlebars->35->1091", - "default3.handlebars->35->2246" + "default3.handlebars->35->2247" ] }, { @@ -88355,9 +88355,9 @@ "default.handlebars->47->315", "default.handlebars->47->990", "default3.handlebars->35->1252", - "default3.handlebars->35->2212", - "default3.handlebars->35->2894", - "default3.handlebars->35->2999", + "default3.handlebars->35->2213", + "default3.handlebars->35->2895", + "default3.handlebars->35->3000", "default3.handlebars->35->312", "default3.handlebars->35->987" ] @@ -88395,11 +88395,11 @@ "default.handlebars->47->3110", "default.handlebars->47->3131", "default3.handlebars->35->1094", - "default3.handlebars->35->2355", "default3.handlebars->35->2356", - "default3.handlebars->35->2863", - "default3.handlebars->35->3098", - "default3.handlebars->35->3119" + "default3.handlebars->35->2357", + "default3.handlebars->35->2864", + "default3.handlebars->35->3099", + "default3.handlebars->35->3120" ] }, { @@ -88459,7 +88459,7 @@ "zh-cht": "用戶群成員", "xloc": [ "default.handlebars->47->3107", - "default3.handlebars->35->3095" + "default3.handlebars->35->3096" ] }, { @@ -88520,9 +88520,9 @@ "default.handlebars->47->2429", "default.handlebars->47->2956", "default.handlebars->47->2957", - "default3.handlebars->35->2426", - "default3.handlebars->35->2950", - "default3.handlebars->35->2951" + "default3.handlebars->35->2427", + "default3.handlebars->35->2951", + "default3.handlebars->35->2952" ] }, { @@ -88553,8 +88553,8 @@ "xloc": [ "default.handlebars->47->2356", "default.handlebars->47->2940", - "default3.handlebars->35->2353", - "default3.handlebars->35->2934" + "default3.handlebars->35->2354", + "default3.handlebars->35->2935" ] }, { @@ -88621,7 +88621,7 @@ "zh-cht": "用戶列表輸出", "xloc": [ "default.handlebars->47->2811", - "default3.handlebars->35->2807" + "default3.handlebars->35->2808" ] }, { @@ -88651,7 +88651,7 @@ "zh-cht": "用戶登錄", "xloc": [ "default.handlebars->47->3186", - "default3.handlebars->35->3174" + "default3.handlebars->35->3175" ] }, { @@ -88682,7 +88682,7 @@ "xloc": [ "default-mobile.handlebars->11->1022", "default.handlebars->47->2428", - "default3.handlebars->35->2425" + "default3.handlebars->35->2426" ] }, { @@ -88769,10 +88769,10 @@ "default.handlebars->47->3283", "default.handlebars->termShellContextMenu->7", "default.handlebars->termShellContextMenu2->3", - "default3.handlebars->35->3142", - "default3.handlebars->35->3152", - "default3.handlebars->35->3218", - "default3.handlebars->35->3271", + "default3.handlebars->35->3143", + "default3.handlebars->35->3153", + "default3.handlebars->35->3219", + "default3.handlebars->35->3272", "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->3->31", @@ -88836,7 +88836,7 @@ "zh-cht": "用戶節", "xloc": [ "default.handlebars->47->3394", - "default3.handlebars->35->3382" + "default3.handlebars->35->3383" ] }, { @@ -88872,10 +88872,10 @@ "default.handlebars->termShellContextMenu->5", "default.handlebars->termShellContextMenu2->1->0", "default.handlebars->termShellContextMenuLinux->3", - "default3.handlebars->35->3141", - "default3.handlebars->35->3151", - "default3.handlebars->35->3217", - "default3.handlebars->35->3270", + "default3.handlebars->35->3142", + "default3.handlebars->35->3152", + "default3.handlebars->35->3218", + "default3.handlebars->35->3271", "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", @@ -88911,7 +88911,7 @@ "zh-cht": "用戶流量使用", "xloc": [ "default.handlebars->47->3185", - "default3.handlebars->35->3173" + "default3.handlebars->35->3174" ] }, { @@ -89029,7 +89029,7 @@ "xloc": [ "default-mobile.handlebars->11->1045", "default.handlebars->47->3314", - "default3.handlebars->35->3302" + "default3.handlebars->35->3303" ] }, { @@ -89062,8 +89062,8 @@ "default-mobile.handlebars->11->315", "default.handlebars->47->2057", "default.handlebars->47->2059", - "default3.handlebars->35->2038", - "default3.handlebars->35->2040" + "default3.handlebars->35->2039", + "default3.handlebars->35->2041" ] }, { @@ -89093,7 +89093,7 @@ "zh-cht": "用戶組已更改:{0}", "xloc": [ "default.handlebars->47->2620", - "default3.handlebars->35->2617" + "default3.handlebars->35->2618" ] }, { @@ -89123,7 +89123,7 @@ "zh-cht": "已創建用戶組:{0}", "xloc": [ "default.handlebars->47->2610", - "default3.handlebars->35->2607" + "default3.handlebars->35->2608" ] }, { @@ -89153,7 +89153,7 @@ "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ "default.handlebars->47->2608", - "default3.handlebars->35->2605" + "default3.handlebars->35->2606" ] }, { @@ -89169,7 +89169,7 @@ "uk": "Записи групи користувачів", "xloc": [ "default.handlebars->47->3272", - "default3.handlebars->35->3260" + "default3.handlebars->35->3261" ] }, { @@ -89220,8 +89220,8 @@ "xloc": [ "default.handlebars->47->1826", "default.handlebars->47->3064", - "default3.handlebars->35->1808", - "default3.handlebars->35->3058" + "default3.handlebars->35->1809", + "default3.handlebars->35->3059" ] }, { @@ -89251,7 +89251,7 @@ "zh-cht": "用戶從 {0}、{1}、{2} 嘗試登錄鎖定帳戶", "xloc": [ "default.handlebars->47->2650", - "default3.handlebars->35->2647" + "default3.handlebars->35->2648" ] }, { @@ -89281,7 +89281,7 @@ "zh-cht": "使用來自 {0}、{1}、{2} 的錯誤第二因素的用戶登錄嘗試", "xloc": [ "default.handlebars->47->2649", - "default3.handlebars->35->2646" + "default3.handlebars->35->2647" ] }, { @@ -89311,7 +89311,7 @@ "zh-cht": "用戶通知已更改", "xloc": [ "default.handlebars->47->2671", - "default3.handlebars->35->2668" + "default3.handlebars->35->2669" ] }, { @@ -89327,7 +89327,7 @@ "uk": "Записи користувача", "xloc": [ "default.handlebars->47->3262", - "default3.handlebars->35->3250" + "default3.handlebars->35->3251" ] }, { @@ -89358,7 +89358,7 @@ "xloc": [ "default-mobile.handlebars->11->1053", "default.handlebars->47->3322", - "default3.handlebars->35->3310" + "default3.handlebars->35->3311" ] }, { @@ -89463,14 +89463,14 @@ "default.handlebars->47->519", "default3.handlebars->35->1307", "default3.handlebars->35->1395", - "default3.handlebars->35->1504", - "default3.handlebars->35->1812", - "default3.handlebars->35->2129", - "default3.handlebars->35->2144", - "default3.handlebars->35->2149", - "default3.handlebars->35->2188", - "default3.handlebars->35->2819", - "default3.handlebars->35->3062", + "default3.handlebars->35->1505", + "default3.handlebars->35->1813", + "default3.handlebars->35->2130", + "default3.handlebars->35->2145", + "default3.handlebars->35->2150", + "default3.handlebars->35->2189", + "default3.handlebars->35->2820", + "default3.handlebars->35->3063", "default3.handlebars->35->343", "default3.handlebars->35->516", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -89513,8 +89513,8 @@ "default-mobile.handlebars->11->694", "default.handlebars->47->1514", "default.handlebars->47->1517", - "default3.handlebars->35->1499", - "default3.handlebars->35->1502", + "default3.handlebars->35->1500", + "default3.handlebars->35->1503", "sharing-mobile.handlebars->11->48", "sharing-mobile.handlebars->11->65", "ssh.handlebars->3->10", @@ -89582,8 +89582,8 @@ "default-mobile.handlebars->11->695", "default.handlebars->47->1515", "default.handlebars->47->1518", - "default3.handlebars->35->1500", - "default3.handlebars->35->1503", + "default3.handlebars->35->1501", + "default3.handlebars->35->1504", "sharing-mobile.handlebars->11->49", "sharing-mobile.handlebars->11->66", "ssh.handlebars->3->11", @@ -89637,8 +89637,8 @@ "xloc": [ "default.handlebars->47->1823", "default.handlebars->47->3061", - "default3.handlebars->35->1805", - "default3.handlebars->35->3055" + "default3.handlebars->35->1806", + "default3.handlebars->35->3056" ] }, { @@ -89671,9 +89671,9 @@ "default.handlebars->47->2901", "default.handlebars->47->3393", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral", - "default3.handlebars->35->2851", - "default3.handlebars->35->2895", - "default3.handlebars->35->3381", + "default3.handlebars->35->2852", + "default3.handlebars->35->2896", + "default3.handlebars->35->3382", "default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -89704,7 +89704,7 @@ "zh-cht": "用戶節", "xloc": [ "default.handlebars->47->3366", - "default3.handlebars->35->3354" + "default3.handlebars->35->3355" ] }, { @@ -89734,7 +89734,7 @@ "zh-cht": "用戶視圖", "xloc": [ "default.handlebars->47->2790", - "default3.handlebars->35->2786" + "default3.handlebars->35->2787" ] }, { @@ -89765,7 +89765,7 @@ "xloc": [ "default-mobile.handlebars->11->1054", "default.handlebars->47->3323", - "default3.handlebars->35->3311" + "default3.handlebars->35->3312" ] }, { @@ -89855,7 +89855,7 @@ "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ "default.handlebars->47->1538", - "default3.handlebars->35->1523", + "default3.handlebars->35->1524", "sharing.handlebars->11->38" ] }, @@ -89917,7 +89917,7 @@ "zh-cht": "驗證電郵", "xloc": [ "default.handlebars->47->2768", - "default3.handlebars->35->2765" + "default3.handlebars->35->2766" ] }, { @@ -89948,7 +89948,7 @@ "xloc": [ "default-mobile.handlebars->11->1047", "default.handlebars->47->3316", - "default3.handlebars->35->3304" + "default3.handlebars->35->3305" ] }, { @@ -90008,13 +90008,13 @@ "zh-cht": "價值", "xloc": [ "default.handlebars->47->1457", - "default3.handlebars->35->1444" + "default3.handlebars->35->1445" ] }, { "en": "Vapor", "xloc": [ - "default3.handlebars->35->2104" + "default3.handlebars->35->2105" ] }, { @@ -90045,7 +90045,7 @@ "xloc": [ "default-mobile.handlebars->11->303", "default.handlebars->47->2047", - "default3.handlebars->35->2028", + "default3.handlebars->35->2029", "login2.handlebars->7->189" ] }, @@ -90079,8 +90079,8 @@ "default-mobile.handlebars->11->847", "default.handlebars->47->1688", "default.handlebars->47->1693", - "default3.handlebars->35->1671", - "default3.handlebars->35->1676" + "default3.handlebars->35->1672", + "default3.handlebars->35->1677" ] }, { @@ -90143,7 +90143,7 @@ "zh-cht": "已驗證", "xloc": [ "default.handlebars->47->3086", - "default3.handlebars->35->3078" + "default3.handlebars->35->3079" ] }, { @@ -90188,7 +90188,7 @@ "uk": "Вхід підтверджено", "xloc": [ "default.handlebars->47->1800", - "default3.handlebars->35->1782" + "default3.handlebars->35->1783" ] }, { @@ -90203,7 +90203,7 @@ "uk": "Обліковий запис месенджера верифіковано", "xloc": [ "default.handlebars->47->2765", - "default3.handlebars->35->2762" + "default3.handlebars->35->2763" ] }, { @@ -90218,7 +90218,7 @@ "uk": "Обліковий запис месенджера {0} верифіковано", "xloc": [ "default.handlebars->47->2697", - "default3.handlebars->35->2694" + "default3.handlebars->35->2695" ] }, { @@ -90250,8 +90250,8 @@ "default-mobile.handlebars->11->107", "default.handlebars->47->1794", "default.handlebars->47->2763", - "default3.handlebars->35->1776", - "default3.handlebars->35->2760" + "default3.handlebars->35->1777", + "default3.handlebars->35->2761" ] }, { @@ -90281,7 +90281,7 @@ "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ "default.handlebars->47->2637", - "default3.handlebars->35->2634" + "default3.handlebars->35->2635" ] }, { @@ -90380,10 +90380,10 @@ "default.handlebars->47->1689", "default.handlebars->47->1696", "default.handlebars->container->column_l->p42->p42tbl->1->0->5", - "default3.handlebars->35->1603", - "default3.handlebars->35->1654", - "default3.handlebars->35->1672", - "default3.handlebars->35->1679", + "default3.handlebars->35->1604", + "default3.handlebars->35->1655", + "default3.handlebars->35->1673", + "default3.handlebars->35->1680", "default3.handlebars->container->column_l->p42->p42tbl->1->0->11" ] }, @@ -90414,8 +90414,8 @@ "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ "default.handlebars->47->3438", - "default3.handlebars->35->3425", - "default3.handlebars->35->3426" + "default3.handlebars->35->3426", + "default3.handlebars->35->3427" ] }, { @@ -90536,7 +90536,7 @@ "xloc": [ "default-mobile.handlebars->11->304", "default.handlebars->47->2048", - "default3.handlebars->35->2029", + "default3.handlebars->35->2030", "login2.handlebars->7->190" ] }, @@ -90597,7 +90597,7 @@ "zh-cht": "查看所有事件", "xloc": [ "default.handlebars->47->2848", - "default3.handlebars->35->2842" + "default3.handlebars->35->2843" ] }, { @@ -90654,8 +90654,8 @@ "xloc": [ "default.handlebars->47->3441", "default.handlebars->47->3443", - "default3.handlebars->35->3429", - "default3.handlebars->35->3431" + "default3.handlebars->35->3430", + "default3.handlebars->35->3432" ] }, { @@ -90715,7 +90715,7 @@ "zh-cht": "查看有關此裝置群的註釋", "xloc": [ "default.handlebars->47->2235", - "default3.handlebars->35->2231" + "default3.handlebars->35->2232" ] }, { @@ -90745,7 +90745,7 @@ "zh-cht": "查看有關此用戶的註釋", "xloc": [ "default.handlebars->47->3017", - "default3.handlebars->35->3011" + "default3.handlebars->35->3012" ] }, { @@ -90806,7 +90806,7 @@ "zh-cht": "查看此用戶以前的登錄信息", "xloc": [ "default.handlebars->47->3032", - "default3.handlebars->35->3026" + "default3.handlebars->35->3027" ] }, { @@ -90867,7 +90867,7 @@ "xloc": [ "default-mobile.handlebars->11->305", "default.handlebars->47->2049", - "default3.handlebars->35->2030", + "default3.handlebars->35->2031", "login2.handlebars->7->191" ] }, @@ -91196,8 +91196,8 @@ "default-mobile.handlebars->11->994", "default.handlebars->47->2379", "default.handlebars->47->2411", - "default3.handlebars->35->2376", - "default3.handlebars->35->2408" + "default3.handlebars->35->2377", + "default3.handlebars->35->2409" ] }, { @@ -91289,7 +91289,7 @@ "xloc": [ "default-mobile.handlebars->11->306", "default.handlebars->47->2050", - "default3.handlebars->35->2031", + "default3.handlebars->35->2032", "login2.handlebars->7->192" ] }, @@ -91320,7 +91320,7 @@ "zh-cht": "弱", "xloc": [ "default.handlebars->47->2136", - "default3.handlebars->35->2136" + "default3.handlebars->35->2137" ] }, { @@ -91386,7 +91386,7 @@ "default.handlebars->47->1126", "default.handlebars->47->2458", "default3.handlebars->35->1121", - "default3.handlebars->35->2455" + "default3.handlebars->35->2456" ] }, { @@ -91416,7 +91416,7 @@ "zh-cht": "網頁電源開關 7", "xloc": [ "default.handlebars->47->2127", - "default3.handlebars->35->2127" + "default3.handlebars->35->2128" ] }, { @@ -91447,8 +91447,8 @@ "xloc": [ "default.handlebars->47->3420", "default.handlebars->47->3421", - "default3.handlebars->35->3408", - "default3.handlebars->35->3409" + "default3.handlebars->35->3409", + "default3.handlebars->35->3410" ] }, { @@ -91478,7 +91478,7 @@ "zh-cht": "Web 服務器 HTTP 標頭", "xloc": [ "default.handlebars->47->3424", - "default3.handlebars->35->3412" + "default3.handlebars->35->3413" ] }, { @@ -91508,7 +91508,7 @@ "zh-cht": "Web伺服器請求", "xloc": [ "default.handlebars->47->3422", - "default3.handlebars->35->3410" + "default3.handlebars->35->3411" ] }, { @@ -91538,7 +91538,7 @@ "zh-cht": "Web插座中繼", "xloc": [ "default.handlebars->47->3423", - "default3.handlebars->35->3411" + "default3.handlebars->35->3412" ] }, { @@ -91573,8 +91573,8 @@ "default.handlebars->47->3287", "default.handlebars->contextMenu->cxwebrdp", "default3.handlebars->35->1065", - "default3.handlebars->35->3222", - "default3.handlebars->35->3275", + "default3.handlebars->35->3223", + "default3.handlebars->35->3276", "default3.handlebars->contextMenu->cxwebrdp" ] }, @@ -91606,8 +91606,8 @@ "xloc": [ "default.handlebars->47->3236", "default.handlebars->47->3289", - "default3.handlebars->35->3224", - "default3.handlebars->35->3277" + "default3.handlebars->35->3225", + "default3.handlebars->35->3278" ] }, { @@ -91642,8 +91642,8 @@ "default.handlebars->47->3288", "default.handlebars->contextMenu->cxwebssh", "default3.handlebars->35->1067", - "default3.handlebars->35->3223", - "default3.handlebars->35->3276", + "default3.handlebars->35->3224", + "default3.handlebars->35->3277", "default3.handlebars->contextMenu->cxwebssh" ] }, @@ -91679,8 +91679,8 @@ "default.handlebars->47->3290", "default.handlebars->contextMenu->cxwebvnc", "default3.handlebars->35->1063", - "default3.handlebars->35->3225", - "default3.handlebars->35->3278", + "default3.handlebars->35->3226", + "default3.handlebars->35->3279", "default3.handlebars->contextMenu->cxwebvnc" ] }, @@ -91711,7 +91711,7 @@ "zh-cht": "WebRDP", "xloc": [ "default.handlebars->47->3387", - "default3.handlebars->35->3375" + "default3.handlebars->35->3376" ] }, { @@ -91741,7 +91741,7 @@ "zh-cht": "網絡SSH", "xloc": [ "default.handlebars->47->3388", - "default3.handlebars->35->3376" + "default3.handlebars->35->3377" ] }, { @@ -91801,7 +91801,7 @@ "zh-cht": "網絡VNC", "xloc": [ "default.handlebars->47->3389", - "default3.handlebars->35->3377" + "default3.handlebars->35->3378" ] }, { @@ -91923,7 +91923,7 @@ "xloc": [ "default-mobile.handlebars->11->307", "default.handlebars->47->2051", - "default3.handlebars->35->2032", + "default3.handlebars->35->2033", "login2.handlebars->7->193" ] }, @@ -91940,8 +91940,8 @@ "xloc": [ "default.handlebars->47->1816", "default.handlebars->47->3054", - "default3.handlebars->35->1798", - "default3.handlebars->35->3048" + "default3.handlebars->35->1799", + "default3.handlebars->35->3049" ] }, { @@ -91971,7 +91971,7 @@ "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ "default.handlebars->47->2437", - "default3.handlebars->35->2434" + "default3.handlebars->35->2435" ] }, { @@ -92002,7 +92002,7 @@ "xloc": [ "default-mobile.handlebars->11->113", "default.handlebars->47->1832", - "default3.handlebars->35->1814" + "default3.handlebars->35->1815" ] }, { @@ -92032,7 +92032,7 @@ "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ "default.handlebars->47->2315", - "default3.handlebars->35->2309" + "default3.handlebars->35->2310" ] }, { @@ -92088,7 +92088,7 @@ "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ "default.handlebars->47->2316", - "default3.handlebars->35->2310" + "default3.handlebars->35->2311" ] }, { @@ -92118,7 +92118,7 @@ "zh-cht": "下次登入時將更改。", "xloc": [ "default.handlebars->47->2985", - "default3.handlebars->35->2979" + "default3.handlebars->35->2980" ] }, { @@ -92152,8 +92152,8 @@ "default-mobile.handlebars->dialog->3->dialog3->deskkeys->5", "default.handlebars->47->1447", "default.handlebars->47->1451", - "default3.handlebars->35->1434", - "default3.handlebars->35->1438", + "default3.handlebars->35->1435", + "default3.handlebars->35->1439", "sharing-mobile.handlebars->11->36", "sharing-mobile.handlebars->11->40", "sharing-mobile.handlebars->dialog->3->dialog3->deskkeys->5", @@ -93004,7 +93004,7 @@ "xloc": [ "default.handlebars->47->2442", "default.handlebars->47->590", - "default3.handlebars->35->2439", + "default3.handlebars->35->2440", "default3.handlebars->35->587" ] }, @@ -93401,7 +93401,7 @@ "zh-cht": "换行:關", "xloc": [ "default.handlebars->47->1596", - "default3.handlebars->35->1581", + "default3.handlebars->35->1582", "sharing.handlebars->11->84" ] }, @@ -93432,7 +93432,7 @@ "zh-cht": "换行:開", "xloc": [ "default.handlebars->47->1595", - "default3.handlebars->35->1580", + "default3.handlebars->35->1581", "sharing.handlebars->11->83" ] }, @@ -93554,8 +93554,8 @@ "xloc": [ "default.handlebars->47->1806", "default.handlebars->47->3044", - "default3.handlebars->35->1788", - "default3.handlebars->35->3038" + "default3.handlebars->35->1789", + "default3.handlebars->35->3039" ] }, { @@ -93616,7 +93616,7 @@ "xloc": [ "default-mobile.handlebars->11->308", "default.handlebars->47->2052", - "default3.handlebars->35->2033", + "default3.handlebars->35->2034", "login2.handlebars->7->194" ] }, @@ -93632,15 +93632,15 @@ "default.handlebars->47->1705", "default.handlebars->47->1708", "default.handlebars->47->1711", - "default3.handlebars->35->1688", - "default3.handlebars->35->1691", - "default3.handlebars->35->1694" + "default3.handlebars->35->1689", + "default3.handlebars->35->1692", + "default3.handlebars->35->1695" ] }, { "en": "Yeti", "xloc": [ - "default3.handlebars->35->2105" + "default3.handlebars->35->2106" ] }, { @@ -93671,7 +93671,7 @@ "xloc": [ "default-mobile.handlebars->11->309", "default.handlebars->47->2053", - "default3.handlebars->35->2034", + "default3.handlebars->35->2035", "login2.handlebars->7->195" ] }, @@ -93889,13 +93889,13 @@ "zh-cht": "YubiKey™OTP", "xloc": [ "default.handlebars->47->1855", - "default3.handlebars->35->1836" + "default3.handlebars->35->1837" ] }, { "en": "Zephyr", "xloc": [ - "default3.handlebars->35->2106" + "default3.handlebars->35->2107" ] }, { @@ -93956,7 +93956,7 @@ "zh-cht": "郵編檔案名", "xloc": [ "default.handlebars->47->1580", - "default3.handlebars->35->1565", + "default3.handlebars->35->1566", "sharing.handlebars->11->68" ] }, @@ -94066,8 +94066,8 @@ "xloc": [ "default.handlebars->47->1810", "default.handlebars->47->3048", - "default3.handlebars->35->1792", - "default3.handlebars->35->3042" + "default3.handlebars->35->1793", + "default3.handlebars->35->3043" ] }, { @@ -94098,7 +94098,7 @@ "xloc": [ "default-mobile.handlebars->11->310", "default.handlebars->47->2054", - "default3.handlebars->35->2035", + "default3.handlebars->35->2036", "login2.handlebars->7->196" ] }, @@ -94732,7 +94732,7 @@ "zh-cht": "\\\\'", "xloc": [ "default.handlebars->47->3439", - "default3.handlebars->35->3427" + "default3.handlebars->35->3428" ] }, { @@ -94837,7 +94837,7 @@ "en": "allow override", "xloc": [ "default.handlebars->47->2200", - "default3.handlebars->35->2196" + "default3.handlebars->35->2197" ] }, { @@ -95274,7 +95274,7 @@ "zh-cht": "config.json", "xloc": [ "default.handlebars->47->2175", - "default3.handlebars->35->2171" + "default3.handlebars->35->2172" ] }, { @@ -95314,7 +95314,7 @@ "xloc": [ "default-mobile.handlebars->11->931", "default.handlebars->47->1778", - "default3.handlebars->35->1761" + "default3.handlebars->35->1762" ] }, { @@ -95345,7 +95345,7 @@ "xloc": [ "default-mobile.handlebars->11->382", "default.handlebars->47->2536", - "default3.handlebars->35->2533" + "default3.handlebars->35->2534" ] }, { @@ -95502,6 +95502,12 @@ "default3.handlebars->35->811" ] }, + { + "en": "dialog7", + "xloc": [ + "default3.handlebars->35->1410" + ] + }, { "bs": "edg", "ca": "edg", @@ -95614,8 +95620,8 @@ "xloc": [ "default.handlebars->47->2731", "default.handlebars->47->2736", - "default3.handlebars->35->2728", - "default3.handlebars->35->2733" + "default3.handlebars->35->2729", + "default3.handlebars->35->2734" ] }, { @@ -95646,8 +95652,8 @@ "xloc": [ "default.handlebars->47->2733", "default.handlebars->47->2737", - "default3.handlebars->35->2730", - "default3.handlebars->35->2734" + "default3.handlebars->35->2731", + "default3.handlebars->35->2735" ] }, { @@ -95738,8 +95744,8 @@ "xloc": [ "default.handlebars->47->3374", "default.handlebars->47->3377", - "default3.handlebars->35->3362", - "default3.handlebars->35->3365" + "default3.handlebars->35->3363", + "default3.handlebars->35->3366" ] }, { @@ -95973,8 +95979,8 @@ "xloc": [ "default.handlebars->47->1825", "default.handlebars->47->3063", - "default3.handlebars->35->1807", - "default3.handlebars->35->3057" + "default3.handlebars->35->1808", + "default3.handlebars->35->3058" ] }, { @@ -96044,8 +96050,8 @@ "xloc": [ "default.handlebars->47->1829", "default.handlebars->47->3067", - "default3.handlebars->35->1811", - "default3.handlebars->35->3061" + "default3.handlebars->35->1812", + "default3.handlebars->35->3062" ] }, { @@ -96075,7 +96081,7 @@ "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "xloc": [ "default.handlebars->47->2812", - "default3.handlebars->35->2808" + "default3.handlebars->35->2809" ] }, { @@ -96256,7 +96262,7 @@ "zh-cht": "k max,默認為空白", "xloc": [ "default.handlebars->47->2840", - "default3.handlebars->35->2834" + "default3.handlebars->35->2835" ] }, { @@ -96650,7 +96656,7 @@ "xloc": [ "default-mobile.handlebars->11->383", "default.handlebars->47->2537", - "default3.handlebars->35->2534" + "default3.handlebars->35->2535" ] }, { @@ -96743,8 +96749,8 @@ "xloc": [ "default.handlebars->47->1809", "default.handlebars->47->3047", - "default3.handlebars->35->1791", - "default3.handlebars->35->3041" + "default3.handlebars->35->1792", + "default3.handlebars->35->3042" ] }, { @@ -96987,7 +96993,7 @@ "en": "prefer --agentname", "xloc": [ "default.handlebars->47->2199", - "default3.handlebars->35->2195" + "default3.handlebars->35->2196" ] }, { @@ -97047,7 +97053,7 @@ "zh-cht": "servererrors.txt", "xloc": [ "default.handlebars->47->2172", - "default3.handlebars->35->2170" + "default3.handlebars->35->2171" ] }, { @@ -97077,7 +97083,7 @@ "zh-cht": "servertrace.csv", "xloc": [ "default.handlebars->47->3433", - "default3.handlebars->35->3421" + "default3.handlebars->35->3422" ] }, { @@ -97087,8 +97093,8 @@ "xloc": [ "default.handlebars->47->1497", "default.handlebars->47->1500", - "default3.handlebars->35->1482", - "default3.handlebars->35->1484" + "default3.handlebars->35->1483", + "default3.handlebars->35->1485" ] }, { @@ -97212,7 +97218,7 @@ "zh-cht": "這將刪除現有伺服器數據。", "xloc": [ "default.handlebars->47->2161", - "default3.handlebars->35->2161" + "default3.handlebars->35->2162" ] }, { @@ -97242,7 +97248,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->47->3407", - "default3.handlebars->35->3395" + "default3.handlebars->35->3396" ] }, { @@ -97272,7 +97278,7 @@ "zh-cht": "時間,來源,訊息", "xloc": [ "default.handlebars->47->3432", - "default3.handlebars->35->3420" + "default3.handlebars->35->3421" ] }, { @@ -97344,8 +97350,8 @@ "xloc": [ "default.handlebars->47->3375", "default.handlebars->47->3378", - "default3.handlebars->35->3363", - "default3.handlebars->35->3366" + "default3.handlebars->35->3364", + "default3.handlebars->35->3367" ] }, { @@ -97383,7 +97389,7 @@ "nl": "waar", "xloc": [ "default.handlebars->47->2795", - "default3.handlebars->35->2791" + "default3.handlebars->35->2792" ] }, { @@ -97508,8 +97514,8 @@ "xloc": [ "default.handlebars->47->2808", "default.handlebars->47->2813", - "default3.handlebars->35->2804", - "default3.handlebars->35->2809" + "default3.handlebars->35->2805", + "default3.handlebars->35->2810" ] }, { @@ -97540,8 +97546,8 @@ "xloc": [ "default.handlebars->47->2810", "default.handlebars->47->2814", - "default3.handlebars->35->2806", - "default3.handlebars->35->2810" + "default3.handlebars->35->2807", + "default3.handlebars->35->2811" ] }, { @@ -97557,8 +97563,8 @@ "xloc": [ "default.handlebars->47->1828", "default.handlebars->47->3066", - "default3.handlebars->35->1810", - "default3.handlebars->35->3060" + "default3.handlebars->35->1811", + "default3.handlebars->35->3061" ] }, { @@ -97574,8 +97580,8 @@ "xloc": [ "default.handlebars->47->1824", "default.handlebars->47->3062", - "default3.handlebars->35->1806", - "default3.handlebars->35->3056" + "default3.handlebars->35->1807", + "default3.handlebars->35->3057" ] }, { @@ -97605,7 +97611,7 @@ "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ "default.handlebars->47->2735", - "default3.handlebars->35->2732" + "default3.handlebars->35->2733" ] }, { @@ -97748,8 +97754,8 @@ "default-mobile.handlebars->11->883", "default.handlebars->47->1723", "default.handlebars->47->1729", - "default3.handlebars->35->1706", - "default3.handlebars->35->1712" + "default3.handlebars->35->1707", + "default3.handlebars->35->1713" ] }, { @@ -97913,8 +97919,8 @@ "xloc": [ "default.handlebars->47->2509", "default.handlebars->47->2514", - "default3.handlebars->35->2506", - "default3.handlebars->35->2511" + "default3.handlebars->35->2507", + "default3.handlebars->35->2512" ] }, { @@ -97972,9 +97978,9 @@ "default.handlebars->47->2507", "default.handlebars->47->2512", "default.handlebars->47->3147", - "default3.handlebars->35->2504", - "default3.handlebars->35->2509", - "default3.handlebars->35->3135" + "default3.handlebars->35->2505", + "default3.handlebars->35->2510", + "default3.handlebars->35->3136" ] }, { @@ -98035,10 +98041,10 @@ "default.handlebars->47->1734", "default.handlebars->47->2508", "default.handlebars->47->2513", - "default3.handlebars->35->1700", - "default3.handlebars->35->1717", - "default3.handlebars->35->2505", - "default3.handlebars->35->2510" + "default3.handlebars->35->1701", + "default3.handlebars->35->1718", + "default3.handlebars->35->2506", + "default3.handlebars->35->2511" ] }, { @@ -98069,7 +98075,7 @@ "xloc": [ "default-mobile.handlebars->11->869", "default.handlebars->47->1715", - "default3.handlebars->35->1698" + "default3.handlebars->35->1699" ] }, { @@ -98125,7 +98131,7 @@ "zh-cht": "{0}個活躍節", "xloc": [ "default.handlebars->47->3035", - "default3.handlebars->35->3029" + "default3.handlebars->35->3030" ] }, { @@ -98156,8 +98162,8 @@ "xloc": [ "default.handlebars->47->2506", "default.handlebars->47->2511", - "default3.handlebars->35->2503", - "default3.handlebars->35->2508" + "default3.handlebars->35->2504", + "default3.handlebars->35->2509" ] }, { @@ -98189,8 +98195,8 @@ "default-mobile.handlebars->11->371", "default.handlebars->47->2522", "default.handlebars->47->3175", - "default3.handlebars->35->2519", - "default3.handlebars->35->3163", + "default3.handlebars->35->2520", + "default3.handlebars->35->3164", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->102" @@ -98223,7 +98229,7 @@ "zh-cht": "剩餘{0}個字節", "xloc": [ "default.handlebars->47->2501", - "default3.handlebars->35->2498" + "default3.handlebars->35->2499" ] }, { @@ -98340,7 +98346,7 @@ "zh-cht": "剩餘{0} GB", "xloc": [ "default.handlebars->47->2504", - "default3.handlebars->35->2501" + "default3.handlebars->35->2502" ] }, { @@ -98370,7 +98376,7 @@ "zh-cht": "{0}個群組", "xloc": [ "default.handlebars->47->2990", - "default3.handlebars->35->2984" + "default3.handlebars->35->2985" ] }, { @@ -98456,7 +98462,7 @@ "zh-cht": "剩餘{0}千字節", "xloc": [ "default.handlebars->47->2502", - "default3.handlebars->35->2499" + "default3.handlebars->35->2500" ] }, { @@ -98517,7 +98523,7 @@ "zh-cht": "剩餘{0}兆字節", "xloc": [ "default.handlebars->47->2503", - "default3.handlebars->35->2500" + "default3.handlebars->35->2501" ] }, { @@ -98688,7 +98694,7 @@ "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ "default.handlebars->47->2745", - "default3.handlebars->35->2742" + "default3.handlebars->35->2743" ] }, { @@ -99219,7 +99225,7 @@ "default.handlebars->47->475", "default.handlebars->47->479", "default.handlebars->47->483", - "default3.handlebars->35->2746", + "default3.handlebars->35->2747", "default3.handlebars->35->457", "default3.handlebars->35->460", "default3.handlebars->35->464", @@ -99518,8 +99524,8 @@ "default-mobile.handlebars->11->881", "default.handlebars->47->1721", "default.handlebars->47->1727", - "default3.handlebars->35->1704", - "default3.handlebars->35->1710" + "default3.handlebars->35->1705", + "default3.handlebars->35->1711" ] }, { @@ -99551,7 +99557,7 @@ "default.handlebars->47->1113", "default.handlebars->47->2266", "default3.handlebars->35->1110", - "default3.handlebars->35->2262" + "default3.handlebars->35->2263" ] }, { @@ -99583,7 +99589,7 @@ "default.handlebars->47->1114", "default.handlebars->47->2267", "default3.handlebars->35->1111", - "default3.handlebars->35->2263" + "default3.handlebars->35->2264" ] }, { @@ -99615,7 +99621,7 @@ "default.handlebars->47->1112", "default.handlebars->47->2265", "default3.handlebars->35->1109", - "default3.handlebars->35->2261" + "default3.handlebars->35->2262" ] }, { @@ -99703,7 +99709,7 @@ "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ "default.handlebars->47->2516", - "default3.handlebars->35->2513" + "default3.handlebars->35->2514" ] }, { @@ -99733,7 +99739,7 @@ "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ "default.handlebars->47->2515", - "default3.handlebars->35->2512" + "default3.handlebars->35->2513" ] }, { diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index a13b657a..6a3612ee 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -7688,7 +7688,6 @@ function addKeyLinkConditional(x, t, c) { if (c) return '' + x + ' '; return x } function passwordcheck(p) { var re = /(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()]).{8,}/; return re.test(p); } function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format('{0} bytes', size); } - function joinPaths() { var x = []; for (var i in arguments) { var w = arguments[i]; if ((w != null) && (w != '')) { while (w.endsWith('/') || w.endsWith('\\')) { w = w.substring(0, w.length - 1); } while (w.startsWith('/') || w.startsWith('\\')) { w = w.substring(1); } x.push(w); } } return x.join('/'); } function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); } var isFilenameValid = (function () { var x1 = /^[^\\/:\*\?"<>\|]+$/, x2 = /^\./, x3 = /^(nul|prn|con|lpt[0-9]|com[0-9])(\.|$)/i; return function isFilenameValid(fname) { return x1.test(fname) && !x2.test(fname) && !x3.test(fname) && (fname[0] != '.'); } })(); function printDate(d) { return d.toLocaleDateString(args.locale); } diff --git a/views/default.handlebars b/views/default.handlebars index 7300e7f4..16e82185 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -19291,7 +19291,6 @@ return outputArray; } - function joinPaths() { var x = []; for (var i in arguments) { var w = arguments[i]; if ((w != null) && (w != '')) { while (w.endsWith('/') || w.endsWith('\\')) { w = w.substring(0, w.length - 1); } while (w.startsWith('/') || w.startsWith('\\')) { w = w.substring(1); } x.push(w); } } return x.join('/'); } function putstore(name, val) { try { if ((typeof (localStorage) === 'undefined') || (localStorage.getItem(name) == val)) return; diff --git a/views/default3.handlebars b/views/default3.handlebars index 28933298..c70000cc 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -20664,7 +20664,6 @@ return outputArray; } - function joinPaths() { var x = []; for (var i in arguments) { var w = arguments[i]; if ((w != null) && (w != '')) { while (w.endsWith('/') || w.endsWith('\\')) { w = w.substring(0, w.length - 1); } while (w.startsWith('/') || w.startsWith('\\')) { w = w.substring(1); } x.push(w); } } return x.join('/'); } function putstore(name, val) { try { if ((typeof (localStorage) === 'undefined') || (localStorage.getItem(name) == val)) return; diff --git a/views/sharing-mobile.handlebars b/views/sharing-mobile.handlebars index d60b8f3e..36d98752 100644 --- a/views/sharing-mobile.handlebars +++ b/views/sharing-mobile.handlebars @@ -2490,7 +2490,6 @@ function addLinkConditional(x, f, c) { if (c) return addLink(x, f); return x; } function passwordcheck(p) { var re = /(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()]).{8,}/; return re.test(p); } function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format('{0} bytes', size); } - function joinPaths() { var x = []; for (var i in arguments) { var w = arguments[i]; if ((w != null) && (w != '')) { while (w.endsWith('/') || w.endsWith('\\')) { w = w.substring(0, w.length - 1); } while (w.startsWith('/') || w.startsWith('\\')) { w = w.substring(1); } x.push(w); } } return x.join('/'); } function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); } var isFilenameValid = (function () { var x1 = /^[^\\/:\*\?"<>\|]+$/, x2 = /^\./, x3 = /^(nul|prn|con|lpt[0-9]|com[0-9])(\.|$)/i; return function isFilenameValid(fname) { return x1.test(fname) && !x2.test(fname) && !x3.test(fname) && (fname[0] != '.'); } })(); function printDate(d) { return d.toLocaleDateString(args.locale); } diff --git a/views/sharing.handlebars b/views/sharing.handlebars index ec286ecc..58620c6c 100644 --- a/views/sharing.handlebars +++ b/views/sharing.handlebars @@ -2346,7 +2346,6 @@ function printFlexDateTime(d) { if (printDate(new Date()) == printDate(d)) { return format("Expires at {0}", printTime(d)); } else { return format("Expires {0}", printDateTime(d)); } } function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format("{0} bytes", size); } function encodeURIComponentEx(txt) { return encodeURIComponent(txt).replace(/'/g, '%27'); }; - function joinPaths() { var x = []; for (var i in arguments) { var w = arguments[i]; if ((w != null) && (w != '')) { while (w.endsWith('/') || w.endsWith('\\')) { w = w.substring(0, w.length - 1); } while (w.startsWith('/') || w.startsWith('\\')) { w = w.substring(1); } x.push(w); } } return x.join('/'); } function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); } var isFilenameValid = (function () { var x1 = /^[^\\/:\*\?"<>\|]+$/, x2 = /^\./, x3 = /^(nul|prn|con|lpt[0-9]|com[0-9])(\.|$)/i; return function isFilenameValid(fname) { return x1.test(fname) && !x2.test(fname) && !x3.test(fname) && (fname[0] != '.'); } })();