From e6427992d17800f080eb8e36adb4bfcc61e982e3 Mon Sep 17 00:00:00 2001 From: maliming <6908465+maliming@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:44:41 +0800 Subject: [PATCH] Update Two factor localize text. Resolve #5830 --- .../Volo/Abp/Identity/Localization/en.json | 4 ++-- .../Volo/Abp/Identity/Localization/tr.json | 4 ++-- .../Volo/Abp/Identity/Localization/zh-Hans.json | 4 ++-- .../Volo/Abp/Identity/Localization/zh-Hant.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json index 63ad1f2c3e..c1b4d42a04 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json @@ -79,8 +79,8 @@ "Permission:UserManagement": "User management", "Permission:UserLookup": "User lookup", "Feature:IdentityGroup": "Identity", - "Feature:TwoFactor": "Two Factor", - "Feature:TwoFactorDescription": "Two Factor", + "Feature:TwoFactor": "Two factor behaviour", + "Feature:TwoFactorDescription": "Set two factor behaviour. Optional values: Optional,Disabled,Forced", "Feature:TwoFactor.Optional": "Optional", "Feature:TwoFactor.Disabled": "Disabled", "Feature:TwoFactor.Forced": "Forced", diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json index 9bdecca7b2..73e4d50644 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json @@ -77,8 +77,8 @@ "Permission:UserManagement": "Kullanıcı yönetimi", "Permission:UserLookup": "Kullanıcı sorgulama", "Feature:IdentityGroup": "Kimlik", - "Feature:TwoFactor": "İki faktörlü kimlik doğrulama", - "Feature:TwoFactorDescription": "İki faktörlü kimlik doğrulama", + "Feature:TwoFactor": "İki faktörlü davranış", + "Feature:TwoFactorDescription": "İki faktörlü davranış ayarlayın. İsteğe bağlı değerler: İsteğe Bağlı, Devre Dışı, Zorunlu", "Feature:TwoFactor.Optional": "İsteğe bağlı", "Feature:TwoFactor.Disabled": "Devre dışı", "Feature:TwoFactor.Forced": "Zorunlu", diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json index 74859aa0f3..226f429364 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json @@ -78,8 +78,8 @@ "Permission:UserManagement": "用户管理", "Permission:UserLookup": "用户查询", "Feature:IdentityGroup": "身份标识", - "Feature:TwoFactor": "双因素身份验证", - "Feature:TwoFactorDescription": "双因素身份验证", + "Feature:TwoFactor": "双因素身份验证行为", + "Feature:TwoFactorDescription": "设置双因素身份验证行为. 可选值:可选,禁用,强制启用", "Feature:TwoFactor.Optional": "可选", "Feature:TwoFactor.Disabled": "禁用", "Feature:TwoFactor.Forced": "强制启用", diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json index dd8c9e0a17..5a4c96d111 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json @@ -79,8 +79,8 @@ "Permission:UserManagement": "使用者管理", "Permission:UserLookup": "使用者查詢", "Feature:IdentityGroup": "身份識別", - "Feature:TwoFactor": "雙因素", - "Feature:TwoFactorDescription": "雙因素", + "Feature:TwoFactor": "雙因素身份驗證行為", + "Feature:TwoFactorDescription": "設置雙因素身份驗證行為. 可選值:可選,禁用,強制啟用", "Feature:TwoFactor.Optional": "選用", "Feature:TwoFactor.Disabled": "關閉", "Feature:TwoFactor.Forced": "強制啟用",