32 lines
3.0 KiB
JavaScript
32 lines
3.0 KiB
JavaScript
let zhCN = {
|
||
"pageTitle" : "任天堂 Switch Payload 网页加载器",
|
||
"pageSubtitle" : "Fusee Launcher利用WebUSB移植在JavaScript上",
|
||
"dangerDanger" :"这是实验性的测试项目,目前虽然没有发现任何问题,但如果有任何问题发生,我不负责!",
|
||
"warningWindows" :"由于WebUSB在Chrome上功能受到限制(可能还有其他原因),暂不支持Windows系统。",
|
||
"warningBrowser" :"除了Chrome浏览器外,其余浏览器无法使用WebUSB",
|
||
"warningLinux" :"在Linux上,你可能会在Connect对话框中看到“Access Denied”或“No Compatible Device”的错误!如果条件允许,你可以尝试在<code>/etc/udev/rules.d/50-switch.rules</code>创建一个文件,添加内容如下:<code>SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\"</code>",
|
||
"warningTested" :"已测试可以在Linux、OSX、Android(无Root权限)和chromebook上使用,可能你的情况稍有不同",
|
||
"labelInstructions" :"说明:",
|
||
"liRCM" :"Switch进入RCM模式并且设备已经连接完毕",
|
||
"liSelect" :"选择一个适合自己的Payload,或者你自己上传一个",
|
||
"liPress" :"点击 '传递 Payload!'",
|
||
"liAPX" :"在出现的对话框里,选择“APX”并点击“Connect”(Android系统可能会自动加载)",
|
||
"liLaunch" :"如果一切顺利,Payload将成功加载!",
|
||
"labelContribute" :'If you would like to help adding another translation or updating/adding a payload, check <a href="https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md">this</a>.',
|
||
"h1SetupDelivery" :"部署 Payload",
|
||
"h4SelectPayload" :"选择 Payload:",
|
||
"optionAtmosphere" :"Atmosphère 0.8.4",
|
||
"optionSXOS" :"SX OS",
|
||
"optionReiNX" :"ReiNX 2.0",
|
||
"optionCTCaerHekate" :"CTCaer's Hekate Mod v4.8",
|
||
"optionFusee" :"(Re)Switched test payload (fusee)",
|
||
"optionUpload" :"上传 Payload",
|
||
"h4GetByteArray" :"获取Payload byte array (无Sploit)",
|
||
"goButton" :"传递 Payload!",
|
||
"clearlogsbutton" :"清除日志",
|
||
"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.',
|
||
"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, and <a href="https://github.com/lordfriky">Lord_Friky</a> for the spanish translation.'
|
||
}
|