mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 03:03:41 +08:00
87ff98dc7c
* 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>
53 lines
2.3 KiB
JSON
53 lines
2.3 KiB
JSON
{
|
|
"Offroad_TemperatureTooHigh": {
|
|
"text": "Device temperature too high. System cooling down before starting. Current internal component temperature: %1",
|
|
"severity": 0
|
|
},
|
|
"Offroad_ConnectivityNeededPrompt": {
|
|
"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. sunnypilot won't automatically start until it connects to internet to check for updates.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_UpdateFailed": {
|
|
"text": "Unable to download updates\n%1",
|
|
"severity": 1,
|
|
"_comment": "Set extra field to the failed reason."
|
|
},
|
|
"Offroad_IsTakingSnapshot": {
|
|
"text": "Taking camera snapshots. System won't start until finished.",
|
|
"severity": 0
|
|
},
|
|
"Offroad_NeosUpdate": {
|
|
"text": "An update to your device's operating system is downloading in the background. You will be prompted to update when it's ready to install.",
|
|
"severity": 0
|
|
},
|
|
"Offroad_UnofficialHardware": {
|
|
"text": "Device failed to register. It will not connect to or upload to comma.ai servers, and receives no support from comma.ai. If this is an official device, visit https://comma.ai/support.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_StorageMissing": {
|
|
"text": "NVMe drive not mounted.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_BadNvme": {
|
|
"text": "Unsupported NVMe drive detected. Device may draw significantly more power and overheat due to the unsupported NVMe.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_CarUnrecognized": {
|
|
"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": "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": {
|
|
"text": "sunnypilot is now in Always Offroad mode. sunnypilot won't start until Always Offroad mode is disabled. Go to \"Settings\" -> \"Device\" to exit Always Offroad mode.",
|
|
"severity": 1
|
|
}
|
|
}
|