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

29 lines
1011 B
JSON
Raw Normal View History

2020-12-15 00:04:49 +00:00
{
2021-02-03 10:46:49 +00:00
"config": {
"abort": {
"already_configured": "Konum zaten yap\u0131land\u0131r\u0131lm\u0131\u015f"
},
"error": {
2021-11-08 00:12:31 +00:00
"invalid_api_key": "Ge\u00e7ersiz API anahtar\u0131",
"wrong_location": "Bu b\u00f6lgede Airly \u00f6l\u00e7\u00fcm istasyonu yok."
2021-02-03 10:46:49 +00:00
},
"step": {
"user": {
"data": {
"api_key": "API Anahtar\u0131",
"latitude": "Enlem",
2021-11-08 00:12:31 +00:00
"longitude": "Boylam",
"name": "Ad"
},
2022-05-19 00:26:11 +00:00
"description": "API anahtar\u0131 olu\u015fturmak i\u00e7in https://developer.airly.eu/register adresine gidin."
2021-02-03 10:46:49 +00:00
}
}
},
2020-12-15 00:04:49 +00:00
"system_health": {
"info": {
2021-11-08 00:12:31 +00:00
"can_reach_server": "Airly sunucusuna eri\u015fin",
"requests_per_day": "G\u00fcnl\u00fck izin verilen istek say\u0131s\u0131",
"requests_remaining": "Kalan izin verilen istekler"
2020-12-15 00:04:49 +00:00
}
}
}