Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/i18n/lib/en/actionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
fallback_actions: 'Fallback Actions',
min_part_size: 'Min Part Size',
max_part_size: 'Max Part Size',
schema: 'Parquet Schema (Avro)',
max_row_group_bytes: 'Parquet Max Row Group Bytes',
name: 'Schema Name',
default_compression: 'Parquet Default Compression',
def: 'Schema Definition',
},
kafka_producer: {
timestamp: 'Message Timestamp',
Expand Down
7 changes: 7 additions & 0 deletions packages/i18n/lib/en/integrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
'Password to decrypt the private key. Do not set this value if the private key is not encrypted.',
allow_auto_topic_creation:
'Set to true to allow automatic topic creation with metadata fetch request.',
schema: 'The schema to be used for the Parquet files, in Avro format.',
max_row_group_bytes:
'The size above which row groups are flushed. The actual triggering of row group flushes uses estimates of the buffered data sizes, since the actual output may differ in size from the raw input data size.',
name: 'Avro schema name that lives in Schema Registry.',
default_compression:
'The default algorithm to use for compressing data pages in Parquet row groups.',
def: 'Avro schema definition in JSON format.',
},
mqtt: {
bridge_mode:
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/lib/en/symbolLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const enSymbolLabel: Record<string, string> = {
authentication_msk_iam: 'AWS IAM for MSK',
parameters_streaming_parameters: 'Streaming',
parameters_aggregation_container_container_parquet: 'Parquet',
parameters_container_container_parquet: 'Parquet',
parameters_aggregation_container_container_avro: 'Avro',
arrow_flight: 'Arrow Flight',
parameters_aggregation_container_schema_parquet_schema_avro_inline: 'Avro Schema Defined',
parameters_container_schema_parquet_schema_avro_inline: 'Avro Schema Defined',
parameters_aggregation_container_schema_parquet_schema_avro_ref:
'Avro Schema That Lives in Schema Registry',
parameters_container_schema_parquet_schema_avro_ref: 'Avro Schema That Lives in Schema Registry',
}
5 changes: 5 additions & 0 deletions packages/i18n/lib/zh/actionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
fallback_actions: '备选动作',
min_part_size: '最小分块大小',
max_part_size: '最大分块大小',
schema: 'Parquet Schema (Avro)',
max_row_group_bytes: 'Parquet 最大行组大小',
name: 'Schema 名称',
default_compression: 'Parquet 默认压缩算法',
def: 'Schema 定义',
},
kafka_producer: {
timestamp: '消息的时间戳',
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/lib/zh/integrationDesc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
private_key_path: '用于 ODBC 连接的私钥的完整文件路径。此路径必须在集群的所有节点上保持一致。',
private_key_password: '用于解密私钥的密码。如果私钥未加密,请不要设置此值。',
allow_auto_topic_creation: '是否允许在元数据获取请求时自动创建主题。',
schema: '用于 Parquet 文件的 Schema,使用 Avro 格式',
max_row_group_bytes:
'行组大小超过此值时,将刷新行组。 实际触发行组刷新使用缓冲数据大小的估计值,因为实际输出可能与原始输入数据大小不同。',
name: 'Schema Registry 中的 Avro Schema 名称。',
default_compression: '用于压缩 Parquet 行组中数据页的默认算法。',
def: 'JSON 格式的 Avro Schema。',
},
mqtt: {
bridge_mode:
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/lib/zh/symbolLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const zhSymbolLabel: Record<string, string> = {
authentication_msk_iam: 'AWS IAM for MSK',
parameters_streaming_parameters: '流式',
parameters_aggregation_container_container_parquet: 'Parquet',
parameters_container_container_parquet: 'Parquet',
parameters_aggregation_container_container_avro: 'Avro',
arrow_flight: 'Arrow Flight',
parameters_aggregation_container_schema_parquet_schema_avro_inline: 'Avro Schema 定义',
parameters_container_schema_parquet_schema_avro_inline: 'Avro Schema 定义',
parameters_aggregation_container_schema_parquet_schema_avro_ref:
'Schema Registry 中已添加的 Avro Schema',
parameters_container_schema_parquet_schema_avro_ref: 'Schema Registry 中已添加的 Avro Schema',
}