feat(frontend): Add sidebar entries for help and organization
This commit is contained in:
@@ -189,7 +189,42 @@
|
||||
}
|
||||
},
|
||||
"organization": {
|
||||
"current": "Current Organization"
|
||||
"title": "Organization",
|
||||
"pageTitle": "Organization Profile",
|
||||
"current": "Current Organization",
|
||||
"name": "Organization Name",
|
||||
"id": "Organization ID",
|
||||
"noOrganization": "No Organization Assigned",
|
||||
"noOrganizationDescription": "You are currently not assigned to any organization. Please contact your administrator."
|
||||
},
|
||||
"help": {
|
||||
"title": "Help",
|
||||
"pageTitle": "Help & FAQ",
|
||||
"description": "Find answers to frequently asked questions and guides on how to use the platform.",
|
||||
"faq": {
|
||||
"title": "Frequently Asked Questions",
|
||||
"q1": {
|
||||
"question": "What is co-determination?",
|
||||
"answer": "Co-determination refers to the right of employees to participate in decisions within the company. In Germany, this right is legally established, particularly through the Works Constitution Act."
|
||||
},
|
||||
"q2": {
|
||||
"question": "Who can submit applications?",
|
||||
"answer": "Applications can be submitted by authorized users who have an appropriate role in the organization. The exact permissions are set by your administrator."
|
||||
},
|
||||
"q3": {
|
||||
"question": "How long does it take to process an application?",
|
||||
"answer": "Processing time varies depending on the type of application and the availability of the responsible parties. You will be notified of status changes by email."
|
||||
},
|
||||
"q4": {
|
||||
"question": "Can I change my settings?",
|
||||
"answer": "Yes, under 'Settings' you can adjust your language and display preferences as well as email notifications."
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"title": "Further Support",
|
||||
"description": "Do you have more questions or need individual support? Use our contact form.",
|
||||
"contactLink": "Go to Contact Form"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"welcome": "Welcome",
|
||||
|
||||
Reference in New Issue
Block a user