From 5d7b9bb7d415c661ab6fd441bc7e69e89ad49a79 Mon Sep 17 00:00:00 2001 From: honurbu Date: Fri, 26 Jan 2024 14:22:50 +0300 Subject: [PATCH 1/6] ExpirationWarnings added en.json --- .../Commercial/Localization/Resources/en.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index dcf3423484..068fc824c9 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1119,7 +1119,7 @@ "AutoLicenseRenewalIsNotEnabled": "Auto license renewal is not enabled.", "SetAsDefaultPaymentMethod": "Set as default payment method", "{0}PerAdditionalDeveloper": "{0} per additional developer", - "CardAlias": "Card Alias", + "CardAlias": "Card Alias (Optional)", "AbpDoesNotSaveYourPaymentDetails_Description": "The payment data will be saved in {2} security vaults and you can remove stored data anytime. Enabling auto-renewal ensures that your ABP subscription will automatically renew prior to expiration, providing a valid credit card. Disabling auto-renewal means you will have to renew your subscription manually. To continue your project development without interruption, we suggest you enable the Auto-Renewal option.", "AddBillingInformation": "Add Billing Information", "YouHaveNoCardsSaved": "You have no cards saved.", @@ -1130,6 +1130,8 @@ "BillingDetails": "Billing Details", "ThereIsNoDeveloper": "There is no developer.", "CardDetails": "Debit/Credit Card Details", - "NoActiveLicence": "You are not eligible for this action! You have no active license." + "NoActiveLicence": "You are not eligible for this action! You have no active license.", + "ExpirationMonthWarning": "Month should be 12 or less.", + "ExpirationYearWarning": "Year should be 24 or more." } } From 99fbe58685efd6179b4c26d213c5213bc0580a25 Mon Sep 17 00:00:00 2001 From: honurbu Date: Fri, 26 Jan 2024 18:35:01 +0300 Subject: [PATCH 2/6] Update en.json --- .../AbpIoLocalization/Commercial/Localization/Resources/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 068fc824c9..40c085e3ad 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1132,6 +1132,7 @@ "CardDetails": "Debit/Credit Card Details", "NoActiveLicence": "You are not eligible for this action! You have no active license.", "ExpirationMonthWarning": "Month should be 12 or less.", + "ExpirationMoreMonthWarning": "Month should be 1 or more.", "ExpirationYearWarning": "Year should be 24 or more." } } From 5f26da944ce982c6b653797c971da89c8cda9f30 Mon Sep 17 00:00:00 2001 From: honurbu Date: Mon, 29 Jan 2024 15:53:00 +0300 Subject: [PATCH 3/6] Update en.json --- .../Commercial/Localization/Resources/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 40c085e3ad..b3f7ed583b 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1133,6 +1133,7 @@ "NoActiveLicence": "You are not eligible for this action! You have no active license.", "ExpirationMonthWarning": "Month should be 12 or less.", "ExpirationMoreMonthWarning": "Month should be 1 or more.", - "ExpirationYearWarning": "Year should be 24 or more." + "ExpirationYearWarning": "Year should be 24 or more.", + "YearCantBeNull": "Year field cannot be empty." } } From 938162a20c60c9f24a4878b9237f56bb27bd39fe Mon Sep 17 00:00:00 2001 From: honurbu Date: Tue, 30 Jan 2024 17:38:36 +0300 Subject: [PATCH 4/6] Added parameter to ExpirationYearWarning localization --- .../AbpIoLocalization/Commercial/Localization/Resources/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index b3f7ed583b..dd6e429640 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1133,7 +1133,7 @@ "NoActiveLicence": "You are not eligible for this action! You have no active license.", "ExpirationMonthWarning": "Month should be 12 or less.", "ExpirationMoreMonthWarning": "Month should be 1 or more.", - "ExpirationYearWarning": "Year should be 24 or more.", + "ExpirationYearWarning": "Year should be {0} or more.", "YearCantBeNull": "Year field cannot be empty." } } From 8a53836212a4d1a7412467142bbc5e535f8b0030 Mon Sep 17 00:00:00 2001 From: honurbu Date: Wed, 31 Jan 2024 15:04:05 +0300 Subject: [PATCH 5/6] Update en.json --- .../Commercial/Localization/Resources/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index dd6e429640..c7af1fb072 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1134,6 +1134,10 @@ "ExpirationMonthWarning": "Month should be 12 or less.", "ExpirationMoreMonthWarning": "Month should be 1 or more.", "ExpirationYearWarning": "Year should be {0} or more.", - "YearCantBeNull": "Year field cannot be empty." + "YearCantBeNull": "Year field cannot be empty.", + "CardHolderName": "Name on Card", + "ExpireDate": "Expiration Date", + "DisplayName:ExpireDate": "Expiration Date", + "DisplayName:CardHolderName": "Name on Card" } } From f74166af83023dd9e73151a33ebc6147d73f3e86 Mon Sep 17 00:00:00 2001 From: honurbu Date: Thu, 1 Feb 2024 13:49:50 +0300 Subject: [PATCH 6/6] Update en.json --- .../Commercial/Localization/Resources/en.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index c7af1fb072..344360912c 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -1131,13 +1131,12 @@ "ThereIsNoDeveloper": "There is no developer.", "CardDetails": "Debit/Credit Card Details", "NoActiveLicence": "You are not eligible for this action! You have no active license.", - "ExpirationMonthWarning": "Month should be 12 or less.", - "ExpirationMoreMonthWarning": "Month should be 1 or more.", - "ExpirationYearWarning": "Year should be {0} or more.", "YearCantBeNull": "Year field cannot be empty.", "CardHolderName": "Name on Card", "ExpireDate": "Expiration Date", "DisplayName:ExpireDate": "Expiration Date", - "DisplayName:CardHolderName": "Name on Card" + "DisplayName:CardHolderName": "Name on Card", + "CreditCardNumberLengthWarning": "Invalid card number", + "ExpirationWarning": "Invalid expiration date" } -} +} \ No newline at end of file