Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(i18n): change start_after_created label #11

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emqx/shared-ui-i18n

## 0.0.6

### Patch Changes

- change start_after_created label

## 0.0.5

### Patch Changes
Expand Down
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
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emqx/shared-ui-i18n",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://emqx.io",
"license": "Apache-2.0",
"repository": {
Expand Down