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! Fusee Launcher, in a browser!
# Description # 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. 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.
# 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.
# Try it out # 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/). 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). 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 # 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. - [**falquinho**](https://github.com/falquinho): For his Bootstrap layout.
- All those who actively contribute to the repository.
### Translators # Forked
- *Italiano* (Italian) - [**Filo97**](https://github.com/Filo97) This is a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher).
- *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)

View File

@ -1,10 +1,9 @@
let enUS = { let enUS = {
"pageTitle" : "Nintendo Switch Payload Loader", "pageTitle" : "Nintendo Switch Payload Loader",
"pageSubtitle" : "Fusee Launcher ported to JavaScript using WebUSB.", "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!", "dangerDanger" : "This is moderately tested. Although no issues have been discovered, we're 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!)", "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 NOT currently work on any browser but Chrome, because they don't implement WebUSB.", "warningBrowser" :"This does ONLY work on chromium-based browsers (Brave, Chrome, etc.), as they are the only ones with a working WEBCFW implementation.",
"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>",
"warningTested" :"This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.", "warningTested" :"This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.",
"labelInstructions" :"Instructions:", "labelInstructions" :"Instructions:",
"liRCM" :"Put the Switch in RCM, and connect it to your device.", "liRCM" :"Put the Switch in RCM, and connect it to your device.",
@ -16,8 +15,6 @@ let enUS = {
"h1SetupDelivery" :"Setup Payload Delivery", "h1SetupDelivery" :"Setup Payload Delivery",
"h4SelectPayload" :"Select Payload:", "h4SelectPayload" :"Select Payload:",
"optionAtmosphere" :"Atmosphère 0.8.4", "optionAtmosphere" :"Atmosphère 0.8.4",
"optionSXOS" :"SX OS (All Versions)",
"optionReiNX" :"ReiNX 2.0",
"optionCTCaerHekate" :"CTCaer's Hekate Mod v5.0.1", "optionCTCaerHekate" :"CTCaer's Hekate Mod v5.0.1",
"optionFusee" :"(Re)Switched test payload (fusee)", "optionFusee" :"(Re)Switched test payload (fusee)",
"optionUpload" :"Upload Payload", "optionUpload" :"Upload Payload",