-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Device is already configured", | ||
"already_in_progress": "Configuration flow is already in progress", | ||
"no_devices_found": "No devices found on the network", | ||
"not_supported": "Device not supported" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"unknown": "Unexpected error" | ||
}, | ||
"flow_title": "{name}", | ||
"step": { | ||
"bluetooth_confirm": { | ||
"description": "Do you want to set up {name}?" | ||
}, | ||
"user": { | ||
"data": { | ||
"address": "Device" | ||
}, | ||
"description": "Choose a device to set up" | ||
} | ||
} | ||
} | ||
} |