frontend költség beállítások

This commit is contained in:
Roo
2026-06-23 21:11:21 +00:00
parent 5b437b220d
commit 71ef33bb85
90 changed files with 11850 additions and 1053 deletions

View File

@@ -4,14 +4,21 @@
"SUCCESS": "Login successful. Welcome back!"
},
"ERROR": {
"EMAIL_EXISTS": "This email is already registered."
"EMAIL_EXISTS": "This email is already registered.",
"UNAUTHORIZED": "Unauthorized access."
}
},
"SENTINEL": {
"LOCK": {
"MSG": "Account locked for security reasons."
},
"APPROVAL": {
"REQUIRED": "Approval required"
}
},
"COMMON": {
"SAVE_SUCCESS": "Saved successfully!"
},
"EMAIL": {
"REG": {
"SUBJECT": "Confirm your registration - Service Finder",
@@ -72,5 +79,11 @@
"OTP_SENT": "A 6-digit verification code has been sent to the organization owner's email.",
"SUCCESS": "You have successfully taken over the organization. You are now the admin."
}
},
"REGISTRATION_DOCUMENTS": {
"CERTIFICATE_NUMBER": "Registration Certificate Number",
"CERTIFICATE_VALIDITY": "Registration Certificate Validity",
"DOCUMENT_NUMBER": "Vehicle Registration Document Number",
"TITLE": "Registration Certificate & Vehicle Document"
}
}
}