[ADD] Added the german translation for the strings
This commit is contained in:
committed by
Tola Leng
parent
bff3cd7d91
commit
230f5562c7
@@ -12,9 +12,9 @@ export const aboutTranslations: AboutTranslations = {
|
|||||||
viewDocumentation: "Dokumentation ansehen",
|
viewDocumentation: "Dokumentation ansehen",
|
||||||
followOnX: "Auf X folgen",
|
followOnX: "Auf X folgen",
|
||||||
joinDiscord: "Discord beitreten",
|
joinDiscord: "Discord beitreten",
|
||||||
quickActions: "Quick Actions",
|
quickActions: "Schnelle Aktionen",
|
||||||
quickActionsDescription: "Access common monitoring operations and features quickly. Select an action below to get started.",
|
quickActionsDescription: "Greifen Sie schnell auf gängige Überwachungsvorgänge und -funktionen zu. Wählen Sie unten eine Aktion aus, um loszulegen.",
|
||||||
quickTips: "Quick Tips",
|
quickTips: "Schnelle Tipps",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,17 +13,17 @@ export const commonTranslations: CommonTranslations = {
|
|||||||
goodEvening: "Guten Abend",
|
goodEvening: "Guten Abend",
|
||||||
profile: "Profile",
|
profile: "Profile",
|
||||||
settings: "Settings",
|
settings: "Settings",
|
||||||
documentation: "Documentation",
|
documentation: "Dokumentation",
|
||||||
notifications: "Notifications",
|
notifications: "Benachrichtigungen",
|
||||||
close: "Close",
|
close: "Schließen",
|
||||||
cancel: "Cancel",
|
cancel: "Abbrechen",
|
||||||
view: "View",
|
view: "Anzeigen",
|
||||||
edit: "Edit",
|
edit: "Bearbeiten",
|
||||||
delete: "Delete",
|
delete: "Löschen",
|
||||||
status: "Status",
|
status: "Status",
|
||||||
time: "Time",
|
time: "Zeit",
|
||||||
title: "Title",
|
title: "Titel",
|
||||||
description: "Description",
|
description: "Bechreibung",
|
||||||
success: "Success",
|
success: "Erfolg",
|
||||||
error: "Error",
|
error: "Fehler",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,55 +1,54 @@
|
|||||||
|
|
||||||
import { IncidentTranslations } from '../types/incident';
|
import { IncidentTranslations } from '../types/incident';
|
||||||
|
|
||||||
export const incidentTranslations: IncidentTranslations = {
|
export const incidentTranslations: IncidentTranslations = {
|
||||||
incidentManagement: 'Incident Management',
|
incidentManagement: 'Vorfallmanagement',
|
||||||
incidentsManagementDesc: 'Track and manage service incidents and their resolutions',
|
incidentsManagementDesc: 'Verfolgen und Verwalten von Servicevorfällen und deren Lösungen',
|
||||||
unresolvedIncidents: 'Unresolved',
|
unresolvedIncidents: 'Ungelöst',
|
||||||
resolvedIncidents: 'Resolved',
|
resolvedIncidents: 'Gelöst',
|
||||||
activeIncidents: 'Active Incidents',
|
activeIncidents: 'Aktive Vorfälle',
|
||||||
criticalIssues: 'Critical Issues',
|
criticalIssues: 'Kritische Probleme',
|
||||||
avgResolutionTime: 'Avg. Resolution Time',
|
avgResolutionTime: 'Durchschn. Lösungszeit',
|
||||||
noIncidents: 'No Active Incidents',
|
noIncidents: 'Keine aktiven Vorfälle',
|
||||||
createIncident: 'Create Incident',
|
createIncident: 'Vorfall erstellen',
|
||||||
investigating: 'Investigating',
|
investigating: 'Untersuchung läuft',
|
||||||
identified: 'Identified',
|
identified: 'Identifiziert',
|
||||||
monitoring: 'Monitoring',
|
monitoring: 'Überwachung',
|
||||||
resolved: 'Resolved',
|
resolved: 'Gelöst',
|
||||||
scheduleIncidentManagement: 'Schedule & Incident Management',
|
scheduleIncidentManagement: 'Zeitplanung & Vorfallmanagement',
|
||||||
incidentName: 'Incident Name',
|
incidentName: 'Vorfallname',
|
||||||
incidentStatus: 'Incident Status',
|
incidentStatus: 'Vorfallstatus',
|
||||||
highPriority: 'High Priority',
|
highPriority: 'Hohe Priorität',
|
||||||
configurationSettings: 'Configuration Settings',
|
configurationSettings: 'Konfigurationseinstellungen',
|
||||||
incidentCreatedSuccess: 'Incident created successfully',
|
incidentCreatedSuccess: 'Vorfall erfolgreich erstellt',
|
||||||
basicInfo: 'Basic Information',
|
basicInfo: 'Grundinformationen',
|
||||||
serviceId: 'Service ID',
|
serviceId: 'Service-ID',
|
||||||
assignedTo: 'Assigned To',
|
assignedTo: 'Zugewiesen an',
|
||||||
unassigned: 'Unassigned',
|
unassigned: 'Nicht zugewiesen',
|
||||||
timeline: 'Timeline',
|
timeline: 'Zeitverlauf',
|
||||||
incidentTime: 'Incident Time',
|
incidentTime: 'Vorfallszeit',
|
||||||
resolutionTime: 'Resolution Time',
|
resolutionTime: 'Lösungszeit',
|
||||||
systems: 'Systems',
|
systems: 'Systeme',
|
||||||
noSystems: 'No systems affected',
|
noSystems: 'Keine betroffenen Systeme',
|
||||||
impactAnalysis: 'Impact Analysis',
|
impactAnalysis: 'Auswirkungsanalyse',
|
||||||
rootCause: 'Root Cause',
|
rootCause: 'Ursache',
|
||||||
resolutionSteps: 'Resolution Steps',
|
resolutionSteps: 'Lösungsschritte',
|
||||||
lessonsLearned: 'Lessons Learned',
|
lessonsLearned: 'Erkenntnisse',
|
||||||
resolutionDetails: 'Resolution Details',
|
resolutionDetails: 'Details zur Lösung',
|
||||||
assignment: 'Assignment',
|
assignment: 'Zuweisung',
|
||||||
download: 'Download',
|
download: 'Herunterladen',
|
||||||
downloadPdf: 'Download PDF',
|
downloadPdf: 'PDF herunterladen',
|
||||||
print: 'Print',
|
print: 'Drucken',
|
||||||
confidentialNote: 'This document is confidential and intended for internal use only.',
|
confidentialNote: 'Dieses Dokument ist vertraulich und nur für den internen Gebrauch bestimmt.',
|
||||||
generatedOn: 'Generated on',
|
generatedOn: 'Erstellt am',
|
||||||
enterResolutionSteps: 'Enter steps taken to resolve the incident',
|
enterResolutionSteps: 'Geben Sie die zur Lösung ergriffenen Schritte ein',
|
||||||
enterLessonsLearned: 'Enter lessons learned from this incident',
|
enterLessonsLearned: 'Geben Sie die aus diesem Vorfall gewonnenen Erkenntnisse ein',
|
||||||
editIncident: 'Edit Incident',
|
editIncident: 'Vorfall bearbeiten',
|
||||||
editIncidentDesc: 'Update details for this incident',
|
editIncidentDesc: 'Details zu diesem Vorfall aktualisieren',
|
||||||
updating: 'Updating...',
|
updating: 'Aktualisiere...',
|
||||||
update: 'Update',
|
update: 'Aktualisieren',
|
||||||
create: 'Create',
|
create: 'Erstellen',
|
||||||
creating: 'Creating...',
|
creating: 'Erstelle...',
|
||||||
configuration: 'Configuration',
|
configuration: 'Konfiguration',
|
||||||
failedToUpdateStatus: 'Failed to update status',
|
failedToUpdateStatus: 'Fehler beim Aktualisieren des Status',
|
||||||
inProgress: 'In Progress',
|
inProgress: 'In Bearbeitung',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,68 +1,67 @@
|
|||||||
|
|
||||||
import { MaintenanceTranslations } from '../types/maintenance';
|
import { MaintenanceTranslations } from '../types/maintenance';
|
||||||
|
|
||||||
export const maintenanceTranslations: MaintenanceTranslations = {
|
export const maintenanceTranslations: MaintenanceTranslations = {
|
||||||
scheduledMaintenance: 'Scheduled Maintenance',
|
scheduledMaintenance: 'Geplante Wartung',
|
||||||
scheduledMaintenanceDesc: 'View and manage planned maintenance windows for your systems and services',
|
scheduledMaintenanceDesc: 'Anzeigen und Verwalten geplanter Wartungsfenster für Ihre Systeme und Dienste',
|
||||||
upcomingMaintenance: 'Upcoming',
|
upcomingMaintenance: 'Bevorstehend',
|
||||||
ongoingMaintenance: 'Ongoing',
|
ongoingMaintenance: 'Laufend',
|
||||||
completedMaintenance: 'Completed',
|
completedMaintenance: 'Abgeschlossen',
|
||||||
createMaintenanceWindow: 'Create Maintenance',
|
createMaintenanceWindow: 'Wartung erstellen',
|
||||||
totalScheduledHours: 'Total Scheduled Hours',
|
totalScheduledHours: 'Geplante Gesamtstunden',
|
||||||
maintenanceName: 'Maintenance Name',
|
maintenanceName: 'Wartungsname',
|
||||||
maintenanceStatus: 'Status',
|
maintenanceStatus: 'Status',
|
||||||
scheduledStart: 'Scheduled Start',
|
scheduledStart: 'Geplanter Start',
|
||||||
scheduledEnd: 'Scheduled End',
|
scheduledEnd: 'Geplantes Ende',
|
||||||
affectedServices: 'Affected Services',
|
affectedServices: 'Betroffene Dienste',
|
||||||
impact: 'Impact',
|
impact: 'Auswirkung',
|
||||||
minor: 'Minor',
|
minor: 'Geringfügig',
|
||||||
major: 'Major',
|
major: 'Gravierend',
|
||||||
critical: 'Critical',
|
critical: 'Kritisch',
|
||||||
none: 'None',
|
none: 'Keine',
|
||||||
actions: 'Actions',
|
actions: 'Aktionen',
|
||||||
scheduled: 'Scheduled',
|
scheduled: 'Geplant',
|
||||||
inprogress: 'In Progress',
|
inprogress: 'In Bearbeitung',
|
||||||
completed: 'Completed',
|
completed: 'Abgeschlossen',
|
||||||
cancelled: 'Cancelled',
|
cancelled: 'Abgebrochen',
|
||||||
markAsInProgress: 'Mark as In Progress',
|
markAsInProgress: 'Als in Bearbeitung markieren',
|
||||||
markAsCompleted: 'Mark as Completed',
|
markAsCompleted: 'Als abgeschlossen markieren',
|
||||||
markAsCancelled: 'Mark as Cancelled',
|
markAsCancelled: 'Als abgebrochen markieren',
|
||||||
confirmDelete: 'Confirm Delete',
|
confirmDelete: 'Löschen bestätigen',
|
||||||
deleteMaintenanceConfirmation: 'Are you sure you want to delete this maintenance window?',
|
deleteMaintenanceConfirmation: 'Möchten Sie dieses Wartungsfenster wirklich löschen?',
|
||||||
thisActionCannotBeUndone: 'This action cannot be undone.',
|
thisActionCannotBeUndone: 'Diese Aktion kann nicht rückgängig gemacht werden.',
|
||||||
maintenanceDeleted: 'Maintenance Deleted',
|
maintenanceDeleted: 'Wartung gelöscht',
|
||||||
maintenanceDeletedDesc: 'The maintenance window has been deleted successfully.',
|
maintenanceDeletedDesc: 'Das Wartungsfenster wurde erfolgreich gelöscht.',
|
||||||
errorDeletingMaintenance: 'There was an error deleting the maintenance window.',
|
errorDeletingMaintenance: 'Fehler beim Löschen des Wartungsfensters.',
|
||||||
statusUpdated: 'Status Updated',
|
statusUpdated: 'Status aktualisiert',
|
||||||
maintenanceStatusUpdated: 'Maintenance status has been updated successfully.',
|
maintenanceStatusUpdated: 'Wartungsstatus wurde erfolgreich aktualisiert.',
|
||||||
errorUpdatingMaintenanceStatus: 'There was an error updating the maintenance status.',
|
errorUpdatingMaintenanceStatus: 'Fehler beim Aktualisieren des Wartungsstatus.',
|
||||||
createMaintenance: 'Create Maintenance',
|
createMaintenance: 'Wartung erstellen',
|
||||||
createMaintenanceDesc: 'Schedule a new maintenance window for your services',
|
createMaintenanceDesc: 'Planen Sie ein neues Wartungsfenster für Ihre Dienste',
|
||||||
enterTitle: 'Enter maintenance title',
|
enterTitle: 'Wartungstitel eingeben',
|
||||||
enterDescription: 'Enter detailed description of the maintenance',
|
enterDescription: 'Geben Sie eine detaillierte Beschreibung der Wartung ein',
|
||||||
startTime: 'Start Time',
|
startTime: 'Startzeit',
|
||||||
endTime: 'End Time',
|
endTime: 'Endzeit',
|
||||||
selectDate: 'Select a date',
|
selectDate: 'Datum auswählen',
|
||||||
enterAffectedServices: 'Enter affected services',
|
enterAffectedServices: 'Betroffene Dienste eingeben',
|
||||||
separateServicesWithComma: 'Separate multiple services with commas',
|
separateServicesWithComma: 'Mehrere Dienste durch Kommas trennen',
|
||||||
priority: 'Priority',
|
priority: 'Priorität',
|
||||||
selectPriority: 'Select priority',
|
selectPriority: 'Priorität auswählen',
|
||||||
selectStatus: 'Select status',
|
selectStatus: 'Status auswählen',
|
||||||
selectImpact: 'Select impact',
|
selectImpact: 'Auswirkung auswählen',
|
||||||
notifySubscribers: 'Notify Subscribers',
|
notifySubscribers: 'Abonnenten benachrichtigen',
|
||||||
notifySubscribersDesc: 'Send notifications to all subscribers when this maintenance starts',
|
notifySubscribersDesc: 'Beim Start dieser Wartung eine Benachrichtigung an alle Abonnenten senden',
|
||||||
maintenanceCreated: 'Maintenance Created',
|
maintenanceCreated: 'Wartung erstellt',
|
||||||
maintenanceCreatedDesc: 'The maintenance window has been scheduled successfully.',
|
maintenanceCreatedDesc: 'Das Wartungsfenster wurde erfolgreich geplant.',
|
||||||
errorCreatingMaintenance: 'There was an error creating the maintenance window.',
|
errorCreatingMaintenance: 'Fehler beim Erstellen des Wartungsfensters.',
|
||||||
errorFetchingMaintenanceData: 'There was an error fetching maintenance data.',
|
errorFetchingMaintenanceData: 'Fehler beim Abrufen der Wartungsdaten.',
|
||||||
low: 'Low',
|
low: 'Niedrig',
|
||||||
medium: 'Medium',
|
medium: 'Mittel',
|
||||||
high: 'High',
|
high: 'Hoch',
|
||||||
created: 'Created',
|
created: 'Erstellt',
|
||||||
lastUpdated: 'Last Updated',
|
lastUpdated: 'Zuletzt aktualisiert',
|
||||||
subscribersWillBeNotified: 'Subscribers will be notified when maintenance begins',
|
subscribersWillBeNotified: 'Abonnenten werden benachrichtigt, wenn die Wartung beginnt',
|
||||||
noNotifications: 'No notifications will be sent',
|
noNotifications: 'Es werden keine Benachrichtigungen gesendet',
|
||||||
noScheduledMaintenance: 'No Scheduled Maintenance',
|
noScheduledMaintenance: 'Keine geplanten Wartungen',
|
||||||
noMaintenanceWindows: 'There are no maintenance windows for this period. Create one by clicking the "Create Maintenance" button.',
|
noMaintenanceWindows: 'Für diesen Zeitraum sind keine Wartungsfenster vorhanden. Erstellen Sie eines über die Schaltfläche „Wartung erstellen“.',
|
||||||
maintenanceCreatedSuccess: 'Maintenance window created successfully',
|
maintenanceCreatedSuccess: 'Wartungsfenster erfolgreich erstellt',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ export const servicesTranslations: ServicesTranslations = {
|
|||||||
responseTime: "Antwortzeit",
|
responseTime: "Antwortzeit",
|
||||||
uptime: "Betriebszeit",
|
uptime: "Betriebszeit",
|
||||||
lastChecked: "Zuletzt überprüft",
|
lastChecked: "Zuletzt überprüft",
|
||||||
noServices: "No services match your filter criteria.",
|
noServices: "Keine Dienste entsprechen Ihren Filterkriterien.",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,35 +1,34 @@
|
|||||||
|
|
||||||
import { SettingsTranslations } from '../types/settings';
|
import { SettingsTranslations } from '../types/settings';
|
||||||
|
|
||||||
export const settingsTranslations: SettingsTranslations = {
|
export const settingsTranslations: SettingsTranslations = {
|
||||||
// Tabs
|
// Tabs
|
||||||
systemSettings: "System Settings",
|
systemSettings: "Systemeinstellungen",
|
||||||
mailSettings: "Mail Settings",
|
mailSettings: "E-Mail-Einstellungen",
|
||||||
|
|
||||||
// System Settings
|
// System Settings
|
||||||
appName: "Application Name",
|
appName: "Anwendungsname",
|
||||||
appURL: "Application URL",
|
appURL: "Anwendungs-URL",
|
||||||
senderName: "Sender Name",
|
senderName: "Absendername",
|
||||||
senderEmail: "Sender Email Address",
|
senderEmail: "Absender-E-Mail-Adresse",
|
||||||
hideControls: "Hide Controls",
|
hideControls: "Steuerelemente ausblenden",
|
||||||
|
|
||||||
// Mail Settings
|
// Mail Settings
|
||||||
smtpSettings: "SMTP Configuration",
|
smtpSettings: "SMTP-Konfiguration",
|
||||||
smtpEnabled: "Enable SMTP",
|
smtpEnabled: "SMTP aktivieren",
|
||||||
smtpHost: "SMTP Host",
|
smtpHost: "SMTP-Host",
|
||||||
smtpPort: "SMTP Port",
|
smtpPort: "SMTP-Port",
|
||||||
smtpUsername: "SMTP Username",
|
smtpUsername: "SMTP-Benutzername",
|
||||||
smtpAuthMethod: "Authentication Method",
|
smtpAuthMethod: "Authentifizierungsmethode",
|
||||||
enableTLS: "Enable TLS",
|
enableTLS: "TLS aktivieren",
|
||||||
localName: "Local Name",
|
localName: "Lokaler Name",
|
||||||
|
|
||||||
// Actions and status
|
// Actions and status
|
||||||
save: "Save Changes",
|
save: "Änderungen speichern",
|
||||||
saving: "Saving...",
|
saving: "Speichere...",
|
||||||
settingsUpdated: "Settings updated successfully",
|
settingsUpdated: "Einstellungen erfolgreich aktualisiert",
|
||||||
errorSavingSettings: "Error saving settings",
|
errorSavingSettings: "Fehler beim Speichern der Einstellungen",
|
||||||
testConnection: "Test Connection",
|
testConnection: "Verbindung testen",
|
||||||
testingConnection: "Testing Connection...",
|
testingConnection: "Verbindung wird getestet...",
|
||||||
connectionSuccess: "Connection successful",
|
connectionSuccess: "Verbindung erfolgreich",
|
||||||
connectionFailed: "Connection failed"
|
connectionFailed: "Verbindung fehlgeschlagen"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -43,65 +43,66 @@ export const sslTranslations: SSLTranslations = {
|
|||||||
expirationDate: "Ablaufdatum",
|
expirationDate: "Ablaufdatum",
|
||||||
daysLeft: "Verbleibende Tage",
|
daysLeft: "Verbleibende Tage",
|
||||||
status: "Status",
|
status: "Status",
|
||||||
lastNotified: "Last Notified",
|
lastNotified: "Zuletzt benachrichtigt",
|
||||||
actions: "Actions",
|
actions: "Aktionen",
|
||||||
validFrom: "Valid From",
|
validFrom: "Gültig von",
|
||||||
validUntil: "Valid Until",
|
validUntil: "Gültig bis",
|
||||||
validityDays: "Validity Days",
|
validityDays: "Gültigkeitsdauer Tage",
|
||||||
organization: "Organization",
|
organization: "Organisation",
|
||||||
commonName: "Common Name",
|
commonName: "Allgemeiner Name",
|
||||||
serialNumber: "Serial Number",
|
serialNumber: "Seriennummer",
|
||||||
algorithm: "Algorithm",
|
algorithm: "Algorithmus",
|
||||||
subjectAltNames: "Subject Alternative Names",
|
subjectAltNames: "Thema Alternative Bezeichnungen",
|
||||||
|
|
||||||
// Buttons and actions
|
// Buttons and actions
|
||||||
addDomain: "Add Domain",
|
addDomain: "Domain hinzufügen",
|
||||||
refreshAll: "Refresh All",
|
refreshAll: "Alle aktualisieren",
|
||||||
cancel: "Cancel",
|
cancel: "Abbrechen",
|
||||||
addCertificate: "Add Certificate",
|
addCertificate: "Zertifikat hinzufügen",
|
||||||
check: "Check",
|
check: "Prüfen",
|
||||||
view: "View",
|
view: "Ansehen",
|
||||||
edit: "Edit",
|
edit: "Bearbeiten",
|
||||||
delete: "Delete",
|
delete: "Löschen",
|
||||||
close: "Close",
|
close: "Schließen",
|
||||||
saveChanges: "Save Changes",
|
saveChanges: "Änderungen speichern",
|
||||||
updating: "Updating",
|
updating: "Aktualisiere",
|
||||||
|
|
||||||
// Sections in detail view
|
// Sections in detail view
|
||||||
basicInformation: "Basic Information",
|
basicInformation: "Basisinformationen",
|
||||||
validity: "Validity",
|
validity: "Gültigkeit",
|
||||||
issuerInfo: "Issuer Information",
|
issuerInfo: "Informationen zum Aussteller",
|
||||||
technicalDetails: "Technical Details",
|
technicalDetails: "Technische Details",
|
||||||
monitoringConfig: "Monitoring Configuration",
|
monitoringConfig: "Monitoring-Konfiguration",
|
||||||
recordInfo: "Record Information",
|
recordInfo: "Aufzeichnungsinformationen",
|
||||||
|
|
||||||
// Notifications and messages
|
// Notifications and messages
|
||||||
sslCertificateAdded: "SSL Certificate added successfully",
|
sslCertificateAdded: "SSL-Zertifikat erfolgreich hinzugefügt",
|
||||||
sslCertificateUpdated: "SSL Certificate updated successfully",
|
sslCertificateUpdated: "SSL-Zertifikat erfolgreich aktualisiert",
|
||||||
sslCertificateDeleted: "SSL Certificate deleted successfully",
|
sslCertificateDeleted: "SSL-Zertifikat erfolgreich gelöscht",
|
||||||
sslCertificateRefreshed: "SSL Certificate for {domain} refreshed successfully",
|
sslCertificateRefreshed: "SSL-Zertifikat für {domain} erfolgreich aktualisiert",
|
||||||
allCertificatesRefreshed: "All {count} certificates refreshed successfully",
|
allCertificatesRefreshed: "Alle {count} Zertifikate wurden erfolgreich aktualisiert",
|
||||||
someCertificatesFailed: "{success} certificates refreshed, {failed} failed",
|
someCertificatesFailed: "{success} Zertifikate aktualisiert, {failed} fehlgeschlagen",
|
||||||
failedToAddCertificate: "Failed to add SSL certificate",
|
failedToAddCertificate: "Fehler beim Hinzufügen des SSL-Zertifikats",
|
||||||
failedToLoadCertificates: "Failed to load SSL certificates",
|
failedToLoadCertificates: "Fehler beim Laden der SSL-Zertifikate",
|
||||||
failedToUpdateCertificate: "Failed to update SSL certificate",
|
failedToUpdateCertificate: "Fehler beim Aktualisieren des SSL-Zertifikats",
|
||||||
failedToDeleteCertificate: "Failed to delete SSL certificate",
|
failedToDeleteCertificate: "Fehler beim Löschen des SSL-Zertifikats",
|
||||||
failedToCheckCertificate: "Failed to check SSL certificate",
|
failedToCheckCertificate: "Fehler beim Prüfen des SSL-Zertifikats",
|
||||||
noCertificatesToRefresh: "No certificates to refresh",
|
noCertificatesToRefresh: "Keine Zertifikate zum Aktualisieren vorhanden",
|
||||||
startingRefreshAll: "Starting refresh of {count} certificates",
|
startingRefreshAll: "Starte Aktualisierung von {count} Zertifikaten",
|
||||||
checkingSSLCertificate: "Checking SSL certificate...",
|
checkingSSLCertificate: "SSL-Zertifikat wird überprüft...",
|
||||||
deleteConfirmation: "Are you sure you want to delete the certificate for",
|
deleteConfirmation: "Möchten Sie das Zertifikat für wirklich löschen?",
|
||||||
deleteWarning: "This action cannot be undone. This will permanently delete the certificate.",
|
deleteWarning: "Diese Aktion kann nicht rückgängig gemacht werden. Das Zertifikat wird dauerhaft gelöscht.",
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
unknown: "Unknown",
|
unknown: "Unbekannt",
|
||||||
never: "Never",
|
never: "Nie",
|
||||||
none: "None",
|
none: "Keine",
|
||||||
loadingChannels: "Loading channels...",
|
loadingChannels: "Lade Kanäle...",
|
||||||
noChannelsFound: "No notification channels found",
|
noChannelsFound: "Keine Benachrichtigungskanäle gefunden",
|
||||||
noSSLCertificates: "No SSL certificates found",
|
noSSLCertificates: "Keine SSL-Zertifikate gefunden",
|
||||||
created: "Created",
|
created: "Erstellt",
|
||||||
lastUpdated: "Last Updated",
|
lastUpdated: "Zuletzt aktualisiert",
|
||||||
lastNotification: "Last Notification",
|
lastNotification: "Letzte Benachrichtigung",
|
||||||
collectionId: "Collection ID"
|
collectionId: "Sammlungs-ID"
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user