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

23 lines
596 B
JSON
Raw Normal View History

2022-06-21 00:22:51 +00:00
{
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
"reauth_successful": "\u00c5terautentisering lyckades"
},
"create_entry": {
"default": "Autentiserats"
},
"error": {
"invalid_auth": "Ogiltig autentisering"
},
2022-06-21 00:22:51 +00:00
"step": {
"user": {
"data": {
2022-08-06 00:24:46 +00:00
"password": "L\u00f6senord",
"url": "Webbplats",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
}
}
}
}
}