Update translÃation / Readme

pull/60/head
tomGER 2019-09-29 13:20:56 +02:00
parent 301eae37b4
commit 5e25b60044
No known key found for this signature in database
GPG Key ID: 6ED7FCF7FA559F05
2 changed files with 8 additions and 20 deletions

View File

@ -2,10 +2,7 @@
Fusee Launcher, in a browser!
# Description
This is a port of [fusee-launcher](https://github.com/reswitched/fusee-launcher) to JavaScript using WebUSB. This has been mildly tested and appears to work on Linux, Android (unrooted), OSX and ChromeOS. Today, this only works on Chrome because only Chrome implements WebUSB. It also does NOT work on Windows because the WebUSB Windows implementation does not allow sending the required USB packet.
# Forked
This is also a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher), which I fixed up a bit, added hekate 5 and 4, and did some CSS stuff.
This is a port of [fusee-launcher](https://github.com/reswitched/fusee-launcher) to JavaScript using WebUSB. This appears to work on Linux, Android (unrooted), OSX and ChromeOS. Windows support is still extremely unstable and it seems to only work on sometimes.
# Try it out
Either use a web server to host the files (must be on https, because of the fact that WebUSB is new technology and therefore has a lot of security restrictions) or you can try it [here](https://webcfw.sdsetup.com/).
@ -14,15 +11,9 @@ Either use a web server to host the files (must be on https, because of the fact
If you want to add a new translation or update/add a payload, see [CONTRIBUTING](https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md).
# Credits
- [**ElijahZAwesome**](https://github.com/ElijahZAwesome): For creating, maintaining and transferring the repo.
- [**ElijahZAwesome**](https://github.com/ElijahZAwesome): For originally maintaining this repository.
- [**falquinho**](https://github.com/falquinho): For his Bootstrap layout.
- All those who actively contribute to the repository.
### Translators
- *Italiano* (Italian) - [**Filo97**](https://github.com/Filo97)
- *Português* (Portuguese) - [**falquinho**](https://github.com/falquinho)
- *Deutsch* (German) - [**tumGER**](https://github.com/tumGER)
- *Español* (Spanish) - [**Lord_Friky**](https://github.com/lordfriky)
- *Polski* (Polish) - [**Lorek**](https://github.com/lorek123)
- *简体中文* (Simplified Chinese) - [**Rakau**](https://github.com/Rakau)
- *繁体中文* (Traditional Chinese) - [**Rakau**](https://github.com/Rakau)
- *Русский* (Russian) - [**tumGER**](https://github.com/tumGER)
# Forked
This is a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher).

View File

@ -1,10 +1,9 @@
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, I'm not responsible if anything goes wrong!",
"warningWindows" :"This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)",
"warningBrowser" :"This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.",
"warningLinux" :"On Linux, you might get an 'Access Denied' or 'No Compatible Device' error on the Connect dialog! If you do, you can try creating a file at <code>/etc/udev/rules.d/50-switch.rules</code>With the following contents:<br><code>SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"</code>",
"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.",
@ -16,8 +15,6 @@ let enUS = {
"h1SetupDelivery" :"Setup Payload Delivery",
"h4SelectPayload" :"Select Payload:",
"optionAtmosphere" :"Atmosphère 0.8.4",
"optionSXOS" :"SX OS (All Versions)",
"optionReiNX" :"ReiNX 2.0",
"optionCTCaerHekate" :"CTCaer's Hekate Mod v5.0.1",
"optionFusee" :"(Re)Switched test payload (fusee)",
"optionUpload" :"Upload Payload",