From 5ce55390fc77df8a9b3a2f62556d680fceacab7a Mon Sep 17 00:00:00 2001 From: Berkan Date: Sun, 13 Dec 2020 17:27:43 +0300 Subject: [PATCH] Add missing localizations. --- .../AbpIoLocalization/Admin/Localization/Resources/en.json | 5 ++++- .../AbpIoLocalization/Admin/Localization/Resources/tr.json | 5 ++++- .../Community/Localization/Resources/en.json | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 6e3c1df3ce..32d3c16a01 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -194,6 +194,9 @@ "CoverImage": "Cover Image", "RemoveCacheConfirmationMessage": "Are you sure you remove the cache for \"{0}\" article?", "SuccessfullyRemoved": "Successfully cleared", - "RemoveCache": "Remove Cache" + "RemoveCache": "Remove Cache", + "Language": "Language", + "Optional": "Optional", + "CreateArticleLanguageInfo": "The language in which the article is written" } } \ No newline at end of file diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/tr.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/tr.json index b7f7cb41a5..9ac7e39b9e 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/tr.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/tr.json @@ -156,6 +156,9 @@ "RemainingQuestionCount": "Kalan soru sayısı", "TotalQuestionMustBeGreaterWarningMessage": "Toplam soru sayısı kalan soru sayısından büyük olmalıdır!", "QuestionCountsMustBeGreaterThanZero": "Toplam soru sayısı ve kalan soru sayısı sıfır veya sıfırdan daha büyük olmalıdır!", - "UnlimitedQuestionCount": "Sınırsız soru sayısı" + "UnlimitedQuestionCount": "Sınırsız soru sayısı", + "Language": "Dil", + "Optional": "Opsiyonel", + "CreateArticleLanguageInfo": "Makalenin yazıldığı dil" } } \ No newline at end of file diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json index c570e6fb1e..a29355b401 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Community/Localization/Resources/en.json @@ -99,6 +99,8 @@ "Marketing": "Marketing", "CommunityPrivacyPolicyConfirmation": "I agree to the Terms & Conditions and Privacy Policy.", "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." + "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" } }