From 2497218e2d947ef0d909dc4ffbd6a2e92baa1ec2 Mon Sep 17 00:00:00 2001 From: berkansasmaz Date: Wed, 19 Aug 2020 09:21:19 +0300 Subject: [PATCH 1/3] Some items are localized. --- .../Community/Localization/Resources/en.json | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index dbe786fb97..5c97987018 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -23,7 +23,7 @@ "UrlContentNotFound": "Url content not found.", "Summary": "Summary", "MostRead": "Most Read", - "LatestArticles": "Latest Articles", + "Latest": "Latest", "ContributeAbpCommunity": "Contribute to the ABP Community", "SubmitYourArticle": "Submit Your Article", "ContributionGuide": "Contribution Guide", @@ -36,6 +36,25 @@ "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." + "CreateArticleSummaryInfo": "A short summary of the article to be shown on the article list.", + "CreateArticleCoverInfo": "For creating an effective article, add a cover photo.", + "ThisExtensionIsNotAllowed": "This extension is not allowed.", + "TheFileIsTooLarge": "The file is too large.", + "GoToTheArticle": "Go to the Article", + "Contribute": "Contribute", + "CurrentMilestone": "Current Milestone", + "OverallProgress": "Overall Progress", + "Done": "Done", + "Open": "Open", + "Closed": "Closed", + "LatestQuestionOnThe": "Latest Question On The", + "StackOverflow": "StackOverflow", + "Votes": "votes", + "Answer": "answer", + "Views": "views", + "Answered": "Answered", + "WaitingForYourAnswer": "Waiting for your answer", + "Asked": "asked", + "SeeAllQuestions": "See All Questions" } } From 8f6aa0ffdd0f413ef68b8c806c2660fb5f396f85 Mon Sep 17 00:00:00 2001 From: berkansasmaz Date: Wed, 19 Aug 2020 13:22:45 +0300 Subject: [PATCH 2/3] New items have been added to the community localization. --- .../Community/Localization/Resources/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index 5c97987018..0f03ea8b1a 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -37,12 +37,11 @@ "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.", - "CreateArticleCoverInfo": "For creating an effective article, add a cover photo.", + "CreateArticleCoverInfo": "For creating an effective article, add a cover photo. Only 16:9 aspect ratio pictures will be accepted!", "ThisExtensionIsNotAllowed": "This extension is not allowed.", "TheFileIsTooLarge": "The file is too large.", "GoToTheArticle": "Go to the Article", "Contribute": "Contribute", - "CurrentMilestone": "Current Milestone", "OverallProgress": "Overall Progress", "Done": "Done", "Open": "Open", @@ -50,11 +49,12 @@ "LatestQuestionOnThe": "Latest Question On The", "StackOverflow": "StackOverflow", "Votes": "votes", - "Answer": "answer", + "Answer": "Answer", "Views": "views", "Answered": "Answered", "WaitingForYourAnswer": "Waiting for your answer", "Asked": "asked", - "SeeAllQuestions": "See All Questions" + "AllQuestions": "All Questions", + "NextVersion": "Next Version" } } From 1cdbd54aabb3ffcd6f8af981e8e1fa547996963b Mon Sep 17 00:00:00 2001 From: berkansasmaz Date: Wed, 19 Aug 2020 14:38:33 +0300 Subject: [PATCH 3/3] Update localization item. --- .../AbpIoLocalization/Community/Localization/Resources/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index 0f03ea8b1a..1b37f884e4 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -47,7 +47,7 @@ "Open": "Open", "Closed": "Closed", "LatestQuestionOnThe": "Latest Question On The", - "StackOverflow": "StackOverflow", + "Stackoverflow": "Stackoverflow", "Votes": "votes", "Answer": "Answer", "Views": "views",