core/homeassistant/components/speedtestdotnet/translations/cs.json

24 lines
721 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
"abort": {
2020-10-11 00:03:37 +00:00
"single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.",
2020-10-13 00:03:24 +00:00
"wrong_server_id": "ID serveru nen\u00ed platn\u00e9."
2020-06-27 00:05:54 +00:00
},
"step": {
"user": {
2020-11-11 11:10:09 +00:00
"description": "Chcete za\u010d\u00edt nastavovat?"
2020-06-27 00:05:54 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"manual": "Zak\u00e1zat automatickou aktualizaci",
2020-10-11 00:03:37 +00:00
"scan_interval": "Frekvence aktualizac\u00ed (v minut\u00e1ch)",
2020-06-27 00:05:54 +00:00
"server_name": "Vyberte testovac\u00ed server"
}
}
}
}
}