From e76e7581a56bc616ab480f14d6b49c0e7a6f0216 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 8 May 2026 17:14:02 -0700 Subject: [PATCH] New translations en-us.json (Russian) [ci skip] --- messages/ru-RU.json | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/messages/ru-RU.json b/messages/ru-RU.json index 46bb5911a..d1741897e 100644 --- a/messages/ru-RU.json +++ b/messages/ru-RU.json @@ -3062,7 +3062,7 @@ "streamingDatadogTitle": "Datadog", "streamingDatadogDescription": "Перенаправлять события непосредственно на ваш аккаунт в Datadog. Скоро будет доступно.", "streamingTypePickerDescription": "Выберите тип назначения, чтобы начать.", - "streamingFailedToLoad": "Не удалось загрузить места назначения", + "streamingLastSyncError": "An error occurred on the last sync", "streamingUnexpectedError": "Произошла непредвиденная ошибка.", "streamingFailedToUpdate": "Не удалось обновить место назначения", "streamingDeletedSuccess": "Адрес назначения успешно удален", @@ -3079,7 +3079,34 @@ "S3DestEditTitle": "Редактировать пункт назначения", "S3DestAddTitle": "Добавить S3 пункт назначения", "S3DestEditDescription": "Обновите конфигурацию для этого S3 пункта назначения потоковых событий.", - "S3DestAddDescription": "Настройте новую S3 конечную точку для получения событий вашей организации.", + "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": "Редактировать пункт назначения", "datadogDestAddTitle": "Добавить пункт назначения Datadog", "datadogDestEditDescription": "Обновите конфигурацию для этого пункта назначения потоковых событий Datadog.",