From 0800aa2a6175873a365eb23af8f51def28c51109 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 8 May 2026 17:16:28 -0700 Subject: [PATCH] New translations en-us.json (Chinese Simplified) [ci skip] --- messages/zh-CN.json | 56 ++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index c84947d80..f0162f95d 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -3062,7 +3062,7 @@ "streamingDatadogTitle": "Datadog", "streamingDatadogDescription": "直接转发事件到您的Datadog 帐户。即将推出。", "streamingTypePickerDescription": "选择要开始的目标类型。", - "streamingLastSyncError": "An error occurred on the last sync", + "streamingLastSyncError": "最后一次同步时发生错误", "streamingUnexpectedError": "发生意外错误.", "streamingFailedToUpdate": "更新目标失败", "streamingDeletedSuccess": "目标删除成功", @@ -3079,34 +3079,34 @@ "S3DestEditTitle": "编辑目的地", "S3DestAddTitle": "添加 S3 目的地", "S3DestEditDescription": "更新此 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.", + "S3DestAddDescription": "配置一个新的 Amazon S3(或兼容 S3 的)存储桶以接收您的组织事件。", + "s3DestTabSettings": "设置", + "s3DestTabFormat": "格式", + "s3DestNameLabel": "名称", + "s3DestNamePlaceholder": "我的 S3 目的地", + "s3DestAccessKeyIdLabel": "AWS 访问密钥 ID", + "s3DestSecretAccessKeyLabel": "AWS 秘密访问密钥", + "s3DestSecretAccessKeyPlaceholder": "您的 AWS 密钥", + "s3DestRegionLabel": "AWS 地区", + "s3DestBucketLabel": "存储桶名称", + "s3DestPrefixLabel": "密钥前缀(可选)", + "s3DestPrefixDescription": "每个对象密钥前加的可选路径前缀。对象存储在 {prefix}/{logType}/{YYYY}/{MM}/{DD}/{filename}。", + "s3DestEndpointLabel": "自定义端点(可选)", + "s3DestEndpointDescription": "替代 S3 端点用于 MinIO 或 Cloudflare R2 等兼容 S3 的存储。标准 AWS S3 留空。", + "s3DestGzipLabel": "Gzip 压缩", + "s3DestGzipDescription": "使用 gzip 压缩每个上传的对象。减少存储成本和上传大小。", + "s3DestFormatTitle": "文件格式", + "s3DestFormatDescription": "事件在每个上传对象内的序列化方式。", + "s3DestFormatJsonArrayDescription": "每个对象是事件记录的 JSON 数组。兼容大多数分析工具。", + "s3DestFormatNdjsonDescription": "每个对象每行包含一个 JSON 记录(换行分隔的 JSON)。兼容 Athena、BigQuery 和 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", + "s3DestFormatCsvDescription": "每个对象是带有标题行的 RFC-4180 CSV 文件。列名来自事件数据字段。", + "s3DestSaveChanges": "保存更改", + "s3DestCreateDestination": "创建目的地", + "s3DestUpdatedSuccess": "目的地更新成功", + "s3DestCreatedSuccess": "目的地创建成功", + "s3DestUpdateFailed": "更新目的地失败", + "s3DestCreateFailed": "创建目的地失败", "datadogDestEditTitle": "编辑目的地", "datadogDestAddTitle": "添加 Datadog 目的地", "datadogDestEditDescription": "更新此 Datadog 事件流目的地的配置。",