From 24841f2dd90084e325c31febeb3857d0037e987c Mon Sep 17 00:00:00 2001 From: Syngnat <92659908+Syngnat@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:37:10 +0800 Subject: [PATCH] test(query-editor): require 100-row limit label key --- frontend/src/components/QueryEditorToolbar.i18n.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/QueryEditorToolbar.i18n.test.ts b/frontend/src/components/QueryEditorToolbar.i18n.test.ts index c3c65b0..fb3481d 100644 --- a/frontend/src/components/QueryEditorToolbar.i18n.test.ts +++ b/frontend/src/components/QueryEditorToolbar.i18n.test.ts @@ -14,6 +14,7 @@ const legacyLiterals = [ '选择连接', '选择数据库', '最大返回行数', + '最大行数:100', '最大行数:500', '最大行数:1000', '最大行数:5000', @@ -32,6 +33,7 @@ const requiredKeys = [ 'query_editor.placeholder.connection', 'query_editor.placeholder.database', 'query_editor.max_rows.tooltip', + 'query_editor.max_rows.option_100', 'query_editor.max_rows.option_500', 'query_editor.max_rows.option_1000', 'query_editor.max_rows.option_5000',