Merge pull request #10179 from abpframework/berkan/localization

Add missing localizations
pull/10172/head^2
Halil İbrahim Kalkan 4 years ago committed by GitHub
commit 47114aae51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -312,7 +312,6 @@
"PaymentStateSetTo" : "Payment state set to {0}", "PaymentStateSetTo" : "Payment state set to {0}",
"ChangeState": "Change State", "ChangeState": "Change State",
"Permission:TrialLicense" : "Trial License", "Permission:TrialLicense" : "Trial License",
"Permission:ManageTrialLicense": "Manage Trial License",
"Menu:TrialLicenses": "Trial Licenses", "Menu:TrialLicenses": "Trial Licenses",
"TrialLicenses": "Trial Licenses", "TrialLicenses": "Trial Licenses",
"UserNameFilter": "Username", "UserNameFilter": "Username",
@ -340,8 +339,8 @@
"Activated": "Activated", "Activated": "Activated",
"PurchasedToNormalLicense": "Purchased", "PurchasedToNormalLicense": "Purchased",
"Expired": "Expired", "Expired": "Expired",
"TrialLicenseDeletionWarningMessage": "Trial license and if any organization and qa organization will be deleted!", "TrialLicenseDeletionWarningMessage": "Are you sure you want to delete the trial license? Trial license, organization, support accounts will be deleted!",
"IsTrial": "Is trial", "LicenseCategoryFilter": "License category",
"Volo.AbpIo.Commercial:030000": "You already used your trial period.", "Volo.AbpIo.Commercial:030000": "You already used your trial period.",
"Volo.AbpIo.Commercial:030001": "This organization name already exists.", "Volo.AbpIo.Commercial:030001": "This organization name already exists.",
"Volo.AbpIo.Commercial:030002": "Once activated, trial license cannot be set to requested!", "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: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: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: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!",
} }
} }

Loading…
Cancel
Save