File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33public class MessageKeys {
44
5+ public static final String QUANTITY_REQUIRE_MINIMUM = "quantity.require.minimum" ;
56 public static final String BOOK_REQUIRE_STOCK = "book.require.stock" ;
67 public static final String BOOK_ADDED_ORDER = "book.added.order" ;
78 public static final String BOOK_MISSING = "book.missing" ;
Original file line number Diff line number Diff line change 1+ quantity.require.minimum = The specified quantity is smaller than 1
12book.require.stock = Not enough books on stock (only {0} left)
23book.added.order = Book successfully added to order
34book.missing = Book does not exist
Original file line number Diff line number Diff line change 1+ quantity.require.minimum = Die eingetragene Anzahl ist kleiner als 1
12book.require.stock = Nicht genügend Bücher auf Vorrat (nur {0} übrig)
23book.added.order = Das Buch wurde der Bestellung erfolgreich hinzugefügt
34book.missing = Das Buch existiert nicht
You can’t perform that action at this time.
0 commit comments