add INN registration field

This commit is contained in:
smanylov
2026-02-13 19:17:10 +07:00
parent 7aa29bd398
commit 1fec3b2584
9 changed files with 331 additions and 74 deletions
+7 -1
View File
@@ -262,6 +262,7 @@
"register-error-password-one-letter": "Password must contain at least 1 letter.",
"register-error-password-min": "Password must be at least 8 characters long.",
"register-error-phone-min": "Please enter a phone number.",
"register-error-phone-max": "The phone length must not exceed 14 characters",
"register-error-company-name-min": "The company name must contain at least 2 characters.",
"register-error-company-name-max": "The company name must not exceed 200 characters.",
"remember-me": "Remember me",
@@ -298,6 +299,11 @@
"recovery-code": "Recovery code",
"referal-code": "Referal code",
"email-invalid": "Invalid email address",
"referral-link-is-not-exist" : "This referral link does not exist."
"referral-link-is-not-exist": "This referral link does not exist.",
"register-error-inn-max": "INN must not exceed 10 characters.",
"register-error-inn-min": "INN must contain at least 10 characters.",
"register-error-inn-not-allowed-symbols": "INN contains invalid characters.",
"field-filled-automatically": "The field is filled in automatically",
"inn-invalid": "Invalid INN"
}
}