diff --git a/packages/i18n/lib/enActionsLabel.ts b/packages/i18n/lib/enActionsLabel.ts index c4b0327..01706f3 100644 --- a/packages/i18n/lib/enActionsLabel.ts +++ b/packages/i18n/lib/enActionsLabel.ts @@ -68,6 +68,9 @@ export const enActionsLabel: Record> = { ordering_key_template: 'Ordering Key template', payload_template: 'Payload Template', }, + gcp_pubsub_consumer: { + topic: 'GCP PubSub Topic', + }, syskeeper_forwarder: { target_topic: 'Topic', target_qos: 'QoS', @@ -117,9 +120,6 @@ export const enActionsLabel: Record> = { value: 'Value', data: 'Write Data', }, - gcp_pubsub_consumer: { - payload_template: 'Payload Template', - }, hstreamdb: { stream: 'Stream', partition_key: 'Partition Key', @@ -172,4 +172,7 @@ export const enActionsLabel: Record> = { content: 'Object Content', key: 'Object Key', }, + dynamo: { + table: 'Table ', + }, } diff --git a/packages/i18n/lib/enConnectorsLabel.ts b/packages/i18n/lib/enConnectorsLabel.ts index f994676..c7a810e 100644 --- a/packages/i18n/lib/enConnectorsLabel.ts +++ b/packages/i18n/lib/enConnectorsLabel.ts @@ -107,17 +107,12 @@ export const enConnectorsLabel: Record> = { }, dynamo: { url: 'DynamoDB Endpoint', - table: 'Table ', aws_access_key_id: 'AWS Access Key ID', aws_secret_access_key: 'AWS Secret Access Key', }, gcp_pubsub_consumer: { - consumer_pubsub_topic: 'GCP PubSub Topic', - consumer_mqtt_topic: 'MQTT Topic', - consumer_qos: 'QoS', pipelining: 'HTTP Pipelining', service_account_json: 'GCP Service Account Credentials', - topic_mapping: 'Topic Mapping', pull_max_messages: 'Maximum Messages to Pull', }, hstreamdb: { @@ -164,11 +159,12 @@ export const enConnectorsLabel: Record> = { retention_period: 'Retention Period', send_buffer: 'Socket Send Buffer Size', max_batch_bytes: 'Max Batch Bytes', - buffer_mode: 'Buffer Mode', - buffer_per_partition_limit: 'Per-partition Buffer Limit', - buffer_segment_bytes: 'Segment File Bytes', - buffer_memory_overload_protection: 'Memory Overload Protection', - authentication_jwt: 'JWT', + mode: 'Buffer Mode', + per_partition_limit: 'Per-partition Buffer Limit', + segment_bytes: 'Segment File Bytes', + memory_overload_protection: 'Memory Overload Protection', + jwt: 'JWT', + authentication: 'Authentication', }, kinesis: { aws_access_key_id: 'AWS Access Key ID', diff --git a/packages/i18n/lib/zhActionsLabel.ts b/packages/i18n/lib/zhActionsLabel.ts index 7074fe4..b57eccf 100644 --- a/packages/i18n/lib/zhActionsLabel.ts +++ b/packages/i18n/lib/zhActionsLabel.ts @@ -68,6 +68,9 @@ export const zhActionsLabel: Record> = { ordering_key_template: '排序键模板', payload_template: 'HTTP 请求消息体模板', }, + gcp_pubsub_consumer: { + topic: 'GCP PubSub 主题', + }, syskeeper_forwarder: { target_topic: '主题', target_qos: 'QoS', @@ -117,9 +120,6 @@ export const zhActionsLabel: Record> = { value: '值', data: '写入数据', }, - gcp_pubsub_consumer: { - payload_template: 'HTTP 请求消息体模板', - }, hstreamdb: { stream: 'Stream', partition_key: '分区键', @@ -172,4 +172,7 @@ export const zhActionsLabel: Record> = { content: '对象内容', key: '对象键', }, + dynamo: { + table: '表', + }, } diff --git a/packages/i18n/lib/zhConnectorsLabel.ts b/packages/i18n/lib/zhConnectorsLabel.ts index e89dda4..e0bde7a 100644 --- a/packages/i18n/lib/zhConnectorsLabel.ts +++ b/packages/i18n/lib/zhConnectorsLabel.ts @@ -107,17 +107,12 @@ export const zhConnectorsLabel: Record> = { }, dynamo: { url: 'DynamoDB 地址', - table: '表', aws_access_key_id: '连接访问 ID', aws_secret_access_key: '连接访问密钥', }, gcp_pubsub_consumer: { - consumer_pubsub_topic: 'GCP PubSub 主题', - consumer_mqtt_topic: 'MQTT 主题', - consumer_qos: 'QoS', pipelining: 'HTTP 流水线', service_account_json: 'GCP 服务账户凭证', - topic_mapping: '主题映射', pull_max_messages: '拉取的最大消息数', }, hstreamdb: { @@ -164,11 +159,12 @@ export const zhConnectorsLabel: Record> = { retention_period: '保留期', send_buffer: 'Socket 发送缓存大小', max_batch_bytes: '最大批量字节数', - buffer_mode: '缓存模式', - buffer_per_partition_limit: 'Pulsar 分区缓存上限', - buffer_segment_bytes: '缓存文件大小', - buffer_memory_overload_protection: '内存过载保护', - authentication_jwt: 'JWT', + mode: '缓存模式', + per_partition_limit: 'Pulsar 分区缓存上限', + segment_bytes: '缓存文件大小', + memory_overload_protection: '内存过载保护', + jwt: 'JWT', + authentication: '认证', }, kinesis: { aws_access_key_id: 'AWS 访问密钥 ID',