mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
motors i18n support
This commit is contained in:
parent
c6efcf1850
commit
36a47f5abd
2 changed files with 13 additions and 11 deletions
|
@ -403,5 +403,15 @@
|
|||
},
|
||||
"gpsSignalStr": {
|
||||
"message": "Signal Strength"
|
||||
},
|
||||
|
||||
"motorsBarInfo": {
|
||||
"message": "Bars on the <strong>left</strong> are representing raw PWM signal for <strong>ESCs</strong>.<br />Bars on the <strong>right</strong> are representing raw PWM signal for <strong>Servos</strong>.<br />"
|
||||
},
|
||||
"motorsMaster": {
|
||||
"message": "Master"
|
||||
},
|
||||
"motorsNotice": {
|
||||
"message": "<strong>Motor Test Mode Notice:</strong><br />Moving the sliders will cause the motors to <strong>spin up</strong>.<br />In order to prevent injury <strong style=\"color: red\">remove ALL propellers</strong> before using this feature.<br />If you understand these instructions check the <strong>box</strong> below to <strong style=\"color: green\">enable</strong> motor test.<br /><br /><label>Check: <input type=\"checkbox\" /></label>"
|
||||
}
|
||||
}
|
|
@ -44,9 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="clear-both"></div>
|
||||
<p>
|
||||
Bars on the <strong>left</strong> are representing raw PWM signal for <strong>ESCs</strong>.<br />
|
||||
Bars on the <strong>right</strong> are representing raw PWM signal for <strong>Servos</strong>.<br />
|
||||
<p i18n="motorsBarInfo">
|
||||
</p>
|
||||
<div class="motor_testing">
|
||||
<div class="left">
|
||||
|
@ -71,17 +69,11 @@
|
|||
<li>1000</li>
|
||||
<li>1000</li>
|
||||
<li>1000</li>
|
||||
<li style="font-weight: bold;">Master</li>
|
||||
<li style="font-weight: bold" i18n="motorsMaster"></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<strong>Motor Test Mode Notice:</strong><br />
|
||||
Moving the sliders will cause the motors to <strong>spin up</strong>.<br />
|
||||
In order to prevent injury <strong style="color: red">remove ALL propellers</strong> before using this feature.<br />
|
||||
If you understand these instructions check the <strong>box</strong> below to <strong style="color: green">enable</strong> motor test.<br />
|
||||
<br />
|
||||
<label>Check: <input type="checkbox" /></label>
|
||||
<div class="notice" i18n="motorsNotice">
|
||||
</div>
|
||||
<div class="cler-both"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue