* Add labels for `rating` and `numberOfReviews` * Add label for `currency.symbol` * Add label for `descr` * Add label for `image` Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
32 lines
578 B
INI
32 lines
578 B
INI
Books = Books
|
|
Book = Book
|
|
ID = ID
|
|
Title = Title
|
|
Author = Author
|
|
AuthorID = Author ID
|
|
Stock = Stock
|
|
Name = Name
|
|
Description = Description
|
|
Image = Image
|
|
AuthorName = Author's Name
|
|
DateOfBirth = Date of Birth
|
|
DateOfDeath = Date of Death
|
|
PlaceOfBirth = Place of Birth
|
|
PlaceOfDeath = Place of Death
|
|
Age = Age
|
|
Lifetime = Lifetime
|
|
Authors = Authors
|
|
Order = Order
|
|
Orders = Orders
|
|
Price = Price
|
|
Currency = Currency
|
|
Rating = Rating
|
|
NumberOfReviews = Number of Reviews
|
|
|
|
Genre = Genre
|
|
Genres = Genres
|
|
SubGenres = Sub Genres
|
|
|
|
NumCode = Numeric Code
|
|
MinorUnit = Minor Unit
|
|
Exponent = Exponent |