Browse Source

Add new localization entries for token usage

Added English translations for token type and source channel enums, as well as menu and permission entries for organization token usage. This supports new features related to token management and reporting.
pull/23872/head
Alperen Samurlu 4 months ago
parent
commit
d1fb06eaa8
  1. 9
      abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

9
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json

@ -775,6 +775,13 @@
"Menu:Studio": "Studio",
"Menu:Solutions": "Solutions",
"Menu:Users": "Users",
"Menu:UserReports": "Users"
"Menu:UserReports": "Users",
"Enum:TokenType:1": "Free",
"Enum:TokenType:2": "Paid",
"Enum:SourceChannel:1": "Studio",
"Enum:SourceChannel:2": "Support Site",
"Enum:SourceChannel:3": "Suite",
"Menu:OrganizationTokenUsage": "Organization Token Usage",
"Permission:OrganizationTokenUsage": "Organization Token Usage"
}
}

Loading…
Cancel
Save