mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Add translation support for v2.14
This commit is contained in:
25
index.html
25
index.html
@@ -585,40 +585,27 @@ input[id^="finetune"] {
|
||||
|
||||
<div class="alert alert-info finetune-center-mode" role="alert">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
<span class="ds-i18n">
|
||||
Move the stick to select it for tuning, then without touching the stick use the D-pad buttons to adjust the center point. Flick it and adjust it again if it is off center or flickers.
|
||||
</span>
|
||||
<span class="ds-i18n">Move the stick to select it for tuning, then without touching the stick use the D-pad buttons to adjust the center point. Flick it and adjust it again if it is off center or flickers.</span>
|
||||
</div>
|
||||
<div class="alert alert-warning finetune-center-mode" role="alert" id="finetuneCenterWarning" style="display: none;">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
<span class="ds-i18n">
|
||||
Please release the stick to center position before adjusting with D-pad buttons.
|
||||
</span>
|
||||
<span class="ds-i18n">Please release the stick to center position before adjusting with D-pad buttons.</span>
|
||||
</div>
|
||||
<div class="alert alert-success finetune-center-mode" role="alert" id="finetuneCenterSuccess" style="display: none;">
|
||||
<i class="fas fa-check-circle"></i>
|
||||
<span class="ds-i18n">
|
||||
Press the D-pad or face buttons in the direction you want the stick position to move.
|
||||
</span>
|
||||
<span class="ds-i18n">Press the D-pad or face buttons in the direction you want the stick position to move.</span>
|
||||
</div>
|
||||
<div class="alert alert-info finetune-circularity-mode" role="alert">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
<span class="ds-i18n">
|
||||
While holding the stick to be adjusted straight up/down/left/right, <em>observe the highlighted value below the circle</em>,
|
||||
then use the D-pad buttons to adjust the value to ±0.99 (just below ±1.00).
|
||||
</span>
|
||||
<span class="ds-i18n">While holding the stick to be adjusted straight up/down/left/right, <em>observe the highlighted value below the circle</em>, then use the D-pad buttons to adjust the value to ±0.99 (just below ±1.00).</span>
|
||||
</div>
|
||||
<div class="alert alert-warning finetune-circularity-mode" role="alert" id="finetuneCircularityWarning" style="display: none;">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
<span class="ds-i18n">
|
||||
Push the stick straight up/down/left/right as far as possible.
|
||||
</span>
|
||||
<span class="ds-i18n">Push the stick straight up/down/left/right as far as possible.</span>
|
||||
</div>
|
||||
<div class="alert alert-success finetune-circularity-mode" role="alert" id="finetuneCircularitySuccess" style="display: none;">
|
||||
<i class="fas fa-check-circle"></i>
|
||||
<span class="ds-i18n">
|
||||
Press the D-pad or face buttons in the direction you want the stick position to move.
|
||||
</span>
|
||||
<span class="ds-i18n">Press the D-pad or face buttons in the direction you want the stick position to move.</span>
|
||||
</div>
|
||||
<div style="width: 100%; display: flex; justify-content: center;">
|
||||
<div class="container-fluid">
|
||||
|
||||
Reference in New Issue
Block a user