mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-06 21:17:50 +02:00
feat: add shortcuts
This commit is contained in:
@@ -1803,7 +1803,9 @@
|
||||
"label": "More",
|
||||
"closeAriaLabel": "Close menu",
|
||||
"importProfile": "Import profile",
|
||||
"importProfileHint": "Bring profiles from another tool"
|
||||
"importProfileHint": "Bring profiles from another tool",
|
||||
"keyboardShortcuts": "Keyboard shortcuts",
|
||||
"keyboardShortcutsHint": "View all shortcuts"
|
||||
},
|
||||
"network": "Network",
|
||||
"integrations": "Integrations",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "Settings",
|
||||
"integrations": "Integrations",
|
||||
"account": "Account",
|
||||
"import": "Import profile"
|
||||
"import": "Import profile",
|
||||
"shortcuts": "Keyboard shortcuts"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "Test connection",
|
||||
"disconnect": "Disconnect"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "Keyboard shortcuts",
|
||||
"description": "Speed up your workflow with these shortcuts."
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "Type a command or search...",
|
||||
"empty": "No results found.",
|
||||
"groups": {
|
||||
"navigation": "Navigation",
|
||||
"profiles": "Profiles",
|
||||
"actions": "Actions",
|
||||
"profileGroups": "Profile groups"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "Launch {{name}}",
|
||||
"stopProfile": "Stop {{name}}",
|
||||
"profileInfo": "Info — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "Open command palette",
|
||||
"openShortcuts": "View keyboard shortcuts",
|
||||
"importProfile": "Import profile",
|
||||
"goProfiles": "Go to Profiles",
|
||||
"goProxies": "Go to Network",
|
||||
"goExtensions": "Go to Extensions",
|
||||
"goGroups": "Go to Groups",
|
||||
"goIntegrations": "Go to Integrations",
|
||||
"goAccount": "Go to Account",
|
||||
"goSettings": "Go to Settings"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "Más",
|
||||
"closeAriaLabel": "Cerrar menú",
|
||||
"importProfile": "Importar perfil",
|
||||
"importProfileHint": "Trae perfiles de otra herramienta"
|
||||
"importProfileHint": "Trae perfiles de otra herramienta",
|
||||
"keyboardShortcuts": "Atajos de teclado",
|
||||
"keyboardShortcutsHint": "Ver todos los atajos"
|
||||
},
|
||||
"network": "Red",
|
||||
"integrations": "Integraciones",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "Ajustes",
|
||||
"integrations": "Integraciones",
|
||||
"account": "Cuenta",
|
||||
"import": "Importar perfil"
|
||||
"import": "Importar perfil",
|
||||
"shortcuts": "Atajos de teclado"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "Probar conexión",
|
||||
"disconnect": "Desconectar"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "Atajos de teclado",
|
||||
"description": "Agiliza tu flujo de trabajo con estos atajos."
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "Escribe un comando o busca...",
|
||||
"empty": "No se encontraron resultados.",
|
||||
"groups": {
|
||||
"navigation": "Navegación",
|
||||
"profiles": "Perfiles",
|
||||
"actions": "Acciones",
|
||||
"profileGroups": "Grupos de perfiles"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "Iniciar {{name}}",
|
||||
"stopProfile": "Detener {{name}}",
|
||||
"profileInfo": "Información — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "Abrir paleta de comandos",
|
||||
"openShortcuts": "Ver atajos de teclado",
|
||||
"importProfile": "Importar perfil",
|
||||
"goProfiles": "Ir a Perfiles",
|
||||
"goProxies": "Ir a Red",
|
||||
"goExtensions": "Ir a Extensiones",
|
||||
"goGroups": "Ir a Grupos",
|
||||
"goIntegrations": "Ir a Integraciones",
|
||||
"goAccount": "Ir a Cuenta",
|
||||
"goSettings": "Ir a Configuración"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "Plus",
|
||||
"closeAriaLabel": "Fermer le menu",
|
||||
"importProfile": "Importer un profil",
|
||||
"importProfileHint": "Importer depuis un autre outil"
|
||||
"importProfileHint": "Importer depuis un autre outil",
|
||||
"keyboardShortcuts": "Raccourcis clavier",
|
||||
"keyboardShortcutsHint": "Voir tous les raccourcis"
|
||||
},
|
||||
"network": "Réseau",
|
||||
"integrations": "Intégrations",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "Paramètres",
|
||||
"integrations": "Intégrations",
|
||||
"account": "Compte",
|
||||
"import": "Importer un profil"
|
||||
"import": "Importer un profil",
|
||||
"shortcuts": "Raccourcis clavier"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "Tester la connexion",
|
||||
"disconnect": "Déconnecter"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "Raccourcis clavier",
|
||||
"description": "Accélérez votre flux de travail avec ces raccourcis."
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "Tapez une commande ou recherchez...",
|
||||
"empty": "Aucun résultat trouvé.",
|
||||
"groups": {
|
||||
"navigation": "Navigation",
|
||||
"profiles": "Profils",
|
||||
"actions": "Actions",
|
||||
"profileGroups": "Groupes de profils"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "Lancer {{name}}",
|
||||
"stopProfile": "Arrêter {{name}}",
|
||||
"profileInfo": "Informations — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "Ouvrir la palette de commandes",
|
||||
"openShortcuts": "Voir les raccourcis clavier",
|
||||
"importProfile": "Importer un profil",
|
||||
"goProfiles": "Aller à Profils",
|
||||
"goProxies": "Aller à Réseau",
|
||||
"goExtensions": "Aller à Extensions",
|
||||
"goGroups": "Aller à Groupes",
|
||||
"goIntegrations": "Aller à Intégrations",
|
||||
"goAccount": "Aller à Compte",
|
||||
"goSettings": "Aller à Paramètres"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "その他",
|
||||
"closeAriaLabel": "メニューを閉じる",
|
||||
"importProfile": "プロファイルをインポート",
|
||||
"importProfileHint": "別のツールから取り込む"
|
||||
"importProfileHint": "別のツールから取り込む",
|
||||
"keyboardShortcuts": "キーボードショートカット",
|
||||
"keyboardShortcutsHint": "すべてのショートカットを表示"
|
||||
},
|
||||
"network": "ネットワーク",
|
||||
"integrations": "連携",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "設定",
|
||||
"integrations": "連携",
|
||||
"account": "アカウント",
|
||||
"import": "プロファイルをインポート"
|
||||
"import": "プロファイルをインポート",
|
||||
"shortcuts": "キーボードショートカット"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "接続をテスト",
|
||||
"disconnect": "切断"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "キーボードショートカット",
|
||||
"description": "これらのショートカットでワークフローを高速化できます。"
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "コマンドを入力するか検索...",
|
||||
"empty": "結果が見つかりませんでした。",
|
||||
"groups": {
|
||||
"navigation": "ナビゲーション",
|
||||
"profiles": "プロファイル",
|
||||
"actions": "アクション",
|
||||
"profileGroups": "プロファイルグループ"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "{{name}} を起動",
|
||||
"stopProfile": "{{name}} を停止",
|
||||
"profileInfo": "情報 — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "コマンドパレットを開く",
|
||||
"openShortcuts": "キーボードショートカットを表示",
|
||||
"importProfile": "プロファイルをインポート",
|
||||
"goProfiles": "プロファイルへ移動",
|
||||
"goProxies": "ネットワークへ移動",
|
||||
"goExtensions": "拡張機能へ移動",
|
||||
"goGroups": "グループへ移動",
|
||||
"goIntegrations": "統合へ移動",
|
||||
"goAccount": "アカウントへ移動",
|
||||
"goSettings": "設定へ移動"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "Mais",
|
||||
"closeAriaLabel": "Fechar menu",
|
||||
"importProfile": "Importar perfil",
|
||||
"importProfileHint": "Trazer perfis de outra ferramenta"
|
||||
"importProfileHint": "Trazer perfis de outra ferramenta",
|
||||
"keyboardShortcuts": "Atalhos de teclado",
|
||||
"keyboardShortcutsHint": "Ver todos os atalhos"
|
||||
},
|
||||
"network": "Rede",
|
||||
"integrations": "Integrações",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "Configurações",
|
||||
"integrations": "Integrações",
|
||||
"account": "Conta",
|
||||
"import": "Importar perfil"
|
||||
"import": "Importar perfil",
|
||||
"shortcuts": "Atalhos de teclado"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "Testar conexão",
|
||||
"disconnect": "Desconectar"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "Atalhos de teclado",
|
||||
"description": "Acelere seu fluxo de trabalho com estes atalhos."
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "Digite um comando ou pesquise...",
|
||||
"empty": "Nenhum resultado encontrado.",
|
||||
"groups": {
|
||||
"navigation": "Navegação",
|
||||
"profiles": "Perfis",
|
||||
"actions": "Ações",
|
||||
"profileGroups": "Grupos de perfis"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "Iniciar {{name}}",
|
||||
"stopProfile": "Parar {{name}}",
|
||||
"profileInfo": "Informações — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "Abrir paleta de comandos",
|
||||
"openShortcuts": "Ver atalhos de teclado",
|
||||
"importProfile": "Importar perfil",
|
||||
"goProfiles": "Ir para Perfis",
|
||||
"goProxies": "Ir para Rede",
|
||||
"goExtensions": "Ir para Extensões",
|
||||
"goGroups": "Ir para Grupos",
|
||||
"goIntegrations": "Ir para Integrações",
|
||||
"goAccount": "Ir para Conta",
|
||||
"goSettings": "Ir para Configurações"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "Ещё",
|
||||
"closeAriaLabel": "Закрыть меню",
|
||||
"importProfile": "Импорт профиля",
|
||||
"importProfileHint": "Перенести профили из другого инструмента"
|
||||
"importProfileHint": "Перенести профили из другого инструмента",
|
||||
"keyboardShortcuts": "Сочетания клавиш",
|
||||
"keyboardShortcutsHint": "Показать все сочетания"
|
||||
},
|
||||
"network": "Сеть",
|
||||
"integrations": "Интеграции",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "Настройки",
|
||||
"integrations": "Интеграции",
|
||||
"account": "Аккаунт",
|
||||
"import": "Импорт профиля"
|
||||
"import": "Импорт профиля",
|
||||
"shortcuts": "Сочетания клавиш"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "Проверить соединение",
|
||||
"disconnect": "Отключить"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "Сочетания клавиш",
|
||||
"description": "Ускорьте работу с помощью этих сочетаний клавиш."
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "Введите команду или поиск...",
|
||||
"empty": "Ничего не найдено.",
|
||||
"groups": {
|
||||
"navigation": "Навигация",
|
||||
"profiles": "Профили",
|
||||
"actions": "Действия",
|
||||
"profileGroups": "Группы профилей"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "Запустить {{name}}",
|
||||
"stopProfile": "Остановить {{name}}",
|
||||
"profileInfo": "Информация — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "Открыть командную палитру",
|
||||
"openShortcuts": "Показать сочетания клавиш",
|
||||
"importProfile": "Импортировать профиль",
|
||||
"goProfiles": "Перейти к Профилям",
|
||||
"goProxies": "Перейти к Сети",
|
||||
"goExtensions": "Перейти к Расширениям",
|
||||
"goGroups": "Перейти к Группам",
|
||||
"goIntegrations": "Перейти к Интеграциям",
|
||||
"goAccount": "Перейти к Аккаунту",
|
||||
"goSettings": "Перейти к Настройкам"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1803,7 +1803,9 @@
|
||||
"label": "更多",
|
||||
"closeAriaLabel": "关闭菜单",
|
||||
"importProfile": "导入配置文件",
|
||||
"importProfileHint": "从其他工具导入"
|
||||
"importProfileHint": "从其他工具导入",
|
||||
"keyboardShortcuts": "键盘快捷键",
|
||||
"keyboardShortcutsHint": "查看所有快捷键"
|
||||
},
|
||||
"network": "网络",
|
||||
"integrations": "集成",
|
||||
@@ -1817,7 +1819,8 @@
|
||||
"settings": "设置",
|
||||
"integrations": "集成",
|
||||
"account": "账户",
|
||||
"import": "导入配置文件"
|
||||
"import": "导入配置文件",
|
||||
"shortcuts": "键盘快捷键"
|
||||
},
|
||||
"encryption": {
|
||||
"required": {
|
||||
@@ -1870,5 +1873,36 @@
|
||||
"testConnection": "测试连接",
|
||||
"disconnect": "断开连接"
|
||||
}
|
||||
},
|
||||
"shortcutsPage": {
|
||||
"title": "键盘快捷键",
|
||||
"description": "使用这些快捷键加速您的工作流程。"
|
||||
},
|
||||
"commandPalette": {
|
||||
"placeholder": "输入命令或搜索...",
|
||||
"empty": "未找到结果。",
|
||||
"groups": {
|
||||
"navigation": "导航",
|
||||
"profiles": "配置文件",
|
||||
"actions": "操作",
|
||||
"profileGroups": "配置文件分组"
|
||||
},
|
||||
"actions": {
|
||||
"launchProfile": "启动 {{name}}",
|
||||
"stopProfile": "停止 {{name}}",
|
||||
"profileInfo": "信息 — {{name}}"
|
||||
}
|
||||
},
|
||||
"shortcuts": {
|
||||
"openPalette": "打开命令面板",
|
||||
"openShortcuts": "查看键盘快捷键",
|
||||
"importProfile": "导入配置文件",
|
||||
"goProfiles": "转到配置文件",
|
||||
"goProxies": "转到网络",
|
||||
"goExtensions": "转到扩展程序",
|
||||
"goGroups": "转到分组",
|
||||
"goIntegrations": "转到集成",
|
||||
"goAccount": "转到账户",
|
||||
"goSettings": "转到设置"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user