mehr übersetzungen, added pending purchase indicator. datenschutzfenster funktioniert.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user