Browse Source
Merge pull request #14523 from abpframework/hamza/admin-quotation-localization
Localization for admin page
pull/14527/head
Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
|
|
|
@ -404,6 +404,9 @@ |
|
|
|
"Tags": "Tags", |
|
|
|
"SetTagsInfo": "Tags should be comma-separated. Eg: CSharp, Entity Framework", |
|
|
|
"RejectTrialLicenseWarningMessage": "Are you sure you want to reject this trial license request?", |
|
|
|
"ExportToExcel": "Export to Excel" |
|
|
|
"ExportToExcel": "Export to Excel", |
|
|
|
"OverallTotalPrice": "Overall Total Price", |
|
|
|
"OverallDiscountPrice": "Overall Discount Price", |
|
|
|
"OverallDiscountText": "Overall Discount Text" |
|
|
|
} |
|
|
|
} |
|
|
|
|