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": "Keine Berechtigung",
"noPermissionDescription": "Sie haben keine Berechtigung zum Erstellen von Anträgen.",
"backToOverview": "Zurück zur Übersicht",
"deleteConfirm": "Möchten Sie wirklich den Mitbestimmungsantrag <strong>{name}</strong> löschen?",
"deleteConfirm": "Möchten Sie wirklich den Mitbestimmungsantrag \"{name}\" löschen?",
"deleteTitle": "Mitbestimmungsantrag löschen",
"lastEditedBy": "Zuletzt bearbeitet von",
"createdBy": "Erstellt von",
@@ -102,16 +102,28 @@
"accessDenied": "Zugriff verweigert"
},
"user": {
"profile": "Profil",
"administration": "Administration",
"settings": "Einstellungen",
"logout": "Abmelden",
"theme": "Design",
"themePrimary": "Primärfarbe",
"themeNeutral": "Neutralfarbe",
"appearance": "Erscheinungsbild",
"light": "Hell",
"dark": "Dunkel"
"logout": "Abmelden"
},
"settings": {
"title": "Einstellungen",
"language": {
"title": "Sprache",
"description": "Wählen Sie Ihre bevorzugte Sprache"
},
"appearance": {
"title": "Erscheinungsbild",
"description": "Wählen Sie zwischen hellem und dunklem Modus",
"light": "Hell",
"dark": "Dunkel"
},
"theme": {
"title": "Farbschema",
"description": "Passen Sie die Farben der Anwendung an",
"primary": "Primärfarbe",
"neutral": "Neutralfarbe"
}
},
"organization": {
"current": "Aktuelle Organisation"

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"