core/homeassistant/components/blebox/translations/tr.json

24 lines
964 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"address_already_configured": "Bir BleBox cihaz\u0131 zaten {address} yap\u0131land\u0131r\u0131lm\u0131\u015ft\u0131r.",
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
},
"error": {
"cannot_connect": "Ba\u011flanma hatas\u0131",
2021-10-17 00:12:27 +00:00
"unknown": "Beklenmeyen hata",
"unsupported_version": "BleBox cihaz\u0131n\u0131n g\u00fcncel olmayan bellenimi var. L\u00fctfen \u00f6nce y\u00fckseltin."
2021-02-03 10:46:49 +00:00
},
2021-11-08 00:12:31 +00:00
"flow_title": "{name} ({host})",
2021-02-03 10:46:49 +00:00
"step": {
"user": {
"data": {
2021-11-10 00:17:39 +00:00
"host": "IP Adresi",
2021-02-03 10:46:49 +00:00
"port": "Port"
2021-11-08 00:12:31 +00:00
},
"description": "BleBox'\u0131n\u0131z\u0131 Home Assistant ile entegre olacak \u015fekilde ayarlay\u0131n.",
"title": "BleBox cihaz\u0131n\u0131z\u0131 kurun"
2021-02-03 10:46:49 +00:00
}
}
}
}