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

28 lines
943 B
JSON
Raw Normal View History

2021-11-07 00:12:38 +00:00
{
"config": {
2021-11-08 00:12:31 +00:00
"abort": {
"reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu"
},
"error": {
"cannot_connect": "Ba\u011flanma hatas\u0131",
"invalid_api_key": "Ge\u00e7ersiz API anahtar\u0131"
},
2021-11-07 00:12:38 +00:00
"step": {
"reauth_confirm": {
"data": {
2021-11-08 00:12:31 +00:00
"api_key": "API Anahtar\u0131",
2021-11-07 00:12:38 +00:00
"description": "Ambee hesab\u0131n\u0131zla yeniden kimlik do\u011frulamas\u0131 yap\u0131n."
}
},
"user": {
2021-11-08 00:12:31 +00:00
"data": {
"api_key": "API Anahtar\u0131",
"latitude": "Enlem",
"longitude": "Boylam",
"name": "Ad"
},
2021-11-07 00:12:38 +00:00
"description": "Ambee'yi Home Assistant ile entegre olacak \u015fekilde ayarlay\u0131n."
}
}
}
}