-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4957 from abpframework/berkan-engin/community
Community.abp.io localization
- Loading branch information
Showing
4 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/AbpIoCommunityResource.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using Volo.Abp.Localization; | ||
|
||
namespace AbpIoLocalization.Community.Localization | ||
{ | ||
[LocalizationResourceName("AbpIoCommunity")] | ||
public class AbpIoCommunityResource | ||
{ | ||
|
||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"culture": "en", | ||
"texts": { | ||
"Permission:CommunityArticle": "Community Article", | ||
"Permission:Edit": "Edit", | ||
"Waiting": "Waiting", | ||
"Approved": "Approved", | ||
"Rejected": "Rejected", | ||
"Wait": "Wait", | ||
"Approve": "Approve", | ||
"Reject": "Reject", | ||
"ReadArticle": "Read Article", | ||
"Status": "Status", | ||
"ContentSource": "Content Source", | ||
"Details": "Details", | ||
"Url": "Url", | ||
"Title": "Title", | ||
"CreationTime": "Creation time", | ||
"Save": "Save", | ||
"SameUrlAlreadyExist": "Same url already exist if you want to add this article, you should change the url!", | ||
"UrlIsNotValid": "Url is not valid.", | ||
"UrlNotFound" : "Url not found.", | ||
"UrlContentNotFound": "Url content not found.", | ||
"Summary": "Summary", | ||
"MostRead": "Most Read", | ||
"LatestArticles": "Latest Articles", | ||
"ContributeAbpCommunity": "Contribute to the ABP Community", | ||
"SubmitYourArticle": "Submit Your Article", | ||
"ContributionGuide": "Contribution Guide", | ||
"BugReport": "Bug Report", | ||
"SeeAllArticles": "See All Articles", | ||
"WelcomeToABPCommunity!": "Welcome to ABP Community!", | ||
"MyProfile": "My profile", | ||
"MyOrganizations": "My organizations", | ||
"EmailNotValid": "Please enter a valid email address.", | ||
"FeatureRequest": "Feature Request", | ||
"CreateArticleTitleInfo": "Title of the article to be shown on the article list.", | ||
"CreateArticleUrlInfo": "Original GitHub/External URL of the article.", | ||
"CreateArticleSummaryInfo": "A short summary of the article to be shown on the article list." | ||
} | ||
} |