Skip to content

Commit efcfebd

Browse files
committed
refactor(i18n): correct label in snowflake action and add label in s3 tables action
1 parent 45f6c87 commit efcfebd

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/i18n/lib/en/actionsLabel.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
214214
},
215215
snowflake: {
216216
mode: 'Upload Mode',
217-
type: 'Aggregation Type',
217+
type: 'Aggregation Upload Format',
218218
private_key: 'Private Key',
219219
schema: 'Schema',
220220
stage: 'Stage',
@@ -246,6 +246,9 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
246246
s3tables: {
247247
namespace: 'Namespace',
248248
table: 'Table',
249+
container: 'Data File Format',
250+
type: 'Data File Format',
251+
max_row_group_bytes: 'Parquet Max Row Group Bytes',
249252
},
250253
bigquery: {
251254
dataset: 'Dataset',

packages/i18n/lib/en/symbolLabel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ export const enSymbolLabel: Record<string, string> = {
6565
parameters_container_container_csv: 'CSV',
6666
authentication_msk_iam: 'AWS IAM for MSK',
6767
parameters_streaming_parameters: 'Streaming',
68+
parameters_aggregation_container_container_parquet: 'Parquet',
69+
parameters_aggregation_container_container_avro: 'Avro',
6870
}

packages/i18n/lib/zh/actionsLabel.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
214214
},
215215
snowflake: {
216216
mode: '上传方式',
217-
type: '增强类型',
217+
type: '聚合上传文件格式',
218218
private_key: '私钥',
219219
schema: '模式',
220220
stage: '存储区',
@@ -246,6 +246,9 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
246246
s3tables: {
247247
namespace: '命名空间',
248248
table: '表',
249+
container: '数据文件格式',
250+
type: '数据文件格式',
251+
max_row_group_bytes: 'Parquet 最大行组大小',
249252
},
250253
bigquery: {
251254
dataset: '数据集',

packages/i18n/lib/zh/symbolLabel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ export const zhSymbolLabel: Record<string, string> = {
6565
parameters_container_container_csv: 'CSV',
6666
authentication_msk_iam: 'AWS IAM for MSK',
6767
parameters_streaming_parameters: '流式',
68+
parameters_aggregation_container_container_parquet: 'Parquet',
69+
parameters_aggregation_container_container_avro: 'Avro',
6870
}

0 commit comments

Comments
 (0)