Strings: Translate views

This commit is contained in:
LoveEevee
2019-01-22 21:47:09 +03:00
parent a752aa75a2
commit e8768cc35e
10 changed files with 271 additions and 50 deletions

View File

@@ -1,18 +1,7 @@
<div id="tutorial-outer">
<div id="tutorial">
<div id="tutorial-title" class="stroke-sub" alt="このシミュレータについて / About">このシミュレータについて / About</div>
<div id="tutorial-content">
このシミュレータは現在開発中です。<br>
バグが発生した場合は、報告してください。<br>
GitHubかメールでバグを報告してください。<br>
<span class="text-warn">以下の端末診断情報も併せて報告してください!</span><br>
<br>
This simulator is still in development.<br>
Please report any bugs you find.<br>
You can report bugs either via GitHub or email.<br>
<span class="text-warn">Be sure to include the following diagnostic data!</span>
</div>
<div id="tutorial-title" class="stroke-sub"></div>
<div id="tutorial-content"></div>
<div id="diag-txt"></div>
<div id="about-link-btns">
<div id="link-github" class="taibtn stroke-sub link-btn" alt="GitHub">
@@ -22,6 +11,6 @@
<a href="mailto:taiko@bui.pm">taiko@bui.pm</a>
</div>
</div>
<div id="tutorial-end-button" class="taibtn stroke-sub" alt="OK">OK</div>
<div id="tutorial-end-button" class="taibtn stroke-sub"></div>
</div>
</div>

View File

@@ -1,11 +1,9 @@
<div id="tutorial-outer">
<div id="tutorial">
<div id="tutorial-title" class="stroke-sub" alt="Multiplayer Session">Multiplayer Session</div>
<div id="tutorial-title" class="stroke-sub"></div>
<div id="tutorial-content">
Share this link with your friend to start playing together! Do not leave this screen while they join.
<div id="session-invite"></div>
</div>
<div id="tutorial-end-button" class="taibtn stroke-sub" alt="Cancel">Cancel</div>
<div id="tutorial-end-button" class="taibtn stroke-sub"></div>
</div>
</div>

View File

@@ -1,19 +1,7 @@
<div id="tutorial-outer">
<div id="tutorial">
<div id="tutorial-title" class="stroke-sub" alt="How to Play">How to Play</div>
<div id="tutorial-content">
<p>Hit the drum when the notes reach the taiko!</p>
<p>For red notes, hit the face of the drum (<kbd>F</kbd> or <kbd>J</kbd>)...</p>
<p>...and for blue notes, hit the rim! (<kbd>D</kbd> or <kbd>K</kbd>)</p>
<p>USB controllers are also supported!</p>
<p>
<span style="font-weight:bold;">Other controls</span><br>
<kbd>Q</kbd> &mdash; pause game<br>
<kbd>SHIFT</kbd> while selecting difficulty &mdash; enable autoplay mode<br>
<kbd>CTRL</kbd> while selecting difficulty &mdash; enable 2P mode
</p>
</div>
<div id="tutorial-end-button" class="taibtn stroke-sub" alt="OK">OK</div>
<div id="tutorial-title" class="stroke-sub"></div>
<div id="tutorial-content"></div>
<div id="tutorial-end-button" class="taibtn stroke-sub"></div>
</div>
</div>