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

31 lines
1008 B
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",
"no_server_found": "LMS sunucusu bulunamad\u0131."
2021-02-03 10:46:49 +00:00
},
"error": {
"cannot_connect": "Ba\u011flanma hatas\u0131",
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
2021-11-08 00:12:31 +00:00
"no_server_found": "Sunucu otomatik olarak ke\u015ffedilemedi.",
2021-02-03 10:46:49 +00:00
"unknown": "Beklenmeyen hata"
},
2021-11-08 00:12:31 +00:00
"flow_title": "{host}",
2021-02-03 10:46:49 +00:00
"step": {
"edit": {
"data": {
"host": "Ana Bilgisayar",
"password": "Parola",
"port": "Port",
"username": "Kullan\u0131c\u0131 Ad\u0131"
2021-11-08 00:12:31 +00:00
},
"title": "Ba\u011flant\u0131 bilgilerini d\u00fczenle"
2021-02-03 10:46:49 +00:00
},
"user": {
"data": {
"host": "Ana Bilgisayar"
}
}
}
}
}