Skip to content

Commit

Permalink
Add "en" translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
monty68 committed Dec 3, 2023
1 parent 606830f commit a8bbb58
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions custom_components/uniled/translations/en.json
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"
}
}
}
}

0 comments on commit a8bbb58

Please sign in to comment.