Skip to content

Commit ee4764c

Browse files
committed
refactor(i18n): new fields in Azure Blob Storage
1 parent 2ef9f0a commit ee4764c

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

packages/i18n/lib/enActionsLabel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ export const enActionsLabel: Record<string, Record<string, string>> = {
195195
type: 'Aggregation Type',
196196
min_part_size: 'Min Part Size',
197197
max_part_size: 'Max Part Size',
198+
container: 'Aggregation Upload Format',
198199
},
199200
azure_blob_storage: {
200201
parameters: 'Upload Mode',
201202
content: 'Object Content',
202203
type: 'Aggregation Type',
203204
blob: 'Blob Name',
204205
container: 'Container',
206+
'parameters.aggregation.container': 'Aggregation Upload Format',
205207
},
206208
dynamo: {
207209
table: 'Table',

packages/i18n/lib/enSymbolLabel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ export const enSymbolLabel: Record<string, string> = {
5959
v4: 'v4(3.1.1)',
6060
v5: 'v5(5.0)',
6161
timeseries: 'TimeSeries',
62+
parameters_aggregation_container_container_json_lines: 'JSON Lines',
63+
parameters_container_container_json_lines: 'JSON Lines',
64+
parameters_aggregation_container_container_csv: 'CSV',
65+
parameters_container_container_csv: 'CSV',
6266
}

packages/i18n/lib/zhActionsLabel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
195195
type: '增强类型',
196196
min_part_size: '最小分块大小',
197197
max_part_size: '最大分块大小',
198+
container: '聚合上传文件格式',
198199
},
199200
azure_blob_storage: {
200201
parameters: '上传方式',
201202
content: '对象内容',
202203
type: '增强类型',
203204
blob: 'Blob 名称',
204205
container: '容器名称',
206+
'parameters.aggregation.container': '聚合上传文件格式',
205207
},
206208
dynamo: {
207209
table: '表',

packages/i18n/lib/zhSymbolLabel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ export const zhSymbolLabel: Record<string, string> = {
5959
v4: 'v4(3.1.1)',
6060
v5: 'v5(5.0)',
6161
timeseries: '时序',
62+
parameters_aggregation_container_container_json_lines: 'JSON Lines',
63+
parameters_container_container_json_lines: 'JSON Lines',
64+
parameters_aggregation_container_container_csv: 'CSV',
65+
parameters_container_container_csv: 'CSV',
6266
}

0 commit comments

Comments
 (0)