web-cfw-loader/i18n/en-US.js

25 lines
2.7 KiB
JavaScript

let enUS = {
"pageTitle" : "Nintendo Switch Payload Loader",
"pageSubtitle" : "Fusee Launcher ported to JavaScript using WebUSB.",
"dangerDanger" : "This is moderately tested. Although no issues have been discovered, we're not responsible if anything goes wrong!",
"warningWindows" :"This may or may not work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!). In our testing, it will sometimes work so give it a shot, but be wary.",
"warningBrowser" :"This does ONLY work on chromium-based browsers (Brave, Chrome, etc.), as they are the only ones with a working WEBCFW implementation.",
"warningTested" :"This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.",
"labelInstructions" :"Instructions:",
"liRCM" :"Put the Switch in RCM, and connect it to your device.",
"liSelect" :"Select either the example payload, or upload one.",
"liPress" :"Press 'Deliver Payload!'",
"liAPX" :"On the consent screen that appears, select 'APX' and hit 'Connect'.",
"liLaunch" :"If all goes well, the payload will launch!",
"labelContribute" :'If you would like to help adding another translation or updating/adding a payload, check <a href="https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md">this</a>.',
"h1SetupDelivery" :"Setup Payload Delivery",
"h4SelectPayload" :"Select Payload:",
"h3Log" :"Log:",
"h4GetByteArray" :"Get payload byte array (don't sploit)",
"goButton" :"Deliver Payload!",
"clearlogsbutton" :"Clear Logs",
"disclaimer1" :'Source can be found on <a href="https://github.com/AtlasNX/web-cfw-loader">GitHub</a> (or by hitting view source, there is no backend!).',
"disclaimer3" :'Thanks to <a href="https://github.com/ktemkin">ktemkin</a> and <a href="https://github.com/reswitched">ReSwitched</a>, as well as <br><a href="https://github.com/atlas44">Atlas44</a> and <a href="https://atlas44.s3-us-west-2.amazonaws.com/web-fusee-launcher/index.html">his website</a> as a beginning point for this one.',
"disclaimer4" :'Lastly, thanks to <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> for creating, maintaining and tranferring the project, <a href="https://github.com/falquinho">falquinho</a> for the new bootstrap layout and portuguese translation, <a href="https://github.com/Filo97">Filo97</a> for the italian translation, <a href="https://github.com/tumGER">tumGER</a> for his german and russian translations, <a href="https://github.com/lordfriky">Lord_Friky</a> for the spanish translation, <a href="https://github.com/lorek123">Lorek</a> for the polish translation and <a href="https://github.com/Rakau">Rakau</a> for the chinese translations.'
}