Skip to content

Commit

Permalink
refactor(i18n): new field in IoTDB connector
Browse files Browse the repository at this point in the history
Kinplemelon authored and 0721Betty committed Oct 8, 2024
1 parent d8c36e8 commit 4452fe6
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
driver: 'Driver',
protocol_version: 'Protocol Version',
zoneId: 'Zone ID',
recv_timeout: 'Receive Timeout',
},
elasticsearch: {
server: 'Server',
1 change: 1 addition & 0 deletions packages/i18n/lib/enIntegrationDesc.ts
Original file line number Diff line number Diff line change
@@ -353,6 +353,7 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
device_id:
'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.',
is_aligned: 'Whether to align the timeseries',
recv_timeout: 'Timeout for receiving from IoTDB Thrift server.',
},
opents: {
server: 'The URL of OpenTSDB endpoint.',
1 change: 1 addition & 0 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
driver: '驱动',
protocol_version: '协议版本',
zoneId: '时区 ID',
recv_timeout: '接收超时',
},
elasticsearch: {
server: '服务器地址',
1 change: 1 addition & 0 deletions packages/i18n/lib/zhIntegrationDesc.ts
Original file line number Diff line number Diff line change
@@ -321,6 +321,7 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
device_id:
'应插入此数据的固定设备名称。如果为空,则必须在规则操作中设置,消息本身中设置,或从主题中提取。',
is_aligned: '是否对齐时间序列',
recv_timeout: '接收 IoTDB Thrift 服务器的超时时间。',
},
opents: {
server: '服务器的地址。',

0 comments on commit 4452fe6

Please sign in to comment.