mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-09-09 08:00:46 +02:00
New Crowdin updates (#2227)
* New translations get-started.txt (Chinese Traditional) * New translations get-started.txt (Greek) * New translations get-started.txt (Romanian) * New translations get-started.txt (French) * New translations get-started.txt (Spanish) * New translations get-started.txt (Arabic) * New translations get-started.txt (Bulgarian) * New translations get-started.txt (Catalan) * New translations get-started.txt (Czech) * New translations get-started.txt (German) * New translations get-started.txt (Finnish) * New translations get-started.txt (Hebrew) * New translations get-started.txt (Hungarian) * New translations get-started.txt (Italian) * New translations get-started.txt (Japanese) * New translations get-started.txt (Korean) * New translations get-started.txt (Dutch) * New translations get-started.txt (Norwegian) * New translations get-started.txt (Polish) * New translations get-started.txt (Portuguese) * New translations get-started.txt (Russian) * New translations get-started.txt (Swedish) * New translations get-started.txt (Turkish) * New translations get-started.txt (Ukrainian) * New translations get-started.txt (Chinese Simplified) * New translations get-started.txt (Vietnamese) * New translations get-started.txt (Portuguese, Brazilian) * New translations get-started.txt (Indonesian) * New translations get-started.txt (Thai) * New translations get-started.txt (Croatian) * New translations get-started.txt (Malay) * New translations get-started.txt (Pirate English) * New translations site-navigation.txt (Hungarian) * New translations finalizing-setup.txt (Hungarian) * New translations soundhax.txt (Hungarian) * New translations installing-boot9strap-(soundhax-sp-kor).txt (Hungarian) * New translations troubleshooting.txt (Hungarian) * New translations configure-luma3ds.txt (Hungarian) * New translations en_US.yml (Hungarian) * New translations seedminer-base.txt (Hungarian) * New translations soundhax.txt (Hungarian) * New translations troubleshooting.txt (Hungarian) * New translations troubleshooting.txt (Hungarian)
This commit is contained in:
@@ -24,103 +24,6 @@ If you see an unusual menu, STOP - you already have custom firmware! Continue fr
|
||||
#### 第三節 — 選擇改機方式
|
||||
|
||||
To find the correct method for your device, please enter the system version you found in Section II.
|
||||
<div class="selectversion">
|
||||
<br>
|
||||
<select id="major">
|
||||
<option>0</option>
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
<option>3</option>
|
||||
<option>4</option>
|
||||
<option>5</option>
|
||||
<option>6</option>
|
||||
<option>7</option>
|
||||
<option>8</option>
|
||||
<option>9</option>
|
||||
<option>10</option>
|
||||
<option>11</option>
|
||||
</select>.<select id="minor">
|
||||
<option>0</option>
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
<option>3</option>
|
||||
<option>4</option>
|
||||
<option>5</option>
|
||||
<option>6</option>
|
||||
<option>7</option>
|
||||
<option>8</option>
|
||||
<option>9</option>
|
||||
<option>10</option>
|
||||
<option>11</option>
|
||||
<option>12</option>
|
||||
<option>13</option>
|
||||
<option>14</option>
|
||||
<option>15</option>
|
||||
<option>16</option>
|
||||
</select>.<select id="whydidnintendodecidetodothingslikethis">
|
||||
<option>0</option>
|
||||
</select>-<select id="nver">
|
||||
<option>0</option>
|
||||
<option>1</option>
|
||||
<option>2</option>
|
||||
<option>3</option>
|
||||
<option>4</option>
|
||||
<option>5</option>
|
||||
<option>6</option>
|
||||
<option>7</option>
|
||||
<option>8</option>
|
||||
<option>9</option>
|
||||
<option>10</option>
|
||||
<option>11</option>
|
||||
<option>12</option>
|
||||
<option>13</option>
|
||||
<option>14</option>
|
||||
<option>15</option>
|
||||
<option>16</option>
|
||||
<option>17</option>
|
||||
<option>18</option>
|
||||
<option>19</option>
|
||||
<option>20</option>
|
||||
<option>21</option>
|
||||
<option>22</option>
|
||||
<option>23</option>
|
||||
<option>24</option>
|
||||
<option>25</option>
|
||||
<option>26</option>
|
||||
<option>27</option>
|
||||
<option>28</option>
|
||||
<option>29</option>
|
||||
<option>30</option>
|
||||
<option>31</option>
|
||||
<option>32</option>
|
||||
<option>33</option>
|
||||
<option>34</option>
|
||||
<option>35</option>
|
||||
<option>36</option>
|
||||
<option>37</option>
|
||||
<option>38</option>
|
||||
<option>39</option>
|
||||
<option>40</option>
|
||||
<option>41</option>
|
||||
<option>42</option>
|
||||
<option>43</option>
|
||||
<option>44</option>
|
||||
<option>45</option>
|
||||
<option>46</option>
|
||||
<option>47</option>
|
||||
<option>48</option>
|
||||
<option>49</option>
|
||||
</select><select id="region">
|
||||
<option>E</option>
|
||||
<option>U</option>
|
||||
<option>J</option>
|
||||
<option>K</option>
|
||||
<option>T</option>
|
||||
<option>C</option>
|
||||
</select>
|
||||
<br>
|
||||
<input type="button" onclick="redirect()" value="Confirm">
|
||||
</div>
|
||||
|
||||
{% capture invalidVersion %}
|
||||
This doesn't seem to be a valid system version.
|
||||
@@ -130,9 +33,7 @@ This doesn't seem to be a valid system version.
|
||||
You currently cannot hack your 3DS on this version using the main methods. If you want to hack your console, you have to use ntrboot.
|
||||
{% endcapture %}
|
||||
|
||||
<p id="result_invalidVersion" style="display:none">{{ invalidVersion }}</p>
|
||||
<p id="result_methodUnavailable" style="display:none">{{ methodUnavailable }}</p>
|
||||
<noscript>Please enable JavaScript to continue with the guide.</noscript>
|
||||
{% include consoleVersionSelect.html invalidVersion=invalidVersion methodUnavailable=methodUnavailable %}
|
||||
|
||||
---
|
||||
#### 替代方式
|
||||
@@ -144,5 +45,3 @@ If possible, you should follow the method given by the prompt above.
|
||||
1. [kartdlphax](installing-boot9strap-(kartdlphax)) - requires a second hacked 3DS and a copy of Mario Kart 7
|
||||
1. [ntrboot](ntrboot) - 需備有相容的 DS 燒錄卡
|
||||
1. [安裝 boot9strap (透過硬改)](installing-boot9strap-(hardmod)) - 需要焊接
|
||||
|
||||
<script src="/assets/js/selecting.js"></script>
|
||||
|
Reference in New Issue
Block a user