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

chore: slow query and statements apps refines #1498

Merged
merged 8 commits into from
Mar 2, 2023
Prev Previous commit
Next Next commit
chore: update wording
  • Loading branch information
baurine committed Feb 27, 2023
commit 21d6ee8e4b45d120d2f98cf894ae185b88f88cf6
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ slow_query:
error: Failed
overview:
empty_result: No matched slow queries
result_count: Get {{ n }} results.
result_count: '{{ n }} results.'
slow_load_info: On-the-fly update is disabled due to slow data loading. You can initiate query manually by clicking the "Query" button.
detail:
head:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ slow_query:
error: 失败
overview:
empty_result: 没有符合条件的慢查询
result_count: 得到 {{ n }} 条结果。
result_count: '{{ n }} 条结果。'
slow_load_info: 数据加载耗时较长,已禁用即时更新。修改查询条件后,您可以手工点击”查询“按钮来发起查询。
detail:
head:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ statement:
custom_time_ranges: Custom
export: Export
exporting: Exporting
result_count: Get {{ n }} results.
result_count: '{{ n }} results.'
actual_range: 'Due to time window and expiration configurations, currently displaying data in time range: '
slow_load_info: On-the-fly update is disabled due to slow data loading. You can initiate query manually by clicking the "Query" button.
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ statement:
custom_time_ranges: 自定义时间范围
export: 导出
exporting: 正在导出
result_count: 得到 {{ n }} 条结果。
result_count: '{{ n }} 条结果。'
actual_range: 基于设置的时间窗及过期时间,当前显示数据的时间范围:
slow_load_info: 数据加载耗时较长,已禁用即时更新。修改查询条件后,您可以手工点击”查询“按钮来发起查询。
settings:
Expand Down