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

22 lines
619 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",
"not_songpal_device": "Songpal cihaz\u0131 de\u011fil"
2021-02-03 10:46:49 +00:00
},
"error": {
"cannot_connect": "Ba\u011flanma hatas\u0131"
},
2021-11-08 00:12:31 +00:00
"flow_title": "{name} ({host})",
2021-02-03 10:46:49 +00:00
"step": {
2021-11-08 00:12:31 +00:00
"init": {
"description": "{name} ( {host} ) kurmak istiyor musunuz?"
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
"endpoint": "Biti\u015f noktas\u0131"
}
}
}
}
}