core/homeassistant/components/laundrify/translations/sv.json

25 lines
889 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig."
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"invalid_auth": "Ogiltig autentisering",
2022-07-30 00:22:48 +00:00
"invalid_format": "Ogiltigt format. V\u00e4nligen ange som xxx-xxx.",
2022-06-23 00:20:13 +00:00
"unknown": "Ov\u00e4ntat fel"
2022-07-30 00:22:48 +00:00
},
"step": {
"init": {
"data": {
"code": "Auth-kod (xxx-xxx)"
},
"description": "V\u00e4nligen ange din personliga autentiseringskod som visas i laundrify-appen."
},
"reauth_confirm": {
"description": "Laundrify-integrationen m\u00e5ste autentiseras p\u00e5 nytt.",
"title": "Autentisera om integration"
}
2022-06-23 00:20:13 +00:00
}
}
}