Add missing localization

pull/10005/head
Berkan Sasmaz 4 years ago
parent 0e588f0a1a
commit e4f811a673

@ -384,7 +384,9 @@
"TrialLicenseModelInvalidErrorMessage": "One of the following fields are invalid: Country Name, Company Size, Industry or Purpose Of Usage.",
"Trial": "Trial",
"Purchased": "Purchased",
"PurchaseTeamNow": "Purchase Team License",
"PurchaseTrialLicenseMessage": "Your license end date is {0}. <br> If you want to continue using the ABP projects you created during the trial licensing process, replace the code below with the code in the <code>appsettings.secrets.json</code> file in your project. <br><code>{1}</code>"
"PurchaseNow": "Purchase License",
"PurchaseTrialLicenseMessage": "Your {0} license end date is {1}. <br> If you want to continue using the ABP projects you created during the trial licensing process, replace the code below with the code in the <code>appsettings.secrets.json</code> file in your project.",
"TrialLicenseExpireMessage": "Your trial license will expire on {0}.",
"TryForFree": "Try For Free"
}
}
Loading…
Cancel
Save