mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-08 15:43:42 +08:00
✨ feat(query-editor): 新增编辑器内搜索入口
- 在查询编辑器工具栏新增搜索入口并直连 Monaco 查找\n- 接管 Ctrl/Cmd+F,优先打开编辑器内搜索而不是浏览器默认查找\n- 补充多语言文案与静态测试覆盖\n\nFixes #539
This commit is contained in:
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "Schema-Analyse",
|
||||
"query_editor.action.export_sql_file": "SQL-Datei exportieren",
|
||||
"query_editor.action.format": "Formatieren",
|
||||
"query_editor.action.find_in_editor": "Suchen",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "Im Editor suchen ({{shortcut}})",
|
||||
"query_editor.action.format_sql": "SQL formatieren",
|
||||
"query_editor.action.format_sql_with_shortcut": "SQL formatieren ({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "Ergebnisbereich ausblenden",
|
||||
|
||||
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "Schema analysis",
|
||||
"query_editor.action.export_sql_file": "Export SQL file",
|
||||
"query_editor.action.format": "Format",
|
||||
"query_editor.action.find_in_editor": "Find",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "Find in editor ({{shortcut}})",
|
||||
"query_editor.action.format_sql": "Format SQL",
|
||||
"query_editor.action.format_sql_with_shortcut": "Format SQL ({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "Hide results panel",
|
||||
|
||||
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "スキーマ分析",
|
||||
"query_editor.action.export_sql_file": "SQL ファイルをエクスポート",
|
||||
"query_editor.action.format": "整形",
|
||||
"query_editor.action.find_in_editor": "検索",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "エディター内を検索({{shortcut}})",
|
||||
"query_editor.action.format_sql": "SQL を整形",
|
||||
"query_editor.action.format_sql_with_shortcut": "SQL を整形({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "結果エリアを非表示",
|
||||
|
||||
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "Анализ схемы",
|
||||
"query_editor.action.export_sql_file": "Экспортировать SQL-файл",
|
||||
"query_editor.action.format": "Форматировать",
|
||||
"query_editor.action.find_in_editor": "Поиск",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "Поиск в редакторе ({{shortcut}})",
|
||||
"query_editor.action.format_sql": "Форматировать SQL",
|
||||
"query_editor.action.format_sql_with_shortcut": "Форматировать SQL ({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "Скрыть область результатов",
|
||||
|
||||
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "Schema 分析",
|
||||
"query_editor.action.export_sql_file": "导出 SQL 文件",
|
||||
"query_editor.action.format": "美化",
|
||||
"query_editor.action.find_in_editor": "搜索",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "编辑器内搜索({{shortcut}})",
|
||||
"query_editor.action.format_sql": "美化 SQL",
|
||||
"query_editor.action.format_sql_with_shortcut": "美化 SQL({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "隐藏结果区",
|
||||
|
||||
@@ -5940,6 +5940,8 @@
|
||||
"query_editor.action.ai_schema_analysis": "結構描述分析",
|
||||
"query_editor.action.export_sql_file": "匯出 SQL 檔案",
|
||||
"query_editor.action.format": "格式化",
|
||||
"query_editor.action.find_in_editor": "搜尋",
|
||||
"query_editor.action.find_in_editor_with_shortcut": "編輯器內搜尋({{shortcut}})",
|
||||
"query_editor.action.format_sql": "格式化 SQL",
|
||||
"query_editor.action.format_sql_with_shortcut": "格式化 SQL({{shortcut}})",
|
||||
"query_editor.action.hide_results_panel": "隱藏結果區",
|
||||
|
||||
Reference in New Issue
Block a user