feat(#22): Add settings page with language switcher

This commit is contained in:
2025-11-22 08:56:15 +01:00
parent 81b1227e82
commit 4cb0589a64
8 changed files with 190 additions and 135 deletions

View File

@@ -6,7 +6,7 @@
"noPermission": "No Permission",
"noPermissionDescription": "You do not have permission to create applications.",
"backToOverview": "Back to Overview",
"deleteConfirm": "Do you really want to delete the co-determination application <strong>{name}</strong>?",
"deleteConfirm": "Do you really want to delete the co-determination application \"{name}\"?",
"deleteTitle": "Delete Co-determination Application",
"lastEditedBy": "Last edited by",
"createdBy": "Created by",
@@ -102,16 +102,28 @@
"accessDenied": "Access denied"
},
"user": {
"profile": "Profile",
"administration": "Administration",
"settings": "Settings",
"logout": "Log out",
"theme": "Theme",
"themePrimary": "Primary Color",
"themeNeutral": "Neutral Color",
"appearance": "Appearance",
"light": "Light",
"dark": "Dark"
"logout": "Log out"
},
"settings": {
"title": "Settings",
"language": {
"title": "Language",
"description": "Choose your preferred language"
},
"appearance": {
"title": "Appearance",
"description": "Choose between light and dark mode",
"light": "Light",
"dark": "Dark"
},
"theme": {
"title": "Color Theme",
"description": "Customize the application colors",
"primary": "Primary Color",
"neutral": "Neutral Color"
}
},
"organization": {
"current": "Current Organization"