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

22 lines
666 B
JSON
Raw Normal View History

2021-10-17 00:12:27 +00:00
{
"config": {
"abort": {
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
},
"error": {
2021-11-10 00:17:39 +00:00
"cannot_connect": "Ba\u011flanma hatas\u0131",
2021-11-08 00:12:31 +00:00
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
"unknown": "Beklenmeyen hata"
2021-10-17 00:12:27 +00:00
},
"step": {
"user": {
"data": {
"device_key": "Cihaz Anahtar\u0131",
2021-12-04 00:13:16 +00:00
"host": "Sunucu",
2021-11-08 00:12:31 +00:00
"port": "Port",
"verify_ssl": "SSL sertifikas\u0131n\u0131 do\u011frulay\u0131n"
2021-10-17 00:12:27 +00:00
}
}
}
}
}