337 lines
12 KiB
JSON
337 lines
12 KiB
JSON
{
|
|
"applicationForms": {
|
|
"title": "Co-determination Applications",
|
|
"createNew": "New Co-determination Application",
|
|
"noFormsAvailable": "No applications available",
|
|
"noPermission": "No Permission",
|
|
"noPermissionDescription": "You do not have permission to create applications.",
|
|
"backToOverview": "Back to Overview",
|
|
"noVisibleElements": "All form elements in this section are hidden",
|
|
"deleteConfirm": "Do you really want to delete the co-determination application \"{name}\"?",
|
|
"deleteTitle": "Delete Co-determination Application",
|
|
"lastEditedBy": "Last edited by",
|
|
"createdBy": "Created by",
|
|
"saved": "Application form saved",
|
|
"submitted": "Application form submitted",
|
|
"deleted": "Application form deleted",
|
|
"formElements": {
|
|
"comments": "Comments",
|
|
"addInputBelow": "Add input field below",
|
|
"addAnother": "Add another",
|
|
"selectPlaceholder": "Select status",
|
|
"selectDate": "Select a date",
|
|
"title": "Title",
|
|
"text": "Text",
|
|
"unimplemented": "Element unimplemented:",
|
|
"richTextPlaceholder": "Write your additions here...",
|
|
"table": {
|
|
"addRow": "Add row",
|
|
"removeRow": "Remove row",
|
|
"emptyValue": "No input",
|
|
"noData": "No data available",
|
|
"selectValue": "Select value",
|
|
"enlargeTable": "Enlarge table",
|
|
"editTable": "Edit table"
|
|
},
|
|
"fileUpload": {
|
|
"label": "Upload files",
|
|
"dropFiles": "Drop files here",
|
|
"orClickToUpload": "or click to select files",
|
|
"selectFiles": "Select files",
|
|
"allowedTypes": "Allowed: PDF, DOCX, DOC, ODT, JPG, PNG, ZIP (max. 10MB per file)",
|
|
"uploadedFiles": "Uploaded files",
|
|
"uploading": "Uploading...",
|
|
"uploadError": "Upload error",
|
|
"uploadFailed": "File upload failed. Please try again.",
|
|
"fileTooLarge": "The file \"{filename}\" is too large. Maximum size: {maxSize}",
|
|
"unsupportedType": "This file type is not supported.",
|
|
"deleteFailed": "Could not delete file.",
|
|
"downloadFailed": "Could not download file.",
|
|
"viewFailed": "Could not open file for viewing.",
|
|
"view": "View"
|
|
}
|
|
},
|
|
"status": {
|
|
"draft": "Draft",
|
|
"submitted": "Submitted",
|
|
"approved": "Approved",
|
|
"rejected": "Rejected",
|
|
"signed": "Signed"
|
|
},
|
|
"navigation": {
|
|
"previous": "Previous",
|
|
"next": "Next",
|
|
"save": "Save",
|
|
"submit": "Submit"
|
|
},
|
|
"tabs": {
|
|
"form": "Form",
|
|
"versions": "Versions",
|
|
"preview": "Preview"
|
|
},
|
|
"unsavedWarning": "You have unsaved changes. Do you really want to leave this page?",
|
|
"recovery": {
|
|
"title": "Unsaved changes found",
|
|
"message": "A local backup from {timestamp} was found. Would you like to restore it?",
|
|
"sectionNote": "You were editing section {section}.",
|
|
"restore": "Restore",
|
|
"discard": "Discard"
|
|
}
|
|
},
|
|
"templates": {
|
|
"title": "Templates",
|
|
"editorTitle": "Administration - JSON Template Editor",
|
|
"newTemplate": "New Template",
|
|
"reset": "Reset",
|
|
"unsavedChanges": "Unsaved Changes",
|
|
"noTemplateFound": "No template found. Create a new template.",
|
|
"invalidJson": "Invalid JSON",
|
|
"invalidJsonDescription": "The JSON format is invalid. Please correct the syntax.",
|
|
"lastModified": "Last edited on",
|
|
"created": "Template successfully created",
|
|
"updated": "Template successfully updated",
|
|
"saveError": "Error saving template",
|
|
"unsavedWarning": "You have unsaved changes. Do you really want to leave this page?"
|
|
},
|
|
"versions": {
|
|
"title": "Versions",
|
|
"pageTitle": "Versions: {name}",
|
|
"empty": "No versions available",
|
|
"loading": "Loading versions...",
|
|
"loadError": "Error loading versions",
|
|
"loadErrorDescription": "Versions could not be loaded",
|
|
"unknownError": "Unknown error",
|
|
"compare": "Compare",
|
|
"restore": "Restore",
|
|
"openPdf": "Open PDF",
|
|
"restored": "Success",
|
|
"restoredDescription": "The form has been restored to the selected version.",
|
|
"restoreError": "Version could not be restored",
|
|
"restoreTitle": "Restore Version",
|
|
"restoreConfirm": "Do you really want to restore version v{number}?",
|
|
"restoreDescription": "This will create a new version with the content of the selected version. The current version and all changes will remain in the history.",
|
|
"comparisonTitle": "Comparison: Current Form with Version v{number}",
|
|
"comparisonError": "Error loading version",
|
|
"elementsAdded": "Added Elements ({count})",
|
|
"elementsRemoved": "Removed Elements ({count})",
|
|
"elementsModified": "Modified Elements ({count})",
|
|
"elementWithoutTitle": "Without Title",
|
|
"elementIn": "Element in",
|
|
"optionsAdded": "Options added ({count})",
|
|
"optionsRemoved": "Options removed ({count})",
|
|
"optionsModified": "Options modified ({count})",
|
|
"noChanges": "No differences found",
|
|
"changesSummary": "{count} changes since this version",
|
|
"changesCount": "{count} change | {count} changes",
|
|
"before": "Before",
|
|
"after": "Now",
|
|
"noValue": "No value",
|
|
"newAnswer": "Newly answered",
|
|
"changedAnswer": "Changed",
|
|
"clearedAnswer": "Cleared",
|
|
"tableRowsAdded": "added",
|
|
"tableRowsRemoved": "removed",
|
|
"tableRowsModified": "modified",
|
|
"tableStatus": "Status",
|
|
"rowAdded": "New",
|
|
"rowRemoved": "Removed",
|
|
"rowModified": "Modified"
|
|
},
|
|
"comments": {
|
|
"title": "Comments",
|
|
"empty": "No comments available",
|
|
"count": "{count} comments",
|
|
"placeholder": "Add a comment...",
|
|
"loadMore": "Load more",
|
|
"submit": "Submit",
|
|
"edit": "Edit Comment",
|
|
"editAction": "Edit",
|
|
"saveChanges": "Save changes",
|
|
"created": "Comment created successfully",
|
|
"createError": "Error creating comment",
|
|
"updated": "Comment updated successfully",
|
|
"updateError": "Error updating comment"
|
|
},
|
|
"compliance": {
|
|
"title": "Compliance Status",
|
|
"critical": "Critical",
|
|
"warning": "Warning",
|
|
"nonCritical": "Non-critical"
|
|
},
|
|
"notifications": {
|
|
"title": "Notifications",
|
|
"empty": "No notifications",
|
|
"unreadCount": "{count} unread",
|
|
"tooltip": "Notifications",
|
|
"markAllRead": "Mark all as read",
|
|
"deleteAll": "Delete all",
|
|
"delete": "Delete notification"
|
|
},
|
|
"administration": {
|
|
"title": "Administration",
|
|
"accessDenied": "Access denied"
|
|
},
|
|
"user": {
|
|
"administration": "Administration",
|
|
"settings": "Settings",
|
|
"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": {
|
|
"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",
|
|
"redirectMessage": "You will be redirected to Keycloak to authenticate",
|
|
"signIn": "Sign in",
|
|
"termsAgreement": "By signing in, you agree to our terms of service",
|
|
"login": "Login",
|
|
"redirecting": "You are being redirected"
|
|
},
|
|
"error": {
|
|
"pageNotFound": "Page not found",
|
|
"pageNotFoundDescription": "We are sorry but this page could not be found."
|
|
},
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"confirmDelete": "Do you really want to delete this?",
|
|
"edit": "Edit",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"back": "Back",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"name": "Name",
|
|
"home": "Home",
|
|
"type": "Type",
|
|
"general": "General",
|
|
"on": "on"
|
|
},
|
|
"serverConnection": {
|
|
"title": "Server Connection Lost",
|
|
"message": "The connection to the server is currently unavailable. We are automatically trying to restore the connection.",
|
|
"checking": "Checking connection...",
|
|
"lastCheck": "Last check",
|
|
"retryInfo": "Automatic retry every 60 seconds",
|
|
"retryNow": "Try again now"
|
|
},
|
|
"roles": {
|
|
"admin": "Administrator",
|
|
"employee": "Employee",
|
|
"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",
|
|
"onFormUpdated": "When someone edits my application form",
|
|
"onCommentAdded": "When someone comments on my application form",
|
|
"saved": "Settings saved"
|
|
}
|
|
},
|
|
"contact": {
|
|
"title": "Contact",
|
|
"header": "Contact Our Experts",
|
|
"description": "Do you have questions about co-determination, data protection, or IT systems? Our experts are happy to help.",
|
|
"experts": {
|
|
"laborLaw": "Labor Law Attorney",
|
|
"itConsultant": "IT Consultant",
|
|
"dataProtection": "Data Protection Officer",
|
|
"itSecurity": "IT Security Officer"
|
|
},
|
|
"form": {
|
|
"title": "Send a Message",
|
|
"description": "Describe your inquiry and we will get back to you as soon as possible.",
|
|
"subject": "Subject",
|
|
"subjectPlaceholder": "What is your inquiry about?",
|
|
"message": "Message",
|
|
"messagePlaceholder": "Describe your inquiry",
|
|
"submit": "Send Message"
|
|
},
|
|
"success": {
|
|
"title": "Message Sent",
|
|
"description": "Your message has been sent successfully. We will get back to you as soon as possible."
|
|
},
|
|
"error": {
|
|
"description": "The message could not be sent. Please try again later."
|
|
}
|
|
}
|
|
}
|