Skip to content

Commit b5bf9a0

Browse files
committed
refactor(i18n): add label for AWS Timestream
1 parent 8f3ba02 commit b5bf9a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/i18n/lib/en/connectorsLabel.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
225225
logical_cluster: 'Logical Cluster ID',
226226
identity_pool_id: 'Identity Pool ID',
227227
},
228+
aws_timestream: {
229+
influxdb_type: 'InfluxDB Type',
230+
},
228231
}

packages/i18n/lib/zh/connectorsLabel.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
225225
logical_cluster: '逻辑集群 ID',
226226
identity_pool_id: '身份池 ID',
227227
},
228+
aws_timestream: {
229+
influxdb_type: 'InfluxDB 类型',
230+
},
228231
}

0 commit comments

Comments
 (0)