From 16dc2915f602defd98ffcafa5b88c76dd7723837 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Tue, 5 Dec 2023 17:21:01 +0300 Subject: [PATCH] Add missing localizations --- .../AbpIoLocalization/Admin/Localization/Resources/en.json | 3 ++- .../Commercial/Localization/Resources/en.json | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index f3c4c35a4d2..c86d7a3bdbc 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -560,6 +560,7 @@ "AddSession": "Add Session", "AddSponsor": "Add Sponsor", "SponsorLogo": "Sponsor Logo", - "RegistrationUrl": "Registration Url" + "RegistrationUrl": "Registration Url", + "AllowAbpStudioBetaAccess": "Allow ABP Studio Beta Access" } } diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 233f4c98825..f9e2fb28ecf 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1086,6 +1086,9 @@ "CampaignDiscountText": "Black Friday Discount", "CampaignDiscountName": "Black Friday", "CampaignName:BlackFriday": "Black Friday", - "MultipleOrganizationInfo": "See All Your Organizations" + "MultipleOrganizationInfo": "See All Your Organizations", + "AbpStudioBetaAccessInfoTitle": "ABP Studio Beta Access", + "AbpStudioBetaAccessInfoText": "We're thrilled to share with you the beta version of ABP Studio! This release marks a significant milestone in our development journey, and we're eager to gather your feedback to make the application even better.", + "YouAreNotAuthorizedToDownloadStudio": "You are not authorized to download ABP Studio." } }