major: Rename legalconsenthub to gremiumhub
This commit is contained in:
@@ -1,336 +0,0 @@
|
||||
{
|
||||
"applicationForms": {
|
||||
"title": "Mitbestimmungsanträge",
|
||||
"createNew": "Neuer Mitbestimmungsantrag",
|
||||
"noFormsAvailable": "Keine Anträge vorhanden",
|
||||
"noPermission": "Keine Berechtigung",
|
||||
"noPermissionDescription": "Sie haben keine Berechtigung zum Erstellen von Anträgen.",
|
||||
"backToOverview": "Zurück zur Übersicht",
|
||||
"noVisibleElements": "Alle Formularelemente in diesem Abschnitt sind ausgeblendet",
|
||||
"deleteConfirm": "Möchten Sie wirklich den Mitbestimmungsantrag \"{name}\" löschen?",
|
||||
"deleteTitle": "Mitbestimmungsantrag löschen",
|
||||
"lastEditedBy": "Zuletzt bearbeitet von",
|
||||
"createdBy": "Erstellt von",
|
||||
"saved": "Antrag erfolgreich gespeichert",
|
||||
"submitted": "Antrag erfolgreich eingereicht",
|
||||
"deleted": "Antrag erfolgreich gelöscht",
|
||||
"formElements": {
|
||||
"comments": "Kommentare",
|
||||
"addInputBelow": "Eingabefeld hinzufügen",
|
||||
"addAnother": "Weiteres hinzufügen",
|
||||
"selectPlaceholder": "Status auswählen",
|
||||
"selectDate": "Datum auswählen",
|
||||
"title": "Titel",
|
||||
"text": "Text",
|
||||
"unimplemented": "Element nicht implementiert:",
|
||||
"richTextPlaceholder": "Schreiben Sie hier Ihre Ergänzungen...",
|
||||
"table": {
|
||||
"addRow": "Zeile hinzufügen",
|
||||
"removeRow": "Zeile entfernen",
|
||||
"emptyValue": "Keine Eingabe",
|
||||
"noData": "Keine Daten vorhanden",
|
||||
"selectValue": "Wert auswählen",
|
||||
"enlargeTable": "Tabelle vergrößern",
|
||||
"editTable": "Tabelle bearbeiten"
|
||||
},
|
||||
"fileUpload": {
|
||||
"label": "Dateien hochladen",
|
||||
"dropFiles": "Dateien hier ablegen",
|
||||
"orClickToUpload": "oder klicken Sie, um Dateien auszuwählen",
|
||||
"selectFiles": "Dateien auswählen",
|
||||
"allowedTypes": "Erlaubt: PDF, DOCX, DOC, ODT, JPG, PNG, ZIP (max. 10MB pro Datei)",
|
||||
"uploadedFiles": "Hochgeladene Dateien",
|
||||
"uploading": "Wird hochgeladen...",
|
||||
"uploadError": "Upload-Fehler",
|
||||
"uploadFailed": "Datei-Upload fehlgeschlagen. Bitte versuchen Sie es erneut.",
|
||||
"fileTooLarge": "Die Datei \"{filename}\" ist zu groß. Maximale Größe: {maxSize}",
|
||||
"unsupportedType": "Dieser Dateityp wird nicht unterstützt.",
|
||||
"deleteFailed": "Datei konnte nicht gelöscht werden.",
|
||||
"downloadFailed": "Datei konnte nicht heruntergeladen werden.",
|
||||
"viewFailed": "Datei konnte nicht zur Ansicht geöffnet werden.",
|
||||
"view": "Ansehen"
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"draft": "Entwurf",
|
||||
"submitted": "Eingereicht",
|
||||
"approved": "Genehmigt",
|
||||
"rejected": "Abgelehnt",
|
||||
"signed": "Signiert"
|
||||
},
|
||||
"navigation": {
|
||||
"previous": "Zurück",
|
||||
"next": "Weiter",
|
||||
"save": "Speichern",
|
||||
"submit": "Einreichen"
|
||||
},
|
||||
"tabs": {
|
||||
"form": "Formular",
|
||||
"versions": "Versionen",
|
||||
"preview": "Vorschau"
|
||||
},
|
||||
"unsavedWarning": "Sie haben ungespeicherte Änderungen. Möchten Sie die Seite wirklich verlassen?",
|
||||
"recovery": {
|
||||
"title": "Nicht gespeicherte Änderungen gefunden",
|
||||
"message": "Es wurde eine lokale Sicherung von {timestamp} gefunden. Möchten Sie diese wiederherstellen?",
|
||||
"sectionNote": "Sie haben Abschnitt {section} bearbeitet.",
|
||||
"restore": "Wiederherstellen",
|
||||
"discard": "Verwerfen"
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"title": "Vorlagen",
|
||||
"editorTitle": "Administration - JSON Template Editor",
|
||||
"newTemplate": "Neue Vorlage",
|
||||
"reset": "Zurücksetzen",
|
||||
"unsavedChanges": "Ungespeicherte Änderungen",
|
||||
"noTemplateFound": "Keine Vorlage gefunden. Erstellen Sie eine neue Vorlage.",
|
||||
"invalidJson": "Ungültiges JSON",
|
||||
"invalidJsonDescription": "Das JSON-Format ist ungültig. Bitte korrigieren Sie die Syntax.",
|
||||
"lastModified": "Zuletzt bearbeitet am",
|
||||
"created": "Vorlage erfolgreich erstellt",
|
||||
"updated": "Vorlage erfolgreich aktualisiert",
|
||||
"saveError": "Fehler beim Speichern der Vorlage",
|
||||
"unsavedWarning": "Sie haben ungespeicherte Änderungen. Möchten Sie die Seite wirklich verlassen?"
|
||||
},
|
||||
"versions": {
|
||||
"title": "Versionen",
|
||||
"pageTitle": "Versionen: {name}",
|
||||
"empty": "Keine Versionen verfügbar",
|
||||
"loading": "Versionen werden geladen...",
|
||||
"loadError": "Fehler beim Laden der Versionen",
|
||||
"loadErrorDescription": "Versionen konnten nicht geladen werden",
|
||||
"unknownError": "Unbekannter Fehler",
|
||||
"compare": "Vergleichen",
|
||||
"restore": "Wiederherstellen",
|
||||
"openPdf": "PDF öffnen",
|
||||
"restored": "Erfolg",
|
||||
"restoredDescription": "Das Formular wurde auf die ausgewählte Version zurückgesetzt.",
|
||||
"restoreError": "Version konnte nicht wiederhergestellt werden",
|
||||
"restoreTitle": "Version wiederherstellen",
|
||||
"restoreConfirm": "Möchten Sie Version v{number} wirklich wiederherstellen?",
|
||||
"restoreDescription": "Dies erstellt eine neue Version mit dem Inhalt der ausgewählten Version. Die aktuelle Version und alle Änderungen bleiben in der Historie erhalten.",
|
||||
"comparisonTitle": "Vergleich: Aktuelles Formular mit Version v{number}",
|
||||
"comparisonError": "Fehler beim Laden der Version",
|
||||
"elementsAdded": "Hinzugefügte Elemente ({count})",
|
||||
"elementsRemoved": "Entfernte Elemente ({count})",
|
||||
"elementsModified": "Geänderte Elemente ({count})",
|
||||
"elementWithoutTitle": "Ohne Titel",
|
||||
"elementIn": "Element in",
|
||||
"optionsAdded": "Optionen hinzugefügt ({count})",
|
||||
"optionsRemoved": "Optionen entfernt ({count})",
|
||||
"optionsModified": "Optionen geändert ({count})",
|
||||
"noChanges": "Keine Unterschiede gefunden",
|
||||
"changesSummary": "{count} Änderungen seit dieser Version",
|
||||
"changesCount": "{count} Änderung | {count} Änderungen",
|
||||
"before": "Vorher",
|
||||
"after": "Jetzt",
|
||||
"noValue": "Keine Angabe",
|
||||
"newAnswer": "Neu beantwortet",
|
||||
"changedAnswer": "Geändert",
|
||||
"clearedAnswer": "Gelöscht",
|
||||
"tableRowsAdded": "hinzugefügt",
|
||||
"tableRowsRemoved": "entfernt",
|
||||
"tableRowsModified": "geändert",
|
||||
"tableStatus": "Status",
|
||||
"rowAdded": "Neu",
|
||||
"rowRemoved": "Entfernt",
|
||||
"rowModified": "Geändert"
|
||||
},
|
||||
"comments": {
|
||||
"title": "Kommentare",
|
||||
"empty": "Keine Kommentare vorhanden",
|
||||
"count": "{count} Kommentare",
|
||||
"placeholder": "Kommentar hinzufügen...",
|
||||
"loadMore": "Mehr laden",
|
||||
"submit": "Absenden",
|
||||
"edit": "Kommentar bearbeiten",
|
||||
"editAction": "Bearbeiten",
|
||||
"saveChanges": "Änderungen speichern",
|
||||
"created": "Kommentar erfolgreich erstellt",
|
||||
"createError": "Fehler beim Erstellen des Kommentars",
|
||||
"updated": "Kommentar erfolgreich aktualisiert",
|
||||
"updateError": "Fehler beim Aktualisieren des Kommentars"
|
||||
},
|
||||
"compliance": {
|
||||
"title": "Compliance-Status",
|
||||
"critical": "Kritisch",
|
||||
"warning": "Warnung",
|
||||
"nonCritical": "Unkritisch"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Benachrichtigungen",
|
||||
"empty": "Keine Benachrichtigungen",
|
||||
"unreadCount": "{count} ungelesen",
|
||||
"tooltip": "Benachrichtigungen",
|
||||
"markAllRead": "Alle als gelesen markieren",
|
||||
"deleteAll": "Alle löschen",
|
||||
"delete": "Benachrichtigung löschen"
|
||||
},
|
||||
"administration": {
|
||||
"title": "Administration",
|
||||
"accessDenied": "Zugriff verweigert"
|
||||
},
|
||||
"user": {
|
||||
"administration": "Administration",
|
||||
"settings": "Einstellungen",
|
||||
"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": {
|
||||
"title": "Organisation",
|
||||
"pageTitle": "Organisationsprofil",
|
||||
"current": "Aktuelle Organisation",
|
||||
"name": "Organisationsname",
|
||||
"id": "Organisations-ID",
|
||||
"noOrganization": "Keine Organisation zugewiesen",
|
||||
"noOrganizationDescription": "Sie sind derzeit keiner Organisation zugewiesen. Bitte kontaktieren Sie Ihren Administrator."
|
||||
},
|
||||
"help": {
|
||||
"title": "Hilfe",
|
||||
"pageTitle": "Hilfe & FAQ",
|
||||
"description": "Hier finden Sie Antworten auf häufig gestellte Fragen und Anleitungen zur Nutzung der Plattform.",
|
||||
"faq": {
|
||||
"title": "Häufig gestellte Fragen",
|
||||
"q1": {
|
||||
"question": "Was ist Mitbestimmung?",
|
||||
"answer": "Mitbestimmung bezeichnet das Recht der Arbeitnehmer, an Entscheidungen im Unternehmen mitzuwirken. In Deutschland ist dieses Recht gesetzlich verankert, insbesondere durch das Betriebsverfassungsgesetz."
|
||||
},
|
||||
"q2": {
|
||||
"question": "Wer kann Anträge einreichen?",
|
||||
"answer": "Anträge können von berechtigten Nutzern eingereicht werden, die eine entsprechende Rolle in der Organisation haben. Die genauen Berechtigungen werden von Ihrem Administrator festgelegt."
|
||||
},
|
||||
"q3": {
|
||||
"question": "Wie lange dauert die Bearbeitung eines Antrags?",
|
||||
"answer": "Die Bearbeitungszeit variiert je nach Art des Antrags und der Verfügbarkeit der zuständigen Personen. Sie werden über Statusänderungen per E-Mail benachrichtigt."
|
||||
},
|
||||
"q4": {
|
||||
"question": "Kann ich meine Einstellungen ändern?",
|
||||
"answer": "Ja, unter 'Einstellungen' können Sie Ihre Sprach- und Anzeigeeinstellungen sowie E-Mail-Benachrichtigungen anpassen."
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"title": "Weitere Unterstützung",
|
||||
"description": "Haben Sie weitere Fragen oder benötigen Sie individuelle Unterstützung? Nutzen Sie unser Kontaktformular.",
|
||||
"contactLink": "Zum Kontaktformular"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"welcome": "Willkommen",
|
||||
"redirectMessage": "Sie werden zur Authentifizierung zu Keycloak weitergeleitet",
|
||||
"signIn": "Anmelden",
|
||||
"termsAgreement": "Mit der Anmeldung stimmen Sie unseren Nutzungsbedingungen zu",
|
||||
"login": "Anmelden",
|
||||
"redirecting": "Sie werden weitergeleitet"
|
||||
},
|
||||
"error": {
|
||||
"pageNotFound": "Seite nicht gefunden",
|
||||
"pageNotFoundDescription": "Es tut uns leid, aber diese Seite konnte nicht gefunden werden."
|
||||
},
|
||||
"common": {
|
||||
"save": "Speichern",
|
||||
"cancel": "Abbrechen",
|
||||
"delete": "Löschen",
|
||||
"confirmDelete": "Möchten Sie dies wirklich löschen?",
|
||||
"edit": "Bearbeiten",
|
||||
"close": "Schließen",
|
||||
"confirm": "Bestätigen",
|
||||
"back": "Zurück",
|
||||
"loading": "Laden...",
|
||||
"error": "Fehler",
|
||||
"success": "Erfolg",
|
||||
"name": "Name",
|
||||
"home": "Home",
|
||||
"type": "Typ",
|
||||
"general": "Allgemein",
|
||||
"on": "am"
|
||||
},
|
||||
"serverConnection": {
|
||||
"title": "Verbindung zum Server unterbrochen",
|
||||
"message": "Die Verbindung zum Server ist momentan nicht verfügbar. Wir versuchen automatisch, die Verbindung wiederherzustellen.",
|
||||
"checking": "Verbindung wird geprüft...",
|
||||
"lastCheck": "Letzte Überprüfung",
|
||||
"retryInfo": "Automatischer Wiederholungsversuch alle 60 Sekunden",
|
||||
"retryNow": "Jetzt erneut versuchen"
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Administrator",
|
||||
"employee": "Arbeitnehmer",
|
||||
"employer": "Arbeitgeber",
|
||||
"worksCouncilMember": "Betriebsratsmitglied",
|
||||
"worksCouncilChair": "Betriebsratsvorsitzender"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Einstellungen",
|
||||
"language": {
|
||||
"title": "Sprache",
|
||||
"description": "Wählen Sie Ihre bevorzugte Sprache"
|
||||
},
|
||||
"appearance": {
|
||||
"title": "Erscheinungsbild",
|
||||
"description": "Wählen Sie Ihr bevorzugtes Farbschema",
|
||||
"light": "Hell",
|
||||
"dark": "Dunkel"
|
||||
},
|
||||
"theme": {
|
||||
"title": "Designfarben",
|
||||
"description": "Passen Sie die Primärfarbe an",
|
||||
"primary": "Primärfarbe"
|
||||
},
|
||||
"email": {
|
||||
"title": "E-Mail-Benachrichtigungen",
|
||||
"description": "Verwalten Sie Ihre E-Mail-Benachrichtigungseinstellungen",
|
||||
"emailAddress": "E-Mail-Adresse",
|
||||
"onFormCreated": "Bei Erstellung eines Antrags",
|
||||
"onFormSubmitted": "Bei Einreichung eines Antrags",
|
||||
"onFormUpdated": "Wenn jemand meinen Antrag bearbeitet",
|
||||
"onCommentAdded": "Wenn jemand meinen Antrag kommentiert",
|
||||
"saved": "Einstellungen gespeichert"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Kontakt",
|
||||
"header": "Kontaktieren Sie unsere Experten",
|
||||
"description": "Haben Sie Fragen zur Mitbestimmung, zum Datenschutz oder zu IT-Systemen? Unsere Experten helfen Ihnen gerne weiter.",
|
||||
"experts": {
|
||||
"laborLaw": "Fachanwalt für Arbeitsrecht",
|
||||
"itConsultant": "IT-Consultant",
|
||||
"dataProtection": "Datenschutzbeauftragter",
|
||||
"itSecurity": "IT-Sicherheitsbeauftragter"
|
||||
},
|
||||
"form": {
|
||||
"title": "Nachricht senden",
|
||||
"description": "Beschreiben Sie Ihr Anliegen und wir melden uns schnellstmöglich bei Ihnen.",
|
||||
"subject": "Betreff",
|
||||
"subjectPlaceholder": "Worum geht es in Ihrer Anfrage?",
|
||||
"message": "Nachricht",
|
||||
"messagePlaceholder": "Beschreiben Sie Ihr Anliegen",
|
||||
"submit": "Nachricht senden"
|
||||
},
|
||||
"success": {
|
||||
"title": "Nachricht gesendet",
|
||||
"description": "Ihre Nachricht wurde erfolgreich gesendet. Wir werden uns so schnell wie möglich bei Ihnen melden."
|
||||
},
|
||||
"error": {
|
||||
"description": "Die Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es später erneut."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,336 +0,0 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user