Add more user feedback (loading buttons, empty states)
This commit is contained in:
@@ -115,5 +115,12 @@
|
||||
"exerciseGroup3": "Aufgabengruppe 3: Cross-Site Scripting (XSS)",
|
||||
"exercise": "Aufgabe {0}"
|
||||
},
|
||||
"serverState": "Server Status"
|
||||
"serverState": "Server Status",
|
||||
"required": "Darf nicht leer bleiben",
|
||||
"noDigitsAllowed": "Zahlen sind nicht erlaubt",
|
||||
"notEnoughChars": "Nicht lang genug",
|
||||
"passwordToShort": "Passwort zu kurz",
|
||||
"onlyDigitsAllowed": "Nur Zahlen erlaubt",
|
||||
"noOrders": "Keine Bestellungen gefunden",
|
||||
"noOrdersText": "Bisher wurden keine Bestellungen von diesem Account getätigt. Gehe zum Warenkorb und bestelle!"
|
||||
}
|
||||
|
||||
@@ -115,5 +115,12 @@
|
||||
"exerciseGroup3": "Exercise Group 3: Cross-Site Scripting (XSS)",
|
||||
"exercise": "Exercise {0}"
|
||||
},
|
||||
"serverState": "Server State:"
|
||||
"serverState": "Server State:",
|
||||
"required": "Is required",
|
||||
"noDigitsAllowed": "Digits are not allowed",
|
||||
"notEnoughChars": "Too short",
|
||||
"passwordToShort": "Password too short",
|
||||
"onlyDigitsAllowed": "Only digits are allowed",
|
||||
"noOrders": "No orders found",
|
||||
"noOrdersText": "There are no orders with this account until now. Go to the basket page and order something!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user