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

44 lines
1.5 KiB
JSON
Raw Normal View History

2019-06-24 15:27:46 +00:00
{
"config": {
2022-07-30 00:22:48 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats",
2022-08-02 00:27:42 +00:00
"invalid_auth": "Ogiltig autentisering",
2022-11-24 00:26:32 +00:00
"reauth_successful": "\u00c5terautentisering lyckades"
2019-06-24 15:27:46 +00:00
},
"error": {
2022-08-02 00:27:42 +00:00
"already_configured": "Konto har redan konfigurerats",
2022-07-30 00:22:48 +00:00
"cannot_connect": "Det gick inte att ansluta.",
2022-08-05 00:28:51 +00:00
"invalid_auth": "Ogiltig autentisering",
2022-08-02 00:27:42 +00:00
"unknown": "Ov\u00e4ntat fel"
2019-06-24 15:27:46 +00:00
},
"step": {
2022-07-30 00:22:48 +00:00
"reauth_confirm": {
"data": {
"password": "L\u00f6senord"
},
"title": "\u00c5terautenticera integration"
},
2019-06-24 15:27:46 +00:00
"user": {
"data": {
"password": "L\u00f6senord",
"username": "Anv\u00e4ndarnamn"
},
"title": "Life360 kontoinformation"
}
2020-04-15 16:51:07 +00:00
}
2022-07-30 00:22:48 +00:00
},
"options": {
"step": {
"init": {
"data": {
"driving": "Visa k\u00f6rning som tillst\u00e5nd",
"driving_speed": "K\u00f6rhastighet",
"limit_gps_acc": "Begr\u00e4nsa GPS-noggrannheten",
"max_gps_accuracy": "Maximal GPS-noggrannhet (meter)",
"set_drive_speed": "St\u00e4ll in k\u00f6rhastighetsgr\u00e4ns"
},
"title": "Konto-alternativ"
}
}
2020-04-16 20:00:10 +00:00
}
2019-06-24 15:27:46 +00:00
}