Files
gremiumhub/legalconsenthub/i18n/locales/en.json

226 lines
7.2 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"
}
},
"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"
}
},
"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"
},
"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"
},
"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": {
"current": "Current Organization"
},
"auth": {
"welcome": "Welcome",
"redirectMessage": "You will be redirected to Keycloak to authenticate",
"signIn": "Sign in with Keycloak",
"termsAgreement": "By signing in, you agree to our terms of service",
"login": "Login"
},
"error": {
"pageNotFound": "Page not found",
"pageNotFoundDescription": "We are sorry but this page could not be found."
},
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"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",
"saved": "Settings saved"
}
}
}