Skip to content

Commit 1c857c4

Browse files
committed
refactor(i18n): new config health_check_timeout
1 parent 2da62b2 commit 1c857c4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/i18n/lib/enActionsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const enActionsLabel: Record<string, Record<string, string>> = {
22
common: {
33
health_check_interval: 'Health Check Interval',
4+
health_check_timeout: 'Health Check Timeout',
45
query_mode: 'Query Mode',
56
max_retries: 'Max Retries',
67
worker_pool_size: 'Buffer Pool Size',

packages/i18n/lib/enConnectorsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
1515
server: 'Server Host',
1616
database: 'Database Name',
1717
health_check_interval: 'Health Check Interval',
18+
health_check_timeout: 'Health Check Timeout',
1819
start_timeout: 'Start Timeout',
1920
max_retries: 'Max Retries',
2021
worker_pool_size: 'Buffer Pool Size',

packages/i18n/lib/zhActionsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const zhActionsLabel: Record<string, Record<string, string>> = {
22
common: {
33
health_check_interval: '健康检查间隔',
4+
health_check_timeout: '健康检查超时',
45
query_mode: '请求模式',
56
max_retries: '最大重试次数',
67
worker_pool_size: '缓存池大小',

packages/i18n/lib/zhConnectorsLabel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
1515
server: '服务器地址',
1616
database: '数据库名字',
1717
health_check_interval: '健康检查间隔',
18+
health_check_timeout: '健康检查超时',
1819
start_timeout: '启动超时时间',
1920
max_retries: '最大重试次数',
2021
worker_pool_size: '缓存池大小',

0 commit comments

Comments
 (0)