You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix multilang dialog height
* split to file
* stash
* Revert "stash"
This reverts commit deb4239.
* add updater
* add files
* stuff
* try
rev
* stash
* works!
* works!
* this should be the flow?
* cursor wrapping -- it missed entire sections, changed formatting, and didn't use trn properly!!!!!!!!!!!!!!!!!
* update translations
* learned my lesson
* this should be the one thing it's good at
* update trans
* onroad wrap
* spanish
* rename
* clean up
* load all
* Revert "load all"
This reverts commit 6f2a458.
* jp translations
* try jp
* Revert "try jp"
This reverts commit d0524b1.
* remove languages we can't add rn
* tr
* pt and fr
* ai cannot be trusted
* ai cannot be trusted
* missing trans
* add fonts
* Revert "remove languages we can't add rn"
This reverts commit 73dc75f.
* painfully slow to startup
* only load what we need
* Reapply "remove languages we can't add rn"
This reverts commit 52cb48f.
* stash!
* rm
* Revert "stash!"
This reverts commit 31d7c36.
* revert this
* revert that
* make this dynamic!
* device
* revert
* firehose
* stuff
* revert application
* back
* full revert
* clean up
* network
* more system
* fix dat
* fixy
"ADB (Android Debug Bridge) allows connecting to your device over USB or over the network. "+
15
16
"See https://docs.comma.ai/how-to/connect-to-comma for more info."
16
17
),
17
-
'ssh_key': (
18
+
'ssh_key': tr(
18
19
"Warning: This grants SSH access to all public keys in your GitHub settings. Never enter a GitHub username "+
19
20
"other than your own. A comma employee will NEVER ask you to add their GitHub username."
20
21
),
21
-
'alpha_longitudinal': (
22
+
'alpha_longitudinal': tr(
22
23
"<b>WARNING: openpilot longitudinal control is in alpha for this car and will disable Automatic Emergency Braking (AEB).</b><br><br>"+
23
24
"On this car, openpilot defaults to the car's built-in ACC instead of openpilot's longitudinal control. "+
24
25
"Enable this to switch to openpilot longitudinal control. Enabling Experimental mode is recommended when enabling openpilot longitudinal control alpha."
@@ -34,7 +35,7 @@ def __init__(self):
34
35
35
36
# Build items and keep references for callbacks/state updates
0 commit comments