mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
This removes the polyfill for using older chrome browsers before the writeWithResponse and writeWithoutResponse APIs were added.
17 lines
896 B
JSON
17 lines
896 B
JSON
{
|
|
"ble": {
|
|
"gattPermission": "The web browser did not give permission to use Bluetooth Low Energy",
|
|
"gattServiceNotFound": "Connected to hub but failed to get {serviceName} service. Try removing the \"{hubName}\" device in your OS Bluetooth settings, then try again.",
|
|
"noWebBluetooth": "This web browser does not support Web Bluetooth or it is not enabled.",
|
|
"connectFailed": "Unexpected error while trying to connect. Check console log and report the error."
|
|
},
|
|
"editor": {
|
|
"programChanged": "The program was changed in another window. Do you want to delete this program and replace it with the new program?",
|
|
"yesReloadProgram": "Yes"
|
|
},
|
|
"serviceWorker": {
|
|
"success": "Content is cached for offline use.",
|
|
"update": "New content is available and will be used when all tabs for this page are closed.'"
|
|
}
|
|
}
|