Browse Source
Fixing `TwoFactorEnabled` localization issue
pull/1530/head
Selçuk KÜTÜK
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/identity/src/Volo.Abp.Identity.Web/Localization/Resources/AbpIdentity/tr.json
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
"DisplayName:Password": "Şifre", |
|
|
|
"DisplayName:Email": "E-posta adresi", |
|
|
|
"DisplayName:PhoneNumber": "Telefon numarası", |
|
|
|
"DisplayName:TwoFactorEnabled": "İki aşamalı doğrumala", |
|
|
|
"DisplayName:TwoFactorEnabled": "İki aşamalı doğrulama", |
|
|
|
"DisplayName:LockoutEnabled": "Başarısız giriş denemeleri sonrası hesabı kilitleme", |
|
|
|
"NewRole": "Yeni rol", |
|
|
|
"RoleName": "Rol adı", |
|
|
|
@ -38,4 +38,4 @@ |
|
|
|
"Identity.StaticRoleRenamingErrorMessage": "Bir Sabit rolün ismi değiştirilemez.", |
|
|
|
"Identity.StaticRoleDeletionErrorMessage": "Bir Sabit rol silinemez." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|