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

36 lines
1.2 KiB
JSON
Raw Normal View History

2021-10-16 00:12:06 +00:00
{
"config": {
2021-10-17 00:12:27 +00:00
"abort": {
"already_configured": "Hizmet zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
2021-11-08 00:12:31 +00:00
"cannot_connect": "Ba\u011flanma hatas\u0131",
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
2021-11-10 00:17:39 +00:00
"reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu",
2021-11-08 00:12:31 +00:00
"unknown": "Beklenmeyen hata"
2021-10-17 00:12:27 +00:00
},
2021-10-16 00:12:06 +00:00
"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-16 00:12:06 +00:00
},
2021-11-08 00:12:31 +00:00
"flow_title": "{host}",
2021-10-16 00:12:06 +00:00
"step": {
2021-11-07 00:12:38 +00:00
"hassio_confirm": {
"description": "{addon} eklentisine ba\u011flanmak istiyor musunuz?"
},
2021-10-16 00:12:06 +00:00
"reauth_confirm": {
"data": {
2021-11-10 00:17:39 +00:00
"password": "Parola"
2021-10-16 00:12:06 +00:00
},
"description": "L\u00fctfen sunucunun do\u011fru \u015fifresini giriniz: {host}"
},
"user": {
"data": {
2021-12-04 00:13:16 +00:00
"host": "Sunucu",
2021-11-10 00:17:39 +00:00
"name": "Ad",
"password": "Parola",
2021-10-16 00:12:06 +00:00
"port": "Port"
}
}
}
}
}