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

35 lines
2.0 KiB
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"mfa_setup": {
"notify": {
2021-11-08 00:12:31 +00:00
"abort": {
"no_available_service": "Kullan\u0131labilir bildirim hizmeti yok."
},
"error": {
"invalid_code": "Ge\u00e7ersiz kod, l\u00fctfen tekrar deneyiniz."
},
2021-02-03 10:46:49 +00:00
"step": {
"init": {
2021-11-08 00:12:31 +00:00
"description": "L\u00fctfen bildirim hizmetlerinden birini se\u00e7in:",
2021-02-03 10:46:49 +00:00
"title": "Bilgilendirme bile\u015feni taraf\u0131ndan verilen tek seferlik parolay\u0131 ayarlay\u0131n"
},
"setup": {
2021-11-08 00:12:31 +00:00
"description": "**bildirim yoluyla tek seferlik bir parola g\u00f6nderildi. {notify_service}**. L\u00fctfen a\u015fa\u011f\u0131da girin:",
"title": "Kurulumu do\u011frulay\u0131n"
2021-02-03 10:46:49 +00:00
}
},
"title": "Tek Seferlik Parolay\u0131 Bildir"
},
"totp": {
2021-11-08 00:12:31 +00:00
"error": {
"invalid_code": "Ge\u00e7ersiz kod, l\u00fctfen tekrar deneyiniz. S\u00fcrekli olarak bu hatay\u0131 al\u0131yorsan\u0131z, l\u00fctfen Home Assistant sisteminizin saatinin do\u011fru oldu\u011fundan emin olun."
},
2021-02-03 10:46:49 +00:00
"step": {
"init": {
2021-11-08 00:12:31 +00:00
"description": "Zamana dayal\u0131 tek seferlik parolalar\u0131 kullanarak iki fakt\u00f6rl\u00fc kimlik do\u011frulamay\u0131 etkinle\u015ftirmek i\u00e7in kimlik do\u011frulama uygulaman\u0131zla QR kodunu taray\u0131n. Hesab\u0131n\u0131z yoksa, [Google Authenticator] (https://support.google.com/accounts/answer/1066447) veya [Authy] (https://authy.com/) \u00f6neririz. \n\n {qr_code}\n\n Kodu tarad\u0131ktan sonra, kurulumu do\u011frulamak i\u00e7in uygulaman\u0131zdan alt\u0131 haneli kodu girin. QR kodunu taramayla ilgili sorun ya\u015f\u0131yorsan\u0131z, ** ` {code} ` manuel kurulum yap\u0131n.",
"title": "TOTP kullanarak iki fakt\u00f6rl\u00fc kimlik do\u011frulamay\u0131 ayarlay\u0131n"
2021-02-03 10:46:49 +00:00
}
2021-11-08 00:12:31 +00:00
},
"title": "TOTP"
2021-02-03 10:46:49 +00:00
}
}
}