mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
notifications: Copy edit.
This commit is contained in:
committed by
David Lechner
parent
231fbbadeb
commit
3286e4e20b
@@ -19,21 +19,21 @@
|
||||
"failedToArchive": "Failed to archive files.'"
|
||||
},
|
||||
"fileStorage": {
|
||||
"failedToInitialize": "Failed to initial file storage. Changes will not be automatically saved."
|
||||
"failedToInitialize": "Failed to initialize file storage. Changes will not be automatically saved."
|
||||
},
|
||||
"flashFirmware": {
|
||||
"timedOut": "The hub took too long to respond. Restart the hub and try again.",
|
||||
"bleError": "There was a problem with Bluetooth.",
|
||||
"disconnected": "The hub was disconnected before flashing was completed. Restart the hub and try again.",
|
||||
"disconnected": "The hub was disconnected before installation was completed. Restart the hub and try again.",
|
||||
"hubError": "The hub said something went wrong.",
|
||||
"unsupportedDevice": "The connected hub is not supported.",
|
||||
"deviceMismatch": "The firmware is for a different kind of hub from the connected hub.",
|
||||
"failToFetch": "Failed to fetch firmware from the server: {status}",
|
||||
"badZipFile": "The firmware.zip file is missing required files or is corrupt.",
|
||||
"badMetadata": "The firmware.metadata.py file contains missing or invalid entries. Fix it then try again.",
|
||||
"badZipFile": "The firmware.zip file is missing required files or is invalid.",
|
||||
"badMetadata": "The firmware.metadata.json file contains missing or invalid entries. Fix it then try again.",
|
||||
"compileError": "The included main.py file could not be compiled. Fix it then try again.",
|
||||
"sizeTooBig": "The combined firmware and main.py are too big to fit in the flash memory.",
|
||||
"unexpectedError": "Unexpected error while trying to flash firmware: {errorMessage}"
|
||||
"unexpectedError": "Unexpected error while trying to install firmware: {errorMessage}"
|
||||
},
|
||||
"mpy": {
|
||||
"error": "{errorMessage}"
|
||||
|
||||
Reference in New Issue
Block a user