Fixed spelling errors and missing ®

This commit is contained in:
Ylian Saint-Hilaire 2020-09-08 13:33:52 -07:00
parent bc057c9592
commit 88efa52a91
26 changed files with 349 additions and 369 deletions

View File

@ -44,7 +44,10 @@
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"express-ws": "^4.0.0",
"html-minifier": "^4.0.0",
"ipcheck": "^0.1.0",
"jsdom": "^16.4.0",
"minify-js": "0.0.4",
"minimist": "^1.2.0",
"multiparty": "^4.2.1",
"nedb": "^1.8.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 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){for(var t="",e=0;e<n.length;e++)t+=char2hex(n.charCodeAt(e));return t}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 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(){var n=window.document.location.href;n.endsWith("#")&&(n=n.substring(0,n.length-1));var t,e,r={},o=n.split(/[\?&|\=]/);for(e in o.splice(0,1),o)switch(e%2){case 0:t=decodeURIComponent(o[e]);break;case 1:r[t]=decodeURIComponent(o[e]),isSafeString2(r[t])?(e=parseInt(r[t]))==r[t]&&(r[t]=e):delete r[t]}return r}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)})
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 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?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?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 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(){var n=window.document.location.href;n.endsWith("#")&&(n=n.substring(0,n.length-1));var t,e={},r=n.split(/[\?&|\=]/);for(o in r.splice(0,1),r)switch(o%2){case 0:t=decodeURIComponent(r[o]);break;case 1:if(e[t]=decodeURIComponent(r[o]),isSafeString2(e[t])){var o=parseInt(e[t]);o==e[t]&&(e[t]=o)}else delete e[t]}return e}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)})

View File

@ -1 +1 @@
var MeshServerCreateControl=function(e,t){var o={State:0,connectstate:0,pingTimer:null};return o.authCookie=t,o.trace=!1,o.xxStateChange=function(t,e){var n;o.State!=t&&(n=o.State,o.State=t,o.onStateChanged&&o.onStateChanged(o,o.State,n,e))},o.Start=function(){var t;0==o.connectstate&&(o.connectstate=0,t=window.location.protocol.replace("http","ws")+"//"+window.location.host+e+"control.ashx",o.authCookie&&""!=o.authCookie&&(t+="?auth="+o.authCookie),o.socket=new WebSocket(t),o.socket.onopen=function(t){o.connectstate=1},o.socket.onmessage=o.xxOnMessage,o.socket.onclose=function(t){o.Stop(t.code)},o.xxStateChange(1,0),null!=o.pingTimer&&clearInterval(o.pingTimer),o.pingTimer=setInterval(function(){o.send({action:"ping"})},29e3))},o.Stop=function(t){o.connectstate=0,o.socket&&(o.socket.close(),delete o.socket),null!=o.pingTimer&&(clearInterval(o.pingTimer),o.pingTimer=null),o.xxStateChange(0,t)},o.xxOnMessage=function(t){var e;1==o.State&&o.xxStateChange(2);try{e=JSON.parse(t.data)}catch(t){return}if("object"==typeof e&&"pong"!=e.action){if("ping"==e.action&&o.send({action:"pong"}),"close"==e.action)return e.msg&&console.log(e.msg),void o.Stop(e.cause);o.trace&&console.log("RECV",e),o.onMessage&&o.onMessage(o,e)}},o.send=function(t){null!=o.socket&&1==o.connectstate&&(o.trace&&"ping"!=t.action&&console.log("SEND",t),o.socket.send(JSON.stringify(t)))},o}
var MeshServerCreateControl=function(e,t){var o={State:0,connectstate:0,pingTimer:null};return o.authCookie=t,o.trace=!1,o.xxStateChange=function(t,e){if(o.State!=t){var n=o.State;o.State=t,o.onStateChanged&&o.onStateChanged(o,o.State,n,e)}},o.Start=function(){if(0==o.connectstate){o.connectstate=0;var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+e+"control.ashx";o.authCookie&&""!=o.authCookie&&(t+="?auth="+o.authCookie),o.socket=new WebSocket(t),o.socket.onopen=function(t){o.connectstate=1},o.socket.onmessage=o.xxOnMessage,o.socket.onclose=function(t){o.Stop(t.code)},o.xxStateChange(1,0),null!=o.pingTimer&&clearInterval(o.pingTimer),o.pingTimer=setInterval(function(){o.send({action:"ping"})},29e3)}},o.Stop=function(t){o.connectstate=0,o.socket&&(o.socket.close(),delete o.socket),null!=o.pingTimer&&(clearInterval(o.pingTimer),o.pingTimer=null),o.xxStateChange(0,t)},o.xxOnMessage=function(t){var e;1==o.State&&o.xxStateChange(2);try{e=JSON.parse(t.data)}catch(t){return}if("object"==typeof e&&"pong"!=e.action){if("ping"==e.action&&o.send({action:"pong"}),"close"==e.action)return e.msg&&console.log(e.msg),void o.Stop(e.cause);o.trace&&console.log("RECV",e),o.onMessage&&o.onMessage(o,e)}},o.send=function(t){null!=o.socket&&1==o.connectstate&&(o.trace&&"ping"!=t.action&&console.log("SEND",t),o.socket.send(JSON.stringify(t)))},o}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.FitAddon=t():e.FitAddon=t()}(window,function(){return n={},o.m=r=[function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=(o.prototype.activate=function(e){this._terminal=e},o.prototype.dispose=function(){},o.prototype.fit=function(){var e,t=this.proposeDimensions();t&&this._terminal&&(e=this._terminal._core,this._terminal.rows===t.rows&&this._terminal.cols===t.cols||(e._renderService.clear(),this._terminal.resize(t.cols,t.rows)))},o.prototype.proposeDimensions=function(){if(this._terminal&&this._terminal.element&&this._terminal.element.parentElement){var e=this._terminal._core,t=window.getComputedStyle(this._terminal.element.parentElement),r=parseInt(t.getPropertyValue("height")),n=Math.max(0,parseInt(t.getPropertyValue("width"))),o=window.getComputedStyle(this._terminal.element),i=r-(parseInt(o.getPropertyValue("padding-top"))+parseInt(o.getPropertyValue("padding-bottom"))),a=n-(parseInt(o.getPropertyValue("padding-right"))+parseInt(o.getPropertyValue("padding-left")))-e.viewport.scrollBarWidth;return{cols:Math.max(2,Math.floor(a/e._renderService.dimensions.actualCellWidth)),rows:Math.max(1,Math.floor(i/e._renderService.dimensions.actualCellHeight))}}},o);function o(){}t.FitAddon=n}],o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=0);function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}var r,n})
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.FitAddon=t():e.FitAddon=t()}(window,function(){return n={},o.m=r=[function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=(o.prototype.activate=function(e){this._terminal=e},o.prototype.dispose=function(){},o.prototype.fit=function(){var e=this.proposeDimensions();if(e&&this._terminal){var t=this._terminal._core;this._terminal.rows===e.rows&&this._terminal.cols===e.cols||(t._renderService.clear(),this._terminal.resize(e.cols,e.rows))}},o.prototype.proposeDimensions=function(){if(this._terminal&&this._terminal.element&&this._terminal.element.parentElement){var e=this._terminal._core,t=window.getComputedStyle(this._terminal.element.parentElement),r=parseInt(t.getPropertyValue("height")),n=Math.max(0,parseInt(t.getPropertyValue("width"))),o=window.getComputedStyle(this._terminal.element),i=r-(parseInt(o.getPropertyValue("padding-top"))+parseInt(o.getPropertyValue("padding-bottom"))),a=n-(parseInt(o.getPropertyValue("padding-right"))+parseInt(o.getPropertyValue("padding-left")))-e.viewport.scrollBarWidth;return{cols:Math.max(2,Math.floor(a/e._renderService.dimensions.actualCellWidth)),rows:Math.max(1,Math.floor(i/e._renderService.dimensions.actualCellHeight))}}},o);function o(){}t.FitAddon=n}],o.c=n,o.d=function(e,t,r){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=0);function o(e){if(n[e])return n[e].exports;var t=n[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}var r,n})

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-adler32.js"),function(){var c=65521,C=5552;ZLIB.adler32=function(r,e,o,t){return("string"==typeof e?function(r,e,o,t){var a,d=r>>>16&65535;if(r&=65535,1==t)return r+=255&e.charCodeAt(o),c<=r&&(r-=c),c<=(d+=r)&&(d-=c),r|d<<16;if(null===e)return 1;if(t<16){for(;t--;)d+=r+=255&e.charCodeAt(o++);return c<=r&&(r-=c),r|(d%=c)<<16}for(;C<=t;){for(t-=C,a=347;d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),--a;);r%=c,d%=c}if(t){for(;16<=t;)t-=16,d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++),d+=r+=255&e.charCodeAt(o++);for(;t--;)d+=r+=255&e.charCodeAt(o++);r%=c,d%=c}return r|d<<16}:function(r,e,o,t){var a,d=r>>>16&65535;if(r&=65535,1==t)return r+=e[o],c<=r&&(r-=c),c<=(d+=r)&&(d-=c),r|d<<16;if(null===e)return 1;if(t<16){for(;t--;)d+=r+=e[o++];return c<=r&&(r-=c),r|(d%=c)<<16}for(;C<=t;){for(t-=C,a=347;d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],--a;);r%=c,d%=c}if(t){for(;16<=t;)t-=16,d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++],d+=r+=e[o++];for(;t--;)d+=r+=e[o++];r%=c,d%=c}return r|d<<16})(r,e,o,t)},ZLIB.adler32_combine=function(r,e,o){var t,a;return o<0?4294967295:(a=(o%=c)*(t=65535&r),a%=c,c<=(t+=(65535&e)+c-1)&&(t-=c),c<=t&&(t-=c),c<<1<=(a+=(r>>16&65535)+(e>>16&65535)+c-o)&&(a-=c<<1),c<=a&&(a-=c),t|a<<16)}}()
"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-adler32.js"),function(){var c=65521,C=5552;ZLIB.adler32=function(r,e,o,t){return"string"==typeof e?function(r,e,o,t){var a,d;if(a=r>>>16&65535,r&=65535,1==t)return r+=255&e.charCodeAt(o),c<=r&&(r-=c),c<=(a+=r)&&(a-=c),r|a<<16;if(null===e)return 1;if(t<16){for(;t--;)a+=r+=255&e.charCodeAt(o++);return c<=r&&(r-=c),r|(a%=c)<<16}for(;C<=t;){for(t-=C,d=347;a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),--d;);r%=c,a%=c}if(t){for(;16<=t;)t-=16,a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++),a+=r+=255&e.charCodeAt(o++);for(;t--;)a+=r+=255&e.charCodeAt(o++);r%=c,a%=c}return r|a<<16}(r,e,o,t):function(r,e,o,t){var a,d;if(a=r>>>16&65535,r&=65535,1==t)return r+=e[o],c<=r&&(r-=c),c<=(a+=r)&&(a-=c),r|a<<16;if(null===e)return 1;if(t<16){for(;t--;)a+=r+=e[o++];return c<=r&&(r-=c),r|(a%=c)<<16}for(;C<=t;){for(t-=C,d=347;a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],--d;);r%=c,a%=c}if(t){for(;16<=t;)t-=16,a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++],a+=r+=e[o++];for(;t--;)a+=r+=e[o++];r%=c,a%=c}return r|a<<16}(r,e,o,t)},ZLIB.adler32_combine=function(r,e,o){var t,a,d;return o<0?4294967295:(a=(d=o%=c)*(t=65535&r),a%=c,c<=(t+=(65535&e)+c-1)&&(t-=c),c<=t&&(t-=c),c<<1<=(a+=(r>>16&65535)+(e>>16&65535)+c-d)&&(a-=c<<1),c<=a&&(a-=c),t|a<<16)}}()

