ui: less confusing wifi training (#29137)

* ui: less confusing wifi training

* update

* cleanup

---------

Co-authored-by: Comma Device <device@comma.ai>
pull/29139/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 9c3c7f0dda
commit 0922a1040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/ui/qt/widgets/wifi.cc
  2. 4
      selfdrive/ui/translations/main_de.ts
  3. 4
      selfdrive/ui/translations/main_ja.ts
  4. 8
      selfdrive/ui/translations/main_ko.ts
  5. 8
      selfdrive/ui/translations/main_pt-BR.ts
  6. 4
      selfdrive/ui/translations/main_zh-CHS.ts
  7. 8
      selfdrive/ui/translations/main_zh-CHT.ts

@ -60,7 +60,7 @@ WiFiPromptWidget::WiFiPromptWidget(QWidget *parent) : QFrame(parent) {
{
QHBoxLayout *title_layout = new QHBoxLayout;
{
QLabel *title = new QLabel(tr("Uploading training data"));
QLabel *title = new QLabel(tr("Ready to upload"));
title->setStyleSheet("font-size: 64px; font-weight: 600;");
title->setWordWrap(true);
title->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
@ -74,7 +74,7 @@ WiFiPromptWidget::WiFiPromptWidget(QWidget *parent) : QFrame(parent) {
}
uploading_layout->addLayout(title_layout);
QLabel *desc = new QLabel(tr("Your data is used to train driving models and help improve openpilot"));
QLabel *desc = new QLabel(tr("Training data will be pulled periodically while your device is on Wi-Fi"));
desc->setStyleSheet("font-size: 48px; font-weight: 400;");
desc->setWordWrap(true);
uploading_layout->addWidget(desc);

@ -1194,11 +1194,11 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Uploading training data</source>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>

@ -1186,11 +1186,11 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Uploading training data</source>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>

@ -1188,12 +1188,12 @@ This may take up to a minute.</source>
<translation> </translation>
</message>
<message>
<source>Uploading training data</source>
<translation> </translation>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<translation> openpilot을 .</translation>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>

@ -1192,12 +1192,12 @@ Isso pode levar até um minuto.</translation>
<translation>Abrir Configurações</translation>
</message>
<message>
<source>Uploading training data</source>
<translation>Subindo dados</translation>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<translation>Seus dados são utilizados para treinar modelos de direção e ajudar a melhorar o openpilot</translation>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>

@ -1186,11 +1186,11 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Uploading training data</source>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>

@ -1188,12 +1188,12 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Uploading training data</source>
<translation></translation>
<source>Ready to upload</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Your data is used to train driving models and help improve openpilot</source>
<translation> openpilot</translation>
<source>Training data will be pulled periodically while your device is on Wi-Fi</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>

Loading…
Cancel
Save