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

47 lines
2.5 KiB
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",
2021-11-08 00:12:31 +00:00
"already_in_progress": "Yap\u0131land\u0131rma ak\u0131\u015f\u0131 zaten devam ediyor",
"reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu"
2021-02-03 10:46:49 +00:00
},
"error": {
2021-11-08 00:12:31 +00:00
"connection_error": "ESP'ye ba\u011flan\u0131lam\u0131yor. L\u00fctfen YAML dosyan\u0131z\u0131n bir 'api:' sat\u0131r\u0131 i\u00e7erdi\u011finden emin olun.",
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
"invalid_psk": "Aktar\u0131m \u015fifreleme anahtar\u0131 ge\u00e7ersiz. L\u00fctfen yap\u0131land\u0131rman\u0131zda sahip oldu\u011funuzla e\u015fle\u015fti\u011finden emin olun",
"resolve_error": "ESP'nin adresi \u00e7\u00f6z\u00fclemiyor. Bu hata devam ederse, l\u00fctfen statik bir IP adresi ayarlay\u0131n: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
2021-02-03 10:46:49 +00:00
},
2021-11-08 00:12:31 +00:00
"flow_title": "{name}",
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": {
2021-11-08 00:12:31 +00:00
"description": "ESPHome d\u00fc\u011f\u00fcm\u00fcn\u00fc ` {name} ` Home Assistant'a eklemek istiyor musunuz?",
2020-07-22 00:02:30 +00:00
"title": "Ke\u015ffedilen ESPHome d\u00fc\u011f\u00fcm\u00fc"
2021-02-03 10:46:49 +00:00
},
2021-11-08 00:12:31 +00:00
"encryption_key": {
"data": {
"noise_psk": "\u015eifreleme anahtar\u0131"
},
"description": "{name} i\u00e7in yap\u0131land\u0131rman\u0131zda belirledi\u011finiz \u015fifreleme anahtar\u0131n\u0131 girin."
},
"reauth_confirm": {
"data": {
"noise_psk": "\u015eifreleme anahtar\u0131"
},
"description": "ESPHome cihaz\u0131 {name} aktar\u0131m \u015fifrelemesini etkinle\u015ftirdi veya \u015fifreleme anahtar\u0131n\u0131 de\u011fi\u015ftirdi. L\u00fctfen g\u00fcncellenmi\u015f anahtar\u0131 girin."
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
2021-12-04 00:13:16 +00:00
"host": "Sunucu",
2021-02-03 10:46:49 +00:00
"port": "Port"
2021-11-08 00:12:31 +00:00
},
"description": "L\u00fctfen [ESPHome](https://esphomelib.com/) d\u00fc\u011f\u00fcm\u00fcn\u00fcz\u00fcn ba\u011flant\u0131 ayarlar\u0131n\u0131 girin."
2020-07-22 00:02:30 +00:00
}
}
}
}