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

28 lines
910 B
JSON
Raw Normal View History

2020-07-22 00:02:30 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
2021-11-08 00:12:31 +00:00
"already_configured": "Hesap zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
"reauth_successful": "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu"
2021-02-03 10:46:49 +00:00
},
2020-07-22 00:02:30 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"invalid_auth": "Ge\u00e7ersiz kimlik do\u011frulama",
2021-11-08 00:12:31 +00:00
"unknown": "Beklenmeyen hata"
2021-02-03 10:46:49 +00:00
},
"step": {
2021-11-07 00:12:38 +00:00
"reauth_confirm": {
"data": {
2021-11-10 00:17:39 +00:00
"password": "Parola"
2021-11-07 00:12:38 +00:00
},
2021-11-08 00:12:31 +00:00
"description": "{username} \u015fifresini tekrar girin.",
"title": "Entegrasyonu Yeniden Do\u011frula"
2021-11-07 00:12:38 +00:00
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
"password": "Parola",
"username": "Kullan\u0131c\u0131 Ad\u0131"
2021-11-08 00:12:31 +00:00
},
"title": "Bilgilerinizi doldurun"
2021-02-03 10:46:49 +00:00
}
2020-07-22 00:02:30 +00:00
}
}
}