Remove (broken) French translation
GG Thomleg, can't even speak French kekpull/45/head^2
parent
329e911472
commit
45ccbf41cb
|
@ -1,30 +0,0 @@
|
|||
let frFR = {
|
||||
"pageTitle" : "Nintendo Switch Payload Loader",
|
||||
"pageSubtitle" : "Fusee Launcher porté sur JavaScript avec WebUSB.",
|
||||
"dangerDanger" :"Ceci est moderement testé. ainsi aucun bug non été découvert, je ne suis responsable d'aucun problème!",
|
||||
"warningWindows" :"Ceci ne marche pas sur windows en raison de l'implantation de WebUSB sur chrome. (et d'autres raisons probablement!)",
|
||||
"warningBrowser" :"Ceci ne marche sur aucun autre navigateur que chrome, Car il n'intêgre pas WebUSB.",
|
||||
"warningLinux" :"sur linux vous pouvez avoir, 'Accés interdit' ou 'Pas d'appareil compatible' erreur dans le dialogue de connection! Si vous le faites , 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 marche sur Linux, OSX, Android (non-root) et Chromebooks. Cela peut varier.",
|
||||
"labelInstructions" :"Instructions:",
|
||||
"liRCM" :"Metter la Switch en RCM, et connectez là à votre appareil.",
|
||||
"liSelect" :"selectionner le payload, ou uplader le.",
|
||||
"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 envoi Payloads",
|
||||
"h4SelectPayload" :"Selectionner 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 Payload",
|
||||
"h3Log" :"Log:",
|
||||
"h4GetByteArray" :"Get payload byte array (don't sploit)",
|
||||
"goButton" :"Chargez le Payload!",
|
||||
"clearlogsbutton" :"supprimer Logs",
|
||||
"disclaimer1" :'Les sources sont disponibles à <a href="https://github.com/ElijahZAwesome/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 pur moi.',
|
||||
"disclaimer4" :'Lastly, thanks to <a href="https://github.com/falquinho">falquinho</a> for the new bootstrap layout and portuguese translation, <a href="https://github.com/thomleg50">thomleg50</a> for the french translation, <a href="https://github.com/Filo97">Filo97</a> for the italian translation, <a href="https://github.com/tumGER">tumGER</a> for his german translation, <a href="https://github.com/lordfriky">Lord_Friky</a> for the spanish translation, and <a href="https://github.com/lorek123">Lorek</a> for the polish translation.'
|
||||
}
|
|
@ -12,7 +12,6 @@
|
|||
<script src="./i18n/pt-BR.js"></script>
|
||||
<script src="./i18n/de-DE.js"></script>
|
||||
<script src="./i18n/es-MX.js"></script>
|
||||
<script src="./i18n/fr-FR.js"></script>
|
||||
<script src="./i18n/pl-PL.js"></script>
|
||||
<script src="./i18n/zh-CN.js"></script>
|
||||
<script src="./i18n/zh-TW.js"></script>
|
||||
|
@ -46,7 +45,6 @@
|
|||
<a class="btn btn-info" href="#" onclick="setPageLanguage('pt-BR')">Português</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('de-DE')">Deutsch</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('es-MX')">Español</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('fr-FR')">Français</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('pl-PL')">Polski</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-CN')">简体中文</a>
|
||||
<a class="btn btn-info" href="#" onclick="setPageLanguage('zh-TW')">繁体中文</a>
|
||||
|
@ -165,10 +163,10 @@
|
|||
<div class="row margin-top-md" id="page-footer">
|
||||
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||
<div id="disclaimer">
|
||||
<p id="disclaimer1">Source can be found on <a href="https://github.com/ElijahZAwesome/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 ktemkin and ReSwitched, as well as <br><a href="https://atlas44.s3-us-west-2.amazonaws.com/web-fusee-launcher/index.html">Atlas44 and his website</a> as a beginning point for this one. </p>
|
||||
<p id="disclaimer4">Lastly, thanks to <a href="https://github.com/falquinho">falquinho</a> for the new bootstrap layout and portuguese translation, <a href="https://github.com/thomleg50">thomleg50</a> for the french translation, <a href="https://github.com/Filo97">Filo97</a> for the italian translation, <a href="https://github.com/tumGER">tumGER</a> for his german 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/Rakau">Rakau</a> for the chinese translations and <a href="https://github.com/tumGER">tumGER</a> for the russian translations</p>
|
||||
<p id="disclaimer4">Lastly, thanks to <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 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/Rakau">Rakau</a> for the chinese translations.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue