const NotificationPanel = ({ error, message, settings, capabilities, loading, dirty, saving, onReset, onSave, onFieldChange, onSendTest, onCopyLink, copyFeedback, ntfyPreviewUrl, location, locationLoading, locationSaving, locationError, onDetectLocation, onClearLocation }) => { return (
Push aufs Handy über die ntfy-App oder Browser (Themenkanal notwendig).
Diese Option wurde vom Admin deaktiviert. Bitte frage nach, wenn du ntfy nutzen möchtest.
) : (Server: {capabilities.ntfy.serverUrl} (vom Admin festgelegt)
)} {capabilities.ntfy.topicPrefix && (Präfix: {capabilities.ntfy.topicPrefix} (Bindestrich wird automatisch ergänzt)
)} {ntfyPreviewUrl && ( )} {copyFeedback &&{copyFeedback}
}Nutze den Bot des Admins, um Nachrichten direkt in Telegram zu erhalten.
Telegram-Benachrichtigungen sind derzeit deaktiviert oder der Bot ist nicht konfiguriert.
) : (Tipp: Schreibe dem Telegram-Bot und nutze{' '} @userinfobot {' '} oder ein Chat-ID-Tool.
Der Standort wird für die Entfernungskalkulation im Monitoring genutzt. Nur für dich sichtbar.
Standort wird geladen...
) : location ? (Aktueller Standort: {location.lat.toFixed(4)}, {location.lon.toFixed(4)} {location.label && ( – {location.label} )}{' '} ( {location.updatedAt ? new Date(location.updatedAt).toLocaleString('de-DE') : 'Zeit unbekannt'})
) : (Kein Standort hinterlegt.
)}{locationError}
}