Update Hekate, add actual french translation, remove sx os and fusee (test payload)
parent
e92d9a376b
commit
0dec4e9772
3
i18n.js
3
i18n.js
|
@ -29,6 +29,9 @@ function setPageLanguage(lang) {
|
||||||
else if (lang === "ru-RU")
|
else if (lang === "ru-RU")
|
||||||
langObj = ruRU;
|
langObj = ruRU;
|
||||||
|
|
||||||
|
else if (lang === "fr-FR")
|
||||||
|
langObj = frFR;
|
||||||
|
|
||||||
else
|
else
|
||||||
langObj = enUS;
|
langObj = enUS;
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ let enUS = {
|
||||||
"goButton" :"Deliver Payload!",
|
"goButton" :"Deliver Payload!",
|
||||||
"clearlogsbutton" :"Clear Logs",
|
"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!).',
|
"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!).',
|
||||||
"disclaimer2" :'Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.',
|
|
||||||
"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.',
|
"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.'
|
"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.'
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
let frFR = {
|
||||||
|
"pageTitle" : "Nintendo Switch Payload Loader",
|
||||||
|
"pageSubtitle" : "Fusee Launcher porté à JavaScript avec WebUSB.",
|
||||||
|
"dangerDanger" :"Ceci a était testé modérément. Ceci dit, aucun bug n'a été découvert, et je ne suis responsable d'aucun problème!",
|
||||||
|
"warningWindows" :"Ceci ne marche pas sur WINDOWS suite à la manière dont WebUSB a était implémentée sur Chrome. (et d'autres raisons probablement!)",
|
||||||
|
"warningBrowser" :"Ceci ne marche que sur Chrome, Car les autres navigateurs 'intêgrent pas WebUSB.",
|
||||||
|
"warningLinux" :"Sur linux vous pouvez avoir l’erreur 'Accès interdit' ou 'Pas d'appareil compatible' dans le dialogue de connection! Si vous l’avez ,vous pouvez essayer de créer un fichier à <code>/etc/udev/rules.d/50-switch.rules</code>Avec le contenu suivant:<br><code>SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"</code>",
|
||||||
|
"warningTested" :"Ceci à été testé et fonctionne sur Linux, OSX, Android (non-root) et Chromebooks. Cela peut varier suivant votre configuration.",
|
||||||
|
"labelInstructions" :"Instructions:",
|
||||||
|
"liRCM" :"Mettez la Switch en RCM mode, et connectez là à votre appareil.",
|
||||||
|
"liSelect" :"Sélectionnez le payload, ou uploadez en un.",
|
||||||
|
"liPress" :"Appuyer sur 'Chargez le Payload!'",
|
||||||
|
"liAPX" :"Sur l'écran de sélection qui apparaît, selectionner 'APX' et cliquer sur 'Connecter'.",
|
||||||
|
"liLaunch" :"Si tout est bon le Payload va démarrer!",
|
||||||
|
"h1SetupDelivery" :"Configuration de l’envoi des Payloads",
|
||||||
|
"h4SelectPayload" :"Sélectionnez le Payload:",
|
||||||
|
"optionCTCaerHekate" :"CTCaer's Hekate Mod v4.2 (All Firmwares)",
|
||||||
|
"optionFusee" :"(Re)Switched test payload (fusee)",
|
||||||
|
"optionSXOS" :"SX OS (All Firmwares)",
|
||||||
|
"optionReiNX" :"ReiNX (With SigPatches)",
|
||||||
|
"optionUpload" :"Upload du Payload",
|
||||||
|
"h3Log" :"Log:",
|
||||||
|
"h4GetByteArray" :"Get payload byte array (don't sploit)",
|
||||||
|
"goButton" :"Chargez le Payload!",
|
||||||
|
"clearlogsbutton" :"Supprimez les Logs",
|
||||||
|
"disclaimer1" :'Les sources sont disponibles sur <a href="https://github.com/AtlasNX/web-cfw-loader/">GitHub</a> (ou en cliquant sur la source, il n\'y a pas de backend!).',
|
||||||
|
"disclaimer2" :'Porter de <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.',
|
||||||
|
"disclaimer3" :'Merci à ktemkin et ReSwitched, aussi à <br><a href="https://atlas44.s3-us-west-2.amazonaws.com/web-fusee-launcher/index.html">Atlas44 et son site</a> un bon point de démarrage pour ceci.',
|
||||||
|
"disclaimer4" :'Finalement , merci à <a href="https://github.com/falquinho">falquinho</a> pour le nouveau format du bootstrap et pour la traduction portugaise, <a href="https://github.com/wababc">wababc</a> pour la traduction Française, <a href="https://github.com/Filo97">Filo97</a> pour la traduction italienne, <a href="https://github.com/tumGER">tumGER</a>pour la traduction allemande, <a href="https://github.com/lordfriky">Lord_Friky</a>pour la traduction espagnole, et <a href="https://github.com/lorek123">Lorek</a>pour la traduction polonaise.'
|
||||||
|
}
|
22
index.html
22
index.html
|
@ -5,7 +5,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
<link href="favicon.png" rel="icon" type="image/x-icon" />
|
<link href="favicon.png" rel="icon" type="image/x-icon" />
|
||||||
<title>Switch Payload Loader v1.4</title>
|
<title>Switch Payload Loader v1.5</title>
|
||||||
|
|
||||||
<script src="./i18n/en-US.js"></script>
|
<script src="./i18n/en-US.js"></script>
|
||||||
<script src="./i18n/it-IT.js"></script>
|
<script src="./i18n/it-IT.js"></script>
|
||||||
|
@ -16,6 +16,7 @@
|
||||||
<script src="./i18n/zh-CN.js"></script>
|
<script src="./i18n/zh-CN.js"></script>
|
||||||
<script src="./i18n/zh-TW.js"></script>
|
<script src="./i18n/zh-TW.js"></script>
|
||||||
<script src="./i18n/ru-RU.js"></script>
|
<script src="./i18n/ru-RU.js"></script>
|
||||||
|
<script src="./i18n/fr-FR.js"></script>
|
||||||
<script src="./i18n.js"></script>
|
<script src="./i18n.js"></script>
|
||||||
|
|
||||||
<!-- JQuery: needed for some Bootstrap Components -->
|
<!-- JQuery: needed for some Bootstrap Components -->
|
||||||
|
@ -49,6 +50,7 @@
|
||||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-CN')">简体中文</a>
|
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-CN')">简体中文</a>
|
||||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-TW')">繁体中文</a>
|
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-TW')">繁体中文</a>
|
||||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('ru-RU')">Русский</a>
|
<a class="btn btn-info" href="#" onclick="setPageLanguage('ru-RU')">Русский</a>
|
||||||
|
<a class="btn btn-info" href="#" onclick="setPageLanguage('fr-FR')">French</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -109,11 +111,9 @@
|
||||||
|
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
||||||
<option value="atmosphere" id="optionAtmosphere" >Atmosphère 0.8.3</option>
|
<option value="atmosphere" id="optionAtmosphere" >Atmosphère</option>
|
||||||
<option value="sx os" id="optionSXOS" >SX OS (All Versions)</option>
|
<option value="ReiNX" id="optionReiNX" >ReiNX</option>
|
||||||
<option value="ReiNX" id="optionReiNX" >ReiNX 2.0</option>
|
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >Hekate</option>
|
||||||
<option value="CTCaer_Hekate" id="optionCTCaerHekate" >CTCaer's Hekate Mod v4.6</option>
|
|
||||||
<option value="fusee" id="optionFusee" >(Re)Switched test payload (fusee)</option>
|
|
||||||
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
<option value="uploaded" id="optionUpload" >Upload payload</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
@ -157,8 +157,6 @@
|
||||||
|
|
||||||
|
|
||||||
<script src="./payloads/hekate.js"></script>
|
<script src="./payloads/hekate.js"></script>
|
||||||
<script src="./payloads/fusee.js"></script>
|
|
||||||
<script src="./payloads/sxos.js"></script>
|
|
||||||
<script src="./payloads/reinx.js"></script>
|
<script src="./payloads/reinx.js"></script>
|
||||||
<script src="./payloads/fusee-primary.js"></script>
|
<script src="./payloads/fusee-primary.js"></script>
|
||||||
<script src="./main.js"></script>
|
<script src="./main.js"></script>
|
||||||
|
@ -168,10 +166,10 @@
|
||||||
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||||
<div id="disclaimer">
|
<div id="disclaimer">
|
||||||
<p id="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!).</p>
|
<p id="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!).</p>
|
||||||
<p id="disclaimer2">Ported from <a href="https://github.com/reswitched/fusee-launcher">fusee-launcher</a>.</p>
|
<p id="disclaimer3">Thanks to <a href="https://github.com/ktemkin">ktemkin</a> and <a href="https://github.com/reswitched">ReSwitched</a> for fusee-gelee, 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.</p>
|
||||||
<p id="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.</p>
|
<p id="disclaimer4">Lastly, thanks to <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> for creating this 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/lordfriky">Lord_Friky</a> for the spanish translation, <a href="https://github.com/lorek123">Lorek</a> for the polish translation, <a href="https://github.com/wababc">wabac</a> for their french translation and <a href="https://github.com/Rakau">Rakau</a> for the chinese translations.</p>
|
||||||
<p id="disclaimer4">Lastly, thanks to <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> for creating this 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.</p>
|
<p id="disclaimer5">© <a href="https://git.teamatlasnx.com">Team AtlasNX</a> & <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> | 2018-2019</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
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
Loading…
Reference in New Issue