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

30 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-21 00:02:47 +00:00
{
"config": {
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
2020-09-21 00:02:47 +00:00
"unsupported_model": "Seda printeri mudelit ei toetata."
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "\u00dchendamine nurjus",
2020-09-21 00:02:47 +00:00
"snmp_error": "SNMP-server on v\u00e4lja l\u00fclitatud v\u00f5i printerit ei toetata.",
"wrong_host": "Sobimatu hostinimi v\u00f5i IP-aadress."
},
2021-05-12 00:04:03 +00:00
"flow_title": "{model} {serial_number}",
2020-09-21 00:02:47 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"type": "Printeri t\u00fc\u00fcp"
},
2021-02-05 00:03:54 +00:00
"description": "Seadista Brotheri printeri sidumine. Kui seadistamisega on probleeme mine aadressile https://www.home-assistant.io/integrations/brother"
2020-09-21 00:02:47 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Printeri t\u00fc\u00fcp"
},
"description": "Kas soovite lisada Home Assistanti Brotheri printeri {model} seerianumbriga \" {serial_number} \"?",
"title": "Avastatud Brotheri printer"
}
}
}
}