Skip to content

Commit 4452fe6

Browse files
Kinplemelon0721Betty
authored andcommitted
refactor(i18n): new field in IoTDB connector
1 parent d8c36e8 commit 4452fe6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/i18n/lib/enConnectorsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
8787
driver: 'Driver',
8888
protocol_version: 'Protocol Version',
8989
zoneId: 'Zone ID',
90+
recv_timeout: 'Receive Timeout',
9091
},
9192
elasticsearch: {
9293
server: 'Server',

packages/i18n/lib/enIntegrationDesc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
353353
device_id:
354354
'A fixed device name this data should be inserted for. If empty it must either be set in the rule action, the message itself, or it will be extracted from the topic.',
355355
is_aligned: 'Whether to align the timeseries',
356+
recv_timeout: 'Timeout for receiving from IoTDB Thrift server.',
356357
},
357358
opents: {
358359
server: 'The URL of OpenTSDB endpoint.',

packages/i18n/lib/zhConnectorsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
8787
driver: '驱动',
8888
protocol_version: '协议版本',
8989
zoneId: '时区 ID',
90+
recv_timeout: '接收超时',
9091
},
9192
elasticsearch: {
9293
server: '服务器地址',

packages/i18n/lib/zhIntegrationDesc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
321321
device_id:
322322
'应插入此数据的固定设备名称。如果为空,则必须在规则操作中设置,消息本身中设置,或从主题中提取。',
323323
is_aligned: '是否对齐时间序列',
324+
recv_timeout: '接收 IoTDB Thrift 服务器的超时时间。',
324325
},
325326
opents: {
326327
server: '服务器的地址。',

0 commit comments

Comments
 (0)