mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
Wrap new UI strings
old-commit-hash: 64c2d4b30f7d4be1e1726a5668c548ecf8d6e32e
This commit is contained in:
@@ -134,8 +134,8 @@ void TogglesPanel::updateToggles() {
|
||||
e2e_toggle->setEnabled(false);
|
||||
params.remove("EndToEndLong");
|
||||
|
||||
const QString no_long = "openpilot longitudinal control is not currently available for this car.";
|
||||
const QString exp_long = "Enable experimental longitudinal control to enable this.";
|
||||
const QString no_long = tr("openpilot longitudinal control is not currently available for this car.");
|
||||
const QString exp_long = tr("Enable experimental longitudinal control to enable this.");
|
||||
e2e_toggle->setDescription("<b>" + (CP.getExperimentalLongitudinalAvailable() ? exp_long : no_long) + "</b><br><br>" + e2e_description);
|
||||
}
|
||||
|
||||
|
||||
@@ -1187,7 +1187,17 @@ location set</source>
|
||||
<translation>アクセルとブレーキの制御をopenpilotに任せます。openpilotが人間と同じように運転します。最初期の実験段階です。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-55"/>
|
||||
<location line="+24"/>
|
||||
<source>openpilot longitudinal control is not currently available for this car.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable experimental longitudinal control to enable this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-80"/>
|
||||
<source>Disengage On Accelerator Pedal</source>
|
||||
<translation>アクセル踏むと openpilot をキャンセル</translation>
|
||||
</message>
|
||||
|
||||
@@ -1187,7 +1187,17 @@ location set</source>
|
||||
<translation>주행모델이 가속과 감속을 제어하도록 하면 openpilot은 운전자가 생각하는것처럼 운전합니다. (매우 실험적)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-55"/>
|
||||
<location line="+24"/>
|
||||
<source>openpilot longitudinal control is not currently available for this car.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable experimental longitudinal control to enable this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-80"/>
|
||||
<source>Disengage On Accelerator Pedal</source>
|
||||
<translation>가속페달 조작시 해제</translation>
|
||||
</message>
|
||||
|
||||
@@ -1191,7 +1191,17 @@ trabalho definido</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-55"/>
|
||||
<location line="+24"/>
|
||||
<source>openpilot longitudinal control is not currently available for this car.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable experimental longitudinal control to enable this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-80"/>
|
||||
<source>Disengage On Accelerator Pedal</source>
|
||||
<translation>Desacionar Com Pedal Do Acelerador</translation>
|
||||
</message>
|
||||
|
||||
@@ -1185,7 +1185,17 @@ location set</source>
|
||||
<translation>让驾驶模型直接控制油门和刹车,openpilot将会模仿人类司机的驾驶方式。该功能仍非常实验性。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-55"/>
|
||||
<location line="+24"/>
|
||||
<source>openpilot longitudinal control is not currently available for this car.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable experimental longitudinal control to enable this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-80"/>
|
||||
<source>Disengage On Accelerator Pedal</source>
|
||||
<translation>踩油门时取消控制</translation>
|
||||
</message>
|
||||
|
||||
@@ -1187,7 +1187,17 @@ location set</source>
|
||||
<translation>讓駕駛模型直接控製油門和剎車,openpilot將會模仿人類司機的駕駛方式。該功能仍非常實驗性。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-55"/>
|
||||
<location line="+24"/>
|
||||
<source>openpilot longitudinal control is not currently available for this car.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable experimental longitudinal control to enable this.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-80"/>
|
||||
<source>Disengage On Accelerator Pedal</source>
|
||||
<translation>油門取消控車</translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user