[ADD] Added the german translation for the strings
This commit is contained in:
committed by
Tola Leng
parent
bff3cd7d91
commit
230f5562c7
@@ -43,65 +43,66 @@ export const sslTranslations: SSLTranslations = {
|
||||
expirationDate: "Ablaufdatum",
|
||||
daysLeft: "Verbleibende Tage",
|
||||
status: "Status",
|
||||
lastNotified: "Last Notified",
|
||||
actions: "Actions",
|
||||
validFrom: "Valid From",
|
||||
validUntil: "Valid Until",
|
||||
validityDays: "Validity Days",
|
||||
organization: "Organization",
|
||||
commonName: "Common Name",
|
||||
serialNumber: "Serial Number",
|
||||
algorithm: "Algorithm",
|
||||
subjectAltNames: "Subject Alternative Names",
|
||||
lastNotified: "Zuletzt benachrichtigt",
|
||||
actions: "Aktionen",
|
||||
validFrom: "Gültig von",
|
||||
validUntil: "Gültig bis",
|
||||
validityDays: "Gültigkeitsdauer Tage",
|
||||
organization: "Organisation",
|
||||
commonName: "Allgemeiner Name",
|
||||
serialNumber: "Seriennummer",
|
||||
algorithm: "Algorithmus",
|
||||
subjectAltNames: "Thema Alternative Bezeichnungen",
|
||||
|
||||
// Buttons and actions
|
||||
addDomain: "Add Domain",
|
||||
refreshAll: "Refresh All",
|
||||
cancel: "Cancel",
|
||||
addCertificate: "Add Certificate",
|
||||
check: "Check",
|
||||
view: "View",
|
||||
edit: "Edit",
|
||||
delete: "Delete",
|
||||
close: "Close",
|
||||
saveChanges: "Save Changes",
|
||||
updating: "Updating",
|
||||
|
||||
addDomain: "Domain hinzufügen",
|
||||
refreshAll: "Alle aktualisieren",
|
||||
cancel: "Abbrechen",
|
||||
addCertificate: "Zertifikat hinzufügen",
|
||||
check: "Prüfen",
|
||||
view: "Ansehen",
|
||||
edit: "Bearbeiten",
|
||||
delete: "Löschen",
|
||||
close: "Schließen",
|
||||
saveChanges: "Änderungen speichern",
|
||||
updating: "Aktualisiere",
|
||||
|
||||
// Sections in detail view
|
||||
basicInformation: "Basic Information",
|
||||
validity: "Validity",
|
||||
issuerInfo: "Issuer Information",
|
||||
technicalDetails: "Technical Details",
|
||||
monitoringConfig: "Monitoring Configuration",
|
||||
recordInfo: "Record Information",
|
||||
|
||||
basicInformation: "Basisinformationen",
|
||||
validity: "Gültigkeit",
|
||||
issuerInfo: "Informationen zum Aussteller",
|
||||
technicalDetails: "Technische Details",
|
||||
monitoringConfig: "Monitoring-Konfiguration",
|
||||
recordInfo: "Aufzeichnungsinformationen",
|
||||
|
||||
// Notifications and messages
|
||||
sslCertificateAdded: "SSL Certificate added successfully",
|
||||
sslCertificateUpdated: "SSL Certificate updated successfully",
|
||||
sslCertificateDeleted: "SSL Certificate deleted successfully",
|
||||
sslCertificateRefreshed: "SSL Certificate for {domain} refreshed successfully",
|
||||
allCertificatesRefreshed: "All {count} certificates refreshed successfully",
|
||||
someCertificatesFailed: "{success} certificates refreshed, {failed} failed",
|
||||
failedToAddCertificate: "Failed to add SSL certificate",
|
||||
failedToLoadCertificates: "Failed to load SSL certificates",
|
||||
failedToUpdateCertificate: "Failed to update SSL certificate",
|
||||
failedToDeleteCertificate: "Failed to delete SSL certificate",
|
||||
failedToCheckCertificate: "Failed to check SSL certificate",
|
||||
noCertificatesToRefresh: "No certificates to refresh",
|
||||
startingRefreshAll: "Starting refresh of {count} certificates",
|
||||
checkingSSLCertificate: "Checking SSL certificate...",
|
||||
deleteConfirmation: "Are you sure you want to delete the certificate for",
|
||||
deleteWarning: "This action cannot be undone. This will permanently delete the certificate.",
|
||||
|
||||
sslCertificateAdded: "SSL-Zertifikat erfolgreich hinzugefügt",
|
||||
sslCertificateUpdated: "SSL-Zertifikat erfolgreich aktualisiert",
|
||||
sslCertificateDeleted: "SSL-Zertifikat erfolgreich gelöscht",
|
||||
sslCertificateRefreshed: "SSL-Zertifikat für {domain} erfolgreich aktualisiert",
|
||||
allCertificatesRefreshed: "Alle {count} Zertifikate wurden erfolgreich aktualisiert",
|
||||
someCertificatesFailed: "{success} Zertifikate aktualisiert, {failed} fehlgeschlagen",
|
||||
failedToAddCertificate: "Fehler beim Hinzufügen des SSL-Zertifikats",
|
||||
failedToLoadCertificates: "Fehler beim Laden der SSL-Zertifikate",
|
||||
failedToUpdateCertificate: "Fehler beim Aktualisieren des SSL-Zertifikats",
|
||||
failedToDeleteCertificate: "Fehler beim Löschen des SSL-Zertifikats",
|
||||
failedToCheckCertificate: "Fehler beim Prüfen des SSL-Zertifikats",
|
||||
noCertificatesToRefresh: "Keine Zertifikate zum Aktualisieren vorhanden",
|
||||
startingRefreshAll: "Starte Aktualisierung von {count} Zertifikaten",
|
||||
checkingSSLCertificate: "SSL-Zertifikat wird überprüft...",
|
||||
deleteConfirmation: "Möchten Sie das Zertifikat für wirklich löschen?",
|
||||
deleteWarning: "Diese Aktion kann nicht rückgängig gemacht werden. Das Zertifikat wird dauerhaft gelöscht.",
|
||||
|
||||
// Misc
|
||||
unknown: "Unknown",
|
||||
never: "Never",
|
||||
none: "None",
|
||||
loadingChannels: "Loading channels...",
|
||||
noChannelsFound: "No notification channels found",
|
||||
noSSLCertificates: "No SSL certificates found",
|
||||
created: "Created",
|
||||
lastUpdated: "Last Updated",
|
||||
lastNotification: "Last Notification",
|
||||
collectionId: "Collection ID"
|
||||
};
|
||||
unknown: "Unbekannt",
|
||||
never: "Nie",
|
||||
none: "Keine",
|
||||
loadingChannels: "Lade Kanäle...",
|
||||
noChannelsFound: "Keine Benachrichtigungskanäle gefunden",
|
||||
noSSLCertificates: "Keine SSL-Zertifikate gefunden",
|
||||
created: "Erstellt",
|
||||
lastUpdated: "Zuletzt aktualisiert",
|
||||
lastNotification: "Letzte Benachrichtigung",
|
||||
collectionId: "Sammlungs-ID"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user