wallpanell/custom_components/wall_panel/translations/en.json
2026-03-25 16:47:18 +03:00

24 lines
584 B
JSON
Executable File

{
"config": {
"step": {
"user": {
"title": "Striker Panel",
"description": "Connect Striker Panel to Home Assistant.",
"data": {
"name": "Name",
"panel_url": "PHP panel URL",
"sidebar_title": "Sidebar title",
"sidebar_icon": "Sidebar icon",
"frontend_url_path": "Frontend URL path",
"require_admin": "Require admin",
"sync_token": "Sync token",
"config": "Canonical config JSON"
}
}
},
"error": {
"invalid_json": "Invalid JSON"
}
}
}