summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json
diff options
context:
space:
mode:
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json')
-rw-r--r--noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json b/noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json
new file mode 100644
index 0000000..9b9cbb4
--- /dev/null
+++ b/noctalia/.config/plugins/keybind-cheatsheet/i18n/zh-CN.json
@@ -0,0 +1,117 @@
+{
+ "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": "要使用键盘快捷键打开速查表,请将此绑定添加到合成器配置中:",
+ "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": "提示:将十六进制颜色 (如 #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": "插件设置"
+ }
+}