fix copy and paste in files for linux devices #7284

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Sep 30, 2025 at 10:05 UTC 7b7c8348c6f40c15c9a31d9df087e1745639abfe
8 files changed +2122 -2107
public/scripts/common-0.0.1-min.js
+1 -1
@@ -1 +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,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"):"boolean"==typeof n||"number"==typeof n?n:void 0}function EscapeHtmlBreaks(n){return"string"==typeof n?n.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/\r/g,"<br />").replace(/\n/g,"").replace(/\t/g,"&nbsp;&nbsp;"):"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+="<br />"+gap(t)+"Item #"+r+": "+ObjectToStringEx(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="<br />"+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+="&nbsp;";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<n.length;t++)e+=char2hex(n.charCodeAt(t));return e}function encode_utf8(n){return unescape(encodeURIComponent(n))}function decode_utf8(n){return decodeURIComponent(escape(n))}function data2blob(n){for(var t=new Array(n.length),e=0;e<n.length;e++)t[e]=n.charCodeAt(e);return new Blob([new Uint8Array(t)])}function utf2blob(n){for(var t=[],e=unescape(encodeURIComponent(n)),r=0;r<e.length;r++)t.push(e.charCodeAt(r));return new Blob([new Uint8Array(t)])}function random(n){return Math.floor(Math.random()*n)}function trademarks(n){return n.replace(/\(R\)/g,"&reg;").replace(/\(TM\)/g,"&trade;")}function zeroPad(n,t){null==t&&(t=2);var e="00000000"+n;return e.substr(e.length-t)}function isAlphaNumeric(n){return"number"==typeof n||null!=n.match(/^[A-Za-z0-9]+$/)}function isSafeString(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("%")&&-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
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,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"):"boolean"==typeof n||"number"==typeof n?n:void 0}function EscapeHtmlBreaks(n){return"string"==typeof n?n.replace(/&/g,"&amp;").replace(/>/g,"&gt;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/\r/g,"<br />").replace(/\n/g,"").replace(/\t/g,"&nbsp;&nbsp;"):"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+="<br />"+gap(t)+"Item #"+e+": "+ObjectToStringEx(n[e],t+1);else if(n instanceof Object)for(var e in n)r+="<br />"+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+="&nbsp;";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<n.length;t++)r+=char2hex(n.charCodeAt(t));return r}function encode_utf8(n){return unescape(encodeURIComponent(n))}function decode_utf8(n){return decodeURIComponent(escape(n))}function data2blob(n){for(var t=new Array(n.length),r=0;r<n.length;r++)t[r]=n.charCodeAt(r);return new Blob([new Uint8Array(t)])}function utf2blob(n){for(var t=[],r=unescape(encodeURIComponent(n)),e=0;e<r.length;e++)t.push(r.charCodeAt(e));return new Blob([new Uint8Array(t)])}function random(n){return Math.floor(Math.random()*n)}function trademarks(n){return n.replace(/\(R\)/g,"&reg;").replace(/\(TM\)/g,"&trade;")}function zeroPad(n,t){null==t&&(t=2);var r="00000000"+n;return r.substr(r.length-t)}function isAlphaNumeric(n){return"number"==typeof n||null!=n.match(/^[A-Za-z0-9]+$/)}function isSafeString(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("%")&&-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
public/scripts/common-0.0.1.js
+82 -68
@@ -43,22 +43,22 @@ function ArrayElementMove(arr, from, to) { arr.splice(to, 0, arr.splice(from, 1)
43
44 // Print object for HTML
45 function ObjectToStringEx(x, c) {
46 - var r = "";
47 - if (x != 0 && (!x || x == null)) return '(Null)';
48 - if (x instanceof Array) { for (var i in x) { r += '<br />' + gap(c) + 'Item #' + i + ": " + ObjectToStringEx(x[i], c + 1); } }
49 - else if (x instanceof Object) { for (var i in x) { r += '<br />' + gap(c) + i + ' = ' + ObjectToStringEx(x[i], c + 1); } }
50 - else { r += EscapeHtml(x); }
51 - return r;
46 + var r = "";
47 + if (x != 0 && (!x || x == null)) return '(Null)';
48 + if (x instanceof Array) { for (var i in x) { r += '<br />' + gap(c) + 'Item #' + i + ": " + ObjectToStringEx(x[i], c + 1); } }
49 + else if (x instanceof Object) { for (var i in x) { r += '<br />' + gap(c) + i + ' = ' + ObjectToStringEx(x[i], c + 1); } }
50 + else { r += EscapeHtml(x); }
51 + return r;
52 }
53
54 // Print object for console
55 function ObjectToStringEx2(x, c) {
56 - var r = '';
57 - if (x != 0 && (!x || x == null)) return '(Null)';
58 - if (x instanceof Array) { for (var i in x) { r += '\r\n' + gap2(c) + 'Item #' + i + ': ' + ObjectToStringEx2(x[i], c + 1); } }
59 - else if (x instanceof Object) { for (var i in x) { r += '\r\n' + gap2(c) + i + ' = ' + ObjectToStringEx2(x[i], c + 1); } }
60 - else { r += EscapeHtml(x); }
61 - return r;
56 + var r = '';
57 + if (x != 0 && (!x || x == null)) return '(Null)';
58 + if (x instanceof Array) { for (var i in x) { r += '\r\n' + gap2(c) + 'Item #' + i + ': ' + ObjectToStringEx2(x[i], c + 1); } }
59 + else if (x instanceof Object) { for (var i in x) { r += '\r\n' + gap2(c) + i + ' = ' + ObjectToStringEx2(x[i], c + 1); } }
60 + else { r += EscapeHtml(x); }
61 + return r;
62 }
63
64 // Create an ident gap
@@ -71,10 +71,10 @@ function ObjectToString2(x) { return ObjectToStringEx2(x, 0); }
71
72 // Convert a hex string to a raw string
73 function hex2rstr(d) {
74 - if (typeof d != 'string' || d.length == 0) return '';
75 - var r = '', m = ('' + d).match(/../g), t;
76 - while (t = m.shift()) r += String.fromCharCode('0x' + t);
77 - return r
74 + if (typeof d != 'string' || d.length == 0) return '';
75 + var r = '', m = ('' + d).match(/../g), t;
76 + while (t = m.shift()) r += String.fromCharCode('0x' + t);
77 + return r
78 }
79
80 // Convert decimal to hex
@@ -89,16 +89,16 @@ function decode_utf8(s) { return decodeURIComponent(escape(s)); }
89
90 // Convert a string into a blob
91 function data2blob(data) {
92 - var bytes = new Array(data.length);
93 - for (var i = 0; i < data.length; i++) bytes[i] = data.charCodeAt(i);
94 - return new Blob([new Uint8Array(bytes)]);
92 + var bytes = new Array(data.length);
93 + for (var i = 0; i < data.length; i++) bytes[i] = data.charCodeAt(i);
94 + return new Blob([new Uint8Array(bytes)]);
95 }
96
97 // Convert a UTF8 string into a blob
98 function utf2blob(str) {
99 - var bytes = [], utf8 = unescape(encodeURIComponent(str));
100 - for (var i = 0; i < utf8.length; i++) { bytes.push(utf8.charCodeAt(i)); }
101 - return new Blob([new Uint8Array(bytes)]);
99 + var bytes = [], utf8 = unescape(encodeURIComponent(str));
100 + for (var i = 0; i < utf8.length; i++) { bytes.push(utf8.charCodeAt(i)); }
101 + return new Blob([new Uint8Array(bytes)]);
102 }
103
104 // Generate random numbers
@@ -117,18 +117,18 @@ function isSafeString2(str) { return ((typeof str == 'string') && (str.indexOf('
117
118 // Parse URL arguments, only keep safe values
119 function parseUriArgs(decodeUrl) {
120 - var href = window.document.location.href;
121 - if (href.endsWith('#')) { href = href.substring(0, href.length - 1); }
122 - var name, r = {}, parsedUri = href.split(/[\?&|]/);
123 - parsedUri.splice(0, 1);
124 - for (var j in parsedUri) {
125 - var arg = parsedUri[j], i = arg.indexOf('=');
126 - name = arg.substring(0, i);
127 - r[name] = arg.substring(i + 1);
128 - if (decodeUrl) { r[name] = decodeURIComponent(arg.substring(i + 1)); }
129 - if (!isSafeString2(r[name])) { delete r[name]; } else { var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } }
130 - }
131 - return r;
120 + var href = window.document.location.href;
121 + if (href.endsWith('#')) { href = href.substring(0, href.length - 1); }
122 + var name, r = {}, parsedUri = href.split(/[\?&|]/);
123 + parsedUri.splice(0, 1);
124 + for (var j in parsedUri) {
125 + var arg = parsedUri[j], i = arg.indexOf('=');
126 + name = arg.substring(0, i);
127 + r[name] = arg.substring(i + 1);
128 + if (decodeUrl) { r[name] = decodeURIComponent(arg.substring(i + 1)); }
129 + if (!isSafeString2(r[name])) { delete r[name]; } else { var x = parseInt(r[name]); if (x == r[name]) { r[name] = x; } }
130 + }
131 + return r;
132 }
133
134 // check_webp_feature:
@@ -136,45 +136,59 @@ function parseUriArgs(decodeUrl) {
136 // 'callback(feature, isSupported)' will be passed back the detection result (in an asynchronous way!)
137 // From: https://stackoverflow.com/questions/5573096/detecting-webp-support
138 function check_webp_feature(feature, callback) {
139 - var kTestImages = {
140 - lossy: 'UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA'//,
141 - //lossless: 'UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==',
142 - //alpha: 'UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==',
143 - //animation: 'UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA'
144 - };
145 - var img = new Image();
146 - img.onload = function () {
147 - var result = (img.width > 0) && (img.height > 0);
148 - callback(feature, result);
149 - };
150 - img.onerror = function () {
151 - callback(feature, false);
152 - };
153 - img.src = 'data:image/webp;base64,' + kTestImages[feature];
139 + var kTestImages = {
140 + lossy: 'UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA'//,
141 + //lossless: 'UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==',
142 + //alpha: 'UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==',
143 + //animation: 'UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA'
144 + };
145 + var img = new Image();
146 + img.onload = function () {
147 + var result = (img.width > 0) && (img.height > 0);
148 + callback(feature, result);
149 + };
150 + img.onerror = function () {
151 + callback(feature, false);
152 + };
153 + img.src = 'data:image/webp;base64,' + kTestImages[feature];
154 }
155
156 // camelCase converter for JSON
157 function jsonToCamel(o) {
158 - var newO, origKey, newKey, value
159 - if (o instanceof Array) {
158 + var newO, origKey, newKey, value
159 + if (o instanceof Array) {
160 return o.map(function(value) {
161 - if (typeof value === "object") {
162 - value = jsonToCamel(value)
163 - }
164 - return value
165 - })
166 - } else {
167 - newO = {}
168 - for (origKey in o) {
169 - if (o.hasOwnProperty(origKey)) {
170 - newKey = (origKey.charAt(0).toLowerCase() + origKey.slice(1) || origKey).toString()
171 - value = o[origKey]
172 - if (value instanceof Array || (value !== null && value.constructor === Object)) {
173 - value = jsonToCamel(value)
174 - }
175 - newO[newKey] = value
161 + if (typeof value === "object") {
162 + value = jsonToCamel(value)
163 + }
164 + return value
165 + })
166 + } else {
167 + newO = {}
168 + for (origKey in o) {
169 + if (o.hasOwnProperty(origKey)) {
170 + newKey = (origKey.charAt(0).toLowerCase() + origKey.slice(1) || origKey).toString()
171 + value = o[origKey]
172 + if (value instanceof Array || (value !== null && value.constructor === Object)) {
173 + value = jsonToCamel(value)
174 }
175 + newO[newKey] = value
176 + }
177 + }
178 + }
179 + return newO
180 +}
181 +
182 +function joinPaths() {
183 + var x = [];
184 + for (var i in arguments) {
185 + var w = arguments[i];
186 + if ((w != null) && (w != '')) {
187 + while (w.endsWith('/') || w.endsWith('\\')) {
188 + w = w.substring(0, w.length - 1);
189 }
190 + x.push(w);
191 }
179 - return newO
180 - }
\ No newline at end of file
192 + }
193 + return x.join('/');
194 +}
\ No newline at end of file
translate/translate.json
+2039 -2033
@@ -28,8 +28,8 @@
28 "xloc": [
29 "default.handlebars->47->2229",
30 "default.handlebars->47->2231",
31 - "default3.handlebars->35->2225",
32 - "default3.handlebars->35->2227"
31 + "default3.handlebars->35->2226",
32 + "default3.handlebars->35->2228"
33 ]
34 },
35 {
@@ -331,7 +331,7 @@
331 "zh-cht": " 可以使用密碼提示,但不建議使用。",
332 "xloc": [
333 "default.handlebars->47->2101",
334 - "default3.handlebars->35->2081"
334 + "default3.handlebars->35->2082"
335 ]
336 },
337 {
@@ -362,8 +362,8 @@
362 "xloc": [
363 "default.handlebars->47->2355",
364 "default.handlebars->47->2939",
365 - "default3.handlebars->35->2352",
366 - "default3.handlebars->35->2933"
365 + "default3.handlebars->35->2353",
366 + "default3.handlebars->35->2934"
367 ]
368 },
369 {
@@ -987,7 +987,7 @@
987 "xloc": [
988 "default.handlebars->47->2313",
989 "default.handlebars->47->541",
990 - "default3.handlebars->35->2307",
990 + "default3.handlebars->35->2308",
991 "default3.handlebars->35->538"
992 ]
993 },
@@ -1107,11 +1107,11 @@
1107 "default.handlebars->47->2431",
1108 "default.handlebars->47->2712",
1109 "default3.handlebars->35->1020",
1110 - "default3.handlebars->35->1648",
1111 - "default3.handlebars->35->1650",
1112 - "default3.handlebars->35->1652",
1113 - "default3.handlebars->35->2428",
1114 - "default3.handlebars->35->2709"
1110 + "default3.handlebars->35->1649",
1111 + "default3.handlebars->35->1651",
1112 + "default3.handlebars->35->1653",
1113 + "default3.handlebars->35->2429",
1114 + "default3.handlebars->35->2710"
1115 ]
1116 },
1117 {
@@ -1287,7 +1287,7 @@
1287 "xloc": [
1288 "default-mobile.handlebars->11->926",
1289 "default.handlebars->47->1773",
1290 - "default3.handlebars->35->1756"
1290 + "default3.handlebars->35->1757"
1291 ]
1292 },
1293 {
@@ -1319,7 +1319,7 @@
1319 "default.handlebars->47->1118",
1320 "default.handlebars->47->2271",
1321 "default3.handlebars->35->1115",
1322 - "default3.handlebars->35->2267"
1322 + "default3.handlebars->35->2268"
1323 ]
1324 },
1325 {
@@ -1351,7 +1351,7 @@
1351 "default.handlebars->47->1119",
1352 "default.handlebars->47->2272",
1353 "default3.handlebars->35->1116",
1354 - "default3.handlebars->35->2268"
1354 + "default3.handlebars->35->2269"
1355 ]
1356 },
1357 {
@@ -1412,7 +1412,7 @@
1412 "default.handlebars->47->1115",
1413 "default.handlebars->47->2268",
1414 "default3.handlebars->35->1112",
1415 - "default3.handlebars->35->2264"
1415 + "default3.handlebars->35->2265"
1416 ]
1417 },
1418 {
@@ -1444,7 +1444,7 @@
1444 "default.handlebars->47->1116",
1445 "default.handlebars->47->2269",
1446 "default3.handlebars->35->1113",
1447 - "default3.handlebars->35->2265"
1447 + "default3.handlebars->35->2266"
1448 ]
1449 },
1450 {
@@ -1530,7 +1530,7 @@
1530 "xloc": [
1531 "default-mobile.handlebars->11->710",
1532 "default.handlebars->47->1542",
1533 - "default3.handlebars->35->1527"
1533 + "default3.handlebars->35->1528"
1534 ]
1535 },
1536 {
@@ -1559,7 +1559,7 @@
1559 "zh-cht": ", SSH",
1560 "xloc": [
1561 "default.handlebars->47->1510",
1562 - "default3.handlebars->35->1495"
1562 + "default3.handlebars->35->1496"
1563 ]
1564 },
1565 {
@@ -1621,7 +1621,7 @@
1621 "default.handlebars->47->1120",
1622 "default.handlebars->47->2273",
1623 "default3.handlebars->35->1117",
1624 - "default3.handlebars->35->2269"
1624 + "default3.handlebars->35->2270"
1625 ]
1626 },
1627 {
@@ -1679,7 +1679,7 @@
1679 "default.handlebars->47->1117",
1680 "default.handlebars->47->2270",
1681 "default3.handlebars->35->1114",
1682 - "default3.handlebars->35->2266"
1682 + "default3.handlebars->35->2267"
1683 ]
1684 },
1685 {
@@ -1714,8 +1714,8 @@
1714 "default.handlebars->47->1511",
1715 "default.handlebars->47->1543",
1716 "default3.handlebars->35->1406",
1717 - "default3.handlebars->35->1496",
1718 - "default3.handlebars->35->1528",
1717 + "default3.handlebars->35->1497",
1718 + "default3.handlebars->35->1529",
1719 "sharing-mobile.handlebars->11->14",
1720 "sharing-mobile.handlebars->11->46",
1721 "sharing-mobile.handlebars->11->63",
@@ -2053,9 +2053,9 @@
2053 "default.handlebars->47->1557",
2054 "default.handlebars->47->2497",
2055 "default.handlebars->47->3183",
2056 - "default3.handlebars->35->1542",
2057 - "default3.handlebars->35->2494",
2058 - "default3.handlebars->35->3171",
2056 + "default3.handlebars->35->1543",
2057 + "default3.handlebars->35->2495",
2058 + "default3.handlebars->35->3172",
2059 "sharing-mobile.handlebars->11->79",
2060 "sharing.handlebars->11->50"
2061 ]
@@ -2243,7 +2243,7 @@
2243 "zh-cht": "1個活躍時段",
2244 "xloc": [
2245 "default.handlebars->47->3034",
2246 - "default3.handlebars->35->3028"
2246 + "default3.handlebars->35->3029"
2247 ]
2248 },
2249 {
@@ -2275,7 +2275,7 @@
2275 "default-mobile.handlebars->11->1069",
2276 "default-mobile.handlebars->11->370",
2277 "default.handlebars->47->2521",
2278 - "default3.handlebars->35->2518",
2278 + "default3.handlebars->35->2519",
2279 "download.handlebars->3->1",
2280 "download2.handlebars->5->1",
2281 "sharing-mobile.handlebars->11->112",
@@ -2403,7 +2403,7 @@
2403 "zh-cht": "1群",
2404 "xloc": [
2405 "default.handlebars->47->2989",
2406 - "default3.handlebars->35->2983"
2406 + "default3.handlebars->35->2984"
2407 ]
2408 },
2409 {
@@ -2469,7 +2469,7 @@
2469 "default.handlebars->47->1228",
2470 "default.handlebars->47->2066",
2471 "default3.handlebars->35->1223",
2472 - "default3.handlebars->35->2047"
2472 + "default3.handlebars->35->2048"
2473 ]
2474 },
2475 {
@@ -2588,7 +2588,7 @@
2588 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2589 "xloc": [
2590 "default.handlebars->47->2744",
2591 - "default3.handlebars->35->2741"
2591 + "default3.handlebars->35->2742"
2592 ]
2593 },
2594 {
@@ -2860,7 +2860,7 @@
2860 "default.handlebars->47->474",
2861 "default.handlebars->47->478",
2862 "default.handlebars->47->482",
2863 - "default3.handlebars->35->2745",
2863 + "default3.handlebars->35->2746",
2864 "default3.handlebars->35->456",
2865 "default3.handlebars->35->459",
2866 "default3.handlebars->35->463",
@@ -3082,7 +3082,7 @@
3082 "default.handlebars->47->1230",
3083 "default.handlebars->47->2068",
3084 "default3.handlebars->35->1225",
3085 - "default3.handlebars->35->2049"
3085 + "default3.handlebars->35->2050"
3086 ]
3087 },
3088 {
@@ -3293,7 +3293,7 @@
3293 "default.handlebars->47->1238",
3294 "default.handlebars->47->2076",
3295 "default3.handlebars->35->1233",
3296 - "default3.handlebars->35->2057"
3296 + "default3.handlebars->35->2058"
3297 ]
3298 },
3299 {
@@ -3440,7 +3440,7 @@
3440 "default.handlebars->47->1231",
3441 "default.handlebars->47->2069",
3442 "default3.handlebars->35->1226",
3443 - "default3.handlebars->35->2050"
3443 + "default3.handlebars->35->2051"
3444 ]
3445 },
3446 {
@@ -3472,7 +3472,7 @@
3472 "default.handlebars->47->1239",
3473 "default.handlebars->47->2077",
3474 "default3.handlebars->35->1234",
3475 - "default3.handlebars->35->2058"
3475 + "default3.handlebars->35->2059"
3476 ]
3477 },
3478 {
@@ -3620,7 +3620,7 @@
3620 "default.handlebars->47->1241",
3621 "default.handlebars->47->2079",
3622 "default3.handlebars->35->1236",
3623 - "default3.handlebars->35->2060"
3623 + "default3.handlebars->35->2061"
3624 ]
3625 },
3626 {
@@ -3652,7 +3652,7 @@
3652 "default.handlebars->47->1235",
3653 "default.handlebars->47->2073",
3654 "default3.handlebars->35->1230",
3655 - "default3.handlebars->35->2054"
3655 + "default3.handlebars->35->2055"
3656 ]
3657 },
3658 {
@@ -3865,7 +3865,7 @@
3865 "default.handlebars->47->1240",
3866 "default.handlebars->47->2078",
3867 "default3.handlebars->35->1235",
3868 - "default3.handlebars->35->2059"
3868 + "default3.handlebars->35->2060"
3869 ]
3870 },
3871 {
@@ -3953,7 +3953,7 @@
3953 "zh-cht": "2FA備份代碼已清除",
3954 "xloc": [
3955 "default.handlebars->47->2634",
3956 - "default3.handlebars->35->2631"
3956 + "default3.handlebars->35->2632"
3957 ]
3958 },
3959 {
@@ -4014,7 +4014,7 @@
4014 "zh-cht": "第二個因素",
4015 "xloc": [
4016 "default.handlebars->47->3222",
4017 - "default3.handlebars->35->3210"
4017 + "default3.handlebars->35->3211"
4018 ]
4019 },
4020 {
@@ -4045,8 +4045,8 @@
4045 "xloc": [
4046 "default.handlebars->47->2762",
4047 "default.handlebars->47->3015",
4048 - "default3.handlebars->35->2759",
4049 - "default3.handlebars->35->3009"
4048 + "default3.handlebars->35->2760",
4049 + "default3.handlebars->35->3010"
4050 ]
4051 },
4052 {
@@ -4220,7 +4220,7 @@
4220 "default.handlebars->47->1232",
4221 "default.handlebars->47->2070",
4222 "default3.handlebars->35->1227",
4223 - "default3.handlebars->35->2051"
4223 + "default3.handlebars->35->2052"
4224 ]
4225 },
4226 {
@@ -4251,7 +4251,7 @@
4251 "xloc": [
4252 "default-mobile.handlebars->11->755",
4253 "default.handlebars->47->1620",
4254 - "default3.handlebars->35->1605"
4254 + "default3.handlebars->35->1606"
4255 ]
4256 },
4257 {
@@ -4341,7 +4341,7 @@
4341 "default.handlebars->47->1242",
4342 "default.handlebars->47->2080",
4343 "default3.handlebars->35->1237",
4344 - "default3.handlebars->35->2061"
4344 + "default3.handlebars->35->2062"
4345 ]
4346 },
4347 {
@@ -4373,7 +4373,7 @@
4373 "default.handlebars->47->1236",
4374 "default.handlebars->47->2074",
4375 "default3.handlebars->35->1231",
4376 - "default3.handlebars->35->2055"
4376 + "default3.handlebars->35->2056"
4377 ]
4378 },
4379 {
@@ -4522,7 +4522,7 @@
4522 "default.handlebars->47->1233",
4523 "default.handlebars->47->2071",
4524 "default3.handlebars->35->1228",
4525 - "default3.handlebars->35->2052"
4525 + "default3.handlebars->35->2053"
4526 ]
4527 },
4528 {
@@ -4583,7 +4583,7 @@
4583 "default.handlebars->47->1229",
4584 "default.handlebars->47->2067",
4585 "default3.handlebars->35->1224",
4586 - "default3.handlebars->35->2048"
4586 + "default3.handlebars->35->2049"
4587 ]
4588 },
4589 {
@@ -4797,7 +4797,7 @@
4797 "default.handlebars->47->1234",
4798 "default.handlebars->47->2072",
4799 "default3.handlebars->35->1229",
4800 - "default3.handlebars->35->2053"
4800 + "default3.handlebars->35->2054"
4801 ]
4802 },
4803 {
@@ -4887,7 +4887,7 @@
4887 "xloc": [
4888 "default-mobile.handlebars->11->757",
4889 "default.handlebars->47->1622",
4890 - "default3.handlebars->35->1607"
4890 + "default3.handlebars->35->1608"
4891 ]
4892 },
4893 {
@@ -5080,7 +5080,7 @@
5080 "zh-cht": "7天",
5081 "xloc": [
5082 "default.handlebars->47->2081",
5083 - "default3.handlebars->35->2062"
5083 + "default3.handlebars->35->2063"
5084 ]
5085 },
5086 {
@@ -5176,7 +5176,7 @@
5176 "default.handlebars->47->569",
5177 "default.handlebars->47->583",
5178 "default3.handlebars->35->1232",
5179 - "default3.handlebars->35->2056",
5179 + "default3.handlebars->35->2057",
5180 "default3.handlebars->35->566",
5181 "default3.handlebars->35->580"
5182 ]
@@ -5384,7 +5384,7 @@
5384 "default.handlebars->47->2249",
5385 "default.handlebars->47->447",
5386 "default.handlebars->47->931",
5387 - "default3.handlebars->35->2245",
5387 + "default3.handlebars->35->2246",
5388 "default3.handlebars->35->444",
5389 "default3.handlebars->35->928"
5390 ]
@@ -5517,7 +5517,7 @@
5517 "zh-cht": "AMT操作系統",
5518 "xloc": [
5519 "default.handlebars->47->3381",
5520 - "default3.handlebars->35->3369"
5520 + "default3.handlebars->35->3370"
5521 ]
5522 },
5523 {
@@ -5547,8 +5547,8 @@
5547 "xloc": [
5548 "default.handlebars->47->3232",
5549 "default.handlebars->47->3285",
5550 - "default3.handlebars->35->3220",
5551 - "default3.handlebars->35->3273"
5550 + "default3.handlebars->35->3221",
5551 + "default3.handlebars->35->3274"
5552 ]
5553 },
5554 {
@@ -5578,8 +5578,8 @@
5578 "xloc": [
5579 "default.handlebars->47->3231",
5580 "default.handlebars->47->3284",
5581 - "default3.handlebars->35->3219",
5582 - "default3.handlebars->35->3272"
5581 + "default3.handlebars->35->3220",
5582 + "default3.handlebars->35->3273"
5583 ]
5584 },
5585 {
@@ -5848,7 +5848,7 @@
5848 "xloc": [
5849 "default-mobile.handlebars->11->927",
5850 "default.handlebars->47->1774",
5851 - "default3.handlebars->35->1757"
5851 + "default3.handlebars->35->1758"
5852 ]
5853 },
5854 {
@@ -5938,7 +5938,7 @@
5938 "zh-cht": "存取伺服器檔案",
5939 "xloc": [
5940 "default.handlebars->47->2945",
5941 - "default3.handlebars->35->2939"
5941 + "default3.handlebars->35->2940"
5942 ]
5943 },
5944 {
@@ -6071,10 +6071,10 @@
6071 "default.handlebars->47->740",
6072 "default.handlebars->47->891",
6073 "default.handlebars->47->893",
6074 - "default3.handlebars->35->2112",
6074 "default3.handlebars->35->2113",
6076 - "default3.handlebars->35->3422",
6077 - "default3.handlebars->35->3424",
6075 + "default3.handlebars->35->2114",
6076 + "default3.handlebars->35->3423",
6077 + "default3.handlebars->35->3425",
6078 "default3.handlebars->35->737",
6079 "default3.handlebars->35->888",
6080 "default3.handlebars->35->890"
@@ -6108,7 +6108,7 @@
6108 "xloc": [
6109 "default-mobile.handlebars->11->1036",
6110 "default.handlebars->47->3305",
6111 - "default3.handlebars->35->3293"
6111 + "default3.handlebars->35->3294"
6112 ]
6113 },
6114 {
@@ -6184,7 +6184,7 @@
6184 "uk": "Акаунт змінено на синхронізацію з даними LDAP.",
6185 "xloc": [
6186 "default.handlebars->47->2695",
6187 - "default3.handlebars->35->2692"
6187 + "default3.handlebars->35->2693"
6188 ]
6189 },
6190 {
@@ -6214,7 +6214,7 @@
6214 "zh-cht": "帳戶已更改:{0}",
6215 "xloc": [
6216 "default.handlebars->47->2607",
6217 - "default3.handlebars->35->2604"
6217 + "default3.handlebars->35->2605"
6218 ]
6219 },
6220 {
@@ -6244,7 +6244,7 @@
6244 "zh-cht": "創建帳戶,電子郵件為{0}",
6245 "xloc": [
6246 "default.handlebars->47->2606",
6247 - "default3.handlebars->35->2603"
6247 + "default3.handlebars->35->2604"
6248 ]
6249 },
6250 {
@@ -6274,7 +6274,7 @@
6274 "zh-cht": "已創建帳戶,名稱為 {0}。",
6275 "xloc": [
6276 "default.handlebars->47->2669",
6277 - "default3.handlebars->35->2666"
6277 + "default3.handlebars->35->2667"
6278 ]
6279 },
6280 {
@@ -6304,7 +6304,7 @@
6304 "zh-cht": "帳戶已創建,用戶名是{0}",
6305 "xloc": [
6306 "default.handlebars->47->2605",
6307 - "default3.handlebars->35->2602"
6307 + "default3.handlebars->35->2603"
6308 ]
6309 },
6310 {
@@ -6338,8 +6338,8 @@
6338 "default.handlebars->47->2764",
6339 "default.handlebars->47->2942",
6340 "default3.handlebars->35->220",
6341 - "default3.handlebars->35->2761",
6342 - "default3.handlebars->35->2936"
6341 + "default3.handlebars->35->2762",
6342 + "default3.handlebars->35->2937"
6343 ]
6344 },
6345 {
@@ -6370,7 +6370,7 @@
6370 "xloc": [
6371 "default-mobile.handlebars->11->1048",
6372 "default.handlebars->47->3317",
6373 - "default3.handlebars->35->3305",
6373 + "default3.handlebars->35->3306",
6374 "login-mobile.handlebars->5->6",
6375 "login.handlebars->5->8",
6376 "login2.handlebars->7->206"
@@ -6434,7 +6434,7 @@
6434 "zh-cht": "帳號登錄",
6435 "xloc": [
6436 "default.handlebars->47->2542",
6437 - "default3.handlebars->35->2539"
6437 + "default3.handlebars->35->2540"
6438 ]
6439 },
6440 {
@@ -6464,7 +6464,7 @@
6464 "zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
6465 "xloc": [
6466 "default.handlebars->47->2648",
6467 - "default3.handlebars->35->2645"
6467 + "default3.handlebars->35->2646"
6468 ]
6469 },
6470 {
@@ -6479,7 +6479,7 @@
6479 "uk": "Записи токенів входу до акаунту",
6480 "xloc": [
6481 "default.handlebars->47->3274",
6482 - "default3.handlebars->35->3262"
6482 + "default3.handlebars->35->3263"
6483 ]
6484 },
6485 {
@@ -6509,7 +6509,7 @@
6509 "zh-cht": "帳戶登出",
6510 "xloc": [
6511 "default.handlebars->47->2543",
6512 - "default3.handlebars->35->2540"
6512 + "default3.handlebars->35->2541"
6513 ]
6514 },
6515 {
@@ -6570,7 +6570,7 @@
6570 "zh-cht": "帳戶密碼已更改:{0}",
6571 "xloc": [
6572 "default.handlebars->47->2615",
6573 - "default3.handlebars->35->2612"
6573 + "default3.handlebars->35->2613"
6574 ]
6575 },
6576 {
@@ -6600,7 +6600,7 @@
6600 "zh-cht": "帳戶已刪除",
6601 "xloc": [
6602 "default.handlebars->47->2604",
6603 - "default3.handlebars->35->2601"
6603 + "default3.handlebars->35->2602"
6604 ]
6605 },
6606 {
@@ -6662,7 +6662,7 @@
6662 "default-mobile.handlebars->11->942",
6663 "default.handlebars->47->1789",
6664 "default.handlebars->container->column_l->p42->p42tbl->1->0->8",
6665 - "default3.handlebars->35->1772",
6665 + "default3.handlebars->35->1773",
6666 "default3.handlebars->container->column_l->p42->p42tbl->1->0->17"
6667 ]
6668 },
@@ -6853,7 +6853,7 @@
6853 "zh-cht": "如果ACM失敗,則激活到CCM",
6854 "xloc": [
6855 "default.handlebars->47->2304",
6856 - "default3.handlebars->35->2298"
6856 + "default3.handlebars->35->2299"
6857 ]
6858 },
6859 {
@@ -6888,7 +6888,7 @@
6888 "default.handlebars->47->1675",
6889 "default.handlebars->47->924",
6890 "default.handlebars->47->926",
6891 - "default3.handlebars->35->1658",
6891 + "default3.handlebars->35->1659",
6892 "default3.handlebars->35->921",
6893 "default3.handlebars->35->923"
6894 ]
@@ -6952,7 +6952,7 @@
6952 "default.handlebars->47->1100",
6953 "default.handlebars->47->2253",
6954 "default3.handlebars->35->1097",
6955 - "default3.handlebars->35->2249"
6955 + "default3.handlebars->35->2250"
6956 ]
6957 },
6958 {
@@ -6982,7 +6982,7 @@
6982 "zh-cht": "活動登錄令牌",
6983 "xloc": [
6984 "default.handlebars->47->2141",
6985 - "default3.handlebars->35->2141"
6985 + "default3.handlebars->35->2142"
6986 ]
6987 },
6988 {
@@ -7102,8 +7102,8 @@
7102 "default-mobile.handlebars->11->680",
7103 "default.handlebars->47->1452",
7104 "default.handlebars->47->1458",
7105 - "default3.handlebars->35->1439",
7106 - "default3.handlebars->35->1445",
7105 + "default3.handlebars->35->1440",
7106 + "default3.handlebars->35->1446",
7107 "sharing-mobile.handlebars->11->41"
7108 ]
7109 },
@@ -7187,7 +7187,7 @@
7187 "xloc": [
7188 "default.handlebars->47->2243",
7189 "default.handlebars->47->501",
7190 - "default3.handlebars->35->2239",
7190 + "default3.handlebars->35->2240",
7191 "default3.handlebars->35->498"
7192 ]
7193 },
@@ -7247,9 +7247,9 @@
7247 "default.handlebars->47->2917",
7248 "default.handlebars->47->3112",
7249 "default.handlebars->47->505",
7250 - "default3.handlebars->35->2243",
7251 - "default3.handlebars->35->2911",
7252 - "default3.handlebars->35->3100",
7250 + "default3.handlebars->35->2244",
7251 + "default3.handlebars->35->2912",
7252 + "default3.handlebars->35->3101",
7253 "default3.handlebars->35->502"
7254 ]
7255 },
@@ -7313,9 +7313,9 @@
7313 "default.handlebars->47->2911",
7314 "default.handlebars->47->3100",
7315 "default.handlebars->47->401",
7316 - "default3.handlebars->35->2389",
7317 - "default3.handlebars->35->2905",
7318 - "default3.handlebars->35->3088",
7316 + "default3.handlebars->35->2390",
7317 + "default3.handlebars->35->2906",
7318 + "default3.handlebars->35->3089",
7319 "default3.handlebars->35->398"
7320 ]
7321 },
@@ -7346,7 +7346,7 @@
7346 "zh-cht": "新增裝置群權限",
7347 "xloc": [
7348 "default.handlebars->47->2389",
7349 - "default3.handlebars->35->2386"
7349 + "default3.handlebars->35->2387"
7350 ]
7351 },
7352 {
@@ -7377,8 +7377,8 @@
7377 "xloc": [
7378 "default.handlebars->47->2394",
7379 "default.handlebars->47->2396",
7380 - "default3.handlebars->35->2391",
7381 - "default3.handlebars->35->2393"
7380 + "default3.handlebars->35->2392",
7381 + "default3.handlebars->35->2394"
7382 ]
7383 },
7384 {
@@ -7550,7 +7550,7 @@
7550 "zh-cht": "新增成員身份",
7551 "xloc": [
7552 "default.handlebars->47->3132",
7553 - "default3.handlebars->35->3120"
7553 + "default3.handlebars->35->3121"
7554 ]
7555 },
7556 {
@@ -7641,8 +7641,8 @@
7641 "default.handlebars->47->257",
7642 "default.handlebars->47->260",
7643 "default.handlebars->47->262",
7644 - "default3.handlebars->35->1837",
7644 "default3.handlebars->35->1838",
7645 + "default3.handlebars->35->1839",
7646 "default3.handlebars->35->252",
7647 "default3.handlebars->35->254",
7648 "default3.handlebars->35->257",
@@ -7707,7 +7707,7 @@
7707 "zh-cht": "新增用戶裝置權限",
7708 "xloc": [
7709 "default.handlebars->47->2399",
7710 - "default3.handlebars->35->2396"
7710 + "default3.handlebars->35->2397"
7711 ]
7712 },
7713 {
@@ -7741,9 +7741,9 @@
7741 "default.handlebars->47->2391",
7742 "default.handlebars->47->3106",
7743 "default3.handlebars->35->1090",
7744 - "default3.handlebars->35->2233",
7745 - "default3.handlebars->35->2388",
7746 - "default3.handlebars->35->3094"
7744 + "default3.handlebars->35->2234",
7745 + "default3.handlebars->35->2389",
7746 + "default3.handlebars->35->3095"
7747 ]
7748 },
7749 {
@@ -7773,7 +7773,7 @@
7773 "zh-cht": "新增用戶群裝置權限",
7774 "xloc": [
7775 "default.handlebars->47->2401",
7776 - "default3.handlebars->35->2398"
7776 + "default3.handlebars->35->2399"
7777 ]
7778 },
7779 {
@@ -7859,8 +7859,8 @@
7859 "xloc": [
7860 "default.handlebars->47->2236",
7861 "default.handlebars->47->2906",
7862 - "default3.handlebars->35->2232",
7863 - "default3.handlebars->35->2900"
7862 + "default3.handlebars->35->2233",
7863 + "default3.handlebars->35->2901"
7864 ]
7865 },
7866 {
@@ -7890,7 +7890,7 @@
7890 "zh-cht": "將用戶新增到裝置群",
7891 "xloc": [
7892 "default.handlebars->47->2388",
7893 - "default3.handlebars->35->2385"
7893 + "default3.handlebars->35->2386"
7894 ]
7895 },
7896 {
@@ -7920,7 +7920,7 @@
7920 "zh-cht": "將用戶新增到用戶群",
7921 "xloc": [
7922 "default.handlebars->47->2941",
7923 - "default3.handlebars->35->2935"
7923 + "default3.handlebars->35->2936"
7924 ]
7925 },
7926 {
@@ -8127,7 +8127,7 @@
8127 "xloc": [
8128 "default.handlebars->47->2242",
8129 "default.handlebars->47->500",
8130 - "default3.handlebars->35->2238",
8130 + "default3.handlebars->35->2239",
8131 "default3.handlebars->35->497"
8132 ]
8133 },
@@ -8159,7 +8159,7 @@
8159 "xloc": [
8160 "default.handlebars->47->2246",
8161 "default.handlebars->47->504",
8162 - "default3.handlebars->35->2242",
8162 + "default3.handlebars->35->2243",
8163 "default3.handlebars->35->501"
8164 ]
8165 },
@@ -8280,7 +8280,7 @@
8280 "zh-cht": "添加了身份驗證應用程序",
8281 "xloc": [
8282 "default.handlebars->47->2631",
8283 - "default3.handlebars->35->2628"
8283 + "default3.handlebars->35->2629"
8284 ]
8285 },
8286 {
@@ -8310,7 +8310,7 @@
8310 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
8311 "xloc": [
8312 "default.handlebars->47->2642",
8313 - "default3.handlebars->35->2639"
8313 + "default3.handlebars->35->2640"
8314 ]
8315 },
8316 {
@@ -8340,7 +8340,7 @@
8340 "zh-cht": "添加了每天重複的設備共享 {0}。",
8341 "xloc": [
8342 "default.handlebars->47->2679",
8343 - "default3.handlebars->35->2676"
8343 + "default3.handlebars->35->2677"
8344 ]
8345 },
8346 {
@@ -8370,7 +8370,7 @@
8370 "zh-cht": "添加了每週重複的設備共享 {0}。",
8371 "xloc": [
8372 "default.handlebars->47->2680",
8373 - "default3.handlebars->35->2677"
8373 + "default3.handlebars->35->2678"
8374 ]
8375 },
8376 {
@@ -8400,7 +8400,7 @@
8400 "zh-cht": "添加了無限時間的設備共享 {0}。",
8401 "xloc": [
8402 "default.handlebars->47->2672",
8403 - "default3.handlebars->35->2669"
8403 + "default3.handlebars->35->2670"
8404 ]
8405 },
8406 {
@@ -8431,8 +8431,8 @@
8431 "xloc": [
8432 "default.handlebars->47->2598",
8433 "default.handlebars->47->2625",
8434 - "default3.handlebars->35->2595",
8435 - "default3.handlebars->35->2622"
8434 + "default3.handlebars->35->2596",
8435 + "default3.handlebars->35->2623"
8436 ]
8437 },
8438 {
@@ -8462,7 +8462,7 @@
8462 "zh-cht": "添加了登錄令牌",
8463 "xloc": [
8464 "default.handlebars->47->2656",
8465 - "default3.handlebars->35->2653"
8465 + "default3.handlebars->35->2654"
8466 ]
8467 },
8468 {
@@ -8492,7 +8492,7 @@
8492 "zh-cht": "增加推送通知認證設備",
8493 "xloc": [
8494 "default.handlebars->47->2654",
8495 - "default3.handlebars->35->2651"
8495 + "default3.handlebars->35->2652"
8496 ]
8497 },
8498 {
@@ -8522,7 +8522,7 @@
8522 "zh-cht": "添加了安全密鑰",
8523 "xloc": [
8524 "default.handlebars->47->2636",
8525 - "default3.handlebars->35->2633"
8525 + "default3.handlebars->35->2634"
8526 ]
8527 },
8528 {
@@ -8552,7 +8552,7 @@
8552 "zh-cht": "已將用戶組{0}添加到設備組{1}",
8553 "xloc": [
8554 "default.handlebars->47->2609",
8555 - "default3.handlebars->35->2606"
8555 + "default3.handlebars->35->2607"
8556 ]
8557 },
8558 {
@@ -8583,8 +8583,8 @@
8583 "xloc": [
8584 "default.handlebars->47->2612",
8585 "default.handlebars->47->2621",
8586 - "default3.handlebars->35->2609",
8587 - "default3.handlebars->35->2618"
8586 + "default3.handlebars->35->2610",
8587 + "default3.handlebars->35->2619"
8588 ]
8589 },
8590 {
@@ -8674,7 +8674,7 @@
8674 "xloc": [
8675 "default-mobile.handlebars->11->831",
8676 "default.handlebars->47->1677",
8677 - "default3.handlebars->35->1660"
8677 + "default3.handlebars->35->1661"
8678 ]
8679 },
8680 {
@@ -8705,7 +8705,7 @@
8705 "xloc": [
8706 "default-mobile.handlebars->11->837",
8707 "default.handlebars->47->1683",
8708 - "default3.handlebars->35->1666"
8708 + "default3.handlebars->35->1667"
8709 ]
8710 },
8711 {
@@ -8739,10 +8739,10 @@
8739 "default.handlebars->47->3228",
8740 "default.handlebars->47->3281",
8741 "default.handlebars->termShellContextMenu->3",
8742 - "default3.handlebars->35->3140",
8743 - "default3.handlebars->35->3150",
8744 - "default3.handlebars->35->3216",
8745 - "default3.handlebars->35->3269",
8742 + "default3.handlebars->35->3141",
8743 + "default3.handlebars->35->3151",
8744 + "default3.handlebars->35->3217",
8745 + "default3.handlebars->35->3270",
8746 "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
8747 "player.handlebars->3->29",
8748 "xterm.handlebars->termShellContextMenu->cxtermps"
@@ -8775,7 +8775,7 @@
8775 "zh-cht": "管理領域",
8776 "xloc": [
8777 "default.handlebars->47->2993",
8778 - "default3.handlebars->35->2987"
8778 + "default3.handlebars->35->2988"
8779 ]
8780 },
8781 {
@@ -8836,7 +8836,7 @@
8836 "zh-cht": "管理領域",
8837 "xloc": [
8838 "default.handlebars->47->2838",
8839 - "default3.handlebars->35->2832"
8839 + "default3.handlebars->35->2833"
8840 ]
8841 },
8842 {
@@ -8866,7 +8866,7 @@
8866 "zh-cht": "管理員",
8867 "xloc": [
8868 "default.handlebars->47->2756",
8869 - "default3.handlebars->35->2753"
8869 + "default3.handlebars->35->2754"
8870 ]
8871 },
8872 {
@@ -8897,7 +8897,7 @@
8897 "xloc": [
8898 "default-mobile.handlebars->11->115",
8899 "default.handlebars->47->1859",
8900 - "default3.handlebars->35->1840",
8900 + "default3.handlebars->35->1841",
8901 "login2.handlebars->7->1"
8902 ]
8903 },
@@ -8938,9 +8938,9 @@
8938 "default.handlebars->47->728",
8939 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8940 "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
8941 - "default3.handlebars->35->2469",
8942 - "default3.handlebars->35->2482",
8943 - "default3.handlebars->35->3367",
8941 + "default3.handlebars->35->2470",
8942 + "default3.handlebars->35->2483",
8943 + "default3.handlebars->35->3368",
8944 "default3.handlebars->35->418",
8945 "default3.handlebars->35->725",
8946 "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8975,8 +8975,8 @@
8975 "xloc": [
8976 "default.handlebars->47->2474",
8977 "default.handlebars->47->2487",
8978 - "default3.handlebars->35->2471",
8979 - "default3.handlebars->35->2484"
8978 + "default3.handlebars->35->2472",
8979 + "default3.handlebars->35->2485"
8980 ]
8981 },
8982 {
@@ -9040,7 +9040,7 @@
9040 "default-mobile.handlebars->11->616",
9041 "default.handlebars->47->2409",
9042 "default.handlebars->47->818",
9043 - "default3.handlebars->35->2406",
9043 + "default3.handlebars->35->2407",
9044 "default3.handlebars->35->815"
9045 ]
9046 },
@@ -9071,7 +9071,7 @@
9071 "zh-cht": "代理錯誤計數器",
9072 "xloc": [
9073 "default.handlebars->47->3347",
9074 - "default3.handlebars->35->3335"
9074 + "default3.handlebars->35->3336"
9075 ]
9076 },
9077 {
@@ -9294,7 +9294,7 @@
9294 "default.handlebars->47->1121",
9295 "default.handlebars->47->2274",
9296 "default3.handlebars->35->1118",
9297 - "default3.handlebars->35->2270"
9297 + "default3.handlebars->35->2271"
9298 ]
9299 },
9300 {
@@ -9324,7 +9324,7 @@
9324 "zh-cht": "代理時段",
9325 "xloc": [
9326 "default.handlebars->47->3364",
9327 - "default3.handlebars->35->3352"
9327 + "default3.handlebars->35->3353"
9328 ]
9329 },
9330 {
@@ -9444,7 +9444,7 @@
9444 "xloc": [
9445 "default.handlebars->47->2483",
9446 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1",
9447 - "default3.handlebars->35->2480",
9447 + "default3.handlebars->35->2481",
9448 "default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
9449 ]
9450 },
@@ -9507,7 +9507,7 @@
9507 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
9508 "xloc": [
9509 "default.handlebars->47->2595",
9510 - "default3.handlebars->35->2592"
9510 + "default3.handlebars->35->2593"
9511 ]
9512 },
9513 {
@@ -9740,7 +9740,7 @@
9740 "xloc": [
9741 "default-mobile.handlebars->11->925",
9742 "default.handlebars->47->1772",
9743 - "default3.handlebars->35->1755"
9743 + "default3.handlebars->35->1756"
9744 ]
9745 },
9746 {
@@ -9771,7 +9771,7 @@
9771 "xloc": [
9772 "default-mobile.handlebars->11->924",
9773 "default.handlebars->47->1771",
9774 - "default3.handlebars->35->1754"
9774 + "default3.handlebars->35->1755"
9775 ]
9776 },
9777 {
@@ -10015,8 +10015,8 @@
10015 "default.handlebars->47->2440",
10016 "default.handlebars->47->3392",
10017 "default.handlebars->47->588",
10018 - "default3.handlebars->35->2437",
10019 - "default3.handlebars->35->3380",
10018 + "default3.handlebars->35->2438",
10019 + "default3.handlebars->35->3381",
10020 "default3.handlebars->35->585"
10021 ]
10022 },
@@ -10048,7 +10048,7 @@
10048 "xloc": [
10049 "default-mobile.handlebars->11->116",
10050 "default.handlebars->47->1860",
10051 - "default3.handlebars->35->1841",
10051 + "default3.handlebars->35->1842",
10052 "login2.handlebars->7->2"
10053 ]
10054 },
@@ -10096,7 +10096,7 @@
10096 "default-mobile.handlebars->11->720",
10097 "default.handlebars->47->3196",
10098 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
10099 - "default3.handlebars->35->3184",
10099 + "default3.handlebars->35->3185",
10100 "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
10101 "sharing-mobile.handlebars->11->80",
10102 "sharing-mobile.handlebars->11->82"
@@ -10129,7 +10129,7 @@
10129 "zh-cht": "全部可用",
10130 "xloc": [
10131 "default.handlebars->47->2718",
10132 - "default3.handlebars->35->2715"
10132 + "default3.handlebars->35->2716"
10133 ]
10134 },
10135 {
@@ -10160,7 +10160,7 @@
10160 "xloc": [
10161 "default.handlebars->47->2441",
10162 "default.handlebars->47->589",
10163 - "default3.handlebars->35->2438",
10163 + "default3.handlebars->35->2439",
10164 "default3.handlebars->35->586"
10165 ]
10166 },
@@ -10191,7 +10191,7 @@
10191 "zh-cht": "所有顯示",
10192 "xloc": [
10193 "default.handlebars->47->1503",
10194 - "default3.handlebars->35->1488"
10194 + "default3.handlebars->35->1489"
10195 ]
10196 },
10197 {
@@ -10221,7 +10221,7 @@
10221 "zh-cht": "所有事件",
10222 "xloc": [
10223 "default.handlebars->47->2716",
10224 - "default3.handlebars->35->2713"
10224 + "default3.handlebars->35->2714"
10225 ]
10226 },
10227 {
@@ -10254,8 +10254,8 @@
10254 "default.handlebars->47->1423",
10255 "default.handlebars->47->1424",
10256 "default3.handlebars->35->1408",
10257 - "default3.handlebars->35->1410",
10258 - "default3.handlebars->35->1411"
10257 + "default3.handlebars->35->1411",
10258 + "default3.handlebars->35->1412"
10259 ]
10260 },
10261 {
@@ -10296,7 +10296,7 @@
10296 "zh-chs": "所有主题",
10297 "zh-cht": "所有主題",
10298 "xloc": [
10299 - "default3.handlebars->35->2109"
10299 + "default3.handlebars->35->2110"
10300 ]
10301 },
10302 {
@@ -10332,7 +10332,7 @@
10332 "en": "Allow to override server device name until next connection",
10333 "xloc": [
10334 "default.handlebars->47->2346",
10335 - "default3.handlebars->35->2343"
10335 + "default3.handlebars->35->2344"
10336 ]
10337 },
10338 {
@@ -10363,8 +10363,8 @@
10363 "xloc": [
10364 "default.handlebars->47->2353",
10365 "default.handlebars->47->2938",
10366 - "default3.handlebars->35->2350",
10367 - "default3.handlebars->35->2932"
10366 + "default3.handlebars->35->2351",
10367 + "default3.handlebars->35->2933"
10368 ]
10369 },
10370 {
@@ -10394,7 +10394,7 @@
10394 "zh-cht": "允許用戶管理此裝置。",
10395 "xloc": [
10396 "default.handlebars->47->2354",
10397 - "default3.handlebars->35->2351"
10397 + "default3.handlebars->35->2352"
10398 ]
10399 },
10400 {
@@ -10514,8 +10514,8 @@
10514 "default-mobile.handlebars->11->677",
10515 "default.handlebars->47->1445",
10516 "default.handlebars->47->1449",
10517 - "default3.handlebars->35->1432",
10518 - "default3.handlebars->35->1436",
10517 + "default3.handlebars->35->1433",
10518 + "default3.handlebars->35->1437",
10519 "sharing-mobile.handlebars->11->34",
10520 "sharing-mobile.handlebars->11->38"
10521 ]
@@ -10639,7 +10639,7 @@
10639 "zh-cht": "備用(F10 = ESC + 0)",
10640 "xloc": [
10641 "default.handlebars->47->1537",
10642 - "default3.handlebars->35->1522",
10642 + "default3.handlebars->35->1523",
10643 "sharing.handlebars->11->37"
10644 ]
10645 },
@@ -10740,9 +10740,9 @@
10740 "default.handlebars->47->2897",
10741 "default.handlebars->47->3002",
10742 "default.handlebars->47->987",
10743 - "default3.handlebars->35->2209",
10744 - "default3.handlebars->35->2891",
10745 - "default3.handlebars->35->2996",
10743 + "default3.handlebars->35->2210",
10744 + "default3.handlebars->35->2892",
10745 + "default3.handlebars->35->2997",
10746 "default3.handlebars->35->984"
10747 ]
10748 },
@@ -10776,9 +10776,9 @@
10776 "default.handlebars->47->2898",
10777 "default.handlebars->47->3003",
10778 "default.handlebars->47->988",
10779 - "default3.handlebars->35->2210",
10780 - "default3.handlebars->35->2892",
10781 - "default3.handlebars->35->2997",
10779 + "default3.handlebars->35->2211",
10780 + "default3.handlebars->35->2893",
10781 + "default3.handlebars->35->2998",
10782 "default3.handlebars->35->985"
10783 ]
10784 },
@@ -10887,7 +10887,7 @@
10887 "uk": "Сталася невідома помилка.",
10888 "xloc": [
10889 "default.handlebars->47->3141",
10890 - "default3.handlebars->35->3129"
10890 + "default3.handlebars->35->3130"
10891 ]
10892 },
10893 {
@@ -11059,7 +11059,7 @@
11059 "xloc": [
11060 "default-mobile.handlebars->11->806",
11061 "default.handlebars->47->1642",
11062 - "default3.handlebars->35->1627"
11062 + "default3.handlebars->35->1628"
11063 ]
11064 },
11065 {
@@ -11121,8 +11121,8 @@
11121 "xloc": [
11122 "default.handlebars->47->2476",
11123 "default.handlebars->47->2490",
11124 - "default3.handlebars->35->2473",
11125 - "default3.handlebars->35->2487"
11124 + "default3.handlebars->35->2474",
11125 + "default3.handlebars->35->2488"
11126 ]
11127 },
11128 {
@@ -11567,7 +11567,7 @@
11567 "xloc": [
11568 "default-mobile.handlebars->11->118",
11569 "default.handlebars->47->1862",
11570 - "default3.handlebars->35->1843",
11570 + "default3.handlebars->35->1844",
11571 "login2.handlebars->7->4"
11572 ]
11573 },
@@ -11599,7 +11599,7 @@
11599 "xloc": [
11600 "default-mobile.handlebars->11->119",
11601 "default.handlebars->47->1863",
11602 - "default3.handlebars->35->1844",
11602 + "default3.handlebars->35->1845",
11603 "login2.handlebars->7->5"
11604 ]
11605 },
@@ -11631,7 +11631,7 @@
11631 "xloc": [
11632 "default-mobile.handlebars->11->120",
11633 "default.handlebars->47->1864",
11634 - "default3.handlebars->35->1845",
11634 + "default3.handlebars->35->1846",
11635 "login2.handlebars->7->6"
11636 ]
11637 },
@@ -11663,7 +11663,7 @@
11663 "xloc": [
11664 "default-mobile.handlebars->11->121",
11665 "default.handlebars->47->1865",
11666 - "default3.handlebars->35->1846",
11666 + "default3.handlebars->35->1847",
11667 "login2.handlebars->7->7"
11668 ]
11669 },
@@ -11695,7 +11695,7 @@
11695 "xloc": [
11696 "default-mobile.handlebars->11->122",
11697 "default.handlebars->47->1866",
11698 - "default3.handlebars->35->1847",
11698 + "default3.handlebars->35->1848",
11699 "login2.handlebars->7->8"
11700 ]
11701 },
@@ -11727,7 +11727,7 @@
11727 "xloc": [
11728 "default-mobile.handlebars->11->123",
11729 "default.handlebars->47->1867",
11730 - "default3.handlebars->35->1848",
11730 + "default3.handlebars->35->1849",
11731 "login2.handlebars->7->9"
11732 ]
11733 },
@@ -11759,7 +11759,7 @@
11759 "xloc": [
11760 "default-mobile.handlebars->11->124",
11761 "default.handlebars->47->1868",
11762 - "default3.handlebars->35->1849",
11762 + "default3.handlebars->35->1850",
11763 "login2.handlebars->7->10"
11764 ]
11765 },
@@ -11791,7 +11791,7 @@
11791 "xloc": [
11792 "default-mobile.handlebars->11->125",
11793 "default.handlebars->47->1869",
11794 - "default3.handlebars->35->1850",
11794 + "default3.handlebars->35->1851",
11795 "login2.handlebars->7->11"
11796 ]
11797 },
@@ -11823,7 +11823,7 @@
11823 "xloc": [
11824 "default-mobile.handlebars->11->126",
11825 "default.handlebars->47->1870",
11826 - "default3.handlebars->35->1851",
11826 + "default3.handlebars->35->1852",
11827 "login2.handlebars->7->12"
11828 ]
11829 },
@@ -11855,7 +11855,7 @@
11855 "xloc": [
11856 "default-mobile.handlebars->11->127",
11857 "default.handlebars->47->1871",
11858 - "default3.handlebars->35->1852",
11858 + "default3.handlebars->35->1853",
11859 "login2.handlebars->7->13"
11860 ]
11861 },
@@ -11887,7 +11887,7 @@
11887 "xloc": [
11888 "default-mobile.handlebars->11->128",
11889 "default.handlebars->47->1872",
11890 - "default3.handlebars->35->1853",
11890 + "default3.handlebars->35->1854",
11891 "login2.handlebars->7->14"
11892 ]
11893 },
@@ -11919,7 +11919,7 @@
11919 "xloc": [
11920 "default-mobile.handlebars->11->129",
11921 "default.handlebars->47->1873",
11922 - "default3.handlebars->35->1854",
11922 + "default3.handlebars->35->1855",
11923 "login2.handlebars->7->15"
11924 ]
11925 },
@@ -11951,7 +11951,7 @@
11951 "xloc": [
11952 "default-mobile.handlebars->11->117",
11953 "default.handlebars->47->1861",
11954 - "default3.handlebars->35->1842",
11954 + "default3.handlebars->35->1843",
11955 "login2.handlebars->7->3"
11956 ]
11957 },
@@ -11983,7 +11983,7 @@
11983 "xloc": [
11984 "default-mobile.handlebars->11->130",
11985 "default.handlebars->47->1874",
11986 - "default3.handlebars->35->1855",
11986 + "default3.handlebars->35->1856",
11987 "login2.handlebars->7->16"
11988 ]
11989 },
@@ -12015,7 +12015,7 @@
12015 "xloc": [
12016 "default-mobile.handlebars->11->131",
12017 "default.handlebars->47->1875",
12018 - "default3.handlebars->35->1856",
12018 + "default3.handlebars->35->1857",
12019 "login2.handlebars->7->17"
12020 ]
12021 },
@@ -12047,7 +12047,7 @@
12047 "xloc": [
12048 "default-mobile.handlebars->11->132",
12049 "default.handlebars->47->1876",
12050 - "default3.handlebars->35->1857",
12050 + "default3.handlebars->35->1858",
12051 "login2.handlebars->7->18"
12052 ]
12053 },
@@ -12079,7 +12079,7 @@
12079 "xloc": [
12080 "default-mobile.handlebars->11->133",
12081 "default.handlebars->47->1877",
12082 - "default3.handlebars->35->1858",
12082 + "default3.handlebars->35->1859",
12083 "login2.handlebars->7->19"
12084 ]
12085 },
@@ -12111,7 +12111,7 @@
12111 "xloc": [
12112 "default-mobile.handlebars->11->134",
12113 "default.handlebars->47->1878",
12114 - "default3.handlebars->35->1859",
12114 + "default3.handlebars->35->1860",
12115 "login2.handlebars->7->20"
12116 ]
12117 },
@@ -12147,9 +12147,9 @@
12147 "default.handlebars->47->1619",
12148 "default.handlebars->47->1621",
12149 "default.handlebars->47->1623",
12150 - "default3.handlebars->35->1604",
12151 - "default3.handlebars->35->1606",
12152 - "default3.handlebars->35->1608"
12150 + "default3.handlebars->35->1605",
12151 + "default3.handlebars->35->1607",
12152 + "default3.handlebars->35->1609"
12153 ]
12154 },
12155 {
@@ -12210,7 +12210,7 @@
12210 "xloc": [
12211 "default-mobile.handlebars->11->967",
12212 "default.handlebars->47->2318",
12213 - "default3.handlebars->35->2312"
12213 + "default3.handlebars->35->2313"
12214 ]
12215 },
12216 {
@@ -12254,7 +12254,7 @@
12254 "uk": "Ви впевнені, що бажаєте відкрити цей файл/теку на робочому столі віддаленого пристрою?",
12255 "xloc": [
12256 "default.handlebars->47->1559",
12257 - "default3.handlebars->35->1544"
12257 + "default3.handlebars->35->1545"
12258 ]
12259 },
12260 {
@@ -12344,7 +12344,7 @@
12344 "zh-cht": "你確定要{0}外掛嗎:{1}",
12345 "xloc": [
12346 "default.handlebars->47->3445",
12347 - "default3.handlebars->35->3433"
12347 + "default3.handlebars->35->3434"
12348 ]
12349 },
12350 {
@@ -12406,7 +12406,7 @@
12406 "xloc": [
12407 "default-mobile.handlebars->11->135",
12408 "default.handlebars->47->1879",
12409 - "default3.handlebars->35->1860",
12409 + "default3.handlebars->35->1861",
12410 "login2.handlebars->7->21"
12411 ]
12412 },
@@ -12620,7 +12620,7 @@
12620 "xloc": [
12621 "default-mobile.handlebars->11->136",
12622 "default.handlebars->47->1880",
12623 - "default3.handlebars->35->1861",
12623 + "default3.handlebars->35->1862",
12624 "login2.handlebars->7->22"
12625 ]
12626 },
@@ -12800,7 +12800,7 @@
12800 "xloc": [
12801 "default-mobile.handlebars->11->137",
12802 "default.handlebars->47->1881",
12803 - "default3.handlebars->35->1862",
12803 + "default3.handlebars->35->1863",
12804 "login2.handlebars->7->23"
12805 ]
12806 },
@@ -12831,7 +12831,7 @@
12831 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
12832 "xloc": [
12833 "default.handlebars->47->2564",
12834 - "default3.handlebars->35->2561"
12834 + "default3.handlebars->35->2562"
12835 ]
12836 },
12837 {
@@ -12892,9 +12892,9 @@
12892 "default.handlebars->47->1512",
12893 "default.handlebars->47->1516",
12894 "default.handlebars->47->1528",
12895 - "default3.handlebars->35->1497",
12896 - "default3.handlebars->35->1501",
12897 - "default3.handlebars->35->1513",
12895 + "default3.handlebars->35->1498",
12896 + "default3.handlebars->35->1502",
12897 + "default3.handlebars->35->1514",
12898 "sharing-mobile.handlebars->11->47",
12899 "sharing-mobile.handlebars->11->56",
12900 "sharing-mobile.handlebars->11->64",
@@ -12932,7 +12932,7 @@
12932 "zh-cht": "認證軟體",
12933 "xloc": [
12934 "default.handlebars->47->3006",
12935 - "default3.handlebars->35->3000"
12935 + "default3.handlebars->35->3001"
12936 ]
12937 },
12938 {
@@ -12964,9 +12964,9 @@
12964 "default.handlebars->47->1842",
12965 "default.handlebars->47->1844",
12966 "default.handlebars->47->1848",
12967 - "default3.handlebars->35->1824",
12968 - "default3.handlebars->35->1826",
12969 - "default3.handlebars->35->1829"
12967 + "default3.handlebars->35->1825",
12968 + "default3.handlebars->35->1827",
12969 + "default3.handlebars->35->1830"
12970 ]
12971 },
12972 {
@@ -12999,8 +12999,8 @@
12999 "default-mobile.handlebars->11->712",
13000 "default.handlebars->47->1530",
13001 "default.handlebars->47->1545",
13002 - "default3.handlebars->35->1515",
13003 - "default3.handlebars->35->1530",
13002 + "default3.handlebars->35->1516",
13003 + "default3.handlebars->35->1531",
13004 "sharing-mobile.handlebars->11->57",
13005 "sharing-mobile.handlebars->11->74"
13006 ]
@@ -13039,8 +13039,8 @@
13039 "default.handlebars->47->1840",
13040 "default.handlebars->47->229",
13041 "default.handlebars->47->234",
13042 - "default3.handlebars->35->1820",
13043 - "default3.handlebars->35->1822",
13042 + "default3.handlebars->35->1821",
13043 + "default3.handlebars->35->1823",
13044 "default3.handlebars->35->228",
13045 "default3.handlebars->35->233"
13046 ]
@@ -13194,8 +13194,8 @@
13194 "xloc": [
13195 "default.handlebars->47->2196",
13196 "default.handlebars->47->2709",
13197 - "default3.handlebars->35->2192",
13198 - "default3.handlebars->35->2706"
13197 + "default3.handlebars->35->2193",
13198 + "default3.handlebars->35->2707"
13199 ]
13200 },
13201 {
@@ -13262,7 +13262,7 @@
13262 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
13263 "xloc": [
13264 "default.handlebars->47->2645",
13265 - "default3.handlebars->35->2642"
13265 + "default3.handlebars->35->2643"
13266 ]
13267 },
13268 {
@@ -13293,8 +13293,8 @@
13293 "xloc": [
13294 "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel",
13295 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->17",
13296 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel",
13297 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17"
13296 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoClipboardLabel->3",
13297 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->17->3"
13298 ]
13299 },
13300 {
@@ -13380,7 +13380,7 @@
13380 "zh-cht": "自動移除非活動設備",
13381 "xloc": [
13382 "default.handlebars->47->2348",
13383 - "default3.handlebars->35->2345"
13383 + "default3.handlebars->35->2346"
13384 ]
13385 },
13386 {
@@ -13410,7 +13410,7 @@
13410 "zh-cht": "可用內存",
13411 "xloc": [
13412 "default.handlebars->47->3373",
13413 - "default3.handlebars->35->3361"
13413 + "default3.handlebars->35->3362"
13414 ]
13415 },
13416 {
@@ -13441,7 +13441,7 @@
13441 "xloc": [
13442 "default-mobile.handlebars->11->138",
13443 "default.handlebars->47->1882",
13444 - "default3.handlebars->35->1863",
13444 + "default3.handlebars->35->1864",
13445 "login2.handlebars->7->24"
13446 ]
13447 },
@@ -13516,7 +13516,7 @@
13516 "xloc": [
13517 "default-mobile.handlebars->11->846",
13518 "default.handlebars->47->1692",
13519 - "default3.handlebars->35->1675"
13519 + "default3.handlebars->35->1676"
13520 ]
13521 },
13522 {
@@ -13656,7 +13656,7 @@
13656 "xloc": [
13657 "default-mobile.handlebars->11->654",
13658 "default.handlebars->47->1427",
13659 - "default3.handlebars->35->1414",
13659 + "default3.handlebars->35->1415",
13660 "sharing-mobile.handlebars->11->17"
13661 ]
13662 },
@@ -13721,8 +13721,8 @@
13721 "default.handlebars->47->2454",
13722 "default.handlebars->47->575",
13723 "default.handlebars->47->596",
13724 - "default3.handlebars->35->2444",
13725 - "default3.handlebars->35->2451",
13724 + "default3.handlebars->35->2445",
13725 + "default3.handlebars->35->2452",
13726 "default3.handlebars->35->572",
13727 "default3.handlebars->35->593"
13728 ]
@@ -13759,8 +13759,8 @@
13759 "default.handlebars->47->576",
13760 "default.handlebars->47->597",
13761 "default.handlebars->47->614",
13762 - "default3.handlebars->35->2445",
13763 - "default3.handlebars->35->2453",
13762 + "default3.handlebars->35->2446",
13763 + "default3.handlebars->35->2454",
13764 "default3.handlebars->35->573",
13765 "default3.handlebars->35->594",
13766 "default3.handlebars->35->611"
@@ -13825,8 +13825,8 @@
13825 "xloc": [
13826 "default.handlebars->47->3010",
13827 "default.handlebars->47->3249",
13828 - "default3.handlebars->35->3004",
13829 - "default3.handlebars->35->3237"
13828 + "default3.handlebars->35->3005",
13829 + "default3.handlebars->35->3238"
13830 ]
13831 },
13832 {
@@ -13917,7 +13917,7 @@
13917 "zh-cht": "錯誤的簽名",
13918 "xloc": [
13919 "default.handlebars->47->3354",
13920 - "default3.handlebars->35->3342"
13920 + "default3.handlebars->35->3343"
13921 ]
13922 },
13923 {
@@ -13947,7 +13947,7 @@
13947 "zh-cht": "錯誤的網絡憑證",
13948 "xloc": [
13949 "default.handlebars->47->3353",
13950 - "default3.handlebars->35->3341"
13950 + "default3.handlebars->35->3342"
13951 ]
13952 },
13953 {
@@ -13978,7 +13978,7 @@
13978 "xloc": [
13979 "default-mobile.handlebars->11->139",
13980 "default.handlebars->47->1883",
13981 - "default3.handlebars->35->1864",
13981 + "default3.handlebars->35->1865",
13982 "login2.handlebars->7->25"
13983 ]
13984 },
@@ -14084,7 +14084,7 @@
14084 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
14085 "xloc": [
14086 "default.handlebars->47->2644",
14087 - "default3.handlebars->35->2641"
14087 + "default3.handlebars->35->2642"
14088 ]
14089 },
14090 {
@@ -14115,7 +14115,7 @@
14115 "xloc": [
14116 "default-mobile.handlebars->11->141",
14117 "default.handlebars->47->1885",
14118 - "default3.handlebars->35->1866",
14118 + "default3.handlebars->35->1867",
14119 "login2.handlebars->7->27"
14120 ]
14121 },
@@ -14147,7 +14147,7 @@
14147 "xloc": [
14148 "default-mobile.handlebars->11->142",
14149 "default.handlebars->47->1886",
14150 - "default3.handlebars->35->1867",
14150 + "default3.handlebars->35->1868",
14151 "login2.handlebars->7->28"
14152 ]
14153 },
@@ -14217,7 +14217,7 @@
14217 "xloc": [
14218 "default-mobile.handlebars->11->902",
14219 "default.handlebars->47->1748",
14220 - "default3.handlebars->35->1731"
14220 + "default3.handlebars->35->1732"
14221 ]
14222 },
14223 {
@@ -14229,7 +14229,7 @@
14229 "xloc": [
14230 "default-mobile.handlebars->11->923",
14231 "default.handlebars->47->1769",
14232 - "default3.handlebars->35->1752"
14232 + "default3.handlebars->35->1753"
14233 ]
14234 },
14235 {
@@ -14260,7 +14260,7 @@
14260 "xloc": [
14261 "default-mobile.handlebars->11->803",
14262 "default.handlebars->47->1639",
14263 - "default3.handlebars->35->1624"
14263 + "default3.handlebars->35->1625"
14264 ]
14265 },
14266 {
@@ -14291,7 +14291,7 @@
14291 "xloc": [
14292 "default-mobile.handlebars->11->143",
14293 "default.handlebars->47->1887",
14294 - "default3.handlebars->35->1868",
14294 + "default3.handlebars->35->1869",
14295 "login2.handlebars->7->29"
14296 ]
14297 },
@@ -14323,7 +14323,7 @@
14323 "xloc": [
14324 "default-mobile.handlebars->11->144",
14325 "default.handlebars->47->1888",
14326 - "default3.handlebars->35->1869",
14326 + "default3.handlebars->35->1870",
14327 "login2.handlebars->7->30"
14328 ]
14329 },
@@ -14355,7 +14355,7 @@
14355 "xloc": [
14356 "default.handlebars->47->2904",
14357 "default.handlebars->container->column_l->p4->3->1->0->3->1",
14358 - "default3.handlebars->35->2898",
14358 + "default3.handlebars->35->2899",
14359 "default3.handlebars->container->column_l->p4->3->1->0->1->3"
14360 ]
14361 },
@@ -14386,7 +14386,7 @@
14386 "zh-cht": "廣播消息",
14387 "xloc": [
14388 "default.handlebars->47->2820",
14389 - "default3.handlebars->35->2816"
14389 + "default3.handlebars->35->2817"
14390 ]
14391 },
14392 {
@@ -14416,7 +14416,7 @@
14416 "zh-cht": "向所有連接的用戶廣播消息。",
14417 "xloc": [
14418 "default.handlebars->47->2815",
14419 - "default3.handlebars->35->2811"
14419 + "default3.handlebars->35->2812"
14420 ]
14421 },
14422 {
@@ -14446,7 +14446,7 @@
14446 "zh-cht": "瀏覽器",
14447 "xloc": [
14448 "default.handlebars->47->3220",
14449 - "default3.handlebars->35->3208"
14449 + "default3.handlebars->35->3209"
14450 ]
14451 },
14452 {
@@ -14538,7 +14538,7 @@
14538 "xloc": [
14539 "default-mobile.handlebars->11->140",
14540 "default.handlebars->47->1884",
14541 - "default3.handlebars->35->1865",
14541 + "default3.handlebars->35->1866",
14542 "login2.handlebars->7->26"
14543 ]
14544 },
@@ -14570,7 +14570,7 @@
14570 "xloc": [
14571 "default-mobile.handlebars->11->145",
14572 "default.handlebars->47->1889",
14573 - "default3.handlebars->35->1870",
14573 + "default3.handlebars->35->1871",
14574 "login2.handlebars->7->31"
14575 ]
14576 },
@@ -14601,7 +14601,7 @@
14601 "zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
14602 "xloc": [
14603 "default.handlebars->47->2350",
14604 - "default3.handlebars->35->2347"
14604 + "default3.handlebars->35->2348"
14605 ]
14606 },
14607 {
@@ -14631,7 +14631,7 @@
14631 "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
14632 "xloc": [
14633 "default.handlebars->47->2351",
14634 - "default3.handlebars->35->2348"
14634 + "default3.handlebars->35->2349"
14635 ]
14636 },
14637 {
@@ -14674,7 +14674,7 @@
14674 "zh-cht": "字節輸入",
14675 "xloc": [
14676 "default.handlebars->47->3216",
14677 - "default3.handlebars->35->3204"
14677 + "default3.handlebars->35->3205"
14678 ]
14679 },
14680 {
@@ -14704,7 +14704,7 @@
14704 "zh-cht": "字節輸出",
14705 "xloc": [
14706 "default.handlebars->47->3217",
14707 - "default3.handlebars->35->3205"
14707 + "default3.handlebars->35->3206"
14708 ]
14709 },
14710 {
@@ -14814,7 +14814,7 @@
14814 "zh-cht": "CCM模式",
14815 "xloc": [
14816 "default.handlebars->47->2301",
14817 - "default3.handlebars->35->2295"
14817 + "default3.handlebars->35->2296"
14818 ]
14819 },
14820 {
@@ -14828,9 +14828,9 @@
14828 "default.handlebars->47->1741",
14829 "default.handlebars->47->1753",
14830 "default.handlebars->47->1760",
14831 - "default3.handlebars->35->1724",
14832 - "default3.handlebars->35->1736",
14833 - "default3.handlebars->35->1743"
14831 + "default3.handlebars->35->1725",
14832 + "default3.handlebars->35->1737",
14833 + "default3.handlebars->35->1744"
14834 ]
14835 },
14836 {
@@ -14863,7 +14863,7 @@
14863 "default.handlebars->47->3380",
14864 "default.handlebars->47->423",
14865 "default.handlebars->47->730",
14866 - "default3.handlebars->35->3368",
14866 + "default3.handlebars->35->3369",
14867 "default3.handlebars->35->420",
14868 "default3.handlebars->35->727"
14869 ]
@@ -14895,7 +14895,7 @@
14895 "zh-cht": "CIRA伺服器",
14896 "xloc": [
14897 "default.handlebars->47->3429",
14898 - "default3.handlebars->35->3417"
14898 + "default3.handlebars->35->3418"
14899 ]
14900 },
14901 {
@@ -14925,7 +14925,7 @@
14925 "zh-cht": "CIRA伺服器指令",
14926 "xloc": [
14927 "default.handlebars->47->3430",
14928 - "default3.handlebars->35->3418"
14928 + "default3.handlebars->35->3419"
14929 ]
14930 },
14931 {
@@ -14985,7 +14985,7 @@
14985 "zh-cht": "CIRA設置",
14986 "xloc": [
14987 "default.handlebars->47->2309",
14988 - "default3.handlebars->35->2302"
14988 + "default3.handlebars->35->2303"
14989 ]
14990 },
14991 {
@@ -15019,9 +15019,9 @@
15019 "default.handlebars->47->1698",
15020 "default.handlebars->47->3405",
15021 "default.handlebars->container->column_l->p40->3->1->p40type->5",
15022 - "default3.handlebars->35->1599",
15023 - "default3.handlebars->35->1681",
15024 - "default3.handlebars->35->3393",
15022 + "default3.handlebars->35->1600",
15023 + "default3.handlebars->35->1682",
15024 + "default3.handlebars->35->3394",
15025 "default3.handlebars->container->column_l->p40->3->3->p40type->5"
15026 ]
15027 },
@@ -15052,7 +15052,7 @@
15052 "zh-cht": "CPU負載",
15053 "xloc": [
15054 "default.handlebars->47->3369",
15055 - "default3.handlebars->35->3357"
15055 + "default3.handlebars->35->3358"
15056 ]
15057 },
15058 {
@@ -15082,7 +15082,7 @@
15082 "zh-cht": "最近15分鐘的CPU負載",
15083 "xloc": [
15084 "default.handlebars->47->3372",
15085 - "default3.handlebars->35->3360"
15085 + "default3.handlebars->35->3361"
15086 ]
15087 },
15088 {
@@ -15112,7 +15112,7 @@
15112 "zh-cht": "最近5分鐘的CPU負載",
15113 "xloc": [
15114 "default.handlebars->47->3371",
15115 - "default3.handlebars->35->3359"
15115 + "default3.handlebars->35->3360"
15116 ]
15117 },
15118 {
@@ -15142,7 +15142,7 @@
15142 "zh-cht": "最近一分鐘的CPU負載",
15143 "xloc": [
15144 "default.handlebars->47->3370",
15145 - "default3.handlebars->35->3358"
15145 + "default3.handlebars->35->3359"
15146 ]
15147 },
15148 {
@@ -15174,8 +15174,8 @@
15174 "default.handlebars->47->1508",
15175 "default.handlebars->47->1539",
15176 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
15177 - "default3.handlebars->35->1493",
15178 - "default3.handlebars->35->1524",
15177 + "default3.handlebars->35->1494",
15178 + "default3.handlebars->35->1525",
15179 "default3.handlebars->container->column_l->p12->termTable->1->1->4->1->3->terminalSettingsButtons",
15180 "sharing.handlebars->11->25",
15181 "sharing.handlebars->11->39",
@@ -15209,7 +15209,7 @@
15209 "zh-cht": "CSV",
15210 "xloc": [
15211 "default.handlebars->47->2726",
15212 - "default3.handlebars->35->2723"
15212 + "default3.handlebars->35->2724"
15213 ]
15214 },
15215 {
@@ -15241,8 +15241,8 @@
15241 "default.handlebars->47->2730",
15242 "default.handlebars->47->2807",
15243 "default.handlebars->47->803",
15244 - "default3.handlebars->35->2727",
15245 - "default3.handlebars->35->2803",
15244 + "default3.handlebars->35->2728",
15245 + "default3.handlebars->35->2804",
15246 "default3.handlebars->35->800"
15247 ]
15248 },
@@ -15253,7 +15253,7 @@
15253 "uk": "Формат файлу CSV нижче:",
15254 "xloc": [
15255 "default.handlebars->47->2793",
15256 - "default3.handlebars->35->2789"
15256 + "default3.handlebars->35->2790"
15257 ]
15258 },
15259 {
@@ -15309,7 +15309,7 @@
15309 "zh-cht": "呼叫錯誤",
15310 "xloc": [
15311 "default.handlebars->47->3446",
15312 - "default3.handlebars->35->3434"
15312 + "default3.handlebars->35->3435"
15313 ]
15314 },
15315 {
@@ -15324,8 +15324,8 @@
15324 "xloc": [
15325 "default.handlebars->47->1807",
15326 "default.handlebars->47->3045",
15327 - "default3.handlebars->35->1789",
15328 - "default3.handlebars->35->3039"
15327 + "default3.handlebars->35->1790",
15328 + "default3.handlebars->35->3040"
15329 ]
15330 },
15331 {
@@ -15527,14 +15527,14 @@
15527 "default.handlebars->47->1738",
15528 "default.handlebars->47->1750",
15529 "default.handlebars->47->1757",
15530 - "default3.handlebars->35->1699",
15531 - "default3.handlebars->35->1705",
15532 - "default3.handlebars->35->1711",
15533 - "default3.handlebars->35->1716",
15534 - "default3.handlebars->35->1718",
15535 - "default3.handlebars->35->1721",
15536 - "default3.handlebars->35->1733",
15537 - "default3.handlebars->35->1740"
15530 + "default3.handlebars->35->1700",
15531 + "default3.handlebars->35->1706",
15532 + "default3.handlebars->35->1712",
15533 + "default3.handlebars->35->1717",
15534 + "default3.handlebars->35->1719",
15535 + "default3.handlebars->35->1722",
15536 + "default3.handlebars->35->1734",
15537 + "default3.handlebars->35->1741"
15538 ]
15539 },
15540 {
@@ -15569,9 +15569,9 @@
15569 "default.handlebars->47->1714",
15570 "default.handlebars->47->1720",
15571 "default.handlebars->47->1726",
15572 - "default3.handlebars->35->1697",
15573 - "default3.handlebars->35->1703",
15574 - "default3.handlebars->35->1709"
15572 + "default3.handlebars->35->1698",
15573 + "default3.handlebars->35->1704",
15574 + "default3.handlebars->35->1710"
15575 ]
15576 },
15577 {
@@ -15586,9 +15586,9 @@
15586 "default.handlebars->47->1739",
15587 "default.handlebars->47->1751",
15588 "default.handlebars->47->1758",
15589 - "default3.handlebars->35->1722",
15590 - "default3.handlebars->35->1734",
15591 - "default3.handlebars->35->1741"
15589 + "default3.handlebars->35->1723",
15590 + "default3.handlebars->35->1735",
15591 + "default3.handlebars->35->1742"
15592 ]
15593 },
15594 {
@@ -15619,7 +15619,7 @@
15619 "xloc": [
15620 "default-mobile.handlebars->11->146",
15621 "default.handlebars->47->1890",
15622 - "default3.handlebars->35->1871",
15622 + "default3.handlebars->35->1872",
15623 "login2.handlebars->7->32"
15624 ]
15625 },
@@ -15716,7 +15716,7 @@
15716 "en": "Cerulean",
15717 "nl": "Hemelsblauw",
15718 "xloc": [
15719 - "default3.handlebars->35->2085"
15719 + "default3.handlebars->35->2086"
15720 ]
15721 },
15722 {
@@ -15747,7 +15747,7 @@
15747 "xloc": [
15748 "default-mobile.handlebars->11->147",
15749 "default.handlebars->47->1891",
15750 - "default3.handlebars->35->1872",
15750 + "default3.handlebars->35->1873",
15751 "login2.handlebars->7->33"
15752 ]
15753 },
@@ -15809,7 +15809,7 @@
15809 "zh-cht": "更改{0}的電郵",
15810 "xloc": [
15811 "default.handlebars->47->3087",
15812 - "default3.handlebars->35->3079"
15812 + "default3.handlebars->35->3080"
15813 ]
15814 },
15815 {
@@ -15890,8 +15890,8 @@
15890 "default-mobile.handlebars->11->339",
15891 "default.handlebars->47->2107",
15892 "default.handlebars->47->3031",
15893 - "default3.handlebars->35->2083",
15894 - "default3.handlebars->35->3025"
15893 + "default3.handlebars->35->2084",
15894 + "default3.handlebars->35->3026"
15895 ]
15896 },
15897 {
@@ -15921,7 +15921,7 @@
15921 "zh-cht": "更改{0}的密碼",
15922 "xloc": [
15923 "default.handlebars->47->3096",
15924 - "default3.handlebars->35->3084"
15924 + "default3.handlebars->35->3085"
15925 ]
15926 },
15927 {
@@ -15951,7 +15951,7 @@
15951 "zh-cht": "更改{0}的真實名稱",
15952 "xloc": [
15953 "default.handlebars->47->3082",
15954 - "default3.handlebars->35->3075"
15954 + "default3.handlebars->35->3076"
15955 ]
15956 },
15957 {
@@ -16129,7 +16129,7 @@
16129 "zh-cht": "更改該用戶的密碼",
16130 "xloc": [
16131 "default.handlebars->47->3030",
16132 - "default3.handlebars->35->3024"
16132 + "default3.handlebars->35->3025"
16133 ]
16134 },
16135 {
@@ -16189,7 +16189,7 @@
16189 "zh-cht": "在此處更改你的帳戶電郵地址。",
16190 "xloc": [
16191 "default.handlebars->47->2094",
16192 - "default3.handlebars->35->2076"
16192 + "default3.handlebars->35->2077"
16193 ]
16194 },
16195 {
@@ -16219,7 +16219,7 @@
16219 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
16220 "xloc": [
16221 "default.handlebars->47->2100",
16222 - "default3.handlebars->35->2080"
16222 + "default3.handlebars->35->2081"
16223 ]
16224 },
16225 {
@@ -16249,7 +16249,7 @@
16249 "zh-cht": "帳戶憑證已更改",
16250 "xloc": [
16251 "default.handlebars->47->2616",
16252 - "default3.handlebars->35->2613"
16252 + "default3.handlebars->35->2614"
16253 ]
16254 },
16255 {
@@ -16279,7 +16279,7 @@
16279 "zh-cht": "將帳戶顯示名稱更改為 {0}。",
16280 "xloc": [
16281 "default.handlebars->47->2668",
16282 - "default3.handlebars->35->2665"
16282 + "default3.handlebars->35->2666"
16283 ]
16284 },
16285 {
@@ -16310,8 +16310,8 @@
16310 "xloc": [
16311 "default.handlebars->47->2600",
16312 "default.handlebars->47->2681",
16313 - "default3.handlebars->35->2597",
16314 - "default3.handlebars->35->2678"
16313 + "default3.handlebars->35->2598",
16314 + "default3.handlebars->35->2679"
16315 ]
16316 },
16317 {
@@ -16341,7 +16341,7 @@
16341 "zh-cht": "語言從{1}更改為{2}",
16342 "xloc": [
16343 "default.handlebars->47->2544",
16344 - "default3.handlebars->35->2541"
16344 + "default3.handlebars->35->2542"
16345 ]
16346 },
16347 {
@@ -16372,8 +16372,8 @@
16372 "xloc": [
16373 "default.handlebars->47->2602",
16374 "default.handlebars->47->2623",
16375 - "default3.handlebars->35->2599",
16376 - "default3.handlebars->35->2620"
16375 + "default3.handlebars->35->2600",
16376 + "default3.handlebars->35->2621"
16377 ]
16378 },
16379 {
@@ -16430,7 +16430,7 @@
16430 "xloc": [
16431 "default-mobile.handlebars->11->314",
16432 "default.handlebars->47->2058",
16433 - "default3.handlebars->35->2039"
16433 + "default3.handlebars->35->2040"
16434 ]
16435 },
16436 {
@@ -16468,9 +16468,9 @@
16468 "default3.handlebars->35->1031",
16469 "default3.handlebars->35->1148",
16470 "default3.handlebars->35->1173",
16471 - "default3.handlebars->35->2744",
16472 - "default3.handlebars->35->3020",
16473 - "default3.handlebars->35->3021"
16471 + "default3.handlebars->35->2745",
16472 + "default3.handlebars->35->3021",
16473 + "default3.handlebars->35->3022"
16474 ]
16475 },
16476 {
@@ -16503,8 +16503,8 @@
16503 "default-mobile.handlebars->11->997",
16504 "default.handlebars->47->2382",
16505 "default.handlebars->47->2420",
16506 - "default3.handlebars->35->2379",
16507 - "default3.handlebars->35->2417"
16506 + "default3.handlebars->35->2380",
16507 + "default3.handlebars->35->2418"
16508 ]
16509 },
16510 {
@@ -16535,7 +16535,7 @@
16535 "xloc": [
16536 "default-mobile.handlebars->11->1049",
16537 "default.handlebars->47->3318",
16538 - "default3.handlebars->35->3306"
16538 + "default3.handlebars->35->3307"
16539 ]
16540 },
16541 {
@@ -16595,7 +16595,7 @@
16595 "xloc": [
16596 "default-mobile.handlebars->11->148",
16597 "default.handlebars->47->1892",
16598 - "default3.handlebars->35->1873",
16598 + "default3.handlebars->35->1874",
16599 "login2.handlebars->7->34"
16600 ]
16601 },
@@ -16762,8 +16762,8 @@
16762 "xloc": [
16763 "default.handlebars->47->1858",
16764 "default.handlebars->47->3440",
16765 - "default3.handlebars->35->1839",
16766 - "default3.handlebars->35->3428"
16765 + "default3.handlebars->35->1840",
16766 + "default3.handlebars->35->3429"
16767 ]
16768 },
16769 {
@@ -16794,7 +16794,7 @@
16794 "xloc": [
16795 "default-mobile.handlebars->11->149",
16796 "default.handlebars->47->1893",
16797 - "default3.handlebars->35->1874",
16797 + "default3.handlebars->35->1875",
16798 "login2.handlebars->7->35"
16799 ]
16800 },
@@ -16826,7 +16826,7 @@
16826 "xloc": [
16827 "default-mobile.handlebars->11->150",
16828 "default.handlebars->47->1894",
16829 - "default3.handlebars->35->1875",
16829 + "default3.handlebars->35->1876",
16830 "login2.handlebars->7->36"
16831 ]
16832 },
@@ -16858,7 +16858,7 @@
16858 "xloc": [
16859 "default-mobile.handlebars->11->151",
16860 "default.handlebars->47->1895",
16861 - "default3.handlebars->35->1876",
16861 + "default3.handlebars->35->1877",
16862 "login2.handlebars->7->37"
16863 ]
16864 },
@@ -16890,7 +16890,7 @@
16890 "xloc": [
16891 "default-mobile.handlebars->11->311",
16892 "default.handlebars->47->2055",
16893 - "default3.handlebars->35->2036",
16893 + "default3.handlebars->35->2037",
16894 "login2.handlebars->7->197"
16895 ]
16896 },
@@ -16922,7 +16922,7 @@
16922 "xloc": [
16923 "default-mobile.handlebars->11->152",
16924 "default.handlebars->47->1896",
16925 - "default3.handlebars->35->1877",
16925 + "default3.handlebars->35->1878",
16926 "login2.handlebars->7->38"
16927 ]
16928 },
@@ -16954,7 +16954,7 @@
16954 "xloc": [
16955 "default-mobile.handlebars->11->153",
16956 "default.handlebars->47->1897",
16957 - "default3.handlebars->35->1878",
16957 + "default3.handlebars->35->1879",
16958 "login2.handlebars->7->39"
16959 ]
16960 },
@@ -16986,7 +16986,7 @@
16986 "xloc": [
16987 "default-mobile.handlebars->11->312",
16988 "default.handlebars->47->2056",
16989 - "default3.handlebars->35->2037",
16989 + "default3.handlebars->35->2038",
16990 "login2.handlebars->7->198"
16991 ]
16992 },
@@ -17049,7 +17049,7 @@
17049 "xloc": [
17050 "default-mobile.handlebars->11->154",
17051 "default.handlebars->47->1898",
17052 - "default3.handlebars->35->1879",
17052 + "default3.handlebars->35->1880",
17053 "login2.handlebars->7->40"
17054 ]
17055 },
@@ -17126,11 +17126,11 @@
17126 "default.handlebars->47->2538",
17127 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17128 "default.handlebars->container->column_l->p41->3->1",
17129 - "default3.handlebars->35->1572",
17130 - "default3.handlebars->35->1574",
17131 - "default3.handlebars->35->1576",
17132 - "default3.handlebars->35->1578",
17133 - "default3.handlebars->35->2535",
17129 + "default3.handlebars->35->1573",
17130 + "default3.handlebars->35->1575",
17131 + "default3.handlebars->35->1577",
17132 + "default3.handlebars->35->1579",
17133 + "default3.handlebars->35->2536",
17134 "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17135 "default3.handlebars->container->column_l->p41->3->3",
17136 "messenger.handlebars->xbottom->1->1->0->5",
@@ -17324,7 +17324,7 @@
17324 "xloc": [
17325 "default-mobile.handlebars->11->1032",
17326 "default.handlebars->47->3301",
17327 - "default3.handlebars->35->3289"
17327 + "default3.handlebars->35->3290"
17328 ]
17329 },
17330 {
@@ -17386,7 +17386,7 @@
17386 "xloc": [
17387 "default-mobile.handlebars->11->933",
17388 "default.handlebars->47->1780",
17389 - "default3.handlebars->35->1763"
17389 + "default3.handlebars->35->1764"
17390 ]
17391 },
17392 {
@@ -17448,7 +17448,7 @@
17448 "xloc": [
17449 "default-mobile.handlebars->11->1031",
17450 "default.handlebars->47->3300",
17451 - "default3.handlebars->35->3288"
17451 + "default3.handlebars->35->3289"
17452 ]
17453 },
17454 {
@@ -17566,8 +17566,8 @@
17566 "xloc": [
17567 "default.handlebars->47->2177",
17568 "default.handlebars->47->2481",
17569 - "default3.handlebars->35->2173",
17570 - "default3.handlebars->35->2478"
17569 + "default3.handlebars->35->2174",
17570 + "default3.handlebars->35->2479"
17571 ]
17572 },
17573 {
@@ -17627,7 +17627,7 @@
17627 "zh-cht": "單擊此處編輯用戶群名稱",
17628 "xloc": [
17629 "default.handlebars->47->2877",
17630 - "default3.handlebars->35->2871"
17630 + "default3.handlebars->35->2872"
17631 ]
17632 },
17633 {
@@ -17773,7 +17773,7 @@
17773 "xloc": [
17774 "default-mobile.handlebars->11->324",
17775 "default.handlebars->47->2091",
17776 - "default3.handlebars->35->2073"
17776 + "default3.handlebars->35->2074"
17777 ]
17778 },
17779 {
@@ -17890,7 +17890,7 @@
17890 "xloc": [
17891 "default-mobile.handlebars->11->830",
17892 "default.handlebars->47->1676",
17893 - "default3.handlebars->35->1659"
17893 + "default3.handlebars->35->1660"
17894 ]
17895 },
17896 {
@@ -17920,7 +17920,7 @@
17920 "zh-cht": "客戶編號",
17921 "xloc": [
17922 "default.handlebars->47->2154",
17923 - "default3.handlebars->35->2154"
17923 + "default3.handlebars->35->2155"
17924 ]
17925 },
17926 {
@@ -17950,7 +17950,7 @@
17950 "zh-cht": "客戶端啟動的遠程訪問",
17951 "xloc": [
17952 "default.handlebars->47->2308",
17953 - "default3.handlebars->35->2303"
17953 + "default3.handlebars->35->2304"
17954 ]
17955 },
17956 {
@@ -17980,7 +17980,7 @@
17980 "zh-cht": "客戶機密",
17981 "xloc": [
17982 "default.handlebars->47->2155",
17983 - "default3.handlebars->35->2155"
17983 + "default3.handlebars->35->2156"
17984 ]
17985 },
17986 {
@@ -18047,8 +18047,8 @@
18047 "default.handlebars->47->241",
18048 "default.handlebars->47->250",
18049 "default.handlebars->47->3434",
18050 - "default3.handlebars->35->1478",
18051 - "default3.handlebars->35->1547",
18050 + "default3.handlebars->35->1479",
18051 + "default3.handlebars->35->1548",
18052 "sharing.handlebars->11->52"
18053 ]
18054 },
@@ -18079,7 +18079,7 @@
18079 "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
18080 "xloc": [
18081 "default.handlebars->47->2688",
18082 - "default3.handlebars->35->2685"
18082 + "default3.handlebars->35->2686"
18083 ]
18084 },
18085 {
@@ -18109,7 +18109,7 @@
18109 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
18110 "xloc": [
18111 "default.handlebars->47->2549",
18112 - "default3.handlebars->35->2546"
18112 + "default3.handlebars->35->2547"
18113 ]
18114 },
18115 {
@@ -18327,7 +18327,7 @@
18327 "default.handlebars->47->2422",
18328 "default3.handlebars->35->1150",
18329 "default3.handlebars->35->1175",
18330 - "default3.handlebars->35->2419"
18330 + "default3.handlebars->35->2420"
18331 ]
18332 },
18333 {
@@ -18412,8 +18412,8 @@
18412 "xloc": [
18413 "default.handlebars->47->2912",
18414 "default.handlebars->47->3101",
18415 - "default3.handlebars->35->2906",
18416 - "default3.handlebars->35->3089"
18415 + "default3.handlebars->35->2907",
18416 + "default3.handlebars->35->3090"
18417 ]
18418 },
18419 {
@@ -18444,8 +18444,8 @@
18444 "xloc": [
18445 "default.handlebars->47->2918",
18446 "default.handlebars->47->3113",
18447 - "default3.handlebars->35->2912",
18448 - "default3.handlebars->35->3101"
18447 + "default3.handlebars->35->2913",
18448 + "default3.handlebars->35->3102"
18449 ]
18450 },
18451 {
@@ -18476,7 +18476,7 @@
18476 "xloc": [
18477 "default-mobile.handlebars->11->799",
18478 "default.handlebars->47->1635",
18479 - "default3.handlebars->35->1620"
18479 + "default3.handlebars->35->1621"
18480 ]
18481 },
18482 {
@@ -18532,7 +18532,7 @@
18532 "zh-cht": "壓縮檔案...",
18533 "xloc": [
18534 "default.handlebars->47->1550",
18535 - "default3.handlebars->35->1535",
18535 + "default3.handlebars->35->1536",
18536 "sharing.handlebars->11->47"
18537 ]
18538 },
@@ -18575,7 +18575,7 @@
18575 "uk": "Записи файлу конфігурації",
18576 "xloc": [
18577 "default.handlebars->47->3267",
18578 - "default3.handlebars->35->3255"
18578 + "default3.handlebars->35->3256"
18579 ]
18580 },
18581 {
@@ -18616,11 +18616,11 @@
18616 "default.handlebars->47->767",
18617 "default3.handlebars->35->1320",
18618 "default3.handlebars->35->1328",
18619 - "default3.handlebars->35->2313",
18620 - "default3.handlebars->35->2774",
18621 - "default3.handlebars->35->2861",
18622 - "default3.handlebars->35->2928",
18623 - "default3.handlebars->35->3087",
18619 + "default3.handlebars->35->2314",
18620 + "default3.handlebars->35->2775",
18621 + "default3.handlebars->35->2862",
18622 + "default3.handlebars->35->2929",
18623 + "default3.handlebars->35->3088",
18624 "default3.handlebars->35->764"
18625 ]
18626 },
@@ -18654,7 +18654,7 @@
18654 "en": "Confirm Password",
18655 "nl": "Bevestig wachtwoord",
18656 "xloc": [
18657 - "default3.handlebars->35->2822"
18657 + "default3.handlebars->35->2823"
18658 ]
18659 },
18660 {
@@ -18685,7 +18685,7 @@
18685 "xloc": [
18686 "default-mobile.handlebars->11->732",
18687 "default.handlebars->47->1582",
18688 - "default3.handlebars->35->1567",
18688 + "default3.handlebars->35->1568",
18689 "sharing-mobile.handlebars->11->93",
18690 "sharing.handlebars->11->70"
18691 ]
@@ -18717,7 +18717,7 @@
18717 "zh-cht": "確認{0}個條目的複製到此位置?",
18718 "xloc": [
18719 "default.handlebars->47->1581",
18720 - "default3.handlebars->35->1566",
18720 + "default3.handlebars->35->1567",
18721 "sharing.handlebars->11->69"
18722 ]
18723 },
@@ -18778,7 +18778,7 @@
18778 "zh-cht": "確認刪除所選帳戶?",
18779 "xloc": [
18780 "default.handlebars->47->2776",
18781 - "default3.handlebars->35->2773"
18781 + "default3.handlebars->35->2774"
18782 ]
18783 },
18784 {
@@ -18834,7 +18834,7 @@
18834 "zh-cht": "確認刪除所選用戶群?",
18835 "xloc": [
18836 "default.handlebars->47->2866",
18837 - "default3.handlebars->35->2860"
18837 + "default3.handlebars->35->2861"
18838 ]
18839 },
18840 {
@@ -18864,7 +18864,7 @@
18864 "zh-cht": "確認刪除用戶{0}?",
18865 "xloc": [
18866 "default.handlebars->47->3098",
18867 - "default3.handlebars->35->3086"
18867 + "default3.handlebars->35->3087"
18868 ]
18869 },
18870 {
@@ -18872,7 +18872,7 @@
18872 "nl": "Bevestig het uitschakelen van 2FA Duo inlogbeveiliging.",
18873 "xloc": [
18874 "default.handlebars->47->1837",
18875 - "default3.handlebars->35->1819"
18875 + "default3.handlebars->35->1820"
18876 ]
18877 },
18878 {
@@ -18880,7 +18880,7 @@
18880 "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.",
18881 "xloc": [
18882 "default.handlebars->47->1835",
18883 - "default3.handlebars->35->1817"
18883 + "default3.handlebars->35->1818"
18884 ]
18885 },
18886 {
@@ -18910,7 +18910,7 @@
18910 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
18911 "xloc": [
18912 "default.handlebars->47->2937",
18913 - "default3.handlebars->35->2931"
18913 + "default3.handlebars->35->2932"
18914 ]
18915 },
18916 {
@@ -18940,7 +18940,7 @@
18940 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
18941 "xloc": [
18942 "default.handlebars->47->3130",
18943 - "default3.handlebars->35->3118"
18943 + "default3.handlebars->35->3119"
18944 ]
18945 },
18946 {
@@ -18971,7 +18971,7 @@
18971 "xloc": [
18972 "default-mobile.handlebars->11->734",
18973 "default.handlebars->47->1584",
18974 - "default3.handlebars->35->1569",
18974 + "default3.handlebars->35->1570",
18975 "sharing-mobile.handlebars->11->95",
18976 "sharing.handlebars->11->72"
18977 ]
@@ -19003,7 +19003,7 @@
19003 "zh-cht": "確認將{0}個條目移到該位置?",
19004 "xloc": [
19005 "default.handlebars->47->1583",
19006 - "default3.handlebars->35->1568",
19006 + "default3.handlebars->35->1569",
19007 "sharing.handlebars->11->71"
19008 ]
19009 },
@@ -19064,7 +19064,7 @@
19064 "zh-cht": "確認覆蓋?",
19065 "xloc": [
19066 "default.handlebars->47->2530",
19067 - "default3.handlebars->35->2527"
19067 + "default3.handlebars->35->2528"
19068 ]
19069 },
19070 {
@@ -19095,8 +19095,8 @@
19095 "xloc": [
19096 "default.handlebars->47->2927",
19097 "default.handlebars->47->3121",
19098 - "default3.handlebars->35->2921",
19099 - "default3.handlebars->35->3109"
19098 + "default3.handlebars->35->2922",
19099 + "default3.handlebars->35->3110"
19100 ]
19101 },
19102 {
@@ -19127,8 +19127,8 @@
19127 "xloc": [
19128 "default.handlebars->47->2929",
19129 "default.handlebars->47->3134",
19130 - "default3.handlebars->35->2923",
19131 - "default3.handlebars->35->3122"
19130 + "default3.handlebars->35->2924",
19131 + "default3.handlebars->35->3123"
19132 ]
19133 },
19134 {
@@ -19158,7 +19158,7 @@
19158 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
19159 "xloc": [
19160 "default.handlebars->47->3123",
19161 - "default3.handlebars->35->3111"
19161 + "default3.handlebars->35->3112"
19162 ]
19163 },
19164 {
@@ -19188,7 +19188,7 @@
19188 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
19189 "xloc": [
19190 "default.handlebars->47->3126",
19191 - "default3.handlebars->35->3114"
19191 + "default3.handlebars->35->3115"
19192 ]
19193 },
19194 {
@@ -19219,8 +19219,8 @@
19219 "xloc": [
19220 "default.handlebars->47->3124",
19221 "default.handlebars->47->3127",
19222 - "default3.handlebars->35->3112",
19223 - "default3.handlebars->35->3115"
19222 + "default3.handlebars->35->3113",
19223 + "default3.handlebars->35->3116"
19224 ]
19225 },
19226 {
@@ -19251,7 +19251,7 @@
19251 "xloc": [
19252 "default-mobile.handlebars->11->323",
19253 "default.handlebars->47->1841",
19254 - "default3.handlebars->35->1823"
19254 + "default3.handlebars->35->1824"
19255 ]
19256 },
19257 {
@@ -19307,7 +19307,7 @@
19307 "zh-cht": "確認刪除設備共享“{0}”?",
19308 "xloc": [
19309 "default.handlebars->47->3119",
19310 - "default3.handlebars->35->3107"
19310 + "default3.handlebars->35->3108"
19311 ]
19312 },
19313 {
@@ -19389,7 +19389,7 @@
19389 "zh-cht": "確認移除推送認證設備?",
19390 "xloc": [
19391 "default.handlebars->47->1843",
19392 - "default3.handlebars->35->1825"
19392 + "default3.handlebars->35->1826"
19393 ]
19394 },
19395 {
@@ -19419,7 +19419,7 @@
19419 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
19420 "xloc": [
19421 "default.handlebars->47->2434",
19422 - "default3.handlebars->35->2431"
19422 + "default3.handlebars->35->2432"
19423 ]
19424 },
19425 {
@@ -19449,7 +19449,7 @@
19449 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
19450 "xloc": [
19451 "default.handlebars->47->2436",
19452 - "default3.handlebars->35->2433"
19452 + "default3.handlebars->35->2434"
19453 ]
19454 },
19455 {
@@ -19509,7 +19509,7 @@
19509 "zh-cht": "確認刪除此登錄令牌?",
19510 "xloc": [
19511 "default.handlebars->47->2147",
19512 - "default3.handlebars->35->2147"
19512 + "default3.handlebars->35->2148"
19513 ]
19514 },
19515 {
@@ -19625,7 +19625,7 @@
19625 "xloc": [
19626 "default-mobile.handlebars->11->379",
19627 "default.handlebars->47->2533",
19628 - "default3.handlebars->35->2530"
19628 + "default3.handlebars->35->2531"
19629 ]
19630 },
19631 {
@@ -19663,7 +19663,7 @@
19663 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
19664 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
19665 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
19666 - "default3.handlebars->35->2213",
19666 + "default3.handlebars->35->2214",
19667 "default3.handlebars->35->988",
19668 "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->connectbutton1",
19669 "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->connectbutton2",
@@ -19766,7 +19766,7 @@
19766 "zh-cht": "連接到伺服器",
19767 "xloc": [
19768 "default.handlebars->47->2312",
19769 - "default3.handlebars->35->2306"
19769 + "default3.handlebars->35->2307"
19770 ]
19771 },
19772 {
@@ -20041,7 +20041,7 @@
20041 "zh-cht": "已連接的Intel&reg; AMT",
20042 "xloc": [
20043 "default.handlebars->47->3359",
20044 - "default3.handlebars->35->3347"
20044 + "default3.handlebars->35->3348"
20045 ]
20046 },
20047 {
@@ -20071,7 +20071,7 @@
20071 "zh-cht": "已連接的Intel&reg; AMT CIRA",
20072 "xloc": [
20073 "default.handlebars->47->3360",
20074 - "default3.handlebars->35->3348"
20074 + "default3.handlebars->35->3349"
20075 ]
20076 },
20077 {
@@ -20101,7 +20101,7 @@
20101 "zh-cht": "已连接的用户",
20102 "xloc": [
20103 "default.handlebars->47->3365",
20104 - "default3.handlebars->35->3353"
20104 + "default3.handlebars->35->3354"
20105 ]
20106 },
20107 {
@@ -20162,7 +20162,7 @@
20162 "xloc": [
20163 "default-mobile.handlebars->11->794",
20164 "default.handlebars->47->1630",
20165 - "default3.handlebars->35->1615"
20165 + "default3.handlebars->35->1616"
20166 ]
20167 },
20168 {
@@ -20309,7 +20309,7 @@
20309 "default.handlebars->47->410",
20310 "default.handlebars->47->491",
20311 "default.handlebars->47->9",
20312 - "default3.handlebars->35->1595",
20312 + "default3.handlebars->35->1596",
20313 "default3.handlebars->35->404",
20314 "default3.handlebars->35->407",
20315 "default3.handlebars->35->488",
@@ -20375,7 +20375,7 @@
20375 "zh-cht": "連接數量",
20376 "xloc": [
20377 "default.handlebars->47->3391",
20378 - "default3.handlebars->35->3379"
20378 + "default3.handlebars->35->3380"
20379 ]
20380 },
20381 {
@@ -20413,8 +20413,8 @@
20413 "default-mobile.handlebars->11->713",
20414 "default.handlebars->47->1529",
20415 "default.handlebars->47->1546",
20416 - "default3.handlebars->35->1514",
20417 - "default3.handlebars->35->1531",
20416 + "default3.handlebars->35->1515",
20417 + "default3.handlebars->35->1532",
20418 "login2.handlebars->7->232",
20419 "sharing-mobile.handlebars->11->75"
20420 ]
@@ -20446,7 +20446,7 @@
20446 "zh-cht": "連接轉發器",
20447 "xloc": [
20448 "default.handlebars->47->3428",
20449 - "default3.handlebars->35->3416"
20449 + "default3.handlebars->35->3417"
20450 ]
20451 },
20452 {
@@ -20540,7 +20540,7 @@
20540 "default.handlebars->47->395",
20541 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1",
20542 "default3.handlebars->35->1005",
20543 - "default3.handlebars->35->2485",
20543 + "default3.handlebars->35->2486",
20544 "default3.handlebars->35->392",
20545 "default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
20546 ]
@@ -20572,7 +20572,7 @@
20572 "zh-cht": "同意",
20573 "xloc": [
20574 "default.handlebars->47->2708",
20575 - "default3.handlebars->35->2705"
20575 + "default3.handlebars->35->2706"
20576 ]
20577 },
20578 {
@@ -20734,7 +20734,7 @@
20734 "zh-cht": "Cookie編碼器",
20735 "xloc": [
20736 "default.handlebars->47->3411",
20737 - "default3.handlebars->35->3399"
20737 + "default3.handlebars->35->3400"
20738 ]
20739 },
20740 {
@@ -21070,8 +21070,8 @@
21070 "default.handlebars->47->347",
21071 "default.handlebars->47->349",
21072 "default.handlebars->47->599",
21073 - "default3.handlebars->35->2496",
21074 - "default3.handlebars->35->2515",
21073 + "default3.handlebars->35->2497",
21074 + "default3.handlebars->35->2516",
21075 "default3.handlebars->35->322",
21076 "default3.handlebars->35->344",
21077 "default3.handlebars->35->346",
@@ -21235,7 +21235,7 @@
21235 "zh-cht": "複製:“{0}”到“{1}”",
21236 "xloc": [
21237 "default.handlebars->47->2592",
21238 - "default3.handlebars->35->2589"
21238 + "default3.handlebars->35->2590"
21239 ]
21240 },
21241 {
@@ -21445,7 +21445,7 @@
21445 "zh-cht": "核心伺服器",
21446 "xloc": [
21447 "default.handlebars->47->3410",
21448 - "default3.handlebars->35->3398"
21448 + "default3.handlebars->35->3399"
21449 ]
21450 },
21451 {
@@ -21476,7 +21476,7 @@
21476 "xloc": [
21477 "default-mobile.handlebars->11->155",
21478 "default.handlebars->47->1899",
21479 - "default3.handlebars->35->1880",
21479 + "default3.handlebars->35->1881",
21480 "login2.handlebars->7->41"
21481 ]
21482 },
@@ -21484,7 +21484,7 @@
21484 "en": "Cosmo",
21485 "nl": "Cosmo",
21486 "xloc": [
21487 - "default3.handlebars->35->2086"
21487 + "default3.handlebars->35->2087"
21488 ]
21489 },
21490 {
@@ -21540,7 +21540,7 @@
21540 "zh-cht": "創建帳號",
21541 "xloc": [
21542 "default.handlebars->47->2834",
21543 - "default3.handlebars->35->2830",
21543 + "default3.handlebars->35->2831",
21544 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
21545 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
21546 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -21629,7 +21629,7 @@
21629 "xloc": [
21630 "default.handlebars->47->2084",
21631 "default.handlebars->47->350",
21632 - "default3.handlebars->35->2066",
21632 + "default3.handlebars->35->2067",
21633 "default3.handlebars->35->347"
21634 ]
21635 },
@@ -21660,7 +21660,7 @@
21660 "zh-cht": "創建用戶群",
21661 "xloc": [
21662 "default.handlebars->47->2874",
21663 - "default3.handlebars->35->2868"
21663 + "default3.handlebars->35->2869"
21664 ]
21665 },
21666 {
@@ -21720,7 +21720,7 @@
21720 "zh-cht": "使用以下選項創建一個新的裝置群。",
21721 "xloc": [
21722 "default.handlebars->47->2114",
21723 - "default3.handlebars->35->2114"
21723 + "default3.handlebars->35->2115"
21724 ]
21725 },
21726 {
@@ -21780,7 +21780,7 @@
21780 "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
21781 "xloc": [
21782 "default.handlebars->47->2064",
21783 - "default3.handlebars->35->2045"
21783 + "default3.handlebars->35->2046"
21784 ]
21785 },
21786 {
@@ -21840,7 +21840,7 @@
21840 "zh-cht": "創建文件夾:“{0}”",
21841 "xloc": [
21842 "default.handlebars->47->2585",
21843 - "default3.handlebars->35->2582"
21843 + "default3.handlebars->35->2583"
21844 ]
21845 },
21846 {
@@ -21923,7 +21923,7 @@
21923 "uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV",
21924 "xloc": [
21925 "default.handlebars->47->2791",
21926 - "default3.handlebars->35->2787"
21926 + "default3.handlebars->35->2788"
21927 ]
21928 },
21929 {
@@ -21984,7 +21984,7 @@
21984 "zh-cht": "創建的設備組:{0}",
21985 "xloc": [
21986 "default.handlebars->47->2596",
21987 - "default3.handlebars->35->2593"
21987 + "default3.handlebars->35->2594"
21988 ]
21989 },
21990 {
@@ -22096,7 +22096,7 @@
22096 "zh-cht": "創建",
22097 "xloc": [
22098 "default.handlebars->47->2982",
22099 - "default3.handlebars->35->2976"
22099 + "default3.handlebars->35->2977"
22100 ]
22101 },
22102 {
@@ -22126,7 +22126,7 @@
22126 "zh-cht": "創作時間",
22127 "xloc": [
22128 "default.handlebars->47->2195",
22129 - "default3.handlebars->35->2191"
22129 + "default3.handlebars->35->2192"
22130 ]
22131 },
22132 {
@@ -22188,8 +22188,8 @@
22188 "xloc": [
22189 "default.handlebars->47->2193",
22190 "default.handlebars->47->2194",
22191 - "default3.handlebars->35->2189",
22192 - "default3.handlebars->35->2190"
22191 + "default3.handlebars->35->2190",
22192 + "default3.handlebars->35->2191"
22193 ]
22194 },
22195 {
@@ -22224,7 +22224,7 @@
22224 "default.handlebars->47->2152",
22225 "default3.handlebars->35->1017",
22226 "default3.handlebars->35->1391",
22227 - "default3.handlebars->35->2152"
22227 + "default3.handlebars->35->2153"
22228 ]
22229 },
22230 {
@@ -22255,7 +22255,7 @@
22255 "xloc": [
22256 "default-mobile.handlebars->11->156",
22257 "default.handlebars->47->1900",
22258 - "default3.handlebars->35->1881",
22258 + "default3.handlebars->35->1882",
22259 "login2.handlebars->7->42"
22260 ]
22261 },
@@ -22287,7 +22287,7 @@
22287 "xloc": [
22288 "default-mobile.handlebars->11->157",
22289 "default.handlebars->47->1901",
22290 - "default3.handlebars->35->1882",
22290 + "default3.handlebars->35->1883",
22291 "login2.handlebars->7->43"
22292 ]
22293 },
@@ -22386,8 +22386,8 @@
22386 "default.handlebars->47->1446",
22387 "default.handlebars->47->1450",
22388 "default.handlebars->47->64",
22389 - "default3.handlebars->35->1433",
22390 - "default3.handlebars->35->1437",
22389 + "default3.handlebars->35->1434",
22390 + "default3.handlebars->35->1438",
22391 "default3.handlebars->35->64",
22392 "sharing-mobile.handlebars->11->35",
22393 "sharing-mobile.handlebars->11->39",
@@ -22599,7 +22599,7 @@
22599 "xloc": [
22600 "default-mobile.handlebars->11->1059",
22601 "default.handlebars->47->3328",
22602 - "default3.handlebars->35->3316"
22602 + "default3.handlebars->35->3317"
22603 ]
22604 },
22605 {
@@ -22704,7 +22704,7 @@
22704 "en": "Cyborg",
22705 "nl": "Cyborg",
22706 "xloc": [
22707 - "default3.handlebars->35->2087"
22707 + "default3.handlebars->35->2088"
22708 ]
22709 },
22710 {
@@ -22735,7 +22735,7 @@
22735 "xloc": [
22736 "default-mobile.handlebars->11->158",
22737 "default.handlebars->47->1902",
22738 - "default3.handlebars->35->1883",
22738 + "default3.handlebars->35->1884",
22739 "login2.handlebars->7->44"
22740 ]
22741 },
@@ -22749,7 +22749,7 @@
22749 "xloc": [
22750 "default-mobile.handlebars->11->820",
22751 "default.handlebars->47->1666",
22752 - "default3.handlebars->35->1651"
22752 + "default3.handlebars->35->1652"
22753 ]
22754 },
22755 {
@@ -22840,7 +22840,7 @@
22840 "xloc": [
22841 "default-mobile.handlebars->11->159",
22842 "default.handlebars->47->1903",
22843 - "default3.handlebars->35->1884",
22843 + "default3.handlebars->35->1885",
22844 "login2.handlebars->7->45"
22845 ]
22846 },
@@ -22879,7 +22879,7 @@
22879 "en": "Darkly",
22880 "nl": "Donker",
22881 "xloc": [
22882 - "default3.handlebars->35->2088"
22882 + "default3.handlebars->35->2089"
22883 ]
22884 },
22885 {
@@ -22926,7 +22926,7 @@
22926 "uk": "Записи Бази Даних",
22927 "xloc": [
22928 "default.handlebars->47->3187",
22929 - "default3.handlebars->35->3175"
22929 + "default3.handlebars->35->3176"
22930 ]
22931 },
22932 {
@@ -22957,7 +22957,7 @@
22957 "xloc": [
22958 "default-mobile.handlebars->11->317",
22959 "default.handlebars->47->2061",
22960 - "default3.handlebars->35->2042"
22960 + "default3.handlebars->35->2043"
22961 ]
22962 },
22963 {
@@ -22991,8 +22991,8 @@
22991 "default.handlebars->47->3191",
22992 "default.handlebars->47->3194",
22993 "default3.handlebars->35->1304",
22994 - "default3.handlebars->35->3179",
22995 - "default3.handlebars->35->3182"
22994 + "default3.handlebars->35->3180",
22995 + "default3.handlebars->35->3183"
22996 ]
22997 },
22998 {
@@ -23023,8 +23023,8 @@
23023 "xloc": [
23024 "default.handlebars->47->2227",
23025 "default.handlebars->47->2291",
23026 - "default3.handlebars->35->2223",
23027 - "default3.handlebars->35->2285"
23026 + "default3.handlebars->35->2224",
23027 + "default3.handlebars->35->2286"
23028 ]
23029 },
23030 {
@@ -23054,7 +23054,7 @@
23054 "zh-cht": "如果設置停用CCM",
23055 "xloc": [
23056 "default.handlebars->47->2303",
23057 - "default3.handlebars->35->2297"
23057 + "default3.handlebars->35->2298"
23058 ]
23059 },
23060 {
@@ -23144,11 +23144,11 @@
23144 "default.handlebars->47->2870",
23145 "default.handlebars->47->2881",
23146 "default.handlebars->47->2955",
23147 - "default3.handlebars->35->2084",
23148 - "default3.handlebars->35->2817",
23149 - "default3.handlebars->35->2864",
23150 - "default3.handlebars->35->2875",
23151 - "default3.handlebars->35->2949"
23147 + "default3.handlebars->35->2085",
23148 + "default3.handlebars->35->2818",
23149 + "default3.handlebars->35->2865",
23150 + "default3.handlebars->35->2876",
23151 + "default3.handlebars->35->2950"
23152 ]
23153 },
23154 {
@@ -23179,7 +23179,7 @@
23179 "xloc": [
23180 "default-mobile.handlebars->11->661",
23181 "default.handlebars->47->1434",
23182 - "default3.handlebars->35->1421",
23182 + "default3.handlebars->35->1422",
23183 "sharing-mobile.handlebars->11->23"
23184 ]
23185 },
@@ -23221,8 +23221,8 @@
23221 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
23222 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
23223 "default.handlebars->filesContextMenu->5",
23224 - "default3.handlebars->35->1557",
23225 - "default3.handlebars->35->2522",
23224 + "default3.handlebars->35->1558",
23225 + "default3.handlebars->35->2523",
23226 "default3.handlebars->35->866",
23227 "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
23228 "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -23267,7 +23267,7 @@
23267 "xloc": [
23268 "default-mobile.handlebars->11->333",
23269 "default.handlebars->47->2099",
23270 - "default3.handlebars->35->2079"
23270 + "default3.handlebars->35->2080"
23271 ]
23272 },
23273 {
@@ -23390,8 +23390,8 @@
23390 "default-mobile.handlebars->11->969",
23391 "default.handlebars->47->2279",
23392 "default.handlebars->47->2320",
23393 - "default3.handlebars->35->2275",
23394 - "default3.handlebars->35->2314"
23393 + "default3.handlebars->35->2276",
23394 + "default3.handlebars->35->2315"
23395 ]
23396 },
23397 {
@@ -23478,7 +23478,7 @@
23478 "zh-cht": "刪除用戶",
23479 "xloc": [
23480 "default.handlebars->47->3029",
23481 - "default3.handlebars->35->3023"
23481 + "default3.handlebars->35->3024"
23482 ]
23483 },
23484 {
@@ -23509,8 +23509,8 @@
23509 "xloc": [
23510 "default.handlebars->47->2923",
23511 "default.handlebars->47->2935",
23512 - "default3.handlebars->35->2917",
23513 - "default3.handlebars->35->2929"
23512 + "default3.handlebars->35->2918",
23513 + "default3.handlebars->35->2930"
23514 ]
23515 },
23516 {
@@ -23540,7 +23540,7 @@
23540 "zh-cht": "刪除用戶群組",
23541 "xloc": [
23542 "default.handlebars->47->2868",
23543 - "default3.handlebars->35->2862"
23543 + "default3.handlebars->35->2863"
23544 ]
23545 },
23546 {
@@ -23570,7 +23570,7 @@
23570 "zh-cht": "刪除用戶{0}",
23571 "xloc": [
23572 "default.handlebars->47->3097",
23573 - "default3.handlebars->35->3085"
23573 + "default3.handlebars->35->3086"
23574 ]
23575 },
23576 {
@@ -23602,7 +23602,7 @@
23602 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0",
23603 "default.handlebars->47->2774",
23604 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7",
23605 - "default3.handlebars->35->2771",
23605 + "default3.handlebars->35->2772",
23606 "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
23607 ]
23608 },
@@ -23663,7 +23663,7 @@
23663 "zh-cht": "刪除群組",
23664 "xloc": [
23665 "default.handlebars->47->2864",
23666 - "default3.handlebars->35->2858"
23666 + "default3.handlebars->35->2859"
23667 ]
23668 },
23669 {
@@ -23723,7 +23723,7 @@
23723 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
23724 "xloc": [
23725 "default.handlebars->47->2587",
23726 - "default3.handlebars->35->2584"
23726 + "default3.handlebars->35->2585"
23727 ]
23728 },
23729 {
@@ -23756,8 +23756,8 @@
23756 "default-mobile.handlebars->11->726",
23757 "default.handlebars->47->1574",
23758 "default.handlebars->47->2527",
23759 - "default3.handlebars->35->1559",
23760 - "default3.handlebars->35->2524",
23759 + "default3.handlebars->35->1560",
23760 + "default3.handlebars->35->2525",
23761 "sharing-mobile.handlebars->11->87",
23762 "sharing.handlebars->11->63"
23763 ]
@@ -23789,7 +23789,7 @@
23789 "zh-cht": "刪除用戶群組{0}?",
23790 "xloc": [
23791 "default.handlebars->47->2933",
23792 - "default3.handlebars->35->2927"
23792 + "default3.handlebars->35->2928"
23793 ]
23794 },
23795 {
@@ -23822,8 +23822,8 @@
23822 "default-mobile.handlebars->11->725",
23823 "default.handlebars->47->1573",
23824 "default.handlebars->47->2526",
23825 - "default3.handlebars->35->1558",
23826 - "default3.handlebars->35->2523",
23825 + "default3.handlebars->35->1559",
23826 + "default3.handlebars->35->2524",
23827 "sharing-mobile.handlebars->11->86",
23828 "sharing.handlebars->11->62"
23829 ]
@@ -23884,7 +23884,7 @@
23884 "zh-cht": "刪除:“{0}”",
23885 "xloc": [
23886 "default.handlebars->47->2586",
23887 - "default3.handlebars->35->2583"
23887 + "default3.handlebars->35->2584"
23888 ]
23889 },
23890 {
@@ -23914,7 +23914,7 @@
23914 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
23915 "xloc": [
23916 "default.handlebars->47->2588",
23917 - "default3.handlebars->35->2585"
23917 + "default3.handlebars->35->2586"
23918 ]
23919 },
23920 {
@@ -23964,7 +23964,7 @@
23964 "uk": "Відмовлено у вході користувачу з {0}, {1}, {2}",
23965 "xloc": [
23966 "default.handlebars->47->2696",
23967 - "default3.handlebars->35->2693"
23967 + "default3.handlebars->35->2694"
23968 ]
23969 },
23970 {
@@ -24155,19 +24155,19 @@
24155 "default.handlebars->47->911",
24156 "default.handlebars->container->column_l->p42->p42tbl->1->0->3",
24157 "default3.handlebars->35->1369",
24158 - "default3.handlebars->35->1602",
24159 - "default3.handlebars->35->1629",
24160 - "default3.handlebars->35->1639",
24158 + "default3.handlebars->35->1603",
24159 + "default3.handlebars->35->1630",
24160 + "default3.handlebars->35->1640",
24161 "default3.handlebars->35->168",
24162 - "default3.handlebars->35->2124",
24163 - "default3.handlebars->35->2182",
24164 - "default3.handlebars->35->2322",
24162 + "default3.handlebars->35->2125",
24163 + "default3.handlebars->35->2183",
24164 "default3.handlebars->35->2323",
24166 - "default3.handlebars->35->2703",
24167 - "default3.handlebars->35->2867",
24168 - "default3.handlebars->35->2878",
24165 + "default3.handlebars->35->2324",
24166 + "default3.handlebars->35->2704",
24167 + "default3.handlebars->35->2868",
24168 "default3.handlebars->35->2879",
24170 - "default3.handlebars->35->2925",
24169 + "default3.handlebars->35->2880",
24170 + "default3.handlebars->35->2926",
24171 "default3.handlebars->35->907",
24172 "default3.handlebars->35->908",
24173 "default3.handlebars->container->column_l->p42->p42tbl->1->0->7"
@@ -24240,13 +24240,13 @@
24240 "default.handlebars->contextMenu->cxdesktop",
24241 "default3.handlebars->35->1101",
24242 "default3.handlebars->35->1213",
24243 - "default3.handlebars->35->1487",
24244 - "default3.handlebars->35->2253",
24245 - "default3.handlebars->35->2329",
24246 - "default3.handlebars->35->3148",
24247 - "default3.handlebars->35->3214",
24248 - "default3.handlebars->35->3267",
24249 - "default3.handlebars->35->3373",
24243 + "default3.handlebars->35->1488",
24244 + "default3.handlebars->35->2254",
24245 + "default3.handlebars->35->2330",
24246 + "default3.handlebars->35->3149",
24247 + "default3.handlebars->35->3215",
24248 + "default3.handlebars->35->3268",
24249 + "default3.handlebars->35->3374",
24250 "default3.handlebars->35->872",
24251 "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24252 "default3.handlebars->contextMenu->cxdesktop",
@@ -24286,7 +24286,7 @@
24286 "default.handlebars->47->2261",
24287 "default3.handlebars->35->1105",
24288 "default3.handlebars->35->1216",
24289 - "default3.handlebars->35->2257"
24289 + "default3.handlebars->35->2258"
24290 ]
24291 },
24292 {
@@ -24318,7 +24318,7 @@
24318 "default.handlebars->47->1105",
24319 "default.handlebars->47->2258",
24320 "default3.handlebars->35->1102",
24321 - "default3.handlebars->35->2254"
24321 + "default3.handlebars->35->2255"
24322 ]
24323 },
24324 {
@@ -24352,7 +24352,7 @@
24352 "default.handlebars->47->2262",
24353 "default3.handlebars->35->1106",
24354 "default3.handlebars->35->1218",
24355 - "default3.handlebars->35->2258"
24355 + "default3.handlebars->35->2259"
24356 ]
24357 },
24358 {
@@ -24412,7 +24412,7 @@
24412 "zh-cht": "桌面多路復用",
24413 "xloc": [
24414 "default.handlebars->47->3390",
24415 - "default3.handlebars->35->3378"
24415 + "default3.handlebars->35->3379"
24416 ]
24417 },
24418 {
@@ -24445,9 +24445,9 @@
24445 "default.handlebars->47->2892",
24446 "default.handlebars->47->2997",
24447 "default.handlebars->47->982",
24448 - "default3.handlebars->35->2204",
24449 - "default3.handlebars->35->2886",
24450 - "default3.handlebars->35->2991",
24448 + "default3.handlebars->35->2205",
24449 + "default3.handlebars->35->2887",
24450 + "default3.handlebars->35->2992",
24451 "default3.handlebars->35->979"
24452 ]
24453 },
@@ -24481,9 +24481,9 @@
24481 "default.handlebars->47->2891",
24482 "default.handlebars->47->2996",
24483 "default.handlebars->47->981",
24484 - "default3.handlebars->35->2203",
24485 - "default3.handlebars->35->2885",
24486 - "default3.handlebars->35->2990",
24484 + "default3.handlebars->35->2204",
24485 + "default3.handlebars->35->2886",
24486 + "default3.handlebars->35->2991",
24487 "default3.handlebars->35->978"
24488 ]
24489 },
@@ -24517,9 +24517,9 @@
24517 "default.handlebars->47->2889",
24518 "default.handlebars->47->2994",
24519 "default.handlebars->47->979",
24520 - "default3.handlebars->35->2201",
24521 - "default3.handlebars->35->2883",
24522 - "default3.handlebars->35->2988",
24520 + "default3.handlebars->35->2202",
24521 + "default3.handlebars->35->2884",
24522 + "default3.handlebars->35->2989",
24523 "default3.handlebars->35->976"
24524 ]
24525 },
@@ -24550,7 +24550,7 @@
24550 "zh-cht": "桌面會話",
24551 "xloc": [
24552 "default.handlebars->47->3150",
24553 - "default3.handlebars->35->3138"
24553 + "default3.handlebars->35->3139"
24554 ]
24555 },
24556 {
@@ -24670,9 +24670,9 @@
24670 "default.handlebars->47->2890",
24671 "default.handlebars->47->2995",
24672 "default.handlebars->47->980",
24673 - "default3.handlebars->35->2202",
24674 - "default3.handlebars->35->2884",
24675 - "default3.handlebars->35->2989",
24673 + "default3.handlebars->35->2203",
24674 + "default3.handlebars->35->2885",
24675 + "default3.handlebars->35->2990",
24676 "default3.handlebars->35->977"
24677 ]
24678 },
@@ -24703,7 +24703,7 @@
24703 "zh-cht": "僅桌面視圖",
24704 "xloc": [
24705 "default.handlebars->47->2970",
24706 - "default3.handlebars->35->2964"
24706 + "default3.handlebars->35->2965"
24707 ]
24708 },
24709 {
@@ -24763,7 +24763,7 @@
24763 "zh-cht": "桌面時段",
24764 "xloc": [
24765 "default.handlebars->47->1501",
24766 - "default3.handlebars->35->1486"
24766 + "default3.handlebars->35->1487"
24767 ]
24768 },
24769 {
@@ -24864,7 +24864,7 @@
24864 "default.handlebars->contextMenu->cxdetails",
24865 "default3.handlebars->35->1153",
24866 "default3.handlebars->35->1178",
24867 - "default3.handlebars->35->2422",
24867 + "default3.handlebars->35->2423",
24868 "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
24869 "default3.handlebars->contextMenu->cxdetails"
24870 ]
@@ -24934,13 +24934,13 @@
24934 "default.handlebars->47->3190",
24935 "default.handlebars->47->3210",
24936 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5",
24937 - "default3.handlebars->35->1623",
24938 - "default3.handlebars->35->1828",
24939 - "default3.handlebars->35->2359",
24937 + "default3.handlebars->35->1624",
24938 + "default3.handlebars->35->1829",
24939 + "default3.handlebars->35->2360",
24940 "default3.handlebars->35->292",
24941 - "default3.handlebars->35->3104",
24942 - "default3.handlebars->35->3178",
24943 - "default3.handlebars->35->3198",
24941 + "default3.handlebars->35->3105",
24942 + "default3.handlebars->35->3179",
24943 + "default3.handlebars->35->3199",
24944 "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5"
24945 ]
24946 },
@@ -25093,7 +25093,7 @@
25093 "zh-cht": "設備詳情",
25094 "xloc": [
25095 "default.handlebars->47->2386",
25096 - "default3.handlebars->35->2383"
25096 + "default3.handlebars->35->2384"
25097 ]
25098 },
25099 {
@@ -25165,17 +25165,17 @@
25165 "default.handlebars->47->3197",
25166 "default.handlebars->47->3213",
25167 "default.handlebars->47->3306",
25168 - "default3.handlebars->35->2354",
25169 - "default3.handlebars->35->2357",
25168 + "default3.handlebars->35->2355",
25169 "default3.handlebars->35->2358",
25171 - "default3.handlebars->35->2720",
25172 - "default3.handlebars->35->2909",
25173 - "default3.handlebars->35->2915",
25174 - "default3.handlebars->35->3092",
25175 - "default3.handlebars->35->3161",
25176 - "default3.handlebars->35->3185",
25177 - "default3.handlebars->35->3201",
25178 - "default3.handlebars->35->3294"
25170 + "default3.handlebars->35->2359",
25171 + "default3.handlebars->35->2721",
25172 + "default3.handlebars->35->2910",
25173 + "default3.handlebars->35->2916",
25174 + "default3.handlebars->35->3093",
25175 + "default3.handlebars->35->3162",
25176 + "default3.handlebars->35->3186",
25177 + "default3.handlebars->35->3202",
25178 + "default3.handlebars->35->3295"
25179 ]
25180 },
25181 {
@@ -25206,7 +25206,7 @@
25206 "xloc": [
25207 "default-mobile.handlebars->11->1026",
25208 "default.handlebars->47->2432",
25209 - "default3.handlebars->35->2429"
25209 + "default3.handlebars->35->2430"
25210 ]
25211 },
25212 {
@@ -25242,11 +25242,11 @@
25242 "default.handlebars->47->2991",
25243 "default.handlebars->47->3363",
25244 "default.handlebars->container->column_l->p2->p2info->9",
25245 - "default3.handlebars->35->2736",
25246 - "default3.handlebars->35->2852",
25247 - "default3.handlebars->35->2896",
25248 - "default3.handlebars->35->2985",
25249 - "default3.handlebars->35->3351",
25245 + "default3.handlebars->35->2737",
25246 + "default3.handlebars->35->2853",
25247 + "default3.handlebars->35->2897",
25248 + "default3.handlebars->35->2986",
25249 + "default3.handlebars->35->3352",
25250 "default3.handlebars->container->column_l->p2->p2info->9"
25251 ]
25252 },
@@ -25372,7 +25372,7 @@
25372 "default.handlebars->47->507",
25373 "default.handlebars->47->516",
25374 "default3.handlebars->35->1367",
25375 - "default3.handlebars->35->3160",
25375 + "default3.handlebars->35->3161",
25376 "default3.handlebars->35->504",
25377 "default3.handlebars->35->513",
25378 "player.handlebars->3->25"
@@ -25446,7 +25446,7 @@
25446 "uk": "Пристрій Увімкнено",
25447 "xloc": [
25448 "default.handlebars->47->2700",
25449 - "default3.handlebars->35->2697"
25449 + "default3.handlebars->35->2698"
25450 ]
25451 },
25452 {
@@ -25476,7 +25476,7 @@
25476 "zh-cht": "設備推送",
25477 "xloc": [
25478 "default.handlebars->47->3011",
25479 - "default3.handlebars->35->3005"
25479 + "default3.handlebars->35->3006"
25480 ]
25481 },
25482 {
@@ -25492,7 +25492,7 @@
25492 "uk": "Запис Push-Сповіщень Пристрою",
25493 "xloc": [
25494 "default.handlebars->47->3276",
25495 - "default3.handlebars->35->3264"
25495 + "default3.handlebars->35->3265"
25496 ]
25497 },
25498 {
@@ -25508,7 +25508,7 @@
25508 "uk": "SMBIOS запис пристрою",
25509 "xloc": [
25510 "default.handlebars->47->3275",
25511 - "default3.handlebars->35->3263"
25511 + "default3.handlebars->35->3264"
25512 ]
25513 },
25514 {
@@ -25592,7 +25592,7 @@
25592 "default.handlebars->47->1101",
25593 "default.handlebars->47->2254",
25594 "default3.handlebars->35->1098",
25595 - "default3.handlebars->35->2250"
25595 + "default3.handlebars->35->2251"
25596 ]
25597 },
25598 {
@@ -25753,10 +25753,10 @@
25753 "default3.handlebars->35->1122",
25754 "default3.handlebars->35->1126",
25755 "default3.handlebars->35->1130",
25756 - "default3.handlebars->35->2069",
25757 - "default3.handlebars->35->2456",
25758 - "default3.handlebars->35->2460",
25759 - "default3.handlebars->35->2464"
25756 + "default3.handlebars->35->2070",
25757 + "default3.handlebars->35->2457",
25758 + "default3.handlebars->35->2461",
25759 + "default3.handlebars->35->2465"
25760 ]
25761 },
25762 {
@@ -25795,10 +25795,10 @@
25795 "default3.handlebars->35->1123",
25796 "default3.handlebars->35->1127",
25797 "default3.handlebars->35->1131",
25798 - "default3.handlebars->35->2070",
25799 - "default3.handlebars->35->2457",
25800 - "default3.handlebars->35->2461",
25801 - "default3.handlebars->35->2465"
25798 + "default3.handlebars->35->2071",
25799 + "default3.handlebars->35->2458",
25800 + "default3.handlebars->35->2462",
25801 + "default3.handlebars->35->2466"
25802 ]
25803 },
25804 {
@@ -25828,7 +25828,7 @@
25828 "zh-cht": "設備組已創建:{0}",
25829 "xloc": [
25830 "default.handlebars->47->2617",
25831 - "default3.handlebars->35->2614"
25831 + "default3.handlebars->35->2615"
25832 ]
25833 },
25834 {
@@ -25858,7 +25858,7 @@
25858 "zh-cht": "設備組已刪除:{0}",
25859 "xloc": [
25860 "default.handlebars->47->2618",
25861 - "default3.handlebars->35->2615"
25861 + "default3.handlebars->35->2616"
25862 ]
25863 },
25864 {
@@ -25888,7 +25888,7 @@
25888 "zh-cht": "設備組成員身份已更改:{0}",
25889 "xloc": [
25890 "default.handlebars->47->2619",
25891 - "default3.handlebars->35->2616"
25891 + "default3.handlebars->35->2617"
25892 ]
25893 },
25894 {
@@ -25949,7 +25949,7 @@
25949 "zh-cht": "設備組通知已更改",
25950 "xloc": [
25951 "default.handlebars->47->2614",
25952 - "default3.handlebars->35->2611"
25952 + "default3.handlebars->35->2612"
25953 ]
25954 },
25955 {
@@ -25965,7 +25965,7 @@
25965 "uk": "Запис групи пристроїв",
25966 "xloc": [
25967 "default.handlebars->47->3261",
25968 - "default3.handlebars->35->3249"
25968 + "default3.handlebars->35->3250"
25969 ]
25970 },
25971 {
@@ -25995,7 +25995,7 @@
25995 "zh-cht": "未刪除的設備組:{0}",
25996 "xloc": [
25997 "default.handlebars->47->2597",
25998 - "default3.handlebars->35->2594"
25998 + "default3.handlebars->35->2595"
25999 ]
26000 },
26001 {
@@ -26025,7 +26025,7 @@
26025 "zh-cht": "設備組 {0} 已更改:{1}",
26026 "xloc": [
26027 "default.handlebars->47->2683",
26028 - "default3.handlebars->35->2680"
26028 + "default3.handlebars->35->2681"
26029 ]
26030 },
26031 {
@@ -26071,7 +26071,7 @@
26071 "uk": "Записи інформації про пристрій",
26072 "xloc": [
26073 "default.handlebars->47->3263",
26074 - "default3.handlebars->35->3251"
26074 + "default3.handlebars->35->3252"
26075 ]
26076 },
26077 {
@@ -26702,7 +26702,7 @@
26702 "uk": "Записи про зміни стану живлення",
26703 "xloc": [
26704 "default.handlebars->47->3269",
26705 - "default3.handlebars->35->3257"
26705 + "default3.handlebars->35->3258"
26706 ]
26707 },
26708 {
@@ -26718,7 +26718,7 @@
26718 "uk": "Запис пристрою",
26719 "xloc": [
26720 "default.handlebars->47->3260",
26721 - "default3.handlebars->35->3248"
26721 + "default3.handlebars->35->3249"
26722 ]
26723 },
26724 {
@@ -26748,7 +26748,7 @@
26748 "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
26749 "xloc": [
26750 "default.handlebars->47->2652",
26751 - "default3.handlebars->35->2649"
26751 + "default3.handlebars->35->2650"
26752 ]
26753 },
26754 {
@@ -26778,7 +26778,7 @@
26778 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
26779 "xloc": [
26780 "default.handlebars->47->2599",
26781 - "default3.handlebars->35->2596"
26781 + "default3.handlebars->35->2597"
26782 ]
26783 },
26784 {
@@ -26794,7 +26794,7 @@
26794 "uk": "Записи поширеного пристрою",
26795 "xloc": [
26796 "default.handlebars->47->3273",
26797 - "default3.handlebars->35->3261"
26797 + "default3.handlebars->35->3262"
26798 ]
26799 },
26800 {
@@ -26810,7 +26810,7 @@
26810 "uk": "Пристрій, користувачі, групи та інші записи",
26811 "xloc": [
26812 "default.handlebars->47->3277",
26813 - "default3.handlebars->35->3265"
26813 + "default3.handlebars->35->3266"
26814 ]
26815 },
26816 {
@@ -26842,9 +26842,9 @@
26842 "default.handlebars->47->2277",
26843 "default.handlebars->47->2859",
26844 "default.handlebars->47->2903",
26845 - "default3.handlebars->35->2273",
26846 - "default3.handlebars->35->2853",
26847 - "default3.handlebars->35->2897"
26845 + "default3.handlebars->35->2274",
26846 + "default3.handlebars->35->2854",
26847 + "default3.handlebars->35->2898"
26848 ]
26849 },
26850 {
@@ -26900,7 +26900,7 @@
26900 "zh-cht": "禁用光標設置",
26901 "xloc": [
26902 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->11",
26903 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->11"
26903 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->11->3"
26904 ]
26905 },
26906 {
@@ -26930,7 +26930,7 @@
26930 "zh-cht": "禁用光標陰影",
26931 "xloc": [
26932 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->9",
26933 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->9"
26933 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->9->3"
26934 ]
26935 },
26936 {
@@ -26960,7 +26960,7 @@
26960 "zh-cht": "禁用全窗口拖動",
26961 "xloc": [
26962 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->3",
26963 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->3"
26963 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->3->3"
26964 ]
26965 },
26966 {
@@ -26990,7 +26990,7 @@
26990 "zh-cht": "禁用菜單動畫",
26991 "xloc": [
26992 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->5",
26993 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->5"
26993 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->5->3"
26994 ]
26995 },
26996 {
@@ -27020,7 +27020,7 @@
27020 "zh-cht": "禁用主題",
27021 "xloc": [
27022 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->7",
27023 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->7"
27023 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->7->3"
27024 ]
27025 },
27026 {
@@ -27050,7 +27050,7 @@
27050 "zh-cht": "禁用壁紙",
27051 "xloc": [
27052 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->1",
27053 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->1"
27053 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->1->3"
27054 ]
27055 },
27056 {
@@ -27091,7 +27091,7 @@
27091 "nl": "Duo twee factorauthenticatie uitgeschakeld",
27092 "xloc": [
27093 "default.handlebars->47->2702",
27094 - "default3.handlebars->35->2699"
27094 + "default3.handlebars->35->2700"
27095 ]
27096 },
27097 {
@@ -27121,7 +27121,7 @@
27121 "zh-cht": "禁用的電子郵件兩因素身份驗證",
27122 "xloc": [
27123 "default.handlebars->47->2630",
27124 - "default3.handlebars->35->2627"
27124 + "default3.handlebars->35->2628"
27125 ]
27126 },
27127 {
@@ -27160,7 +27160,7 @@
27160 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
27161 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
27162 "default.handlebars->deskDisconnectContextMenu->3",
27163 - "default3.handlebars->35->2214",
27163 + "default3.handlebars->35->2215",
27164 "default3.handlebars->35->989",
27165 "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->5->3->0",
27166 "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->disconnectbutton1",
@@ -27409,8 +27409,8 @@
27409 "xloc": [
27410 "default.handlebars->47->1805",
27411 "default.handlebars->47->3043",
27412 - "default3.handlebars->35->1787",
27413 - "default3.handlebars->35->3037"
27412 + "default3.handlebars->35->1788",
27413 + "default3.handlebars->35->3038"
27414 ]
27415 },
27416 {
@@ -27470,7 +27470,7 @@
27470 "zh-cht": "顯示屏尺寸",
27471 "xloc": [
27472 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->1",
27473 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->1"
27473 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->3->3"
27474 ]
27475 },
27476 {
@@ -27616,7 +27616,7 @@
27616 "zh-cht": "顯示裝置群名稱",
27617 "xloc": [
27618 "default.handlebars->47->2086",
27619 - "default3.handlebars->35->2068"
27619 + "default3.handlebars->35->2069"
27620 ]
27621 },
27622 {
@@ -27646,7 +27646,7 @@
27646 "zh-cht": "顯示名稱",
27647 "xloc": [
27648 "default.handlebars->47->1473",
27649 - "default3.handlebars->35->1459"
27649 + "default3.handlebars->35->1460"
27650 ]
27651 },
27652 {
@@ -27676,7 +27676,7 @@
27676 "zh-cht": "顯示公共鏈結",
27677 "xloc": [
27678 "default.handlebars->47->2498",
27679 - "default3.handlebars->35->2495"
27679 + "default3.handlebars->35->2496"
27680 ]
27681 },
27682 {
@@ -27706,7 +27706,7 @@
27706 "zh-cht": "顯示 {0}",
27707 "xloc": [
27708 "default.handlebars->47->1504",
27709 - "default3.handlebars->35->1489"
27709 + "default3.handlebars->35->1490"
27710 ]
27711 },
27712 {
@@ -27717,7 +27717,7 @@
27717 "uk": "Показ вікна попередження, title=\\\"{0}\\\", message=\\\"{1}\\\"",
27718 "xloc": [
27719 "default.handlebars->47->2699",
27720 - "default3.handlebars->35->2696"
27720 + "default3.handlebars->35->2697"
27721 ]
27722 },
27723 {
@@ -27747,7 +27747,7 @@
27747 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
27748 "xloc": [
27749 "default.handlebars->47->2559",
27750 - "default3.handlebars->35->2556"
27750 + "default3.handlebars->35->2557"
27751 ]
27752 },
27753 {
@@ -27777,7 +27777,7 @@
27777 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
27778 "xloc": [
27779 "default.handlebars->47->2567",
27780 - "default3.handlebars->35->2564"
27780 + "default3.handlebars->35->2565"
27781 ]
27782 },
27783 {
@@ -27808,8 +27808,8 @@
27808 "xloc": [
27809 "default.handlebars->47->2306",
27810 "default.handlebars->47->2310",
27811 - "default3.handlebars->35->2300",
27812 - "default3.handlebars->35->2304"
27811 + "default3.handlebars->35->2301",
27812 + "default3.handlebars->35->2305"
27813 ]
27814 },
27815 {
@@ -27846,10 +27846,10 @@
27846 "default.handlebars->47->2954",
27847 "default3.handlebars->35->137",
27848 "default3.handlebars->35->1394",
27849 - "default3.handlebars->35->2818",
27850 - "default3.handlebars->35->2865",
27851 - "default3.handlebars->35->2874",
27852 - "default3.handlebars->35->2948",
27849 + "default3.handlebars->35->2819",
27850 + "default3.handlebars->35->2866",
27851 + "default3.handlebars->35->2875",
27852 + "default3.handlebars->35->2949",
27853 "mstsc.handlebars->main->1->3->1->rowdomain->1->0",
27854 "mstsc.handlebars->main->1->3->1->rowdomain->3"
27855 ]
@@ -27907,7 +27907,7 @@
27907 "zh-cht": "請勿更改,如果設置請保留CCM",
27908 "xloc": [
27909 "default.handlebars->47->2302",
27910 - "default3.handlebars->35->2296"
27910 + "default3.handlebars->35->2297"
27911 ]
27912 },
27913 {
@@ -27963,7 +27963,7 @@
27963 "zh-cht": "不要連接到伺服器",
27964 "xloc": [
27965 "default.handlebars->47->2311",
27966 - "default3.handlebars->35->2305"
27966 + "default3.handlebars->35->2306"
27967 ]
27968 },
27969 {
@@ -28103,7 +28103,7 @@
28103 "xloc": [
28104 "default-mobile.handlebars->11->670",
28105 "default.handlebars->47->1442",
28106 - "default3.handlebars->35->1429",
28106 + "default3.handlebars->35->1430",
28107 "sharing-mobile.handlebars->11->31"
28108 ]
28109 },
@@ -28232,7 +28232,7 @@
28232 "xloc": [
28233 "default-mobile.handlebars->11->745",
28234 "default.handlebars->47->1594",
28235 - "default3.handlebars->35->1579",
28235 + "default3.handlebars->35->1580",
28236 "sharing-mobile.handlebars->11->106",
28237 "sharing.handlebars->11->82"
28238 ]
@@ -28386,7 +28386,7 @@
28386 "default.handlebars->47->2728",
28387 "default.handlebars->container->column_l->p3->3->1->0->3",
28388 "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv",
28389 - "default3.handlebars->35->2725",
28389 + "default3.handlebars->35->2726",
28390 "default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv"
28391 ]
28392 },
@@ -28507,7 +28507,7 @@
28507 "zh-cht": "下載設備列表",
28508 "xloc": [
28509 "default.handlebars->47->2275",
28510 - "default3.handlebars->35->2271"
28510 + "default3.handlebars->35->2272"
28511 ]
28512 },
28513 {
@@ -28747,7 +28747,7 @@
28747 "zh-cht": "使用以下一種檔案格式下載事件列表。",
28748 "xloc": [
28749 "default.handlebars->47->2729",
28750 - "default3.handlebars->35->2726"
28750 + "default3.handlebars->35->2727"
28751 ]
28752 },
28753 {
@@ -28777,7 +28777,7 @@
28777 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
28778 "xloc": [
28779 "default.handlebars->47->2806",
28780 - "default3.handlebars->35->2802"
28780 + "default3.handlebars->35->2803"
28781 ]
28782 },
28783 {
@@ -28898,7 +28898,7 @@
28898 "zh-cht": "下載:“{0}”",
28899 "xloc": [
28900 "default.handlebars->47->2590",
28901 - "default3.handlebars->35->2587"
28901 + "default3.handlebars->35->2588"
28902 ]
28903 },
28904 {
@@ -28928,7 +28928,7 @@
28928 "zh-cht": "下載:\\\"{0}\\\",大小:{1}",
28929 "xloc": [
28930 "default.handlebars->47->2647",
28931 - "default3.handlebars->35->2644"
28931 + "default3.handlebars->35->2645"
28932 ]
28933 },
28934 {
@@ -28965,7 +28965,7 @@
28965 "nl": "Duo",
28966 "xloc": [
28967 "default.handlebars->47->3009",
28968 - "default3.handlebars->35->3003",
28968 + "default3.handlebars->35->3004",
28969 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
28970 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
28971 ]
@@ -28976,8 +28976,8 @@
28976 "xloc": [
28977 "default.handlebars->47->1834",
28978 "default.handlebars->47->1836",
28979 - "default3.handlebars->35->1816",
28980 - "default3.handlebars->35->1818",
28979 + "default3.handlebars->35->1817",
28980 + "default3.handlebars->35->1819",
28981 "login2.handlebars->centralTable->1->0->logincell->resettokenpanel->resettokenpanelform->5->1->2farow2->1->3",
28982 "login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3"
28983 ]
@@ -29009,7 +29009,7 @@
29009 "zh-cht": "代理重複",
29010 "xloc": [
29011 "default.handlebars->47->3358",
29012 - "default3.handlebars->35->3346"
29012 + "default3.handlebars->35->3347"
29013 ]
29014 },
29015 {
@@ -29069,7 +29069,7 @@
29069 "zh-cht": "複製用戶群",
29070 "xloc": [
29071 "default.handlebars->47->2875",
29072 - "default3.handlebars->35->2869"
29072 + "default3.handlebars->35->2870"
29073 ]
29074 },
29075 {
@@ -29132,8 +29132,8 @@
29132 "default3.handlebars->35->1251",
29133 "default3.handlebars->35->298",
29134 "default3.handlebars->35->300",
29135 - "default3.handlebars->35->3133",
29136 - "default3.handlebars->35->3166",
29135 + "default3.handlebars->35->3134",
29136 + "default3.handlebars->35->3167",
29137 "player.handlebars->3->18"
29138 ]
29139 },
@@ -29191,7 +29191,7 @@
29191 "xloc": [
29192 "default-mobile.handlebars->11->161",
29193 "default.handlebars->47->1905",
29194 - "default3.handlebars->35->1886",
29194 + "default3.handlebars->35->1887",
29195 "login2.handlebars->7->47"
29196 ]
29197 },
@@ -29223,7 +29223,7 @@
29223 "xloc": [
29224 "default-mobile.handlebars->11->160",
29225 "default.handlebars->47->1904",
29226 - "default3.handlebars->35->1885",
29226 + "default3.handlebars->35->1886",
29227 "login2.handlebars->7->46"
29228 ]
29229 },
@@ -29723,12 +29723,12 @@
29723 "default.handlebars->47->2366",
29724 "default.handlebars->47->2393",
29725 "default.handlebars->47->2405",
29726 - "default3.handlebars->35->2316",
29727 - "default3.handlebars->35->2319",
29728 - "default3.handlebars->35->2324",
29729 - "default3.handlebars->35->2363",
29730 - "default3.handlebars->35->2390",
29731 - "default3.handlebars->35->2402"
29726 + "default3.handlebars->35->2317",
29727 + "default3.handlebars->35->2320",
29728 + "default3.handlebars->35->2325",
29729 + "default3.handlebars->35->2364",
29730 + "default3.handlebars->35->2391",
29731 + "default3.handlebars->35->2403"
29732 ]
29733 },
29734 {
@@ -29758,7 +29758,7 @@
29758 "zh-cht": "編輯裝置群功能",
29759 "xloc": [
29760 "default.handlebars->47->2352",
29761 - "default3.handlebars->35->2349"
29761 + "default3.handlebars->35->2350"
29762 ]
29763 },
29764 {
@@ -29789,8 +29789,8 @@
29789 "xloc": [
29790 "default.handlebars->47->2390",
29791 "default.handlebars->47->2402",
29792 - "default3.handlebars->35->2387",
29793 - "default3.handlebars->35->2399"
29792 + "default3.handlebars->35->2388",
29793 + "default3.handlebars->35->2400"
29794 ]
29795 },
29796 {
@@ -29820,7 +29820,7 @@
29820 "zh-cht": "編輯裝置群用戶同意",
29821 "xloc": [
29822 "default.handlebars->47->2328",
29823 - "default3.handlebars->35->2325"
29823 + "default3.handlebars->35->2326"
29824 ]
29825 },
29826 {
@@ -29851,7 +29851,7 @@
29851 "xloc": [
29852 "default-mobile.handlebars->11->995",
29853 "default.handlebars->47->2380",
29854 - "default3.handlebars->35->2377"
29854 + "default3.handlebars->35->2378"
29855 ]
29856 },
29857 {
@@ -29882,8 +29882,8 @@
29882 "xloc": [
29883 "default.handlebars->47->2395",
29884 "default.handlebars->47->2397",
29885 - "default3.handlebars->35->2392",
29886 - "default3.handlebars->35->2394"
29885 + "default3.handlebars->35->2393",
29886 + "default3.handlebars->35->2395"
29887 ]
29888 },
29889 {
@@ -29943,7 +29943,7 @@
29943 "zh-cht": "編輯裝置用戶同意",
29944 "xloc": [
29945 "default.handlebars->47->2330",
29946 - "default3.handlebars->35->2327"
29946 + "default3.handlebars->35->2328"
29947 ]
29948 },
29949 {
@@ -30044,7 +30044,7 @@
30044 "xloc": [
30045 "default-mobile.handlebars->11->1010",
30046 "default.handlebars->47->2412",
30047 - "default3.handlebars->35->2409"
30047 + "default3.handlebars->35->2410"
30048 ]
30049 },
30050 {
@@ -30081,7 +30081,7 @@
30081 "zh-cht": "編輯用戶同意",
30082 "xloc": [
30083 "default.handlebars->47->2329",
30084 - "default3.handlebars->35->2326"
30084 + "default3.handlebars->35->2327"
30085 ]
30086 },
30087 {
@@ -30111,7 +30111,7 @@
30111 "zh-cht": "編輯用戶裝置群權限",
30112 "xloc": [
30113 "default.handlebars->47->2403",
30114 - "default3.handlebars->35->2400"
30114 + "default3.handlebars->35->2401"
30115 ]
30116 },
30117 {
@@ -30141,7 +30141,7 @@
30141 "zh-cht": "編輯用戶裝置權限",
30142 "xloc": [
30143 "default.handlebars->47->2398",
30144 - "default3.handlebars->35->2395"
30144 + "default3.handlebars->35->2396"
30145 ]
30146 },
30147 {
@@ -30171,7 +30171,7 @@
30171 "zh-cht": "編輯用戶特徵",
30172 "xloc": [
30173 "default.handlebars->47->3080",
30174 - "default3.handlebars->35->3074"
30174 + "default3.handlebars->35->3075"
30175 ]
30176 },
30177 {
@@ -30201,7 +30201,7 @@
30201 "zh-cht": "編輯用戶群",
30202 "xloc": [
30203 "default.handlebars->47->2932",
30204 - "default3.handlebars->35->2926"
30204 + "default3.handlebars->35->2927"
30205 ]
30206 },
30207 {
@@ -30231,7 +30231,7 @@
30231 "zh-cht": "編輯用戶群裝置權限",
30232 "xloc": [
30233 "default.handlebars->47->2400",
30234 - "default3.handlebars->35->2397"
30234 + "default3.handlebars->35->2398"
30235 ]
30236 },
30237 {
@@ -30261,7 +30261,7 @@
30261 "zh-cht": "編輯用戶組功能",
30262 "xloc": [
30263 "default.handlebars->47->2925",
30264 - "default3.handlebars->35->2919"
30264 + "default3.handlebars->35->2920"
30265 ]
30266 },
30267 {
@@ -30291,7 +30291,7 @@
30291 "zh-cht": "編輯用戶組用戶同意",
30292 "xloc": [
30293 "default.handlebars->47->2331",
30294 - "default3.handlebars->35->2328"
30294 + "default3.handlebars->35->2329"
30295 ]
30296 },
30297 {
@@ -30444,11 +30444,11 @@
30444 "default.handlebars->47->3022",
30445 "default.handlebars->47->3083",
30446 "default.handlebars->47->558",
30447 - "default3.handlebars->35->2820",
30448 - "default3.handlebars->35->2952",
30449 - "default3.handlebars->35->2954",
30450 - "default3.handlebars->35->3002",
30451 - "default3.handlebars->35->3016",
30447 + "default3.handlebars->35->2821",
30448 + "default3.handlebars->35->2953",
30449 + "default3.handlebars->35->2955",
30450 + "default3.handlebars->35->3003",
30451 + "default3.handlebars->35->3017",
30452 "default3.handlebars->35->555",
30453 "login-mobile.handlebars->5->45",
30454 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -30476,7 +30476,7 @@
30476 "xloc": [
30477 "default.handlebars->47->2220",
30478 "default.handlebars->47->994",
30479 - "default3.handlebars->35->2216",
30479 + "default3.handlebars->35->2217",
30480 "default3.handlebars->35->991"
30481 ]
30482 },
@@ -30508,7 +30508,7 @@
30508 "xloc": [
30509 "default-mobile.handlebars->11->328",
30510 "default.handlebars->47->2095",
30511 - "default3.handlebars->35->2077"
30511 + "default3.handlebars->35->2078"
30512 ]
30513 },
30514 {
@@ -30539,7 +30539,7 @@
30539 "xloc": [
30540 "default-mobile.handlebars->11->112",
30541 "default.handlebars->47->1831",
30542 - "default3.handlebars->35->1813"
30542 + "default3.handlebars->35->1814"
30543 ]
30544 },
30545 {
@@ -30666,7 +30666,7 @@
30666 "default.handlebars->47->1130",
30667 "default.handlebars->47->2462",
30668 "default3.handlebars->35->1125",
30669 - "default3.handlebars->35->2459"
30669 + "default3.handlebars->35->2460"
30670 ]
30671 },
30672 {
@@ -30723,7 +30723,7 @@
30723 "xloc": [
30724 "default-mobile.handlebars->11->326",
30725 "default.handlebars->47->2093",
30726 - "default3.handlebars->35->2075"
30726 + "default3.handlebars->35->2076"
30727 ]
30728 },
30729 {
@@ -30754,7 +30754,7 @@
30754 "xloc": [
30755 "default-mobile.handlebars->11->1068",
30756 "default.handlebars->47->3337",
30757 - "default3.handlebars->35->3325"
30757 + "default3.handlebars->35->3326"
30758 ]
30759 },
30760 {
@@ -30814,7 +30814,7 @@
30814 "zh-cht": "電郵未驗證",
30815 "xloc": [
30816 "default.handlebars->47->2759",
30817 - "default3.handlebars->35->2756"
30817 + "default3.handlebars->35->2757"
30818 ]
30819 },
30820 {
@@ -30845,8 +30845,8 @@
30845 "xloc": [
30846 "default.handlebars->47->2760",
30847 "default.handlebars->47->2952",
30848 - "default3.handlebars->35->2757",
30849 - "default3.handlebars->35->2946"
30848 + "default3.handlebars->35->2758",
30849 + "default3.handlebars->35->2947"
30850 ]
30851 },
30852 {
@@ -30876,7 +30876,7 @@
30876 "zh-cht": "電郵已驗證。",
30877 "xloc": [
30878 "default.handlebars->47->2830",
30879 - "default3.handlebars->35->2826"
30879 + "default3.handlebars->35->2827"
30880 ]
30881 },
30882 {
@@ -30906,7 +30906,7 @@
30906 "zh-cht": "電郵未驗證",
30907 "xloc": [
30908 "default.handlebars->47->2953",
30909 - "default3.handlebars->35->2947"
30909 + "default3.handlebars->35->2948"
30910 ]
30911 },
30912 {
@@ -30963,7 +30963,7 @@
30963 "xloc": [
30964 "default-mobile.handlebars->11->1052",
30965 "default.handlebars->47->3321",
30966 - "default3.handlebars->35->3309",
30966 + "default3.handlebars->35->3310",
30967 "login-mobile.handlebars->5->2",
30968 "login.handlebars->5->2",
30969 "login2.handlebars->7->200"
@@ -31053,7 +31053,7 @@
31053 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
31054 "xloc": [
31055 "default.handlebars->47->2831",
31056 - "default3.handlebars->35->2827"
31056 + "default3.handlebars->35->2828"
31057 ]
31058 },
31059 {
@@ -31109,7 +31109,7 @@
31109 "zh-cht": "電子郵件/短信/推送流量",
31110 "xloc": [
31111 "default.handlebars->47->3419",
31112 - "default3.handlebars->35->3407"
31112 + "default3.handlebars->35->3408"
31113 ]
31114 },
31115 {
@@ -31173,7 +31173,7 @@
31173 "zh-cht": "啟用桌面組合",
31174 "xloc": [
31175 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->15",
31176 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->15"
31176 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->15->3"
31177 ]
31178 },
31179 {
@@ -31202,7 +31202,7 @@
31202 "zh-cht": "啟用字體 Smoothing",
31203 "xloc": [
31204 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->5->d7rdpflags->13",
31205 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->13"
31205 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7rdpkvm->5->d7rdpflags->13->3"
31206 ]
31207 },
31208 {
@@ -31232,7 +31232,7 @@
31232 "zh-cht": "啟用邀請代碼",
31233 "xloc": [
31234 "default.handlebars->47->2438",
31235 - "default3.handlebars->35->2435"
31235 + "default3.handlebars->35->2436"
31236 ]
31237 },
31238 {
@@ -31292,7 +31292,7 @@
31292 "xloc": [
31293 "default-mobile.handlebars->11->114",
31294 "default.handlebars->47->1833",
31295 - "default3.handlebars->35->1815"
31295 + "default3.handlebars->35->1816"
31296 ]
31297 },
31298 {
@@ -31356,8 +31356,8 @@
31356 "default.handlebars->47->1744",
31357 "default.handlebars->47->3180",
31358 "default3.handlebars->35->140",
31359 - "default3.handlebars->35->1727",
31360 - "default3.handlebars->35->3168"
31359 + "default3.handlebars->35->1728",
31360 + "default3.handlebars->35->3169"
31361 ]
31362 },
31363 {
@@ -31365,7 +31365,7 @@
31365 "nl": "Duo twee factorauthenticatie ingeschakeld",
31366 "xloc": [
31367 "default.handlebars->47->2701",
31368 - "default3.handlebars->35->2698"
31368 + "default3.handlebars->35->2699"
31369 ]
31370 },
31371 {
@@ -31395,7 +31395,7 @@
31395 "zh-cht": "啟用電子郵件兩因素身份驗證",
31396 "xloc": [
31397 "default.handlebars->47->2629",
31398 - "default3.handlebars->35->2626"
31398 + "default3.handlebars->35->2627"
31399 ]
31400 },
31401 {
@@ -31427,7 +31427,7 @@
31427 "default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->1->0->1",
31428 "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->6->1",
31429 "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->9->1",
31430 - "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->9->1",
31430 + "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->9->3",
31431 "sharing-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->1->0->1"
31432 ]
31433 },
@@ -31487,7 +31487,7 @@
31487 "zh-cht": "編碼:RAW",
31488 "xloc": [
31489 "default.handlebars->47->1601",
31490 - "default3.handlebars->35->1586",
31490 + "default3.handlebars->35->1587",
31491 "sharing.handlebars->11->89"
31492 ]
31493 },
@@ -31518,7 +31518,7 @@
31518 "zh-cht": "編碼:UTF8",
31519 "xloc": [
31520 "default.handlebars->47->1602",
31521 - "default3.handlebars->35->1587",
31521 + "default3.handlebars->35->1588",
31522 "sharing.handlebars->11->90"
31523 ]
31524 },
@@ -31531,7 +31531,7 @@
31531 "xloc": [
31532 "default-mobile.handlebars->11->900",
31533 "default.handlebars->47->1746",
31534 - "default3.handlebars->35->1729"
31534 + "default3.handlebars->35->1730"
31535 ]
31536 },
31537 {
@@ -31562,7 +31562,7 @@
31562 "xloc": [
31563 "default-mobile.handlebars->11->663",
31564 "default.handlebars->47->1436",
31565 - "default3.handlebars->35->1423",
31565 + "default3.handlebars->35->1424",
31566 "sharing-mobile.handlebars->11->25"
31567 ]
31568 },
@@ -31593,7 +31593,7 @@
31593 "zh-cht": "時間結束",
31594 "xloc": [
31595 "default.handlebars->47->3177",
31596 - "default3.handlebars->35->3165"
31596 + "default3.handlebars->35->3166"
31597 ]
31598 },
31599 {
@@ -31623,7 +31623,7 @@
31623 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
31624 "xloc": [
31625 "default.handlebars->47->2552",
31626 - "default3.handlebars->35->2549"
31626 + "default3.handlebars->35->2550"
31627 ]
31628 },
31629 {
@@ -31653,7 +31653,7 @@
31653 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
31654 "xloc": [
31655 "default.handlebars->47->2553",
31656 - "default3.handlebars->35->2550"
31656 + "default3.handlebars->35->2551"
31657 ]
31658 },
31659 {
@@ -31683,7 +31683,7 @@
31683 "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒",
31684 "xloc": [
31685 "default.handlebars->47->2662",
31686 - "default3.handlebars->35->2659"
31686 + "default3.handlebars->35->2660"
31687 ]
31688 },
31689 {
@@ -31713,7 +31713,7 @@
31713 "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒",
31714 "xloc": [
31715 "default.handlebars->47->2653",
31716 - "default3.handlebars->35->2650"
31716 + "default3.handlebars->35->2651"
31717 ]
31718 },
31719 {
@@ -31743,7 +31743,7 @@
31743 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
31744 "xloc": [
31745 "default.handlebars->47->2550",
31746 - "default3.handlebars->35->2547"
31746 + "default3.handlebars->35->2548"
31747 ]
31748 },
31749 {
@@ -31773,7 +31773,7 @@
31773 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
31774 "xloc": [
31775 "default.handlebars->47->2551",
31776 - "default3.handlebars->35->2548"
31776 + "default3.handlebars->35->2549"
31777 ]
31778 },
31779 {
@@ -31804,7 +31804,7 @@
31804 "xloc": [
31805 "default-mobile.handlebars->11->162",
31806 "default.handlebars->47->1906",
31807 - "default3.handlebars->35->1887",
31807 + "default3.handlebars->35->1888",
31808 "login2.handlebars->7->48"
31809 ]
31810 },
@@ -31836,7 +31836,7 @@
31836 "xloc": [
31837 "default-mobile.handlebars->11->163",
31838 "default.handlebars->47->1907",
31839 - "default3.handlebars->35->1888",
31839 + "default3.handlebars->35->1889",
31840 "login2.handlebars->7->49"
31841 ]
31842 },
@@ -31868,7 +31868,7 @@
31868 "xloc": [
31869 "default-mobile.handlebars->11->164",
31870 "default.handlebars->47->1908",
31871 - "default3.handlebars->35->1889",
31871 + "default3.handlebars->35->1890",
31872 "login2.handlebars->7->50"
31873 ]
31874 },
@@ -31900,7 +31900,7 @@
31900 "xloc": [
31901 "default-mobile.handlebars->11->165",
31902 "default.handlebars->47->1909",
31903 - "default3.handlebars->35->1890",
31903 + "default3.handlebars->35->1891",
31904 "login2.handlebars->7->51"
31905 ]
31906 },
@@ -31932,7 +31932,7 @@
31932 "xloc": [
31933 "default-mobile.handlebars->11->166",
31934 "default.handlebars->47->1910",
31935 - "default3.handlebars->35->1891",
31935 + "default3.handlebars->35->1892",
31936 "login2.handlebars->7->52"
31937 ]
31938 },
@@ -31964,7 +31964,7 @@
31964 "xloc": [
31965 "default-mobile.handlebars->11->167",
31966 "default.handlebars->47->1911",
31967 - "default3.handlebars->35->1892",
31967 + "default3.handlebars->35->1893",
31968 "login2.handlebars->7->53"
31969 ]
31970 },
@@ -31996,7 +31996,7 @@
31996 "xloc": [
31997 "default-mobile.handlebars->11->168",
31998 "default.handlebars->47->1912",
31999 - "default3.handlebars->35->1893",
31999 + "default3.handlebars->35->1894",
32000 "login2.handlebars->7->54"
32001 ]
32002 },
@@ -32028,7 +32028,7 @@
32028 "xloc": [
32029 "default-mobile.handlebars->11->169",
32030 "default.handlebars->47->1913",
32031 - "default3.handlebars->35->1894",
32031 + "default3.handlebars->35->1895",
32032 "login2.handlebars->7->55"
32033 ]
32034 },
@@ -32060,7 +32060,7 @@
32060 "xloc": [
32061 "default-mobile.handlebars->11->170",
32062 "default.handlebars->47->1914",
32063 - "default3.handlebars->35->1895",
32063 + "default3.handlebars->35->1896",
32064 "login2.handlebars->7->56"
32065 ]
32066 },
@@ -32092,7 +32092,7 @@
32092 "xloc": [
32093 "default-mobile.handlebars->11->171",
32094 "default.handlebars->47->1915",
32095 - "default3.handlebars->35->1896",
32095 + "default3.handlebars->35->1897",
32096 "login2.handlebars->7->57"
32097 ]
32098 },
@@ -32124,7 +32124,7 @@
32124 "xloc": [
32125 "default-mobile.handlebars->11->172",
32126 "default.handlebars->47->1916",
32127 - "default3.handlebars->35->1897",
32127 + "default3.handlebars->35->1898",
32128 "login2.handlebars->7->58"
32129 ]
32130 },
@@ -32156,7 +32156,7 @@
32156 "xloc": [
32157 "default-mobile.handlebars->11->173",
32158 "default.handlebars->47->1917",
32159 - "default3.handlebars->35->1898",
32159 + "default3.handlebars->35->1899",
32160 "login2.handlebars->7->59"
32161 ]
32162 },
@@ -32188,7 +32188,7 @@
32188 "xloc": [
32189 "default-mobile.handlebars->11->174",
32190 "default.handlebars->47->1918",
32191 - "default3.handlebars->35->1899",
32191 + "default3.handlebars->35->1900",
32192 "login2.handlebars->7->60"
32193 ]
32194 },
@@ -32249,10 +32249,10 @@
32249 "default.handlebars->47->1565",
32250 "default.handlebars->47->2132",
32251 "default.handlebars->47->2133",
32252 - "default3.handlebars->35->1416",
32253 - "default3.handlebars->35->1550",
32254 - "default3.handlebars->35->2132",
32252 + "default3.handlebars->35->1417",
32253 + "default3.handlebars->35->1551",
32254 "default3.handlebars->35->2133",
32255 + "default3.handlebars->35->2134",
32256 "sharing-mobile.handlebars->11->19",
32257 "sharing.handlebars->11->55"
32258 ]
@@ -32284,7 +32284,7 @@
32284 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
32285 "xloc": [
32286 "default.handlebars->47->2835",
32287 - "default3.handlebars->35->2831"
32287 + "default3.handlebars->35->2832"
32288 ]
32289 },
32290 {
@@ -32399,7 +32399,7 @@
32399 "zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
32400 "xloc": [
32401 "default.handlebars->47->1461",
32402 - "default3.handlebars->35->1448"
32402 + "default3.handlebars->35->1449"
32403 ]
32404 },
32405 {
@@ -32542,7 +32542,7 @@
32542 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
32543 "xloc": [
32544 "default.handlebars->47->1797",
32545 - "default3.handlebars->35->1779"
32545 + "default3.handlebars->35->1780"
32546 ]
32547 },
32548 {
@@ -32557,7 +32557,7 @@
32557 "uk": "Введіть свою службу обміну повідомленнями. Після верифікації цей сервер зможе надсилати підтвердження входу та інші сповіщення.",
32558 "xloc": [
32559 "default.handlebars->47->1803",
32560 - "default3.handlebars->35->1785"
32560 + "default3.handlebars->35->1786"
32561 ]
32562 },
32563 {
@@ -32728,7 +32728,7 @@
32728 "xloc": [
32729 "default-mobile.handlebars->11->1060",
32730 "default.handlebars->47->3329",
32731 - "default3.handlebars->35->3317"
32731 + "default3.handlebars->35->3318"
32732 ]
32733 },
32734 {
@@ -32759,7 +32759,7 @@
32759 "xloc": [
32760 "default-mobile.handlebars->11->1057",
32761 "default.handlebars->47->3326",
32762 - "default3.handlebars->35->3314"
32762 + "default3.handlebars->35->3315"
32763 ]
32764 },
32765 {
@@ -32790,7 +32790,7 @@
32790 "xloc": [
32791 "default-mobile.handlebars->11->1056",
32792 "default.handlebars->47->3325",
32793 - "default3.handlebars->35->3313"
32793 + "default3.handlebars->35->3314"
32794 ]
32795 },
32796 {
@@ -32821,7 +32821,7 @@
32821 "xloc": [
32822 "default-mobile.handlebars->11->1055",
32823 "default.handlebars->47->3324",
32824 - "default3.handlebars->35->3312"
32824 + "default3.handlebars->35->3313"
32825 ]
32826 },
32827 {
@@ -32881,7 +32881,7 @@
32881 "xloc": [
32882 "default-mobile.handlebars->11->657",
32883 "default.handlebars->47->1430",
32884 - "default3.handlebars->35->1417",
32884 + "default3.handlebars->35->1418",
32885 "sharing-mobile.handlebars->11->20"
32886 ]
32887 },
@@ -32924,7 +32924,7 @@
32924 "xloc": [
32925 "default-mobile.handlebars->11->175",
32926 "default.handlebars->47->1919",
32927 - "default3.handlebars->35->1900",
32927 + "default3.handlebars->35->1901",
32928 "login2.handlebars->7->61"
32929 ]
32930 },
@@ -32982,7 +32982,7 @@
32982 "xloc": [
32983 "default-mobile.handlebars->11->176",
32984 "default.handlebars->47->1920",
32985 - "default3.handlebars->35->1901",
32985 + "default3.handlebars->35->1902",
32986 "login2.handlebars->7->62"
32987 ]
32988 },
@@ -33039,7 +33039,7 @@
33039 "zh-cht": "事件詳情",
33040 "xloc": [
33041 "default.handlebars->47->1613",
33042 - "default3.handlebars->35->1598"
33042 + "default3.handlebars->35->1599"
33043 ]
33044 },
33045 {
@@ -33069,7 +33069,7 @@
33069 "zh-cht": "事件列表輸出",
33070 "xloc": [
33071 "default.handlebars->47->2734",
33072 - "default3.handlebars->35->2731"
33072 + "default3.handlebars->35->2732"
33073 ]
33074 },
33075 {
@@ -33085,7 +33085,7 @@
33085 "uk": "Записи подій",
33086 "xloc": [
33087 "default.handlebars->47->3270",
33088 - "default3.handlebars->35->3258"
33088 + "default3.handlebars->35->3259"
33089 ]
33090 },
33091 {
@@ -33307,7 +33307,7 @@
33307 "default.handlebars->47->2083",
33308 "default.handlebars->47->306",
33309 "default3.handlebars->35->1244",
33310 - "default3.handlebars->35->2065",
33310 + "default3.handlebars->35->2066",
33311 "default3.handlebars->35->303"
33312 ]
33313 },
@@ -33367,7 +33367,7 @@
33367 "zh-cht": "過期{0}",
33368 "xloc": [
33369 "default.handlebars->47->2146",
33370 - "default3.handlebars->35->2146",
33370 + "default3.handlebars->35->2147",
33371 "sharing.handlebars->11->100"
33372 ]
33373 },
@@ -33428,7 +33428,7 @@
33428 "zh-cht": "擴充式ASCII",
33429 "xloc": [
33430 "default.handlebars->47->1534",
33431 - "default3.handlebars->35->1519",
33431 + "default3.handlebars->35->1520",
33432 "sharing.handlebars->11->34"
33433 ]
33434 },
@@ -33490,7 +33490,7 @@
33490 "zh-cht": "外部",
33491 "xloc": [
33492 "default.handlebars->47->3399",
33493 - "default3.handlebars->35->3387"
33493 + "default3.handlebars->35->3388"
33494 ]
33495 },
33496 {
@@ -33520,7 +33520,7 @@
33520 "zh-cht": "FIDO 密鑰",
33521 "xloc": [
33522 "default.handlebars->47->3250",
33523 - "default3.handlebars->35->3238"
33523 + "default3.handlebars->35->3239"
33524 ]
33525 },
33526 {
@@ -33581,7 +33581,7 @@
33581 "xloc": [
33582 "default-mobile.handlebars->11->226",
33583 "default.handlebars->47->1970",
33584 - "default3.handlebars->35->1951",
33584 + "default3.handlebars->35->1952",
33585 "login2.handlebars->7->112"
33586 ]
33587 },
@@ -33598,8 +33598,8 @@
33598 "xloc": [
33599 "default.handlebars->47->1817",
33600 "default.handlebars->47->3055",
33601 - "default3.handlebars->35->1799",
33602 - "default3.handlebars->35->3049"
33601 + "default3.handlebars->35->1800",
33602 + "default3.handlebars->35->3050"
33603 ]
33604 },
33605 {
@@ -33630,7 +33630,7 @@
33630 "xloc": [
33631 "default-mobile.handlebars->11->177",
33632 "default.handlebars->47->1921",

This file is too large to show in full.

views/default-mobile.handlebars
-1
@@ -7688,7 +7688,6 @@
7688 function addKeyLinkConditional(x, t, c) { if (c) return '<span title=\'' + t + '\'>' + x + ' <img class=hoverButton src=images/key16.png></span>'; return x }
7689 function passwordcheck(p) { var re = /(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()]).{8,}/; return re.test(p); }
7690 function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format('{0} bytes', size); }
7691 - 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('/'); }
7691 function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); }
7692 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] != '.'); } })();
7693 function printDate(d) { return d.toLocaleDateString(args.locale); }
views/default.handlebars
-1
@@ -19291,7 +19291,6 @@
19291 return outputArray;
19292 }
19293
19294 - 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('/'); }
19294 function putstore(name, val) {
19295 try {
19296 if ((typeof (localStorage) === 'undefined') || (localStorage.getItem(name) == val)) return;
views/default3.handlebars
-1
@@ -20664,7 +20664,6 @@
20664 return outputArray;
20665 }
20666
20667 - 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('/'); }
20667 function putstore(name, val) {
20668 try {
20669 if ((typeof (localStorage) === 'undefined') || (localStorage.getItem(name) == val)) return;
views/sharing-mobile.handlebars
-1
@@ -2490,7 +2490,6 @@
2490 function addLinkConditional(x, f, c) { if (c) return addLink(x, f); return x; }
2491 function passwordcheck(p) { var re = /(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()]).{8,}/; return re.test(p); }
2492 function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format('{0} bytes', size); }
2493 - 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('/'); }
2493 function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); }
2494 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] != '.'); } })();
2495 function printDate(d) { return d.toLocaleDateString(args.locale); }
views/sharing.handlebars
-1
@@ -2346,7 +2346,6 @@
2346 function printFlexDateTime(d) { if (printDate(new Date()) == printDate(d)) { return format("Expires at {0}", printTime(d)); } else { return format("Expires {0}", printDateTime(d)); } }
2347 function getFileSizeStr(size) { if (typeof size != 'number') { size = 0; } if (size == 1) return "1 byte"; return format("{0} bytes", size); }
2348 function encodeURIComponentEx(txt) { return encodeURIComponent(txt).replace(/'/g, '%27'); };
2349 - 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('/'); }
2349 function focusTextBox(x) { setTimeout(function () { Q(x).selectionStart = Q(x).selectionEnd = 65535; Q(x).focus(); }, 0); }
2350 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] != '.'); } })();
2351