From 5e25b60044dc75e658b7ce397990b113f755229f Mon Sep 17 00:00:00 2001 From: tomGER Date: Sun, 29 Sep 2019 13:20:56 +0200 Subject: [PATCH] =?UTF-8?q?Update=20transl=C3=83ation=20/=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++-------------- i18n/en-US.js | 9 +++------ 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 58d4c90..ea4c02a 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/i18n/en-US.js b/i18n/en-US.js index d6d598c..2303fc9 100644 --- a/i18n/en-US.js +++ b/i18n/en-US.js @@ -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 /etc/udev/rules.d/50-switch.rulesWith the following contents:
SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"", + "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",