Skip to content

Commit

Permalink
refactor(i18n): add pipelining to common in connector label
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Jul 11, 2024
1 parent dab4f3b commit 9228af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
inflight_window: 'Inflight Window',
servers: 'Servers',
enable_pipelining: 'HTTP Pipelining',
pipelining: 'HTTP Pipelining',
url: 'Server URL',
authentication: 'Authentication',
disable_prepared_statements: 'Disable Prepared Statements',
Expand All @@ -38,7 +39,6 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
enable_pipelining: 'HTTP Pipelining',
},
gcp_pubsub_producer: {
pipelining: 'HTTP Pipelining',
service_account_json: 'GCP Service Account Credentials',
query_mode: 'Query Mode',
batch_size: 'Batch Size',
Expand Down Expand Up @@ -114,7 +114,6 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
region: 'DynamoDB Region',
},
gcp_pubsub_consumer: {
pipelining: 'HTTP Pipelining',
service_account_json: 'GCP Service Account Credentials',
pull_max_messages: 'Maximum Messages to Pull',
},
Expand Down
3 changes: 1 addition & 2 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
inflight_window: '请求飞行队列窗口',
servers: '服务器列表',
enable_pipelining: 'HTTP 流水线',
pipelining: 'HTTP 流水线',
url: '服务器地址',
authentication: '认证',
disable_prepared_statements: '禁用预处理语句',
Expand All @@ -38,7 +39,6 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
enable_pipelining: 'HTTP 管道',
},
gcp_pubsub_producer: {
pipelining: 'HTTP 流水线',
service_account_json: 'GCP 服务账户凭证',
query_mode: '请求模式',
batch_size: '最大批量请求大小',
Expand Down Expand Up @@ -114,7 +114,6 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
region: 'DynamoDB 区域',
},
gcp_pubsub_consumer: {
pipelining: 'HTTP 流水线',
service_account_json: 'GCP 服务账户凭证',
pull_max_messages: '拉取的最大消息数',
},
Expand Down

0 comments on commit 9228af2

Please sign in to comment.