Browse Source
Merge pull request #7976 from abpframework/berkan/community-search
Community: Add missing localizations
pull/7995/head
Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
4 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
-
abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
|
|
|
@ -215,8 +215,9 @@ |
|
|
|
"Gateway": "Gateway", |
|
|
|
"State": "State", |
|
|
|
"FailReason": "Fail reason", |
|
|
|
"ReIndexAllPosts": "ReIndex All Posts", |
|
|
|
"ReIndexAllPostsConfirmationMessage": "Are you sure to reindex all posts?", |
|
|
|
"SuccessfullyReIndexAllPosts": "Successfully reindex for all posts" |
|
|
|
"ReIndexAllPosts": "Reindex All Posts", |
|
|
|
"ReIndexAllPostsConfirmationMessage": "Are you sure you want to reindex all posts?", |
|
|
|
"SuccessfullyReIndexAllPosts": "All posts have been successfully reindexed.", |
|
|
|
"Permission:FullSearch": "Full text search" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -138,6 +138,7 @@ |
|
|
|
"TwitterUserNameValidationMessage": "Your Twitter username can not include whitespace, please be sure your Twitter username is correct.", |
|
|
|
"LinkedinUrlValidationMessage": "Your Linkedin URL can not include whitespace, please be sure your Linkedin URL is correct.", |
|
|
|
"NoPostsFound": "No posts found!", |
|
|
|
"SearchInPosts": "Search in posts..." |
|
|
|
"SearchInPosts": "Search in posts...", |
|
|
|
"MinimumSearchContent": "You must enter at least 3 characters!" |
|
|
|
} |
|
|
|
} |
|
|
|
|