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

29 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-29 00:31:54 +00:00
{
"config": {
2020-02-07 00:31:50 +00:00
"abort": {
"already_configured": "Den h\u00e4r skrivaren \u00e4r redan konfigurerad.",
"unsupported_model": "Den h\u00e4r skrivarmodellen st\u00f6ds inte."
},
"error": {
"snmp_error": "SNMP-servern har st\u00e4ngts av eller s\u00e5 st\u00f6ds inte skrivaren.",
"wrong_host": "Ogiltigt v\u00e4rdnamn eller IP-adress."
},
"flow_title": "Brother-skrivare: {model} {serial_number}",
2020-01-29 00:31:54 +00:00
"step": {
2020-02-07 00:31:50 +00:00
"user": {
"data": {
"host": "Skrivarens v\u00e4rdnamn eller IP-adress",
"type": "Typ av skrivare"
},
2020-05-29 00:04:16 +00:00
"description": "St\u00e4ll in Brother-skrivarintegration. Om du har problem med konfigurationen g\u00e5r du till: https://www.home-assistant.io/integrations/brother"
2020-02-07 00:31:50 +00:00
},
2020-01-29 00:31:54 +00:00
"zeroconf_confirm": {
"data": {
"type": "Typ av skrivare"
2020-02-07 00:31:50 +00:00
},
"description": "Vill du l\u00e4gga till Brother-skrivaren {model} med serienumret {serial_number} i Home Assistant?",
"title": "Uppt\u00e4ckte Brother-skrivare"
2020-01-29 00:31:54 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-29 00:31:54 +00:00
}