View File

@ -1 +1 @@
"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-crc32.js"),function(){var t=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];ZLIB.crc32=function(r,e,n,o){return("string"==typeof e?function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e.charCodeAt(n++))]^r>>>8,--o;);return 4294967295^r}:function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e[n++])]^r>>>8,--o;);return 4294967295^r})(r,e,n,o)};function i(r,e){for(var n=0,o=0;e;)1&e&&(o^=r[n]),e>>=1,n++;return o}function u(r,e){for(var n=0;n<32;n++)r[n]=i(e,e[n])}ZLIB.crc32_combine=function(r,e,n){var o,t,f,c;if(n<=0)return r;for(f=new Array(32),(c=new Array(32))[0]=3988292384,o=t=1;o<32;o++)c[o]=t,t<<=1;u(f,c),u(c,f);do{if(u(f,c),1&n&&(r=i(f,r)),0==(n>>=1))break;u(c,f),1&n&&(r=i(c,r)),n>>=1}while(0!=n);return r^=e}}()
"undefined"==typeof ZLIB&&alert("ZLIB is not defined. SRC zlib.js before zlib-crc32.js"),function(){var t=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];ZLIB.crc32=function(r,e,n,o){return"string"==typeof e?function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,r=t[255&(r^e.charCodeAt(n++))]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e.charCodeAt(n++))]^r>>>8,--o;);return 4294967295^r}(r,e,n,o):function(r,e,n,o){if(null==e)return 0;for(r^=4294967295;8<=o;)r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,r=t[255&(r^e[n++])]^r>>>8,o-=8;if(o)for(;r=t[255&(r^e[n++])]^r>>>8,--o;);return 4294967295^r}(r,e,n,o)};function i(r,e){var n,o=0;for(n=0;e;)1&e&&(n^=r[o]),e>>=1,o++;return n}function u(r,e){var n;for(n=0;n<32;n++)r[n]=i(e,e[n])}ZLIB.crc32_combine=function(r,e,n){var o,t,f,c;if(n<=0)return r;for(f=new Array(32),(c=new Array(32))[0]=3988292384,o=t=1;o<32;o++)c[o]=t,t<<=1;u(f,c),u(c,f);do{if(u(f,c),1&n&&(r=i(f,r)),0==(n>>=1))break;u(c,f),1&n&&(r=i(c,r)),n>>=1}while(0!=n);return r^=e}}()

File diff suppressed because one or more lines are too long

View File

