Files
noctalia-shell/Assets/Translations/en.json
T
danny ba45c67d93 Add Bluetooth RSSI polling (Experimental) and CLI-based pairing helpers with code cleanup and restructurization for better maintainability
- Introduced Bluetooth RSSI polling using `bluetoothctl` for connected devices with interval configuration.
- Added reusable helpers for CLI-based device pairing and connection.
- Enhanced Bluetooth panel with an opt-in toggle for RSSI polling.
- Updated settings and defaults for RSSI polling configuration.
- Refactored Bluetooth utilities for standardized device handling (icons, deduplication, signal parsing, etc.).
2026-01-02 03:09:16 +01:00

3084 lines
107 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"authentication": {
"error": "Authentication error",
"failed": "Authentication failed"
},
"bar": {
"widget-settings": {
"active-window": {
"colorize-icons": {
"description": "Apply theme colors to active window icon.",
"label": "Colorize icons"
},
"hide-mode": {
"description": "Controls how the widget behaves when no window is active.",
"label": "Hiding mode"
},
"max-width": {
"description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content.",
"label": "Maximum width"
},
"scrolling-mode": {
"description": "Control when text scrolling is enabled for long window titles.",
"label": "Scrolling mode"
},
"show-app-icon": {
"description": "Display the application icon next to the window title.",
"label": "Show app icon"
},
"use-fixed-width": {
"description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content.",
"label": "Use fixed width"
}
},
"audio-visualizer": {
"color-name": {
"description": "Select the color for the visualizer.",
"label": "Fill color"
},
"hide-when-idle": {
"description": "When enabled, the visualizer is hidden unless a player is actively playing.",
"label": "Hide when no media is playing"
},
"width": {
"description": "Custom component width.",
"label": "Width"
}
},
"battery": {
"device": {
"default": "Default (Display Device)",
"description": "Select which battery device to display.",
"label": "Battery device"
},
"display-mode": {
"description": "Choose how you'd like this value to appear.",
"label": "Display mode"
},
"hide-if-not-detected": {
"description": "Hide the widget when no battery is detected on the system.",
"label": "Hide if not detected"
},
"low-battery-threshold": {
"description": "Show a warning when battery falls below this percentage.",
"label": "Low battery warning threshold"
},
"show-noctalia-performance": {
"description": "Display the Noctalia Performance Mode toggle inside the battery panel.",
"label": "Show Noctalia Performance toggle"
},
"show-power-profile": {
"description": "Display the power profile selection inside the battery panel.",
"label": "Show power profile controls"
}
},
"brightness": {
"display-mode": {
"description": "Choose how you'd like this value to appear.",
"label": "Display mode"
}
},
"clock": {
"clock-display": {
"description": "Customize your clock's display by adding tokens from the list below. To use the 12-hour format, you must include the 'AP' token.",
"label": "Clock display"
},
"custom-font": {
"description": "Select a custom font for the clock display.",
"label": "Custom font",
"placeholder": "Select custom font...",
"search-placeholder": "Search fonts..."
},
"horizontal-bar": {
"description": "Tip: Use \\n to create a line break.",
"label": "Horizontal bar"
},
"preview": "Preview",
"tooltip-format": {
"description": "Format string for the tooltip shown when hovering over the clock. Leave empty to use the default tooltip.",
"label": "Tooltip format"
},
"use-custom-font": {
"description": "Override the default font selection with a custom font for the clock.",
"label": "Use custom font"
},
"use-monospaced-font": {
"description": "When enabled, the clock will use the monospaced font.",
"label": "Use monospaced font"
},
"use-primary-color": {
"description": "When enabled, this applies the primary color for emphasis.",
"label": "Use primary color"
},
"vertical-bar": {
"description": "Use a space to separate each part onto a new line.",
"label": "Vertical bar"
}
},
"control-center": {
"browse-file": "Browse File",
"browse-library": "Browse Library",
"color-selection": {
"description": "Apply theme colors to icons.",
"label": "Select Color"
},
"enable-colorization": {
"description": "Enable colorization for the control center icon, applying theme colors.",
"label": "Enable Colorization"
},
"icon": {
"description": "Select an icon from the library or a custom file.",
"label": "Icon"
},
"select-custom-icon": "Select a custom icon",
"use-distro-logo": {
"description": "Use your distribution's logo instead of a custom icon.",
"label": "Use distro logo instead of icon"
}
},
"custom-button": {
"browse": "Browse",
"collapse-condition": {
"description": "If the output text matches this value, the button will collapse.",
"label": "Collapse condition"
},
"display-command-output": {
"description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text.",
"label": "Display command output",
"stream-description": "Enter a command to run continuously."
},
"dynamic-text": "Dynamic text",
"hide-mode": {
"alwaysExpanded": "Always expanded",
"description": "Controls widget visibility when the command has no output.",
"expandWithOutput": "Expand when has output",
"label": "Hide mode",
"maxTransparent": "Max expanded but transparent"
},
"icon": {
"description": "Select an icon from the library.",
"label": "Icon"
},
"left-click": {
"description": "Command to execute when the button is left-clicked.",
"label": "Left click",
"update-text": "Update displayed text on left-click"
},
"max-text-length-horizontal": {
"description": "Maximum number of characters to show in horizontal bar (0 to hide text).",
"label": "Max text length (horizontal)"
},
"max-text-length-vertical": {
"description": "Maximum number of characters to show in vertical bar (0 to hide text).",
"label": "Max text length (vertical)"
},
"middle-click": {
"description": "Command to execute when the button is middle-clicked.",
"label": "Middle click",
"update-text": "Update displayed text on middle-click"
},
"parse-json": {
"description": "Parse the command output as a JSON object to dynamically set text and icon.",
"label": "Parse output as JSON"
},
"refresh-interval": {
"description": "Interval in milliseconds.",
"label": "Refresh interval"
},
"right-click": {
"description": "Command to execute when the button is right-clicked.",
"label": "Right click",
"update-text": "Update displayed text on right-click"
},
"show-icon": {
"description": "Toggles the visibility of the widget's icon.",
"label": "Show icon"
},
"text-stream": {
"description": "Streamed lines from the command will be displayed as text on the button.",
"label": "Stream"
},
"wheel": {
"description": "Command to execute when the scroll wheel is used.<br>Use $delta for the scroll wheel delta in the command.",
"label": "Scroll wheel",
"update-text": "Update displayed text on scroll"
},
"wheel-down": {
"description": "Command to execute when the scroll wheel is scrolled down.",
"label": "Wheel down command"
},
"wheel-mode-separate": {
"description": "Enable separate commands for wheel up and down.",
"label": "Separate wheel commands"
},
"wheel-up": {
"description": "Command to execute when the scroll wheel is scrolled up.",
"label": "Wheel up command"
}
},
"dialog": {
"apply": "Apply",
"cancel": "Cancel"
},
"keyboard-layout": {
"display-mode": {
"description": "Choose how you'd like this value to appear.",
"label": "Display mode"
}
},
"lock-keys": {
"browse": "Browse",
"show-caps-lock": {
"description": "Display Caps Lock status.",
"label": "Caps Lock"
},
"show-num-lock": {
"description": "Display Num Lock status.",
"label": "Num Lock"
},
"show-scroll-lock": {
"description": "Display Scroll Lock status.",
"label": "Scroll Lock"
}
},
"media-mini": {
"hide-mode": {
"description": "Controls how the widget behaves when no media is playing.",
"label": "Hiding mode"
},
"max-width": {
"description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content.",
"label": "Maximum width"
},
"no-active-player": "No active player",
"scrolling-mode": {
"description": "Control when text scrolling is enabled for long track titles.",
"label": "Scrolling mode"
},
"show-album-art": {
"description": "Display the album artwork for the currently playing track.",
"label": "Show album art"
},
"show-artist-first": {
"description": "Display artist - title instead of title - artist.",
"label": "Show artist first"
},
"show-progress-ring": {
"description": "Display a circular progress indicator showing track progress.",
"label": "Show progress ring"
},
"show-visualizer": {
"description": "Display an audio visualizer when music is playing.",
"label": "Show visualizer"
},
"use-fixed-width": {
"description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content.",
"label": "Use fixed width"
},
"visualizer-type": {
"description": "Choose the style of audio visualizer to display.",
"label": "Visualizer type"
}
},
"microphone": {
"display-mode": {
"description": "Choose how you'd like this value to appear.",
"label": "Display mode"
}
},
"notification-history": {
"hide-widget-when-zero": {
"description": "Hide the notification icon when there are no unread notifications.",
"label": "Hide icon when zero"
},
"show-unread-badge": {
"description": "Display a badge showing the number of unread notifications.",
"label": "Show unread badge"
}
},
"section-editor": {
"placeholder": "Select a widget to add...",
"search-placeholder": "Search widget..."
},
"spacer": {
"width": {
"description": "Spacing width in pixels.",
"label": "Width"
}
},
"system-monitor": {
"compact-mode": {
"description": "Display stats as mini bar charts instead of text values. Prevents layout shifting.",
"label": "Compact mode"
},
"cpu-temperature": {
"description": "Show CPU temperature readings if available.",
"label": "CPU temperature"
},
"cpu-usage": {
"description": "Display current CPU usage percentage.",
"label": "CPU usage"
},
"disk-path": {
"description": "Select which disk mount point to monitor.",
"label": "Disk path"
},
"gpu-temperature": {
"description": "Show GPU temperature readings if available.",
"label": "GPU temperature"
},
"memory-percentage": {
"description": "Show memory usage as a percentage instead of absolute values.",
"label": "Memory as percentage"
},
"memory-usage": {
"description": "Display current RAM usage information.",
"label": "Memory usage"
},
"network-traffic": {
"description": "Display network upload and download speeds.",
"label": "Network traffic"
},
"storage-usage": {
"description": "Show disk space usage information.",
"label": "Storage usage"
},
"use-monospace-font": {
"description": "Use monospace font for consistent character width.",
"label": "Monospace font"
}
},
"taskbar": {
"colorize-icons": {
"description": "Apply theme colors to taskbar icons.",
"label": "Colorize icons"
},
"hide-mode": {
"description": "Controls how the widget behaves when there are no matching windows.",
"label": "Hiding mode"
},
"icon-scale": {
"description": "Sets the scaling factor for taskbar icons.",
"label": "Icon scaling"
},
"max-width": {
"description": "Maximum width of the taskbar as a percentage of screen width.",
"label": "Maximum width"
},
"only-active-workspaces": {
"description": "Show only apps from active workspaces.",
"label": "Only from active workspaces"
},
"only-same-monitor": {
"description": "Show only apps from the monitor where the bar is located.",
"label": "Only from same monitor"
},
"show-pinned-apps": {
"description": "Show pinned apps from the dock in the taskbar.",
"label": "Show pinned apps"
},
"show-title": {
"description": "Display window titles in the taskbar.",
"description-disabled": "Vertical taskbar does not support showing titles.",
"label": "Show title"
},
"smart-width": {
"description": "Automatically adjust entry width based on the number of entries.",
"label": "Smart width"
},
"title-width": {
"description": "Set the width of window titles in the taskbar (in pixels).",
"label": "Title width",
"reset-tooltip": "Reset title width"
}
},
"tray": {
"colorize-icons": {
"description": "Apply theme colors to tray icons.",
"label": "Colorize icons"
},
"drawer-enabled": {
"description": "When enabled, unpinned tray items are shown in a drawer panel.<br>When disabled, all tray items are shown inline.",
"label": "Enable drawer"
},
"hide-passive": {
"description": "When enabled, tray items with Passive status will be hidden.",
"label": "Hide passive items"
}
},
"volume": {
"display-mode": {
"description": "Choose how you'd like this value to appear.",
"label": "Display mode"
}
},
"workspace": {
"character-count": {
"description": "Number of characters to display from workspace names (1-10).",
"label": "Character count"
},
"enable-scrollwheel": {
"description": "Switch between workspaces using the mouse scroll wheel.",
"label": "Scroll to switch workspaces"
},
"follow-focused-screen": {
"description": "Display workspaces from the currently focused screen, rather than the screen where the bar is located.",
"label": "Follow focused screen"
},
"grouped-border-opacity": {
"description": "Set the opacity level for workspace container borders",
"label": "Border opacity"
},
"hide-unoccupied": {
"description": "Don't display workspaces without windows.",
"label": "Hide unoccupied"
},
"label-mode": {
"description": "Choose how workspace labels are displayed.",
"label": "Label mode"
},
"show-applications": {
"description": "Display application icons inside each workspace.",
"label": "Show applications"
},
"show-labels-only-when-occupied": {
"description": "Only show workspace labels when they contain windows.",
"label": "Show labels only when occupied"
},
"unfocused-icons-opacity": {
"description": "Set the opacity level for unfocused app icons",
"label": "Unfocused icons opacity"
}
}
}
},
"battery": {
"battery-level": "Battery level",
"brightness": "Brightness",
"charging": "Charging",
"charging-rate": "Charging rate: {rate} W",
"discharging": "Discharging",
"discharging-rate": "Discharging rate: {rate} W",
"health": "Health: {percent}%",
"idle": "Idle",
"inhibit-idle-description": "Keeps the system awake.",
"inhibit-idle-label": "Keep Awake",
"no-battery-detected": "No battery detected",
"panel-title": "Battery",
"plugged-in": "Plugged in",
"power-profile": "Power profile",
"time-left": "Time left: {time}",
"time-until-full": "Time until full: {time}"
},
"bluetooth": {
"panel": {
"available-devices": "Available devices",
"battery": "Battery",
"blocked": "Blocked",
"connect": "Connect",
"connected-devices": "Connected devices",
"connecting": "Connecting...",
"disconnecting": "Disconnecting...",
"device-address": "Device address",
"disabled": "Bluetooth is disabled",
"disconnect": "Disconnect",
"discoverable": "Discoverable",
"enable-message": "Enable Bluetooth to see available devices.",
"info": "Info",
"known-devices": "Known devices",
"no-devices": "No devices available",
"pair": "Pair",
"paired": "Paired",
"paired-devices": "Paired devices",
"pairing": "Pairing...",
"pairing-mode": "Make sure your device is in pairing mode.",
"refresh-devices": "Refresh devices",
"scanning": "Scanning for devices...",
"signal": "Signal",
"signal-text": {
"unknown": "Signal: Unknown",
"excellent": "Signal: Excellent",
"good": "Signal: Good",
"fair": "Signal: Fair",
"poor": "Signal: Poor",
"very-poor": "Signal: Very poor"
},
"title": "Bluetooth",
"trusted": "Trusted",
"unpair": "Unpair"
}
},
"calendar": {
"panel": {
"week": "Week"
},
"timer": {
"countdown": "Countdown",
"duration": "Duration",
"hours": "h",
"minutes": "m",
"pause": "Pause",
"reset": "Reset",
"resume": "Resume",
"seconds": "s",
"start": "Start",
"stopwatch": "Stopwatch",
"timer": "Timer",
"title": "Timer"
},
"weather": {
"loading": "Loading weather…"
}
},
"changelog": {
"error": {
"fetch-failed": "Unable to load changelog data. Please try again later.",
"rate-limit": "GitHub rate limit exceeded. Please try again in a few minutes."
},
"panel": {
"buttons": {
"discord": "Join our Discord",
"dismiss": "Ok"
},
"empty": "Release notes are not available yet.",
"highlight-title": "Highlights",
"section": {
"released": "Released on {date}",
"version": "Version {version}"
},
"subtitle": {
"fresh": "Thanks for installing Noctalia! Here is whats included in this build.",
"updated": "Updated from {previousVersion}"
},
"title": "What's new in {version}",
"version": {
"new-user": "Fresh install"
}
}
},
"clock": {
"tooltip": "Calendar"
},
"common": {
"add": "Add",
"apply": "Apply",
"cancel": "Cancel",
"check-settings": "Check Settings for details",
"close": "Close",
"no": "No",
"save": "Save",
"yes": "Yes"
},
"context-menu": {
"clear-history": "Clear history",
"close-app": "Close {app}",
"connect-vpn": "Connect to {name}",
"cycle-visualizer": "Cycle visualizer",
"delete": "Delete",
"disable-bluetooth": "Disable Bluetooth",
"disable-dnd": "Disable Do Not Disturb",
"disable-wifi": "Disable Wi-Fi",
"disconnect-vpn": "Disconnect {name}",
"enable-bluetooth": "Enable Bluetooth",
"enable-dnd": "Enable Do Not Disturb",
"enable-wifi": "Enable Wi-Fi",
"lower-to-bottom": "Lower to bottom",
"next": "Next",
"open-calendar": "Open calendar",
"open-display-settings": "Display settings",
"open-launcher": "Open launcher",
"open-mixer": "Audio mixer",
"open-settings": "Open settings",
"pause": "Pause",
"play": "Play",
"previous": "Previous",
"raise-to-top": "Raise to top",
"random-wallpaper": "Random wallpaper",
"reset": "Reset",
"toggle-mute": "Toggle mute",
"widget-settings": "Widget settings"
},
"dock": {
"menu": {
"close": "Close",
"focus": "Focus",
"pin": "Pin",
"unpin": "Unpin"
}
},
"general": {
"no-results": "No results",
"no-summary": "No summary",
"unknown": "Unknown"
},
"launcher": {
"categories": {
"all": "All",
"audiovideo": "Audio & Video",
"chat": "Chat",
"development": "Development",
"education": "Education",
"emoji": {
"activity": "Activity",
"animals": "Animals",
"flags": "Flags",
"food": "Food & Drink",
"nature": "Nature",
"objects": "Objects",
"people": "People & Body",
"recent": "Recent",
"symbols": "Symbols",
"travel": "Travel & Places"
},
"game": "Games",
"graphics": "Graphics",
"misc": "Misc",
"network": "Network",
"office": "Office",
"pinned": "Pinned",
"system": "System",
"webbrowser": "Web Browser"
},
"delete": "Delete",
"pin": "Pin",
"unpin": "Unpin"
},
"lock-screen": {
"authenticating": "Authenticating...",
"authentication-failed": "Authentication failed",
"password": "Enter your password...",
"restart": "Restart",
"shut-down": "Shut down",
"suspend": "Suspend",
"welcome-back": "Welcome back,"
},
"notifications": {
"panel": {
"click-to-expand": "Click to expand",
"description": "Your notifications will show up here as they arrive.",
"no-notifications": "No notifications",
"title": "Notifications"
},
"range": {
"all": "All",
"earlier": "Earlier",
"today": "Today",
"yesterday": "Yesterday"
},
"time": {
"diffD": "1 day ago",
"diffDD": "{diff} days ago",
"diffH": "1 hour ago",
"diffHH": "{diff} hours ago",
"diffM": "1 minute ago",
"diffMM": "{diff} minutes ago",
"now": "now"
}
},
"options": {
"bar": {
"density": {
"comfortable": "Comfortable",
"compact": "Compact",
"default": "Default",
"mini": "Mini",
"spacious": "Spacious"
},
"position": {
"bottom": "Bottom",
"left": "Left",
"right": "Right",
"top": "Top"
}
},
"colors": {
"error": "Error",
"none": "None",
"onSurface": "On Surface",
"primary": "Primary",
"secondary": "Secondary",
"tertiary": "Tertiary"
},
"control-center": {
"position": {
"bottom_center": "Bottom center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"center": "Center",
"close_to_bar_button": "Close to bar button",
"top_center": "Top center",
"top_left": "Top left",
"top_right": "Top right"
},
"quickSettingsStyle": {
"classic": "Classic",
"compact": "Compact",
"modern": "Modern"
}
},
"display-mode": {
"always-hide": "Always hide",
"always-show": "Always show",
"force-open": "Force open",
"on-hover": "On hover"
},
"frame-rates": {
"fps": "{fps} FPS"
},
"hide-modes": {
"hidden": "Hide when empty",
"idle": "Hide when idle",
"transparent": "Transparent when empty",
"visible": "Always visible"
},
"launcher": {
"position": {
"bottom_center": "Bottom center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"center": "Center",
"center_left": "Left center",
"center_right": "Right center",
"follow_bar": "Follow bar",
"top_center": "Top center",
"top_left": "Top left",
"top_right": "Top right"
}
},
"osd": {
"position": {
"bottom_center": "Bottom center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"center_left": "Left center",
"center_right": "Right center",
"top_center": "Top center",
"top_left": "Top left",
"top_right": "Top right"
}
},
"screen-recording": {
"audio-sources": {
"both": "System output + microphone input",
"microphone-input": "Microphone input",
"system-output": "System output"
},
"color-range": {
"full": "Full",
"limited": "Limited"
},
"quality": {
"high": "High",
"medium": "Medium",
"ultra": "Ultra",
"very-high": "Very high"
},
"sources": {
"portal": "Portal",
"screen": "Screen"
}
},
"scrolling-modes": {
"always": "Scroll always",
"hover": "Scroll on hover",
"never": "Never scroll"
},
"settings-panel-mode": {
"attached": "Panel attached to bar",
"centered": "Centered panel",
"window": "Separate window"
},
"shadow-direction": {
"bottom": "Below",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"center": "Overhead",
"left": "Left",
"right": "Right",
"top": "Above",
"top_left": "Top left",
"top_right": "Top right"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Mirrored",
"none": "None",
"wave": "Wave"
},
"visualizer-visibility": {
"always": "Always visible",
"with-background": "With background only"
},
"workspace-labels": {
"index": "Index",
"index+name": "Index and name",
"name": "Name",
"none": "None"
}
},
"placeholders": {
"cancel": "Cancel",
"command-example": "echo \"Hello World\"",
"enter-command": "Enter command to execute (app or custom script)",
"enter-text-to-collapse": "e.g., 'nothing is playing'. Use /regex/ for patterns.",
"enter-tooltip": "Enter tooltip",
"enter-width-pixels": "Enter width in pixels",
"profile-picture-path": "/home/user/.face",
"search": "Search...",
"search-icons": "e.g., noctalia, niri, battery, cloud",
"search-launcher": "Search entries... or use > for commands",
"search-wallhaven": "Search Wallhaven...",
"search-wallpapers": "Type to filter wallpapers...",
"select": "Select",
"test": "Test"
},
"plugins": {
"applications": "Applications",
"calculator": "Calculator",
"calculator-description": "Calculator — evaluate mathematical expressions",
"calculator-enter-expression": "Enter a mathematical expression",
"calculator-error": "Error",
"calculator-name": "Calculator",
"clipboard": "Clipboard history",
"clipboard-clear-description": "Clear all clipboard history",
"clipboard-clear-description-full": "Remove all items from clipboard history",
"clipboard-clear-history": "Clear clipboard history",
"clipboard-delete": "Delete clipboard entry",
"clipboard-history-disabled": "Clipboard history disabled",
"clipboard-history-disabled-description": "Enable clipboard history in settings or install cliphist",
"clipboard-loading": "Loading clipboard history...",
"clipboard-loading-description": "Please wait",
"clipboard-search-description": "Search clipboard history",
"command": "Command",
"command-description": "Run shell commands",
"command-name": "Command",
"emoji": "Emoji picker",
"emoji-loading": "Loading emojis...",
"emoji-loading-description": "Please wait",
"emoji-search-description": "Search and copy emojis"
},
"quickSettings": {
"bluetooth": {
"label": {
"disabled": "Bluetooth",
"enabled": "Bluetooth"
},
"tooltip": {
"action": "Bluetooth"
}
},
"keepAwake": {
"label": {
"disabled": "Keep Awake",
"enabled": "Keep Awake"
},
"tooltip": {
"action": "Keep Awake"
}
},
"nightLight": {
"label": {
"disabled": "Night Light",
"enabled": "Night Light",
"forced": "Night Light"
},
"tooltip": {
"action": "Night Light"
}
},
"notifications": {
"label": {
"disabled": "Do Not Disturb",
"enabled": "Notifications"
},
"tooltip": {
"action": "Notifications"
}
},
"powerProfile": {
"label": {
"unavailable": "Power Profile"
},
"tooltip": {
"action": "Power Profile",
"disabled": "Install power-profiles-daemon to use power profiles"
}
},
"screenRecorder": {
"label": {
"recording": "Stop",
"stopped": "Record"
},
"tooltip": {
"action": "Screen Recorder"
}
},
"wallpaperSelector": {
"label": "Wallpaper",
"tooltip": {
"action": "Wallpaper Selector"
}
},
"wifi": {
"label": {
"disconnected": "Wi-Fi disconnected",
"ethernet": "Ethernet",
"wifi": "Wi-Fi"
},
"tooltip": {
"action": "Wi-Fi"
}
}
},
"session-menu": {
"action-in-seconds": "{action} in {seconds} seconds...",
"hibernate": "Hibernate",
"lock": "Lock",
"lock-and-suspend": "Lock and Suspend",
"logout": "Logout",
"reboot": "Reboot",
"shutdown": "Shutdown",
"suspend": "Suspend",
"title": "Session Menu"
},
"settings": {
"about": {
"contributors": {
"section": {
"description": "Shout-out to our {count} <b>awesome</b> contributor!",
"description_plural": "Shout-out to our {count} <b>awesome</b> contributors!",
"label": "Contributors"
}
},
"noctalia": {
"git-commit": "Git commit:",
"git-commit-loading": "Loading...",
"installed-version": "Installed version:",
"latest-version": "Latest version:",
"section": {
"description": "A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.",
"label": "Noctalia shell"
}
},
"support": "Support us",
"title": "About"
},
"audio": {
"devices": {
"input-device": {
"description": "Select the desired audio input device.",
"label": "Input device"
},
"output-device": {
"description": "Select the desired audio output device.",
"label": "Output device"
},
"section": {
"description": "Configure available audio input and output devices.",
"label": "Audio devices"
}
},
"external-mixer": {
"description": "Enter the command or application path to launch when activating the external audio mixer feature.",
"label": "External audio mixer command",
"placeholder": "pwvucontrol || pavucontrol"
},
"media": {
"excluded-player": {
"description": "Add keywords for players you want the system to ignore. Each keyword should be on a new line.",
"label": "Excluded player",
"placeholder": "type substring and press +"
},
"frame-rate": {
"description": "Higher rates are smoother but use more resources.",
"label": "Frame rate"
},
"primary-player": {
"description": "Enter a keyword to identify your main player.",
"label": "Primary player",
"placeholder": "e.g. spotify, vlc, mpv"
},
"scrolling-speed": {
"description": "Time in seconds for the title to scroll from start to end.",
"label": "Scrolling speed"
},
"scrolling-title": {
"description": "Enable continuous scrolling for long media titles.",
"label": "Scrolling title"
},
"section": {
"description": "Set your preferred and ignored media applications.",
"label": "Media players"
},
"visualizer-type": {
"description": "Choose a visualization type for media playback.",
"label": "Visualization type"
}
},
"panel": {
"applications": {
"empty": "No applications are currently playing audio"
},
"input": "Input",
"output": "Output",
"tabs": {
"devices": "Devices",
"volumes": "Volumes"
}
},
"title": "Audio",
"volumes": {
"input-volume": {
"description": "Microphone input volume level.",
"label": "Input volume"
},
"mute-input": {
"description": "Mute the default audio input (microphone).",
"label": "Mute audio input"
},
"mute-output": {
"description": "Mute the system's main audio output.",
"label": "Mute audio output"
},
"output-volume": {
"description": "System-wide volume level.",
"label": "Output volume"
},
"section": {
"description": "Adjust volume controls and audio levels.",
"label": "Volumes"
},
"step-size": {
"description": "Adjust the step size for volume changes (scroll wheel, keyboard shortcuts).",
"label": "Volume step size"
},
"volume-overdrive": {
"description": "Allow raising volume above 100%. May not be supported by all hardware.",
"label": "Allow volume overdrive"
}
}
},
"bar": {
"appearance": {
"background-opacity": {
"description": "Set the background opacity specifically for the bar.",
"label": "Bar background opacity"
},
"capsule-opacity": {
"description": "Set the opacity level for widget backgrounds when capsule is shown.",
"label": "Capsule opacity"
},
"density": {
"description": "Adjust the bar's padding for a compact or spacious look.",
"label": "Bar density"
},
"floating": {
"description": "Display the bar as a floating 'pill'.",
"label": "Floating bar"
},
"margins": {
"description": "Adjust the margins around the floating bar.",
"horizontal": "Horizontal",
"label": "Margins",
"vertical": "Vertical"
},
"outer-corners": {
"description": "Display outwardly curved corners on the bar.",
"label": "Outer corners"
},
"position": {
"description": "Choose where to place the bar on the screen.",
"label": "Bar position"
},
"section": {
"description": "Customize the bar's appearance and position.",
"label": "Appearance"
},
"show-capsule": {
"description": "Show widget backgrounds.",
"label": "Show capsule"
},
"show-outline": {
"description": "Displays a visible border around every widget.",
"label": "Show widget outlines"
},
"use-separate-opacity": {
"description": "Enable to use a separate opacity value for the bar background.",
"label": "Use separate bar opacity"
}
},
"monitors": {
"section": {
"description": "Show bar on specific monitors. Defaults to all if none are chosen.",
"label": "Monitors display"
}
},
"title": "Bar",
"tray": {
"back": "Back",
"blacklist": {
"description": "Add tray exclusion rules, supports wildcards (*).",
"label": "Blacklist",
"placeholder": "e.g., nm-applet, Fcitx*"
},
"pin-application": "Pin Application",
"unpin-application": "Unpin Application"
},
"widgets": {
"section": {
"description": "Drag widgets to change their order. Use the right-click menu to transfer widgets between sections or remove them.",
"label": "Widgets positioning"
}
}
},
"color-scheme": {
"color-source": {
"matugen-scheme-type": {
"description": {
"scheme-content": "Derives colors that closely match the underlying image.",
"scheme-expressive": "Vibrant palette with playful saturation.",
"scheme-fidelity": "High-fidelity palette that preserves source hues.",
"scheme-fruit-salad": "Colorful mix of bright contrasting accents.",
"scheme-monochrome": "Minimal palette built around a single hue.",
"scheme-neutral": "Muted palette with subdued and calming tones.",
"scheme-rainbow": "Diverse palette spanning the full spectrum.",
"scheme-tonal-spot": "Balanced palette with focused accents."
},
"label": "Matugen scheme type"
},
"section": {
"description": "Main settings for Noctalia's colors.",
"label": "Color source"
},
"use-wallpaper-colors": {
"description": "Generate color schemes from your wallpaper using Matugen. Automatically extracts colors to create a cohesive theme.",
"label": "Use wallpaper colors"
}
},
"dark-mode": {
"mode": {
"description": "Enables automatic switching between Light and Dark Mode.",
"label": "Dark Mode schedule",
"location": "Location",
"manual": "Manual",
"off": "Off"
},
"switch": {
"description": "Switches to a darker theme for easier viewing at night.",
"label": "Dark Mode"
}
},
"delete": {
"error": {
"description": "Failed to delete {scheme}",
"title": "Delete failed"
},
"success": {
"description": "Successfully deleted {scheme}",
"title": "Color scheme deleted"
}
},
"download": {
"button": "Download more",
"delete": "Delete",
"download": "Download",
"downloading": "Downloading...",
"empty": "No color schemes available",
"error": {
"api-error": "API error: {status}",
"description": "Failed to download {scheme}",
"download-failed": "Download failed with exit code: {code}",
"invalid-response": "Invalid API response format",
"no-files": "No files found for scheme",
"parse-failed": "Failed to parse API response: {error}",
"rate-limit": "GitHub API rate limit exceeded",
"title": "Download failed"
},
"fetching": "Fetching available color schemes...",
"installed": "Installed",
"refresh": "Refresh",
"success": {
"description": "Successfully downloaded {scheme}",
"title": "Color scheme downloaded"
},
"title": "Download Color Schemes"
},
"predefined": {
"generate-templates": {
"description": "Generate Matugen templates (GTK, terminal themes, etc.) when using predefined color schemes.",
"label": "Generate templates for predefined schemes"
},
"section": {
"description": "Choose from a collection of predefined color schemes.",
"label": "Predefined color schemes"
}
},
"templates": {
"compositors": {
"description": "Compositor theming.",
"hyprland": {
"description": "Write {filepath}"
},
"label": "Compositors",
"mango": {
"description": "Write {filepath} — requires Mango"
},
"niri": {
"description": "Write {filepath} — requires Niri v25.11+"
}
},
"misc": {
"description": "Create your own templates",
"label": "Advanced",
"user-templates": {
"description": "Only enable if you know what you are doing — refer to our online documentation",
"label": "Enable user templates"
}
},
"programs": {
"cava": {
"description": "Write {filepath}"
},
"code": {
"description": "Write {filepath}",
"description-detected": "Applied to default profile — detected: {clients}",
"description-missing": "No Code editor detected (VSCode or VSCodium)"
},
"description": "Application-specific theming.",
"discord": {
"description": "Write {filepath} for {client} — the theme needs to be activated manually",
"description-detected": "Detected: {clients}",
"description-missing": "No Discord client detected"
},
"emacs": {
"description": "Doom: ~/.config/doom/themes/noctalia.el<br>Standard: ~/.emacs.d/themes/noctalia.el"
},
"fuzzel": {
"description": "Write {filepath} and reload"
},
"label": "Programs",
"pywalfox": {
"description": "Write {filepath} and run pywalfox update"
},
"spicetify": {
"description": "Write {filepath} — Comfy theme needs to be installed and activated manually"
},
"telegram": {
"description": "Write {filepath}"
},
"vicinae": {
"description": "Write {filepath} and reload"
},
"walker": {
"description": "Write {filepath} and set theme to noctalia"
},
"yazi": {
"description": "Write {filepath} — flavor needs to be activated manually"
},
"zed": {
"description": "Write {filepath} and reload"
}
},
"section": {
"description": "Apply colors to external applications.",
"label": "Templates"
},
"terminal": {
"alacritty": {
"description": "Write {filepath} and reload"
},
"description": "Terminal emulator theming.",
"foot": {
"description": "Write {filepath} and reload"
},
"ghostty": {
"description": "Write {filepath} and reload"
},
"kitty": {
"description": "Write {filepath} and reload"
},
"label": "Terminal",
"wezterm": {
"description": "Write {filepath} and reload"
}
},
"ui": {
"description": "Desktop environment and UI toolkit theming.",
"gtk": {
"description": "Write {filepath}"
},
"kcolorscheme": {
"description": "Write {filepath}"
},
"label": "UI",
"qt": {
"description": "Write {filepath}"
}
}
},
"title": "Color Scheme"
},
"control-center": {
"cards": {
"section": {
"description": "Customize which controls appear in the control center and in what order.",
"label": "Cards"
}
},
"position": {
"description": "Choose where the control center panel appears when opened.",
"label": "Position"
},
"section": {
"description": "Configure the control center panel positioning and behavior.",
"label": "Appearance"
},
"shortcuts": {
"custom-button": {
"browse": "Browse",
"command": {
"description": "The command to execute when the button is clicked.",
"label": "Command"
},
"enable-on-state-logic": {
"description": "Enable a second icon and 'hot' state based on a check command.",
"label": "Enable on-state logic"
},
"general-tooltip-text": {
"description": "General description for the button's tooltip.",
"label": "General tooltip text"
},
"icon": {
"description": "Select an icon from the library.",
"label": "Icon"
},
"on-clicked": {
"description": "Command to execute when the button is left-clicked.",
"label": "Left click command"
},
"on-middle-clicked": {
"description": "Command to execute when the button is middle-clicked.",
"label": "Middle click command"
},
"on-right-clicked": {
"description": "Command to execute when the button is right-clicked.",
"label": "Right click command"
},
"on-state-command": {
"description": "Command to execute to check if the button should be in the 'on' state. Returns 0 for on, non-zero for off.",
"label": "On-state check command"
},
"on-state-icon": {
"description": "The icon for the button when it's in the 'on' state.",
"label": "On-state icon"
},
"state-checks": {
"add": "Add State Check",
"browse-icon": "Browse",
"command": "Command to execute for this state check",
"label": "State checks",
"remove": "Remove"
},
"tooltip": {
"description": "The tooltip to show when hovering over the button.",
"label": "Tooltip"
}
},
"dialog": {
"apply": "Apply",
"cancel": "Cancel"
},
"section": {
"description": "Drag widgets to change their order. Use the right-click menu to transfer widgets between sections or remove them.",
"label": "Shortcuts widgets"
},
"sectionLeft": "Left",
"sectionRight": "Right"
},
"system-monitor-disk-path": {
"description": "Select which disk mount point the system monitor card in the control center should monitor.",
"label": "System monitor disk path"
},
"title": "Control Center"
},
"desktop-widgets": {
"clock": {
"clock-display": {
"description": "Customize your clock's display by adding tokens from the list below. To use the 12-hour format, you must include the 'AP' token.",
"label": "Clock display"
},
"custom-font": {
"description": "Select a custom font for the clock display.",
"label": "Custom font",
"placeholder": "Select custom font...",
"search-placeholder": "Search fonts..."
},
"enabled": {
"description": "Show a clock widget on the desktop.",
"label": "Enable clock widget"
},
"format": {
"description": "Tip: Use \\n to create a line break.",
"label": "Format"
},
"height": {
"description": "Height of the clock widget in pixels.",
"label": "Height"
},
"minimal-mode": {
"description": "Use a minimal clock display with time and date.",
"label": "Minimal mode"
},
"preview": "Preview",
"rounded-corners": {
"description": "Use rounded corners for the widget background.",
"label": "Rounded corners"
},
"show-background": {
"description": "Show the background container for the clock widget.",
"label": "Show background"
},
"show-date": {
"description": "Display the current date below the time.",
"label": "Show date"
},
"show-seconds": {
"description": "Display seconds in the time.",
"label": "Show seconds"
},
"style": {
"analog": "Analog",
"binary": "Binary",
"description": "Choose the clock display style.",
"digital": "Digital",
"label": "Clock style",
"minimal": "Minimal"
},
"use-custom-font": {
"description": "Override the default font selection with a custom font for the clock.",
"label": "Use custom font"
},
"use-primary-color": {
"description": "When enabled, this applies the primary color for emphasis.",
"label": "Use primary color"
},
"width": {
"description": "Width of the clock widget in pixels.",
"label": "Width"
}
},
"edit-mode": {
"add-widget": "Add widget",
"button": {
"label": "Enter edit mode"
},
"controls-explanation": "Left-click & drag: Move or resize the widget.\nRight-click: Open the context menu options.",
"description": "Enable edit mode to move and reposition desktop widgets. When enabled, widgets show a drag outline and can be repositioned.",
"exit-button": "Exit edit mode",
"grid-snap": {
"label": "Grid snap"
},
"label": "Edit mode",
"open-settings": "Open settings"
},
"enabled": {
"description": "Enable or disable desktop widgets entirely.",
"label": "Enable desktop widgets"
},
"general": {
"section": {
"description": "Configure widgets that appear on your desktop.",
"label": "Desktop widgets"
}
},
"media-player": {
"enabled": {
"description": "Show a media player widget on the desktop.",
"label": "Enable media player widget"
},
"hide-mode": {
"description": "Controls how the widget behaves when no media is playing.",
"label": "Hiding mode"
},
"rounded-corners": {
"description": "Enable rounded corners on the widget edges.",
"label": "Rounded corners"
},
"show-album-art": {
"description": "Show the album artwork and track information (title and artist).",
"label": "Show album art & title"
},
"show-background": {
"description": "Show the background container.",
"label": "Show background"
},
"show-buttons": {
"description": "Show media control buttons (play/pause, previous, next).",
"label": "Show buttons"
},
"show-visualizer": {
"description": "Show the audio visualizer overlay.",
"label": "Show visualizer"
},
"visualizer-type": {
"description": "Choose a visualization type.",
"label": "Visualization type"
}
},
"title": "Desktop Widgets",
"weather": {
"enabled": {
"description": "Show a weather widget on the desktop.",
"label": "Enable weather widget"
},
"show-background": {
"description": "Show the background container for the weather widget.",
"label": "Show background"
}
}
},
"display": {
"monitors": {
"brightness": "Brightness",
"brightness-step": {
"description": "Adjust the step size for brightness changes (scroll wheel and keyboard shortcuts).",
"label": "Brightness step size"
},
"brightness-unavailable": {
"ddc-disabled": "Brightness control unavailable. Enable \"External brightness support\" to control this display's brightness.",
"generic": "Brightness control is not available for this display."
},
"enforce-minimum": {
"description": "Solves the problem of backlight completely turning off on some displays at 0% brightness.",
"label": "Enforce minimum brightness (1%)"
},
"external-brightness": {
"description": "Enable DDCUtil support for controlling brightness on external displays via DDC/CI protocol.",
"label": "External brightness support"
},
"section": {
"description": "Adjust settings brightness for each display.",
"label": "Per-monitor settings"
}
},
"night-light": {
"auto-schedule": {
"description": "Based on the sunset and sunrise time in <i>{location}</i> — recommended.",
"label": "Automatic scheduling"
},
"enable": {
"description": "Apply a warm color filter to reduce blue light emission.",
"label": "Enable Night Light"
},
"force-activation": {
"description": "Ignores the schedule and applies the night filter immediately.",
"label": "Force activation"
},
"manual-schedule": {
"description": "Set custom times for sunrise and sunset.",
"label": "Manual scheduling",
"select-start": "Select start time",
"select-stop": "Select stop time",
"sunrise": "Sunrise time",
"sunset": "Sunset time"
},
"section": {
"description": "Reduce blue light emission to help you sleep better and reduce eye strain.",
"label": "Night Light"
},
"temperature": {
"day": "Day",
"day-description": "Controls the temperature during daytime.",
"description": "Set the color warmth for nighttime and daytime.",
"label": "Color temperature",
"night": "Night",
"night-description": "Controls the temperature during nighttime."
}
},
"title": "Display"
},
"dock": {
"appearance": {
"background-opacity": {
"description": "Adjust the dock's background opacity.",
"label": "Background opacity"
},
"border-radius": {
"description": "Adjust the dock's border radius.",
"label": "Border radius"
},
"colorize-icons": {
"description": "Apply theme colors to dock app icons (non-focused apps only).",
"label": "Colorize Icons"
},
"dead-opacity": {
"description": "Adjust the opacity of app icons that are not running.",
"label": "Dead Opacity"
},
"display": {
"always-visible": "Always visible",
"auto-hide": "Auto hide",
"description": "Choose how the dock behaves.",
"exclusive": "Exclusive",
"label": "Display"
},
"floating-distance": {
"description": "Set the distance between the dock and the edge of the screen.",
"label": "Dock floating distance"
},
"hide-show-speed": {
"description": "Adjust the speed of the dock hide/show animation.",
"label": "Hide/Show Speed"
},
"icon-size": {
"description": "Adjust the overall size of the dock.",
"label": "Dock size"
},
"inactive-indicators": {
"description": "Display indicatator pills for all apps, not just the currently active one.",
"label": "Running Indicators"
},
"pinned-static": {
"description": "Always push pinned app icons to the left in static order.",
"label": "Static Pinned Apps"
},
"section": {
"description": "Customize the dock's behavior and appearance.",
"label": "Appearance"
}
},
"enabled": {
"description": "Show or hide the dock entirely.",
"label": "Enable dock"
},
"monitors": {
"only-same-monitor": {
"description": "Show only apps from the monitor where the dock is located.",
"label": "Only apps from same monitor"
},
"section": {
"description": "Show dock on specific monitors. Defaults to all if none are chosen.",
"label": "Monitor display"
}
},
"title": "Dock"
},
"general": {
"fonts": {
"default": {
"description": "Main font used throughout the interface.",
"label": "Default font",
"placeholder": "Select default font...",
"scale": {
"description": "Increase or decrease the size of the standard text.",
"label": "Default font size"
},
"search-placeholder": "Search font..."
},
"monospace": {
"description": "Monospaced font used for numbers and stats display.",
"label": "Monospaced font",
"placeholder": "Select monospace font...",
"scale": {
"description": "Increase or decrease the size of the monospaced text.",
"label": "Monospaced font size"
},
"search-placeholder": "Search monospace font..."
},
"reset-scaling": "Reset scaling",
"section": {
"description": "Choose the fonts used throughout the interface.",
"label": "Fonts"
}
},
"language": {
"section": {
"description": "Choose your preferred language for the application.",
"label": "Language"
},
"select": {
"auto-detect": "Automatic",
"description": "Select the language used in the application's interface.",
"label": "Application language"
}
},
"launch-setup-wizard": "Launch the setup wizard",
"profile": {
"picture": {
"description": "Your profile picture that appears throughout the interface.",
"label": "{user}'s profile picture"
},
"section": {
"description": "Edit your user details and avatar.",
"label": "Profile"
},
"select-avatar": "Select avatar image",
"tooltip": "Profile picture"
},
"screen-corners": {
"radius": {
"description": "Adjust the rounded corners of the screen.",
"label": "Screen corners radius",
"reset": "Reset screen corners radius"
},
"section": {
"description": "Customize screen corner rounding and visual effects.",
"label": "Screen corners"
},
"show-corners": {
"description": "Display rounded corners on the edge of the screen.",
"label": "Show screen corners"
},
"solid-black": {
"description": "Use solid black instead of the bar background color.",
"label": "Solid black corners"
}
},
"title": "General"
},
"hooks": {
"info": {
"command-info": {
"description": "• Commands are executed via shell (sh -c)<br>• Commands run in background (detached)<br>• Test buttons execute with current values",
"label": "Hook command information"
},
"parameters": {
"description": "• Wallpaper hook: $1 = wallpaper path, $2 = screen name<br>• Theme toggle hook: $1 = true/false (Dark Mode state)<br>• Screen lock/unlock hooks: No parameters<br>• Performance mode hooks: No parameters",
"label": "Available parameters"
}
},
"performance-mode-disabled": {
"description": "Command to be executed when Noctalia Performance Mode is disabled.",
"label": "Performance mode disabled",
"placeholder": "e.g., notify-send \"Performance\" \"Mode Disabled\""
},
"performance-mode-enabled": {
"description": "Command to be executed when Noctalia Performance Mode is enabled.",
"label": "Performance mode enabled",
"placeholder": "e.g., notify-send \"Performance\" \"Mode Enabled\""
},
"screen-lock": {
"description": "Command to be executed when the screen is locked.",
"label": "Screen locked",
"placeholder": "e.g., notify-send \"Screen\" \"Locked\""
},
"screen-unlock": {
"description": "Command to be executed when the lock screen is unlocked.",
"label": "Screen unlocked",
"placeholder": "e.g., notify-send \"Screen\" \"Unlocked\""
},
"system-hooks": {
"enable": {
"description": "Enable or disable all hook commands.",
"label": "Enable hooks"
},
"section": {
"description": "Configure commands to be executed when system events occur.",
"label": "System hooks"
}
},
"theme-changed": {
"description": "Command to be executed when theme toggles between Dark and Light Mode.",
"label": "Theme changed",
"placeholder": "e.g., notify-send \"Theme\" \"Toggled\""
},
"title": "Hooks",
"wallpaper-changed": {
"description": "Command to be executed when wallpaper changes.",
"label": "Wallpaper changed",
"placeholder": "e.g., notify-send \"Wallpaper\" \"Changed\""
}
},
"indicator": {
"default-value": "Default: {value}",
"system-default": "System Default"
},
"launcher": {
"settings": {
"clip-preview": {
"description": "Show a preview of the clipboard content when using the >clip command.",
"label": "Enable clip preview"
},
"clipboard-history": {
"description": "Access previously copied items from the launcher.",
"label": "Enable clipboard history"
},
"custom-launch-prefix": {
"description": "Prefix commands with a custom launcher (e.g., 'runapp' for systemd integration).",
"label": "Custom launch prefix"
},
"custom-launch-prefix-enabled": {
"description": "Use a custom prefix for launching applications instead of the default method.",
"label": "Enable custom launch prefix"
},
"grid-view": {
"description": "Display items in a grid layout instead of a list.",
"label": "Grid view"
},
"icon-mode": {
"description": "Use native system icons instead of Tabler icons.",
"label": "Use native icons"
},
"ignore-mouse-input": {
"description": "Disable mouse interaction and scrollwheel in the launcher.",
"label": "Ignore mouse input"
},
"position": {
"description": "Choose where the launcher panel appears.",
"label": "Position"
},
"section": {
"description": "Customize the launcher's behavior and appearance.",
"label": "Appearance"
},
"show-categories": {
"description": "Show category tabs for filtering applications.",
"label": "Show categories"
},
"sort-by-usage": {
"description": "When enabled, frequently launched apps appear first in the list.",
"label": "Sort by most used"
},
"terminal-command": {
"description": "Command to launch a terminal. E.g., 'kitty -e' or 'gnome-terminal --'.",
"label": "Terminal command"
},
"use-app2unit": {
"description": "Uses an alternative launch method to better manage app processes and prevent issues.",
"label": "Use App2Unit to launch applications"
}
},
"title": "Launcher"
},
"location": {
"calendar": {
"cards": {
"section": {
"description": "Organize and enable/disable cards in the calendar panel.",
"label": "Calendar cards"
}
},
"header": {
"label": "Calendar Header"
},
"month": {
"label": "Calendar Month"
}
},
"date-time": {
"12hour-format": {
"description": "Display time in 12-hour format on the lock screen and calendar. The bar clock has its own settings.",
"label": "Use 12-hour time format"
},
"first-day-of-week": {
"automatic": "Automatic (use system locale)",
"description": "Choose which day starts the week in the calendar.",
"label": "First day of week"
},
"section": {
"description": "Customize how date and time appear.",
"label": "Date & time"
},
"show-events": {
"description": "Display events in the calendar panel.",
"label": "Show calendar events"
},
"use-analog": {
"description": "Show an analog style clock on the calendar window and lock screen.",
"label": "Use analog style clock"
},
"week-numbers": {
"description": "Display the week of the year (e.g., week 38) in the calendar.",
"label": "Show week numbers"
}
},
"location": {
"search": {
"description": "e.g., Toronto, ON",
"label": "Search for a location",
"placeholder": "Enter the location name"
},
"section": {
"description": "Get accurate weather and Night Light scheduling by setting your location.",
"label": "Your location"
}
},
"title": "Location",
"weather": {
"enabled": {
"description": "Show weather information throughout the interface and fetch weather data. When disabled, all weather elements will be hidden and no network requests will be made.",
"label": "Enable weather"
},
"fahrenheit": {
"description": "Display temperature in Fahrenheit instead of Celsius.",
"label": "Display temperature in Fahrenheit (°F)"
},
"section": {
"description": "Choose your preferred temperature unit.",
"label": "Weather"
},
"show-effects": {
"description": "Show additional visual effects (like rain, snow, or lightning) on the weather card.",
"label": "Display weather effects"
},
"show-in-calendar": {
"description": "Show the daily weather forecast directly in your calendar view.",
"label": "Display weather in calendar"
}
}
},
"lock-screen": {
"compact-lockscreen": {
"description": "Show only the login input and system controls, hiding weather and media widgets.",
"label": "Compact lock screen"
},
"lock-on-suspend": {
"description": "Automatically lock the screen when suspending the system.",
"label": "Lock on suspend"
},
"show-hibernate": {
"description": "Show the option 'hibernate' in the energy actions.",
"label": "Show hibernate"
},
"show-session-buttons": {
"description": "Allow access to power settings from the lock screen.",
"label": "Power controls"
},
"title": "Lock Screen"
},
"network": {
"bluetooth": {
"description": "Activate Bluetooth management.",
"label": "Enable Bluetooth",
"rssi-polling": {
"label": "Bluetooth signal polling",
"description": "Periodically sample RSSI for connected devices via bluetoothctl. May not be available for all devices; uses minimal resources when enabled."
}
},
"section": {
"description": "Manage Wi-Fi and Bluetooth connections."
},
"title": "Network",
"wifi": {
"description": "Manage wireless networks (requires NetworkManager).",
"label": "Enable Wi-Fi"
}
},
"notifications": {
"duration": {
"critical-urgency": {
"description": "How long critical priority notifications stay visible.",
"label": "Critical urgency"
},
"low-urgency": {
"description": "How long low priority notifications stay visible.",
"label": "Low urgency"
},
"normal-urgency": {
"description": "How long normal priority notifications stay visible.",
"label": "Normal urgency"
},
"reset": "Reset timeout duration",
"respect-expire": {
"description": "Use the expire timeout set in the notification.",
"label": "Respect expire timeout"
},
"section": {
"description": "Configure how long notifications stay visible based on their urgency level.",
"label": "Notification duration"
}
},
"history": {
"critical-urgency": {
"description": "Save critical priority notifications to history.",
"label": "Save critical urgency to history"
},
"low-urgency": {
"description": "Save low priority notifications to history.",
"label": "Save low urgency to history"
},
"normal-urgency": {
"description": "Save normal priority notifications to history.",
"label": "Save normal urgency to history"
},
"section": {
"description": "Control which notifications are saved to history based on their urgency level.",
"label": "History"
}
},
"monitors": {
"section": {
"description": "Show notification on specific monitors. Defaults to all if none are chosen.",
"label": "Monitors display"
}
},
"settings": {
"always-on-top": {
"description": "Display notifications above fullscreen windows and other layers.",
"label": "Always on top"
},
"background-opacity": {
"description": "Adjust the opacity of notification backgrounds.",
"label": "Background opacity"
},
"do-not-disturb": {
"description": "Disable all notification popups when enabled.",
"label": "Do Not Disturb"
},
"enable-osd": {
"description": "Show volume and brightness changes in real-time.",
"label": "Enable on-screen display"
},
"enabled": {
"description": "Enable or disable the notification daemon, requires a restart of Noctalia shell.",
"label": "Enable notifications"
},
"location": {
"description": "Where notifications appear on screen.",
"label": "Location"
},
"section": {
"description": "Configure notifications appearance and behavior.",
"label": "Appearance"
}
},
"sounds": {
"enabled": {
"description": "Enable sound effects for incoming notifications.",
"label": "Enable notification sounds"
},
"excluded-apps": {
"description": "Skip playing the configured notification sound for specific applications that have their own built-in sounds.",
"label": "Excluded applications",
"placeholder": "discord,firefox,chrome,chromium,edge"
},
"files": {
"critical": {
"description": "Path to the sound file played for critical priority notifications.",
"label": "Critical urgency sound",
"select-title": "Select Critical Urgency Sound File"
},
"low": {
"description": "Path to the sound file played for low priority notifications.",
"label": "Low urgency sound",
"select-title": "Select Low Urgency Sound File"
},
"normal": {
"description": "Path to the sound file played for normal priority notifications.",
"label": "Normal urgency sound",
"select-title": "Select Normal Urgency Sound File"
},
"placeholder": "Enter path to sound file",
"section": {
"description": "Configure custom sound files for different notification urgency levels.",
"label": "Sound files"
},
"select-file": "Select Sound File",
"unified": {
"description": "Path to the sound file played for notifications.",
"label": "Notification sound",
"select-title": "Select Notification Sound File"
}
},
"section": {
"description": "Configure notification sound effects and volume.",
"label": "Sound settings"
},
"separate": {
"description": "Use different sound files for low, normal, and critical priority notifications.",
"label": "Use different sounds per priority"
},
"unavailable": {
"description": "Install Qt6 Multimedia to enable notification sounds.",
"label": "Notification sounds unavailable"
},
"volume": {
"description": "Adjust the volume level for notification sounds.",
"label": "Sound volume"
}
},
"title": "Notifications",
"toast": {
"keyboard": {
"description": "Show a toast when the keyboard layout changes.",
"label": "Keyboard layout"
},
"section": {
"description": "Configure toast appearance and behavior.",
"label": "Toast"
}
}
},
"osd": {
"always-on-top": {
"description": "Display OSD above fullscreen windows and other layers.",
"label": "Always on top"
},
"background-opacity": {
"description": "Controls the transparency of the OSD background.",
"label": "Background opacity"
},
"description": "Configure on-screen indicators such as volume and brightness overlays.",
"duration": {
"auto-hide": {
"description": "Adjust the time before OSD disappears.",
"label": "Auto-hide after"
},
"section": {
"description": "How long OSD remains visible before hiding automatically.",
"label": "Auto-hide timeout"
}
},
"enabled": {
"description": "Show volume and brightness changes in real-time.",
"label": "Enable on-screen display"
},
"location": {
"description": "Where on-screen displays appear.",
"label": "Location"
},
"monitors": {
"section": {
"description": "Show OSD on specific monitors. Defaults to all if none are chosen.",
"label": "Monitors display"
}
},
"section": {
"general": {
"description": "Configure visibility and behavior of OSD.",
"label": "General"
}
},
"title": "On-Screen Display",
"types": {
"brightness": {
"description": "Show OSD when screen brightness changes.",
"label": "Brightness"
},
"custom-text": {
"description": "Show OSD for custom text messages from IPC.",
"label": "Custom Text"
},
"input-volume": {
"description": "Show OSD when microphone volume changes.",
"label": "Input volume"
},
"lockkey": {
"description": "Show OSD when Caps Lock, Num Lock, or Scroll Lock are toggled.",
"label": "Lock keys"
},
"section": {
"description": "Select the events that trigger the OSD.",
"label": "OSD trigger events"
},
"volume": {
"description": "Show OSD when audio output volume changes.",
"label": "Output volume"
}
}
},
"plugins": {
"available": {
"description": "Browse and install plugins from configured sources.",
"label": "Available plugins",
"no-plugins-description": "Check your plugin sources or refresh the list.",
"no-plugins-label": "No plugins available"
},
"filter": {
"all": "All",
"downloaded": "Downloaded",
"not-downloaded": "Not Downloaded"
},
"hot-reload": {
"description": "Automatically reload plugins when their files change. Useful for plugin development.",
"label": "Hot reload (dev mode)"
},
"hot-reloaded": "Reloaded plugin: {name}",
"install": "Install",
"install-error": "Failed to install: {error}",
"install-success": "Successfully installed {plugin}",
"installed": {
"description": "Manage and configure all locally installed plugins.",
"label": "Installed plugins",
"no-plugins-description": "Install plugins from the Available Plugins section below.",
"no-plugins-label": "No plugins installed"
},
"installing": "Installing {plugin}...",
"plugin-settings-title": "{plugin} Settings",
"refresh": {
"refreshing": "Refreshing plugins list...",
"tooltip": "Refresh available plugins"
},
"settings": {
"tooltip": "Plugin settings"
},
"settings-error-not-loaded": "Plugin not loaded",
"settings-saved": "Plugin settings saved",
"sources": {
"add-custom": "Add custom repository",
"add-dialog": {
"description": "Add a GitHub repository as a plugin source.",
"error": "Failed to add plugin source",
"name": "Repository name",
"name-placeholder": "My Custom Plugins",
"success": "Plugin source added successfully",
"title": "Add plugin source",
"url": "Repository URL"
},
"description": "Manage plugin repositories.",
"label": "Sources",
"placeholder": "My cool repository",
"remove": {
"tooltip": "Remove plugin source"
}
},
"title": "Plugins",
"uninstall": "Uninstall",
"uninstall-dialog": {
"description": "Are you sure you want to uninstall {plugin}? This will remove all plugin data.",
"title": "Uninstall plugin"
},
"uninstall-error": "Failed to uninstall: {error}",
"uninstall-success": "Successfully uninstalled {plugin}",
"uninstalling": "Uninstalling {plugin}...",
"update": "Update",
"update-all": "Update All ({count})",
"update-all-success": "All plugins updated successfully",
"update-available": "{count} plugins update(s) available",
"update-error": "Failed to update plugin: {plugin}: {error}",
"update-incompatible": "Requires Noctalia v{version} or higher",
"update-success": "Updated {plugin} to v{version}",
"update-version": "v{current} → v{new}",
"updating": "Updating..."
},
"screen-recorder": {
"audio": {
"audio-codec": {
"description": "Opus is recommended for best performance and smallest audio size.",
"label": "Audio codec"
},
"audio-source": {
"description": "Audio source to capture during recording.",
"label": "Audio source"
},
"section": {
"description": "Configure audio recording options.",
"label": "Audio settings"
}
},
"general": {
"copy-to-clipboard": {
"description": "Copy the file to clipboard after recording finishes.",
"label": "Copy to clipboard"
},
"output-folder": {
"description": "Folder where screen recordings will be saved.",
"label": "Output folder",
"tooltip": "Output folder"
},
"section": {
"description": "Manage screen recording output and content.",
"label": "General settings"
},
"select-output-folder": "Select output folder",
"show-cursor": {
"description": "Record mouse cursor in the video.",
"label": "Show cursor"
}
},
"title": "Screen Recorder",
"video": {
"color-range": {
"description": "Limited is recommended for better compatibility.",
"label": "Color range"
},
"frame-rate": {
"description": "Target frame rate for screen recordings.",
"label": "Frame rate"
},
"section": {
"description": "Configure video recording options.",
"label": "Video settings"
},
"video-codec": {
"description": "h264 is the most common codec.",
"label": "Video codec"
},
"video-quality": {
"description": "Higher quality results in larger file sizes.",
"label": "Video quality"
},
"video-source": {
"description": "Portal is recommended, if you get artifacts try Screen.",
"label": "Video source"
}
}
},
"session-menu": {
"countdown-duration": {
"description": "Set how long the countdown timer lasts before executing power actions.",
"label": "Countdown duration"
},
"enable-countdown": {
"description": "Show a countdown timer before executing power actions.",
"label": "Enable countdown timer"
},
"entries": {
"section": {
"description": "Customize which power actions appear in the session menu and in what order.",
"label": "Power actions"
}
},
"entry-settings": {
"command": {
"description": "Custom command to execute for this action. Leave empty to use the default system command.",
"label": "Command",
"placeholder": "e.g., systemctl poweroff"
},
"default-command": {
"lock": "Internal lock screen (no command)",
"logout": "Internal logout (no command)"
},
"default-info": {
"description": "If no custom command is specified, the default system command will be used.",
"label": "Default command"
},
"title": "Configure {entry}",
"tooltip": "Configure command"
},
"general": {
"section": {
"description": "Configure the session menu panel behavior and appearance.",
"label": "General"
}
},
"large-buttons-style": {
"description": "Display the session menu with large buttons in a grid layout.",
"label": "Large buttons style"
},
"position": {
"description": "Choose where the session menu panel appears when opened.",
"label": "Position"
},
"show-header": {
"description": "Display the title and close button at the top of the session menu.",
"label": "Show header"
},
"show-number-labels": {
"description": "Display number labels (1-2-3-4...) on buttons and enable number keybinds for quick selection.",
"label": "Show number labels"
},
"title": "Session Menu"
},
"system-monitor": {
"cpu-section": {
"label": "CPU usage"
},
"critical-color": {
"label": "Critical color"
},
"custom-highlight-colors-title": {
"label": "Custom highlight colors"
},
"disk-path": {
"description": "Select which disk mount point to monitor.",
"label": "Disk path"
},
"disk-section": {
"label": "Disk usage"
},
"enable-dgpu-monitoring": {
"description": "Warning: This will wake up your discrete GPU (NVIDIA/AMD), which may significantly impact battery life on laptops with hybrid graphics.",
"label": "Enable discrete GPU monitoring"
},
"external-monitor": {
"description": "Enter the command or application path to launch when activating the external system monitor application.",
"label": "External system monitor command",
"placeholder": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor"
},
"general": {
"section": {
"description": "Configure the system monitor behavior and appearance.",
"label": "General"
}
},
"gpu-section": {
"label": "GPU temperature"
},
"highlight-colors-section": {
"label": "Highlight colors"
},
"memory-section": {
"label": "Memory usage"
},
"network-section": {
"label": "Network"
},
"polling-interval": {
"label": "Polling interval"
},
"temperature-section": {
"label": "CPU temperature"
},
"threshold": {
"critical": "Critical threshold",
"warning": "Warning threshold"
},
"thresholds-section": {
"description": "Adjust warning/critical thresholds and polling intervals for each system metric.",
"label": "Thresholds"
},
"title": "System Monitor",
"use-custom-highlight-colors": {
"description": "When disabled, theme default highlight colors are used.",
"label": "Use custom highlight colors"
},
"warning-color": {
"label": "Warning color"
}
},
"user-interface": {
"allow-panels-without-bar": {
"description": "When enabled, panels can open on any screen. When disabled, panels will only open on screens that have a bar, which can reduce memory usage.",
"label": "Allow panels on screens without a bar"
},
"animation-disable": {
"description": "Disable all animations for a faster, more responsive experience.",
"label": "Disable UI animations"
},
"animation-speed": {
"description": "Adjust global animation speed.",
"label": "Animation speed",
"reset": "Reset animation speed"
},
"box-border-radius": {
"description": "Adjusts the corner roundness of major layout sections, such as sidebars, cards, and content panels.",
"label": "Container Radius",
"reset": "Reset container radius"
},
"control-border-radius": {
"description": "Controls the curvature of interactive elements, including buttons, toggles, and text fields.",
"label": "Input Radius",
"reset": "Reset input radius"
},
"dim-desktop": {
"description": "Dim the desktop when panels or menus are open.",
"label": "Dim desktop"
},
"dimmer-opacity": {
"description": "Set the opacity level for desktop dimming.",
"label": "Dimmed desktop opacity",
"reset": "Reset dimmed desktop opacity"
},
"panel-background-opacity": {
"description": "Set the background opacity for all panels (bar, launcher, settings, etc...).",
"label": "Panel background opacity"
},
"panels-attached-to-bar": {
"description": "Panels lock to the bar and screen edges, creating a seamless look with stylish inverted corners.",
"label": "Snap panels to edges"
},
"panels-overlay": {
"description": "Ensures panels and the bar remain visible, even over fullscreen applications.",
"label": "Keep panels & bar on top"
},
"scaling": {
"description": "Changes the size of the general user interface, excluding the bar.",
"label": "Interface scaling",
"reset-scaling": "Reset interface scaling"
},
"section": {
"description": "Customize the look, feel, and behavior of the interface.",
"label": "Appearance"
},
"settings-panel-mode": {
"description": "Choose settings layout (may require reopening).",
"label": "Settings panel mode"
},
"shadows": {
"description": "Enables drop shadows under bars and panels.",
"direction": {
"description": "Choose where the shadow is cast from.",
"label": "Shadow direction"
},
"label": "Drop shadows"
},
"title": "User Interface",
"tooltips": {
"description": "Enable or disable tooltips throughout the interface.",
"label": "Show tooltips"
}
},
"wallpaper": {
"automation": {
"change-mode": {
"alphabetical": "Alphabetical",
"description": "Choose how wallpapers are selected when changing automatically.",
"label": "Change mode",
"random": "Random"
},
"custom-interval": {
"description": "Enter time as HH:MM (e.g., 01:30).",
"label": "Custom interval"
},
"interval": {
"description": "How often to change wallpapers automatically.",
"label": "Wallpaper interval"
},
"random-wallpaper": {
"description": "Schedule random wallpaper changes at regular intervals.",
"label": "Random wallpaper"
},
"scheduled-change": {
"description": "Automatically change wallpapers at regular intervals.",
"label": "Scheduled change"
},
"section": {
"label": "Automation"
}
},
"look-feel": {
"edge-smoothness": {
"description": "Applies a soft, feathered effect to the edge of transitions.",
"label": "Soften transition edge"
},
"fill-color": {
"description": "Choose a fill color that may appear behind the wallpaper.",
"label": "Fill color"
},
"fill-mode": {
"description": "Select how the image should scale to match your monitor's resolution.",
"label": "Fill mode"
},
"section": {
"label": "Look & feel"
},
"transition-duration": {
"description": "Duration of transition animations in seconds.",
"label": "Transition duration"
},
"transition-type": {
"description": "Animation type when switching between wallpapers.",
"label": "Transition type"
}
},
"settings": {
"enable-management": {
"description": "Manage wallpapers with Noctalia. Uncheck if you prefer using another application.",
"label": "Enable wallpaper management"
},
"enable-overview": {
"description": "Applies a blurred and dimmed wallpaper to the overview screen.",
"label": "Enable overview wallpaper"
},
"folder": {
"description": "Path to your main wallpaper folder.",
"label": "Wallpaper folder",
"tooltip": "Wallpaper folder"
},
"hide-wallpaper-filenames": {
"description": "Hide wallpaper filenames in the selector.",
"label": "Hide filenames"
},
"monitor-specific": {
"description": "Set a different wallpaper folder for each monitor.",
"label": "Monitor-specific directories",
"tooltip": "Monitor wallpaper folder"
},
"recursive-search": {
"description": "Also search for wallpapers in subfolders of the wallpaper directory.",
"label": "Search subfolders"
},
"section": {
"description": "Control how wallpapers are managed and displayed.",
"label": "Wallpaper settings"
},
"select-folder": "Select wallpaper folder",
"select-monitor-folder": "Select monitor wallpaper folder",
"selector": {
"description": "Choose your wallpaper.",
"label": "Wallpaper selector",
"tooltip": "Wallpaper selector"
},
"selector-position": {
"description": "Choose where the wallpaper selector panel appears.",
"label": "Position"
}
},
"title": "Wallpaper"
}
},
"setup": {
"appearance": {
"header": "Appearance",
"subheader": "Choose Dark Mode and color sources (Matugen or predefined)."
},
"customize": {
"header": "Customize your experience",
"subheader": "Adjust bar position, density, scaling and more."
},
"wallpaper": {
"choose-dir": "Choose a directory containing your wallpaper images",
"dir": {
"browse": "Browse for wallpaper folder",
"description": "Choose the folder containing your wallpapers",
"label": "Wallpaper directory",
"select-title": "Select wallpaper folder"
},
"header": "Choose your wallpaper",
"no-dir": "No wallpaper directory selected",
"no-valid": "No valid image files found in: {dir}",
"none-in-dir": "No wallpapers found in directory",
"preview-error": "Failed to load image",
"select-prompt": "Select a wallpaper below",
"subheader": "Set the mood with a beautiful background."
},
"welcome": {
"note": "Just a few basics to get you started — full options are in the settings"
}
},
"system": {
"cpu-temperature": "{temp}°C",
"disk-usage": "{percent}%",
"location-display": "{name} ({coordinates})",
"monitor-description": "{model} ({width}x{height} @ {scale}x)",
"no-media-player-detected": "No media player detected",
"scaling-percentage": "{percentage}%",
"signal-strength": "{signal}%",
"unknown": "Unknown",
"unknown-app": "Unknown app",
"unknown-layout": "Unknown",
"unknown-version": "Unknown",
"uptime": "Uptime: {uptime}",
"user-requested": "User requested",
"welcome-back": "Welcome back,",
"widget-settings-title": "{widget} Settings"
},
"system-monitor": {
"cpu-temp": "CPU Temp",
"cpu-usage": "CPU Usage",
"disk": "Disk",
"download": "Download",
"download-speed": "Download Speed",
"gpu-temp": "GPU Temp",
"memory": "Memory",
"title": "System Monitor",
"upload": "Upload",
"upload-speed": "Upload Speed"
},
"toast": {
"airplane-mode": {
"disabled": "Disabled",
"enabled": "Enabled",
"title": "Airplane Mode"
},
"battery": {
"low": "Low battery",
"low-desc": "Battery is at {percent}%. Please connect the charger."
},
"bluetooth": {
"confirm-code": "Confirm code {value} on the other device",
"connect-failed": "Failed to connect to device",
"disabled": "Disabled",
"disconnect-failed": "Failed to disconnect from device",
"discoverable-change-failed": "Failed to change discoverable state",
"discoverable-disabled": "Discoverable disabled",
"discoverable-enabled": "Discoverable enabled",
"display-code": "Enter code {value} on the other device",
"enabled": "Enabled",
"forget-failed": "Failed to forget device",
"pair-failed": "Failed to pair device",
"passkey-required": "Passkey required by the device",
"pincode-required": "PIN code required by the device",
"state-change-failed": "Failed to change Bluetooth state",
"address-copied": "Address copied to clipboard"
},
"clipboard": {
"unavailable": "Clipboard history unavailable",
"unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features."
},
"dark-mode": {
"dark-mode": "Dark Mode",
"enabled": "Enabled",
"light-mode": "Light Mode"
},
"do-not-disturb": {
"disabled": "Do Not Disturb disabled",
"disabled-desc": "Showing all notifications.",
"enabled": "Do Not Disturb enabled",
"enabled-desc": "You'll find these notifications in your history."
},
"internet": {
"limited": "Connected without internet"
},
"ipc": {
"powerpanel-deprecated": "PowerPanel has been renamed to SessionMenu, this IPC call will be deprecated soon. Please use \"ipc call sessionMenu toggle\" instead.",
"sidepanel-deprecated": "SidePanel has been renamed to ControlCenter, this IPC call will be deprecated soon. Please use \"ipc call controlCenter toggle\" instead."
},
"keep-awake": {
"disabled": "Disabled",
"enabled": "Enabled"
},
"keyboard-layout": {
"changed": "Keyboard layout changed to {layout}"
},
"kofi": {
"opened": "Ko-fi page opened in your browser"
},
"missing-control-center": {
"description": "The control center widget has been removed from the bar. To access it from the bar again, you will need to re-add the widget. You can open it with right clicking on the bar too.",
"label": "Last control center widget removed"
},
"night-light": {
"disabled": "Disabled",
"enabled": "Enabled",
"forced": "Forced activation",
"normal": "Normal mode",
"not-installed": "wlsunset not installed"
},
"noctalia-performance": {
"disabled": "Performance mode disabled",
"enabled": "Performance mode enabled",
"label": "Noctalia Performance"
},
"power-profile": {
"changed": "Power profile changed",
"profile-name": "{profile}"
},
"recording": {
"failed-general": "Recorder exited with an error",
"failed-gpu": "gpu-screen-recorder exited unexpectedly",
"failed-start": "Failed to start recording",
"no-portals": "Desktop portals not running",
"no-portals-desc": "Start xdg-desktop-portal and a compositor portal (wlr/hyprland/gnome/kde).",
"not-installed": "gpu-screen-recorder not installed",
"not-installed-desc": "Please install gpu-screen-recorder to use screen recording features.",
"saved": "Recording saved",
"started": "Recording started",
"stopping": "Stopping recording…"
},
"theming-processor-failed": {
"desc-generic": "Encountered an error while processing templates",
"title-matugen": "Matugen templating processing failed",
"title-predefined": "Predefined color cheme processing failed"
},
"vpn": {
"connected": "Connected to '{name}'",
"disconnected": "Disconnected from '{name}'"
},
"wallpaper-colors": {
"disabled": "Wallpaper colors disabled",
"enabled": "Wallpaper colors enabled",
"label": "Wallpaper colors generation",
"not-installed": "Matugen not installed — required for wallpaper color extraction"
},
"wifi": {
"connected": "Connected to '{ssid}'",
"connection-failed": "Connection failed",
"connection-timeout": "Connection timeout",
"disabled": "Disabled",
"disconnected": "Disconnected from '{ssid}'",
"enabled": "Enabled",
"incorrect-password": "Incorrect password",
"network-not-found": "Network not found"
}
},
"tooltips": {
"add-widget": "Add widget",
"bluetooth-devices": "Bluetooth devices",
"brightness-at": "Brightness: {brightness}%",
"cancel-timer": "Timer",
"clear-history": "Clear history",
"click-to-start-recording": "Screen recorder (start recording)",
"click-to-stop-recording": "Screen recorder (stop recording)",
"close": "Close",
"collapse": "Collapse sidebar",
"connect-disconnect-devices": "Bluetooth device",
"delete-notification": "Delete notification",
"disable-keep-awake": "Keep Awake",
"do-not-disturb-disabled": "Do Not Disturb",
"do-not-disturb-enabled": "Do Not Disturb",
"enable-keep-awake": "Keep Awake",
"expand": "Expand sidebar",
"forget-network": "Forget network",
"grid-view": "Grid view",
"hidden-files-hide": "Hidden files",
"hidden-files-show": "Hidden files",
"hide-unnamed-devices": "Hide unnamed devices",
"home": "Home directory",
"input-muted": "Toggle input mute",
"keep-awake": "Keep Awake",
"keyboard-layout": "{layout} keyboard layout",
"list-view": "List view",
"manage-vpn": "VPN connections",
"manage-wifi": "Wi-Fi",
"microphone-volume-at": "Microphone volume: {volume}%",
"move-to-center-section": "Center section",
"move-to-left-section": "Left section",
"move-to-right-section": "Right section",
"mute": "Mute",
"next-media": "Next track",
"next-month": "Next month",
"night-light-disabled": "Night Light",
"night-light-enabled": "Night Light",
"night-light-forced": "Night Light",
"night-light-not-installed": "Night Light (not available)",
"noctalia-performance-disabled": "Noctalia Performance Mode",
"noctalia-performance-enabled": "Noctalia Performance Mode",
"open-control-center": "Control center",
"open-notification-history-disable-dnd": "Notification history",
"open-notification-history-enable-dnd": "Notification history",
"open-settings": "Settings",
"open-tray-dropdown": "System tray",
"open-wallpaper-selector": "Wallpaper selector",
"output-muted": "Toggle output mute",
"pause": "Pause",
"play": "Play",
"power-profile": "{profile} power profile",
"previous-media": "Previous track",
"previous-month": "Previous month",
"refresh": "Refresh",
"refresh-devices": "Refresh devices",
"refresh-wallhaven": "Refresh Wallhaven results",
"refresh-wallpaper-list": "Refresh wallpaper list",
"copy-address": "Copy address",
"remove-widget": "Remove widget",
"screen-recorder-not-installed": "Screen recorder (not installed)",
"search": "Search",
"search-close": "Close search",
"session-menu": "Session menu",
"set-power-profile": "{profile} power profile",
"show-all-devices": "Show all devices",
"start-screen-recording": "Screen recorder",
"stop-screen-recording": "Screen recorder",
"switch-to-dark-mode": "Dark Mode",
"switch-to-light-mode": "Light Mode",
"unmute": "Unmute",
"up": "Parent directory",
"volume-at": "Output volume: {volume}%",
"wallpaper-selector": "Wallpaper selector",
"widget-settings": "Widget settings"
},
"wallpaper": {
"configure-directory": "Configure your wallpaper directory with images.",
"fill-modes": {
"center": "Center",
"crop": "Crop (Fill)",
"fit": "Fit (Contain)",
"stretch": "Stretch"
},
"no-match": "No match found.",
"no-wallpaper": "No wallpaper found.",
"panel": {
"apikey": {
"help": "An API key is required to access NSFW content.",
"label": "API Key",
"placeholder": "Enter your Wallhaven API Key"
},
"apply-all-monitors": {
"description": "Apply the selected wallpaper to all monitors.",
"label": "Apply to all monitors"
},
"categories": {
"anime": "Anime",
"general": "General",
"label": "Categories",
"people": "People"
},
"order": {
"asc": "Ascending",
"desc": "Descending",
"label": "Order"
},
"purity": {
"all": "All",
"label": "Content filter",
"nsfw": "NSFW",
"sfw": "SFW",
"sketchy": "Sketchy"
},
"ratios": {
"any": "Any",
"label": "Aspect Ratio"
},
"resolution": {
"atleast": "At least",
"exact": "Exact",
"label": "Resolution",
"mode": {
"label": "Mode"
}
},
"search": "Search",
"sorting": {
"date_added": "Date added",
"favorites": "Favorites",
"label": "Sort by",
"random": "Random",
"relevance": "Relevance",
"toplist": "Toplist",
"views": "Views"
},
"source": {
"label": "Source",
"local": "Local",
"wallhaven": "Wallhaven"
},
"title": "Wallpaper Selector",
"wallhaven-settings": {
"apply": "Apply",
"title": "Wallhaven Settings"
}
},
"transitions": {
"disc": "Disc",
"fade": "Fade",
"none": "None",
"random": "Random",
"stripes": "Stripes",
"wipe": "Wipe"
},
"try-different-search": "Try a different search query.",
"unknown": "Unknown",
"wallhaven": {
"loading": "Loading wallpapers...",
"no-results": "No wallpapers found. Try a different search query.",
"page": "{current} of {total}"
}
},
"weather": {
"clear-sky": "Clear sky",
"drizzle": "Drizzle",
"fog": "Fog",
"mainly-clear": "Mainly clear",
"overcast": "Overcast",
"partly-cloudy": "Partly cloudy",
"rain-showers": "Rain showers",
"snow": "Snow",
"thunderstorm": "Thunderstorm",
"unknown": "Unknown"
},
"widgets": {
"color-picker": {
"apply": "Apply",
"cancel": "Cancel",
"palette": {
"description": "Choose from a wide range of predefined colors.",
"label": "Palette",
"theme-colors": "Quick access to your theme's color palette."
},
"title": "Color picker"
},
"datetime-tokens": {
"ampm": {
"lowercase": "am/pm in lowercase",
"uppercase": "AM/PM in uppercase"
},
"common": {
"12hour-time-minutes": "12-hour time with minutes",
"24hour-time-minutes": "24-hour time with minutes",
"24hour-time-seconds": "24-hour time with seconds",
"european-date": "European date format",
"iso-date": "ISO date format",
"us-date": "US date format",
"weekday-date": "Weekday with date",
"weekday-month-day": "Weekday, month and day"
},
"day": {
"abbreviated": "Abbreviated day name",
"full": "Full day name",
"leading-zero": "Day with leading zero (01-31)",
"no-leading-zero": "Day without leading zero (1-31)"
},
"hour": {
"leading-zero": "Hour with leading zero (00-23) — 24-hour format",
"no-leading-zero": "Hour without leading zero (0-23) — 24-hour format"
},
"minute": {
"leading-zero": "Minute with leading zero (00-59)",
"no-leading-zero": "Minute without leading zero (0-59)"
},
"month": {
"abbreviated": "Abbreviated month name",
"full": "Full month name",
"number-leading-zero": "Month as number with leading zero (01-12)",
"number-no-zero": "Month as number without leading zero (1-12)"
},
"second": {
"leading-zero": "Second with leading zero (00-59)",
"no-leading-zero": "Second without leading zero (0-59)"
},
"timezone": {
"abbreviation": "Timezone abbreviation"
},
"year": {
"four-digit": "Year as four-digit number",
"two-digit": "Year as two-digit number (00-99)"
}
},
"file-picker": {
"cancel": "Cancel",
"search-placeholder": "Search files and folders...",
"select-current": "Select Current",
"select-file": "Select File",
"select-folder": "Select Folder",
"title": "File Picker"
},
"icon-picker": {
"apply": "Apply",
"cancel": "Cancel",
"search": {
"label": "Search"
},
"title": "Icon picker"
},
"text-input": {
"clear": "Clear"
},
"tooltip": {
"placeholder": "Placeholder"
}
},
"wifi": {
"panel": {
"action-required": "Action required",
"available-networks": "Available networks",
"connect": "Connect",
"connected": "Connected",
"disabled": "WiFi is disabled",
"disconnect": "Disconnect",
"disconnecting": "Disconnecting…",
"dns": "DNS",
"enable-message": "Enable WiFi to see available networks.",
"enter-password": "Enter WiFi password",
"forget": "Forget",
"forget-network": "Forget this network",
"forgetting": "Forgetting…",
"frequency": "Frequency",
"gateway": "Gateway",
"info": "Info",
"internet": "Internet",
"internet-connected": "Internet connected",
"internet-limited": "No internet",
"ipv4": "IPv4",
"known-networks": "Known networks",
"link-speed": "Link speed",
"no-networks": "No WiFi networks found",
"password": "Password",
"saved": "Saved",
"scan-again": "Scan again",
"searching": "Searching for networks...",
"security": "Security",
"title": "WiFi"
},
"signal": {
"excellent": "Excellent",
"fair": "Fair",
"good": "Good",
"poor": "Poor",
"very-good": "Very Good",
"weak": "Weak"
}
}
}