diff --git a/messages/de-DE.json b/messages/de-DE.json index 367c95cd3..6c906f49d 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -3062,7 +3062,7 @@ "streamingDatadogTitle": "Datadog", "streamingDatadogDescription": "Events direkt an Ihr Datadog Konto weiterleiten. Kommen Sie bald.", "streamingTypePickerDescription": "Wählen Sie einen Zieltyp aus, um loszulegen.", - "streamingFailedToLoad": "Fehler beim Laden der Ziele", + "streamingLastSyncError": "An error occurred on the last sync", "streamingUnexpectedError": "Ein unerwarteter Fehler ist aufgetreten.", "streamingFailedToUpdate": "Fehler beim Aktualisieren des Ziels", "streamingDeletedSuccess": "Ziel erfolgreich gelöscht", @@ -3079,7 +3079,34 @@ "S3DestEditTitle": "Ziel bearbeiten", "S3DestAddTitle": "S3-Ziel hinzufügen", "S3DestEditDescription": "Konfiguration für dieses S3-Ereignis-Streamingziel aktualisieren.", - "S3DestAddDescription": "Neuen S3-Endpunkt konfigurieren, um die Ereignisse Ihrer Organisation zu erhalten.", + "S3DestAddDescription": "Configure a new Amazon S3 (or S3-compatible) bucket to receive your organization's events.", + "s3DestTabSettings": "Settings", + "s3DestTabFormat": "Format", + "s3DestNameLabel": "Name", + "s3DestNamePlaceholder": "My S3 destination", + "s3DestAccessKeyIdLabel": "AWS Access Key ID", + "s3DestSecretAccessKeyLabel": "AWS Secret Access Key", + "s3DestSecretAccessKeyPlaceholder": "Your AWS secret access key", + "s3DestRegionLabel": "AWS Region", + "s3DestBucketLabel": "Bucket Name", + "s3DestPrefixLabel": "Key Prefix (optional)", + "s3DestPrefixDescription": "Optional path prefix prepended to every object key. Objects are stored at {prefix}/{logType}/{YYYY}/{MM}/{DD}/{filename}.", + "s3DestEndpointLabel": "Custom Endpoint (optional)", + "s3DestEndpointDescription": "Override the S3 endpoint for S3-compatible storage such as MinIO or Cloudflare R2. Leave blank for standard AWS S3.", + "s3DestGzipLabel": "Gzip compression", + "s3DestGzipDescription": "Compress each uploaded object with gzip. Reduces storage costs and upload size.", + "s3DestFormatTitle": "File Format", + "s3DestFormatDescription": "How events are serialised inside each uploaded object.", + "s3DestFormatJsonArrayDescription": "Each object is a JSON array of event records. Compatible with most analytics tools.", + "s3DestFormatNdjsonDescription": "Each object contains one JSON record per line (newline-delimited JSON). Compatible with Athena, BigQuery, and Spark.", + "s3DestFormatCsvTitle": "CSV", + "s3DestFormatCsvDescription": "Each object is an RFC-4180 CSV file with a header row. Column names are derived from the event data fields.", + "s3DestSaveChanges": "Save Changes", + "s3DestCreateDestination": "Create Destination", + "s3DestUpdatedSuccess": "Destination updated successfully", + "s3DestCreatedSuccess": "Destination created successfully", + "s3DestUpdateFailed": "Failed to update destination", + "s3DestCreateFailed": "Failed to create destination", "datadogDestEditTitle": "Ziel bearbeiten", "datadogDestAddTitle": "Datadog-Ziel hinzufügen", "datadogDestEditDescription": "Konfiguration für dieses Datadog-Ereignis-Streamingziel aktualisieren.",