Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Korean translations #25105

Merged
merged 9 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion selfdrive/ui/qt/maps/map_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ MapPanel::MapPanel(QWidget* parent) : QWidget(parent) {
screenshot->setPixmap(pm.scaledToWidth(1080, Qt::SmoothTransformation));
no_prime_layout->addWidget(screenshot, 0, Qt::AlignHCenter);

QLabel *signup = new QLabel(tr("Get turn-by-turn directions displayed and more with a comma \nprime subscription. Sign up now: https://connect.comma.ai"));
QLabel *signup = new QLabel(tr("Get turn-by-turn directions displayed and more with a comma\nprime subscription. Sign up now: https://connect.comma.ai"));
signup->setStyleSheet(R"(font-size: 45px; color: white; font-weight:300;)");
signup->setAlignment(Qt::AlignCenter);

Expand Down
Binary file modified selfdrive/ui/translations/main_ko.qm
Binary file not shown.
96 changes: 48 additions & 48 deletions selfdrive/ui/translations/main_ko.ts

Large diffs are not rendered by default.

Binary file modified selfdrive/ui/translations/main_zh-CHS.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion selfdrive/ui/translations/main_zh-CHS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
</message>
<message>
<location filename="../qt/maps/map_settings.cc" line="107"/>
<source>Get turn-by-turn directions displayed and more with a comma
<source>Get turn-by-turn directions displayed and more with a comma
prime subscription. Sign up now: https://connect.comma.ai</source>
<translation>订阅comma prime以获取导航。
立即注册:https://connect.comma.ai</translation>
Expand Down
Binary file modified selfdrive/ui/translations/main_zh-CHT.qm
Binary file not shown.
7 changes: 1 addition & 6 deletions selfdrive/ui/translations/main_zh-CHT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,16 +415,11 @@
</message>
<message>
<location filename="../qt/maps/map_settings.cc" line="107"/>
<source>Get turn-by-turn directions displayed and more with a comma
<source>Get turn-by-turn directions displayed and more with a comma
prime subscription. Sign up now: https://connect.comma.ai</source>
<translation>成為 comma 高級會員來使用導航功能
立即註冊:https://connect.comma.ai</translation>
</message>
<message>
<source>Get turn-by-turn directions displayed and more with a comma
prime subscription. Sign up now: https://connect.comma.ai</source>
<translation type="vanished">成為 comma 高級會員來使用導航功能,立即註冊:https://connect.comma.ai</translation>
</message>
<message>
<location filename="../qt/maps/map_settings.cc" line="164"/>
<source>No home
Expand Down