diff --git a/frontend/src/components/QueryEditorToolbar.i18n.test.ts b/frontend/src/components/QueryEditorToolbar.i18n.test.ts index c3c65b05..fb3481d5 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',