UI: change wording for dcam preview description (#25142)

pull/25132/head
ZwX1616 3 years ago committed by GitHub
parent ea449f1fe0
commit b632d56244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/ui/qt/offroad/settings.cc
  2. 4
      selfdrive/ui/translations/main_ja.ts
  3. BIN
      selfdrive/ui/translations/main_ko.qm
  4. 4
      selfdrive/ui/translations/main_ko.ts
  5. BIN
      selfdrive/ui/translations/main_zh-CHS.qm
  6. 4
      selfdrive/ui/translations/main_zh-CHS.ts
  7. BIN
      selfdrive/ui/translations/main_zh-CHT.qm
  8. 6
      selfdrive/ui/translations/main_zh-CHT.ts

@ -102,7 +102,7 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) {
// offroad-only buttons
auto dcamBtn = new ButtonControl(tr("Driver Camera"), tr("PREVIEW"),
tr("Preview the driver facing camera to help optimize device mounting position for best driver monitoring experience. (vehicle must be off)"));
tr("Preview the driver facing camera to ensure that driver monitoring has good visibility. (vehicle must be off)"));
connect(dcamBtn, &ButtonControl::clicked, [=]() { emit showDriverView(); });
addItem(dcamBtn);

@ -134,8 +134,8 @@
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="104"/>
<source>Preview the driver facing camera to help optimize device mounting position for best driver monitoring experience. (vehicle must be off)</source>
<translation>()</translation>
<source>Preview the driver facing camera to ensure that driver monitoring has good visibility. (vehicle must be off)</source>
<translation>()</translation>
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="108"/>

@ -134,8 +134,8 @@
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="105"/>
<source>Preview the driver facing camera to help optimize device mounting position for best driver monitoring experience. (vehicle must be off)</source>
<translation> . ( )</translation>
<source>Preview the driver facing camera to ensure that driver monitoring has good visibility. (vehicle must be off)</source>
<translation> . ( )</translation>
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="109"/>

@ -134,8 +134,8 @@
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="105"/>
<source>Preview the driver facing camera to help optimize device mounting position for best driver monitoring experience. (vehicle must be off)</source>
<translation></translation>
<source>Preview the driver facing camera to ensure that driver monitoring has good visibility. (vehicle must be off)</source>
<translation></translation>
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="109"/>

@ -125,7 +125,7 @@
<message>
<location filename="../qt/offroad/settings.cc" line="104"/>
<source>Driver Camera</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="104"/>
@ -134,8 +134,8 @@
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="105"/>
<source>Preview the driver facing camera to help optimize device mounting position for best driver monitoring experience. (vehicle must be off)</source>
<translation>便調()</translation>
<source>Preview the driver facing camera to ensure that driver monitoring has good visibility. (vehicle must be off)</source>
<translation></translation>
</message>
<message>
<location filename="../qt/offroad/settings.cc" line="109"/>

Loading…
Cancel
Save