Browse Source

Merge pull request #18869 from abpframework/issue-3676/L

ExpirationWarnings added en.json
pull/18933/head
SALİH ÖZKARA 3 years ago
committed by GitHub
parent
commit
0f0d085169
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 11
      abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

11
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

@ -1122,7 +1122,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 <a href=\"{0}\" target=\"_blank\" class=\"{1}\">{2}</a> 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.",
@ -1133,6 +1133,13 @@
"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.",
"YearCantBeNull": "Year field cannot be empty.",
"CardHolderName": "Name on Card",
"ExpireDate": "Expiration Date",
"DisplayName:ExpireDate": "Expiration Date",
"DisplayName:CardHolderName": "Name on Card",
"CreditCardNumberLengthWarning": "Invalid card number",
"ExpirationWarning": "Invalid expiration date"
}
}
Loading…
Cancel
Save