summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/i18n/de.json
blob: b106bd6dd58dd348d9b48ec5c4951daa8a6da996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
  "default-category": "Tastenkürzel",
  "error": {
    "unsupported-compositor": "Nicht unterstützter Compositor",
    "sway-not-supported": "Sway wird noch nicht unterstützt",
    "sway-detail": "Sway-Unterstützung wird möglicherweise in einem zukünftigen Update hinzugefügt (ähnliches Format wie Hyprland)",
    "labwc-not-supported": "LabWC wird nicht unterstützt.",
    "labwc-detail": "LabWC verwendet das XML-Konfigurationsformat, das mit diesem Plugin nicht kompatibel ist.",
    "unknown-compositor": "Unbekannter Compositor erkannt",
    "unknown-detail": "Dieses Plugin unterstützt nur Niri und Hyprland als Compositor",
    "hyprctl-failed": "hyprctl binds failed - is Hyprland running?"
  },
  "panel": {
    "loading": "Laden...",
    "loading-timeout": "Loading timed out. Click Refresh to retry.",
    "title": "Tastenbelegung",
    "title-hyprland": "Hyprland Tastenbelegung",
    "title-niri": "Niri Tastenbelegung",
    "title-mango": "MangoWC Keymap",
    "workspace-switching": "ARBEITSBEREICHE - WECHSELN",
    "workspace-moving": "ARBEITSBEREICHE - VERSCHIEBEN",
    "workspace-mouse": "ARBEITSBEREICHE - MAUS",
    "search-placeholder": "Tastenkombinationen suchen...",
    "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": "Tastenkürzel-Ubersicht Einstellungen",
    "description": "Konfigurieren Sie das Aussehen und die Quellen der Tastenkürzel fur das Panel.",
    "tab-general": "General",
    "tab-appearance": "Appearance",
    "window-size": "Fenstergröße",
    "width": "Breite:",
    "height": "Höhe:",
    "auto-height": "Auto",
    "auto-height-hint": "Wenn 'Auto' aktiviert ist, passt sich die Höhe automatisch an den Inhalt an.",
    "layout": "Layout",
    "columns": "Anzahl der Spalten:",
    "columns-hint": "Mehr Spalten funktionieren besser mit breiteren Fenstern.",
    "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": "Konfigurationsdateien",
    "config-paths-description": "Geben Sie benutzerdefinierte Pfade zu Ihren Tastenkürzel-Konfigurationsdateien an. Das Plugin folgt automatisch allen include/source Direktiven.",
    "hyprland-format-hint": "Erwartetes Format: bind = $mod, KEY, action #\"beschreibung\"\nKategorien: # 1. KATEGORIENAME",
    "niri-format-hint": "Kategorien werden erstellt mit: // #\"Kategoriename\"\nBeschreibungen: hotkey-overlay-title=\"beschreibung\"",
    "actions": "Aktionen",
    "refresh-keybinds": "Tastenkürzel aktualisieren",
    "refresh-message": "Tastenkürzel werden beim Öffnen des Panels neu geladen.",
    "reset-defaults": "Auf Standard zurücksetzen",
    "reset-message": "Einstellungen wurden auf Standard zurückgesetzt.",
    "saved": "Einstellungen erfolgreich gespeichert.",
    "keybind-setup": "Tastenkürzel-Einrichtung",
    "keybind-setup-description": "Um die Übersicht mit einer Tastenkombination zu öffnen, fuge diese Bindung zu deiner Compositor-Konfiguration hinzu:",
    "keybind-example-hyprland": "Hyprland Beispiel: bind = $mod, F1, exec, qs -c \"noctalia-shell\" ipc call plugin:keybind-cheatsheet toggle",
    "keybind-example-niri": "Niri Beispiel: Super+F1 { spawn \"qs\" \"-c\" \"noctalia-shell\" \"ipc\" \"call\" \"plugin\" \"togglePanel\" \"keybind-cheatsheet\"; }",
    "mod-var": "Mod-Tasten-Variable",
    "mod-var-hint": "Der Variablenname für Ihre Super-Taste (z.B. $mod oder $mainMod).",
    "width-range": "px (400-3000)",
    "height-range": "px (300-2000)",
    "hyprland-path": "Hyprland Pfad",
    "niri-path": "Niri Pfad",
    "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": "auto",
    "color-mod2": "Mod2 key",
    "color-mod3": "Mod3 key",
    "color-mod5": "Mod5 key",
    "mod-label-hint": "Mod2 / Mod3 / Mod5 sind rohe X11-Modifikatoren (z. B. legt caps:hyper Caps auf Mod3). Nutze das Umbenennen-Feld, um ihnen eine verständliche Bezeichnung wie „Hyper“ zu geben. Leer lassen, um den rohen Mod-Namen anzuzeigen.",
    "color-paste-hint": "Tipp: Kopiere eine Hex-Farbe (z. B. #FF6B6B) in die Zwischenablage – in der Pille erscheint ein Einfügen-Symbol für schnelles Einfügen.",
    "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": "Tastenkürzel-Spickzettel",
    "open": "Spickzettel öffnen",
    "settings": "Plugin-Einstellungen"
  }
}