From 699afa20d937078697e8eee646ef8be042aa5183 Mon Sep 17 00:00:00 2001 From: maliming <6908465+maliming@users.noreply.github.com> Date: Mon, 25 May 2020 20:06:07 +0800 Subject: [PATCH] Delete abp-translation.json --- modules/identity/abp-translation.json | 33 --------------------------- 1 file changed, 33 deletions(-) delete mode 100644 modules/identity/abp-translation.json 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