[ADD] Added the german translation for the strings

This commit is contained in:
Michael Ortner
2025-05-26 22:10:28 +02:00
committed by Tola Leng
parent bff3cd7d91
commit 230f5562c7
7 changed files with 213 additions and 215 deletions
+50 -51
View File
@@ -1,55 +1,54 @@
import { IncidentTranslations } from '../types/incident';
export const incidentTranslations: IncidentTranslations = {
incidentManagement: 'Incident Management',
incidentsManagementDesc: 'Track and manage service incidents and their resolutions',
unresolvedIncidents: 'Unresolved',
resolvedIncidents: 'Resolved',
activeIncidents: 'Active Incidents',
criticalIssues: 'Critical Issues',
avgResolutionTime: 'Avg. Resolution Time',
noIncidents: 'No Active Incidents',
createIncident: 'Create Incident',
investigating: 'Investigating',
identified: 'Identified',
monitoring: 'Monitoring',
resolved: 'Resolved',
scheduleIncidentManagement: 'Schedule & Incident Management',
incidentName: 'Incident Name',
incidentStatus: 'Incident Status',
highPriority: 'High Priority',
configurationSettings: 'Configuration Settings',
incidentCreatedSuccess: 'Incident created successfully',
basicInfo: 'Basic Information',
serviceId: 'Service ID',
assignedTo: 'Assigned To',
unassigned: 'Unassigned',
timeline: 'Timeline',
incidentTime: 'Incident Time',
resolutionTime: 'Resolution Time',
systems: 'Systems',
noSystems: 'No systems affected',
impactAnalysis: 'Impact Analysis',
rootCause: 'Root Cause',
resolutionSteps: 'Resolution Steps',
lessonsLearned: 'Lessons Learned',
resolutionDetails: 'Resolution Details',
assignment: 'Assignment',
download: 'Download',
downloadPdf: 'Download PDF',
print: 'Print',
confidentialNote: 'This document is confidential and intended for internal use only.',
generatedOn: 'Generated on',
enterResolutionSteps: 'Enter steps taken to resolve the incident',
enterLessonsLearned: 'Enter lessons learned from this incident',
editIncident: 'Edit Incident',
editIncidentDesc: 'Update details for this incident',
updating: 'Updating...',
update: 'Update',
create: 'Create',
creating: 'Creating...',
configuration: 'Configuration',
failedToUpdateStatus: 'Failed to update status',
inProgress: 'In Progress',
incidentManagement: 'Vorfallmanagement',
incidentsManagementDesc: 'Verfolgen und Verwalten von Servicevorfällen und deren Lösungen',
unresolvedIncidents: 'Ungelöst',
resolvedIncidents: 'Gelöst',
activeIncidents: 'Aktive Vorfälle',
criticalIssues: 'Kritische Probleme',
avgResolutionTime: 'Durchschn. Lösungszeit',
noIncidents: 'Keine aktiven Vorfälle',
createIncident: 'Vorfall erstellen',
investigating: 'Untersuchung läuft',
identified: 'Identifiziert',
monitoring: 'Überwachung',
resolved: 'Gelöst',
scheduleIncidentManagement: 'Zeitplanung & Vorfallmanagement',
incidentName: 'Vorfallname',
incidentStatus: 'Vorfallstatus',
highPriority: 'Hohe Priorität',
configurationSettings: 'Konfigurationseinstellungen',
incidentCreatedSuccess: 'Vorfall erfolgreich erstellt',
basicInfo: 'Grundinformationen',
serviceId: 'Service-ID',
assignedTo: 'Zugewiesen an',
unassigned: 'Nicht zugewiesen',
timeline: 'Zeitverlauf',
incidentTime: 'Vorfallszeit',
resolutionTime: 'Lösungszeit',
systems: 'Systeme',
noSystems: 'Keine betroffenen Systeme',
impactAnalysis: 'Auswirkungsanalyse',
rootCause: 'Ursache',
resolutionSteps: 'Lösungsschritte',
lessonsLearned: 'Erkenntnisse',
resolutionDetails: 'Details zur Lösung',
assignment: 'Zuweisung',
download: 'Herunterladen',
downloadPdf: 'PDF herunterladen',
print: 'Drucken',
confidentialNote: 'Dieses Dokument ist vertraulich und nur für den internen Gebrauch bestimmt.',
generatedOn: 'Erstellt am',
enterResolutionSteps: 'Geben Sie die zur Lösung ergriffenen Schritte ein',
enterLessonsLearned: 'Geben Sie die aus diesem Vorfall gewonnenen Erkenntnisse ein',
editIncident: 'Vorfall bearbeiten',
editIncidentDesc: 'Details zu diesem Vorfall aktualisieren',
updating: 'Aktualisiere...',
update: 'Aktualisieren',
create: 'Erstellen',
creating: 'Erstelle...',
configuration: 'Konfiguration',
failedToUpdateStatus: 'Fehler beim Aktualisieren des Status',
inProgress: 'In Bearbeitung',
};