Merge pull request #12410 from abpframework/EngincanV/abpio-localizations

Add new localizations for abp.io websites
pull/12420/head
Hamza Albreem 3 years ago committed by GitHub
commit ee85dcbc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}

Loading…
Cancel
Save