Updated Spanish translation.
Ylian Saint-Hilaire committed
Mar 24, 2024 at 11:14 UTC
d33aa25e5bc5abea69cf189d03688504ee9dbe86
5 files changed
+159
-38
emails/translations/device-help_es.html
+6
-6
@@ -1,20 +1,20 @@
1
-<html><head></head><body><div>[[[SERVERNAME]]] - "[[[DEVICENAME]]]" Solicitud de ayuda</div>
1
+<html><head></head><body><div>[[[SERVERNAME]]] - "[[[DEVICENAME]]]" Solicitud de Ayuda</div>
2
<div style="font-family:Arial,Helvetica,sans-serif">
3
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
4
<tbody><tr>
5
<td>
6
- <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Solicitud de ayuda</b>
6
+ <b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Solicitud de Ayuda</b>
7
</td>
8
</tr>
9
</tbody></table>
10
<p>
11
- Device "<b>[[[DEVICENAME]]]</b>" requested help.
11
+ Dispositivo "<b>[[[DEVICENAME]]]</b>" ha pedido ayuda.
12
</p>
13
<p>
14
- User: <b>[[[HELPUSERNAME]]]</b><br>
15
- Request: <b>[[[HELPREQUEST]]]</b>
14
+ Usuario: <b>[[[HELPUSERNAME]]]</b><br>
15
+ Solicitud: <b>[[[HELPREQUEST]]]</b>
16
</p>
17
<p>
18
- <a href="[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]">haz clic aquí</a> to navigate to this device.
18
+ <a href="[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]">haz clic aquí</a> para navegar a este dispositivo.
19
</p>
20
</div></body></html>
\ No newline at end of file
emails/translations/device-help_es.txt
+4
-4
@@ -1,7 +1,7 @@
1
-[[[SERVERNAME]]] - Solicitud de ayuda del dispositivo
2
-Device "[[[DEVICENAME]]]" requested assistance.
1
+[[[SERVERNAME]]] - Solicitud de ayuda con el Dispositivo
2
+Dispositivo "[[[DEVICENAME]]]" solicito asistencia.
3
4
-User: "[[[HELPUSERNAME]]]"
5
-Request: "[[[HELPREQUEST]]]"
4
+Usuario: "[[[HELPUSERNAME]]]"
5
+Solicitud: "[[[HELPREQUEST]]]"
6
7
[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]
\ No newline at end of file
public/scripts/agent-redir-ws-0.1.1-min.js
+1
-1
@@ -1 +1 @@
1
-var CreateAgentRedirect=function(e,t,n,o,a,c){var s={};function l(){1==s.webSwitchOk&&1==s.webRtcActive&&(s.latency.current=-1,s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=s.onStateChanged)&&s.onStateChanged(s,s.State)}((s.m=t).parent=s).meshserver=e,s.authCookie=o,s.rauthCookie=a,s.State=0,s.nodeid=null,s.options=null,s.socket=null,s.connectstate=-1,s.tunnelid=Math.random().toString(36).substring(2),s.protocol=t.protocol,s.onStateChanged=null,s.ctrlMsgAllowed=!0,s.attemptWebRTC=!1,s.webRtcActive=!1,s.webSwitchOk=!1,s.webchannel=null,s.webrtc=null,s.debugmode=0,s.serverIsRecording=!1,s.urlname="meshrelay.ashx",s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"+s.urlname+"?browser=1&p="+s.protocol+(e?"&nodeid="+e:"")+"&id="+s.tunnelid;null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver&&(t="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid,null!=a&&""!=a&&(t+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:t,usage:s.protocol}))},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"!=t.ctrlChannel?s.m.ProcessData?s.m.ProcessData(e):console.log(e):("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc?"answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type:"ping"==t.type&&s.sendCtrlMsg('{"ctrlChannel":"102938","type":"pong"}'))},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange)&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId)},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}s.xxStateChange(3),1==s.attemptWebRTC&&("undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(null):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(null)),null!=s.webrtc)&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))}else if("string"==typeof e.data)"~"==e.data[0]?s.m.ProcessData(e.data):s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand){if(!(0==u&&e.data.byteLength<4))if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n,o=new Uint8Array(u),a=0;for(n in g)o.set(g[n],a),a+=g[n].byteLength;s.m.ProcessBinaryCommand(i,d,o),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(c=new Blob([new Uint8Array(e.data)]),(r=new FileReader).onload=function(e){s.m.ProcessData(e.target.result)},r.readAsBinaryString(c))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e){if(1==s.debugmode)for(var t=new Uint8Array(e.length),n=[],o=0;o<e.length;++o)t[o]=e.charCodeAt(o),n.push(e.charCodeAt(o));else for(t=new Uint8Array(e.length),o=0;o<e.length;++o)t[o]=e.charCodeAt(o);(1==s.webRtcActive?s.webchannel:s.socket).send(t.buffer)}else(1==s.webRtcActive?s.webchannel:s.socket).send(e)}catch(e){}},s.xxOnSocketClosed=function(){s.Stop(1)},s.xxStateChange=function(e){s.State!=e&&(s.State=e,s.m.xxStateChange(s.State),null!=s.onStateChanged)&&s.onStateChanged(s,s.State)},s.xxCloseWebRTC=function(){if(null!=s.webchannel){try{s.webchannel.close()}catch(e){}s.webchannel=null}if(null!=s.webrtc){try{s.webrtc.close()}catch(e){}s.webrtc=null}s.webRtcActive=!1},s.Stop=function(e){if(1==s.debugmode&&console.log("stop",e),s.xxCloseWebRTC(),s.connectstate=-1,null!=s.socket){try{1==s.socket.readyState&&s.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}')}catch(e){}try{s.socket.readyState<=1&&s.socket.close()}catch(e){}s.socket=null}s.xxStateChange(0)},s}
\ No newline at end of file
1
+var CreateAgentRedirect=function(e,t,n,a,o,c){var l={};function s(){1==l.webSwitchOk&&1==l.webRtcActive&&(l.latency.current=-1,l.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),l.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=l.onStateChanged)&&l.onStateChanged(l,l.State)}((l.m=t).parent=l).meshserver=e,l.authCookie=a,l.rauthCookie=o,l.State=0,l.nodeid=null,l.options=null,l.socket=null,l.connectstate=-1,l.tunnelid=Math.random().toString(36).substring(2),l.protocol=t.protocol,l.onStateChanged=null,l.ctrlMsgAllowed=!0,l.attemptWebRTC=!1,l.webRtcActive=!1,l.webSwitchOk=!1,l.webchannel=null,l.webrtc=null,l.debugmode=0,l.serverIsRecording=!1,l.urlname="meshrelay.ashx",l.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),l.consoleMessage=null,l.onConsoleMessageChange=null,l.metadata=null,l.onMetadataChange=null,l.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/"+l.urlname+"?browser=1&p="+l.protocol+(e?"&nodeid="+e:"")+"&id="+l.tunnelid;null!=a&&""!=a&&(t+="&auth="+a),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),l.nodeid=e,l.connectstate=0,l.socket=new WebSocket(t),l.socket.binaryType="arraybuffer",l.socket.onopen=l.xxOnSocketConnected,l.socket.onmessage=l.xxOnMessage,l.socket.onerror=function(e){},l.socket.onclose=l.xxOnSocketClosed,l.xxStateChange(1),null!=l.meshserver&&(t="*"+c+"meshrelay.ashx?p="+l.protocol+"&nodeid="+e+"&id="+l.tunnelid,null!=o&&""!=o&&(t+="&rauth="+o),l.meshserver.send({action:"msg",type:"tunnel",nodeid:l.nodeid,value:t,usage:l.protocol}))},l.xxOnSocketConnected=function(){1==l.debugmode&&console.log("onSocketConnected"),l.latency.lastSend||(l.latency.lastSend=setInterval(function(){-1==l.latency.current?(clearInterval(l.latency.lastSend),l.latency.lastSend=null):l.sendCtrlMsg(JSON.stringify({ctrlChannel:102938,type:"rtt",time:(new Date).getTime()}))},1e4)),l.sendCtrlMsg(JSON.stringify({ctrlChannel:102938,type:"rtt",time:(new Date).getTime()})),l.xxStateChange(2)},l.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"!=t.ctrlChannel?l.m.ProcessData?l.m.ProcessData(e):console.log(e):("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?l.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(l.metadata=t,l.onMetadataChange&&l.onMetadataChange(l.metadata)):"rtt"==t.type&&"number"==typeof t.time?(l.latency.current=(new Date).getTime()-t.time,null!=l.latency.callback&&l.latency.callback(l.latency.current)):null!=l.webrtc?"answer"==t.type?l.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},l.xxCloseWebRTC):"webrtc0"==t.type?(l.webSwitchOk=!0,s()):"webrtc1"==t.type?l.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type:"ping"==t.type&&l.sendCtrlMsg('{"ctrlChannel":"102938","type":"pong"}'))},l.setConsoleMessage=function(e,t,n,a){l.consoleMessage!=e&&(l.consoleMessage=e,l.consoleMessageId=t,l.consoleMessageArgs=n,l.consoleMessageTimeout=a,l.onConsoleMessageChange)&&l.onConsoleMessageChange(l,l.consoleMessage,l.consoleMessageId)},l.sendCtrlMsg=function(e){if(1==l.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{l.socket.send(e)}catch(e){}}},l.xxOnMessage=function(e){if(l.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(l.serverIsRecording=!0),null!=l.options){delete l.options.action,l.options.type="options";try{l.sendCtrlMsg(JSON.stringify(l.options))}catch(e){}}try{l.socket.send(l.protocol)}catch(e){}l.xxStateChange(3),1==l.attemptWebRTC&&("undefined"!=typeof RTCPeerConnection?l.webrtc=new RTCPeerConnection(null):"undefined"!=typeof webkitRTCPeerConnection&&(l.webrtc=new webkitRTCPeerConnection(null)),null!=l.webrtc)&&l.webrtc.createDataChannel&&(l.webchannel=l.webrtc.createDataChannel("DataChannel",{}),l.webchannel.binaryType="arraybuffer",l.webchannel.onmessage=l.xxOnMessage,l.webchannel.onopen=function(){l.webRtcActive=!0,s()},l.webchannel.onclose=function(e){l.webRtcActive&&l.Stop()},l.webrtc.onicecandidate=function(e){if(null==e.candidate)try{l.sendCtrlMsg(JSON.stringify(l.webrtcoffer))}catch(e){}else l.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},l.webrtc.oniceconnectionstatechange=function(){null!=l.webrtc&&("disconnected"==l.webrtc.iceConnectionState?1==l.webRtcActive?l.Stop():l.xxCloseWebRTC():"failed"==l.webrtc.iceConnectionState&&l.xxCloseWebRTC())},l.webrtc.createOffer(function(e){l.webrtcoffer=e,l.webrtc.setLocalDescription(e,function(){},l.xxCloseWebRTC)},l.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))}else if("string"==typeof e.data)"~"==e.data[0]?l.m.ProcessData(e.data):l.xxOnControlCommand(e.data);else if(l.m.ProcessBinaryCommand){if(!(0==g&&e.data.byteLength<4))if(0!=g){var t=new Uint8Array(e.data);if(u.push(t),g+=t.byteLength,d<=g){var n,a=new Uint8Array(g),o=0;for(n in u)a.set(u[n],o),o+=u[n].byteLength;l.m.ProcessBinaryCommand(i,d,a),g=d=i=0,u=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,g=t.byteLength,u=[t]):l.m.ProcessBinaryCommand(c,r,t)}}else l.m.ProcessBinaryData?l.m.ProcessBinaryData(new Uint8Array(e.data)):e.data.byteLength<16e3?l.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data))):(c=new Blob([new Uint8Array(e.data)]),(r=new FileReader).onload=function(e){l.m.ProcessData(e.target.result)},r.readAsBinaryString(c))};var i=0,d=0,g=0,u=[];return l.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),l.send(encode_utf8(e))},l.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=l.socket&&l.socket.readyState==WebSocket.OPEN)if("string"==typeof e){if(1==l.debugmode)for(var t=new Uint8Array(e.length),n=[],a=0;a<e.length;++a)t[a]=e.charCodeAt(a),n.push(e.charCodeAt(a));else for(t=new Uint8Array(e.length),a=0;a<e.length;++a)t[a]=e.charCodeAt(a);(1==l.webRtcActive?l.webchannel:l.socket).send(t.buffer)}else(1==l.webRtcActive?l.webchannel:l.socket).send(e)}catch(e){}},l.xxOnSocketClosed=function(){l.Stop(1)},l.xxStateChange=function(e){l.State!=e&&(l.State=e,l.m.xxStateChange(l.State),null!=l.onStateChanged)&&l.onStateChanged(l,l.State)},l.xxCloseWebRTC=function(){if(null!=l.webchannel){try{l.webchannel.close()}catch(e){}l.webchannel=null}if(null!=l.webrtc){try{l.webrtc.close()}catch(e){}l.webrtc=null}l.webRtcActive=!1},l.Stop=function(e){if(1==l.debugmode&&console.log("stop",e),l.xxCloseWebRTC(),l.latency.current=-1,l.connectstate=-1,null!=l.socket){try{1==l.socket.readyState&&l.sendCtrlMsg('{"ctrlChannel":"102938","type":"close"}')}catch(e){}try{l.socket.readyState<=1&&l.socket.close()}catch(e){}l.socket=null}l.xxStateChange(0)},l}
\ No newline at end of file
public/scripts/amt-wsman-0.2.0-min.js
+1
-1
@@ -1 +1 @@
1
-var WsmanStackCreateService=function(e,s,r,a,o,t){var u={};function l(e){if(!e)return"";var s,r=" ";for(s in e)e.hasOwnProperty(s)&&0===s.indexOf("@")&&(r+=s.substring(1)+'="'+e[s]+'" ');return r}function p(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s,r="<w:SelectorSet>";for(s in e)if(e.hasOwnProperty(s)){if(r+='<w:Selector Name="'+s+'">',e[s].ReferenceParameters){var r=(r+="<a:EndpointReference>")+("<a:Address>"+e[s].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[s].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>"),a=e[s].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)r+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else r+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";r+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else r+=e[s];r+="</w:Selector>"}return r+="</w:SelectorSet>"}return u.NextMessageId=1,u.Address="/wsman",u.comm=CreateWsmanComm(e,s,r,a,o,t),u.PerformAjax=function(e,a,s,r,o){u.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+(o=null==o?"":o)+"><Header><a:Action>"+e,function(e,s,r){200!=s?a(u,null,{Header:{HttpError:s}},s,r):(e=u.ParseWsman(e))&&null!=e?a(u,e.Header.ResourceURI,e,200,r):a(u,null,{Header:{HttpError:s}},601,r)},s,r)},u.CancelAllQueries=function(e){u.comm.CancelAllQueries(e)},u.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},u.ExecSubscribe=function(e,s,r,a,o,t,n,l,d,c){var m="",i="",d=(null!=d&&null!=c&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+d+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+c+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"","http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>");u.PerformAjax(d+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},u.ExecUnSubscribe=function(e,s,r,a,o){e="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(o)+"</Header><Body><e:Unsubscribe/>";u.PerformAjax(e+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},u.ExecPut=function(e,s,r,a,o,t){t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+p(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r,a=u.GetNameFromUrl(e),o="<r:"+a+' xmlns:r="'+e+'">';for(r in s)if(s.hasOwnProperty(r)&&0!==r.indexOf("__")&&0!==r.indexOf("@")&&void 0!==s[r]&&null!==s[r]&&"function"!=typeof s[r])if("object"==typeof s[r]&&s[r].ReferenceParameters){o+="<r:"+r+"><a:Address>"+s[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)o+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else o+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";o+="</w:SelectorSet></a:ReferenceParameters></r:"+r+">"}else if(Array.isArray(s[r]))for(n=0;n<s[r].length;n++)o+="<r:"+r+">"+s[r][n].toString()+"</r:"+r+">";else o+="<r:"+r+">"+s[r].toString()+"</r:"+r+">";return o+="</r:"+a+">"}(e,s);u.PerformAjax(t+"</Body></Envelope>",r,a,o)},u.ExecCreate=function(e,s,r,a,o,t){var n,l=u.GetNameFromUrl(e),d="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(t)+"</Header><Body><g:"+l+' xmlns:g="'+e+'">';for(n in s)d+="<g:"+n+">"+s[n]+"</g:"+n+">";u.PerformAjax(d+"</g:"+l+"></Body></Envelope>",r,a,o)},u.ExecCreateXml=function(e,s,r,a,o){var t=u.GetNameFromUrl(e);u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},u.ExecDelete=function(e,s,r,a,o){e="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(s)+"</Header><Body /></Envelope>";u.PerformAjax(e,r,a,o)},u.ExecGet=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},u.ExecMethod=function(e,s,r,a,o,t,n){var l,d="";for(l in r)if(null!=r[l])if(Array.isArray(r[l]))for(var c in r[l])d+="<r:"+l+">"+r[l][c]+"</r:"+l+">";else d+="<r:"+l+">"+r[l]+"</r:"+l+">";u.ExecMethodXml(e,s,d,a,o,t,n)},u.ExecMethodXml=function(e,s,r,a,o,t,n){u.PerformAjax(e+"/"+s+"</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},u.ExecEnum=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},u.ExecPull=function(e,s,r,a,o){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},u.ParseWsman=function(s){try{s.childNodes||(s=function(e){{var s;return window.DOMParser?(new DOMParser).parseFromString(e,"text/xml"):((s=new ActiveXObject("Microsoft.XMLDOM")).async=!1,s.loadXML(e),s)}}(s));var e={Header:{}},r=s.getElementsByTagName("Header")[0];if(!(r=r||s.getElementsByTagName("a:Header")[0]))return null;for(var a=0;a<r.childNodes.length;a++){var o=r.childNodes[a];e.Header[o.localName]=o.textContent}var t,n,l=s.getElementsByTagName("Body")[0];return(l=l||s.getElementsByTagName("a:Body")[0])?(0<l.childNodes.length&&(-1!=(n=(t=l.childNodes[0].localName).indexOf("_OUTPUT"))&&n==t.length-7&&(t=t.substring(0,t.length-7)),e.Header.Method=t,e.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o],n=r="false"==(r="true"==(r=0==t.childElementCount?t.textContent:e(t))?!0:r)?!1:r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(l.childNodes[0])),e):null}catch(e){return console.log("Unable to parse XML: "+s),null}},u}
\ No newline at end of file
1
+var WsmanStackCreateService=function(e,s,r,a,o,t){var u={};function l(e){if(!e)return"";var s,r=" ";for(s in e)e.hasOwnProperty(s)&&0===s.indexOf("@")&&(r+=s.substring(1)+'="'+e[s]+'" ');return r}function p(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return'<w:SelectorSet><w:Selector Name="InstanceID">'+e.InstanceID+"</w:Selector></w:SelectorSet>";var s,r="<w:SelectorSet>";for(s in e)if(e.hasOwnProperty(s)){if(r+='<w:Selector Name="'+s+'">',e[s].ReferenceParameters){var r=(r+="<a:EndpointReference>")+("<a:Address>"+e[s].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+e[s].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>"),a=e[s].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o<a.length;o++)r+="<w:Selector"+l(a[o])+">"+a[o].Value+"</w:Selector>";else r+="<w:Selector"+l(a)+">"+a.Value+"</w:Selector>";r+="</w:SelectorSet></a:ReferenceParameters></a:EndpointReference>"}else r+=e[s];r+="</w:Selector>"}return r+="</w:SelectorSet>"}return u.NextMessageId=1,u.Address="/wsman",u.comm=CreateWsmanComm(e,s,r,a,o,t),u.PerformAjax=function(e,a,s,r,o){u.comm.PerformAjax('<?xml version=\"1.0\" encoding=\"utf-8\"?><Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope" '+(o=null==o?"":o)+"><Header><a:Action>"+e,function(e,s,r){200!=s?a(u,null,{Header:{HttpError:s}},s,r):(e=u.ParseWsman(e))&&null!=e?a(u,e.Header.ResourceURI,e,200,r):a(u,null,{Header:{HttpError:s}},601,r)},s,r)},u.CancelAllQueries=function(e){u.comm.CancelAllQueries(e)},u.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},u.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="",c=(null!=c&&null!=d&&(m="<t:IssuedTokens><t:RequestSecurityTokenResponse><t:TokenType>http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken</t:TokenType><t:RequestedSecurityToken><se:UsernameToken><se:Username>"+c+'</se:Username><se:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd#PasswordText">'+d+"</se:Password></se:UsernameToken></t:RequestedSecurityToken></t:RequestSecurityTokenResponse></t:IssuedTokens>",i='<Auth Profile="http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/secprofile/http/digest"/>'),l=null!=l?"<a:ReferenceParameters>"+l+"</a:ReferenceParameters>":"","http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(n)+m+'</Header><Body><e:Subscribe><e:Delivery Mode="http://schemas.dmtf.org/wbem/wsman/1/wsman/'+s+'"><e:NotifyTo><a:Address>'+r+"</a:Address></e:NotifyTo>"+i+"</e:Delivery><e:Expires>PT0.000000S</e:Expires></e:Subscribe>");u.PerformAjax(c+"</Body></Envelope>",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},u.ExecUnSubscribe=function(e,s,r,a,o){e="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo>"+p(o)+"</Header><Body><e:Unsubscribe/>";u.PerformAjax(e+"</Body></Envelope>",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},u.ExecPut=function(e,s,r,a,o,t){t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout>"+p(t)+"</Header><Body>"+function(e,s){if(!e||null==s)return"";var r,a=u.GetNameFromUrl(e),o="<r:"+a+' xmlns:r="'+e+'">';for(r in s)if(s.hasOwnProperty(r)&&0!==r.indexOf("__")&&0!==r.indexOf("@")&&void 0!==s[r]&&null!==s[r]&&"function"!=typeof s[r])if("object"==typeof s[r]&&s[r].ReferenceParameters){o+="<r:"+r+"><a:Address>"+s[r].Address+"</a:Address><a:ReferenceParameters><w:ResourceURI>"+s[r].ReferenceParameters.ResourceURI+"</w:ResourceURI><w:SelectorSet>";var t=s[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n<t.length;n++)o+="<w:Selector"+l(t[n])+">"+t[n].Value+"</w:Selector>";else o+="<w:Selector"+l(t)+">"+t.Value+"</w:Selector>";o+="</w:SelectorSet></a:ReferenceParameters></r:"+r+">"}else if(Array.isArray(s[r]))for(n=0;n<s[r].length;n++)o+="<r:"+r+">"+s[r][n].toString()+"</r:"+r+">";else o+="<r:"+r+">"+s[r].toString()+"</r:"+r+">";return o+="</r:"+a+">"}(e,s);u.PerformAjax(t+"</Body></Envelope>",r,a,o)},u.ExecCreate=function(e,s,r,a,o,t){var n,l=u.GetNameFromUrl(e),c="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(t)+"</Header><Body><g:"+l+' xmlns:g="'+e+'">';for(n in s)c+="<g:"+n+">"+s[n]+"</g:"+n+">";u.PerformAjax(c+"</g:"+l+"></Body></Envelope>",r,a,o)},u.ExecCreateXml=function(e,s,r,a,o){var t=u.GetNameFromUrl(e);u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60.000S</w:OperationTimeout></Header><Body><r:"+t+' xmlns:r="'+e+'">'+s+"</r:"+t+"></Body></Envelope>",r,a,o)},u.ExecDelete=function(e,s,r,a,o){e="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(s)+"</Header><Body /></Envelope>";u.PerformAjax(e,r,a,o)},u.ExecGet=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body /></Envelope>",s,r,a)},u.ExecMethod=function(e,s,r,a,o,t,n){var l,c="";for(l in r)if(null!=r[l])if(Array.isArray(r[l]))for(var d in r[l])c+="<r:"+l+">"+r[l][d]+"</r:"+l+">";else c+="<r:"+l+">"+r[l]+"</r:"+l+">";u.ExecMethodXml(e,s,c,a,o,t,n)},u.ExecMethodXml=function(e,s,r,a,o,t,n){u.PerformAjax(e+"/"+s+"</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++"</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout>"+p(n)+"</Header><Body><r:"+s+'_INPUT xmlns:r="'+e+'">'+r+"</r:"+s+"_INPUT></Body></Envelope>",a,o,t)},u.ExecEnum=function(e,s,r,a){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>',s,r,a)},u.ExecPull=function(e,s,r,a,o){u.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>"+u.Address+"</a:To><w:ResourceURI>"+e+"</w:ResourceURI><a:MessageID>"+u.NextMessageId+++'</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>PT60S</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>'+s+"</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>",r,a,o)},u.ParseWsman=function(s){try{s.childNodes||(s=function(e){{var s;return window.DOMParser?(new DOMParser).parseFromString(e,"text/xml"):((s=new ActiveXObject("Microsoft.XMLDOM")).async=!1,s.loadXML(e),s)}}(s));var e={Header:{}},r=s.getElementsByTagName("Header")[0];if(!(r=r||s.getElementsByTagName("a:Header")[0]))return null;for(var a=0;a<r.childNodes.length;a++){var o=r.childNodes[a];e.Header[o.localName]=o.textContent}var t,n,l=s.getElementsByTagName("Body")[0];return(l=l||s.getElementsByTagName("a:Body")[0])?(0<l.childNodes.length&&(-1!=(n=(t=l.childNodes[0].localName).indexOf("_OUTPUT"))&&n==t.length-7&&(t=t.substring(0,t.length-7)),e.Header.Method=t,e.Body=function e(s){var r,a={};for(var o=0;o<s.childNodes.length;o++){var t=s.childNodes[o],n=r="false"==(r="true"==(r=0==t.childElementCount?t.textContent:e(t))?!0:r)?!1:r;if(0<t.attributes.length){n={Value:r};for(var l=0;l<t.attributes.length;l++)n["@"+t.attributes[l].name]=t.attributes[l].value}a[t.localName]instanceof Array?a[t.localName].push(n):null==a[t.localName]?a[t.localName]=n:a[t.localName]=[a[t.localName],n]}return a}(l.childNodes[0])),e):null}catch(e){return console.log("Unable to parse XML: "+s),null}},u}
\ No newline at end of file
translate/translate.json
+147
-26
@@ -5,7 +5,7 @@
5
"da": "",
6
"de": "",
7
"en": "",
8
- "es": "",
8
+ "es": " ",
9
"fi": "",
10
"fr": "",
11
"hi": "",
@@ -524,6 +524,7 @@
524
"pl": "\" prosi o pomoc.",
525
"fr": "\" assistance demandée.",
526
"hu": "\" segítséget kért.",
527
+ "es": "\" ha pedido ayuda.",
528
"xloc": [
529
"device-help.html->2->3"
530
]
@@ -5573,6 +5574,7 @@
5574
"nl": "ARM 64bit versie van de MeshAgent",
5575
"pl": "Meshagent wersja ARM 64bit",
5576
"de": "ARM 64bit Version des MeshAgents",
5577
+ "es": "Version ARM 64bit de el MeshAgent",
5578
"xloc": [
5579
"default.handlebars->47->616"
5580
]
@@ -6069,6 +6071,7 @@
6071
"pl": "Konto zmienione di synchronizacji z danymi LDAP.",
6072
"fr": "Compte modifié pour se synchroniser avec les données LDAP.",
6073
"hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.",
6074
+ "es": "La cuenta cambio a ser actualizada con los datos de LDAP.",
6075
"xloc": [
6076
"default.handlebars->47->2612"
6077
]
@@ -6332,6 +6335,7 @@
6335
"pl": "Zapisy logowania tokenami użytkownika",
6336
"fr": "Enregistrements des jetons de connexion au compte",
6337
"hu": "Fiók bejelentkezési token rekordok",
6338
+ "es": "Registro de Tokens de inicio de sesion",
6339
"xloc": [
6340
"default.handlebars->47->3166"
6341
]
@@ -6899,7 +6903,7 @@
6903
"da": "Tilføj &Map...",
6904
"de": "Zuordnung &hinzufügen...",
6905
"en": "Add &Map...",
6902
- "es": "Agregar & mapa ...",
6906
+ "es": "Agregar & mapear ...",
6907
"fi": "Lisää & kartta ...",
6908
"fr": "Ajouter une &carte...",
6909
"hi": "नक्शा जोड़ें...",
@@ -7297,7 +7301,7 @@
7301
"da": "Tilføj Mesh Agent",
7302
"de": "Mesh-Agenten hinzufügen",
7303
"en": "Add Mesh Agent",
7300
- "es": "Agregar Agente Mesh",
7304
+ "es": "Agregar Mesh Agent",
7305
"fi": "Lisää Mesh Agent",
7306
"fr": "Ajouter un agent",
7307
"hi": "मेष एजेंट जोड़ें",
@@ -8358,7 +8362,7 @@
8362
"da": "Admin Realms",
8363
"de": "Admin-Bereiche",
8364
"en": "Admin Realms",
8361
- "es": "Administrador de dominio",
8365
+ "es": "Reinos del Administrador",
8366
"fi": "Pääkäyttäjän alueet",
8367
"fr": "Domaines d'administration",
8368
"hi": "प्रशासन के दायरे",
@@ -8413,7 +8417,7 @@
8417
"da": "Administrative Realms",
8418
"de": "Administrative Bereiche",
8419
"en": "Administrative Realms",
8416
- "es": "Administrador de Dominios",
8420
+ "es": "Reinos Administrativos",
8421
"fi": "Hallinnollinen alue",
8422
"fr": "Domaines administratifs",
8423
"hi": "प्रशासनिक क्षेत्र",
@@ -9884,7 +9888,7 @@
9888
"da": "Alt Shell",
9889
"de": "Alternative Shell",
9890
"en": "Alt Shell",
9887
- "es": "Concha alternativa",
9891
+ "es": "Alt Shell",
9892
"fi": "Alt Shell",
9893
"fr": "Shell alternatif",
9894
"hi": "ऑल्ट शेल",
@@ -9995,7 +9999,7 @@
9999
"da": "Alternativ port",
10000
"de": "Alternativer Port",
10001
"en": "Alternate Port",
9998
- "es": "Puerto Alterno",
10002
+ "es": "Alternar Puerto",
10003
"fi": "Vaihtoehtoinen portti",
10004
"fr": "Port alternatif",
10005
"hi": "वैकल्पिक पोर्ट",
@@ -10190,6 +10194,7 @@
10194
"fr": "Une erreur inconnue est survenue.",
10195
"hu": "Ismeretlen hiba történt.",
10196
"de": "Ein unbekannter Fehler ist aufgetreten.",
10197
+ "es": "Ha ocurrido un error desconcido.",
10198
"xloc": [
10199
"default.handlebars->47->3045"
10200
]
@@ -10458,7 +10463,7 @@
10463
"da": "Æble",
10464
"de": "Apfel",
10465
"en": "Apple",
10461
- "es": "Manzana",
10466
+ "es": "Apple",
10467
"fi": "Omena",
10468
"fr": "Apple",
10469
"hi": "सेब",
@@ -10485,7 +10490,7 @@
10490
"da": "Apple Silicon",
10491
"de": "Apple Silicon",
10492
"en": "Apple Silicon",
10488
- "es": "Apple Silicon",
10493
+ "es": "Procesadores Apple",
10494
"fi": "Apple Silicon",
10495
"fr": "Apple Silicon",
10496
"hi": "Apple Silicon",
@@ -10602,7 +10607,7 @@
10607
"da": "Applikation",
10608
"de": "Anwendung",
10609
"en": "Application",
10605
- "es": "Solicitud",
10610
+ "es": "Aplicacion",
10611
"fi": "Sovellus",
10612
"fr": "Application",
10613
"hi": "आवेदन",
@@ -13571,6 +13576,7 @@
13576
"fr": "image CAPTCHA",
13577
"hu": "CAPTCHA kép",
13578
"de": "CAPTCHA Bild",
13579
+ "es": "Imagen CAPTCHA",
13580
"xloc": [
13581
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1",
13582
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1",
@@ -14063,6 +14069,7 @@
14069
"hu": "CallMeBot",
14070
"nl": "CallMeBot",
14071
"pl": "CallMeBot",
14072
+ "es": "CallMeBot",
14073
"xloc": [
14074
"default.handlebars->47->1734",
14075
"default.handlebars->47->2949"
@@ -15259,7 +15266,7 @@
15266
"hu": "Ellenőrizze az üzenetküldő alkalmazást, és írja be az megerősítő kódot.",
15267
"pl": "Sprawdź swoją aplikacje wiadomości i wprowadź kod weryfikacyjny.",
15268
"de": "Prüfen Sie Ihre Messenger-App und geben Sie den Verifikationscode ein.",
15262
- "es": "Verifica el mensaje en la aplicación e ingresa el código de verificación recibido.",
15269
+ "es": "Revisa tu aplicacion de mensajes e introduce el codigo de verificacion.",
15270
"xloc": [
15271
"default.handlebars->47->253"
15272
]
@@ -16729,6 +16736,7 @@
16736
"fr": "Commandes depuis le fichier",
16737
"hu": "Parancsok fájlból",
16738
"de": "Befehle aus Datei",
16739
+ "es": "Comandos desde un archivo",
16740
"xloc": [
16741
"default.handlebars->47->788"
16742
]
@@ -16742,6 +16750,7 @@
16750
"fr": "Commandes depuis le fichier sur le serveur",
16751
"hu": "Parancsok a kiszolgálón lévő fájlból",
16752
"de": "Befehle aus Datei vom Server",
16753
+ "es": "Comandos desde un archivo en el servidor",
16754
"xloc": [
16755
"default.handlebars->47->789"
16756
]
@@ -16755,6 +16764,7 @@
16764
"fr": "Commandes depuis une zone de texte",
16765
"hu": "Parancsok a szövegdobozból",
16766
"de": "Befehle aus Textfeld",
16767
+ "es": "Comandos desde caja de texto",
16768
"xloc": [
16769
"default.handlebars->47->787"
16770
]
@@ -16927,6 +16937,7 @@
16937
"fr": "Enregistrement du fichier de configuration",
16938
"hu": "Konfigurációs fájl rekordok",
16939
"de": "Aufzeichnungen von Konfigurationsdatei",
16940
+ "es": "Registro de archivos de configuracion",
16941
"xloc": [
16942
"default.handlebars->47->3159"
16943
]
@@ -18953,6 +18964,7 @@
18964
"nl": "Kopieer de URL van de Windows ARM 64-bits agent naar het klembord",
18965
"pl": "Kopiuj URL agenta Windows ARM 64bit do schowka",
18966
"de": "Windows ARM 64bit Agent-URL in die Zwischenablage kopieren",
18967
+ "es": "Copiar el URL del agente Windows ARM 64bit a la papelera",
18968
"xloc": [
18969
"default.handlebars->47->618"
18970
]
@@ -18962,6 +18974,7 @@
18974
"nl": "Kopieer de Windows x86 32-bits agent-URL naar het klembord",
18975
"pl": "Kopiuj URL agenta Windows x86 32bit do schowka",
18976
"de": "Windows x86 32bit Agent-URL in die Zwischenablage kopieren",
18977
+ "es": "Copiar el URL del agente x86 32bit a la papelera",
18978
"xloc": [
18979
"default.handlebars->47->610"
18980
]
@@ -18971,6 +18984,7 @@
18984
"nl": "Kopieer de Windows x86 64-bits agent-URL naar het klembord",
18985
"pl": "Kopiuj URL agenta Windows x86 64bit do schowka",
18986
"de": "Windows x86 64bit Agent-URL in die Zwischenablage kopieren",
18987
+ "es": "Copiar el URL del agente Windows x86 64bit a la papelera",
18988
"xloc": [
18989
"default.handlebars->47->614"
18990
]
@@ -19794,6 +19808,7 @@
19808
"fr": "Créer plusieurs appareils Intel® AMT en important un fichier JSON respectant le format suivant :",
19809
"hu": "Hozzon létre egyszerre több Intel® AMT eszközt a következő formátumú JSON-fájl importálásával:",
19810
"de": "Erstellen Sie mehrere Intel® AMT Geräte gleichzeitig durch Import einer JSON Datei mit dem folgenden Format:",
19811
+ "es": "Crea muchos dispositivos Intel® AMT al mismo tiempo importando un archivo JSON con el siguiente formato:",
19812
"xloc": [
19813
"default.handlebars->47->511"
19814
]
@@ -20694,6 +20709,7 @@
20709
"fr": "Enregistrements dans la base de données",
20710
"hu": "Adatbázis rekordok",
20711
"de": "Datenbankaufzeichnungen",
20712
+ "es": "Registro de Base de datos",
20713
"xloc": [
20714
"default.handlebars->47->3084"
20715
]
@@ -21611,6 +21627,7 @@
21627
"fr": "La connexion de l'utilisateur a été refusée à partir de {0}, {1}, {2}",
21628
"hu": "Felhasználói bejelentkezés megtagadva: {0}, {1}, {2}",
21629
"de": "Login des Benutzers von {0}, {1}, {2} verweigert",
21630
+ "es": "Se denego el inicio de sesion de {0}, {1}, {2}",
21631
"xloc": [
21632
"default.handlebars->47->2613"
21633
]
@@ -22454,6 +22471,7 @@
22471
"fr": "Appareil \"",
22472
"hu": "Eszköz \"",
22473
"de": "Gerät \"",
22474
+ "es": "Dispositivo \"",
22475
"xloc": [
22476
"device-help.html->2->3"
22477
]
@@ -22466,6 +22484,7 @@
22484
"fr": "Une assistance est demandée par l'appareil \"[[[DEVICENAME]]]\"",
22485
"hu": "A \"[[[DEVICENAME]]]\" eszköz segítséget kért.",
22486
"de": "Gerät \"[[[DEVICENAME]]]\" hat Unterstützung angefordert.",
22487
+ "es": "Dispositivo \"[[[DEVICENAME]]]\" solicito asistencia.",
22488
"xloc": [
22489
"device-help.txt"
22490
]
@@ -22911,6 +22930,7 @@
22930
"fr": "Enregistrement des notifications poussées sur l'appareil",
22931
"hu": "Eszköz push értesítés rekord",
22932
"de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts",
22933
+ "es": "Registro de Notificaciones Push del dispositivo",
22934
"xloc": [
22935
"default.handlebars->47->3168"
22936
]
@@ -22923,6 +22943,7 @@
22943
"fr": "Enregistrement SMBIOS de l'appareil",
22944
"hu": "Eszköz SMBIOS rekord",
22945
"de": "SMBIOS Geräteaufzeichnungen",
22946
+ "es": "Registro SMBIOS del dispositivo",
22947
"xloc": [
22948
"default.handlebars->47->3167"
22949
]
@@ -23323,6 +23344,7 @@
23344
"fr": "Enregistrement du groupe de l'appareil",
23345
"hu": "Eszközcsoport rekordok",
23346
"de": "Gerätegruppenaufzeichnungen",
23347
+ "es": "Registro de grupo de dispositivos",
23348
"xloc": [
23349
"default.handlebars->47->3153"
23350
]
@@ -23416,6 +23438,7 @@
23438
"fr": "Enregistrements des informations de l'appareil",
23439
"hu": "Eszköz információs rekordok",
23440
"de": "Aufzeichnungen zu Geräteinformationen",
23441
+ "es": "Registro de informacion de dispossitivos",
23442
"xloc": [
23443
"default.handlebars->47->3155"
23444
]
@@ -23981,6 +24004,7 @@
24004
"pl": "Zapisy zmiany stanu zasilania",
24005
"fr": "Enregistrement de l'état de l'alimentation de l'appareil",
24006
"hu": "Eszköz energiaellátás változás rekordok",
24007
+ "es": "Registro de cambios en origen de poder",
24008
"xloc": [
24009
"default.handlebars->47->3161"
24010
]
@@ -23993,6 +24017,7 @@
24017
"fr": "Enregistrement de l'appareil",
24018
"hu": "Eszköz rekordok",
24019
"de": "Geräteaufzeichnungen",
24020
+ "es": "Registro de dispotitivos",
24021
"xloc": [
24022
"default.handlebars->47->3152"
24023
]
@@ -24059,6 +24084,7 @@
24084
"fr": "Enregistrements du partage des appareils",
24085
"hu": "Eszközmegosztási rekordok",
24086
"de": "Aufzeichnungen zu Geräte-Teilen",
24087
+ "es": "Registros de uso compartido de dispositivos",
24088
"xloc": [
24089
"default.handlebars->47->3165"
24090
]
@@ -24071,6 +24097,7 @@
24097
"fr": "Appareils, utilisateurs, groupes, et autres enregistrements",
24098
"hu": "Eszköz, felhasználók, csoportok és egyéb rekordok",
24099
"de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres",
24100
+ "es": "Dispositivo, usuarios, grupos y otros registros",
24101
"xloc": [
24102
"default.handlebars->47->3169"
24103
]
@@ -24606,6 +24633,7 @@
24633
"hu": "Discord",
24634
"pl": "Discord",
24635
"de": "Discord",
24636
+ "es": "Discord",
24637
"xloc": [
24638
"default.handlebars->47->1732",
24639
"default.handlebars->47->2947"
@@ -27333,6 +27361,7 @@
27361
"hu": "Email ({0})",
27362
"pl": "Email ({0})",
27363
"de": "E-Mail ({0})",
27364
+ "es": "Correo Electronico ({0})",
27365
"xloc": [
27366
"default.handlebars->47->2139",
27367
"default.handlebars->47->954"
@@ -27479,7 +27508,7 @@
27508
"fr": "Demande d'aide par courrier électronique",
27509
"hu": "Segítségkérés e-mailben",
27510
"de": "E-Mail Hilfeanforderung",
27482
- "es": "Solicitud de ayuda por correo"
27511
+ "es": "Solicitud de ayuda por coreo electronico"
27512
},
27513
{
27514
"bs": "Obavještenja putem e-pošte",
@@ -28936,7 +28965,7 @@
28965
"da": "Indtast en kommasepareret liste over administrative realms navne.",
28966
"de": "Geben Sie eine durch Kommas getrennte Liste der Namen der Verwaltungsbereiche ein.",
28967
"en": "Enter a comma seperate list of administrative realms names.",
28939
- "es": "Ingresa los administradores de dominio separados por comas.",
28968
+ "es": "Ingresa una lista separada por comas de nombres de reinos administrativos.",
28969
"fi": "Syötä pilkulla eroteltu luettelo hallinnollisten alueiden nimistä.",
28970
"fr": "Saisir une liste séparée par des virgules de noms de domaines administratifs.",
28971
"hi": "प्रशासनिक क्षेत्र के नामों की अल्पविराम से अलग सूची दर्ज करें।",
@@ -29200,6 +29229,7 @@
29229
"hu": "Adja meg az üzenetküldő szolgáltatást és az üzenetkezelőt. Az megerősítést követően ez a szerver küldhet Önnek bejelentkezési igazolást és egyéb értesítéseket.",
29230
"pl": "Wprowadź swoją usługę przesyłania wiadomości. Po weryfikacji, ten serwer może wysyłać weryfikację logowania i inne powiadomienia.",
29231
"de": "Geben Sie ihren Messengerdienst und Nutzernamen ein. Sobald Sie verifiziert sind, kann dieser Server Ihnen Loginverifikationen und andere Benachrichtigungen senden.",
29232
+ "es": "Ingresa a tu servicio de mensajería y Usuario. Una vez verificado, este servidor puede enviarle verificación de inicio de sesión y otras notificaciones.",
29233
"xloc": [
29234
"default.handlebars->47->1730"
29235
]
@@ -29502,6 +29532,7 @@
29532
"en": "Espace",
29533
"nl": "Ruimte",
29534
"pl": "Przestrzeń",
29535
+ "es": "Espace",
29536
"xloc": [
29537
"default-mobile.handlebars->11->633"
29538
]
@@ -29674,6 +29705,7 @@
29705
"fr": "Enregistrements des évènements",
29706
"hu": "Esemény rekordok",
29707
"de": "Eventaufzeichnungen",
29708
+ "es": "Registro de eventos",
29709
"xloc": [
29710
"default.handlebars->47->3162"
29711
]
@@ -30129,6 +30161,7 @@
30161
"hu": "Facebook",
30162
"pl": "Facebook",
30163
"de": "Facebook",
30164
+ "es": "Facebook",
30165
"xloc": [
30166
"default.handlebars->47->1744",
30167
"default.handlebars->47->2959"
@@ -31807,6 +31840,7 @@
31840
"fr": "Service gratuit sur ntfy.sh",
31841
"hu": "Ingyenes szolgáltatás az ntfy.sh oldalon",
31842
"pl": "Darmowa usługa z ntfy.sh",
31843
+ "es": "Servicio gratuito en ntfy.sh",
31844
"xloc": [
31845
"default.handlebars->47->1747",
31846
"default.handlebars->47->2962"
@@ -33067,6 +33101,7 @@
33101
"fr": "Aller à la première page",
33102
"hu": "Ugrás az első oldalra",
33103
"de": "Gehe zur ersten Seite",
33104
+ "es": "Primera pagina",
33105
"xloc": [
33106
"default.handlebars->container->column_l->p1->p1title->devListToolbarViewIcons"
33107
]
@@ -33079,6 +33114,7 @@
33114
"fr": "Aller à la dernière page",
33115
"hu": "Ugrás az utolsó oldalra",
33116
"de": "Gehe zur letzten Seite",
33117
+ "es": "Ultima Pagina",
33118
"xloc": [
33119
"default.handlebars->container->column_l->p1->p1title->devListToolbarViewIcons"
33120
]
@@ -33147,6 +33183,7 @@
33183
"fr": "Aller à la page suivante",
33184
"hu": "Ugrás az következő oldalra",
33185
"de": "Gehe zur nächsten Seite",
33186
+ "es": "Siguiente Pagina",
33187
"xloc": [
33188
"default.handlebars->container->column_l->p1->p1title->devListToolbarViewIcons"
33189
]
@@ -33159,6 +33196,7 @@
33196
"fr": "Aller à la page précédente",
33197
"hu": "Ugrás az előző oldalra",
33198
"de": "Gehe zur vorherigen Seite",
33199
+ "es": "Pagina anterior",
33200
"xloc": [
33201
"default.handlebars->container->column_l->p1->p1title->devListToolbarViewIcons"
33202
]
@@ -33572,6 +33610,7 @@
33610
"fr": "Type de groupe",
33611
"hu": "Csoport típus",
33612
"de": "Gruppentyp",
33613
+ "es": "Tipo de grupo",
33614
"xloc": [
33615
"default.handlebars->47->2788"
33616
]
@@ -34021,6 +34060,7 @@
34060
"pl": "HTTP/{0} link",
34061
"fr": "Lien HTTP/{0}",
34062
"hu": "HTTP/{0} link",
34063
+ "es": "HTTP/{0} link",
34064
"xloc": [
34065
"default.handlebars->47->309"
34066
]
@@ -34224,6 +34264,7 @@
34264
"hu": "Kezelő",
34265
"pl": "Obsługa",
34266
"de": "Nutzername",
34267
+ "es": "Usuario",
34268
"xloc": [
34269
"default.handlebars->47->1740",
34270
"default.handlebars->47->2955"
@@ -34590,7 +34631,7 @@
34631
"fr": "Demandes d'aide",
34632
"hu": "Segítség kérések",
34633
"de": "Hilfeanforderungen",
34593
- "es": "Solicitud de ayuda",
34634
+ "es": "Solicitudes de ayuda",
34635
"xloc": [
34636
"default.handlebars->47->1093",
34637
"default.handlebars->47->1097",
@@ -35234,6 +35275,7 @@
35275
"fr": "Enregistrements des localisations IP",
35276
"hu": "IP helyadatokat tartalmazó rekordok",
35277
"de": "Aufzeichnungen zu IP Lokationsinformationen",
35278
+ "es": "Registros de Ubicacion IP",
35279
"xloc": [
35280
"default.handlebars->47->3156"
35281
]
@@ -36029,6 +36071,7 @@
36071
"fr": "Importer",
36072
"hu": "Importálás",
36073
"de": "Import",
36074
+ "es": "Importar",
36075
"xloc": [
36076
"default.handlebars->47->2158"
36077
]
@@ -36041,6 +36084,7 @@
36084
"fr": "Importer des appareils Intel AMT",
36085
"hu": "Intel AMT eszközök importálása",
36086
"de": "Intel AMT Geräte importieren",
36087
+ "es": "Importar dispositivos Intel AMT",
36088
"xloc": [
36089
"default.handlebars->47->510"
36090
]
@@ -36082,6 +36126,7 @@
36126
"fr": "Importer des appareils Intel® AMT",
36127
"hu": "Intel® AMT eszközök importálása.",
36128
"de": "Intel® AMT Geräte importieren",
36129
+ "es": "Importar dispositivos Intel® AMT.",
36130
"xloc": [
36131
"default.handlebars->47->2157"
36132
]
@@ -36506,6 +36551,7 @@
36551
"hu": "Információ a Pushover.net oldalon",
36552
"pl": "Informacje na Pushover.net",
36553
"de": "Informationen bei Pushover.net",
36554
+ "es": "Informacion en Pushover.net",
36555
"xloc": [
36556
"default.handlebars->47->1746",
36557
"default.handlebars->47->2961"
@@ -37277,6 +37323,7 @@
37323
"fr": "Import de l'appareil Intel® AMT",
37324
"hu": "Intel® AMT eszköz importálása",
37325
"de": "Intel® AMT Geräteimport",
37326
+ "es": "Importacion de dispositivos Intel® AMT.",
37327
"xloc": [
37328
"default.handlebars->47->512",
37329
"default.handlebars->47->513",
@@ -37490,6 +37537,7 @@
37537
"fr": "Démarrage dans le BIOS via Intel® AMT",
37538
"hu": "Intel® AMT bekapcsolás és BIOS elérése",
37539
"de": "Intel® AMT Einschalten ins BIOS",
37540
+ "es": "Intel® AMT Encender a BIOS",
37541
"xloc": [
37542
"default.handlebars->47->1237"
37543
]
@@ -37559,6 +37607,7 @@
37607
"fr": "Réinitialisation du BIOS par Intel® AMT",
37608
"hu": "Intel® AMT BIOS reset",
37609
"de": "Intel® AMT Reset ins BIOS",
37610
+ "es": "Intel® AMT Reinicio a BIOS",
37611
"xloc": [
37612
"default.handlebars->47->1236"
37613
]
@@ -39268,6 +39317,7 @@
39317
"hu": "Érvénytelen üzenet",
39318
"pl": "Błędna wiadomość",
39319
"de": "Ungültige Nachricht",
39320
+ "es": "Mensaje invalido",
39321
"xloc": [
39322
"default.handlebars->47->3220"
39323
]
@@ -39318,6 +39368,7 @@
39368
"fr": "Vérification de la sécurité non valide.",
39369
"hu": "Érvénytelen biztonsági ellenőrzés.",
39370
"de": "Ungültiger Sicherheitscheck",
39371
+ "es": "Verificacion de seguridad invalida.",
39372
"xloc": [
39373
"login-mobile.handlebars->5->22",
39374
"login.handlebars->5->24",
@@ -40047,6 +40098,7 @@
40098
"hu": "Az értesítések fogadásához csatlakozzon ehhez a Discord szerverhez.",
40099
"pl": "Dołącz do tego serwera Discord aby dostawac powiadomienia.",
40100
"de": "Treten Sie dem Discordserver bei um Benachrichtigungen zu erhalten.",
40101
+ "es": "Unete a este canal de Discord para recibir notificaciones.",
40102
"xloc": [
40103
"default.handlebars->47->1741",
40104
"default.handlebars->47->2956"
@@ -41400,6 +41452,7 @@
41452
"fr": "Enregistrements des dernières connexions",
41453
"hu": "Utolsó kapcsolódási idő rekordok",
41454
"de": "Aufzeichnungen über letzte Verbindungszeiten",
41455
+ "es": "Registros de hora de última conexión",
41456
"xloc": [
41457
"default.handlebars->47->3160"
41458
]
@@ -45432,7 +45485,7 @@
45485
"hu": "Üzenetküldés kezelése",
45486
"pl": "Zarządzanie wiadomościami",
45487
"de": "Benachrichtigungen verwalten",
45435
- "es": "Administrar Mensajes o Notificaciones",
45488
+ "es": "Administrar mensajes",
45489
"xloc": [
45490
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->manageMessaging2->0",
45491
"default.handlebars->container->column_l->p2->p2info->p2AccountSecurity->3->manageMessaging1->1->0"
@@ -46962,6 +47015,7 @@
47015
"nl": "MeshCmd (Win ARM-64 uitvoerbaar)",
47016
"pl": "MeshCmd (plik wykonywalny Win ARM-64)",
47017
"de": "MeshCmd (Win ARM-64 ausführbare Datei)",
47018
+ "es": "MeshCmd (ejecutable Win ARM-64)",
47019
"xloc": [
47020
"default.handlebars->47->1320"
47021
]
@@ -46971,6 +47025,7 @@
47025
"nl": "MeshCmd (Win x86-32 uitvoerbaar)",
47026
"pl": "MeshCmd (plik wykonywalny Win x86-32)",
47027
"de": "MeshCmd (Win x86-32 ausführbare Datei)",
47028
+ "es": "MeshCmd (ejecutable Win x86-32)",
47029
"xloc": [
47030
"default.handlebars->47->1318"
47031
]
@@ -46980,6 +47035,7 @@
47035
"nl": "MeshCmd (Win x86-64 uitvoerbaar)",
47036
"pl": "MeshCmd (plik wykonywalny Win x86-64)",
47037
"de": "MeshCmd (Win x86-64 ausführbare Datei)",
47038
+ "es": "MeshCmd (ejecutable Win x86-64)",
47039
"xloc": [
47040
"default.handlebars->47->1319"
47041
]
@@ -47305,7 +47361,7 @@
47361
"hu": "Üzenet hiba",
47362
"pl": "Błąd wiadomości",
47363
"de": "Fehler bei Nachricht",
47308
- "es": "Error en el mensaje",
47364
+ "es": "Mensaje de error",
47365
"xloc": [
47366
"default.handlebars->47->3222"
47367
]
@@ -47317,7 +47373,7 @@
47373
"hu": "Üzenet hiba: {0}",
47374
"pl": "Błąd wiadomości: {0}",
47375
"de": "Fehler bei Nachricht: {0}",
47320
- "es": "Error en el mensaje: {0}",
47376
+ "es": "Mensaje de error: {0}",
47377
"xloc": [
47378
"default.handlebars->47->3223"
47379
]
@@ -47342,7 +47398,7 @@
47398
"hu": "Az üzenet sikeresen elküldve.",
47399
"pl": "Wiadomość wysłana.",
47400
"de": "Nachricht erfolgreich gesendet.",
47345
- "es": "Mensaje enviado correctamente.",
47401
+ "es": "Mensaje enviado con éxito.",
47402
"xloc": [
47403
"default.handlebars->47->3221"
47404
]
@@ -47408,6 +47464,7 @@
47464
"hu": "Üzenetküldés",
47465
"pl": "Wiadomości",
47466
"de": "Benachrichtigung",
47467
+ "es": "Mensajería",
47468
"xloc": [
47469
"default.handlebars->47->2869",
47470
"default.handlebars->47->2917",
@@ -47423,6 +47480,7 @@
47480
"nl": "Berichten ({0})",
47481
"pl": "Wiadomości ({0})",
47482
"de": "Benachrichtigung ({0})",
47483
+ "es": "Mensajería ({0})",
47484
"xloc": [
47485
"default.handlebars->47->2140",
47486
"default.handlebars->47->955"
@@ -47434,6 +47492,7 @@
47492
"hu": "Üzenetküldés értesítések",
47493
"nl": "Berichten notificaties",
47494
"pl": "Powiadomienia w Komunikatorze",
47495
+ "es": "Notificaciones de Mensajería",
47496
"xloc": [
47497
"default.handlebars->47->1094",
47498
"default.handlebars->47->1729",
@@ -47450,6 +47509,7 @@
47509
"nl": "Berichtenaccount voor deze gebruiker.",
47510
"pl": "Konto komunnikatora tego użytkownika.",
47511
"de": "Benachrichtigungsaccount für diesen Benutzer.",
47512
+ "es": "Cuenta de Mensajería para este usuario.",
47513
"xloc": [
47514
"default.handlebars->47->2944"
47515
]
@@ -47461,6 +47521,7 @@
47521
"nl": "Berichten ingeschakeld",
47522
"pl": "Wiadomości włączone",
47523
"de": "Benachrichtigungen aktiviert",
47524
+ "es": "Mensajería habilitada",
47525
"xloc": [
47526
"default.handlebars->47->2870"
47527
]
@@ -47499,6 +47560,7 @@
47560
"hu": "Üzenetküldés",
47561
"nl": "Berichten",
47562
"pl": "Wiadomości",
47563
+ "es": "Mensajería",
47564
"xloc": [
47565
"default.handlebars->47->3145"
47566
]
@@ -48901,6 +48963,7 @@
48963
"fr": "Enregistrements des informations réseau",
48964
"hu": "Hálózati interfész információs rekordok",
48965
"de": "Aufzeichnungen über Informationen zu Netzwerkschnittstellen",
48966
+ "es": "Registros de información de la interfaz de red.",
48967
"xloc": [
48968
"default.handlebars->47->3158"
48969
]
@@ -54793,6 +54856,7 @@
54856
"fr": "Démarrer dans le BIOS via Intel® AMT ?",
54857
"hu": "Végrehajtja a indítást és Intel® AMT-n keresztül a BIOS elérését?",
54858
"de": "Intel® AMT Einschalten ins BIOS durchführen?",
54859
+ "es": "Ejecutar accion de Encendido Intel® AMT en BIOS?",
54860
"xloc": [
54861
"default.handlebars->47->1260"
54862
]
@@ -54833,6 +54897,7 @@
54897
"fr": "Réinitialiser le BIOS via Intel® AMT ?",
54898
"hu": "Végrehajtása az Intel® AMT BIOS reset-et?",
54899
"de": "Intel® AMT Reset ins BIOS durchführen?",
54900
+ "es": "Ejecutar accion de Reinicio Intel® AMT en BIOS?",
54901
"xloc": [
54902
"default.handlebars->47->1262"
54903
]
@@ -55732,6 +55797,7 @@
55797
"fr": "Port",
55798
"hu": "Port",
55799
"de": "Port",
55800
+ "es": "Puerto",
55801
"xloc": [
55802
"default.handlebars->47->1218",
55803
"default.handlebars->47->1219"
@@ -57250,6 +57316,7 @@
57316
"hu": "Pushover",
57317
"nl": "Pushover",
57318
"pl": "Pushover",
57319
+ "es": "Pushover",
57320
"xloc": [
57321
"default.handlebars->47->1735",
57322
"default.handlebars->47->2950"
@@ -57933,7 +58000,7 @@
58000
"da": "Realms",
58001
"de": "Bereiche",
58002
"en": "Realms",
57936
- "es": "Dominios",
58003
+ "es": "Reinos",
58004
"fi": "Alueet",
58005
"fr": "Royaumes",
58006
"hi": "रियल्म्स",
@@ -59058,6 +59125,7 @@
59125
"nl": "Extern beheer & Relay",
59126
"pl": "Zdalne Sterowanie i Przekierowanie",
59127
"de": "Entfernte Ausführung & Weiterleitung",
59128
+ "es": "Control Remoto y Relay",
59129
"xloc": [
59130
"default.handlebars->47->2286"
59131
]
@@ -60509,6 +60577,7 @@
60577
"nl": "Berichtenservice verwijderen",
60578
"pl": "Usuń obsługę komunikatora",
60579
"de": "Benachrichtigen entfernen",
60580
+ "es": "Remover mensajes",
60581
"xloc": [
60582
"default.handlebars->47->1728"
60583
]
@@ -60928,6 +60997,7 @@
60997
"nl": "Berichtenaccount van gebruiker {0} verwijderd",
60998
"pl": "Usunięto konto komunikatora użytkownika {0}",
60999
"de": "Benachrichtigen für den Benutzer {0} entfernt",
61000
+ "es": "Removio cuenta de mensajes del usuario {0}",
61001
"xloc": [
61002
"default.handlebars->47->2615"
61003
]
@@ -61458,6 +61528,7 @@
61528
"fr": "Demande :",
61529
"hu": "Segítségkérés:",
61530
"de": "Anforderung:",
61531
+ "es": "Solicitud:",
61532
"xloc": [
61533
"device-help.html->2->5"
61534
]
@@ -61470,6 +61541,7 @@
61541
"fr": "Demande : \"[[[HELPREQUEST]]]\"",
61542
"hu": "Segítség kérés: \"[[[HELPREQUEST]]]\"",
61543
"de": "Anforderung: \"[[[HELPREQUEST]]]\"",
61544
+ "es": "Solicitud: \"[[[HELPREQUEST]]]\"",
61545
"xloc": [
61546
"device-help.txt"
61547
]
@@ -62446,6 +62518,7 @@
62518
"fr": "Exécuter",
62519
"hu": "Parancs futtatás",
62520
"de": "Ausführen",
62521
+ "es": "Ejecutar",
62522
"xloc": [
62523
"default.handlebars->47->990"
62524
]
@@ -62515,6 +62588,7 @@
62588
"fr": "Exécuter un script sur cet appareil",
62589
"hu": "Szkript futtatása ezen a számítógépen",
62590
"de": "Ein Skript auf diesem Computer ausführen",
62591
+ "es": "Ejecutar un Script en esta computadora",
62592
"xloc": [
62593
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
62594
]
@@ -63214,6 +63288,7 @@
63288
"nl": "SMS succesvol verzonden.",
63289
"pl": "Sukces wysyłania SMS.",
63290
"de": "SMS erfolgreich gesendet.",
63291
+ "es": "SMS enviado exitosamente.",
63292
"xloc": [
63293
"default.handlebars->47->3216"
63294
]
@@ -64465,6 +64540,7 @@
64540
"fr": "Vérification de la sécurité :",
64541
"hu": "Biztonsági ellenőrzés:",
64542
"de": "Sicherheitsprüfung:",
64543
+ "es": "Revision de seguridad:",
64544
"xloc": [
64545
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->newAccountCaptcha->nuCaptcha",
64546
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->newAccountCaptcha->nuCaptcha",
@@ -64534,6 +64610,7 @@
64610
"fr": "Vérification de la sécurité",
64611
"hu": "Biztonsági ellenőrzés",
64612
"de": "Sicherheitsprüfung",
64613
+ "es": "Revision de seguridad",
64614
"xloc": [
64615
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1",
64616
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1",
@@ -65113,6 +65190,7 @@
65190
"nl": "Bericht versturen",
65191
"pl": "Wyślij Wiadomość",
65192
"de": "Nachricht senden",
65193
+ "es": "Enviar Mensaje",
65194
"xloc": [
65195
"default.handlebars->47->2692"
65196
]
@@ -65205,7 +65283,7 @@
65283
"nl": "Stuur een bericht naar deze gebruiker",
65284
"pl": "Wyślij wiadomość do tego użytkownika",
65285
"de": "Eine Nachricht an diesen Benutzer senden",
65208
- "es": "Enviar mensaje al usuario",
65286
+ "es": "Enviar mensaje a este usuario",
65287
"xloc": [
65288
"default.handlebars->47->2925"
65289
]
@@ -65380,7 +65458,7 @@
65458
"nl": "Token naar berichtentoepassing verzenden?",
65459
"pl": "Wysłac token na komunikator?",
65460
"de": "Token an Nachrichten-App senden?",
65383
- "es": "¿Enviar token a la applicacion al nick de Telegram registrado?",
65461
+ "es": "Enviar Token a la aplicacion de mensajes?",
65462
"xloc": [
65463
"login.handlebars->5->33",
65464
"login2.handlebars->7->238"
@@ -66438,6 +66516,7 @@
66516
"fr": "Le serveur ne peut pas récupérer les enregistrements dans la base de données.",
66517
"hu": "A kiszolgáló nem tudja lekérni a felvételeket az adatbázisból.",
66518
"de": "Der Server konnte keine Aufzeichnungen aus der Datenbank laden.",
66519
+ "es": "El servidor no puede obtener las grabaciones de la base de datos.",
66520
"xloc": [
66521
"default.handlebars->47->3044"
66522
]
@@ -66450,6 +66529,7 @@
66529
"fr": "Le serveur ne peut pas lire dans répertoire d'enregistrement.",
66530
"hu": "A kiszolgáló nem tud olvasni a felvételek mappából.",
66531
"de": "Der Server konnte keine Datei aus dem Aufzeichnungsordner laden.",
66532
+ "es": "El servidor no puede acceder la carpeta de grabaciones.",
66533
"xloc": [
66534
"default.handlebars->47->3043"
66535
]
@@ -66462,6 +66542,7 @@
66542
"fr": "Enregistrements des statistiques du serveur",
66543
"hu": "Kiszolgálói statisztikai rekordok",
66544
"de": "Aufzeichnungen zu Serverstatistiken",
66545
+ "es": "Historial de estadisticas del servidor",
66546
"xloc": [
66547
"default.handlebars->47->3163"
66548
]
@@ -66553,6 +66634,7 @@
66634
"nl": "Service",
66635
"pl": "Usługa",
66636
"de": "Dienst",
66637
+ "es": "Servicio",
66638
"xloc": [
66639
"default.handlebars->47->1739",
66640
"default.handlebars->47->2954"
@@ -68523,6 +68605,7 @@
68605
"nl": "Signal",
68606
"pl": "Signal",
68607
"de": "Signal",
68608
+ "es": "Signal",
68609
"xloc": [
68610
"default.handlebars->47->1742",
68611
"default.handlebars->47->2957"
@@ -68533,7 +68616,8 @@
68616
"fr": "Signal Messenger",
68617
"nl": "Signal Messenger",
68618
"hu": "Signal Messenger",
68536
- "pl": "Komunikator Signal"
68619
+ "pl": "Komunikator Signal",
68620
+ "es": "Signal Messenger"
68621
},
68622
{
68623
"bs": "Jednostavni način rada administratora (ACM)",
@@ -69490,6 +69574,7 @@
69574
"en": "Space",
69575
"nl": "Spatie",
69576
"pl": "Przestrzeń",
69577
+ "es": "Espacio",
69578
"xloc": [
69579
"default-mobile.handlebars->11->627",
69580
"default.handlebars->47->1382"
@@ -72393,6 +72478,7 @@
72478
"hu": "Telegram",
72479
"pl": "Telegram",
72480
"de": "Telegram",
72481
+ "es": "Telegram",
72482
"xloc": [
72483
"default.handlebars->47->1731",
72484
"default.handlebars->47->1745",
@@ -72738,6 +72824,7 @@
72824
"fr": "Enregistrements des notes",
72825
"hu": "Szöveges jegyzetek rekordok",
72826
"de": "Aufzeichnungen zu Textnotizen",
72827
+ "es": "Registro de Notas",
72828
"xloc": [
72829
"default.handlebars->47->3157"
72830
]
@@ -73153,6 +73240,7 @@
73240
"nl": "Deze NodeJS versie ondersteunt geen Discord.js.",
73241
"pl": "Obecna wersja NodeJS nie wspiera Discord.js.",
73242
"de": "Diese NodeJS Version unterstützt Discord.js nicht.",
73243
+ "es": "Esta versión de NodeJS no es compatible con Discord.js.",
73244
"xloc": [
73245
"default.handlebars->47->110"
73246
]
@@ -73165,6 +73253,7 @@
73253
"fr": "Cette version de NodeJS ne supporte pas OpenID.",
73254
"hu": "Ez a NodeJS-verzió nem támogatja az OpenID-t.",
73255
"de": "Diese NodeJS Version unterstützt OpenID nicht.",
73256
+ "es": "Esta versión de NodeJS no es compatible con OpenID.",
73257
"xloc": [
73258
"default.handlebars->47->109"
73259
]
@@ -76204,6 +76293,7 @@
76293
"fr": "Impossible de charger l'icône de l'agent : {0}.",
76294
"hu": "Nem sikerült betölteni az Agent ikon fájlt: {0}.",
76295
"de": "Konnte die Icon-Datei für den Agenten nicht laden: {0}.",
76296
+ "es": "No se puede cargar el archivo del icono del agente: {0}.",
76297
"xloc": [
76298
"default.handlebars->47->107"
76299
]
@@ -76216,6 +76306,7 @@
76306
"fr": "Impossible de charger le logo de l'agent : {0}.",
76307
"hu": "Nem sikerült betölteni az Agent logo fájlt: {0}.",
76308
"de": "Konnte die Logo-Datei für den Agenten nicht laden: {0}.",
76309
+ "es": "No se puede cargar el archivo del Logo del agente: {0}.",
76310
"xloc": [
76311
"default.handlebars->47->108"
76312
]
@@ -77780,6 +77871,7 @@
77871
"nl": "Gebruik als relay",
77872
"pl": "Używaj do Przekierowania",
77873
"de": "Als Relay benutzen",
77874
+ "es": "Usar como Relay",
77875
"xloc": [
77876
"default.handlebars->47->2304"
77877
]
@@ -78053,6 +78145,7 @@
78145
"fr": "Journaux d'authentification utilisateurs",
78146
"hu": "Felhasználó hitelesítési napló",
78147
"de": "Benutzerauthentifizierungs-Log",
78148
+ "es": "Log de autenticacion de usuario",
78149
"xloc": [
78150
"default.handlebars->47->3305"
78151
]
@@ -78814,6 +78907,7 @@
78907
"fr": "Enregistrements des groupes de l'utilisateur",
78908
"hu": "Felhasználói csoport rekordok",
78909
"de": "Benutzergruppen-Log",
78910
+ "es": "Registro de grupos de usuario",
78911
"xloc": [
78912
"default.handlebars->47->3164"
78913
]
@@ -78857,6 +78951,7 @@
78951
"nl": "Gebruikerssleutel",
78952
"pl": "Klucz Użytkownika",
78953
"de": "Nutzerschlüssel",
78954
+ "es": "Clave de usuario",
78955
"xloc": [
78956
"default.handlebars->47->1753",
78957
"default.handlebars->47->2968"
@@ -78951,6 +79046,7 @@
79046
"fr": "Enregistrements des utilisateurs",
79047
"hu": "Felhasználói rekordok",
79048
"de": "Benutzeraufzeichnungen",
79049
+ "es": "Registros de Usuario",
79050
"xloc": [
79051
"default.handlebars->47->3154"
79052
]
@@ -78991,6 +79087,7 @@
79087
"fr": "Utilisateur :",
79088
"hu": "Felhsználó:",
79089
"de": "Benutzer:",
79090
+ "es": "Usuario:",
79091
"xloc": [
79092
"device-help.html->2->5"
79093
]
@@ -79003,6 +79100,7 @@
79100
"fr": "Utilistateur : \"[[[HELPUSERNAME]]]\"",
79101
"hu": "Felhasználó: \"[[[HELPUSERNAME]]]\"",
79102
"de": "Benutzer: \"[[[HELPUSERNAME]]]\"",
79103
+ "es": "Usuario: \"[[[HELPUSERNAME]]]\"",
79104
"xloc": [
79105
"device-help.txt"
79106
]
@@ -79213,6 +79311,7 @@
79311
"hu": "Felhasználónév:0000",
79312
"pl": "Username:0000",
79313
"de": "Benutzername:0000",
79314
+ "es": "Usuario:0000",
79315
"xloc": [
79316
"default.handlebars->47->1750",
79317
"default.handlebars->47->2965"
@@ -79699,6 +79798,7 @@
79798
"nl": "Geverifieerde handeling",
79799
"pl": "Zweryfikowano logowanie",
79800
"de": "Verifizierte Nutzerkennung",
79801
+ "es": "Usuario Verificado",
79802
"xloc": [
79803
"default.handlebars->47->1727"
79804
]
@@ -79710,6 +79810,7 @@
79810
"nl": "Geverifieerd berichtenaccount",
79811
"pl": "Zweryfikowano konto komunikatora",
79812
"de": "Verifizierter Benachrichtigungsaccount",
79813
+ "es": "Cuenta de mensajes Verificada",
79814
"xloc": [
79815
"default.handlebars->47->2677"
79816
]
@@ -79721,6 +79822,7 @@
79822
"nl": "Geverifieerd berichtenaccount van gebruiker {0}",
79823
"pl": "Zweryfikowano konto komunikatora użytkownika {0}",
79824
"de": "Verifizierter Benachrichtigungsaccount des Benutzers {0}",
79825
+ "es": "Se verifico la cuenta de Mensajes de {0}",
79826
"xloc": [
79827
"default.handlebars->47->2614"
79828
]
@@ -81242,6 +81344,7 @@
81344
"nl": "Whatsapp",
81345
"pl": "Whatsapp",
81346
"de": "WhatsApp",
81347
+ "es": "Whatsapp",
81348
"xloc": [
81349
"default.handlebars->47->1743",
81350
"default.handlebars->47->2958"
@@ -82065,6 +82168,7 @@
82168
"nl": "Windows ARM (64bit)",
82169
"pl": "Windows ARM (64bit)",
82170
"de": "Windows ARM (64bit)",
82171
+ "es": "Windows ARM (64bit)",
82172
"xloc": [
82173
"default.handlebars->47->1302"
82174
]
@@ -82080,6 +82184,7 @@
82184
"nl": "Windows ARM 64bit console",
82185
"pl": "Konsola Windows ARM 64bit",
82186
"de": "Windows ARM (64bit) Konsole",
82187
+ "es": "Consola Windows ARM 64bit",
82188
"xloc": [
82189
"default-mobile.handlebars->11->48",
82190
"default.handlebars->47->55"
@@ -82090,6 +82195,7 @@
82195
"nl": "Windows ARM 64bit service",
82196
"pl": "Usługa Windows ARM 64bit",
82197
"de": "Windows ARM (64bit) Dienst",
82198
+ "es": "Servicio Windows ARM 64bit",
82199
"xloc": [
82200
"default-mobile.handlebars->11->49",
82201
"default.handlebars->47->56"
@@ -82100,6 +82206,7 @@
82206
"nl": "Windows ARM-64 (.exe)",
82207
"pl": "Windows ARM-64 (.exe)",
82208
"de": "Windows ARM (64bit) .exe",
82209
+ "es": "Windows ARM-64 (.exe)",
82210
"xloc": [
82211
"default.handlebars->47->617"
82212
]
@@ -82390,6 +82497,7 @@
82497
"en": "Windows x86 (32bit)",
82498
"nl": "Windows x86 (32bit)",
82499
"de": "Windows x86 (32bit)",
82500
+ "es": "Windows x86 (32bit)",
82501
"xloc": [
82502
"default.handlebars->47->1301"
82503
]
@@ -82398,6 +82506,7 @@
82506
"en": "Windows x86 (64bit)",
82507
"nl": "Windows x86 (64bit)",
82508
"de": "Windows x86 (64bit)",
82509
+ "es": "Windows x86 (64bit)",
82510
"xloc": [
82511
"default.handlebars->47->1300"
82512
]
@@ -82406,6 +82515,7 @@
82515
"en": "Windows x86-32 (.exe)",
82516
"nl": "Windows x86-32 (.exe)",
82517
"de": "Windows x86-32 (.exe)",
82518
+ "es": "Windows x86-32 (.exe)",
82519
"xloc": [
82520
"default.handlebars->47->609"
82521
]
@@ -82414,6 +82524,7 @@
82524
"en": "Windows x86-64 (.exe)",
82525
"nl": "Windows x86-64 (.exe)",
82526
"de": "Windows x86-64 (.exe)",
82527
+ "es": "Windows x86-64 (.exe)",
82528
"xloc": [
82529
"default.handlebars->47->613"
82530
]
@@ -83101,6 +83212,7 @@
83212
"hu": "Zulip",
83213
"nl": "Zulip",
83214
"pl": "Zulip",
83215
+ "es": "Zulip",
83216
"xloc": [
83217
"default.handlebars->47->1737",
83218
"default.handlebars->47->2952"
@@ -83250,6 +83362,7 @@
83362
"pl": "[[[DEVICENAME]]]",
83363
"fr": "[[[DEVICENAME]]]",
83364
"hu": "[[[DEVICENAME]]]",
83365
+ "es": "[[[DEVICENAME]]]",
83366
"xloc": [
83367
"device-help.html->2->3->1"
83368
]
@@ -83365,7 +83478,7 @@
83478
"pl": "[[[SERVERNAME]]] - \"[[[DEVICENAME]]]\" Prośba Pomocy",
83479
"fr": "[[[SERVERNAME]]] - \"[[[DEVICENAME]]]\" Demande d'assistance",
83480
"hu": "[[[SERVERNAME]]] - \"[[[DEVICENAME]]]\" Segítség kérés",
83368
- "es": "[[[SERVERNAME]]] - \"[[[DEVICENAME]]]\" Solicitud de ayuda",
83481
+ "es": "[[[SERVERNAME]]] - \"[[[DEVICENAME]]]\" Solicitud de Ayuda",
83482
"xloc": [
83483
"device-help.html->0"
83484
]
@@ -83490,7 +83603,7 @@
83603
"pl": "[[[SERVERNAME]]] - Prośba Pomocy Urządzenia",
83604
"fr": "[[[SERVERNAME]]] - Demande d'assistance sur l'appareil",
83605
"hu": "[[[SERVERNAME]]] - Segítség kérés",
83493
- "es": "[[[SERVERNAME]]] - Solicitud de ayuda del dispositivo",
83606
+ "es": "[[[SERVERNAME]]] - Solicitud de ayuda con el Dispositivo",
83607
"xloc": [
83608
"device-help.txt"
83609
]
@@ -83559,7 +83672,7 @@
83672
"pl": "[[[SERVERNAME]]] - Prośba Pomocy",
83673
"fr": "[[[SERVERNAME]]] - Demande d'assistance",
83674
"hu": "[[[SERVERNAME]]] - Segítség kérés",
83562
- "es": "[[[SERVERNAME]]] - Solicitud de ayuda",
83675
+ "es": "[[[SERVERNAME]]] - Solicitud de Ayuda",
83676
"xloc": [
83677
"device-help.html->2->1->1->0->1->1"
83678
]
@@ -83627,6 +83740,7 @@
83740
"pl": "[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]",
83741
"fr": "[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]",
83742
"hu": "[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]",
83743
+ "es": "[[[SERVERURL]]]?viewmode=10&gotonode=[[[NODEID]]]",
83744
"xloc": [
83745
"device-help.txt"
83746
]
@@ -84837,6 +84951,7 @@
84951
"fr": "https://api.callmebot.com/...",
84952
"hu": "https://api.callmebot.com/...",
84953
"pl": "https://api.callmebot.com/...",
84954
+ "es": "https://api.callmebot.com/...",
84955
"xloc": [
84956
"default.handlebars->47->1752",
84957
"default.handlebars->47->2967"
@@ -85648,6 +85763,7 @@
85763
"fr": "ntfy",
85764
"hu": "ntfy",
85765
"pl": "ntfy",
85766
+ "es": "ntfy",
85767
"xloc": [
85768
"default.handlebars->47->1736",
85769
"default.handlebars->47->2951"
@@ -86102,6 +86218,7 @@
86218
"fr": "pour naviguer vers cet appareil.",
86219
"hu": "az eszközhöz való navigáláshoz.",
86220
"de": "um zu diesem Gerät zu navigieren.",
86221
+ "es": "para navegar a este dispositivo.",
86222
"xloc": [
86223
"device-help.html->2->7"
86224
]
@@ -86308,6 +86425,7 @@
86425
"nl": "gebruikersnaam@voorbeeld.com",
86426
"pl": "nazwauzytkownika@domena.pl",
86427
"de": "benutzername@beispiel.de",
86428
+ "es": "nombredeusuario@ejemplo.com",
86429
"xloc": [
86430
"default.handlebars->47->1755",
86431
"default.handlebars->47->2970"
@@ -86320,6 +86438,7 @@
86438
"nl": "gebruikersnaam@server.nl",
86439
"pl": "nazwauzytkownika@serwer.pl",
86440
"de": "benutzername@server.de",
86441
+ "es": "nombredeusuario@servidor.com",
86442
"xloc": [
86443
"default.handlebars->47->1751",
86444
"default.handlebars->47->2966"
@@ -86424,6 +86543,7 @@
86543
"nl": "x86 32bit versie van de MeshAgent",
86544
"pl": "MeshAgent wersja x86 32bit",
86545
"de": "x86 32bit Version des MeshAgent",
86546
+ "es": "version x86 32bit del MeshAgent",
86547
"xloc": [
86548
"default.handlebars->47->608"
86549
]
@@ -86433,6 +86553,7 @@
86553
"nl": "x86 64bit versie van de MeshAgent",
86554
"pl": "MeshAgent wersja x86 64bit",
86555
"de": "x86 64bit Version des MeshAgent",
86556
+ "es": "version x86 64bit del MeshAgent",
86557
"xloc": [
86558
"default.handlebars->47->612"
86559
]
@@ -88545,4 +88666,4 @@
88666
]
88667
}
88668
]
88548
-}
88669
+}
\ No newline at end of file