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

28 lines
925 B
JSON
Raw Normal View History

2020-07-22 00:02:30 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor"
},
"error": {
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama"
},
2020-07-22 00:02:30 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"authenticate": {
"data": {
"password": "Parola"
},
"description": "L\u00fctfen yap\u0131land\u0131rman\u0131zda {name} i\u00e7in belirledi\u011finiz parolay\u0131 girin."
},
2020-07-22 00:02:30 +00:00
"discovery_confirm": {
"title": "Ke\u015ffedilen ESPHome d\u00fc\u011f\u00fcm\u00fc"
2021-02-03 10:46:49 +00:00
},
"user": {
"data": {
"host": "Ana Bilgisayar",
"port": "Port"
}
2020-07-22 00:02:30 +00:00
}
}
}
}