mehr übersetzungen, added pending purchase indicator. datenschutzfenster funktioniert.

This commit is contained in:
Codex Agent
2025-10-03 15:31:54 +02:00
parent 60f8de9162
commit c87cfb2c10
17 changed files with 410 additions and 52 deletions

View File

@@ -44,7 +44,18 @@
"has_account": "Already registered?",
"login": "Log in",
"errors_title": "Registration errors:",
"privacy_policy": "Privacy policy"
"privacy_policy": "Privacy policy",
"errors": {
"first_name": "First name is required.",
"last_name": "Last name is required.",
"email": "Email is required.",
"address": "Address is required.",
"phone": "Phone number is required.",
"username": "Username is required.",
"password": "Password is required.",
"confirm_password": "Confirm password does not match.",
"privacy_consent": "You must agree to the privacy policy."
}
},
"header": {
"login": "Log in",