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

22 lines
528 B
JSON

{
"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"
}
}
}
}
}