diff --git a/i18n.js b/i18n.js index ddac25b..bd8dce5 100644 --- a/i18n.js +++ b/i18n.js @@ -5,7 +5,7 @@ function setPageLanguage(lang) { if (lang === "en-US") langObj = enUS; - else if (lang === "it-IT") + else if (lang === "it-IT") langObj = itIT; else if (lang === "pt-BR") @@ -13,10 +13,13 @@ function setPageLanguage(lang) { else if (lang === "de-DE") langObj = deDE; - - else + + else if (lang === "es-MX") + langObj = esMX; + + else langObj = enUS; - + document.getElementById("pageTitle").innerHTML = langObj.pageTitle; document.getElementById("pageSubtitle").innerHTML = langObj.pageSubtitle; diff --git a/i18n/de-DE.js b/i18n/de-DE.js index d009886..e43ecc7 100644 --- a/i18n/de-DE.js +++ b/i18n/de-DE.js @@ -27,5 +27,5 @@ let deDE = { "disclaimer1" :'Der Quellcode kann hier gefunden werden: GitHub (oder indem man sich den Quellcode direkt ankuckt, da kein Backend existiert!).', "disclaimer2" :'Portiert von fusee-launcher.', "disclaimer3" :'Danke an ktemkin und ReSwitched, aber auch
Atlas44 und seine Webseite, als einen Startpunkt für dieses Projekt.', - "disclaimer4" :'Zuletzt danke an falquinho für sein Bootstraplayout und Übersetzung in Portugiesisch, Filo97 für die italienische Übersetzung und tumGER für seine deutsche Übersetzung!.' -} \ No newline at end of file + "disclaimer4" :'Zuletzt danke an falquinho für sein Bootstraplayout und Übersetzung in Portugiesisch, Filo97 für die italienische Übersetzung, tumGER für seine deutsche Übersetzung und Lord_Friky für die spanisch Übersetzung!.' +} diff --git a/i18n/en-US.js b/i18n/en-US.js index 54fcba0..07bb3fd 100644 --- a/i18n/en-US.js +++ b/i18n/en-US.js @@ -27,5 +27,5 @@ let enUS = { "disclaimer1" :'Source can be found on GitHub (or by hitting view source, there is no backend!).', "disclaimer2" :'Ported from fusee-launcher.', "disclaimer3" :'Thanks to ktemkin and ReSwitched, as well as
Atlas44 and his website as a beginning point for this one.', - "disclaimer4" :'Lastly, thanks to falquinho for the new bootstrap layout and portuguese translation, Filo97 for the italian translation, and tumGER for his german translation.' -} \ No newline at end of file + "disclaimer4" :'Lastly, thanks to falquinho for the new bootstrap layout and portuguese translation, Filo97 for the italian translation, tumGER for his german translation, and Lord_Friky for the spanish translation.' +} diff --git a/i18n/es-MX.js b/i18n/es-MX.js new file mode 100644 index 0000000..a8c3bed --- /dev/null +++ b/i18n/es-MX.js @@ -0,0 +1,31 @@ +let esMX = { + "pageTitle" : "Nintendo Switch Payload Loader", + "pageSubtitle" : "Fusee Launcher portado a JavaScript usando WebUSB.", + "dangerUpload" :"Por alguna razón, los payloads subidos no funcionan. actualmente estoy intentando corregirlo.", + "dangerDanger" :"Esto ha sido probado moderadamente. aunque no se han descubierto problemas, no soy responsable si pasa algo malo!", + "warningWindows" :"Esto NO funciona en Windows debido a una limitación de la implementación de WebUSB en Chrome (y probablemente otras razones!)", + "warningBrowser" :"Actualmente esto NO funciona en cualquier navegador a excepción de Chrome, porque los otros no implementan WebUSB.", + "warningLinux" :"En Linux, podrías obtener un error de 'Acceso Denegado' o 'Dispositivo No Compatible'! Si lo tienes, puedes intentar creando un archivo en /etc/udev/rules.d/50-switch.rules con el siguiente contenido:
SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\".", + "warningTested" :"Esto ha sido probado y parece que funciona en Linux, OSX, Android (sin root) y Chromebooks. La experiencia puede variar.", + "labelInstructions" :"Instrucciones:", + "liRCM" :"Pon el Switch en RCM, y conéctalo a tu dispositivo.", + "liSelect" :"Selecciona entre los payloads de ejemplo, o sube uno.", + "liPress" :"Presiona 'Enviar Payload!'", + "liAPX" :"En la pantalla que aparece, selecciona 'APX' y presiona 'Conectar'.", + "liLaunch" :"Si todo va bien, el payload arrancará!", + "h1SetupDelivery" :"Configurar Payload a Enviar", + "h4SelectPayload" :"Seleccionar Payload:", + "optionInstantV5" :"Arrancar CFW instantáneamente (5.0.x)", + "optionInstantV4" :"Arrancar CFW instantáneamente (4.0.x)", + "optionHekateV5" :"Hekate para Switch 5.0.x", + "optionHekateV4" :"Hekate para Switch 4.0.x", + "optionFusee" :"Payload de prueba de (Re)Switched (fusee)", + "optionUpload" :"Subir Payload", + "h4GetByteArray" :"Obtener matriz de bytes del payload (sin exploit)", + "goButton" :"Enviar Payload!", + "clearlogsbutton" :"Borrar registro", + "disclaimer1" :'El código fuente puede ser encontrado en GitHub (o presionando ver código fuente, no hay backend!).', + "disclaimer2" :'Portado de fusee-launcher.', + "disclaimer3" :'Gracias a ktemkin y ReSwitched, tanto como
Atlas44 y su sitio web como punto de partida para este.', + "disclaimer4" :'Finalmente, gracias a falquinho por el nuevo diseño y la traducción en portugués, Filo97 por la traducción en italiano,tumGER por la traducción en alemán, y href="https://github.com/lordfriky">Lord_Friky por la traducción en español.' +} diff --git a/i18n/it-IT.js b/i18n/it-IT.js index d4a100e..99c0d0d 100644 --- a/i18n/it-IT.js +++ b/i18n/it-IT.js @@ -27,5 +27,5 @@ let itIT = { "disclaimer1" :'Il source puo essere trovato a GitHub (o premendo guarda source, ma non c\'è backend!).', "disclaimer2" :'Portato da fusee-launcher.', "disclaimer3" :'Grazie tante a ktemkin e ReSwitched, e non dimentichiamoci
Atlas44 e il suo sito come punto di inizio per questo.', - "disclaimer4" :'Lastly, thanks to falquinho for the new bootstrap layout and portuguese translation, Filo97 for the italian translation, and tumGER for his german translation.' -} \ No newline at end of file + "disclaimer4" :'Lastly, thanks to falquinho for the new bootstrap layout and portuguese translation, Filo97 for the italian translation, tumGER for his german translation, and Lord_Friky for the spanish translation.' +} diff --git a/i18n/pt-BR.js b/i18n/pt-BR.js index f6fa4e8..38cb6c8 100644 --- a/i18n/pt-BR.js +++ b/i18n/pt-BR.js @@ -27,5 +27,5 @@ let ptBR = { "disclaimer1" :'Código fonte disponível em GitHub (ou simplesmente clicando "ver código", não há backend).', "disclaimer2" :'Um port do fusee-launcher.', "disclaimer3" :'Muito obrigado a Ktemkin e time (Re)Switched, bem como
Atlas44 e seu website que é a base deste.', - "disclaimer4" :'Por último, obrigado falquinho pelo novo layout Bootstrap e tradução para português, Filo97 pela tradução para italiano, e tumGER pela tradução para alemão.' -} \ No newline at end of file + "disclaimer4" :'Por último, obrigado falquinho pelo novo layout Bootstrap e tradução para português, Filo97 pela tradução para italiano, tumGER pela tradução para alemão, e Lord_Friky pela tradução para espanhol.' +} diff --git a/index.html b/index.html index d84dc13..9fb9af2 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ + @@ -39,6 +40,7 @@ Italiano Português Deutsch + Español @@ -84,7 +86,7 @@ - +

Setup Payload Delivery

@@ -122,15 +124,15 @@
-
+
- +
- + @@ -139,7 +141,7 @@

Log:

-

+