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

37 lines
1.0 KiB
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
2021-11-08 00:12:31 +00:00
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
"incomplete_discovery": "Tamamlanmam\u0131\u015f tarama",
"no_devices_found": "A\u011fda cihaz bulunamad\u0131"
},
"error": {
"one": "Bo\u015f",
"other": "Bo\u015f"
2021-02-03 10:46:49 +00:00
},
2021-11-10 00:17:39 +00:00
"flow_title": "{name}",
2021-02-03 10:46:49 +00:00
"step": {
2021-11-08 00:12:31 +00:00
"init": {
"one": "Bo\u015f",
2022-10-08 00:29:46 +00:00
"other": "Bo\u015f"
2021-11-08 00:12:31 +00:00
},
2021-02-03 10:46:49 +00:00
"ssdp_confirm": {
"description": "Bu UPnP / IGD cihaz\u0131n\u0131 kurmak istiyor musunuz?"
},
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"unique_id": "Cihaz"
2021-02-03 10:46:49 +00:00
}
}
}
2021-11-08 00:12:31 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "G\u00fcncelleme aral\u0131\u011f\u0131 (saniye, minimum 30)"
}
}
}
2021-02-03 10:46:49 +00:00
}
}