From a989d56168000e5a82f46846a7bc0c46ed994ba9 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Thu, 30 Sep 2021 11:31:36 +0300 Subject: [PATCH] Add missing localizations --- .../Admin/Localization/Resources/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index f7094c94a7..9410a7813f 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -312,7 +312,6 @@ "PaymentStateSetTo" : "Payment state set to {0}", "ChangeState": "Change State", "Permission:TrialLicense" : "Trial License", - "Permission:ManageTrialLicense": "Manage Trial License", "Menu:TrialLicenses": "Trial Licenses", "TrialLicenses": "Trial Licenses", "UserNameFilter": "Username", @@ -340,8 +339,8 @@ "Activated": "Activated", "PurchasedToNormalLicense": "Purchased", "Expired": "Expired", - "TrialLicenseDeletionWarningMessage": "Trial license and if any organization and qa organization will be deleted!", - "IsTrial": "Is trial", + "TrialLicenseDeletionWarningMessage": "Are you sure you want to delete the trial license? Trial license, organization, support accounts will be deleted!", + "LicenseCategoryFilter": "License category", "Volo.AbpIo.Commercial:030000": "You already used your trial period.", "Volo.AbpIo.Commercial:030001": "This organization name already exists.", "Volo.AbpIo.Commercial:030002": "Once activated, trial license cannot be set to requested!", @@ -349,6 +348,7 @@ "Volo.AbpIo.Commercial:030004": "Status could not be changed due to an unexpected error!", "Volo.AbpIo.Commercial:030005": "Start date and end date cannot be given when the trial license is in the requested state!", "Volo.AbpIo.Commercial:030006": "End date must always be greater than start date!", - "Volo.AbpIo.Commercial:030007": "This trial license has already been activated once!" + "Volo.AbpIo.Commercial:030007": "This trial license has already been activated once!", + "Volo.AbpIo.Commercial:030008": "Purchase date can be set only when status is Purchased!", } }