Browse Source
Merge pull request #12410 from abpframework/EngincanV/abpio-localizations
Add new localizations for abp.io websites
pull/12420/head
Hamza Albreem
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
15 additions and
2 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
-
abp_io/AbpIoLocalization/AbpIoLocalization/Base/Localization/Resources/en.json
|
|
|
@ -384,6 +384,15 @@ |
|
|
|
"ShowBetweenDayCount": "Show Between Days", |
|
|
|
"PurchaseOrder": "Purchase Order", |
|
|
|
"ShowCreateInvoiceOfOrganization": "Create Invoice", |
|
|
|
"ShowCreateQuotationOfOrganization": "Create Quotation" |
|
|
|
"ShowCreateQuotationOfOrganization": "Create Quotation", |
|
|
|
"BookDiscounts": "Book Discounts", |
|
|
|
"Permission:BookDiscount": "Book Discount", |
|
|
|
"Menu:BookDiscounts": "Book Discounts", |
|
|
|
"BookType": "Book Type", |
|
|
|
"PurchasePlatform": "Purchase Platform", |
|
|
|
"StartTime": "Start Time", |
|
|
|
"EndTime": "End Time", |
|
|
|
"CreateABookDiscount": "Create a book discount", |
|
|
|
"BookDiscountDeletionConfirmationMessage": "Are you sure you want to delete this book discount?" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -121,6 +121,10 @@ |
|
|
|
"MasteringAbpFrameworkBook": "Book: Mastering ABP Framework", |
|
|
|
"ABPIO-CommonPreferenceDefinition": "Get the latest news about ABP Platform like new posts, events and more.", |
|
|
|
"BuiltOn": "Built-on", |
|
|
|
"AbpFramework": "ABP Framework" |
|
|
|
"AbpFramework": "ABP Framework", |
|
|
|
"Volo.AbpIo.Domain:080001": "Start Time can not be greater than End Time", |
|
|
|
"Enum:BookType:0": "Mastering ABP Framework", |
|
|
|
"Enum:PurchasePlatform:0": "Amazon", |
|
|
|
"Enum:PurchasePlatform:1": "Packt" |
|
|
|
} |
|
|
|
} |
|
|
|
|