diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
index 8b5fa2014e2..f5a278f3ae9 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json
@@ -34,8 +34,8 @@
"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.",
- "CreateArticleSummaryInfo": "A short summary of the article to be shown on the article list.",
+ "CreateArticleTitleInfo": "Title of the post to be shown on the post list.",
+ "CreateArticleSummaryInfo": "A short summary of the post to be shown on the post list.",
"CreateArticleCoverInfo": "For creating an effective article, add a cover photo. Upload 16:9 aspect ratio pictures for the best view. Maximum file size: 1MB.",
"ThisExtensionIsNotAllowed": "This extension is not allowed.",
"TheFileIsTooLarge": "The file is too large.",
@@ -100,17 +100,38 @@
"ArticleRequestMessageTitle": "Open an issue on the GitHub to request an article/tutorial you want to see on this web site.",
"ArticleRequestMessageBody": "Here, the list of the requested articles by the community. Do you want to write a requested article? Please click to the request and join to the discussion.",
"Language": "Language",
- "CreateArticleLanguageInfo": "The language in which the article is written",
+ "CreateArticleLanguageInfo": "The language for the post content.",
"VideoPost": "Video Post",
"Article": "Article",
"Read": "Read",
"CreateGithubArticleUrlInfo": "Original GitHub URL of the article.",
- "CreateVideoContentUrlInfo": "Original Youtube URL of the article.",
+ "CreateVideoContentUrlInfo": "Original Youtube URL of the post.",
"CreateExternalArticleUrlInfo": "Original External Url of the article.",
- "VideoContentForm": "Video Content Form",
- "GithubPostForm": "Github Post Form",
- "ExternalPostForm": "External Post Form",
- "PostSourceTypeChooses": "We accept three source types for the posts;",
- "Posts": "Posts"
+ "VideoContentForm": "Submit Video on YouTube",
+ "GithubPostForm": "Submit Article on GitHub",
+ "ExternalPostForm": "Submit an External Content",
+ "PostType": "Post Type",
+ "Posts": "Posts",
+ "VideoUrl": "Video Url",
+ "GithubArticleUrl": "Github Article Url",
+ "ExternalArticleUrl": "External Article Url",
+ "CreatePostCoverInfo": "For creating an effective post, add a cover photo. Upload 16:9 aspect ratio pictures for the best view. Maximum file size: 1MB.",
+ "ThankYouForContribution": "Thank you for contributing to the ABP Community.",
+ "GithubArticle": "Github Article",
+ "GithubArticleSubmitStepOne": "1. Write an article on any public GitHub repository with the Markdown format. example",
+ "GithubArticleSubmitStepTwo": "2. Submit your article URL using the form.",
+ "GithubArticleSubmitStepThree": "3. Your article will be rendered in this web site.",
+ "YoutubeVideo": "Youtube Video",
+ "YoutubeVideoSubmitStepOne": "1. Publish your video on YouTube.",
+ "YoutubeVideoSubmitStepTwo": "2. Submit the video URL using the form.",
+ "YoutubeVideoSubmitStepThree": "3. Visitors will be able to watch your video content directly on this website.",
+ "ExternalContent": "External Content",
+ "ExternalContentSubmitStepOne": "1. Create a content on any public platform (medium, your own blog or anywhere you like).",
+ "ExternalContentSubmitStepTwo": "2. Submit your content URL using the form.",
+ "ExternalContentSubmitStepThree": "3. Visitors are redirected to the content on the original website.",
+ "ChooseYourContentType": "Please choose the way you want to add your content.",
+ "PostContentViaGithub": "I want to add my article with GitHub in accordance with the markdown rules.",
+ "PostContentViaYoutube": "I want to share my videos available on Youtube here.",
+ "PostContentViaExternalSource": "I want to add the content I published on another platform here."
}
}