feat(#23): Add email notifications

This commit is contained in:
2025-11-23 18:46:14 +01:00
parent e769bfb011
commit b72d564868
26 changed files with 613 additions and 18 deletions

View File

@@ -170,5 +170,31 @@
"employer": "Employer",
"worksCouncilMember": "Works Council Member",
"worksCouncilChair": "Works Council Chair"
},
"settings": {
"title": "Settings",
"language": {
"title": "Language",
"description": "Select your preferred language"
},
"appearance": {
"title": "Appearance",
"description": "Choose your preferred color scheme",
"light": "Light",
"dark": "Dark"
},
"theme": {
"title": "Theme Colors",
"description": "Customize the primary color",
"primary": "Primary Color"
},
"email": {
"title": "Email Notifications",
"description": "Manage your email notification preferences",
"emailAddress": "Email Address",
"onFormCreated": "When an application form is created",
"onFormSubmitted": "When an application form is submitted",
"saved": "Settings saved"
}
}
}