ui: update names (#678)

* ui: update names

* Revert "ui: update names"

This reverts commit 313510c8c0f112758ca1cc3e625d47ba47989bd5.

* gone

* init

* Changed all occurrences of 'openpilot' to 'sunnypilot'

All instances of 'openpilot' in the user interface, documentation, and prompts have been updated to 'sunnypilot'. These changes include source strings, warning messages, and the prompts shown to users. The adjustment is part of the rebranding process and aims to avoid any uncertainty or confusion for users.

* vanish translations

* translations

---------

Co-authored-by: DevTekVE <devtekve@gmail.com>
This commit is contained in:
Jason Wen
2025-04-03 23:11:27 -04:00
committed by GitHub
parent 6c8b2290fa
commit 87ff98dc7c
24 changed files with 3043 additions and 1061 deletions
+4 -4
View File
@@ -4,12 +4,12 @@
"severity": 0
},
"Offroad_ConnectivityNeededPrompt": {
"text": "Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won't engage in %1",
"text": "Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won't engage in %1",
"severity": 0,
"_comment": "Set extra field to number of days"
},
"Offroad_ConnectivityNeeded": {
"text": "Connect to internet to check for updates. openpilot won't automatically start until it connects to internet to check for updates.",
"text": "Connect to internet to check for updates. sunnypilot won't automatically start until it connects to internet to check for updates.",
"severity": 1
},
"Offroad_UpdateFailed": {
@@ -38,11 +38,11 @@
"severity": 1
},
"Offroad_CarUnrecognized": {
"text": "openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.",
"text": "sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.",
"severity": 0
},
"Offroad_Recalibration": {
"text": "openpilot detected a change in the device's mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.",
"text": "sunnypilot detected a change in the device's mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.",
"severity": 0
},
"OffroadMode_Status": {
+1 -1
View File
@@ -186,7 +186,7 @@ void WifiManager::connect(const Network &n, const bool is_hidden, const QString
Connection connection;
connection["connection"]["type"] = "802-11-wireless";
connection["connection"]["uuid"] = QUuid::createUuid().toString().remove('{').remove('}');
connection["connection"]["id"] = "openpilot connection " + QString::fromStdString(n.ssid.toStdString());
connection["connection"]["id"] = "sunnypilot connection " + QString::fromStdString(n.ssid.toStdString());
connection["connection"]["autoconnect-retries"] = 0;
connection["802-11-wireless"]["ssid"] = n.ssid;
+4 -4
View File
@@ -32,11 +32,11 @@ DeveloperPanel::DeveloperPanel(SettingsWindow *parent) : ListWidget(parent) {
experimentalLongitudinalToggle = new ParamControl(
"ExperimentalLongitudinalEnabled",
tr("openpilot Longitudinal Control (Alpha)"),
tr("sunnypilot Longitudinal Control (Alpha)"),
QString("<b>%1</b><br><br>%2")
.arg(tr("WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB)."))
.arg(tr("On this car, openpilot defaults to the car's built-in ACC instead of openpilot's longitudinal control. "
"Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.")),
.arg(tr("WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB)."))
.arg(tr("On this car, sunnypilot defaults to the car's built-in ACC instead of sunnypilot's longitudinal control. "
"Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.")),
""
);
experimentalLongitudinalToggle->setConfirmation(true, false);
+2 -2
View File
@@ -33,7 +33,7 @@ FirehosePanel::FirehosePanel(SettingsWindow *parent) : QWidget((QWidget*)parent)
content_layout->setSpacing(20);
// Top description
QLabel *description = new QLabel(tr("openpilot learns to drive by watching humans, like you, drive.\n\nFirehose Mode allows you to maximize your training data uploads to improve openpilot's driving models. More data means bigger models, which means better Experimental Mode."));
QLabel *description = new QLabel(tr("sunnypilot learns to drive by watching humans, like you, drive.\n\nFirehose Mode allows you to maximize your training data uploads to improve openpilot's driving models. More data means bigger models, which means better Experimental Mode."));
description->setStyleSheet("font-size: 45px; padding-bottom: 20px;");
description->setWordWrap(true);
content_layout->addWidget(description);
@@ -73,7 +73,7 @@ FirehosePanel::FirehosePanel(SettingsWindow *parent) : QWidget((QWidget*)parent)
"<i>Does it matter how or where I drive?</i> Nope, just drive as you normally would.<br><br>"
"<i>Do all of my segments get pulled in Firehose Mode?</i> No, we selectively pull a subset of your segments.<br><br>"
"<i>What's a good USB-C adapter?</i> Any fast phone or laptop charger should be fine.<br><br>"
"<i>Does it matter which software I run?</i> Yes, only upstream openpilot (and particular forks) are able to be used for training."
"<i>Does it matter which software I run?</i> Yes, only upstream sunnypilot (and particular forks) are able to be used for training."
));
detailed_instructions->setStyleSheet("font-size: 40px; color: #E4E4E4;");
detailed_instructions->setWordWrap(true);
+3 -3
View File
@@ -91,12 +91,12 @@ void TermsPage::showEvent(QShowEvent *event) {
vlayout->setContentsMargins(165, 165, 165, 0);
main_layout->addLayout(vlayout);
QLabel *title = new QLabel(tr("Welcome to openpilot"));
QLabel *title = new QLabel(tr("Welcome to sunnypilot"));
title->setStyleSheet("font-size: 90px; font-weight: 500;");
vlayout->addWidget(title, 0, Qt::AlignTop | Qt::AlignLeft);
vlayout->addSpacing(90);
QLabel *desc = new QLabel(tr("You must accept the Terms and Conditions to use openpilot. Read the latest terms at <span style='color: #465BEA;'>https://comma.ai/terms</span> before continuing."));
QLabel *desc = new QLabel(tr("You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at <span style='color: #465BEA;'>https://comma.ai/terms</span> before continuing."));
desc->setWordWrap(true);
desc->setStyleSheet("font-size: 80px; font-weight: 300;");
vlayout->addWidget(desc, 0);
@@ -135,7 +135,7 @@ void DeclinePage::showEvent(QShowEvent *event) {
main_layout->setSpacing(40);
QLabel *text = new QLabel(this);
text->setText(tr("You must accept the Terms and Conditions in order to use openpilot."));
text->setText(tr("You must accept the Terms and Conditions in order to use sunnypilot."));
text->setStyleSheet(R"(font-size: 80px; font-weight: 300; margin: 200px;)");
text->setWordWrap(true);
main_layout->addWidget(text, 0, Qt::AlignCenter);
+14 -14
View File
@@ -21,8 +21,8 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
std::vector<std::tuple<QString, QString, QString, QString>> toggle_defs{
{
"OpenpilotEnabledToggle",
tr("Enable openpilot"),
tr("Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off."),
tr("Enable sunnypilot"),
tr("Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off."),
"../assets/img_chffr_wheel.png",
},
{
@@ -40,7 +40,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
{
"DisengageOnAccelerator",
tr("Disengage on Accelerator Pedal"),
tr("When enabled, pressing the accelerator pedal will disengage openpilot."),
tr("When enabled, pressing the accelerator pedal will disengage sunnypilot."),
"../assets/offroad/icon_disengage_on_accelerator.svg",
},
{
@@ -52,7 +52,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
{
"AlwaysOnDM",
tr("Always-On Driver Monitoring"),
tr("Enable driver monitoring even when openpilot is not engaged."),
tr("Enable driver monitoring even when sunnypilot is not engaged."),
"../assets/offroad/icon_monitoring.png",
},
{
@@ -72,8 +72,8 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
std::vector<QString> longi_button_texts{tr("Aggressive"), tr("Standard"), tr("Relaxed")};
long_personality_setting = new ButtonParamControl("LongitudinalPersonality", tr("Driving Personality"),
tr("Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. "
"In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with "
tr("Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. "
"In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with "
"your steering wheel distance button."),
"../assets/offroad/icon_speed_limit.png",
longi_button_texts);
@@ -130,9 +130,9 @@ void TogglesPanel::updateToggles() {
"%3<br>"
"<h4>%4</h4><br>"
"%5<br>")
.arg(tr("openpilot defaults to driving in <b>chill mode</b>. Experimental mode enables <b>alpha-level features</b> that aren't ready for chill mode. Experimental features are listed below:"))
.arg(tr("sunnypilot defaults to driving in <b>chill mode</b>. Experimental mode enables <b>alpha-level features</b> that aren't ready for chill mode. Experimental features are listed below:"))
.arg(tr("End-to-End Longitudinal Control"))
.arg(tr("Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. "
.arg(tr("Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. "
"Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; "
"mistakes should be expected."))
.arg(tr("New Driving Visualization"))
@@ -159,12 +159,12 @@ void TogglesPanel::updateToggles() {
const QString unavailable = tr("Experimental mode is currently unavailable on this car since the car's stock ACC is used for longitudinal control.");
QString long_desc = unavailable + " " + \
tr("openpilot longitudinal control may come in a future update.");
tr("sunnypilot longitudinal control may come in a future update.");
if (CP.getExperimentalLongitudinalAvailable()) {
if (is_release) {
long_desc = unavailable + " " + tr("An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.");
long_desc = unavailable + " " + tr("An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.");
} else {
long_desc = tr("Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.");
long_desc = tr("Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.");
}
}
experimental_mode_toggle->setDescription("<b>" + long_desc + "</b><br><br>" + e2e_description);
@@ -213,7 +213,7 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) {
addItem(resetCalibBtn);
#ifndef SUNNYPILOT
auto retrainingBtn = new ButtonControl(tr("Review Training Guide"), tr("REVIEW"), tr("Review the rules, features, and limitations of openpilot"));
auto retrainingBtn = new ButtonControl(tr("Review Training Guide"), tr("REVIEW"), tr("Review the rules, features, and limitations of sunnypilot"));
connect(retrainingBtn, &ButtonControl::clicked, [=]() {
if (ConfirmationDialog::confirm(tr("Are you sure you want to review the training guide?"), tr("Review"), this)) {
emit reviewTrainingGuide();
@@ -283,8 +283,8 @@ DevicePanel::DevicePanel(SettingsWindow *parent) : ListWidget(parent) {
void DevicePanel::updateCalibDescription() {
QString desc =
tr("openpilot requires the device to be mounted within 4° left or right and "
"within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.");
tr("sunnypilot requires the device to be mounted within 4° left or right and "
"within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.");
std::string calib_bytes = params.get("CalibrationParams");
if (!calib_bytes.empty()) {
try {
+1 -1
View File
@@ -35,7 +35,7 @@ OnroadAlerts::Alert OnroadAlerts::getAlert(const SubMaster &sm, uint64_t started
// Handle selfdrive timeout
if (selfdrive_frame < started_frame) {
// car is started, but selfdriveState hasn't been seen at all
a = {tr("openpilot Unavailable"), tr("Waiting to start"),
a = {tr("sunnypilot Unavailable"), tr("Waiting to start"),
"selfdriveWaiting", cereal::SelfdriveState::AlertSize::MID,
cereal::SelfdriveState::AlertStatus::NORMAL};
} else if (ss_missing > SELFDRIVE_STATE_TIMEOUT && !Hardware::PC()) {
+2 -2
View File
@@ -274,11 +274,11 @@ QWidget * Setup::software_selection() {
main_layout->addSpacing(50);
// openpilot + custom radio buttons
// sunnypilot + custom radio buttons
QButtonGroup *group = new QButtonGroup(widget);
group->setExclusive(true);
QWidget *openpilot = radio_button(tr("openpilot"), group);
QWidget *openpilot = radio_button(tr("sunnypilot"), group);
main_layout->addWidget(openpilot);
main_layout->addSpacing(30);
+1 -1
View File
@@ -26,7 +26,7 @@ QString getVersion() {
}
QString getBrand() {
return QObject::tr("openpilot");
return QObject::tr("sunnypilot");
}
QString getUserAgent() {
@@ -22,7 +22,7 @@ LateralPanel::LateralPanel(SettingsWindowSP *parent) : QFrame(parent) {
madsToggle = new ParamControl(
"Mads",
tr("Modular Assistive Driving System (MADS)"),
tr("Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement."),
tr("Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement."),
"");
madsToggle->setConfirmation(true, false);
list->addItem(madsToggle);
+268 -88
View File
@@ -87,6 +87,34 @@
<translation>من أجل &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>يجب عليك قبول الشروط والأحكام من أجل استخدام openpilot.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>يجب عليك قبول الشروط والأحكام من أجل استخدام sunnypilot.</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation>وضع المناورة الطولية</translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>التحكم الطولي openpilot (ألفا)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>التحكم الطولي sunnypilot (ألفا)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>تحذير: التحكم الطولي في openpilot في المرحلة ألفا لهذه السيارة، وسيقوم بتعطيل مكابح الطوارئ الآلية (AEB).</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>تحذير: التحكم الطولي في sunnypilot في المرحلة ألفا لهذه السيارة، وسيقوم بتعطيل مكابح الطوارئ الآلية (AEB).</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>في هذه السيارة يعمل openpilot افتراضياً بالشكل المدمج في التحكم التكيفي في السرعة بدلاً من التحكم الطولي. قم بتمكين هذا الخيار من أجل الانتقال إلى التحكم الطولي. يوصى بتمكين الوضع التجريبي عند استخدام وضع التحكم الطولي ألفا من openpilot.</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>في هذه السيارة يعمل sunnypilot افتراضياً بالشكل المدمج في التحكم التكيفي في السرعة بدلاً من التحكم الطولي. قم بتمكين هذا الخيار من أجل الانتقال إلى التحكم الطولي. يوصى بتمكين الوضع التجريبي عند استخدام وضع التحكم الطولي ألفا من sunnypilot.</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation>مراجعة</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>مراجعة الأدوار والميزات والقيود في openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>مراجعة الأدوار والميزات والقيود في sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation>إيقاف التشغيل</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>يحتاج openpilot أن يتم ضبط الجهاز ضمن حدود 4 درجات يميناً أو يساراً و5 درجات نحو الأعلى أو 9 نحو الأسفل. يقوم openpilot بالمعايرة باستمرار، ونادراً ما يحتاج إلى عملية إعادة الضبط.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>يحتاج sunnypilot أن يتم ضبط الجهاز ضمن حدود 4 درجات يميناً أو يساراً و5 درجات نحو الأعلى أو 9 نحو الأسفل. يقوم sunnypilot بالمعايرة باستمرار، ونادراً ما يحتاج إلى عملية إعادة الضبط.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished">إعادة الضبط</translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,14 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 وضع خرطوم الحريق 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>يتعلم تطبيق openpilot كيفية القيادة من خلال مشاهدة البشر، مثلك، أثناء القيادة.
يتيح لك وضع خرطوم الحريق زيادة تحميلات بيانات التدريب لتحسين نماذج القيادة في OpenPilot. كلما زادت البيانات، زادت النماذج، مما يعني وضعًا تجريبيًا أفضل.</translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation>وضع خرطوم الحريق: نشط</translation>
@@ -450,8 +490,8 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>نشط</translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation>للحصول على أقصى فعالية، أحضر جهازك إلى الداخل واتصل بمحول USB-C جيد وشبكة Wi-Fi أسبوعياً.&lt;br&gt;&lt;br&gt;يمكن أن يعمل وضع خرطوم الحريق أيضاً أثناء القيادة إذا كنت متصلاً بنقطة اتصال أو ببطاقة SIM غير محدودة.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;الأسئلة المتكررة&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يهم كيف أو أين أقود؟&lt;/i&gt; لا، فقط قد كما تفعل عادة.&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يتم سحب كل مقاطع رحلاتي في وضع خرطوم الحريق؟&lt;/i&gt; لا، نقوم بسحب مجموعة مختارة من مقاطع رحلاتك.&lt;br&gt;&lt;br&gt;&lt;i&gt;ما هو محول USB-C الجيد؟&lt;/i&gt; أي شاحن سريع للهاتف أو اللابتوب يجب أن يكون مناسباً.&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يهم أي برنامج أستخدم؟&lt;/i&gt; نعم، فقط النسخة الأصلية من openpilot (وأفرع معينة) يمكن استخدامها للتدريب.</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation>للحصول على أقصى فعالية، أحضر جهازك إلى الداخل واتصل بمحول USB-C جيد وشبكة Wi-Fi أسبوعياً.&lt;br&gt;&lt;br&gt;يمكن أن يعمل وضع خرطوم الحريق أيضاً أثناء القيادة إذا كنت متصلاً بنقطة اتصال أو ببطاقة SIM غير محدودة.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;الأسئلة المتكررة&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يهم كيف أو أين أقود؟&lt;/i&gt; لا، فقط قد كما تفعل عادة.&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يتم سحب كل مقاطع رحلاتي في وضع خرطوم الحريق؟&lt;/i&gt; لا، نقوم بسحب مجموعة مختارة من مقاطع رحلاتك.&lt;br&gt;&lt;br&gt;&lt;i&gt;ما هو محول USB-C الجيد؟&lt;/i&gt; أي شاحن سريع للهاتف أو اللابتوب يجب أن يكون مناسباً.&lt;br&gt;&lt;br&gt;&lt;i&gt;هل يهم أي برنامج أستخدم؟&lt;/i&gt; نعم، فقط النسخة الأصلية من sunnypilot (وأفرع معينة) يمكن استخدامها للتدريب.</translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
@@ -464,6 +504,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform>حتى الآن، يوجد &lt;/b&gt;%n مقطع&lt;b&gt;%n من قيادتك في مجموعة بيانات التدريب.</numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -509,6 +555,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>جارٍ التثبيت...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished">السابق</translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -540,14 +620,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -592,6 +676,65 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
@@ -599,12 +742,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>درجة حرارة الجهاز مرتفعة جداً. يقوم النظام بالتبريد قبل البدء. درجة الحرارة الحالية للمكونات الداخلية: %1</translation>
</message>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>اتصل فوراً بالإنترنت للتحقق من وجود تحديثات. إذا لم تكم متصلاً بالإنترنت فإن openpilot لن يساهم في %1</translation>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>اتصل فوراً بالإنترنت للتحقق من وجود تحديثات. إذا لم تكم متصلاً بالإنترنت فإن sunnypilot لن يساهم في %1</translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>اتصل بالإنترنت للتحقق من وجود تحديثات. لا يعمل openpilot تلقائياً إلا إذا اتصل بالإنترنت من أجل التحقق من التحديثات.</translation>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>اتصل بالإنترنت للتحقق من وجود تحديثات. لا يعمل sunnypilot تلقائياً إلا إذا اتصل بالإنترنت من أجل التحقق من التحديثات.</translation>
</message>
<message>
<source>Unable to download updates
@@ -633,12 +776,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>تم اكتشاف محرك NVMe غير مدعوم. قد يستهلك الجهاز قدراً أكبر بكثير من الطاقة، وزيادة في ارتفاع درجة الحرارة بسبب وجود NVMe غير مدعوم.</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>لم يكن openpilot قادراً على تحديد سيارتك. إما أن تكون سيارتك غير مدعومة أو أنه لم يتم التعرف على وحدة التحكم الإلكتروني (ECUs) فيها. يرجى تقديم طلب سحب من أجل إضافة نسخ برمجيات ثابتة إلى السيارة المناسبة. هل تحتاج إلى أي مساعدة؟ لا تتردد في التواصل مع doscord.comma.ai.</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>لم يكن sunnypilot قادراً على تحديد سيارتك. إما أن تكون سيارتك غير مدعومة أو أنه لم يتم التعرف على وحدة التحكم الإلكتروني (ECUs) فيها. يرجى تقديم طلب سحب من أجل إضافة نسخ برمجيات ثابتة إلى السيارة المناسبة. هل تحتاج إلى أي مساعدة؟ لا تتردد في التواصل مع doscord.comma.ai.</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>لقد اكتشف openpilot تغييراً في موقع تركيب الجهاز. تأكد من تثبيت الجهاز بشكل كامل في موقعه وتثبيته بإحكام على الزجاج الأمامي.</translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>لقد اكتشف sunnypilot تغييراً في موقع تركيب الجهاز. تأكد من تثبيت الجهاز بشكل كامل في موقعه وتثبيته بإحكام على الزجاج الأمامي.</translation>
</message>
<message>
<source>sunnypilot is now in Always Offroad mode. sunnypilot won&apos;t start until Always Offroad mode is disabled. Go to &quot;Settings&quot; -&gt; &quot;Device&quot; to exit Always Offroad mode.</source>
@@ -663,8 +806,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilot غير متوفر</translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilot غير متوفر</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -836,8 +979,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>إغلاق</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -975,10 +1118,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished">البرنامج</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -995,6 +1134,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished">خرطوم الحريق</translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1083,8 +1226,8 @@ This may take up to a minute.</source>
<translation>اختر البرنامج للتثبيت</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1506,6 +1649,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1546,21 +1741,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1572,24 +1752,16 @@ This may take up to a minute.</source>
<translation>أوافق</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>مرحباً بكم في openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation>مرحباً بكم في sunnypilot</translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>يجب عليك قبول الشروط والأحكام لاستخدام openpilot. اقرأ أحدث الشروط على &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; قبل الاستمرار.</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>يجب عليك قبول الشروط والأحكام لاستخدام sunnypilot. اقرأ أحدث الشروط على &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; قبل الاستمرار.</translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>تمكين openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>استخدم نظام openpilot من أجل الضبط التكيفي للسرعة والحفاظ على مساعدة السائق للبقاء في المسار. انتباهك مطلوب في جميع الأوقات مع استخدام هذه الميزة. يعمل هذا التغيير في الإعدادات عند إيقاف تشغيل السيارة.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation>قم بتمكين تحذيرات مغادرة المسار</translation>
@@ -1619,8 +1791,8 @@ This may take up to a minute.</source>
<translation>فك الارتباط عن دواسة الوقود</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>عند تمكين هذه الميزة، فإن الضغط على دواسة الوقود سيؤدي إلى فك ارتباط openpilot.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>عند تمكين هذه الميزة، فإن الضغط على دواسة الوقود سيؤدي إلى فك ارتباط sunnypilot.</translation>
</message>
<message>
<source>Experimental Mode</source>
@@ -1643,16 +1815,16 @@ This may take up to a minute.</source>
<translation>شخصية القيادة</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>يتم وضع openpilot بشكل قياسي في &lt;b&gt;وضعية الراحة&lt;/b&gt;. يمكن الوضع التجريبي &lt;b&gt;ميزات المستوى ألفا&lt;/b&gt; التي لا تكون جاهزة في وضع الراحة:</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>يتم وضع sunnypilot بشكل قياسي في &lt;b&gt;وضعية الراحة&lt;/b&gt;. يمكن الوضع التجريبي &lt;b&gt;ميزات المستوى ألفا&lt;/b&gt; التي لا تكون جاهزة في وضع الراحة:</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>التحكم الطولي من طرف إلى طرف</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>دع نظام القيادة يتحكم بالوقود والمكابح. سيقوم openpilot بالقيادة كما لو أنه كائن بشري، بما في ذلك التوقف عند الإشارة الحمراء، وإشارات التوقف. وبما أن نمط القيادة يحدد سرعة القيادة، فإن السرعة المضبوطة تشكل الحد الأقصى فقط. هذه خاصية الجودة ألفا، فيجب توقع حدوث الأخطاء.</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>دع نظام القيادة يتحكم بالوقود والمكابح. سيقوم sunnypilot بالقيادة كما لو أنه كائن بشري، بما في ذلك التوقف عند الإشارة الحمراء، وإشارات التوقف. وبما أن نمط القيادة يحدد سرعة القيادة، فإن السرعة المضبوطة تشكل الحد الأقصى فقط. هذه خاصية الجودة ألفا، فيجب توقع حدوث الأخطاء.</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1663,20 +1835,20 @@ This may take up to a minute.</source>
<translation>الوضع التجريبي غير متوفر حالياً في هذه السيارة نظراً لاستخدام رصيد التحكم التكيفي بالسرعة من أجل التحكم الطولي.</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>قد يتم الحصول على التحكم الطولي في openpilot في عمليات التحديث المستقبلية.</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>قد يتم الحصول على التحكم الطولي في sunnypilot في عمليات التحديث المستقبلية.</translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>يمكن اختبار نسخة ألفا من التحكم الطولي من openpilot، مع الوضع التجريبي، لكن على الفروع غير المطلقة.</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>يمكن اختبار نسخة ألفا من التحكم الطولي من sunnypilot، مع الوضع التجريبي، لكن على الفروع غير المطلقة.</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>تمكين التحكم الطولي من openpilot (ألفا) للسماح بالوضع التجريبي.</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>تمكين التحكم الطولي من sunnypilot (ألفا) للسماح بالوضع التجريبي.</translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>يوصى بالمعيار. في الوضع العدواني، سيتبع الطيار المفتوح السيارات الرائدة بشكل أقرب ويكون أكثر عدوانية مع البنزين والفرامل. في الوضع المريح، سيبقى openpilot بعيدًا عن السيارات الرائدة. في السيارات المدعومة، يمكنك التنقل بين هذه الشخصيات باستخدام زر مسافة عجلة القيادة.</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>يوصى بالمعيار. في الوضع العدواني، سيتبع الطيار المفتوح السيارات الرائدة بشكل أقرب ويكون أكثر عدوانية مع البنزين والفرامل. في الوضع المريح، سيبقى sunnypilot بعيدًا عن السيارات الرائدة. في السيارات المدعومة، يمكنك التنقل بين هذه الشخصيات باستخدام زر مسافة عجلة القيادة.</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1687,7 +1859,7 @@ This may take up to a minute.</source>
<translation>مراقبة السائق المستمرة</translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>تمكين مراقبة السائق حتى عندما لا يكون نظام OpenPilot مُفعّلاً.</translation>
</message>
<message>
@@ -1698,6 +1870,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>تمكين sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>استخدم نظام sunnypilot من أجل الضبط التكيفي للسرعة والحفاظ على مساعدة السائق للبقاء في المسار. انتباهك مطلوب في جميع الأوقات مع استخدام هذه الميزة. يعمل هذا التغيير في الإعدادات عند إيقاف تشغيل السيارة.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1740,14 +1920,14 @@ This may take up to a minute.</source>
<source>Open</source>
<translation>انفتح</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation>قم بزيادة تحميلات بيانات التدريب الخاصة بك لتحسين نماذج القيادة الخاصة بـ openpilot.</translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; وضع خرطوم الحريق &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+246 -64
View File
@@ -87,6 +87,34 @@
<translation type="unfinished">für &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,7 +129,7 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Du musst die Nutzungsbedingungen akzeptieren, um Openpilot zu benutzen.</translation>
</message>
<message>
@@ -124,15 +152,15 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -219,7 +247,7 @@
<translation>TRAINING</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Wiederhole die Regeln, Fähigkeiten und Limitierungen von Openpilot</translation>
</message>
<message>
@@ -255,7 +283,7 @@
<translation>Ausschalten</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>Damit Openpilot funktioniert, darf die Installationsposition nicht mehr als 4° nach rechts/links, 5° nach oben und 9° nach unten abweichen. Openpilot kalibriert sich durchgehend, ein Zurücksetzen ist selten notwendig.</translation>
</message>
<message>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished">Zurücksetzen</translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,12 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation type="unfinished"></translation>
@@ -448,7 +490,7 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
@@ -458,6 +500,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -499,6 +547,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>Installiere...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished">Zurück</translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +612,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -583,13 +669,72 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -618,11 +763,11 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -652,7 +797,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<source>sunnypilot Unavailable</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -825,8 +970,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Verlassen</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -951,10 +1096,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished">Software</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -971,6 +1112,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1059,8 +1204,8 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot</source>
<translation type="unfinished">openpilot</translation>
<source>sunnypilot</source>
<translation type="unfinished">sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1484,6 +1629,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1524,21 +1721,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1550,24 +1732,16 @@ This may take up to a minute.</source>
<translation>Zustimmen</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>Openpilot aktivieren</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Benutze das Openpilot System als adaptiven Tempomaten und Spurhalteassistenten. Deine Aufmerksamkeit ist jederzeit erforderlich, um diese Funktion zu nutzen. Diese Einstellung wird übernommen, wenn das Auto aus ist.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation>Spurverlassenswarnungen aktivieren</translation>
@@ -1593,7 +1767,7 @@ This may take up to a minute.</source>
<translation>Lade Daten der Fahreraufmerksamkeitsüberwachungskamera hoch, um die Fahreraufmerksamkeitsüberwachungsalgorithmen zu verbessern.</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Wenn aktiviert, deaktiviert sich Openpilot sobald das Gaspedal betätigt wird.</translation>
</message>
<message>
@@ -1605,11 +1779,11 @@ This may take up to a minute.</source>
<translation>Bei Gasbetätigung ausschalten</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>Openpilot fährt standardmäßig im &lt;b&gt;entspannten Modus&lt;/b&gt;. Der Experimentelle Modus aktiviert&lt;b&gt;Alpha-level Funktionen&lt;/b&gt;, die noch nicht für den entspannten Modus bereit sind. Die experimentellen Funktionen sind die Folgenden:</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Lass das Fahrmodell Gas und Bremse kontrollieren. Openpilot wird so fahren, wie es dies von einem Menschen erwarten würde; inklusive des Anhaltens für Ampeln und Stoppschildern. Da das Fahrmodell entscheidet wie schnell es fährt stellt die gesetzte Geschwindigkeit lediglich das obere Limit dar. Dies ist ein Alpha-level Funktion. Fehler sind zu erwarten.</translation>
</message>
<message>
@@ -1641,19 +1815,19 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1665,7 +1839,7 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1676,6 +1850,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>sunnypilot aktivieren</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Benutze das sunnypilot System als adaptiven Tempomaten und Spurhalteassistenten. Deine Aufmerksamkeit ist jederzeit erforderlich, um diese Funktion zu nutzen. Diese Einstellung wird übernommen, wenn das Auto aus ist.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1719,11 +1901,11 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
+279 -103
View File
@@ -87,6 +87,34 @@
<translation>para &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>Debe aceptar los términos y condiciones para poder utilizar openpilot.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Debe aceptar los términos y condiciones para poder utilizar sunnypilot.</translation>
</message>
<message>
<source>Back</source>
@@ -124,24 +152,24 @@
<translation>Modo de maniobra longitudinal</translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>Control longitudinal de openpilot (fase experimental)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>Control longitudinal de sunnypilot (fase experimental)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>AVISO: el control longitudinal de openpilot está en fase experimental para este automóvil y desactivará el Frenado Automático de Emergencia (AEB).</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>AVISO: el control longitudinal de sunnypilot está en fase experimental para este automóvil y desactivará el Frenado Automático de Emergencia (AEB).</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>En este automóvil, openpilot se configura de manera predeterminada con el Autocrucero Adaptativo (ACC) incorporado en el automóvil en lugar del control longitudinal de openpilot. Habilita esta opción para cambiar al control longitudinal de openpilot. Se recomienda activar el modo experimental al habilitar el control longitudinal de openpilot (aún en fase experimental).</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>En este automóvil, sunnypilot se configura de manera predeterminada con el Autocrucero Adaptativo (ACC) incorporado en el automóvil en lugar del control longitudinal de sunnypilot. Habilita esta opción para cambiar al control longitudinal de sunnypilot. Se recomienda activar el modo experimental al habilitar el control longitudinal de sunnypilot (aún en fase experimental).</translation>
</message>
<message>
<source>Enable ADB</source>
<translation>Activar ADB</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>ADB (Android Debug Bridge) allows connecting to your device over USB or over the network. See https://docs.comma.ai/how-to/connect-to-comma for more info.</source>
<translation>ADB (Android Debug Bridge) permite conectar a su dispositivo por USB o por red. Visite https://docs.comma.ai/how-to/connect-to-comma para más información.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hyundai: Enable Radar Tracks</source>
@@ -235,8 +263,8 @@
<translation>REVISAR</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>Revisar las reglas, características y limitaciones de openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Revisar las reglas, características y limitaciones de sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -275,8 +303,8 @@
<translation>Apagar</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot requiere que el dispositivo sea montado entre 4° grados a la izquierda o derecha y entre 5° grados hacia arriba o 9° grados hacia abajo. openpilot está constantemente en calibración, formatear rara vez es necesario.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot requiere que el dispositivo sea montado entre 4° grados a la izquierda o derecha y entre 5° grados hacia arriba o 9° grados hacia abajo. sunnypilot está constantemente en calibración, formatear rara vez es necesario.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished">Formatear</translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -431,38 +479,36 @@
<name>FirehosePanel</name>
<message>
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 Modo Firehose 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>openpilot aprende a conducir observando a humanos, como , conducir.
El Modo Firehose te permite maximizar las subidas de datos de entrenamiento para mejorar los modelos de conducción de openpilot. Más datos significan modelos más grandes, lo que significa un mejor Modo Experimental.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation>Modo Firehose: ACTIVO</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>ACTIVE</source>
<translation>ACTIVO</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation>Para máxima efectividad, traiga su dispositivo adentro y conéctelo a un buen adaptador USB-C y Wi-Fi semanalmente.&lt;br&gt;&lt;br&gt;El Modo Firehose también puede funcionar mientras conduce si está conectado a un punto de acceso o tarjeta SIM ilimitada.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Preguntas Frecuentes&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;¿Importa cómo o dónde conduzco?&lt;/i&gt; No, solo conduzca como lo haría normalmente.&lt;br&gt;&lt;br&gt;&lt;i&gt;¿Se extraen todos mis segmentos en el Modo Firehose?&lt;/i&gt; No, seleccionamos selectivamente un subconjunto de sus segmentos.&lt;br&gt;&lt;br&gt;&lt;i&gt;¿Qué es un buen adaptador USB-C?&lt;/i&gt; Cualquier cargador rápido de teléfono o portátil debería funcionar.&lt;br&gt;&lt;br&gt;&lt;i&gt;¿Importa qué software ejecuto?&lt;/i&gt; Sí, solo el openpilot original (y forks específicos) pueden usarse para el entrenamiento.</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
<translation>
<numerusform>&lt;b&gt;%n segmento&lt;/b&gt; de tu conducción está en el conjunto de datos de entrenamiento hasta ahora.</numerusform>
<numerusform>&lt;b&gt;%n segmentos&lt;/b&gt; de tu conducción están en el conjunto de datos de entrenamiento hasta ahora.</numerusform>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVO&lt;/span&gt;: conéctate a una red sin límite de datos</translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -501,6 +547,40 @@ El Modo Firehose te permite maximizar las subidas de datos de entrenamiento para
<translation>Instalando...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -532,14 +612,18 @@ El Modo Firehose te permite maximizar las subidas de datos de entrenamiento para
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -584,6 +668,65 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
@@ -591,12 +734,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>La temperatura del dispositivo es muy alta. El sistema se está enfriando antes de iniciar. Temperatura actual del componente interno: %1</translation>
</message>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>Conéctese inmediatamente al internet para buscar actualizaciones. Si no se conecta al internet, openpilot no iniciará en %1</translation>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>Conéctese inmediatamente al internet para buscar actualizaciones. Si no se conecta al internet, sunnypilot no iniciará en %1</translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Conectese al internet para buscar actualizaciones. openpilot no iniciará automáticamente hasta conectarse al internet para buscar actualizaciones.</translation>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Conectese al internet para buscar actualizaciones. sunnypilot no iniciará automáticamente hasta conectarse al internet para buscar actualizaciones.</translation>
</message>
<message>
<source>Unable to download updates
@@ -625,12 +768,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Se detectó una unidad NVMe incompatible. El dispositivo puede consumir mucha más energía y sobrecalentarse debido a esto.</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilot no pudo identificar su automóvil. Su automóvil no es compatible o no se reconocen sus ECU. Por favor haga un pull request para agregar las versiones de firmware del vehículo adecuado. ¿Necesita ayuda? Únase a discord.comma.ai.</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot no pudo identificar su automóvil. Su automóvil no es compatible o no se reconocen sus ECU. Por favor haga un pull request para agregar las versiones de firmware del vehículo adecuado. ¿Necesita ayuda? Únase a discord.comma.ai.</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilot detectó un cambio en la posición de montaje del dispositivo. Asegúrese de que el dispositivo esté completamente asentado en el soporte y que el soporte esté firmemente asegurado al parabrisas.</translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot detectó un cambio en la posición de montaje del dispositivo. Asegúrese de que el dispositivo esté completamente asentado en el soporte y que el soporte esté firmemente asegurado al parabrisas.</translation>
</message>
<message>
<source>sunnypilot is now in Always Offroad mode. sunnypilot won&apos;t start until Always Offroad mode is disabled. Go to &quot;Settings&quot; -&gt; &quot;Device&quot; to exit Always Offroad mode.</source>
@@ -655,8 +798,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilot no disponible</translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilot no disponible</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -828,8 +971,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Salir</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>now</source>
@@ -926,7 +1069,7 @@ Esto puede tardar un minuto.</translation>
</message>
<message>
<source>Firehose</source>
<translation>Firehose</translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -955,10 +1098,6 @@ Esto puede tardar un minuto.</translation>
<source>Software</source>
<translation type="unfinished">Software</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -975,6 +1114,10 @@ Esto puede tardar un minuto.</translation>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1035,8 +1178,8 @@ Esto puede tardar un minuto.</translation>
<translation>Elija el software a instalar</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1470,10 +1613,6 @@ Esto puede tardar un minuto.</translation>
<source>sunnylink Dongle ID not found. This may be due to weak internet connection or sunnylink registration issue. Please reboot and try again.</source>
<translation type="unfinished">ID del dongle de sunnylink no encontrado. Esto puede deberse a una conexión débil o a un problema de registro en sunnylink. Por favor, reinicia y vuelve a intentarlo.</translation>
</message>
<message>
<source>THANKS</source>
<translation type="obsolete">GRACIAS</translation>
</message>
<message>
<source>Not Sponsor</source>
<translation type="unfinished">No patrocinador</translation>
@@ -1490,6 +1629,58 @@ Esto puede tardar un minuto.</translation>
<source>THANKS </source>
<translation type="unfinished">GRACIAS </translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1530,21 +1721,6 @@ Esto puede tardar un minuto.</translation>
<translation type="unfinished">Acceso temprano: conviértete en patrocinador de sunnypilot</translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1556,24 +1732,16 @@ Esto puede tardar un minuto.</translation>
<translation>Aceptar</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>Bienvenido a openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>Debe aceptar los Términos y Condiciones para usar openpilot. Lea los términos más recientes en &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; antes de continuar.</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>Activar openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Utilice el sistema openpilot para acceder a un autocrucero adaptativo y asistencia al conductor para mantenerse en el carril. Se requiere su atención en todo momento para utilizar esta función. Cambiar esta configuración solo tendrá efecto con el auto apagado.</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation>Modo Experimental</translation>
@@ -1583,8 +1751,8 @@ Esto puede tardar un minuto.</translation>
<translation>Desactivar con el Acelerador</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Cuando esté activado, presionar el acelerador deshabilitará openpilot.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Cuando esté activado, presionar el acelerador deshabilitará sunnypilot.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
@@ -1599,7 +1767,7 @@ Esto puede tardar un minuto.</translation>
<translation>Monitoreo Permanente del Conductor</translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>Habilitar el monitoreo del conductor incluso cuando Openpilot no esté activado.</translation>
</message>
<message>
@@ -1635,20 +1803,20 @@ Esto puede tardar un minuto.</translation>
<translation>Personalidad de conducción</translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Se recomienda el modo estándar. En el modo agresivo, openpilot seguirá más cerca a los autos delante suyo y será más agresivo con el acelerador y el freno. En modo relajado, openpilot se mantendrá más alejado de los autos delante suyo. En automóviles compatibles, puede recorrer estas personalidades con el botón de distancia del volante.</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Se recomienda el modo estándar. En el modo agresivo, sunnypilot seguirá más cerca a los autos delante suyo y será más agresivo con el acelerador y el freno. En modo relajado, sunnypilot se mantendrá más alejado de los autos delante suyo. En automóviles compatibles, puede recorrer estas personalidades con el botón de distancia del volante.</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>openpilot por defecto conduce en &lt;b&gt;modo chill&lt;/b&gt;. El modo Experimental activa &lt;b&gt;funcionalidades en fase experimental&lt;/b&gt;, que no están listas para el modo chill. Las funcionalidades del modo expeimental están listados abajo:</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilot por defecto conduce en &lt;b&gt;modo chill&lt;/b&gt;. El modo Experimental activa &lt;b&gt;funcionalidades en fase experimental&lt;/b&gt;, que no están listas para el modo chill. Las funcionalidades del modo expeimental están listados abajo:</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>Control Longitudinal de Punta a Punta</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Dajar que el modelo de conducción controle la aceleración y el frenado. openpilot conducirá como piensa que lo haría una persona, incluiyendo parar en los semáforos en rojo y las señales de alto. Dado que el modelo decide la velocidad de conducción, la velocidad de crucero establecida solo actuará como el límite superior. Este recurso aún está en fase experimental; deberían esperarse errores.</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Dajar que el modelo de conducción controle la aceleración y el frenado. sunnypilot conducirá como piensa que lo haría una persona, incluiyendo parar en los semáforos en rojo y las señales de alto. Dado que el modelo decide la velocidad de conducción, la velocidad de crucero establecida solo actuará como el límite superior. Este recurso aún está en fase experimental; deberían esperarse errores.</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1663,15 +1831,15 @@ Esto puede tardar un minuto.</translation>
<translation>El modo Experimental no está disponible actualmente para este auto, ya que el ACC default del auto está siendo usado para el control longitudinal.</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>El control longitudinal de openpilot podrá llegar en futuras actualizaciones.</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>El control longitudinal de sunnypilot podrá llegar en futuras actualizaciones.</translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Se puede probar una versión experimental del control longitudinal openpilot, junto con el modo Experimental, en ramas no liberadas.</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Se puede probar una versión experimental del control longitudinal sunnypilot, junto con el modo Experimental, en ramas no liberadas.</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>Activar el control longitudinal (fase experimental) para permitir el modo Experimental.</translation>
</message>
<message>
@@ -1682,6 +1850,14 @@ Esto puede tardar un minuto.</translation>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>Activar sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Utilice el sistema sunnypilot para acceder a un autocrucero adaptativo y asistencia al conductor para mantenerse en el carril. Se requiere su atención en todo momento para utilizar esta función. Cambiar esta configuración solo tendrá efecto con el auto apagado.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1722,15 +1898,15 @@ Esto puede tardar un minuto.</translation>
<name>WiFiPromptWidget</name>
<message>
<source>Open</source>
<translation>Abrir</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation>Maximice sus cargas de datos de entrenamiento para mejorar los modelos de conducción de openpilot.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Modo Firehose &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
+264 -82
View File
@@ -87,6 +87,34 @@
<translation>pour &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>Vous devez accepter les conditions générales pour utiliser openpilot.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Vous devez accepter les conditions générales pour utiliser sunnypilot.</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation>Mode manœuvre longitudinale</translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>Contrôle longitudinal openpilot (Alpha)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>Contrôle longitudinal sunnypilot (Alpha)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>ATTENTION : le contrôle longitudinal openpilot est en alpha pour cette voiture et désactivera le freinage d&apos;urgence automatique (AEB).</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>ATTENTION : le contrôle longitudinal sunnypilot est en alpha pour cette voiture et désactivera le freinage d&apos;urgence automatique (AEB).</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>Sur cette voiture, openpilot utilise par défaut le régulateur de vitesse adaptatif intégré à la voiture plutôt que le contrôle longitudinal d&apos;openpilot. Activez ceci pour passer au contrôle longitudinal openpilot. Il est recommandé d&apos;activer le mode expérimental lors de l&apos;activation du contrôle longitudinal openpilot alpha.</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>Sur cette voiture, sunnypilot utilise par défaut le régulateur de vitesse adaptatif intégré à la voiture plutôt que le contrôle longitudinal d&apos;sunnypilot. Activez ceci pour passer au contrôle longitudinal sunnypilot. Il est recommandé d&apos;activer le mode expérimental lors de l&apos;activation du contrôle longitudinal sunnypilot alpha.</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -223,8 +251,8 @@
<translation>REVOIR</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>Revoir les règles, fonctionnalités et limitations d&apos;openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Revoir les règles, fonctionnalités et limitations d&apos;sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -263,8 +291,8 @@
<translation>Éteindre</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot nécessite que l&apos;appareil soit monté à 4° à gauche ou à droite et à 5° vers le haut ou 9° vers le bas. openpilot se calibre en continu, la réinitialisation est rarement nécessaire.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot nécessite que l&apos;appareil soit monté à 4° à gauche ou à droite et à 5° vers le haut ou 9° vers le bas. sunnypilot se calibre en continu, la réinitialisation est rarement nécessaire.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished">Réinitialiser</translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,12 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation type="unfinished"></translation>
@@ -448,7 +490,7 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
@@ -458,6 +500,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -499,6 +547,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>Installation...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished">Retour</translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +612,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -582,6 +668,65 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
@@ -589,12 +734,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Température de l&apos;appareil trop élevée. Le système doit refroidir avant de démarrer. Température actuelle de l&apos;appareil : %1</translation>
</message>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>Connectez-vous immédiatement à internet pour vérifier les mises à jour. Si vous ne vous connectez pas à internet, openpilot ne s&apos;engagera pas dans %1</translation>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>Connectez-vous immédiatement à internet pour vérifier les mises à jour. Si vous ne vous connectez pas à internet, sunnypilot ne s&apos;engagera pas dans %1</translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Connectez l&apos;appareil à internet pour vérifier les mises à jour. openpilot ne démarrera pas automatiquement tant qu&apos;il ne se connecte pas à internet pour vérifier les mises à jour.</translation>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Connectez l&apos;appareil à internet pour vérifier les mises à jour. sunnypilot ne démarrera pas automatiquement tant qu&apos;il ne se connecte pas à internet pour vérifier les mises à jour.</translation>
</message>
<message>
<source>Unable to download updates
@@ -623,12 +768,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Disque NVMe non supporté détecté. L&apos;appareil peut consommer beaucoup plus d&apos;énergie et surchauffer en raison du NVMe non supporté.</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilot n&apos;a pas pu identifier votre voiture. Votre voiture n&apos;est pas supportée ou ses ECUs ne sont pas reconnues. Veuillez soumettre un pull request pour ajouter les versions de firmware au véhicule approprié. Besoin d&apos;aide ? Rejoignez discord.comma.ai.</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot n&apos;a pas pu identifier votre voiture. Votre voiture n&apos;est pas supportée ou ses ECUs ne sont pas reconnues. Veuillez soumettre un pull request pour ajouter les versions de firmware au véhicule approprié. Besoin d&apos;aide ? Rejoignez discord.comma.ai.</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilot a détecté un changement dans la position de montage de l&apos;appareil. Assurez-vous que l&apos;appareil est totalement inséré dans le support et que le support est fermement fixé au pare-brise.</translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot a détecté un changement dans la position de montage de l&apos;appareil. Assurez-vous que l&apos;appareil est totalement inséré dans le support et que le support est fermement fixé au pare-brise.</translation>
</message>
<message>
<source>sunnypilot is now in Always Offroad mode. sunnypilot won&apos;t start until Always Offroad mode is disabled. Go to &quot;Settings&quot; -&gt; &quot;Device&quot; to exit Always Offroad mode.</source>
@@ -653,8 +798,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilot indisponible</translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilot indisponible</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -826,8 +971,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Quitter</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -953,10 +1098,6 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<source>Software</source>
<translation type="unfinished">Logiciel</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -973,6 +1114,10 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1061,8 +1206,8 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Choisir le logiciel à installer</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1484,6 +1629,58 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1524,21 +1721,6 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1550,24 +1732,16 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Accepter</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>Activer openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Utilisez le système openpilot pour le régulateur de vitesse adaptatif et l&apos;assistance au maintien de voie. Votre attention est requise en permanence pour utiliser cette fonctionnalité. La modification de ce paramètre prend effet lorsque la voiture est éteinte.</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation>Mode expérimental</translation>
@@ -1577,8 +1751,8 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Désengager avec la pédale d&apos;accélérateur</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Lorsqu&apos;il est activé, appuyer sur la pédale d&apos;accélérateur désengagera openpilot.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Lorsqu&apos;il est activé, appuyer sur la pédale d&apos;accélérateur désengagera sunnypilot.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
@@ -1621,12 +1795,12 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Personnalité de conduite</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>Par défaut, openpilot conduit en &lt;b&gt;mode détente&lt;/b&gt;. Le mode expérimental permet d&apos;activer des &lt;b&gt;fonctionnalités alpha&lt;/b&gt; qui ne sont pas prêtes pour le mode détente. Les fonctionnalités expérimentales sont listées ci-dessous :</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>Par défaut, sunnypilot conduit en &lt;b&gt;mode détente&lt;/b&gt;. Le mode expérimental permet d&apos;activer des &lt;b&gt;fonctionnalités alpha&lt;/b&gt; qui ne sont pas prêtes pour le mode détente. Les fonctionnalités expérimentales sont listées ci-dessous :</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Laissez le modèle de conduite contrôler l&apos;accélérateur et les freins. openpilot conduira comme il pense qu&apos;un humain le ferait, y compris s&apos;arrêter aux feux rouges et aux panneaux stop. Comme le modèle de conduite décide de la vitesse à adopter, la vitesse définie ne servira que de limite supérieure. Cette fonctionnalité est de qualité alpha ; des erreurs sont à prévoir.</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Laissez le modèle de conduite contrôler l&apos;accélérateur et les freins. sunnypilot conduira comme il pense qu&apos;un humain le ferait, y compris s&apos;arrêter aux feux rouges et aux panneaux stop. Comme le modèle de conduite décide de la vitesse à adopter, la vitesse définie ne servira que de limite supérieure. Cette fonctionnalité est de qualité alpha ; des erreurs sont à prévoir.</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1637,24 +1811,24 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Le mode expérimental est actuellement indisponible pour cette voiture car le régulateur de vitesse adaptatif d&apos;origine est utilisé pour le contrôle longitudinal.</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>Le contrôle longitudinal openpilot pourrait être disponible dans une future mise à jour.</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>Le contrôle longitudinal sunnypilot pourrait être disponible dans une future mise à jour.</translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Une version alpha du contrôle longitudinal openpilot peut être testée, avec le mode expérimental, sur des branches non publiées.</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Une version alpha du contrôle longitudinal sunnypilot peut être testée, avec le mode expérimental, sur des branches non publiées.</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>Contrôle longitudinal de bout en bout</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>Activer le contrôle longitudinal d&apos;openpilot (en alpha) pour autoriser le mode expérimental.</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>Activer le contrôle longitudinal d&apos;sunnypilot (en alpha) pour autoriser le mode expérimental.</translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Le mode Standard est recommandé. En mode Agressif, openpilot suivra les véhicules de plus près et sera plus dynamique avec l&apos;accélérateur et le frein. En mode Détendu, openpilot maintiendra une distance plus importante avec les véhicules qui précèdent. Sur les véhicules compatibles, vous pouvez alterner entre ces personnalités à l&apos;aide du bouton de distance au volant.</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Le mode Standard est recommandé. En mode Agressif, sunnypilot suivra les véhicules de plus près et sera plus dynamique avec l&apos;accélérateur et le frein. En mode Détendu, sunnypilot maintiendra une distance plus importante avec les véhicules qui précèdent. Sur les véhicules compatibles, vous pouvez alterner entre ces personnalités à l&apos;aide du bouton de distance au volant.</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1665,8 +1839,8 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation>Surveillance continue du conducteur</translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation>Activer la surveillance conducteur lorsque openpilot n&apos;est pas actif.</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>Activer la surveillance conducteur lorsque sunnypilot n&apos;est pas actif.</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1676,6 +1850,14 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>Activer sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Utilisez le système sunnypilot pour le régulateur de vitesse adaptatif et l&apos;assistance au maintien de voie. Votre attention est requise en permanence pour utiliser cette fonctionnalité. La modification de ce paramètre prend effet lorsque la voiture est éteinte.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1719,11 +1901,11 @@ Cela peut prendre jusqu&apos;à une minute.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
+277 -97
View File
@@ -87,6 +87,34 @@
<translation>[%1]</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>openpilotを使用するためには利用規約に同意する必要があります</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>sunnypilotを使用するためには利用規約に同意する必要があります</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>openpilotアクセル制御(Alpha)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>sunnypilotアクセル制御(Alpha)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>openpilotのアクセル制御はアルファ版であり(AEB)</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>sunnypilotのアクセル制御はアルファ版であり(AEB)</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>openpilotは車両内蔵のACC()使openpilotのアクセル制御は無効化されていますopenpilotに切り替えるにはこの設定を有効にしてくださいExperimentalモードを推奨します</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>sunnypilotは車両内蔵のACC()使sunnypilotのアクセル制御は無効化されていますsunnypilotに切り替えるにはこの設定を有効にしてくださいExperimentalモードを推奨します</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation></translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>openpilotのルール</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>sunnypilotのルール</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation></translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilotの本体は左右4°5°9°</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilotの本体は左右4°5°9°</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,32 +481,30 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 Firehoseモード 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>openpilotは人間であるあなたの運転から学びAI学習します
Firehoseモードを有効にするとopenpilotの運転モデルを向上させることができますExperimentalモードの精度を向上させます</translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation>Firehoseモード: 作動中</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>ACTIVE</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation>USB-C充電器とWi-Fiに毎週接続してください&lt;br&gt;&lt;br&gt;Firehoseモードは公衆無線LANや大容量契約のSIMカードに接続していれば&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;(FAQ)&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;運転のやり方や走る場所は重要ですか?&lt;/i&gt; &lt;br&gt;&lt;br&gt;&lt;i&gt;Firehoseモードでは全てのデータがアップロードされますか&lt;/i&gt; いいえ、アップロードするデータを選ぶことができます。&lt;br&gt;&lt;br&gt;&lt;i&gt;大容量のUSB-C充電器とは何ですか?&lt;/i&gt; 使&lt;br&gt;&lt;br&gt;&lt;i&gt;使&lt;/i&gt;openpilot()使</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
<translation>
<numerusform>&lt;b&gt;%nセグメント&lt;/b&gt;</numerusform>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -499,6 +545,40 @@ Firehoseモードを有効にすると、学習データを最大限アップロ
<translation>...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +610,18 @@ Firehoseモードを有効にすると、学習データを最大限アップロ
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -583,14 +667,73 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>openpilotを使用できなくなります[%1]</translation>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>openpilotは使用できません</translation>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>sunnypilotを使用できなくなります[%1]</translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>sunnypilotは使用できません</translation>
</message>
<message>
<source>Unable to download updates
@@ -619,12 +762,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>SSDドライブ(NVMe)使</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilotが車両を識別できませんでしたECUが認識されていない可能性があります discord.comma.ai </translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilotが車両を識別できませんでしたECUが認識されていない可能性があります discord.comma.ai </translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilotがデバイスの取り付け位置にずれを検出しました</translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilotがデバイスの取り付け位置にずれを検出しました</translation>
</message>
<message>
<source>Device temperature too high. System cooling down before starting. Current internal component temperature: %1</source>
@@ -653,8 +796,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilotは使用できません</translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilotは使用できません</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -826,8 +969,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -950,10 +1093,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -970,6 +1109,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1058,8 +1201,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1373,7 +1516,7 @@ This may take up to a minute.</source>
</message>
<message>
<source>Warning: This grants SSH access to all public keys in your GitHub settings. Never enter a GitHub username other than your own. A comma employee will NEVER ask you to add their GitHub username.</source>
<translation>警告: これはGitHubの設定にあるすべての公開鍵への SSH GitHubユーザー名を入力しないでくださいcommaのスタッフがGitHubのユーザー名を追加するようお願いすることはありません</translation>
<translation>警告: これはGitHub SSH GitHub commaのスタッフが GitHub </translation>
</message>
<message>
<source>ADD</source>
@@ -1381,7 +1524,7 @@ This may take up to a minute.</source>
</message>
<message>
<source>Enter your GitHub username</source>
<translation>GitHubのユーザー名を入力してください</translation>
<translation>GitHub </translation>
</message>
<message>
<source>LOADING</source>
@@ -1481,6 +1624,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1521,21 +1716,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1547,27 +1727,19 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>openpilotへようこそ</translation>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>openpilotを使用するには利用規約に同意する必要があります: &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt;</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>openpilotを有効化</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>openpilotによるアダプティブクルーズコントロールとレーンキープアシストを利用します</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation></translation>
<translation></translation>
</message>
<message>
<source>Receive alerts to steer back into the lane when your vehicle drifts over a detected lane line without a turn signal activated while driving over 31 mph (50 km/h).</source>
@@ -1594,20 +1766,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>openpilotを利用中にアクセルを踏むとopenpilotによる運転サポートを中断します</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>sunnypilotを利用中にアクセルを踏むとsunnypilotによる運転サポートを中断します</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation>Experimentalモード</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>openpilotは標準ではゆっくりとくつろげる運転を提供しますExperimental()</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilotは標準ではゆっくりとくつろげる運転を提供しますExperimental()</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>openpilotにアクセルとブレーキを任せますopenpilotは赤信号や一時停止サインでの停止を含みopenpilotが運転速度を決定するためopenpilotの運転ミスに常に備えて注意してください</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>sunnypilotにアクセルとブレーキを任せますsunnypilotは赤信号や一時停止サインでの停止を含みsunnypilotが運転速度を決定するためsunnypilotの運転ミスに常に備えて注意してください</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1638,20 +1810,20 @@ This may take up to a minute.</source>
<translation>End-to-Endアクセル制御</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>openpilotのアクセル制御は将来のアップデートで利用できる可能性があります</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>sunnypilotのアクセル制御は将来のアップデートで利用できる可能性があります</translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>openpilotのアルファ版アクセル制御はExperimentalモードと共に非リリースのブランチでテストすることができます</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>sunnypilotのアルファ版アクセル制御はExperimentalモードと共に非リリースのブランチでテストすることができます</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>openpilotのアクセル制御機能()Experimentalモードを許可してください</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>sunnypilotのアクセル制御機能()Experimentalモードを許可してください</translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>openpilotは先行車に近づいて追従しopenpilotは先行車から距離を取って走行します</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>sunnypilotは先行車に近づいて追従しsunnypilotは先行車から距離を取って走行します</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1662,8 +1834,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation>openpilotが作動していない場合でも運転者モニタリングを有効にする</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>sunnypilotが作動していない場合でも運転者モニタリングを有効にする</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1673,6 +1845,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>sunnypilotによるアダプティブクルーズコントロールとレーンキープアシストを利用します</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1715,14 +1895,14 @@ This may take up to a minute.</source>
<source>Open</source>
<translation></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation>openpilotの運転モデルを改善するために</translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+277 -97
View File
@@ -87,6 +87,34 @@
<translation>&quot;%1&quot; </translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation> .</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>sunnypilot을 .</translation>
</message>
<message>
<source>Back</source>
@@ -121,19 +149,19 @@
</message>
<message>
<source>Longitudinal Maneuver Mode</source>
<translation> </translation>
<translation> </translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation> ()</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>sunnypilot ()</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>경고: 오픈파일럿 (AEB) .</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>경고: sunnypilot (AEB) .</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation> ACC로 . . .</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation> sunnypilot은 sunnypilot ACC로 . sunnypilot . sunnypilot .</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation></translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation> , </translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>sunnypilot의 , </translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation> </translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation> 4°, 5°, 9° . .</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot 4°, 5°, 9° . sunnypilot은 .</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,35 +481,33 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation> .
. , .</translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation> 모드: 활성화</translation>
</message>
<message>
<source>ACTIVE</source>
<translation> </translation>
<translation></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi에 .&lt;br&gt;&lt;br&gt; .&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt; &lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;운전 방법이나 장소가 중요한가요?&lt;/i&gt; , .&lt;br&gt;&lt;br&gt;&lt;i&gt; ?&lt;br&gt;&lt;br&gt;&lt;i&gt; , .&lt;br&gt;&lt;br&gt;&lt;i&gt; USB-C ?&lt;/i&gt; 휴대폰이나 노트북충전이 가능한 고속 충전기이면 괜찮습니다.&lt;br&gt;&lt;br&gt;&lt;i&gt;어떤 소프트웨어를 실행하는지가 중요한가요?&lt;/i&gt; , .</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi에 .&lt;br&gt;&lt;br&gt; SIM .&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt; &lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;운전 방법이나 장소가 중요한가요?&lt;/i&gt; , .&lt;br&gt;&lt;br&gt;&lt;i&gt; ?.&lt;br&gt;&lt;br&gt;&lt;i&gt; , .&lt;br&gt;&lt;br&gt;&lt;i&gt; USB-C ?&lt;/i&gt; 휴대폰이나 노트북 고속 충전기가 있으면 됩니다.&lt;br&gt;&lt;br&gt;&lt;i&gt;어떤 소프트웨어를 실행하는지가 중요한가요?&lt;/i&gt; , sunnypilot의 .</translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
<translation>
<numerusform>&lt;b&gt;%n &lt;/b&gt; .</numerusform>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt; &lt;/span&gt;: </translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -499,6 +545,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation> ...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +610,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -583,14 +667,73 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation> . %1 .</translation>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation> . .</translation>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation> . %1 sunnypilot이 .</translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation> . sunnypilot은 .</translation>
</message>
<message>
<source>Unable to download updates
@@ -619,16 +762,16 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation> NVMe . NVMe .</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation> . ECU가 . PR을 . discord.comma.ai에 .</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot이 . ECU가 . PR을 . discord.comma.ai에 .</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation> . . </translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot . . </translation>
</message>
<message>
<source>Device temperature too high. System cooling down before starting. Current internal component temperature: %1</source>
<translation> . . : %1</translation>
<translation> . . : %1</translation>
</message>
<message>
<source>sunnypilot is now in Always Offroad mode. sunnypilot won&apos;t start until Always Offroad mode is disabled. Go to &quot;Settings&quot; -&gt; &quot;Device&quot; to exit Always Offroad mode.</source>
@@ -653,7 +796,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<source>sunnypilot Unavailable</source>
<translation> </translation>
</message>
<message>
@@ -781,7 +924,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
<message>
<source>Become a comma prime member at connect.comma.ai</source>
<translation>connect.comma.ai에 comma prime </translation>
<translation>connect.comma.ai에 comma prime </translation>
</message>
<message>
<source>PRIME FEATURES:</source>
@@ -797,7 +940,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
<message>
<source>1 year of drive storage</source>
<translation>1 </translation>
<translation>1 </translation>
</message>
<message>
<source>Remote snapshots</source>
@@ -826,8 +969,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation></translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -950,10 +1093,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -970,6 +1109,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1058,8 +1201,8 @@ This may take up to a minute.</source>
<translation> </translation>
</message>
<message>
<source>openpilot</source>
<translation></translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1481,6 +1624,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1521,21 +1716,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1547,24 +1727,16 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation> .</translation>
<source>Welcome to sunnypilot</source>
<translation> .</translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation> . &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; 에서 최신 약관을 읽은 후 계속하세요.</translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation> </translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation> . . .</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation> </translation>
@@ -1594,20 +1766,20 @@ This may take up to a minute.</source>
<translation> </translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation> .</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation> sunnypilot이 .</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation> </translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation> &lt;b&gt; &lt;/b&gt; . &lt;b&gt; &lt;/b&gt; . :</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilot은 &lt;b&gt; &lt;/b&gt; . &lt;b&gt; &lt;/b&gt; . :</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation> . . .</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>sunnypilot의 . sunnypilot은 . . .</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1615,11 +1787,11 @@ This may take up to a minute.</source>
</message>
<message>
<source>Experimental mode is currently unavailable on this car since the car&apos;s stock ACC is used for longitudinal control.</source>
<translation> ACC , .</translation>
<translation> ACC .</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation> .</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>sunnypilot .</translation>
</message>
<message>
<source>Aggressive</source>
@@ -1638,20 +1810,20 @@ This may take up to a minute.</source>
<translation> </translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation> .</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>sunnypilot .</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> E2E () .</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> sunnypilot E2E () .</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>E2E </translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation> . . . .</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation> . sunnypilot은 . sunnypilot은 . .</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1662,8 +1834,8 @@ This may take up to a minute.</source>
<translation> </translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation> .</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>sunnypilot이 .</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1673,6 +1845,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation> sunnypilot . . .</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1715,14 +1895,14 @@ This may take up to a minute.</source>
<source>Open</source>
<translation></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation> .</translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+26 -26
View File
@@ -104,8 +104,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>U moet de Algemene Voorwaarden accepteren om openpilot te gebruiken.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>U moet de Algemene Voorwaarden accepteren om sunnypilot te gebruiken.</translation>
</message>
<message>
<source>Back</source>
@@ -163,8 +163,8 @@
<translation>BEKIJKEN</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>Bekijk de regels, functies en beperkingen van openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Bekijk de regels, functies en beperkingen van sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -199,8 +199,8 @@
<translation>Uitschakelen</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 8° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot vereist dat het apparaat binnen 4° links of rechts en binnen 5° omhoog of 8° omlaag wordt gemonteerd. openpilot kalibreert continu, resetten is zelden nodig.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 8° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot vereist dat het apparaat binnen 4° links of rechts en binnen 5° omhoog of 8° omlaag wordt gemonteerd. sunnypilot kalibreert continu, resetten is zelden nodig.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -228,7 +228,7 @@
</message>
<message>
<source>Disengage to Reboot</source>
<translation>Deactiveer openpilot om opnieuw op te starten</translation>
<translation>Deactiveer sunnypilot om opnieuw op te starten</translation>
</message>
<message>
<source>Are you sure you want to power off?</source>
@@ -236,7 +236,7 @@
</message>
<message>
<source>Disengage to Power Off</source>
<translation>Deactiveer openpilot om uit te schakelen</translation>
<translation>Deactiveer sunnypilot om uit te schakelen</translation>
</message>
</context>
<context>
@@ -525,8 +525,8 @@ ingesteld</translation>
<translation>dashcam</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -827,8 +827,8 @@ ingesteld</translation>
<translation type="vanished">Laatste Updatecontrole</translation>
</message>
<message>
<source>The last time openpilot successfully checked for an update. The updater only runs while the car is off.</source>
<translation type="vanished">De laatste keer dat openpilot met succes heeft gecontroleerd op een update. De updater werkt alleen als de auto is uitgeschakeld.</translation>
<source>The last time sunnypilot successfully checked for an update. The updater only runs while the car is off.</source>
<translation type="vanished">De laatste keer dat sunnypilot met succes heeft gecontroleerd op een update. De updater werkt alleen als de auto is uitgeschakeld.</translation>
</message>
<message>
<source>Check for Update</source>
@@ -975,12 +975,12 @@ ingesteld</translation>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>openpilot Inschakelen</translation>
<source>Enable sunnypilot</source>
<translation>sunnypilot Inschakelen</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Gebruik het openpilot-systeem voor adaptieve cruisecontrol en rijstrookassistentie. Uw aandacht is te allen tijde vereist om deze functie te gebruiken. Het wijzigen van deze instelling wordt van kracht wanneer de auto wordt uitgeschakeld.</translation>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Gebruik het sunnypilot-systeem voor adaptieve cruisecontrol en rijstrookassistentie. Uw aandacht is te allen tijde vereist om deze functie te gebruiken. Het wijzigen van deze instelling wordt van kracht wanneer de auto wordt uitgeschakeld.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
@@ -1011,8 +1011,8 @@ ingesteld</translation>
<translation>Deactiveren Met Gaspedaal</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Indien ingeschakeld, zal het indrukken van het gaspedaal openpilot deactiveren.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Indien ingeschakeld, zal het indrukken van het gaspedaal sunnypilot deactiveren.</translation>
</message>
<message>
<source>Show ETA in 24h Format</source>
@@ -1031,31 +1031,31 @@ ingesteld</translation>
<translation>Toon kaart links in gesplitste schermweergave.</translation>
</message>
<message>
<source>openpilot Longitudinal Control</source>
<translation type="vanished">openpilot Longitudinale Controle</translation>
<source>sunnypilot Longitudinal Control</source>
<translation type="vanished">sunnypilot Longitudinale Controle</translation>
</message>
<message>
<source>openpilot will disable the car&apos;s radar and will take over control of gas and brakes. Warning: this disables AEB!</source>
<translation type="vanished">openpilot zal de radar van de auto uitschakelen en de controle over gas en remmen overnemen. Waarschuwing: hierdoor wordt AEB (automatische noodrem) uitgeschakeld!</translation>
<source>sunnypilot will disable the car&apos;s radar and will take over control of gas and brakes. Warning: this disables AEB!</source>
<translation type="vanished">sunnypilot zal de radar van de auto uitschakelen en de controle over gas en remmen overnemen. Waarschuwing: hierdoor wordt AEB (automatische noodrem) uitgeschakeld!</translation>
</message>
<message>
<source>🌮 End-to-end longitudinal (extremely alpha) 🌮</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Experimental openpilot Longitudinal Control</source>
<source>Experimental sunnypilot Longitudinal Control</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;b&gt;WARNING: openpilot longitudinal control is experimental for this car and will disable AEB.&lt;/b&gt;</source>
<source>&lt;b&gt;WARNING: sunnypilot longitudinal control is experimental for this car and will disable AEB.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would. Super experimental.</source>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would. Super experimental.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot longitudinal control is not currently available for this car.</source>
<source>sunnypilot longitudinal control is not currently available for this car.</source>
<translation type="unfinished"></translation>
</message>
<message>
+24 -24
View File
@@ -104,8 +104,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>Aby korzystać z openpilota musisz zaakceptować regulamin.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Aby korzystać z sunnypilota musisz zaakceptować regulamin.</translation>
</message>
<message>
<source>Back</source>
@@ -163,8 +163,8 @@
<translation>ZAPOZNAJ SIĘ</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>Zapoznaj się z zasadami, funkcjami i ograniczeniami openpilota</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Zapoznaj się z zasadami, funkcjami i ograniczeniami sunnypilota</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -199,8 +199,8 @@
<translation>Wyłącz</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 8° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot wymaga, aby urządzenie było zamontowane z maksymalnym odchyłem 4° poziomo, 5° w górę oraz 8° w dół. openpilot jest ciągle kalibrowany, rzadko konieczne jest resetowania urządzenia.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 8° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot wymaga, aby urządzenie było zamontowane z maksymalnym odchyłem 4° poziomo, 5° w górę oraz 8° w dół. sunnypilot jest ciągle kalibrowany, rzadko konieczne jest resetowania urządzenia.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -526,8 +526,8 @@ nie zostało ustawione</translation>
<translation>wideorejestrator</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -831,8 +831,8 @@ nie zostało ustawione</translation>
<translation type="vanished">Ostatnie sprawdzenie aktualizacji</translation>
</message>
<message>
<source>The last time openpilot successfully checked for an update. The updater only runs while the car is off.</source>
<translation type="vanished">Ostatni raz kiedy openpilot znalazł aktualizację. Aktualizator może być uruchomiony wyłącznie wtedy, kiedy pojazd jest wyłączony.</translation>
<source>The last time sunnypilot successfully checked for an update. The updater only runs while the car is off.</source>
<translation type="vanished">Ostatni raz kiedy sunnypilot znalazł aktualizację. Aktualizator może być uruchomiony wyłącznie wtedy, kiedy pojazd jest wyłączony.</translation>
</message>
<message>
<source>Check for Update</source>
@@ -979,12 +979,12 @@ nie zostało ustawione</translation>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>Włącz openpilota</translation>
<source>Enable sunnypilot</source>
<translation>Włącz sunnypilota</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Użyj openpilota do zachowania bezpiecznego odstępu między pojazdami i do asystowania w utrzymywaniu pasa ruchu. Twoja pełna uwaga jest wymagana przez cały czas korzystania z tej funkcji. Ustawienie to może być wdrożone wyłącznie wtedy, gdy pojazd jest wyłączony.</translation>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Użyj sunnypilota do zachowania bezpiecznego odstępu między pojazdami i do asystowania w utrzymywaniu pasa ruchu. Twoja pełna uwaga jest wymagana przez cały czas korzystania z tej funkcji. Ustawienie to może być wdrożone wyłącznie wtedy, gdy pojazd jest wyłączony.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
@@ -1015,8 +1015,8 @@ nie zostało ustawione</translation>
<translation>Odłącz poprzez naciśnięcie gazu</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Po włączeniu, naciśnięcie na pedał gazu odłączy openpilota.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Po włączeniu, naciśnięcie na pedał gazu odłączy sunnypilota.</translation>
</message>
<message>
<source>Show ETA in 24h Format</source>
@@ -1035,31 +1035,31 @@ nie zostało ustawione</translation>
<translation>Pokaż mapę po lewej stronie kiedy ekran jest podzielony.</translation>
</message>
<message>
<source>openpilot Longitudinal Control</source>
<translation type="vanished">Kontrola wzdłużna openpilota</translation>
<source>sunnypilot Longitudinal Control</source>
<translation type="vanished">Kontrola wzdłużna sunnypilota</translation>
</message>
<message>
<source>openpilot will disable the car&apos;s radar and will take over control of gas and brakes. Warning: this disables AEB!</source>
<translation type="vanished">openpilot wyłączy radar samochodu i przejmie kontrolę nad gazem i hamulcem. Ostrzeżenie: wyłączony zostanie system AEB!</translation>
<source>sunnypilot will disable the car&apos;s radar and will take over control of gas and brakes. Warning: this disables AEB!</source>
<translation type="vanished">sunnypilot wyłączy radar samochodu i przejmie kontrolę nad gazem i hamulcem. Ostrzeżenie: wyłączony zostanie system AEB!</translation>
</message>
<message>
<source>🌮 End-to-end longitudinal (extremely alpha) 🌮</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Experimental openpilot Longitudinal Control</source>
<source>Experimental sunnypilot Longitudinal Control</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;b&gt;WARNING: openpilot longitudinal control is experimental for this car and will disable AEB.&lt;/b&gt;</source>
<source>&lt;b&gt;WARNING: sunnypilot longitudinal control is experimental for this car and will disable AEB.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would. Super experimental.</source>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would. Super experimental.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot longitudinal control is not currently available for this car.</source>
<source>sunnypilot longitudinal control is not currently available for this car.</source>
<translation type="unfinished"></translation>
</message>
<message>
+270 -90
View File
@@ -87,6 +87,34 @@
<translation>para &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>Você precisa aceitar os Termos e Condições para utilizar openpilot.</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Você precisa aceitar os Termos e Condições para utilizar sunnypilot.</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation>Modo Longitudinal Maneuver</translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>Controle Longitudinal openpilot (Embrionário)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>Controle Longitudinal sunnypilot (Embrionário)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>AVISO: o controle longitudinal openpilot está em estado embrionário para este carro e desativará a Frenagem Automática de Emergência (AEB).</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>AVISO: o controle longitudinal sunnypilot está em estado embrionário para este carro e desativará a Frenagem Automática de Emergência (AEB).</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>Neste carro, o openpilot tem como padrão o ACC embutido do carro em vez do controle longitudinal do openpilot. Habilite isso para alternar para o controle longitudinal openpilot. Recomenda-se ativar o modo Experimental ao ativar o embrionário controle longitudinal openpilot.</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>Neste carro, o sunnypilot tem como padrão o ACC embutido do carro em vez do controle longitudinal do sunnypilot. Habilite isso para alternar para o controle longitudinal sunnypilot. Recomenda-se ativar o modo Experimental ao ativar o embrionário controle longitudinal sunnypilot.</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation>REVISAR</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>Revisar regras, aprimoramentos e limitações do openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>Revisar regras, aprimoramentos e limitações do sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation>Desligar</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>O openpilot requer que o dispositivo seja montado dentro de 4° esquerda ou direita e dentro de 5° para cima ou 9° para baixo. O openpilot está continuamente calibrando, resetar raramente é necessário.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>O sunnypilot requer que o dispositivo seja montado dentro de 4° esquerda ou direita e dentro de 5° para cima ou 9° para baixo. O sunnypilot está continuamente calibrando, resetar raramente é necessário.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished">Resetar</translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,14 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 Modo Firehose 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>O openpilot aprende a dirigir observando humanos, como você, dirigirem.
O Modo Firehose permite maximizar o envio de dados de treinamento para melhorar os modelos de direção do openpilot. Mais dados significam modelos maiores, o que resulta em um Modo Experimental melhor.</translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation>Modo Firehose: ATIVO</translation>
@@ -450,8 +490,8 @@ O Modo Firehose permite maximizar o envio de dados de treinamento para melhorar
<translation>ATIVO</translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation>Para maior eficácia, leve seu dispositivo para dentro de casa e conecte-o a um bom adaptador USB-C e Wi-Fi semanalmente.&lt;br&gt;&lt;br&gt;O Modo Firehose também pode funcionar enquanto você dirige, se estiver conectado a um hotspot ou a um chip SIM com dados ilimitados.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Perguntas Frequentes&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Importa como ou onde eu dirijo?&lt;/i&gt; Não, basta dirigir normalmente.&lt;br&gt;&lt;br&gt;&lt;i&gt;Todos os meus segmentos são enviados no Modo Firehose?&lt;/i&gt; Não, selecionamos apenas um subconjunto dos seus segmentos.&lt;br&gt;&lt;br&gt;&lt;i&gt;Qual é um bom adaptador USB-C?&lt;/i&gt; Qualquer carregador rápido de telefone ou laptop deve ser suficiente.&lt;br&gt;&lt;br&gt;&lt;i&gt;Importa qual software eu uso?&lt;/i&gt; Sim, apenas o openpilot oficial (e alguns forks específicos) podem ser usados para treinamento.</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation>Para maior eficácia, leve seu dispositivo para dentro de casa e conecte-o a um bom adaptador USB-C e Wi-Fi semanalmente.&lt;br&gt;&lt;br&gt;O Modo Firehose também pode funcionar enquanto você dirige, se estiver conectado a um hotspot ou a um chip SIM com dados ilimitados.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Perguntas Frequentes&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Importa como ou onde eu dirijo?&lt;/i&gt; Não, basta dirigir normalmente.&lt;br&gt;&lt;br&gt;&lt;i&gt;Todos os meus segmentos são enviados no Modo Firehose?&lt;/i&gt; Não, selecionamos apenas um subconjunto dos seus segmentos.&lt;br&gt;&lt;br&gt;&lt;i&gt;Qual é um bom adaptador USB-C?&lt;/i&gt; Qualquer carregador rápido de telefone ou laptop deve ser suficiente.&lt;br&gt;&lt;br&gt;&lt;i&gt;Importa qual software eu uso?&lt;/i&gt; Sim, apenas o sunnypilot oficial (e alguns forks específicos) podem ser usados para treinamento.</translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
@@ -460,6 +500,12 @@ O Modo Firehose permite maximizar o envio de dados de treinamento para melhorar
<numerusform>&lt;b&gt;%n segmentos&lt;/b&gt; da sua direção estão no conjunto de dados de treinamento até agora.</numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -501,6 +547,40 @@ O Modo Firehose permite maximizar o envio de dados de treinamento para melhorar
<translation>Instalando...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished">Voltar</translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -532,14 +612,18 @@ O Modo Firehose permite maximizar o envio de dados de treinamento para melhorar
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -585,14 +669,73 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>Conecte-se imediatamente à internet para verificar se atualizações. Se você não se conectar à internet em %1 não será possível acionar o openpilot.</translation>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Conecte-se à internet para verificar se atualizações. O openpilot não será iniciado automaticamente até que ele se conecte à internet para verificar se atualizações.</translation>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>Conecte-se imediatamente à internet para verificar se atualizações. Se você não se conectar à internet em %1 não será possível acionar o sunnypilot.</translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>Conecte-se à internet para verificar se atualizações. O sunnypilot não será iniciado automaticamente até que ele se conecte à internet para verificar se atualizações.</translation>
</message>
<message>
<source>Unable to download updates
@@ -621,12 +764,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Unidade NVMe não suportada detectada. O dispositivo pode consumir significativamente mais energia e superaquecimento devido ao NVMe não suportado.</translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>O openpilot não conseguiu identificar o seu carro. Seu carro não é suportado ou seus ECUs não são reconhecidos. Envie um pull request para adicionar as versões de firmware ao veículo adequado. Precisa de ajuda? Junte-se discord.comma.ai.</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>O sunnypilot não conseguiu identificar o seu carro. Seu carro não é suportado ou seus ECUs não são reconhecidos. Envie um pull request para adicionar as versões de firmware ao veículo adequado. Precisa de ajuda? Junte-se discord.comma.ai.</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>O openpilot detectou uma mudança na posição de montagem do dispositivo. Verifique se o dispositivo está totalmente encaixado no suporte e se o suporte está firmemente preso ao para-brisa.</translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>O sunnypilot detectou uma mudança na posição de montagem do dispositivo. Verifique se o dispositivo está totalmente encaixado no suporte e se o suporte está firmemente preso ao para-brisa.</translation>
</message>
<message>
<source>Device temperature too high. System cooling down before starting. Current internal component temperature: %1</source>
@@ -655,8 +798,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilot Indisponível</translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilot Indisponível</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -828,8 +971,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Sair</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -955,10 +1098,6 @@ Isso pode levar até um minuto.</translation>
<source>Software</source>
<translation type="unfinished">Software</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -975,6 +1114,10 @@ Isso pode levar até um minuto.</translation>
<source>Firehose</source>
<translation type="unfinished">Firehose</translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1063,8 +1206,8 @@ Isso pode levar até um minuto.</translation>
<translation>Escolha o Software a ser Instalado</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1486,6 +1629,58 @@ Isso pode levar até um minuto.</translation>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1526,21 +1721,6 @@ Isso pode levar até um minuto.</translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1552,24 +1732,16 @@ Isso pode levar até um minuto.</translation>
<translation>Concordo</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>Bem vindo ao openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation>Bem vindo ao sunnypilot</translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>Você deve aceitar os Termos e Condições para usar o openpilot. Leia os termos mais recentes em &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; antes de continuar.</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>Você deve aceitar os Termos e Condições para usar o sunnypilot. Leia os termos mais recentes em &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; antes de continuar.</translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>Ativar openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Use o sistema openpilot para controle de cruzeiro adaptativo e assistência ao motorista de manutenção de faixa. Sua atenção é necessária o tempo todo para usar esse recurso. A alteração desta configuração tem efeito quando o carro é desligado.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation>Ativar Avisos de Saída de Faixa</translation>
@@ -1599,20 +1771,20 @@ Isso pode levar até um minuto.</translation>
<translation>Desacionar com Pedal do Acelerador</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Quando ativado, pressionar o pedal do acelerador desacionará o openpilot.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Quando ativado, pressionar o pedal do acelerador desacionará o sunnypilot.</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation>Modo Experimental</translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>openpilot por padrão funciona em &lt;b&gt;modo chill&lt;/b&gt;. modo Experimental ativa &lt;b&gt;recursos de nível-embrionário&lt;/b&gt; que não estão prontos para o modo chill. Recursos experimentais estão listados abaixo:</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilot por padrão funciona em &lt;b&gt;modo chill&lt;/b&gt;. modo Experimental ativa &lt;b&gt;recursos de nível-embrionário&lt;/b&gt; que não estão prontos para o modo chill. Recursos experimentais estão listados abaixo:</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Deixe o modelo de IA controlar o acelerador e os freios. O openpilot irá dirigir como pensa que um humano faria, incluindo parar em sinais vermelhos e sinais de parada. Uma vez que o modelo de condução decide a velocidade a conduzir, a velocidade definida apenas funcionará como um limite superior. Este é um recurso de qualidade embrionária; erros devem ser esperados.</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>Deixe o modelo de IA controlar o acelerador e os freios. O sunnypilot irá dirigir como pensa que um humano faria, incluindo parar em sinais vermelhos e sinais de parada. Uma vez que o modelo de condução decide a velocidade a conduzir, a velocidade definida apenas funcionará como um limite superior. Este é um recurso de qualidade embrionária; erros devem ser esperados.</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1623,8 +1795,8 @@ Isso pode levar até um minuto.</translation>
<translation>O modo Experimental está atualmente indisponível para este carro que o ACC original do carro é usado para controle longitudinal.</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>O controle longitudinal openpilot poderá vir em uma atualização futura.</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>O controle longitudinal sunnypilot poderá vir em uma atualização futura.</translation>
</message>
<message>
<source>Aggressive</source>
@@ -1643,20 +1815,20 @@ Isso pode levar até um minuto.</translation>
<translation>Temperamento de Direção</translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Uma versão embrionária do controle longitudinal openpilot pode ser testada em conjunto com o modo Experimental, em branches que não sejam de produção.</translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>Uma versão embrionária do controle longitudinal sunnypilot pode ser testada em conjunto com o modo Experimental, em branches que não sejam de produção.</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>Habilite o controle longitudinal (embrionário) openpilot para permitir o modo Experimental.</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>Habilite o controle longitudinal (embrionário) sunnypilot para permitir o modo Experimental.</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>Controle Longitudinal de Ponta a Ponta</translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Neutro é o recomendado. No modo disputa o openpilot seguirá o carro da frente mais de perto e será mais agressivo com a aceleração e frenagem. No modo calmo o openpilot se manterá mais longe do carro da frente. Em carros compatíveis, você pode alternar esses temperamentos com o botão de distância do volante.</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>Neutro é o recomendado. No modo disputa o sunnypilot seguirá o carro da frente mais de perto e será mais agressivo com a aceleração e frenagem. No modo calmo o sunnypilot se manterá mais longe do carro da frente. Em carros compatíveis, você pode alternar esses temperamentos com o botão de distância do volante.</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1667,8 +1839,8 @@ Isso pode levar até um minuto.</translation>
<translation>Monitoramento do Motorista Sempre Ativo</translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation>Habilite o monitoramento do motorista mesmo quando o openpilot não estiver acionado.</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>Habilite o monitoramento do motorista mesmo quando o sunnypilot não estiver acionado.</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1678,6 +1850,14 @@ Isso pode levar até um minuto.</translation>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>Ativar sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Use o sistema sunnypilot para controle de cruzeiro adaptativo e assistência ao motorista de manutenção de faixa. Sua atenção é necessária o tempo todo para usar esse recurso. A alteração desta configuração tem efeito quando o carro é desligado.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1720,14 +1900,14 @@ Isso pode levar até um minuto.</translation>
<source>Open</source>
<translation>Abrir</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation>Maximize seus envios de dados de treinamento para melhorar os modelos de direção do openpilot.</translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Modo Firehose &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+288 -108
View File
@@ -87,6 +87,34 @@
<translation> &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation> openpilot</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation> sunnypilot</translation>
</message>
<message>
<source>Back</source>
@@ -117,31 +145,31 @@
<name>DeveloperPanel</name>
<message>
<source>Joystick Debug Mode</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Longitudinal Maneuver Mode</source>
<translation>/</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>/ openpilot (Alpha)</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation type="unfinished">/ sunnypilot (Alpha)</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation>คำเตือน: การควบคุมการเร่ง/ openpilot alpha (AEB) </translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation type="unfinished">คำเตือน: การควบคุมการเร่ง/ sunnypilot alpha (AEB) </translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation> openpilot / ACC openpilot openpilot / openpilot / alpha</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation type="unfinished"> sunnypilot / ACC sunnypilot sunnypilot / sunnypilot / alpha</translation>
</message>
<message>
<source>Enable ADB</source>
<translation> ADB</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>ADB (Android Debug Bridge) allows connecting to your device over USB or over the network. See https://docs.comma.ai/how-to/connect-to-comma for more info.</source>
<translation>ADB (Android Debug Bridge) USB https://docs.comma.ai/how-to/connect-to-comma</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hyundai: Enable Radar Tracks</source>
@@ -219,8 +247,8 @@
<translation></translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation> openpilot</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation> sunnypilot</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation></translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot 4° 5° 9° openpilot </translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot 4° 5° 9° sunnypilot </translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -431,37 +479,35 @@
<name>FirehosePanel</name>
<message>
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>openpilot
openpilot </translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation>โหมดสายยางดับเพลิง: เปิดใช้งาน</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>ACTIVE</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;วิธีการขับหรือสถานที่ขับขี่มีผลหรือไม่?&lt;/i&gt; &lt;br&gt;&lt;br&gt;&lt;i&gt;?&lt;/i&gt;ไม่ใช่ เราจะเลือกดึงข้อมูลเพียงบางส่วนจากเซกเมนต์ของคุณ&lt;br&gt;&lt;br&gt;&lt;i&gt;อะแดปเตอร์ USB-C แบบไหนดี?&lt;/i&gt; &lt;br&gt;&lt;br&gt;&lt;i&gt;?&lt;/i&gt; openpilot ( fork ) </translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
<translation>
<numerusform> &lt;b&gt;%n &lt;/b&gt; </numerusform>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;&lt;/span&gt;: </translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -499,6 +545,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +610,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -582,6 +666,65 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
@@ -589,12 +732,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation> : %1</translation>
</message>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation> openpilot %1</translation>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation> sunnypilot %1</translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation> openpilot </translation>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation> sunnypilot </translation>
</message>
<message>
<source>Unable to download updates
@@ -623,12 +766,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation> NVMe NVMe </translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilot ECU pull request discord.comma.ai</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot ECU pull request discord.comma.ai</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilot </translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>sunnypilot is now in Always Offroad mode. sunnypilot won&apos;t start until Always Offroad mode is disabled. Go to &quot;Settings&quot; -&gt; &quot;Device&quot; to exit Always Offroad mode.</source>
@@ -653,8 +796,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>openpilot </translation>
<source>sunnypilot Unavailable</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -666,11 +809,11 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
<message>
<source>Waiting to start</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>System Unresponsive</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -693,7 +836,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
<message>
<source>Please connect to Wi-Fi to complete initial pairing</source>
<translation> Wi-Fi </translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -801,7 +944,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
<message>
<source>Remote snapshots</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -826,8 +969,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -917,11 +1060,11 @@ This may take up to a minute.</source>
</message>
<message>
<source>Developer</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -950,10 +1093,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -970,6 +1109,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1058,8 +1201,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1481,6 +1624,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1521,21 +1716,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1547,24 +1727,16 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation> openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation> openpilot &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; ก่อนดำเนินการต่อ</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation> openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation> openpilot </translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation></translation>
@@ -1594,20 +1766,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation> openpilot</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation> sunnypilot</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation></translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation> openpilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;&lt;/b&gt; :</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation> sunnypilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;&lt;/b&gt; :</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation> openpilot / openpilot openpilot </translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation> sunnypilot / sunnypilot sunnypilot </translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1618,8 +1790,8 @@ This may take up to a minute.</source>
<translation> /</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>/ openpilot </translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>/ sunnypilot </translation>
</message>
<message>
<source>Aggressive</source>
@@ -1638,20 +1810,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>/ openpilot alpha branch </translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>/ sunnypilot alpha branch </translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation>/ End-to-End</translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>/ openpilot (alpha) </translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation>/ sunnypilot (alpha) </translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation> openpilot openpilot </translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation> sunnypilot sunnypilot </translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1659,11 +1831,11 @@ This may take up to a minute.</source>
</message>
<message>
<source>Always-On Driver Monitoring</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation> openpilot </translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1673,6 +1845,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation> sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation> sunnypilot </translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1713,15 +1893,15 @@ This may take up to a minute.</source>
<name>WiFiPromptWidget</name>
<message>
<source>Open</source>
<translation></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation> openpilot</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
+248 -66
View File
@@ -87,6 +87,34 @@
<translation type="unfinished">için &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,7 +129,7 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>Openpilotu kullanmak için Kullanıcı Koşullarını kabul etmelisiniz.</translation>
</message>
<message>
@@ -124,15 +152,15 @@
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -219,8 +247,8 @@
<translation>GÖZDEN GEÇİR</translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation>openpilot sisteminin kurallarını ve sınırlamalarını gözden geçirin.</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation>sunnypilot sisteminin kurallarını ve sınırlamalarını gözden geçirin.</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation>Sistemi kapat</translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot, cihazın 4° sola veya 5° yukarı yada 9° aşağı bakıcak şekilde monte edilmesi gerekmektedir. openpilot sürekli kendisini kalibre edilmektedir ve nadiren sıfırlama gerebilir.</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot, cihazın 4° sola veya 5° yukarı yada 9° aşağı bakıcak şekilde monte edilmesi gerekmektedir. sunnypilot sürekli kendisini kalibre edilmektedir ve nadiren sıfırlama gerebilir.</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,12 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation type="unfinished"></translation>
@@ -448,7 +490,7 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
@@ -457,6 +499,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform></numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -497,6 +545,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation>Yükleniyor...</translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -528,14 +610,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -580,6 +666,65 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
@@ -587,11 +732,11 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -620,11 +765,11 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -650,7 +795,7 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<source>sunnypilot Unavailable</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -823,8 +968,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>Çık</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -946,10 +1091,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished">Yazılım</translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -966,6 +1107,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1054,8 +1199,8 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot</source>
<translation type="unfinished">openpilot</translation>
<source>sunnypilot</source>
<translation type="unfinished">sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1477,6 +1622,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1517,21 +1714,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1543,24 +1725,16 @@ This may take up to a minute.</source>
<translation>Kabul et</translation>
</message>
<message>
<source>Welcome to openpilot</source>
<source>Welcome to sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>openpilot&apos;u aktifleştir</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Ayarlanabilir hız sabitleyici ve şeritte kalma yardımı için openpilot sistemini kullanın. Bu özelliği kullanırken her zaman dikkatli olmanız gerekiyor. Bu ayarın değiştirilmesi için araç kapatılıp açılması gerekiyor.</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation>Şerit ihlali uyarı alın</translation>
@@ -1586,8 +1760,8 @@ This may take up to a minute.</source>
<translation>Sürücüye bakan kamera verisini yükleyin ve Cihazın algoritmasını geliştirmemize yardımcı olun.</translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>Aktifleştirilirse eğer gaz pedalına basınca openpilot devre dışı kalır.</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>Aktifleştirilirse eğer gaz pedalına basınca sunnypilot devre dışı kalır.</translation>
</message>
<message>
<source>Experimental Mode</source>
@@ -1614,7 +1788,7 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1622,7 +1796,7 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1634,19 +1808,19 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1658,7 +1832,7 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -1669,6 +1843,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>sunnypilot&apos;u aktifleştir</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>Ayarlanabilir hız sabitleyici ve şeritte kalma yardımı için sunnypilot sistemini kullanın. Bu özelliği kullanırken her zaman dikkatli olmanız gerekiyor. Bu ayarın değiştirilmesi için araç kapatılıp açılması gerekiyor.</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1712,11 +1894,11 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
+272 -92
View File
@@ -87,6 +87,34 @@
<translation>&quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>使openpilot</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>使sunnypilot</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>openpilot纵向控制Alpha </translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>sunnypilot纵向控制Alpha </translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation> openpilot Alpha版本使AEB</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation> sunnypilot Alpha版本使AEB</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>openpilot 使ACC openpilot openpilot openpilot Alpha Experimental mode</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>sunnypilot 使ACC sunnypilot sunnypilot sunnypilot Alpha Experimental mode</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation></translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation> openpilot 使</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation> sunnypilot 使</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation></translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot要求设备安装的偏航角在左4°4°5°9°openpilot会持续更新校准</translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot要求设备安装的偏航角在左4°4°5°9°sunnypilot会持续更新校准</translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -284,7 +312,7 @@
</message>
<message>
<source>Disengage to Reboot</source>
<translation>openpilot以重新启动</translation>
<translation>sunnypilot以重新启动</translation>
</message>
<message>
<source>Are you sure you want to power off?</source>
@@ -292,7 +320,7 @@
</message>
<message>
<source>Disengage to Power Off</source>
<translation>openpilot以关机</translation>
<translation>sunnypilot以关机</translation>
</message>
<message>
<source>Reset</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,14 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>openpilot
openpilot </translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation></translation>
@@ -450,8 +490,8 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi&lt;br&gt;&lt;br&gt;Firehose 使 SIM &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;我开车的方式或地点有影响吗?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Firehose &lt;/i&gt;不会,我们会选择性地上传部分片段。&lt;br&gt;&lt;br&gt;&lt;i&gt;什么是好的 USB-C 充电器?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;使&lt;/i&gt; openpilot</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi&lt;br&gt;&lt;br&gt;Firehose 使 SIM &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;我开车的方式或地点有影响吗?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Firehose &lt;/i&gt;不会,我们会选择性地上传部分片段。&lt;br&gt;&lt;br&gt;&lt;i&gt;什么是好的 USB-C 充电器?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;使&lt;/i&gt; sunnypilot</translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
@@ -459,6 +499,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform>&lt;b&gt; %n &lt;/b&gt; </numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -499,6 +545,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation></translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +610,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -583,14 +667,73 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>openpilot %1 便使</translation>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>openpilot </translation>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>sunnypilot %1 便使</translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Unable to download updates
@@ -619,12 +762,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation> NVMe 使 NVMe </translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilot (ECU) Pull Request discord.comma.ai</translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot (ECU) Pull Request discord.comma.ai</translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilot </translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Device temperature too high. System cooling down before starting. Current internal component temperature: %1</source>
@@ -653,8 +796,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>使 openpilot</translation>
<source>sunnypilot Unavailable</source>
<translation>使 sunnypilot</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -826,8 +969,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation>退</translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -950,10 +1093,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -970,6 +1109,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1058,8 +1201,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1481,6 +1624,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1521,21 +1716,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1547,24 +1727,16 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>使 openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation>使 sunnypilot</translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>使 openpilot&lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt;。</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>使 sunnypilot&lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt;。</translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation>openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>使openpilot进行自适应巡航和车道保持辅助使</translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation></translation>
@@ -1594,20 +1766,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation>openpilot</translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Experimental Mode</source>
<translation></translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>openpilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;&lt;/b&gt;</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;&lt;/b&gt;</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>openpilot将模仿人类驾驶车辆</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>sunnypilot将模仿人类驾驶车辆</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1618,8 +1790,8 @@ This may take up to a minute.</source>
<translation>使ACC纵向控制使</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>openpilot纵向控制可能会在未来的更新中提供</translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>sunnypilot纵向控制可能会在未来的更新中提供</translation>
</message>
<message>
<source>Aggressive</source>
@@ -1638,20 +1810,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>release openpilot Alpha </translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation>release sunnypilot Alpha </translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> openpilot alpha</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> sunnypilot alpha</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation></translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>使openpilot openpilot 使</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>使sunnypilot sunnypilot 使</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1662,8 +1834,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation>使openpilot未激活时也启用驾驶员监控</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>使sunnypilot未激活时也启用驾驶员监控</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1673,6 +1845,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>使sunnypilot进行自适应巡航和车道保持辅助使</translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1715,14 +1895,14 @@ This may take up to a minute.</source>
<source>Open</source>
<translation></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation> openpilot </translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+270 -90
View File
@@ -87,6 +87,34 @@
<translation> &quot;%1&quot;</translation>
</message>
</context>
<context>
<name>AutoLaneChangeTimer</name>
<message>
<source>Auto Lane Change by Blinker</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set. Default is Nudge.
Please use caution when using this feature. Only use the blinker when traffic and road conditions permit.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Off</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudge</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Nudgeless</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConfirmationDialog</name>
<message>
@@ -101,8 +129,8 @@
<context>
<name>DeclinePage</name>
<message>
<source>You must accept the Terms and Conditions in order to use openpilot.</source>
<translation>使 openpilot</translation>
<source>You must accept the Terms and Conditions in order to use sunnypilot.</source>
<translation>使 sunnypilot</translation>
</message>
<message>
<source>Back</source>
@@ -124,16 +152,16 @@
<translation></translation>
</message>
<message>
<source>openpilot Longitudinal Control (Alpha)</source>
<translation>openpilot (Alpha )</translation>
<source>sunnypilot Longitudinal Control (Alpha)</source>
<translation>sunnypilot (Alpha )</translation>
</message>
<message>
<source>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation> openpilot Alpha 使AEB</translation>
<source>WARNING: sunnypilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</source>
<translation> sunnypilot Alpha 使AEB</translation>
</message>
<message>
<source>On this car, openpilot defaults to the car&apos;s built-in ACC instead of openpilot&apos;s longitudinal control. Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha.</source>
<translation>openpilot 使ACC openpilot openpilot openpilot Alpha Experimental mode</translation>
<source>On this car, sunnypilot defaults to the car&apos;s built-in ACC instead of sunnypilot&apos;s longitudinal control. Enable this to switch to sunnypilot longitudinal control. Enabling Experimental mode is recommended when enabling sunnypilot longitudinal control alpha.</source>
<translation>sunnypilot 使ACC sunnypilot sunnypilot sunnypilot Alpha Experimental mode</translation>
</message>
<message>
<source>Enable ADB</source>
@@ -219,8 +247,8 @@
<translation></translation>
</message>
<message>
<source>Review the rules, features, and limitations of openpilot</source>
<translation> openpilot 使</translation>
<source>Review the rules, features, and limitations of sunnypilot</source>
<translation> sunnypilot 使</translation>
</message>
<message>
<source>Are you sure you want to review the training guide?</source>
@@ -255,8 +283,8 @@
<translation></translation>
</message>
<message>
<source>openpilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. openpilot is continuously calibrating, resetting is rarely required.</source>
<translation>openpilot 4° 5° 9° </translation>
<source>sunnypilot requires the device to be mounted within 4° left or right and within 5° up or 9° down. sunnypilot is continuously calibrating, resetting is rarely required.</source>
<translation>sunnypilot 4° 5° 9° </translation>
</message>
<message>
<source> Your device is pointed %1° %2 and %3° %4.</source>
@@ -381,6 +409,26 @@
<source>Always Offroad</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Quiet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all sunnypilot settings to default? Once the settings are reset, there is no going back.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>The reset cannot be undone. You have been warned.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>DriveStats</name>
@@ -433,14 +481,6 @@
<source>🔥 Firehose Mode 🔥</source>
<translation>🔥 🔥</translation>
</message>
<message>
<source>openpilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation>openpilot
openpilot </translation>
</message>
<message>
<source>Firehose Mode: ACTIVE</source>
<translation></translation>
@@ -450,8 +490,8 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation></translation>
</message>
<message>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream openpilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi&lt;br&gt;&lt;br&gt;使 SIM &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;我開車的方式或地點有影響嗎?&lt;/i&gt; &lt;br&gt;&lt;br&gt;&lt;i&gt;&lt;/i&gt;不會,我們會選擇性地上傳部分片段。&lt;br&gt;&lt;br&gt;&lt;i&gt;什麼是好的 USB-C 充電器?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;使&lt;/i&gt; openpilot</translation>
<source>For maximum effectiveness, bring your device inside and connect to a good USB-C adapter and Wi-Fi weekly.&lt;br&gt;&lt;br&gt;Firehose Mode can also work while you&apos;re driving if connected to a hotspot or unlimited SIM card.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Frequently Asked Questions&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter how or where I drive?&lt;/i&gt; Nope, just drive as you normally would.&lt;br&gt;&lt;br&gt;&lt;i&gt;Do all of my segments get pulled in Firehose Mode?&lt;/i&gt; No, we selectively pull a subset of your segments.&lt;br&gt;&lt;br&gt;&lt;i&gt;What&apos;s a good USB-C adapter?&lt;/i&gt; Any fast phone or laptop charger should be fine.&lt;br&gt;&lt;br&gt;&lt;i&gt;Does it matter which software I run?&lt;/i&gt; Yes, only upstream sunnypilot (and particular forks) are able to be used for training.</source>
<translation> USB-C Wi-Fi&lt;br&gt;&lt;br&gt;使 SIM &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;我開車的方式或地點有影響嗎?&lt;/i&gt; &lt;br&gt;&lt;br&gt;&lt;i&gt;&lt;/i&gt;不會,我們會選擇性地上傳部分片段。&lt;br&gt;&lt;br&gt;&lt;i&gt;什麼是好的 USB-C 充電器?&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;使&lt;/i&gt; sunnypilot</translation>
</message>
<message numerus="yes">
<source>&lt;b&gt;%n segment(s)&lt;/b&gt; of your driving is in the training dataset so far.</source>
@@ -459,6 +499,12 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<numerusform>&lt;b&gt; %n &lt;/b&gt; </numerusform>
</translation>
</message>
<message>
<source>sunnypilot learns to drive by watching humans, like you, drive.
Firehose Mode allows you to maximize your training data uploads to improve openpilot&apos;s driving models. More data means bigger models, which means better Experimental Mode.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;span stylesheet=&apos;font-size: 60px; font-weight: bold; color: #e74c3c;&apos;&gt;INACTIVE&lt;/span&gt;: connect to an unmetered network</source>
<translation type="unfinished"></translation>
@@ -499,6 +545,40 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation></translation>
</message>
</context>
<context>
<name>LaneChangeSettings</name>
<message>
<source>Back</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Auto Lane Change: Delay with Blind Spot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Toggle to enable a delay timer for seamless lane changes when blind spot monitoring (BSM) detects a obstructing vehicle, ensuring safe maneuvering.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LateralPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock sunnypilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize Lane Change</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MadsSettings</name>
<message>
@@ -530,14 +610,18 @@ Firehose Mode allows you to maximize your training data uploads to improve openp
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode After Braking</source>
<source>Disengage</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering Mode on Brake Pedal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose how Automatic Lane Centering (ALC) behaves after the brake pedal is manually pressed in sunnypilot.
Remain Active: ALC will remain active even after the brake pedal is pressed.
Pause Steering: ALC will be paused after the brake pedal is manually pressed.</source>
Pause Steering: ALC will be paused when the brake pedal is manually pressed.</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -583,14 +667,73 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
</message>
</context>
<context>
<name>OffroadAlert</name>
<name>NeuralNetworkLateralControl</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, openpilot won&apos;t engage in %1</source>
<translation>openpilot %1 便使</translation>
<source>Neural Network Lateral Control (NNLC)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connect to internet to check for updates. openpilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>openpilot </translation>
<source>NNLC is currently not available on this platform.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start the car to check car compatibility</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Not Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>NNLC Loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Exact</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Fuzzy</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Match: &quot;Exact&quot; is ideal, but &quot;Fuzzy&quot; is fine too.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Formerly known as &lt;b&gt;&quot;NNFF&quot;&lt;/b&gt;, this replaces the lateral &lt;b&gt;&quot;torque&quot;&lt;/b&gt; controller, with one using a neural network trained on each car&apos;s (actually, each separate EPS firmware) driving data for increased controls accuracy.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reach out to the sunnypilot team in the following channel at the sunnypilot Discord server</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>with feedback, or to provide log data for your car if your car is currently unsupported:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>if there are any issues:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>and donate logs to get NNLC loaded for your car:</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>OffroadAlert</name>
<message>
<source>Immediately connect to the internet to check for updates. If you do not connect to the internet, sunnypilot won&apos;t engage in %1</source>
<translation>sunnypilot %1 便使</translation>
</message>
<message>
<source>Connect to internet to check for updates. sunnypilot won&apos;t automatically start until it connects to internet to check for updates.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Unable to download updates
@@ -619,12 +762,12 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation> NVMe 使 NVMe </translation>
</message>
<message>
<source>openpilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>openpilot (ECU) Pull Request discord.comma.ai </translation>
<source>sunnypilot was unable to identify your car. Your car is either unsupported or its ECUs are not recognized. Please submit a pull request to add the firmware versions to the proper vehicle. Need help? Join discord.comma.ai.</source>
<translation>sunnypilot (ECU) Pull Request discord.comma.ai </translation>
</message>
<message>
<source>openpilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>openpilot </translation>
<source>sunnypilot detected a change in the device&apos;s mounting position. Ensure the device is fully seated in the mount and the mount is firmly secured to the windshield.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Device temperature too high. System cooling down before starting. Current internal component temperature: %1</source>
@@ -653,8 +796,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<context>
<name>OnroadAlerts</name>
<message>
<source>openpilot Unavailable</source>
<translation>使 openpilot</translation>
<source>sunnypilot Unavailable</source>
<translation>使 sunnypilot</translation>
</message>
<message>
<source>TAKE CONTROL IMMEDIATELY</source>
@@ -826,8 +969,8 @@ Pause Steering: ALC will be paused after the brake pedal is manually pressed.</s
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message numerus="yes">
<source>%n minute(s) ago</source>
@@ -950,10 +1093,6 @@ This may take up to a minute.</source>
<source>Software</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>sunnypilot</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Trips</source>
<translation type="unfinished"></translation>
@@ -970,6 +1109,10 @@ This may take up to a minute.</source>
<source>Firehose</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Steering</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Setup</name>
@@ -1058,8 +1201,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>openpilot</source>
<translation>openpilot</translation>
<source>sunnypilot</source>
<translation>sunnypilot</translation>
</message>
<message>
<source>Custom Software</source>
@@ -1481,6 +1624,58 @@ This may take up to a minute.</source>
<source>THANKS </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to backup sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Back Up</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to restore the last backed up sunnypilot settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings backup completed.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore in progress %1%</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Restore Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Unable to restore the settings, try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Settings restored. Confirm to restart the interface.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnylinkSponsorPopup</name>
@@ -1521,21 +1716,6 @@ This may take up to a minute.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SunnypilotPanel</name>
<message>
<source>Modular Assistive Driving System (MADS)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable the beloved MADS feature. Disable toggle to revert back to stock openpilot engagement/disengagement.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Customize MADS</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TermsPage</name>
<message>
@@ -1547,24 +1727,16 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Welcome to openpilot</source>
<translation>使 openpilot</translation>
<source>Welcome to sunnypilot</source>
<translation>使 sunnypilot</translation>
</message>
<message>
<source>You must accept the Terms and Conditions to use openpilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>使 openpilot&lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt;。</translation>
<source>You must accept the Terms and Conditions to use sunnypilot. Read the latest terms at &lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt; before continuing.</source>
<translation>使 sunnypilot&lt;span style=&apos;color: #465BEA;&apos;&gt;https://comma.ai/terms&lt;/span&gt;。</translation>
</message>
</context>
<context>
<name>TogglesPanel</name>
<message>
<source>Enable openpilot</source>
<translation> openpilot</translation>
</message>
<message>
<source>Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>使 openpilot </translation>
</message>
<message>
<source>Enable Lane Departure Warnings</source>
<translation></translation>
@@ -1594,20 +1766,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>When enabled, pressing the accelerator pedal will disengage openpilot.</source>
<translation> openpilot </translation>
<source>When enabled, pressing the accelerator pedal will disengage sunnypilot.</source>
<translation> sunnypilot </translation>
</message>
<message>
<source>Experimental Mode</source>
<translation></translation>
</message>
<message>
<source>openpilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>openpilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;alpha &lt;/b&gt;</translation>
<source>sunnypilot defaults to driving in &lt;b&gt;chill mode&lt;/b&gt;. Experimental mode enables &lt;b&gt;alpha-level features&lt;/b&gt; that aren&apos;t ready for chill mode. Experimental features are listed below:</source>
<translation>sunnypilot &lt;b&gt;&lt;/b&gt; &lt;b&gt;alpha &lt;/b&gt;</translation>
</message>
<message>
<source>Let the driving model control the gas and brakes. openpilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>openpilot將會模擬人類的駕駛行為</translation>
<source>Let the driving model control the gas and brakes. sunnypilot will drive as it thinks a human would, including stopping for red lights and stop signs. Since the driving model decides the speed to drive, the set speed will only act as an upper bound. This is an alpha quality feature; mistakes should be expected.</source>
<translation>sunnypilot將會模擬人類的駕駛行為</translation>
</message>
<message>
<source>New Driving Visualization</source>
@@ -1618,8 +1790,8 @@ This may take up to a minute.</source>
<translation>使ACC系統</translation>
</message>
<message>
<source>openpilot longitudinal control may come in a future update.</source>
<translation>openpilot </translation>
<source>sunnypilot longitudinal control may come in a future update.</source>
<translation>sunnypilot </translation>
</message>
<message>
<source>Aggressive</source>
@@ -1638,20 +1810,20 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>An alpha version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation> (release) openpilot Alpha </translation>
<source>An alpha version of sunnypilot longitudinal control can be tested, along with Experimental mode, on non-release branches.</source>
<translation> (release) sunnypilot Alpha </translation>
</message>
<message>
<source>Enable the openpilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> openpilot alpha</translation>
<source>Enable the sunnypilot longitudinal control (alpha) toggle to allow Experimental mode.</source>
<translation> sunnypilot alpha</translation>
</message>
<message>
<source>End-to-End Longitudinal Control</source>
<translation></translation>
</message>
<message>
<source>Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>使openpilot 使openpilot 使</translation>
<source>Standard is recommended. In aggressive mode, sunnypilot will follow lead cars closer and be more aggressive with the gas and brake. In relaxed mode sunnypilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with your steering wheel distance button.</source>
<translation>使sunnypilot 使sunnypilot 使</translation>
</message>
<message>
<source>The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner.</source>
@@ -1662,8 +1834,8 @@ This may take up to a minute.</source>
<translation></translation>
</message>
<message>
<source>Enable driver monitoring even when openpilot is not engaged.</source>
<translation>使openpilot未激活時也啟用駕駛監控</translation>
<source>Enable driver monitoring even when sunnypilot is not engaged.</source>
<translation>使sunnypilot未激活時也啟用駕駛監控</translation>
</message>
<message>
<source>Enable Dynamic Experimental Control</source>
@@ -1673,6 +1845,14 @@ This may take up to a minute.</source>
<source>Enable toggle to allow the model to determine when to use sunnypilot ACC or sunnypilot End to End Longitudinal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable sunnypilot</source>
<translation> sunnypilot</translation>
</message>
<message>
<source>Use the sunnypilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off.</source>
<translation>使 sunnypilot </translation>
</message>
</context>
<context>
<name>Updater</name>
@@ -1715,14 +1895,14 @@ This may take up to a minute.</source>
<source>Open</source>
<translation></translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation> openpilot </translation>
</message>
<message>
<source>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; Firehose Mode &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</source>
<translation>&lt;span style=&apos;font-family: &quot;Noto Color Emoji&quot;;&apos;&gt;🔥&lt;/span&gt; &lt;span style=&apos;font-family: Noto Color Emoji;&apos;&gt;🔥&lt;/span&gt;</translation>
</message>
<message>
<source>Maximize your training data uploads to improve openpilot&apos;s driving models.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>WifiUI</name>
+1 -1
View File
@@ -119,7 +119,7 @@ void ConsoleUI::initWindows() {
// set the title bar
wbkgd(w[Win::Title], A_REVERSE);
mvwprintw(w[Win::Title], 0, 3, "openpilot replay %s", COMMA_VERSION);
mvwprintw(w[Win::Title], 0, 3, "sunnypilot replay %s", COMMA_VERSION);
// show windows on the real screen
refresh();