Browse Source
Merge pull request #23872 from abpframework/issue-#7069-localization
Add new localization entries for token usage
feat/dynamic-form-component
Alperen Samurlu
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
1 deletions
-
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" |
|
|
|
} |
|
|
|
} |
|
|
|
|