mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-13 01:54:20 +08:00
✨ feat(sidebar): 支持多层 Host 分组
- 支持分组父子层级与 Host/子分组混排排序 - 兼容旧分组配置并清理循环引用和重复归属 - 增加子分组创建、父分组选项及层级拖拽 - 删除分组时原位提升直属 Host 和子分组
This commit is contained in:
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "Gruppe",
|
||||
"connection.sidebar.group.collapseAria": "Verbindungsgruppe {{name}} einklappen",
|
||||
"connection.sidebar.group.delete": "Gruppe löschen",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Gruppe \"{{name}}\" löschen? Die enthaltenen Verbindungen bleiben erhalten.",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Gruppe \"{{name}}\" löschen? Untergruppen werden in die übergeordnete Ebene verschoben und enthaltene Verbindungen bleiben erhalten.",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "Löschen bestätigen",
|
||||
"connection.sidebar.group.edit": "Gruppe bearbeiten",
|
||||
"connection.sidebar.group.newSubgroup": "Untergruppe erstellen",
|
||||
"connection.sidebar.group.expandAria": "Verbindungsgruppe {{name}} erweitern",
|
||||
"connection.sidebar.group.meta": "{{count}} Verbindungen · Verbindungsgruppe",
|
||||
"connection.sidebar.group.untitled": "Unbenannte Gruppe",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "Verbindungen auswählen",
|
||||
"sidebar.field.select_database": "Datenbank auswählen",
|
||||
"sidebar.field.tag_name": "Gruppenname",
|
||||
"sidebar.field.parent_group": "Übergeordnete Gruppe",
|
||||
"sidebar.filter.all_objects": "Alle Objekte",
|
||||
"sidebar.filter.scope_all": "Auswahl anwenden auf: alle Objekte",
|
||||
"sidebar.filter.scope_filtered": "Auswahl anwenden auf: aktuelle Filterergebnisse",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "SQL-Datei löschen",
|
||||
"sidebar.modal.confirm_delete_table.content": "{{name}} löschen? Dies kann nicht rückgängig gemacht werden.",
|
||||
"sidebar.modal.confirm_delete_table.title": "Tabelle löschen",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Gruppe \"{{name}}\" löschen? Die enthaltenen Verbindungen werden nicht gelöscht.",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Gruppe \"{{name}}\" löschen? Untergruppen werden in die übergeordnete Ebene verschoben und enthaltene Verbindungen werden nicht gelöscht.",
|
||||
"sidebar.modal.confirm_delete_view.content": "{{name}} löschen? Dies kann nicht rückgängig gemacht werden.",
|
||||
"sidebar.modal.confirm_delete_view.title": "Ansicht löschen",
|
||||
"sidebar.modal.confirm_table_data_action.content": "{{action}} für {{table}} ausführen? Dies kann nicht rückgängig gemacht werden.",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "Verbindung auswählen",
|
||||
"sidebar.placeholder.select_connection_first": "Zuerst eine Verbindung auswählen",
|
||||
"sidebar.placeholder.tag_name": "Gruppenname",
|
||||
"sidebar.placeholder.parent_group": "Leer lassen, um eine Gruppe auf oberster Ebene zu erstellen",
|
||||
"sidebar.punctuation.list_separator": ", ",
|
||||
"sidebar.rail.object_actions": "Schnellaktionen im Objektbereich",
|
||||
"sidebar.rail.system_actions": "Systemaktionen",
|
||||
|
||||
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "GROUP",
|
||||
"connection.sidebar.group.collapseAria": "Collapse connection group {{name}}",
|
||||
"connection.sidebar.group.delete": "Delete group",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Delete group \"{{name}}\"? Connections inside it will not be removed.",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Delete group \"{{name}}\"? Its subgroups will be promoted to the parent level and its connections will not be removed.",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "Confirm deletion",
|
||||
"connection.sidebar.group.edit": "Edit group",
|
||||
"connection.sidebar.group.newSubgroup": "New subgroup",
|
||||
"connection.sidebar.group.expandAria": "Expand connection group {{name}}",
|
||||
"connection.sidebar.group.meta": "{{count}} connections · Connection group",
|
||||
"connection.sidebar.group.untitled": "Untitled group",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "Select connections",
|
||||
"sidebar.field.select_database": "Select database",
|
||||
"sidebar.field.tag_name": "Group name",
|
||||
"sidebar.field.parent_group": "Parent group",
|
||||
"sidebar.filter.all_objects": "All objects",
|
||||
"sidebar.filter.scope_all": "Apply selection to: all objects",
|
||||
"sidebar.filter.scope_filtered": "Apply selection to: current filtered results",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "Delete SQL file",
|
||||
"sidebar.modal.confirm_delete_table.content": "Delete {{name}}? This cannot be undone.",
|
||||
"sidebar.modal.confirm_delete_table.title": "Delete table",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Delete group \"{{name}}\"? This will not delete the connections inside it.",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Delete group \"{{name}}\"? Its subgroups will be promoted to the parent level and its connections will not be removed.",
|
||||
"sidebar.modal.confirm_delete_view.content": "Delete {{name}}? This cannot be undone.",
|
||||
"sidebar.modal.confirm_delete_view.title": "Delete view",
|
||||
"sidebar.modal.confirm_table_data_action.content": "{{action}} {{table}}? This cannot be undone.",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "Select connection",
|
||||
"sidebar.placeholder.select_connection_first": "Select a connection first",
|
||||
"sidebar.placeholder.tag_name": "Group name",
|
||||
"sidebar.placeholder.parent_group": "Leave empty to create a top-level group",
|
||||
"sidebar.punctuation.list_separator": ", ",
|
||||
"sidebar.rail.object_actions": "Object area quick actions",
|
||||
"sidebar.rail.system_actions": "System actions",
|
||||
|
||||
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "グループ",
|
||||
"connection.sidebar.group.collapseAria": "接続グループ {{name}} を折りたたむ",
|
||||
"connection.sidebar.group.delete": "グループを削除",
|
||||
"connection.sidebar.group.deleteConfirmContent": "グループ「{{name}}」を削除しますか?中の接続は削除されません。",
|
||||
"connection.sidebar.group.deleteConfirmContent": "グループ「{{name}}」を削除しますか?子グループは親階層へ移動され、接続は削除されません。",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "削除の確認",
|
||||
"connection.sidebar.group.edit": "グループを編集",
|
||||
"connection.sidebar.group.newSubgroup": "子グループを作成",
|
||||
"connection.sidebar.group.expandAria": "接続グループ {{name}} を展開",
|
||||
"connection.sidebar.group.meta": "{{count}} 件の接続 · 接続グループ",
|
||||
"connection.sidebar.group.untitled": "無題のグループ",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "接続を選択",
|
||||
"sidebar.field.select_database": "データベースを選択",
|
||||
"sidebar.field.tag_name": "グループ名",
|
||||
"sidebar.field.parent_group": "親グループ",
|
||||
"sidebar.filter.all_objects": "すべてのオブジェクト",
|
||||
"sidebar.filter.scope_all": "選択対象:すべてのオブジェクト",
|
||||
"sidebar.filter.scope_filtered": "選択対象:現在の絞り込み結果",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "SQL ファイルを削除",
|
||||
"sidebar.modal.confirm_delete_table.content": "{{name}} を削除しますか?この操作は元に戻せません。",
|
||||
"sidebar.modal.confirm_delete_table.title": "テーブルを削除",
|
||||
"sidebar.modal.confirm_delete_tag.content": "グループ「{{name}}」を削除しますか?中の接続は削除されません。",
|
||||
"sidebar.modal.confirm_delete_tag.content": "グループ「{{name}}」を削除しますか?子グループは親階層へ移動され、接続は削除されません。",
|
||||
"sidebar.modal.confirm_delete_view.content": "{{name}} を削除しますか?この操作は元に戻せません。",
|
||||
"sidebar.modal.confirm_delete_view.title": "ビューを削除",
|
||||
"sidebar.modal.confirm_table_data_action.content": "{{action}} {{table}} を実行しますか?この操作は元に戻せません。",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "接続を選択",
|
||||
"sidebar.placeholder.select_connection_first": "先に接続を選択してください",
|
||||
"sidebar.placeholder.tag_name": "グループ名",
|
||||
"sidebar.placeholder.parent_group": "未選択の場合は最上位グループになります",
|
||||
"sidebar.punctuation.list_separator": "、",
|
||||
"sidebar.rail.object_actions": "オブジェクト領域のクイック操作",
|
||||
"sidebar.rail.system_actions": "システム操作",
|
||||
|
||||
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "Группа",
|
||||
"connection.sidebar.group.collapseAria": "Свернуть группу подключений {{name}}",
|
||||
"connection.sidebar.group.delete": "Удалить группу",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Удалить группу \"{{name}}\"? Подключения внутри останутся.",
|
||||
"connection.sidebar.group.deleteConfirmContent": "Удалить группу \"{{name}}\"? Ее подгруппы будут перемещены на родительский уровень, а подключения останутся.",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "Подтвердить удаление",
|
||||
"connection.sidebar.group.edit": "Изменить группу",
|
||||
"connection.sidebar.group.newSubgroup": "Создать подгруппу",
|
||||
"connection.sidebar.group.expandAria": "Развернуть группу подключений {{name}}",
|
||||
"connection.sidebar.group.meta": "{{count}} подключений · Группа подключений",
|
||||
"connection.sidebar.group.untitled": "Группа без имени",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "Выберите подключения",
|
||||
"sidebar.field.select_database": "База данных",
|
||||
"sidebar.field.tag_name": "Имя группы",
|
||||
"sidebar.field.parent_group": "Родительская группа",
|
||||
"sidebar.filter.all_objects": "Все объекты",
|
||||
"sidebar.filter.scope_all": "Применить выбор к: всем объектам",
|
||||
"sidebar.filter.scope_filtered": "Применить выбор к: текущим результатам фильтрации",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "Удалить SQL-файл",
|
||||
"sidebar.modal.confirm_delete_table.content": "Удалить {{name}}? Это действие нельзя отменить.",
|
||||
"sidebar.modal.confirm_delete_table.title": "Удалить таблицу",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Удалить группу \"{{name}}\"? Подключения внутри нее не будут удалены.",
|
||||
"sidebar.modal.confirm_delete_tag.content": "Удалить группу \"{{name}}\"? Ее подгруппы будут перемещены на родительский уровень, а подключения не будут удалены.",
|
||||
"sidebar.modal.confirm_delete_view.content": "Удалить {{name}}? Это действие нельзя отменить.",
|
||||
"sidebar.modal.confirm_delete_view.title": "Удалить представление",
|
||||
"sidebar.modal.confirm_table_data_action.content": "Выполнить {{action}} для {{table}}? Это действие нельзя отменить.",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "Выберите подключение",
|
||||
"sidebar.placeholder.select_connection_first": "Сначала выберите подключение",
|
||||
"sidebar.placeholder.tag_name": "Имя группы",
|
||||
"sidebar.placeholder.parent_group": "Оставьте пустым, чтобы создать группу верхнего уровня",
|
||||
"sidebar.punctuation.list_separator": ", ",
|
||||
"sidebar.rail.object_actions": "Быстрые действия в области объектов",
|
||||
"sidebar.rail.system_actions": "Системные действия",
|
||||
|
||||
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "分组",
|
||||
"connection.sidebar.group.collapseAria": "折叠连接分组 {{name}}",
|
||||
"connection.sidebar.group.delete": "删除分组",
|
||||
"connection.sidebar.group.deleteConfirmContent": "确定要删除分组 \"{{name}}\" 吗?这不会删除里面的连接。",
|
||||
"connection.sidebar.group.deleteConfirmContent": "确定要删除分组 \"{{name}}\" 吗?其中的子分组会提升到上一级,连接不会被删除。",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "确认删除",
|
||||
"connection.sidebar.group.edit": "编辑分组",
|
||||
"connection.sidebar.group.newSubgroup": "新建子分组",
|
||||
"connection.sidebar.group.expandAria": "展开连接分组 {{name}}",
|
||||
"connection.sidebar.group.meta": "{{count}} 个连接 · 连接分组",
|
||||
"connection.sidebar.group.untitled": "未命名分组",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "选择连接",
|
||||
"sidebar.field.select_database": "选择数据库",
|
||||
"sidebar.field.tag_name": "分组名称",
|
||||
"sidebar.field.parent_group": "父分组",
|
||||
"sidebar.filter.all_objects": "全部对象",
|
||||
"sidebar.filter.scope_all": "勾选作用于:全部对象",
|
||||
"sidebar.filter.scope_filtered": "勾选作用于:当前筛选结果",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "删除 SQL 文件",
|
||||
"sidebar.modal.confirm_delete_table.content": "删除 {{name}}?此操作不可撤销。",
|
||||
"sidebar.modal.confirm_delete_table.title": "删除表",
|
||||
"sidebar.modal.confirm_delete_tag.content": "确定要删除分组 \"{{name}}\" 吗?这不会删除其中的连接。",
|
||||
"sidebar.modal.confirm_delete_tag.content": "确定要删除分组 \"{{name}}\" 吗?其中的子分组会提升到上一级,连接不会被删除。",
|
||||
"sidebar.modal.confirm_delete_view.content": "删除 {{name}}?此操作不可撤销。",
|
||||
"sidebar.modal.confirm_delete_view.title": "删除视图",
|
||||
"sidebar.modal.confirm_table_data_action.content": "{{action}} {{table}}?此操作不可撤销。",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "请选择连接",
|
||||
"sidebar.placeholder.select_connection_first": "请先选择连接",
|
||||
"sidebar.placeholder.tag_name": "分组名称",
|
||||
"sidebar.placeholder.parent_group": "不选择则为顶层分组",
|
||||
"sidebar.punctuation.list_separator": "、",
|
||||
"sidebar.rail.object_actions": "对象区快捷操作",
|
||||
"sidebar.rail.system_actions": "系统操作",
|
||||
|
||||
@@ -3131,9 +3131,10 @@
|
||||
"connection.sidebar.group.badge": "分組",
|
||||
"connection.sidebar.group.collapseAria": "收合連線分組 {{name}}",
|
||||
"connection.sidebar.group.delete": "刪除分組",
|
||||
"connection.sidebar.group.deleteConfirmContent": "確定要刪除分組 \"{{name}}\" 嗎?這不會刪除其中的連線。",
|
||||
"connection.sidebar.group.deleteConfirmContent": "確定要刪除分組 \"{{name}}\" 嗎?其中的子群組會提升到上一層,連線不會被刪除。",
|
||||
"connection.sidebar.group.deleteConfirmTitle": "確認刪除",
|
||||
"connection.sidebar.group.edit": "編輯分組",
|
||||
"connection.sidebar.group.newSubgroup": "新增子群組",
|
||||
"connection.sidebar.group.expandAria": "展開連線分組 {{name}}",
|
||||
"connection.sidebar.group.meta": "{{count}} 個連線 · 連線分組",
|
||||
"connection.sidebar.group.untitled": "未命名分組",
|
||||
@@ -6996,6 +6997,7 @@
|
||||
"sidebar.field.select_connections": "選擇連線",
|
||||
"sidebar.field.select_database": "選擇資料庫",
|
||||
"sidebar.field.tag_name": "分組名稱",
|
||||
"sidebar.field.parent_group": "父群組",
|
||||
"sidebar.filter.all_objects": "全部物件",
|
||||
"sidebar.filter.scope_all": "勾選作用於:全部物件",
|
||||
"sidebar.filter.scope_filtered": "勾選作用於:目前篩選結果",
|
||||
@@ -7280,7 +7282,7 @@
|
||||
"sidebar.modal.confirm_delete_sql_file.title": "刪除 SQL 檔案",
|
||||
"sidebar.modal.confirm_delete_table.content": "刪除 {{name}}?此操作無法復原。",
|
||||
"sidebar.modal.confirm_delete_table.title": "刪除資料表",
|
||||
"sidebar.modal.confirm_delete_tag.content": "確定要刪除分組 \"{{name}}\" 嗎?這不會刪除其中的連線。",
|
||||
"sidebar.modal.confirm_delete_tag.content": "確定要刪除分組 \"{{name}}\" 嗎?其中的子群組會提升到上一層,連線不會被刪除。",
|
||||
"sidebar.modal.confirm_delete_view.content": "刪除 {{name}}?此操作無法復原。",
|
||||
"sidebar.modal.confirm_delete_view.title": "刪除檢視",
|
||||
"sidebar.modal.confirm_table_data_action.content": "{{action}} {{table}}?此操作無法復原。",
|
||||
@@ -7309,6 +7311,7 @@
|
||||
"sidebar.placeholder.select_connection": "請選擇連線",
|
||||
"sidebar.placeholder.select_connection_first": "請先選擇連線",
|
||||
"sidebar.placeholder.tag_name": "分組名稱",
|
||||
"sidebar.placeholder.parent_group": "不選擇則為頂層群組",
|
||||
"sidebar.punctuation.list_separator": "、",
|
||||
"sidebar.rail.object_actions": "物件區快捷操作",
|
||||
"sidebar.rail.system_actions": "系統操作",
|
||||
|
||||
Reference in New Issue
Block a user