diff --git a/modules/identity/abp-translation.json b/modules/identity/abp-translation.json deleted file mode 100644 index 7bca8c8ca3..0000000000 --- a/modules/identity/abp-translation.json +++ /dev/null @@ -1,33 +0,0 @@ -// test - -{ - "ReferenceCulture": "en", - "TargetCulture": "zh-Hans", - "Resources": [ - { - "ResourcePath": "D:\\Github\\volo\\abp\\modules\\identity\\src\\Volo.Abp.Identity.Domain.Shared\\Volo\\Abp\\Identity\\Localization", - "Texts": [ - { - "LocalizationKey": "Identity.OrganizationUnit.MaxUserMembershipCount", - "Reference": "Maximum allowed organization unit membership count for a user", - "Target": "" - }, - { - "LocalizationKey": "DisplayName:Abp.Identity.SignIn.EnablePhoneNumberConfirmation", - "Reference": "Enable phone number confirmation", - "Target": "" - }, - { - "LocalizationKey": "Description:Abp.Identity.SignIn.EnablePhoneNumberConfirmation", - "Reference": "Whether the phoneNumber can be confirmed by the user.", - "Target": "" - }, - { - "LocalizationKey": "Volo.Abp.Identity:010002", - "Reference": "Can not set more than {MaxUserMembershipCount} organization unit for a user!", - "Target": "" - } - ] - } - ] -} \ No newline at end of file