feat(#22): Add settings page with language switcher
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user