summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-24 20:57:33 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-24 20:57:33 +0700
commit395c08d0a334cdffbcc370384bee67f19f964399 (patch)
treed57cdf13385785aaf068d4f8408fe6cc2f095999 /noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json
frst
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json')
-rw-r--r--noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json b/noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json
new file mode 100644
index 0000000..052ee9d
--- /dev/null
+++ b/noctalia/.config/plugins/keybind-cheatsheet/i18n/sv.json
@@ -0,0 +1,117 @@
+{
+ "default-category": "Tangentbindningar",
+ "error": {
+ "unsupported-compositor": "Compositor stöds inte",
+ "sway-not-supported": "Sway stöds ännu inte",
+ "sway-detail": "Sway-stöd kan läggas till i en framtida uppdatering (liknande format som Hyprland)",
+ "labwc-not-supported": "LabWC stöds inte",
+ "labwc-detail": "LabWC använder XML-konfigurationsformat som är inkompatibelt med detta plugin",
+ "unknown-compositor": "Okänd compositor upptäckt",
+ "unknown-detail": "Detta plugin stöder endast Hyprland- och Niri-compositors",
+ "hyprctl-failed": "hyprctl binds failed - is Hyprland running?"
+ },
+ "panel": {
+ "loading": "Laddar...",
+ "loading-timeout": "Loading timed out. Click Refresh to retry.",
+ "title": "Tangentkarta",
+ "title-hyprland": "Hyprland tangentkarta",
+ "title-niri": "Niri tangentkarta",
+ "title-mango": "MangoWC Keymap",
+ "workspace-switching": "ARBETSYTOR - BYTA",
+ "workspace-moving": "ARBETSYTOR - FLYTTA",
+ "workspace-mouse": "ARBETSYTOR - MUS",
+ "search-placeholder": "Sök genvägar...",
+ "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": "Tangentbordsgenvägar Inställningar",
+ "description": "Konfigurera utseende och tangentbordsgenvägskällor för fuskbladspanelen.",
+ "tab-general": "General",
+ "tab-appearance": "Appearance",
+ "window-size": "Fönsterstorlek",
+ "width": "Bredd:",
+ "height": "Höjd:",
+ "auto-height": "Auto",
+ "auto-height-hint": "När 'Auto' är aktiverat justeras höjden automatiskt baserat på innehåll.",
+ "layout": "Layout",
+ "columns": "Antal kolumner:",
+ "columns-hint": "Fler kolumner fungerar bättre med bredare fönster.",
+ "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": "Konfigurationsfiler",
+ "config-paths-description": "Ange anpassade sökvägar till dina tangentbordsgenvägskonfigurationsfiler. Tillägget kommer automatiskt att tolka rätt fil baserat på din compositor.",
+ "hyprland-format-hint": "Förväntat format: bind = $mod, KEY, action #\"description\"\nKategorier: # 1. CATEGORY NAME",
+ "niri-format-hint": "Kategorier: // #\"Category Name\"\nBeskrivningar: hotkey-overlay-title=\"description\"",
+ "actions": "Åtgärder",
+ "refresh-keybinds": "Uppdatera tangentbordsgenvägar",
+ "refresh-message": "Tangentbordsgenvägar laddas om när du öppnar panelen.",
+ "reset-defaults": "Återställ till standard",
+ "reset-message": "Inställningarna har återställts till standard.",
+ "saved": "Inställningar sparade.",
+ "keybind-setup": "Tangentbordsgenväg inställning",
+ "keybind-setup-description": "För att öppna tangentbordsgenvägsfuskbladet med en kortkommando, lägg till denna bindning i din compositor-konfiguration:",
+ "keybind-example-hyprland": "Hyprland exempel: bind = $mod, F1, exec, qs -c \"noctalia-shell\" ipc call plugin togglePanel keybind-cheatsheet",
+ "keybind-example-niri": "Niri exempel: Super+F1 { spawn \"qs\" \"-c\" \"noctalia-shell\" \"ipc\" \"call\" \"plugin\" \"togglePanel\" \"keybind-cheatsheet\"; }",
+ "mod-var": "Mod-tangent variabel",
+ "mod-var-hint": "Variabelnamnet som används för din Super-tangent (t.ex. $mod eller $mainMod).",
+ "width-range": "px (400-3000)",
+ "height-range": "px (300-2000)",
+ "hyprland-path": "Hyprland-sökväg",
+ "niri-path": "Niri-sökväg",
+ "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 är råa X11-modifierare (t.ex. lägger caps:hyper Caps på Mod3). Använd namnbytesfältet för att ge dem en begriplig etikett som ”Hyper”. Lämna tomt för att visa det råa modifierarnamnet.",
+ "color-paste-hint": "Tips: kopiera en hex-färg (t.ex. #FF6B6B) till urklipp och en klistra in-ikon visas i pillret.",
+ "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": "Tangentbordsgenvägar",
+ "open": "Öppna fuskblad",
+ "settings": "Plugin-inställningar"
+ }
+}