{ "default-category": "Горячие клавиши", "error": { "unsupported-compositor": "Неподдерживаемый композитор", "sway-not-supported": "Sway пока не поддерживается", "sway-detail": "Поддержка Sway может быть добавлена в будущем обновлении (формат похож на Hyprland)", "labwc-not-supported": "LabWC не поддерживается", "labwc-detail": "LabWC использует формат конфигурации XML, несовместимый с этим плагином", "unknown-compositor": "Обнаружен неизвестный композитор", "unknown-detail": "Этот плагин поддерживает только композиторы Hyprland и Niri", "hyprctl-failed": "hyprctl binds failed - is Hyprland running?" }, "panel": { "loading": "Загрузка...", "loading-timeout": "Loading timed out. Click Refresh to retry.", "title": "Раскладка клавиш", "title-hyprland": "Раскладка клавиш Hyprland", "title-niri": "Раскладка клавиш Niri", "title-mango": "MangoWC Keymap", "workspace-switching": "РАБОЧИЕ ОБЛАСТИ - ПЕРЕКЛЮЧЕНИЕ", "workspace-moving": "РАБОЧИЕ ОБЛАСТИ - ПЕРЕМЕЩЕНИЕ", "workspace-mouse": "РАБОЧИЕ ОБЛАСТИ - МЫШЬ", "search-placeholder": "Поиск сочетаний...", "no-description": "(no description)", "other": "Other", "undescribed": "Without Description", "add-description": "Add description", "add-description-placeholder": "Description...", "save-description": "Save", "cancel": "Cancel", "hide-bind": "Hide this bind" }, "settings": { "title": "Настройки горячих клавиш", "description": "Настройте внешний вид и источники горячих клавиш для панели.", "tab-general": "General", "tab-appearance": "Appearance", "window-size": "Размер окна", "width": "Ширина:", "height": "Высота:", "auto-height": "Авто", "auto-height-hint": "Когда включено 'Авто', высота автоматически подстраивается под содержимое.", "layout": "Макет", "columns": "Количество колонок:", "columns-hint": "Больше колонок лучше работает с более широкими окнами.", "parsing-options": "Parsing Options", "merge-sequential": "Merge sequential keybinds", "merge-sequential-hint": "Combine consecutive numeric keybinds (e.g. Super+1..5 -> Workspace 1..5) into a single ranged entry.", "show-undescribed": "Show undescribed binds", "show-undescribed-hint": "Include keybinds that have no comment description. They will be auto-labeled with the action.", "split-workspaces": "Split large workspace category", "split-workspaces-hint": "When a workspace category exceeds the threshold, split it into Switching, Moving, and Mouse subcategories.", "split-threshold": "Split threshold (binds):", "config-paths": "Файлы конфигурации", "config-paths-description": "Укажите пользовательские пути к файлам конфигурации горячих клавиш. Плагин автоматически следует всем директивам include/source.", "hyprland-format-hint": "Ожидаемый формат: bind = $mod, KEY, action #\"описание\"\nКатегории: # 1. НАЗВАНИЕ КАТЕГОРИИ", "niri-format-hint": "Категории создаются с помощью: // #\"Название категории\"\nОписания: hotkey-overlay-title=\"описание\"", "actions": "Действия", "refresh-keybinds": "Обновить клавиши", "refresh-message": "Горячие клавиши будут перезагружены при открытии панели.", "reset-defaults": "Сбросить настройки", "reset-message": "Настройки сброшены до значений по умолчанию.", "saved": "Настройки успешно сохранены.", "keybind-setup": "Настройка клавиши", "keybind-setup-description": "Чтобы открыть шпаргалку с помощью клавиши, добавьте этот bind в конфигурацию композитора:", "keybind-example-hyprland": "Hyprland: bind = $mod, F1, exec, qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle", "keybind-example-niri": "Niri: Super+F1 { spawn \"qs\" \"-c\" \"noctalia-shell\" \"ipc\" \"call\" \"plugin\" \"togglePanel\" \"keybind-cheatsheet\"; }", "mod-var": "Переменная клавиши Mod", "mod-var-hint": "Имя переменной, используемой для клавиши Super (например, $mod или $mainMod).", "width-range": "px (400-3000)", "height-range": "px (300-2000)", "hyprland-path": "Путь Hyprland", "niri-path": "Путь Niri", "mango-path": "Mango Path", "mango-format-hint": "Expected format: bind=MODS,KEY,ACTION,ARGS\nCategories: # Category Name (horizontal rules stripped)\nOptional per-bind description: trailing #\"description\"", "keybind-example-mango": "Mango example: bind=SUPER,F1,spawn_shell,noctalia-shell ipc call plugin:keybind-cheatsheet toggle", "appearance-section": "Appearance", "appearance-description": "Customize the colors used for special key categories. Changes apply immediately and persist when you click Apply.", "preview-section": "Live Preview", "color-pickers": "Key Colors", "color-super": "Super / Mod key", "color-ctrl": "Ctrl key", "color-shift": "Shift key", "color-alt": "Alt-modifier keys", "color-xf86": "XF86 multimedia keys", "color-print": "Print / Screenshot keys", "color-numeric": "Numeric keys (workspaces)", "color-mouse": "Mouse buttons", "color-default": "Default letter keys", "color-label": "Key label text", "color-description": "Description text", "color-theme-hint": "Leave empty to use theme accent color.", "reset-color": "Reset to default", "reset-all-colors": "Reset all colors", "color-auto": "авто", "color-mod2": "Mod2 key", "color-mod3": "Mod3 key", "color-mod5": "Mod5 key", "mod-label-hint": "Mod2 / Mod3 / Mod5 — это «сырые» модификаторы X11 (например, caps:hyper назначает Caps на Mod3). Используйте поле переименования, чтобы задать понятную метку, например «Hyper». Оставьте пустым, чтобы показать исходное имя модификатора.", "color-paste-hint": "Совет: скопируйте hex-цвет (например #FF6B6B) в буфер обмена — в пилюле появится иконка вставки.", "keybind-ipc-command": "qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle", "hyprland-lua-path": "Hyprland Lua Path", "hyprland-parser-mode": "Parser:", "hyprland-lua-hint": "Auto: uses hyprland.lua via `hyprctl binds` when it exists, otherwise the legacy .conf parser.", "undescribed-title": "Undescribed Binds", "overrides-summary": "Hidden: {hidden} - Custom descriptions: {custom}", "restore-hidden": "Restore hidden", "restore-hidden-message": "Hidden binds restored.", "clear-overrides": "Clear all overrides", "clear-overrides-message": "All bind overrides cleared." }, "barwidget": { "tooltip": "Шпаргалка горячих клавиш", "open": "Открыть шпаргалку", "settings": "Настройки плагина" } }