@ -3583,21 +3583,21 @@
]
},
{
"cs": "Agent + Intel AMT",
"de": "Agent + Intel AMT",
"en": "Agent + Intel AMT",
"cs": "Agent + Intel&reg; AMT",
"de": "Agent + Intel&reg; AMT",
"en": "Agent + Intel&reg; AMT",
"es": "Agente + Intel&reg; AMT",
"fi": "Agentti + Intel AMT",
"fr": "Agent + Intel AMT",
"fi": "Agentti + Intel&reg; AMT",
"fr": "Agent + Intel&reg; AMT",
"hi": "एजेंट + इंटेल एएमटी",
"ja": "エージェント+ Intel AMT",
"ja": "エージェント+ Intel&reg; AMT",
"ko": "에이전트 + 인텔 AMT",
"nl": "Agent + Intel AMT",
"pt": "Agente + Intel AMT",
"ru": "Агент + Intel AMT",
"tr": "Aracı + Intel AMT",
"nl": "Agent + Intel&reg; AMT",
"pt": "Agente + Intel&reg; AMT",
"ru": "Агент + Intel&reg; AMT",
"tr": "Aracı + Intel&reg; AMT",
"zh-chs": "代理+英特尔AMT",
"zh-cht": "代理+Intel AMT",
"zh-cht": "代理+Intel&reg; AMT",
"xloc": [
"default.handlebars->27->1495",
"default.handlebars->27->1503"
@ -7288,7 +7288,7 @@
{
"cs": "Potvrdit kopírování {0} zaznámů do tohoto umístění?",
"de": "Bestätigen Sie das Kopieren von {0} Einträgen an diesen Ort?",
"en": "Confirm copy of {0} entries's to this location?",
"en": "Confirm copy of {0} entries to this location?",
"es": "¿Confirmar la copia de {1} entradas a esta ubicación?",
"fi": "Haluatko varmasti kopioida {0} kojdetta tänne?",
"fr": "Confirmer la copie de {0} entrées à cet emplacement?",
@ -7302,10 +7302,15 @@
"zh-chs": "确认{0}个条目的复制到此位置?",
"zh-cht": "確認{0}個條目的複製到此位置?",
"xloc": [
"default-mobile.handlebars->9->308",
"default.handlebars->27->877"
]
},
{
"en": "Confirm copy of {0} entries's to this location?",
"xloc": [
"default-mobile.handlebars->9->308"
]
},
{
"de": "Bestätigen Sie das Löschen der gewählten Konten?",
"en": "Confirm delete selected account(s)?",
@ -7326,7 +7331,7 @@
{
"cs": "Potvrdit smázání vybraných zařízení?",
"de": "Bestätigen Sie das Löschen der gewählten Geräte?",
"en": "Confirm delete selected devices(s)?",
"en": "Confirm delete selected device(s)?",
"es": "¿Confirmar la eliminación de los dispositivos seleccionados?",
"fi": "Haluatko varmasti poistaa valitut laitteet?",
"fr": "Supprimer les appareils sélectionnés ?",
@ -7345,7 +7350,7 @@
},
{
"de": "Bestätigen Sie das Löschen der gewählten Benutzergruppen?",
"en": "Confirm delete selected user groups(s)?",
"en": "Confirm delete selected user group(s)?",
"es": "¿Confirmar la eliminación de grupos de usuarios seleccionados?",
"fi": "Haluatko varmasti poistaa valitut käyttäjäryhmät?",
"fr": "Confirmer la suppression des groupes d'utilisateurs sélectionnés?",
@ -7438,7 +7443,7 @@
{
"cs": "Potvrdit přesun {0} záznamů do tohoto umístění?",
"de": "Bestätigen Sie das Verschieben von {0} Einträgen an diesen Ort?",
"en": "Confirm move of {0} entries's to this location?",
"en": "Confirm move of {0} entries to this location?",
"es": "¿Confirmar el movimiento de {1} entradas a esta ubicación?",
"fi": "Haluatko varmasti siirtää {0} kohdetta tänne?",
"fr": "Confirmer le déplacement de {0} entrées vers cet emplacement?",
@ -7452,10 +7457,15 @@
"zh-chs": "确认将{0}个条目移到此位置?",
"zh-cht": "確認將{0}個條目移到該位置?",
"xloc": [
"default-mobile.handlebars->9->310",
"default.handlebars->27->879"
]
},
{
"en": "Confirm move of {0} entries's to this location?",
"xloc": [
"default-mobile.handlebars->9->310"
]
},
{
"cs": "Potvrdit přepsání?",
"de": "Bestätigen Sie das Überschreiben?",
@ -7796,25 +7806,33 @@
]
},
{
"cs": "Připojit pomocí Intel AMT hardware KVM",
"de": "Verbinden per Intel-AMT-Hardware-KVM",
"en": "Connect using Intel AMT hardware KVM",
"xloc": [
"desktop.handlebars->p11->deskarea0->deskarea1->3->connectbutton1hspan"
]
},
{
"cs": "Připojit pomocí Intel&reg; AMT hardware KVM",
"de": "Verbinden per Intel&reg; AMT-Hardware-KVM",
"en": "Connect using Intel&reg; AMT hardware KVM",
"es": "Conectar usando el hardware Intel&reg; AMT KVM",
"fi": "Yhdistä käyttäen Intel&reg; AMT laitteisto KVM:ää",
"fr": "Se connecter en utilisant le KVM d'Intel AMT",
"hi": "Intel AMT हार्डवेयर KVM का उपयोग करके कनेक्ट करें",
"ja": "Intel AMTハードウェアKVMを使用して接続する",
"ko": "Intel AMT 하드웨어 KVM을 사용하여 연결",
"nl": "Maak verbinding met Intel AMT hardware KVM",
"pt": "Conectar-se usando o KVM de hardware Intel AMT",
"ru": "Подключение с использованием аппаратного обеспечения Intel AMT KVM",
"tr": "Intel AMT donanımı KVM'yi kullanarak bağlanın",
"zh-chs": "使用Intel AMT硬件KVM连接",
"zh-cht": "使用Intel AMT硬件KVM連接",
"fr": "Se connecter en utilisant le KVM d'Intel&reg; AMT",
"hi": "Intel&reg; AMT हार्डवेयर KVM का उपयोग करके कनेक्ट करें",
"ja": "Intel&reg; AMTハードウェアKVMを使用して接続する",
"ko": "Intel&reg; AMT 하드웨어 KVM을 사용하여 연결",
"nl": "Maak verbinding met Intel&reg; AMT hardware KVM",
"pt": "Conectar-se usando o KVM de hardware Intel&reg; AMT",
"ru": "Подключение с использованием аппаратного обеспечения Intel&reg; AMT KVM",
"tr": "Intel&reg; AMT donanımı KVM'yi kullanarak bağlanın",
"zh-chs": "使用Intel&reg; AMT硬件KVM连接",
"zh-cht": "使用Intel&reg; AMT硬件KVM連接"
},
{
"en": "Connect using Intel® AMT hardware KVM",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1hspan",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2hspan",
"desktop.handlebars->p11->deskarea0->deskarea1->3->connectbutton1hspan"
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2hspan"
]
},
{
@ -12854,21 +12872,21 @@
]
},
{
"cs": "Zadejte rozsah IP adres pro vyhledání Intel AMT zařízení.",
"de": "Geben Sie einen Bereich von IP-Adressen ein, um nach Intel-AMT-Geräten zu suchen.",
"en": "Enter a range of IP addresses to scan for Intel AMT devices.",
"cs": "Zadejte rozsah IP adres pro vyhledání Intel&reg; AMT zařízení.",
"de": "Geben Sie einen Bereich von IP-Adressen ein, um nach Intel&reg; AMT-Geräten zu suchen.",
"en": "Enter a range of IP addresses to scan for Intel&reg; AMT devices.",
"es": "Ingrese un rango de direcciones IP para buscar dispositivos Intel&reg; AMT.",
"fi": "Syötä IP-alue, josta etsitään Intel&reg; AMT-laitteita.",
"fr": "Saisir une plage d'adresse IP pour détecter les appareils Intel AMT.",
"fr": "Saisir une plage d'adresse IP pour détecter les appareils Intel&reg; AMT.",
"hi": "इंटेल एएमटी उपकरणों के लिए स्कैन करने के लिए आईपी पते की एक श्रृंखला दर्ज करें।",
"ja": "IPアドレスの範囲を入力して、Intel AMTデバイスをスキャンします。",
"ko": "Intel AMT 장치를 검색할 IP 주소 범위를 입력하십시오.",
"nl": "Voer een reeks IP-adressen in om te scannen op Intel AMT-apparaten.",
"pt": "Digite um intervalo de endereços IP para procurar dispositivos Intel AMT.",
"ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
"tr": "Intel AMT cihazlarını taramak için bir IP adresi aralığı girin.",
"ko": "Intel&reg; AMT 장치를 검색할 IP 주소 범위를 입력하십시오.",
"nl": "Voer een reeks IP-adressen in om te scannen op Intel&reg; AMT-apparaten.",
"pt": "Digite um intervalo de endereços IP para procurar dispositivos Intel&reg; AMT.",
"ru": "Введите диапазон IP-адресов для сканирования Intel&reg; AMT устройств.",
"tr": "Intel&reg; AMT cihazlarını taramak için bir IP adresi aralığı girin.",
"zh-chs": "输入IP地址范围以扫描英特尔AMT设备。",
"zh-cht": "輸入IP地址範圍以掃描Intel AMT裝置。",
"zh-cht": "輸入IP地址範圍以掃描Intel&reg; AMT裝置。",
"xloc": [
"default.handlebars->27->299"
]
@ -16049,210 +16067,9 @@
]
},
{
"cs": "Intel AMT",
"de": "Intel AMT",
"en": "Intel AMT",
"es": "Intel&reg; AMT",
"fi": "Intel AMT",
"fr": "Intel AMT",
"hi": "इंटेल एएमटी",
"ja": "Intel AMT",
"ko": "인텔 AMT",
"nl": "Intel AMT",
"pt": "Intel AMT",
"ru": "Intel AMT",
"tr": "Intel AMT",
"zh-chs": "英特尔AMT",
"zh-cht": "Intel AMT",
"xloc": [
"default.handlebars->27->1494",
"default.handlebars->27->1502",
"default.handlebars->27->1945",
"default.handlebars->27->1967"
]
},
{
"cs": "Intel AMT CIRA připojeno",
"de": "Intel AMT CIRA verbunden",
"en": "Intel AMT CIRA connected",
"es": "Intel&reg; AMT CIRA conectado",
"fi": "Intel AMT CIRA yhdistetty",
"fr": "Intel AMT CIRA connecté",
"hi": "इंटेल AMT CIRA जुड़ा हुआ है",
"ja": "Intel AMT CIRAが接続されました",
"ko": "Intel AMT CIRA 연결",
"nl": "Intel AMT CIRA verbonden",
"pt": "Intel AMT CIRA conectado",
"ru": "Подключен Intel AMT CIRA",
"tr": "Intel AMT CIRA bağlandı",
"zh-chs": "英特尔AMT CIRA已连接",
"zh-cht": "Intel AMT CIRA已連接",
"xloc": [
"default.handlebars->27->162"
]
},
{
"cs": "Intel AMT CIRA odpojeno",
"de": "Intel AMT CIRA getrennt",
"en": "Intel AMT CIRA disconnected",
"es": "Intel&reg; AMT CIRA desconectado",
"fi": "Intel AMT CIRA yhteys katkaistu",
"fr": "Intel AMT CIRA déconnecté",
"hi": "इंटेल AMT CIRA डिस्कनेक्ट हो गया",
"ja": "Intel AMT CIRAが切断されました",
"ko": "Intel AMT CIRA 연결이 끊어졌습니다",
"nl": "Intel AMT CIRA verbroken",
"pt": "Intel AMT CIRA desconectado",
"ru": "Отключен Intel AMT CIRA",
"tr": "Intel AMT CIRA bağlantısı kesildi",
"zh-chs": "英特尔AMT CIRA已断开连接",
"zh-cht": "Intel AMT CIRA已斷開連接",
"xloc": [
"default.handlebars->27->166"
]
},
{
"en": "Intel AMT Redirection",
"es": "Redirección de Intel&reg; AMT",
"fi": "Intel AMT uudelleenohjaus",
"fr": "Redirection Intel AMT",
"nl": "Intel AMT omleiding",
"tr": "Intel AMT Yeniden Yönlendirme",
"zh-chs": "英特尔AMT重新导向",
"zh-cht": "Intel AMT重定向",
"xloc": [
"default.handlebars->27->1883"
]
},
{
"en": "Intel AMT WSMAN",
"es": "Intel&reg; AMT WSMAN",
"fi": "Intel AMT WSMAN",
"fr": "WSMAN Intel AMT",
"nl": "Intel AMT WSMAN",
"tr": "Intel AMT WSMAN",
"zh-chs": "英特尔AMT WSMAN",
"zh-cht": "Intel AMT WSMAN",
"xloc": [
"default.handlebars->27->1882"
]
},
{
"cs": "Intel AMT zjištěno",
"de": "Intel AMT erkannt",
"en": "Intel AMT detected",
"es": "Intel&reg; AMT detectado",
"fi": "Intel AMT havaittu",
"fr": "Intel AMT détecté",
"hi": "इंटेल एएमटी का पता चला",
"ja": "Intel AMTが検出されました",
"ko": "인텔 AMT 감지",
"nl": "Intel AMT gedetecteerd",
"pt": "Intel AMT detectado",
"ru": "Обнаружен Intel AMT",
"tr": "Intel AMT algılandı",
"zh-chs": "检测到英特尔AMT",
"zh-cht": "檢測到Intel AMT",
"xloc": [
"default.handlebars->27->161"
]
},
{
"cs": "Intel AMT je aktivováno v režimu správce",
"de": "Intel AMT ist im Admin Control Mode aktiviert",
"en": "Intel AMT is activated in Admin Control Mode",
"es": "Intel&reg; AMT esta activado en Admin Control Mode (ACM)",
"fi": "Intel AMT on aktivoitu Järjestelmänvalvojan ohjaustilassa",
"fr": "Intel AMT est activé en mode administrateur",
"hi": "इंटेल एएमटी एडमिन कंट्रोल मोड में सक्रिय है",
"ja": "Intel AMTは管理制御モードでアクティブ化されます",
"ko": "관리 제어 모드에서 Intel AMT가 활성화 됨",
"nl": "Intel AMT wordt geactiveerd in de beheerdersmodus",
"pt": "O Intel AMT é ativado no modo de controle de administrador",
"ru": "Intel AMT активирован в режиме администратора",
"tr": "Intel AMT, Yönetici Kontrol Modunda etkinleştirilir",
"zh-chs": "在Intel AMT尔AMT",
"zh-cht": "在管理控制模式下啟動了Intel AMT",
"xloc": [
"default.handlebars->27->569"
]
},
{
"cs": "Intel AMT je aktivováno v režimu uživatele",
"de": "Intel AMT ist im Client Control Mode aktiviert",
"en": "Intel AMT is activated in Client Control Mode",
"es": "Intel&reg; AMT está activado en Modo de Control de Cliente (CCM)",
"fi": "Intel AMT on aktivoitu asiakasohjaustilassa",
"fr": "Intel AMT est activé en mode client",
"hi": "Intel AMT क्लाइंट कंट्रोल मोड में सक्रिय है",
"ja": "Intel AMTはクライアントコントロールモードでアクティブ化されます",
"ko": "클라이언트 제어 모드에서 Intel AMT가 활성화 됨",
"nl": "Intel AMT wordt geactiveerd in Client Control Mode",
"pt": "O Intel AMT é ativado no modo de controle do cliente",
"ru": "Intel AMT активирован в режиме клиента",
"tr": "Intel AMT, İstemci Kontrol Modunda etkinleştirilir",
"zh-chs": "英特尔AMT在客户端控制模式下被激活",
"zh-cht": "Intel AMT在客户端控制模式下被启动",
"xloc": [
"default.handlebars->27->567"
]
},
{
"cs": "Intel AMT je nastaveno s TLS zabezpečením",
"de": "Intel AMT ist mit TLS-Netzwerksicherheit eingerichtet",
"en": "Intel AMT is setup with TLS network security",
"es": "Intel&reg; AMT está configurado con seguridad de red TLS",
"fr": "Intel AMT est configuré avec une sécurité réseau TLS",
"hi": "इंटेल एएमटी टीएलएस नेटवर्क सुरक्षा के साथ सेटअप है",
"ja": "Intel AMTはTLSネットワークセキュリティでセットアップされています",
"ko": "Intel AMT는 TLS 네트워크 보안으로 설치되었습니다.",
"nl": "Intel AMT is ingesteld met TLS-netwerkbeveiliging",
"pt": "O Intel AMT está configurado com segurança de rede TLS",
"ru": "Intel AMT настроен с TLS безопасностью сети",
"tr": "Intel AMT, TLS ağ güvenliğiyle kuruldu",
"zh-chs": "英特尔AMT已设置TLS网络安全",
"zh-cht": "Intel AMT已設置TLS網絡安全性",
"xloc": [
"default.handlebars->27->571"
]
},
{
"cs": "Intel AMT není zjištěno",
"de": "Intel AMT nicht erkannt",
"en": "Intel AMT not detected",
"es": "Intel&reg; AMT no detectado",
"fi": "Intel AMT:tä ei havaittu",
"fr": "Intel AMT non détecté",
"hi": "इंटेल एएमटी का पता नहीं चला",
"ja": "Intel AMTが検出されません",
"ko": "인텔 AMT가 감지되지 않습니다.",
"nl": "Intel AMT niet gedetecteerd",
"pt": "Intel AMT não detectado",
"ru": "Intel AMT не обнаружен",
"tr": "Intel AMT algılanmadı",
"zh-chs": "未检测到英特尔AMT",
"zh-cht": "未檢測到Intel AMT",
"xloc": [
"default.handlebars->27->165"
]
},
{
"cs": "Je třeba, aby Intel AMT bylo nastaveno s důvěryhodným FQDN v MEBx nebo bude třeba drátová LAN síť:",
"de": "Intel AMT benötigt einen gesetzten Trusted FQDN im MEBx oder eine drahtgebundene Verbindung zum LAN:",
"en": "Intel AMT will need to be set with a Trusted FQDN in MEBx or have a wired LAN on the network:",
"es": "Intel&reg; AMT deberá configurarse con un FQDN de confianza en MEBx o tener una LAN con cable en la red:",
"fr": "Intel AMT devra être configuré avec un FQDN approuvé dans MEBx ou avoir un LAN câblé sur le réseau:",
"hi": "इंटेल एएमटी को एमईबीएक्स में एक विश्वसनीय एफक्यूडीएन के साथ सेट करने की आवश्यकता होगी या नेटवर्क पर एक वायर्ड लैन होगा:",
"ja": "Intel AMTは、MEBxで信頼できるFQDNを使用して設定するか、ネットワーク上に有線LANが必要です。",
"ko": "Intel AMT는 MEBx에서 Trusted FQDN으로 설정하거나 네트워크에 유선 LAN이 있어야합니다.",
"nl": "Intel AMT moet worden ingesteld met een vertrouwd FQDN in MEBx of een bekabeld LAN op het netwerk hebben:",
"pt": "A Intel AMT precisará ser configurada com um FQDN confiável na MEBx ou ter uma LAN com fio na rede:",
"ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
"tr": "Intel AMT'nin MEBx'te Güvenilir FQDN ile ayarlanması veya ağda kablolu LAN'a sahip olması gerekir:",
"zh-chs": "英特尔AMT将需要在MEBx中设置受信任的FQDN或者在有线的网络上",
"zh-cht": "Intel AMT將需要在MEBx中設置受信任的FQDN或者在有線的網絡上",
"xloc": [
"default.handlebars->27->297"
"default.handlebars->27->1945"
]
},
{
@ -16297,6 +16114,9 @@
"default-mobile.handlebars->9->241",
"default.handlebars->27->1317",
"default.handlebars->27->1327",
"default.handlebars->27->1494",
"default.handlebars->27->1502",
"default.handlebars->27->1967",
"default.handlebars->27->525",
"default.handlebars->27->580",
"default.handlebars->27->608"
@ -16323,6 +16143,46 @@
"default.handlebars->27->606"
]
},
{
"cs": "Intel&reg; AMT CIRA připojeno",
"de": "Intel&reg; AMT CIRA verbunden",
"en": "Intel&reg; AMT CIRA connected",
"es": "Intel&reg; AMT CIRA conectado",
"fi": "Intel&reg; AMT CIRA yhdistetty",
"fr": "Intel&reg; AMT CIRA connecté",
"hi": "इंटेल AMT CIRA जुड़ा हुआ है",
"ja": "Intel&reg; AMT CIRAが接続されました",
"ko": "Intel&reg; AMT CIRA 연결",
"nl": "Intel&reg; AMT CIRA verbonden",
"pt": "Intel&reg; AMT CIRA conectado",
"ru": "Подключен Intel&reg; AMT CIRA",
"tr": "Intel&reg; AMT CIRA bağlandı",
"zh-chs": "英特尔AMT CIRA已连接",
"zh-cht": "Intel&reg; AMT CIRA已連接",
"xloc": [
"default.handlebars->27->162"
]
},
{
"cs": "Intel&reg; AMT CIRA odpojeno",
"de": "Intel&reg; AMT CIRA getrennt",
"en": "Intel&reg; AMT CIRA disconnected",
"es": "Intel&reg; AMT CIRA desconectado",
"fi": "Intel&reg; AMT CIRA yhteys katkaistu",
"fr": "Intel&reg; AMT CIRA déconnecté",
"hi": "इंटेल AMT CIRA डिस्कनेक्ट हो गया",
"ja": "Intel&reg; AMT CIRAが切断されました",
"ko": "Intel&reg; AMT CIRA 연결이 끊어졌습니다",
"nl": "Intel&reg; AMT CIRA verbroken",
"pt": "Intel&reg; AMT CIRA desconectado",
"ru": "Отключен Intel&reg; AMT CIRA",
"tr": "Intel&reg; AMT CIRA bağlantısı kesildi",
"zh-chs": "英特尔AMT CIRA已断开连接",
"zh-cht": "Intel&reg; AMT CIRA已斷開連接",
"xloc": [
"default.handlebars->27->166"
]
},
{
"cs": "Intel® AMT CIRA je připojeno a připraveno k použití.",
"de": "Intel&reg; AMT CIRA ist verbunden und einsatzbereit.",
@ -16422,6 +16282,7 @@
"zh-chs": "英特尔&reg;AMT重定向",
"zh-cht": "Intel&reg; AMT重定向",
"xloc": [
"default.handlebars->27->1883",
"player.handlebars->3->14"
]
},
@ -16461,6 +16322,7 @@
"zh-chs": "英特尔&reg;AMT WSMAN",
"zh-cht": "Intle&reg; AMT WSMAN",
"xloc": [
"default.handlebars->27->1882",
"player.handlebars->3->13"
]
},
@ -16546,10 +16408,51 @@
"zh-cht": "檢測到Intel&reg; AMT",
"xloc": [
"default-mobile.handlebars->9->252",
"default.handlebars->27->161",
"default.handlebars->27->653",
"default.handlebars->27->654"
]
},
{
"cs": "Intel&reg; AMT je aktivováno v režimu správce",
"de": "Intel&reg; AMT ist im Admin Control Mode aktiviert",
"en": "Intel&reg; AMT is activated in Admin Control Mode",
"es": "Intel&reg; AMT esta activado en Admin Control Mode (ACM)",
"fi": "Intel&reg; AMT on aktivoitu Järjestelmänvalvojan ohjaustilassa",
"fr": "Intel&reg; AMT est activé en mode administrateur",
"hi": "इंटेल एएमटी एडमिन कंट्रोल मोड में सक्रिय है",
"ja": "Intel&reg; AMTは管理制御モードでアクティブ化されます",
"ko": "관리 제어 모드에서 Intel AMT가 활성화 됨",
"nl": "Intel&reg; AMT wordt geactiveerd in de beheerdersmodus",
"pt": "O Intel&reg; AMT é ativado no modo de controle de administrador",
"ru": "Intel&reg; AMT активирован в режиме администратора",
"tr": "Intel&reg; AMT, Yönetici Kontrol Modunda etkinleştirilir",
"zh-chs": "在Intel&reg; AMT尔AMT",
"zh-cht": "在管理控制模式下啟動了Intel&reg; AMT",
"xloc": [
"default.handlebars->27->569"
]
},
{
"cs": "Intel&reg; AMT je aktivováno v režimu uživatele",
"de": "Intel&reg; AMT ist im Client Control Mode aktiviert",
"en": "Intel&reg; AMT is activated in Client Control Mode",
"es": "Intel&reg; AMT está activado en Modo de Control de Cliente (CCM)",
"fi": "Intel&reg; AMT on aktivoitu asiakasohjaustilassa",
"fr": "Intel&reg; AMT est activé en mode client",
"hi": "Intel&reg; AMT क्लाइंट कंट्रोल मोड में सक्रिय है",
"ja": "Intel&reg; AMTはクライアントコントロールモードでアクティブ化されます",
"ko": "클라이언트 제어 모드에서 Intel&reg; AMT가 활성화 됨",
"nl": "Intel&reg; AMT wordt geactiveerd in Client Control Mode",
"pt": "O Intel&reg; AMT é ativado no modo de controle do cliente",
"ru": "Intel&reg; AMT активирован в режиме клиента",
"tr": "Intel&reg; AMT, İstemci Kontrol Modunda etkinleştirilir",
"zh-chs": "英特尔AMT在客户端控制模式下被激活",
"zh-cht": "Intel&reg; AMT在客户端控制模式下被启动",
"xloc": [
"default.handlebars->27->567"
]
},
{
"cs": "Intel® AMT je směrovatelné a připraveno k použití.",
"de": "Intel&reg; AMT ist routebar und einsatzbereit.",
@ -16589,6 +16492,45 @@
"default.handlebars->27->438"
]
},
{
"cs": "Intel&reg; AMT je nastaveno s TLS zabezpečením",
"de": "Intel&reg; AMT ist mit TLS-Netzwerksicherheit eingerichtet",
"en": "Intel&reg; AMT is setup with TLS network security",
"es": "Intel&reg; AMT está configurado con seguridad de red TLS",
"fr": "Intel&reg; AMT est configuré avec une sécurité réseau TLS",
"hi": "इंटेल एएमटी टीएलएस नेटवर्क सुरक्षा के साथ सेटअप है",
"ja": "Intel&reg; AMTはTLSネットワークセキュリティでセットアップされています",
"ko": "Intel&reg; AMT는 TLS 네트워크 보안으로 설치되었습니다.",
"nl": "Intel&reg; AMT is ingesteld met TLS-netwerkbeveiliging",
"pt": "O Intel&reg; AMT está configurado com segurança de rede TLS",
"ru": "Intel&reg; AMT настроен с TLS безопасностью сети",
"tr": "Intel&reg; AMT, TLS ağ güvenliğiyle kuruldu",
"zh-chs": "英特尔AMT已设置TLS网络安全",
"zh-cht": "Intel&reg; AMT已設置TLS網絡安全性",
"xloc": [
"default.handlebars->27->571"
]
},
{
"cs": "Intel&reg; AMT není zjištěno",
"de": "Intel&reg; AMT nicht erkannt",
"en": "Intel&reg; AMT not detected",
"es": "Intel&reg; AMT no detectado",
"fi": "Intel&reg; AMT:tä ei havaittu",
"fr": "Intel&reg; AMT non détecté",
"hi": "इंटेल एएमटी का पता नहीं चला",
"ja": "Intel&reg; AMTが検出されません",
"ko": "인텔 AMT가 감지되지 않습니다.",
"nl": "Intel&reg; AMT niet gedetecteerd",
"pt": "Intel&reg; AMT não detectado",
"ru": "Intel&reg; AMT не обнаружен",
"tr": "Intel&reg; AMT algılanmadı",
"zh-chs": "未检测到英特尔AMT",
"zh-cht": "未檢測到Intel&reg; AMT",
"xloc": [
"default.handlebars->27->165"
]
},
{
"cs": "Pouze Intel® AMT",
"de": "Nur Intel&reg; AMT",
@ -16631,6 +16573,25 @@
"default.handlebars->27->1290"
]
},
{
"cs": "Je třeba, aby Intel&reg; AMT bylo nastaveno s důvěryhodným FQDN v MEBx nebo bude třeba drátová LAN síť:",
"de": "Intel&reg; AMT benötigt einen gesetzten Trusted FQDN im MEBx oder eine drahtgebundene Verbindung zum LAN:",
"en": "Intel&reg; AMT will need to be set with a Trusted FQDN in MEBx or have a wired LAN on the network:",
"es": "Intel&reg; AMT deberá configurarse con un FQDN de confianza en MEBx o tener una LAN con cable en la red:",
"fr": "Intel&reg; AMT devra être configuré avec un FQDN approuvé dans MEBx ou avoir un LAN câblé sur le réseau:",
"hi": "इंटेल एएमटी को एमईबीएक्स में एक विश्वसनीय एफक्यूडीएन के साथ सेट करने की आवश्यकता होगी या नेटवर्क पर एक वायर्ड लैन होगा:",
"ja": "Intel&reg; AMTは、MEBxで信頼できるFQDNを使用して設定するか、ネットワーク上に有線LANが必要です。",
"ko": "Intel&reg; AMT는 MEBx에서 Trusted FQDN으로 설정하거나 네트워크에 유선 LAN이 있어야합니다.",
"nl": "Intel&reg; AMT moet worden ingesteld met een vertrouwd FQDN in MEBx of een bekabeld LAN op het netwerk hebben:",
"pt": "A Intel&reg; AMT precisará ser configurada com um FQDN confiável na MEBx ou ter uma LAN com fio na rede:",
"ru": "Intel&reg; AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
"tr": "Intel&reg; AMT'nin MEBx'te Güvenilir FQDN ile ayarlanması veya ağda kablolu LAN'a sahip olması gerekir:",
"zh-chs": "英特尔AMT将需要在MEBx中设置受信任的FQDN或者在有线的网络上",
"zh-cht": "Intel&reg; AMT將需要在MEBx中設置受信任的FQDN或者在有線的網絡上",
"xloc": [
"default.handlebars->27->297"
]
},
{
"cs": "Intel® Active Management Technology",
"de": "Intel&reg; Active Management Technology",
@ -24344,45 +24305,6 @@
"default.handlebars->27->985"
]
},
{
"cs": "Proveďte na strojích ze skupiny „{0}“ aktivaci Intel AMT v režimu řízeném správcem (ACM) a to tak, že si na ně stáhněte nástroj MeshCMD a spustíte s parametry jako:",
"de": "Aktivierung von Intel AMT im Admin Control Mode (ACM) in Gruppe \\\"{0}\\\" durchführen durch Herunterladen des MeshCMD-Werkzeugs und Ausführen wie folgt:",
"en": "Perform Intel AMT admin control mode (ACM) activation to group \\\"{0}\\\" by downloading the MeshCMD tool and running it like this:",
"es": "Realice la activación del Intel&reg; AMT Modo de Control de Administración (ACM) para agrupar \\\"{0}\\\" descargando la herramienta MeshCMD y ejecutándola así:",
"fr": "Effectuez l'activation du mode de contrôle d'administration (ACM) Intel AMT pour regrouper \\\"{0}\\\" en téléchargeant l'outil MeshCMD et en l'exécutant comme suit:",
"hi": "Intel AMT एडमिन कंट्रोल मोड (ACM) एक्टिवेशन को ग्रुप \\\"{0}\\\" पर करके, MeshCMD टूल डाउनलोड करके इसे इस तरह से चलाएं:",
"ja": "MeshCMDツールをダウンロードして次のように実行することにより、グループ\\\"{0}\\\"にIntel AMT管理制御モードACMアクティベーションを実行します。",
"ko": "MeshCMD 도구를 다운로드하고 다음과 같이 실행하여 \\\"{0}\\\"그룹에 대한 Intel AMT 관리자 제어 모드 (ACM) 활성화를 수행하십시오 :",
"nl": "Voer Intel AMT admin control mode (ACM) activering uit naar groep \\\"{0}\\\" door het hulpprogramma MeshCMD te downloaden en als volgt uit te voeren:",
"pt": "Execute a ativação do modo de controle de administração Intel AMT (ACM) para agrupar \\\"{0}\\\" baixando a ferramenta MeshCMD e executando-a assim:",
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"tr": "MeshCMD aracını indirip aşağıdaki gibi çalıştırarak \\\"{0}\\\" grubuna Intel AMT yönetici kontrol modu (ACM) etkinleştirmesini gerçekleştirin:",
"zh-chs": "通过下载MeshCMD工具并像下面这样运行将“ {0} ”组以英特尔AMT管理员控制模式ACM激活",
"zh-cht": "通過下載MeshCMD工具並像下面這樣運行將“ {0} ”群以Intel AMT管理員控制模式ACM啟動",
"xloc": [
"default.handlebars->27->296"
]
},
{
"cs": "Aktivovat Intel AMT v režimu řízeném správcem (ACM).",
"de": "Aktivierung von Intel AMT im Admin Control Mode (ACM) durchführen.",
"en": "Perform Intel AMT admin control mode (ACM) activation.",
"es": "Realice la activación del Intel&reg; AMT Modo de Control de Administración (ACM).",
"fr": "Effectuez l'activation du mode de contrôle administrateur (ACM) Intel AMT.",
"hi": "Intel AMT व्यवस्थापक नियंत्रण मोड (ACM) सक्रियण करें।",
"ja": "Intel AMT管理制御モードACMアクティベーションを実行します。",
"ko": "Intel AMT 관리자 제어 모드 (ACM) 활성화를 수행하십시오.",
"nl": "Voer Intel AMT admin control mode (ACM) activering uit.",
"pt": "Execute a ativação do modo de controle de administração Intel AMT (ACM).",
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).",
"tr": "Intel AMT yönetici kontrol modu (ACM) etkinleştirmesini gerçekleştirin.",
"zh-chs": "执行英特尔AMT管理员控制模式ACM激活。",
"zh-cht": "執行Intel AMT管理員控制模式ACM啟動。",
"xloc": [
"default.handlebars->27->1338",
"default.handlebars->27->277"
]
},
{
"cs": "Proveďte na strojích ze skupiny „{0}“ aktivaci Intel AMT v režimu řízeném klientem (CCM) a to tak, že si na ně stáhnete nástroj MeshCMD a spustíte ho s parametry jako:",
"de": "Aktivierung von Intel AMT im Client Control Mode (CCM) in Gruppe \\\"{0}\\\" durchführen durch Herunterladen des MeshCMD-Werkzeugs und Ausführen wie folgt:",
@ -24397,26 +24319,71 @@
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"tr": "MeshCMD aracını indirip aşağıdaki gibi çalıştırarak \\\"{0}\\\" grubuna Intel AMT istemci kontrol modu (CCM) etkinleştirmesini gerçekleştirin:",
"zh-chs": "通过下载MeshCMD工具并像下面这样运行将“ {0} ”组以英特尔AMT客户端控制模式CCM激活",
"zh-cht": "通過下載MeshCMD工具並像下面這樣運行將“ {0} ”群以Intel AMT客戶端控制模式CCM啟動",
"zh-cht": "通過下載MeshCMD工具並像下面這樣運行將“ {0} ”群以Intel AMT客戶端控制模式CCM啟動"
},
{
"cs": "Aktivovat Intel&reg AMT v režimu řízeném správcem (ACM).",
"de": "Aktivierung von Intel&reg AMT im Admin Control Mode (ACM) durchführen.",
"en": "Perform Intel&reg AMT admin control mode (ACM) activation.",
"es": "Realice la activación del Intel&reg; AMT Modo de Control de Administración (ACM).",
"fr": "Effectuez l'activation du mode de contrôle administrateur (ACM) Intel&reg AMT.",
"hi": "Intel&reg AMT व्यवस्थापक नियंत्रण मोड (ACM) सक्रियण करें।",
"ja": "Intel&reg AMT管理制御モードACMアクティベーションを実行します。",
"ko": "Intel&reg AMT 관리자 제어 모드 (ACM) 활성화를 수행하십시오.",
"nl": "Voer Intel&reg AMT admin control mode (ACM) activering uit.",
"pt": "Execute a ativação do modo de controle de administração Intel&reg AMT (ACM).",
"ru": "Выполнить активацию Intel&reg AMT в режиме управления администратора (ACM).",
"tr": "Intel&reg AMT yönetici kontrol modu (ACM) etkinleştirmesini gerçekleştirin.",
"zh-chs": "执行英特尔AMT管理员控制模式ACM激活。",
"zh-cht": "執行Intel&reg AMT管理員控制模式ACM啟動。"
},
{
"cs": "Proveďte na strojích ze skupiny „{0}“ aktivaci Intel&reg; AMT v režimu řízeném správcem (ACM) a to tak, že si na ně stáhněte nástroj MeshCMD a spustíte s parametry jako:",
"de": "Aktivierung von Intel&reg; AMT im Admin Control Mode (ACM) in Gruppe \\\"{0}\\\" durchführen durch Herunterladen des MeshCMD-Werkzeugs und Ausführen wie folgt:",
"en": "Perform Intel&reg; AMT admin control mode (ACM) activation to group \\\"{0}\\\" by downloading the MeshCMD tool and running it like this:",
"es": "Realice la activación del Intel&reg; AMT Modo de Control de Administración (ACM) para agrupar \\\"{0}\\\" descargando la herramienta MeshCMD y ejecutándola así:",
"fr": "Effectuez l'activation du mode de contrôle d'administration (ACM) Intel&reg; AMT pour regrouper \\\"{0}\\\" en téléchargeant l'outil MeshCMD et en l'exécutant comme suit:",
"hi": "Intel&reg; AMT एडमिन कंट्रोल मोड (ACM) एक्टिवेशन को ग्रुप \\\"{0}\\\" पर करके, MeshCMD टूल डाउनलोड करके इसे इस तरह से चलाएं:",
"ja": "MeshCMDツールをダウンロードして次のように実行することにより、グループ\\\"{0}\\\"にIntel&reg; AMT管理制御モードACMアクティベーションを実行します。",
"ko": "MeshCMD 도구를 다운로드하고 다음과 같이 실행하여 \\\"{0}\\\"그룹에 대한 Intel&reg; AMT 관리자 제어 모드 (ACM) 활성화를 수행하십시오 :",
"nl": "Voer Intel&reg; AMT admin control mode (ACM) activering uit naar groep \\\"{0}\\\" door het hulpprogramma MeshCMD te downloaden en als volgt uit te voeren:",
"pt": "Execute a ativação do modo de controle de administração Intel&reg; AMT (ACM) para agrupar \\\"{0}\\\" baixando a ferramenta MeshCMD e executando-a assim:",
"ru": "Выполнить активацию Intel&reg; AMT в режиме управления администратора (ACM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"tr": "MeshCMD aracını indirip aşağıdaki gibi çalıştırarak \\\"{0}\\\" grubuna Intel&reg; AMT yönetici kontrol modu (ACM) etkinleştirmesini gerçekleştirin:",
"zh-chs": "通过下载MeshCMD工具并像下面这样运行将“ {0} ”组以英特尔AMT管理员控制模式ACM激活",
"zh-cht": "通過下載MeshCMD工具並像下面這樣運行將“ {0} ”群以Intel&reg; AMT管理員控制模式ACM啟動",
"xloc": [
"default.handlebars->27->296"
]
},
{
"en": "Perform Intel&reg; AMT admin control mode (ACM) activation.",
"xloc": [
"default.handlebars->27->1338",
"default.handlebars->27->277"
]
},
{
"en": "Perform Intel&reg; AMT client control mode (CCM) activation to group \\\"{0}\\\" by downloading the MeshCMD tool and running it like this:",
"xloc": [
"default.handlebars->27->294"
]
},
{
"cs": "Aktivovat Intel AMT v režimu řízeném klientem (CCM).",
"de": "Aktivierung von Intel AMT im Client Control Mode (CCM) durchführen.",
"en": "Perform Intel AMT client control mode (CCM) activation.",
"cs": "Aktivovat Intel&reg; AMT v režimu řízeném klientem (CCM).",
"de": "Aktivierung von Intel&reg; AMT im Client Control Mode (CCM) durchführen.",
"en": "Perform Intel&reg; AMT client control mode (CCM) activation.",
"es": "Realice la activación del Intel&reg; AMT Modo de Control de Cliente (CCM).",
"fr": "Effectuez l'activation du mode de contrôle client Intel AMT (CCM).",
"hi": "Intel AMT क्लाइंट कंट्रोल मोड (CCM) सक्रियण करें।",
"ja": "Intel AMTクライアント制御モードCCMアクティベーションを実行します。",
"ko": "Intel AMT 클라이언트 제어 모드 (CCM) 활성화를 수행하십시오.",
"nl": "Voer Intel AMT client control mode (CCM) activering uit.",
"pt": "Execute a ativação do modo de controle do cliente Intel AMT (CCM).",
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).",
"tr": "Intel AMT istemci kontrol modu (CCM) etkinleştirmesini gerçekleştirin.",
"fr": "Effectuez l'activation du mode de contrôle client Intel&reg; AMT (CCM).",
"hi": "Intel&reg; AMT क्लाइंट कंट्रोल मोड (CCM) सक्रियण करें।",
"ja": "Intel&reg; AMTクライアント制御モードCCMアクティベーションを実行します。",
"ko": "Intel&reg; AMT 클라이언트 제어 모드 (CCM) 활성화를 수행하십시오.",
"nl": "Voer Intel AMT&reg; client control mode (CCM) activering uit.",
"pt": "Execute a ativação do modo de controle do cliente Intel&reg; AMT (CCM).",
"ru": "Выполнить активацию Intel&reg; AMT в режиме управления клиента (CCM).",
"tr": "Intel&reg; AMT istemci kontrol modu (CCM) etkinleştirmesini gerçekleştirin.",
"zh-chs": "执行英特尔AMT客户端控制模式CCM激活。",
"zh-cht": "執行Intel AMT客戶端控制模式CCM啟動。",
"zh-cht": "執行Intel&reg; AMT客戶端控制模式CCM啟動。",
"xloc": [
"default.handlebars->27->1336",
"default.handlebars->27->275"
@ -28401,10 +28368,22 @@
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->specialKeyDropDown"
]
},
{
"en": "Send token to registed email address?",
"xloc": [
"login-mobile.handlebars->5->24"
]
},
{
"en": "Send token to registed phone number?",
"xloc": [
"login-mobile.handlebars->5->26"
]
},
{
"cs": "Odeslat token na zaregistrovanou e-mailovou adresu?",
"de": "Token an registrierte E-Mail-Adresse senden?",
"en": "Send token to registed email address?",
"en": "Send token to registered email address?",
"es": "¿Enviar token a la dirección de correo electrónico registrada?",
"fr": "Envoyer un jeton à une adresse e-mail enregistrée?",
"hi": "प्राप्त ईमेल पते पर टोकन भेजें?",
@ -28417,13 +28396,12 @@
"zh-chs": "将保安编码发送到注册的电邮地址?",
"zh-cht": "將保安編碼發送到註冊的電郵地址?",
"xloc": [
"login-mobile.handlebars->5->24",
"login.handlebars->5->24",
"login2.handlebars->7->25"
]
},
{
"en": "Send token to registed phone number?",
"en": "Send token to registered phone number?",
"es": "¿Enviar token al número de teléfono registrado?",
"fr": "Envoyer un jeton au numéro de téléphone enregistré?",
"hi": "विनियमित फोन नंबर पर टोकन भेजें?",
@ -28434,7 +28412,6 @@
"zh-chs": "将保安编码发送到注册电话号码?",
"zh-cht": "將保安編碼發送到註冊電話號碼?",
"xloc": [
"login-mobile.handlebars->5->26",
"login.handlebars->5->26",
"login2.handlebars->7->27"
]
@ -32048,18 +32025,18 @@
]
},
{
"cs": "Pro přidání nového Intel® AMT zařízení do skupiny „{0}“ s CIRA, nahrajte následující certifikát mezi důvěryhodné kořenové v rámci Intel AMT",
"de": "Um ein neues Intel&reg;-AMT-Gerät zur Gerätegruppe \\\"{0}\\\" mit CIRA hinzuzufügen, laden Sie das folgende Zertifikat als bekanntes Stammzertifikat in Intel AMT",
"en": "To add a new Intel&reg; AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel AMT",
"es": "Para agregar un nuevo dispositivo Intel&reg; AMT al grupo de dispositivos \\\"{0}\\\" con CIRA, cargue el siguiente certificado como certificado raíz de confianza dentro de Intel AMT",
"fr": "Pour ajouter un nouveau périphérique Intel&reg; AMT au groupe de périphériques \\\"{0}\\\" avec CIRA, chargez le certificat suivant en tant que racine de confiance dans Intel AMT",
"cs": "Pro přidání nového Intel® AMT zařízení do skupiny „{0}“ s CIRA, nahrajte následující certifikát mezi důvěryhodné kořenové v rámci Intel&reg; AMT",
"de": "Um ein neues Intel&reg;-AMT-Gerät zur Gerätegruppe \\\"{0}\\\" mit CIRA hinzuzufügen, laden Sie das folgende Zertifikat als bekanntes Stammzertifikat in Intel&reg; AMT",
"en": "To add a new Intel&reg; AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel&reg; AMT",
"es": "Para agregar un nuevo dispositivo Intel&reg; AMT al grupo de dispositivos \\\"{0}\\\" con CIRA, cargue el siguiente certificado como certificado raíz de confianza dentro de Intel&reg; AMT",
"fr": "Pour ajouter un nouveau périphérique Intel&reg; AMT au groupe de périphériques \\\"{0}\\\" avec CIRA, chargez le certificat suivant en tant que racine de confiance dans Intel&reg; AMT",
"hi": "CIRA के साथ डिवाइस समूह \\\"{0} \\\" में एक नया Intel&reg; AMT उपकरण जोड़ने के लिए, निम्नलिखित प्रमाणपत्र को Intel AMT के रूप में विश्वसनीय रूट के रूप में लोड करें",
"ja": "新しいIntel&reg;を追加するにはAMTデバイスからCIRAを使用したデバイスグループ\\\"{0}\\\"に、Intel AMT内で信頼されたルートとして次の証明書をロード",
"ja": "新しいIntel&reg;を追加するにはAMTデバイスからCIRAを使用したデバイスグループ\\\"{0}\\\"に、Intel&reg; AMT内で信頼されたルートとして次の証明書をロード",
"ko": "CIRA를 사용하여 장치 그룹 \\\"{0} \\\"에 새 Intel&reg; AMT 장치를 추가하려면, Intel AMT 안에 있는 신뢰할 수 있는 루트로서 다음 인증서를로드하십시오.",
"nl": "Om een nieuw Intel&reg; AMT-apparaat toe te voegen aan apparaatgroep \\\"{0}\\\" met CIRA, laadt u het volgende certificaat als vertrouwde root in Intel AMT",
"pt": "Para adicionar um novo Intel&reg; Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel AMT",
"ru": "Чтобы добавить новое устройство Intel&reg; AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT",
"tr": "CIRA ile \\\"{0}\\\" cihaz grubuna yeni bir Intel&reg; AMT cihazı eklemek için aşağıdaki sertifikayı Intel AMT içinde güvenilir kök olarak yükleyin",
"nl": "Om een nieuw Intel&reg; AMT-apparaat toe te voegen aan apparaatgroep \\\"{0}\\\" met CIRA, laadt u het volgende certificaat als vertrouwde root in Intel&reg; AMT",
"pt": "Para adicionar um novo Intel&reg; Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel&reg; AMT",
"ru": "Чтобы добавить новое устройство Intel&reg; AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel&reg; AMT",
"tr": "CIRA ile \\\"{0}\\\" cihaz grubuna yeni bir Intel&reg; AMT cihazı eklemek için aşağıdaki sertifikayı Intel&reg; AMT içinde güvenilir kök olarak yükleyin",
"zh-chs": "要将新的英特尔&reg;AMT设备添加到具有CIRA的设备组“ {0} ”请在英特尔AMT中加载以下证书作为可信赖的根凭证",
"zh-cht": "要將新的Intel&reg; AMT裝置新增到具有CIRA的裝置群“ {0} ”請在Intel AMT中加載以下憑證作為可信賴的根憑證",
"xloc": [
@ -32067,17 +32044,17 @@
]
},
{
"cs": "Pro přidání nového Intel® AMT zařízení do skupiny „{0}“ s CIRA, nahrajte následující certifikát mezi důvěryhodné kořenové v rámci Intel AMT, tímto klientským certifikátem se pak bude ověřovat s následujícím běžným názvem a připojí se k následujícímu serveru.",
"de": "Um ein neues Intel&reg;-AMT-Gerät zur Gerätegruppe \\\"{0}\\\" mit CIRA hinzuzufügen, laden Sie das folgende Zertifikat als bekanntes Stammzertifikat in Intel AMT, authentifizieren Sie sich mittels eines Clientzertifikats mit dem folgenden Common Name und verbinden Sie sich zu folgendem Server.",
"en": "To add a new Intel&reg; AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel AMT, authenticate using a client certificate with the following common name and connect to the following server.",
"es": "Para agregar un nuevo dispositivo Intel&reg; AMT al grupo de dispositivos \\\"{0}\\\" con CIRA, cargue el siguiente certificado como certificado raíz de confianza dentro de Intel AMT, autentíquese utilizando un certificado de cliente con el siguiente nombre común y conéctese al siguiente servidor.",
"fr": "Pour ajouter un nouveau périphérique Intel&reg; AMT au groupe de périphériques \\\"{0}\\\" avec CIRA, chargez le certificat suivant en tant que racine de confiance dans Intel AMT, authentifiez-vous à l'aide d'un certificat client avec le nom commun suivant et connectez-vous au serveur suivant.",
"cs": "Pro přidání nového Intel® AMT zařízení do skupiny „{0}“ s CIRA, nahrajte následující certifikát mezi důvěryhodné kořenové v rámci Intel&reg; AMT, tímto klientským certifikátem se pak bude ověřovat s následujícím běžným názvem a připojí se k následujícímu serveru.",
"de": "Um ein neues Intel&reg;-AMT-Gerät zur Gerätegruppe \\\"{0}\\\" mit CIRA hinzuzufügen, laden Sie das folgende Zertifikat als bekanntes Stammzertifikat in Intel&reg; AMT, authentifizieren Sie sich mittels eines Clientzertifikats mit dem folgenden Common Name und verbinden Sie sich zu folgendem Server.",
"en": "To add a new Intel&reg; AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel&reg; AMT, authenticate using a client certificate with the following common name and connect to the following server.",
"es": "Para agregar un nuevo dispositivo Intel&reg; AMT al grupo de dispositivos \\\"{0}\\\" con CIRA, cargue el siguiente certificado como certificado raíz de confianza dentro de Intel&reg; AMT, autentíquese utilizando un certificado de cliente con el siguiente nombre común y conéctese al siguiente servidor.",
"fr": "Pour ajouter un nouveau périphérique Intel&reg; AMT au groupe de périphériques \\\"{0}\\\" avec CIRA, chargez le certificat suivant en tant que racine de confiance dans Intel&reg; AMT, authentifiez-vous à l'aide d'un certificat client avec le nom commun suivant et connectez-vous au serveur suivant.",
"hi": "CIRA के साथ डिवाइस ग्रुप \\\"{0} \\\" में एक नया इंटेल&reg; एएमटी डिवाइस जोड़ने के लिए, इंटेल एएमटी के भीतर विश्वसनीय रूट के रूप में निम्नलिखित प्रमाण पत्र को लोड करें, निम्नलिखित सामान्य नाम के साथ एक क्लाइंट प्रमाण पत्र का उपयोग करके प्रमाणित करें और निम्न सर्वर से कनेक्ट करें।",
"ja": "新しいIntel&reg;を追加するにはCIRAを使用してデバイスグループ\\\"{0}\\\"へのAMTデバイス、Intel AMT内の信頼されたルートとして次の証明書を読み込み、次の共通名を持つクライアント証明書を使用して認証し、次のサーバーに接続します。",
"ko": "CIRA를 사용하여 장치 그룹 \\\"{0} \\\"에 새 Intel&reg; AMT 장치를 추가하려면, Intel AMT 내에서 신뢰할 수 있는 루트로서 다음 인증서를 로드하고, 다음 일반 이름의 클라이언트 인증서를 사용하여 인증 한 후 다음 서버에 연결하십시오.",
"nl": "Om een nieuw Intel&reg; AMT-apparaat toe te voegen aan apparaatgroep \\\"{0}\\\" met CIRA, laadt u het volgende certificaat als vertrouwde root in Intel AMT, verifieert u met een clientcertificaat met de volgende gemeenschappelijke naam en maakt u verbinding met de volgende server.",
"pt": "Para adicionar um novo Intel&reg; Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel AMT, autentique usando um certificado de cliente com o seguinte nome comum e conecte-se ao servidor a seguir.",
"ru": "Чтобы добавить новое устройство Intel&reg; AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT, выполните аутентификацию с использованием сертификата клиента со следующим общим именем и подключитесь к серверу.",
"nl": "Om een nieuw Intel&reg; AMT-apparaat toe te voegen aan apparaatgroep \\\"{0}\\\" met CIRA, laadt u het volgende certificaat als vertrouwde root in Intel&reg; AMT, verifieert u met een clientcertificaat met de volgende gemeenschappelijke naam en maakt u verbinding met de volgende server.",
"pt": "Para adicionar um novo Intel&reg; Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel&reg; AMT, autentique usando um certificado de cliente com o seguinte nome comum e conecte-se ao servidor a seguir.",
"ru": "Чтобы добавить новое устройство Intel&reg; AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Inte&reg;l AMT, выполните аутентификацию с использованием сертификата клиента со следующим общим именем и подключитесь к серверу.",
"tr": "CIRA ile \\\"{0}\\\" cihaz grubuna yeni bir Intel&reg; AMT cihazı eklemek için, aşağıdaki sertifikayı Intel AMT içinde güvenilir kök olarak yükleyin, aşağıdaki ortak ada sahip bir istemci sertifikası kullanarak kimlik doğrulaması yapın ve aşağıdaki sunucuya bağlanın.",
"zh-chs": "要将新的英特尔&reg;AMT设备添加到具有CIRA的设备组“ {0} ”请在英特尔AMT中加载以下证书作为可信赖的根凭证使用具有以下通用名称的客户端证书进行身份验证并连接到以下服务器。",
"zh-cht": "要將新的Intel&reg; AMT裝置新增到具有CIRA的裝置群“ {0} ”請在Intel AMT中將以下憑證作為受信任的根加載使用具有以下一般名稱的客戶端憑證進行身份驗證並連接到以下伺服器。",

View File

@ -547,7 +547,7 @@
<div id="idx_deskFullBtn2" onclick=deskToggleFull(event)>&nbsp;&#x2716;</div>
<input type="button" id="autoconnectbutton1" value="AutoConnect" onclick=autoConnectDesktop(event) onkeypress="return false" onkeydown="return false" style="display:none" />
<span id=connectbutton1span><input type=button id=connectbutton1 cmenu="deskConnectButton" value="Connect" onclick=connectDesktop(event,3) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id=connectbutton1hspan>&nbsp;<input type=button id=connectbutton1h value="HW Connect" title="Connect using Intel AMT hardware KVM" onclick=connectDesktop(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id=connectbutton1hspan>&nbsp;<input type=button id=connectbutton1h value="HW Connect" title="Connect using Intel&reg; AMT hardware KVM" onclick=connectDesktop(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id=disconnectbutton1span>&nbsp;<input type=button id=disconnectbutton1 value="Disconnect" onclick=connectDesktop(event,0) onkeypress="return false" onkeydown="return false" /></span>
&nbsp;<span id="deskstatus">Disconnected</span><span id="deskmetadata"></span>
</div>
@ -652,7 +652,7 @@
<div id="idx_termFullBtn2" onclick=deskToggleFull(event)>&nbsp;&#x2716;</div>
<input type="button" id="autoconnectbutton2" value="AutoConnect" onclick=autoConnectTerminal(event) onkeypress="return false" onkeydown="return false" style="display:none" />
<span id="connectbutton2span"><input type="button" id="connectbutton2" cmenu="termConnectButton" value="Connect" onclick=connectTerminal(event,1) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id="connectbutton2hspan">&nbsp;<input type="button" id="connectbutton2h" value="HW Connect" title="Connect using Intel AMT hardware KVM" onclick=connectTerminal(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id="connectbutton2hspan">&nbsp;<input type="button" id="connectbutton2h" value="HW Connect" title="Connect using Intel&reg; AMT hardware KVM" onclick=connectTerminal(event,2) onkeypress="return false" onkeydown="return false" disabled="disabled" /></span>
<span id="disconnectbutton2span">&nbsp;<input type="button" id="disconnectbutton2" value="Disconnect" onclick=connectTerminal(event,0) onkeypress="return false" onkeydown="return false" /></span>
&nbsp;<span id="termstatus">Disconnected</span><span id="termtitle"></span>
</div>
@ -2826,14 +2826,14 @@
// Show the notification
if (n & 2) {
if (((node.conn & 1) == 0) && ((message.event.conn & 1) != 0)) { addNotification({ text: "Agent connected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 2) == 0) && ((message.event.conn & 2) != 0)) { addNotification({ text: "Intel AMT detected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 4) == 0) && ((message.event.conn & 4) != 0)) { addNotification({ text: "Intel AMT CIRA connected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 2) == 0) && ((message.event.conn & 2) != 0)) { addNotification({ text: "Intel&reg; AMT detected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 4) == 0) && ((message.event.conn & 4) != 0)) { addNotification({ text: "Intel&reg; AMT CIRA connected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 16) == 0) && ((message.event.conn & 16) != 0)) { addNotification({ text: "MQTT connected", title: node.name, icon: node.icon, nodeid: node._id }); }
}
if (n & 4) {
if (((node.conn & 1) != 0) && ((message.event.conn & 1) == 0)) { addNotification({ text: "Agent disconnected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 2) != 0) && ((message.event.conn & 2) == 0)) { addNotification({ text: "Intel AMT not detected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 4) != 0) && ((message.event.conn & 4) == 0)) { addNotification({ text: "Intel AMT CIRA disconnected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 2) != 0) && ((message.event.conn & 2) == 0)) { addNotification({ text: "Intel&reg; AMT not detected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 4) != 0) && ((message.event.conn & 4) == 0)) { addNotification({ text: "Intel&reg; AMT CIRA disconnected", title: node.name, icon: node.icon, nodeid: node._id }); }
if (((node.conn & 16) != 0) && ((message.event.conn & 16) == 0)) { addNotification({ text: "MQTT disconnected", title: node.name, icon: node.icon, nodeid: node._id }); }
}
@ -3912,9 +3912,9 @@
r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add a new Intel&reg; AMT computer by scanning the local network." + '" onclick=\'return addAmtScanToMesh("' + mesh._id + '")\'>' + "Scan Network" + '</a>';
}
if (mesh.amt && (mesh.amt.type == 2)) { // CCM activation
r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Perform Intel AMT client control mode (CCM) activation." + '" onclick=\'return showCcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Perform Intel&reg; AMT client control mode (CCM) activation." + '" onclick=\'return showCcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
} else if (mesh.amt && (mesh.amt.type == 3) && ((features & 0x00100000) != 0)) { // ACM activation
r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Perform Intel AMT admin control mode (ACM) activation." + '" onclick=\'return showAcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Perform Intel&reg; AMT admin control mode (ACM) activation." + '" onclick=\'return showAcmActivation("' + mesh._id + '")\'>' + "Activation" + '</a>';
}
}
if (mesh.mtype == 2) {
@ -3952,7 +3952,7 @@
var portStr = (serverinfo.port == 80) ? '' : (':' + serverinfo.port);
url = 'ws://' + servername + portStr + domainUrl;
}
var x = format("Perform Intel AMT client control mode (CCM) activation to group \"{0}\" by downloading the MeshCMD tool and running it like this:", EscapeHtml(mesh.name)) + '<br /><br />';
var x = format("Perform Intel&reg; AMT client control mode (CCM) activation to group \"{0}\" by downloading the MeshCMD tool and running it like this:", EscapeHtml(mesh.name)) + '<br /><br />';
x += '<textarea readonly=readonly style=width:100%;resize:none;height:100px;overflow:auto;font-size:12px readonly>meshcmd amtccm --url ' + url + 'amtactivate?id=' + meshid.split('/')[2] + ' --serverhttpshash ' + serverinfo.tlshash + '</textarea>';
setDialogMode(2, "Intel&reg; AMT activation", 9, null, x);
Q('idx_dlgOkButton').focus();
@ -3972,10 +3972,10 @@
var portStr = (serverinfo.port == 80) ? '' : (':' + serverinfo.port);
url = 'ws://' + servername + portStr + domainUrl;
}
var x = format("Perform Intel AMT admin control mode (ACM) activation to group \"{0}\" by downloading the MeshCMD tool and running it like this:", EscapeHtml(mesh.name)) + '<br /><br />';
var x = format("Perform Intel&reg; AMT admin control mode (ACM) activation to group \"{0}\" by downloading the MeshCMD tool and running it like this:", EscapeHtml(mesh.name)) + '<br /><br />';
x += '<textarea readonly=readonly style=width:100%;resize:none;height:100px;overflow:auto;font-size:12px readonly>meshcmd amtacm --url ' + url + 'amtactivate?id=' + meshid.split('/')[2] + ' --serverhttpshash ' + serverinfo.tlshash + '</textarea>';
if (serverinfo.amtAcmFqdn != null) {
x += ('<div style=margin-top:8px>' + "Intel AMT will need to be set with a Trusted FQDN in MEBx or have a wired LAN on the network:" + ' <b>' + serverinfo.amtAcmFqdn.join(', ') + '</b></div>');
x += ('<div style=margin-top:8px>' + "Intel&reg; AMT will need to be set with a Trusted FQDN in MEBx or have a wired LAN on the network:" + ' <b>' + serverinfo.amtAcmFqdn.join(', ') + '</b></div>');
}
setDialogMode(2, "Intel&reg; AMT activation", 9, null, x);
Q('idx_dlgOkButton').focus();
@ -3985,7 +3985,7 @@
// Display the Intel AMT scanning dialog box
function addAmtScanToMesh(meshid) {
if (xxdialogMode) return false;
var x = "Enter a range of IP addresses to scan for Intel AMT devices." + '<br /><br />';
var x = "Enter a range of IP addresses to scan for Intel&reg; AMT devices." + '<br /><br />';
var amtscanoptions = decodeURIComponent('{{{amtscanoptions}}}').split(',');
if (amtscanoptions != '') {
x += '<datalist id=iprangelist>';
@ -4067,7 +4067,7 @@
x += '</div>';
// Setup CIRA with user/pass authentication (Somewhat difficult)
x += '<div id=dlgAddCira1 style=display:none>' + format("To add a new Intel&reg; AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel AMT", EscapeHtml(mesh.name));
x += '<div id=dlgAddCira1 style=display:none>' + format("To add a new Intel&reg; AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel&reg; AMT", EscapeHtml(mesh.name));
if (serverinfo.mpspass) { x += (" and authenticate to the server using this username and password." + '<br /><br />'); } else { x += (" and authenticate to the server using this username and any password." + '<br /><br />'); }
x += addHtmlValue("Root Certificate", '<a href="' + "MeshServerRootCert.cer" + (urlargs.key?('?key=' + urlargs.key):'') + '" download>' + "Root Certificate File" + '</a>');
x += addHtmlValue("Username", '<input style=width:230px readonly value="' + meshidx.substring(0, 16) + '" />');
@ -4077,7 +4077,7 @@
// Setup CIRA with certificate authentication (Really difficult, only if TLS offload is not used)
if ((features & 16) == 0) {
x += '<div id=dlgAddCira2 style=display:none>' + format("To add a new Intel&reg; AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel AMT, authenticate using a client certificate with the following common name and connect to the following server.", EscapeHtml(mesh.name)) + '<br /><br />';
x += '<div id=dlgAddCira2 style=display:none>' + format("To add a new Intel&reg; AMT device to device group \"{0}\" with CIRA, load the following certificate as trusted root within Intel&reg; AMT, authenticate using a client certificate with the following common name and connect to the following server.", EscapeHtml(mesh.name)) + '<br /><br />';
x += addHtmlValue("Root Certificate", '<a href="' + "MeshServerRootCert.cer" + (urlargs.key?('?key=' + urlargs.key):'') + '" download>' + "Root Certificate File" + '</a>');
x += addHtmlValue("Organization", '<input style=width:230px readonly value="' + meshidx + '" />');
if (serverinfo != null) { x += addHtmlValue("MPS Server", '<input style=width:230px readonly value="' + EscapeHtml(serverinfo.mpsname) + ':' + serverinfo.mpsport + '" />'); }
@ -4404,7 +4404,7 @@
uncheckAllDevices();
} else if (op == 101) {
// Group delete, ask for confirmation
var x = "Confirm delete selected devices(s)?" + '<br /><br />';
var x = "Confirm delete selected device(s)?" + '<br /><br />';
x += '<label><input id=d2check type=checkbox onchange=d2groupActionFunctionDelCheck() />' + "Confirm" + '</label>';
setDialogMode(2, "Delete Nodes", 3, d2groupActionFunctionDelExec, x);
QE('idx_dlgOkButton', false);
@ -5558,11 +5558,11 @@
else if ((node.intelamt.ver == null) || (node.intelamt.state == null)) { str += '<i>' + "Unknown Version & State" + '</i>'; }
else {
str += provisioningStates[node.intelamt.state];
if ((node.intelamt.state == 2) && node.intelamt.flags) { if (node.intelamt.flags & 2) { str += ' <span title="' + "Intel AMT is activated in Client Control Mode" + '">' + "CCM" + '</span>'; } else if (node.intelamt.flags & 4) { str += ' <span title="' + "Intel AMT is activated in Admin Control Mode" + '">' + "ACM" + '</span>'; } }
if ((node.intelamt.state == 2) && node.intelamt.flags) { if (node.intelamt.flags & 2) { str += ' <span title="' + "Intel&reg; AMT is activated in Client Control Mode" + '">' + "CCM" + '</span>'; } else if (node.intelamt.flags & 4) { str += ' <span title="' + "Intel&reg; AMT is activated in Admin Control Mode" + '">' + "ACM" + '</span>'; } }
str += (', v' + EscapeHtml(node.intelamt.ver));
}
if (node.intelamt.tls == 1) { str += ', <span title="' + "Intel AMT is setup with TLS network security" + '">' + "TLS" + '</span>'; }
if (node.intelamt.tls == 1) { str += ', <span title="' + "Intel&reg; AMT is setup with TLS network security" + '">' + "TLS" + '</span>'; }
if (node.intelamt.state == 2) {
if (node.intelamt.user == null || node.intelamt.user == '') {
if ((meshrights & 4) != 0) {
@ -8005,9 +8005,9 @@
var x = '';
if ((p13clipboard != null) && (p13clipboard.length > 0)) {
if (p13clipboardCut == 0) {
if (p13clipboard.length > 1) { x = format("Confirm copy of {0} entries's to this location?", p13clipboard.length); } else { x = format("Confirm copy of 1 entrie to this location?"); }
if (p13clipboard.length > 1) { x = format("Confirm copy of {0} entries to this location?", p13clipboard.length); } else { x = format("Confirm copy of 1 entrie to this location?"); }
} else {
if (p13clipboard.length > 1) { x = format("Confirm move of {0} entries's to this location?", p13clipboard.length); } else { x = format("Confirm move of 1 entrie to this location?"); }
if (p13clipboard.length > 1) { x = format("Confirm move of {0} entries to this location?", p13clipboard.length); } else { x = format("Confirm move of 1 entrie to this location?"); }
}
}
setDialogMode(2, "Paste", 3, p13pasteFileEx, x);
@ -9359,9 +9359,9 @@
x += '<a href=# onclick=\'return addCiraDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the internet." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install CIRA" + '</a>';
x += '<a href=# onclick=\'return addDeviceToMesh("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Add a new Intel&reg; AMT computer that is located on the local network." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Install local" + '</a>';
if (currentMesh.amt && (currentMesh.amt.type == 2)) { // CCM activation
x += '<a href=# onclick=\'return showCcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel AMT client control mode (CCM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
x += '<a href=# onclick=\'return showCcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel&reg; AMT client control mode (CCM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
} else if (currentMesh.amt && (currentMesh.amt.type == 3) && ((features & 0x00100000) != 0)) { // ACM activation
x += '<a href=# onclick=\'return showAcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel AMT admin control mode (ACM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
x += '<a href=# onclick=\'return showAcmActivation("' + currentMesh._id + '")\' style=cursor:pointer;margin-right:10px title="' + "Perform Intel&reg; AMT admin control mode (ACM) activation." + '"><img src=images/icon-installmesh.png border=0 height=12 width=12> ' + "Activation" + '</a>';
}
}
if (currentMesh.mtype == 2) {
@ -10132,7 +10132,7 @@
});
window.meshConnChart = new Chart(document.getElementById('meshConnChart').getContext('2d'), {
type: 'doughnut',
data: { datasets: [{ data: [0, 0], backgroundColor: ['#20F', '#40D', '#60B', '#809', '#A07', '#C05'] }], labels: ["Not Connected", "Agent", "Intel AMT", "Agent + Intel AMT"] },
data: { datasets: [{ data: [0, 0], backgroundColor: ['#20F', '#40D', '#60B', '#809', '#A07', '#C05'] }], labels: ["Not Connected", "Agent", "Intel&reg; AMT", "Agent + Intel&reg; AMT"] },
options: { responsive: true, legend: { position: 'none' }, animation: { animateScale: true, animateRotate: true }, layout: { padding: { left: 10, right: 10, top: 10, bottom: 10 } } }
});
}
@ -10203,7 +10203,7 @@
if (showConn) {
count = 0;
var xconnectivityStates = [];
for (var i = 0; i < 4; i++) { xconnectivityStates.push([["Not Connected", "Agent", "Intel AMT", "Agent + Intel AMT"][i], connectivityStates[i]]); }
for (var i = 0; i < 4; i++) { xconnectivityStates.push([["Not Connected", "Agent", "Intel&reg; AMT", "Agent + Intel&reg; AMT"][i], connectivityStates[i]]); }
xconnectivityStates.sort(function(a, b){ return -(a[1]-b[1]) });
x += '<table style="margin-top:10px;color:black;background-color:#EEE;border-color:#AAA;border-width:1px;border-style:solid;border-collapse:collapse" border=0 cellpadding=2 cellspacing=0 width=100%><tbody><tr style=background-color:#AAAAAA;font-weight:bold><th scope=col style=text-align:left;width:430px>' + "Connectivity" + '</th><th scope=col style=text-align:left></th></tr>';
for (var i = 0; i < 4; i++) { if (xconnectivityStates[i][1] > 0) { x += '<tr style=' + (((++count % 2) == 0) ? 'background-color:#DDD' : '') + '><td><divclass=m2></div><div>&nbsp;' + xconnectivityStates[i][0] + '<div></div></div></td><td><div style=float:right>' + xconnectivityStates[i][1] + ' </div><div></div></td></tr>'; } }
@ -11352,7 +11352,7 @@
var op = Q('d50groupop').value;
if (op == 1) {
// Delete user groups, ask for confirmation
var x = "Confirm delete selected user groups(s)?" + '<br /><br />';
var x = "Confirm delete selected user group(s)?" + '<br /><br />';
x += '<label><input id=d3check type=checkbox onchange=p50usersGroupActionFunctionDelCheck() />' + "Confirm" + '</label>';
setDialogMode(2, "Delete User Groups", 3, p50groupActionFunctionDelExec, x);
QE('idx_dlgOkButton', false);
@ -12250,8 +12250,8 @@
if (rec.protocol == 1) { protocolStr = "Terminal"; }
if (rec.protocol == 2) { protocolStr = "Desktop"; }
if (rec.protocol == 5) { protocolStr = "Files"; }
if (rec.protocol == 100) { protocolStr = "Intel AMT WSMAN"; }
if (rec.protocol == 101) { protocolStr = "Intel AMT Redirection"; }
if (rec.protocol == 100) { protocolStr = "Intel&reg; AMT WSMAN"; }
if (rec.protocol == 101) { protocolStr = "Intel&reg; AMT Redirection"; }
x += addHtmlValue4("Protocol", protocolStr);
}
x += addHtmlValue4("Status", (rec.present == 1)?"Present on server":"Not on server");
@ -12773,7 +12773,7 @@
x += '<div><label><input type=checkbox id=p41c6 ' + ((serverTraceSources.indexOf('webrequest') >= 0) ? 'checked' : '') + '>' + "Web Server Requests" + '</label></div>';
x += '<div><label><input type=checkbox id=p41c7 ' + ((serverTraceSources.indexOf('relay') >= 0) ? 'checked' : '') + '>' + "Web Socket Relay" + '</label></div>';
//x += '<div><label><input type=checkbox id=p41c8 ' + ((serverTraceSources.indexOf('webrelaydata') >= 0) ? 'checked' : '') + '>' + "Traffic Relay 2 Data" + '</label></div>';
x += '<div style="width:100%;border-bottom:1px solid gray;margin-bottom:5px;margin-top:5px"><b>' + "Intel AMT" + '</b></div>';
x += '<div style="width:100%;border-bottom:1px solid gray;margin-bottom:5px;margin-top:5px"><b>' + "Intel&reg; AMT" + '</b></div>';
x += '<div><label><input type=checkbox id=p41c9 ' + ((serverTraceSources.indexOf('webrelay') >= 0) ? 'checked' : '') + '>' + "Connection Relay" + '</label></div>';
x += '<div><label><input type=checkbox id=p41c10 ' + ((serverTraceSources.indexOf('mps') >= 0) ? 'checked' : '') + '>' + "CIRA Server" + '</label></div>';
x += '<div><label><input type=checkbox id=p41c11 ' + ((serverTraceSources.indexOf('mpscmd') >= 0) ? 'checked' : '') + '>' + "CIRA Server Commands" + '</label></div>';

View File

@ -490,7 +490,7 @@
function useEmailToken() {
if (otpemail != true) return;
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registed email address?");
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registered email address?");
}
function useEmailKeyEx() {
@ -501,7 +501,7 @@
function useSMSToken() {
if (otpsms != true) return;
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registed phone number?");
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registered phone number?");
}
function useSMSTokenEx() {

View File

@ -492,7 +492,7 @@
function useEmailToken() {
if (otpemail != true) return;
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registed email address?");
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registered email address?");
}
function useEmailKeyEx() {
@ -503,7 +503,7 @@
function useSMSToken() {
if (otpsms != true) return;
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registed phone number?");
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registered phone number?");
}
function useSMSTokenEx() {