Skip to content

Commit

Permalink
doc(i18n): change start_after_created label
Browse files Browse the repository at this point in the history
  • Loading branch information
0721Betty authored and ysfscream committed Dec 18, 2023
1 parent 62de8b2 commit fce09c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/i18n/lib/sqlTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const SQLTemplates = [
{
title: {
zh: '选择指定主题的消息',
en: 'Select messages from a topic.',
en: 'Select messages from a topic',
},
scene: {
zh: '使用 SQL 选择特定主题,将命中主题的消息载荷筛选出来,可以使用通配符。',
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/lib/zhActionsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const zhActionsLabel: Record<string, Record<string, string>> = {
path: 'URL 路径',
max_retries: '最大重试次数',
worker_pool_size: '缓存池大小',
start_after_created: '资源自动启动',
start_after_created: '创建后立即启动',
start_timeout: '启动超时时间',
request_ttl: '请求超期',
inflight_window: '请求飞行队列窗口',
Expand Down

0 comments on commit fce09c2

Please sign in to comment.