From 046db61326d71e59a88a6a57561fd267390e2b8c Mon Sep 17 00:00:00 2001 From: ghotso <168240713+ghotso@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:14:22 +0200 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=F0=9F=8C=90=20add=20missing=20Ge?= =?UTF-8?q?rman=20translations=20for=20maintenance=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the missing German translation keys to align with the English maintenance module. Now the German translation file is complete and feature-parity with English 🌟 --- application/src/translations/de/maintenance.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/application/src/translations/de/maintenance.ts b/application/src/translations/de/maintenance.ts index 0b7caf3..6e40b11 100644 --- a/application/src/translations/de/maintenance.ts +++ b/application/src/translations/de/maintenance.ts @@ -64,4 +64,17 @@ export const maintenanceTranslations: MaintenanceTranslations = { noScheduledMaintenance: 'Keine geplanten Wartungen', noMaintenanceWindows: 'Für diesen Zeitraum sind keine Wartungsfenster vorhanden. Erstellen Sie eines über die Schaltfläche „Wartung erstellen“.', maintenanceCreatedSuccess: 'Wartungsfenster erfolgreich erstellt', + editMaintenanceWindow: 'Wartung bearbeiten', + editMaintenanceDesc: 'Wartungsdetails bearbeiten', + priorityDescription: 'Wartungspriorität auswählen', + statusDescription: 'Wartungsstatus auswählen', + impactLevel: 'Auswirkungsgrad', + impactLevelDescription: 'Auswirkungsgrad auswählen', + selectAssignedUsers: 'Zugewiesene Benutzer auswählen', + assignedPersonnelDescription: 'Derzeit zugewiesene Benutzer', + mutedNotifications: 'Benachrichtigungen deaktiviert', + notificationsAreMuted: 'Benachrichtigungen sind für diese Wartung derzeit deaktiviert', + selectNotificationChannel: 'Benachrichtigungskanal hinzufügen', + enableNotificationsFirst: 'Aktivieren Sie zuerst Benachrichtigungen, um einen Kanal auszuwählen', + updateMaintenance: 'Wartung aktualisieren', };