Add more user feedback (loading buttons, empty states)

This commit is contained in:
2024-09-24 16:36:30 +02:00
parent 03ff8b402f
commit 76c5e953a1
8 changed files with 171 additions and 20 deletions

View File

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