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

22 lines
558 B
JSON
Raw Normal View History

2021-05-22 00:12:02 +00:00
{
2021-05-23 00:13:25 +00:00
"config": {
"abort": {
"already_configured": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
"step": {
"user": {
2021-07-07 00:11:57 +00:00
"description": "M\u00f6chtest Du mit der Einrichtung beginnen?"
2021-05-23 00:13:25 +00:00
}
}
},
2021-05-22 00:12:02 +00:00
"options": {
"step": {
"init": {
"data": {
2021-06-06 00:19:43 +00:00
"scan_interval": "Update-Intervall",
2021-05-22 00:12:02 +00:00
"tracked_asset_pairs": "Verfolgte Asset-Paare"
}
}
}
}
}