Browse Source
Merge pull request #2902 from abpframework/akin/Added-localizationkeys
Added some localization keys
pull/2912/head
Alper Ebicoglu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
4 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
-
modules/users/src/Volo.Abp.Users.Domain/Volo/Abp/Users/UserLookupService.cs
|
|
|
@ -5,8 +5,9 @@ |
|
|
|
"OrganizationList": "Organization list", |
|
|
|
"Volo.AbpIo.Commercial:010003": "You are not owner of this organization!", |
|
|
|
"OrganizationNotFoundMessage": "No organization found!", |
|
|
|
"DeveloperCount": "Developer count", |
|
|
|
"QuestionCount": "Question count", |
|
|
|
"DeveloperCount": "Allocated / total developers", |
|
|
|
"QuestionCount": "Remaining / total questions", |
|
|
|
"Unlimited": "Unlimited", |
|
|
|
"Owners": "Owners", |
|
|
|
"AddMember": "Add member", |
|
|
|
"AddOwner": "Add owner", |
|
|
|
@ -30,5 +31,5 @@ |
|
|
|
"SuccessfullyAddedToNewsletter": "Thanks you for subscribing to our newsletter!", |
|
|
|
"ManageProfile": "Manage your profile", |
|
|
|
"EmailNotValid": "Please enter a valid email address." |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -149,4 +149,4 @@ namespace Volo.Abp.Users |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|