core/homeassistant/components/kraken/translations/en.json

22 lines
528 B
JSON
Raw Normal View History

2021-05-17 05:17:18 +00:00
{
"config": {
"abort": {
"already_configured": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update interval",
"tracked_asset_pairs": "Tracked Asset Pairs"
}
}
}
}
}