web-cfw-loader/i18n/zh-TW.js

26 lines
2.8 KiB
JavaScript
Raw Normal View History

let zhTW = {
"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或者你自己上傳壹個",
2018-07-09 03:14:42 +00:00
"liPress" :"點擊 '傳遞 Payload!'",
"liAPX" :"在出現的對話框裏選擇“APX”並點擊“Connect”(Android系統可能會自動加載)",
"liLaunch" :"如果壹切順利Payload將成功加載!",
2019-02-14 20:50:51 +00:00
"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:",
"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 <a href="https://github.com/atlas44">Atlas44</a> and <br><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.'
}