diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json index 588eb4533a..d45f84c756 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json @@ -22,6 +22,7 @@ "LicenseExtendMessage": "Your license end date is extended to {0}", "LicenseUpgradeMessage": "Your license is upgraded to {0}", "LicenseAddDeveloperMessage": "{0} developers added to your license", - "MyOrganizations": "My organizations" + "MyOrganizations": "My organizations", + "ApiKey": "API key" } } \ No newline at end of file diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/tr.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/tr.json index fd25239044..7485a6fd54 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/tr.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/tr.json @@ -18,6 +18,11 @@ "Manage": "Yönet", "StartDate": "Başlangıç tarihi", "EndDate": "bitiş tarihi", - "Modules": "Modüller" + "Modules": "Modüller", + "LicenseExtendMessage": "Lisans bitiş tarihiniz {0} tarihine kadar uzatıldı", + "LicenseUpgradeMessage": "Lisansınız {0} lisansa yükseltildi", + "LicenseAddDeveloperMessage": "Lisansınıza {0} geliştirici eklendi", + "MyOrganizations": "Organizasyonlarım", + "ApiKey": "API anahtarı" } } \ No newline at end of file