Files
noctalia-shell/Assets/Translations/en.json
T
loner 63bd97e76f feat(i18n): Implement and refine language selection feature
Introduces a language selection option in settings, allowing users to manually choose an application language or revert to automatic system locale detection. This includes UI updates, settings integration, and improved language detection logic.
2025-10-19 01:29:39 +08:00

1691 lines
57 KiB
JSON

{
"settings": {
"general": {
"title": "General",
"profile": {
"section": {
"label": "Profile",
"description": "Edit your user details and avatar."
},
"picture": {
"label": "{user}'s Profile picture",
"description": "Your profile picture that appears throughout the interface."
},
"select-avatar": "Select avatar image"
},
"screen-corners": {
"section": {
"label": "Screen corners",
"description": "Customize screen corner rounding and visual effects."
},
"show-corners": {
"label": "Show screen corners",
"description": "Display rounded corners on the edge of the screen."
},
"solid-black": {
"label": "Solid black corners",
"description": "Use solid black instead of the bar background color."
},
"radius": {
"label": "Screen corners radius",
"description": "Adjust the rounded corners of the screen.",
"reset": "Reset screen corners radius"
}
},
"lockscreen": {
"section": {
"label": "Lock screen",
"description": "Configure lock screen behavior."
},
"lock-on-suspend": {
"label": "Lock on suspend",
"description": "Automatically lock the screen when suspending the system."
}
},
"fonts": {
"reset-scaling": "Reset scaling",
"section": {
"label": "Fonts",
"description": "Choose the fonts used throughout the interface."
},
"default": {
"label": "Default font",
"description": "Main font used throughout the interface.",
"placeholder": "Select default font...",
"search-placeholder": "Search font...",
"scale": {
"label": "Default font size",
"description": "Increase or decrease the size of the standard text."
}
},
"monospace": {
"label": "Monospaced font",
"description": "Monospaced font used for numbers and stats display.",
"placeholder": "Select monospace font...",
"search-placeholder": "Search monospace font...",
"scale": {
"label": "Monospaced font size",
"description": "Increase or decrease the size of the monospaced text."
}
}
},
"language": {
"section": {
"label": "Language",
"description": "Choose your preferred language for the application."
},
"select": {
"label": "Application Language",
"description": "Select the language used in the application's interface.",
"auto-detect": "Automatic"
}
}
},
"audio": {
"title": "Audio",
"volumes": {
"section": {
"label": "Volumes",
"description": "Adjust volume controls and audio levels."
},
"output-volume": {
"label": "Output volume",
"description": "System-wide volume level."
},
"mute-output": {
"label": "Mute audio output",
"description": "Mute the system's main audio output."
},
"input-volume": {
"label": "Input volume",
"description": "Microphone input volume level."
},
"mute-input": {
"label": "Mute audio input",
"description": "Mute the default audio input (microphone)."
},
"step-size": {
"label": "Volume step size",
"description": "Adjust the step size for volume changes (scroll wheel, keyboard shortcuts)."
},
"volume-overdrive": {
"label": "Allow volume overdrive",
"description": "Allow raising volume above 100%. May not be supported by all hardware."
}
},
"devices": {
"section": {
"label": "Audio devices",
"description": "Configure available audio input and output devices."
},
"output-device": {
"label": "Output device",
"description": "Select the desired audio output device."
},
"input-device": {
"label": "Input device",
"description": "Select the desired audio input device."
}
},
"media": {
"section": {
"label": "Media players",
"description": "Set your preferred and ignored media applications."
},
"primary-player": {
"label": "Primary player",
"description": "Enter a keyword to identify your main player.",
"placeholder": "e.g. spotify, vlc, mpv"
},
"excluded-player": {
"label": "Excluded player",
"description": "Add keywords for players you want the system to ignore. Each keyword should be on a new line.",
"placeholder": "type substring and press +"
},
"visualizer-type": {
"label": "Visualization type",
"description": "Choose a visualization type for media playback"
},
"frame-rate": {
"label": "Frame rate",
"description": "Higher rates are smoother but use more resources."
},
"scrolling-title": {
"label": "Scrolling title",
"description": "Enable continuous scrolling for long media titles"
},
"scrolling-speed": {
"label": "Scrolling speed",
"description": "Time in seconds for the title to scroll from start to end"
}
}
},
"display": {
"title": "Display",
"monitors": {
"section": {
"label": "Per-monitor settings",
"description": "Adjust settings brightness for each display."
},
"brightness": "Brightness",
"brightness-step": {
"label": "Brightness step size",
"description": "Adjust the step size for brightness changes (scroll wheel and keyboard shortcuts)."
}
},
"night-light": {
"section": {
"label": "Night light",
"description": "Reduce blue light emission to help you sleep better and reduce eye strain."
},
"enable": {
"label": "Enable night light",
"description": "Apply a warm color filter to reduce blue light emission."
},
"temperature": {
"label": "Color temperature",
"description": "Set the color warmth for nighttime and daytime.",
"night": "Night",
"day": "Day"
},
"auto-schedule": {
"label": "Automatic scheduling",
"description": "Based on the sunset and sunrise time in <i>{location}</i> - recommended."
},
"manual-schedule": {
"label": "Manual scheduling",
"description": "Set custom times for sunrise and sunset.",
"sunrise": "Sunrise time",
"sunset": "Sunset time",
"select-start": "Select start time",
"select-stop": "Select stop time"
},
"force-activation": {
"label": "Force activation",
"description": "Ignores the schedule and applies the night filter immediately."
}
}
},
"bar": {
"title": "Bar",
"appearance": {
"section": {
"label": "Appearance",
"description": "Customize the bar's appearance and position."
},
"position": {
"label": "Bar position",
"description": "Choose where to place the bar on the screen."
},
"density": {
"label": "Bar density",
"description": "Adjust the bar's padding for a compact or spacious look."
},
"background-opacity": {
"label": "Background opacity",
"description": "Adjust the background opacity of the bar."
},
"show-capsule": {
"label": "Show capsule",
"description": "Show widget backgrounds."
},
"floating": {
"label": "Floating bar",
"description": "Displays the bar as a floating 'pill'. Note: This will move the screen corners to the edges."
},
"margins": {
"label": "Margins",
"description": "Adjust the margins around the floating bar.",
"vertical": "Vertical",
"horizontal": "Horizontal"
}
},
"widgets": {
"section": {
"label": "Widgets positioning",
"description": "Drag and drop widgets to reorder them. Badges indicate usage: [L]eft, [C]enter, [R]ight."
}
},
"monitors": {
"section": {
"label": "Monitors display",
"description": "Show bar on specific monitors. Defaults to all if none are chosen."
}
},
"tray": {
"blacklist": {
"label": "Blacklist",
"description": "Add tray exclusion rules, supports wildcards (*).",
"placeholder": "e.g., nm-applet, Fcitx*"
}
}
},
"dock": {
"title": "Dock",
"appearance": {
"section": {
"label": "Appearance",
"description": "Customize the dock's behavior and appearance."
},
"display": {
"label": "Display",
"description": "Choose how the dock behaves.",
"always-visible": "Always visible",
"auto-hide": "Auto hide",
"exclusive": "Exclusive"
},
"background-opacity": {
"label": "Background opacity",
"description": "Adjust the dock's background opacity."
},
"floating-distance": {
"label": "Dock floating distance",
"description": "Adjust the floating distance from the screen edge."
},
"colorize-icons": {
"label": "Colorize Icons",
"description": "Apply theme colors to dock app icons (non-focused apps only)."
}
},
"monitors": {
"section": {
"label": "Monitor display",
"description": "Choose which monitor to display the dock on."
},
"only-same-output": {
"label": "Only apps from same output",
"description": "Show only apps from the output where the dock is located."
}
}
},
"launcher": {
"title": "Launcher",
"settings": {
"section": {
"label": "Appearance",
"description": "Customize the launcher's behavior and appearance."
},
"position": {
"label": "Position",
"description": "Choose where the launcher panel appears."
},
"background-opacity": {
"label": "Background opacity",
"description": "Adjust the background opacity of the launcher."
},
"clipboard-history": {
"label": "Enable clipboard history",
"description": "Access previously copied items from the launcher."
},
"sort-by-usage": {
"label": "Sort by most used",
"description": "When enabled, frequently launched apps appear first in the list."
},
"use-app2unit": {
"label": "Use App2Unit to launch applications",
"description": "Uses an alternative launch method to better manage app processes and prevent issues."
},
"terminal-command": {
"label": "Terminal command",
"description": "Command to launch a terminal. E.g., 'kitty -e' or 'gnome-terminal --'."
}
}
},
"notifications": {
"title": "Notifications",
"settings": {
"section": {
"label": "Appearance",
"description": "Configure notifications appearance and behavior."
},
"do-not-disturb": {
"label": "Do not disturb",
"description": "Disable all notification popups when enabled."
},
"enable-osd": {
"label": "Enable on screen display",
"description": "Show volume and brightness changes in real-time."
},
"location": {
"label": "Location",
"description": "Where notifications appear on screen."
},
"always-on-top": {
"label": "Always on top",
"description": "Display notifications above fullscreen windows and other layers."
}
},
"duration": {
"section": {
"label": "Notification duration",
"description": "Configure how long notifications stay visible based on their urgency level."
},
"respect-expire": {
"label": "Respect expire timeout",
"description": "Use the expire timeout set in the notification."
},
"low-urgency": {
"label": "Low urgency",
"description": "How long low priority notifications stay visible."
},
"normal-urgency": {
"label": "Normal urgency",
"description": "How long normal priority notifications stay visible."
},
"critical-urgency": {
"label": "Critical urgency",
"description": "How long critical priority notifications stay visible."
}
},
"monitors": {
"section": {
"label": "Monitors display",
"description": "Show notification on specific monitors. Defaults to all if none are chosen."
}
}
},
"osd": {
"title": "On-Screen Display",
"description": "Configure on-screen indicators such as volume and brightness overlays.",
"section": {
"general": {
"label": "General",
"description": "Configure visibility and behavior of OSD."
}
},
"enabled": {
"label": "Enable on screen display",
"description": "Show volume and brightness changes in real-time."
},
"always-on-top": {
"label": "Always on top",
"description": "Display OSD above fullscreen windows and other layers."
},
"location": {
"label": "Location",
"description": "Where on-screen displays appear."
},
"duration": {
"section": {
"label": "Auto-hide timeout",
"description": "How long OSD remains visible before hiding automatically."
},
"auto-hide": {
"label": "Auto-hide after",
"description": "Adjust the time before OSD disappears."
}
},
"monitors": {
"section": {
"label": "Monitors display",
"description": "Show OSD on specific monitors. Defaults to all if none are chosen."
}
}
},
"wallpaper": {
"title": "Wallpaper",
"settings": {
"section": {
"label": "Wallpaper settings",
"description": "Control how wallpapers are managed and displayed."
},
"enable-management": {
"label": "Enable wallpaper management",
"description": "Manage wallpapers with Noctalia. Uncheck if you prefer using another application."
},
"folder": {
"label": "Wallpaper folder",
"description": "Path to your main wallpaper folder.",
"tooltip": "Browse for wallpaper folder"
},
"monitor-specific": {
"label": "Monitor-specific directories",
"description": "Set a different wallpaper folder for each monitor.",
"tooltip": "Browse for wallpaper folder"
},
"select-folder": "Select wallpaper folder",
"select-monitor-folder": "Select monitor wallpaper folder"
},
"look-feel": {
"section": {
"label": "Look & feel"
},
"fill-mode": {
"label": "Fill mode",
"description": "Select how the image should scale to match your monitor's resolution."
},
"fill-color": {
"label": "Fill color",
"description": "Choose a fill color that may appear behind the wallpaper."
},
"transition-type": {
"label": "Transition type",
"description": "Animation type when switching between wallpapers."
},
"transition-duration": {
"label": "Transition duration",
"description": "Duration of transition animations in seconds."
},
"edge-smoothness": {
"label": "Soften transition edge",
"description": "Applies a soft, feathered effect to the edge of transitions."
}
},
"automation": {
"section": {
"label": "Automation"
},
"random-wallpaper": {
"label": "Random wallpaper",
"description": "Schedule random wallpaper changes at regular intervals."
},
"interval": {
"label": "Wallpaper interval",
"description": "How often to change wallpapers automatically."
},
"custom-interval": {
"label": "Custom interval",
"description": "Enter time as HH:MM (e.g., 01:30)."
}
}
},
"color-scheme": {
"title": "Color scheme",
"color-source": {
"section": {
"label": "Color source",
"description": "Main settings for Noctalia's colors."
},
"dark-mode": {
"label": "Dark mode",
"description": "Switches to a darker theme for easier viewing at night."
},
"use-wallpaper-colors": {
"label": "Use wallpaper colors",
"description": "Generate color schemes from your wallpaper using Matugen. Automatically extracts colors to create a cohesive theme."
},
"matugen-scheme-type": {
"label": "Matugen scheme type",
"description": "Choose the color scheme generation algorithm for Matugen."
}
},
"predefined": {
"section": {
"label": "Predefined color schemes",
"description": "Choose from a collection of predefined color schemes."
},
"generate-templates": {
"label": "Generate templates for predefined schemes",
"description": "Generate Matugen templates (GTK, terminal themes, etc.) when using predefined color schemes."
}
},
"templates": {
"section": {
"label": "Templates",
"description": "Apply colors to external applications."
},
"ui": {
"label": "UI",
"description": "Desktop environment and UI toolkit theming.",
"gtk": {
"description": "Write {filepath}"
},
"qt": {
"description": "Write {filepath}"
},
"kcolorscheme": {
"description": "Write {filepath}"
}
},
"terminal": {
"label": "Terminal",
"description": "Terminal emulator theming.",
"kitty": {
"description": "Write {filepath} and reload",
"description-missing": "Requires {app} to be installed"
},
"ghostty": {
"description": "Write {filepath} and reload",
"description-missing": "Requires {app} to be installed"
},
"foot": {
"description": "Write {filepath} and reload",
"description-missing": "Requires {app} to be installed"
}
},
"programs": {
"label": "Programs",
"description": "Application-specific theming.",
"fuzzel": {
"description": "Write {filepath} and reload",
"description-missing": "Requires {app} to be installed"
},
"discord": {
"description": "Write {filepath} for {client}",
"description-missing": "No Discord client detected. Install vencord, vesktop, webcord, armcord, equibop, lightcord, or dorion."
},
"pywalfox": {
"description": "Write {filepath} and run pywalfox update",
"description-missing": "Requires {app} to be installed"
}
},
"misc": {
"label": "Misc",
"description": "Additional configuration options.",
"user-templates": {
"label": "User templates",
"description": "Enable user-defined Matugen config from ~/.config/matugen/config.toml"
}
}
}
},
"location": {
"title": "Location",
"location": {
"section": {
"label": "Your location",
"description": "Get accurate weather and night light scheduling by setting your location."
},
"search": {
"label": "Search for a location",
"description": "e.g., Toronto, ON",
"placeholder": "Enter the location name"
}
},
"weather": {
"section": {
"label": "Weather",
"description": "Choose your preferred temperature unit."
},
"enabled": {
"label": "Enable weather",
"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."
},
"fahrenheit": {
"label": "Display temperature in Fahrenheit (°F)",
"description": "Display temperature in Fahrenheit instead of Celsius."
}
},
"date-time": {
"section": {
"label": "Date & time",
"description": "Customize how date and time appear."
},
"12hour-format": {
"label": "Use 12-hour time format",
"description": "On for AM/PM format (e.g., 8:00 PM), off for 24-hour format (e.g., 20:00)."
},
"week-numbers": {
"label": "Show week numbers",
"description": "Displays the week of the year (e.g., Week 38) in the calendar."
}
}
},
"network": {
"title": "Network",
"section": {
"description": "Manage Wi-Fi and Bluetooth connections."
},
"wifi": {
"label": "Enable Wi-Fi"
},
"bluetooth": {
"label": "Enable Bluetooth"
}
},
"screen-recorder": {
"title": "Screen recorder",
"general": {
"section": {
"label": "General settings",
"description": "Manage screen recording output and content."
},
"output-folder": {
"label": "Output folder",
"description": "Folder where screen recordings will be saved.",
"tooltip": "Browse for output folder"
},
"show-cursor": {
"label": "Show cursor",
"description": "Record mouse cursor in the video."
},
"select-output-folder": "Select output folder"
},
"video": {
"section": {
"label": "Video settings",
"description": "Configure video recording options."
},
"video-source": {
"label": "Video source",
"description": "Portal is recommended, if you get artifacts try Screen."
},
"frame-rate": {
"label": "Frame rate",
"description": "Target frame rate for screen recordings."
},
"video-quality": {
"label": "Video quality",
"description": "Higher quality results in larger file sizes."
},
"video-codec": {
"label": "Video codec",
"description": "h264 is the most common codec."
},
"color-range": {
"label": "Color range",
"description": "Limited is recommended for better compatibility."
}
},
"audio": {
"section": {
"label": "Audio settings",
"description": "Configure audio recording options."
},
"audio-source": {
"label": "Audio source",
"description": "Audio source to capture during recording."
},
"audio-codec": {
"label": "Audio codec",
"description": "Opus is recommended for best performance and smallest audio size."
}
}
},
"about": {
"title": "About",
"noctalia": {
"section": {
"label": "Noctalia shell",
"description": "A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell."
},
"latest-version": "Latest version:",
"installed-version": "Installed version:",
"download-latest": "Download latest release"
},
"contributors": {
"section": {
"label": "Contributors",
"description": "Shout-out to our {count} <b>awesome</b> contributor!",
"description_plural": "Shout-out to our {count} <b>awesome</b> contributors!"
}
},
"support": "Support us"
},
"hooks": {
"title": "Hooks",
"system-hooks": {
"section": {
"label": "System hooks",
"description": "Configure commands to be executed when system events occur."
},
"enable": {
"label": "Enable hooks",
"description": "Enable or disable all hook commands."
}
},
"wallpaper-changed": {
"label": "Wallpaper changed",
"description": "Command to be executed when wallpaper changes.",
"placeholder": "e.g., notify-send \"Wallpaper\" \"Changed\""
},
"theme-changed": {
"label": "Theme changed",
"description": "Command to be executed when theme toggles between dark and light mode.",
"placeholder": "e.g., notify-send \"Theme\" \"Toggled\""
},
"info": {
"command-info": {
"label": "Hook Command Information",
"description": "• Commands are executed via shell (sh -c)\n• Commands run in background (detached)\n• Test buttons execute with current values"
},
"parameters": {
"label": "Available Parameters",
"description": "• Wallpaper Hook: $1 = wallpaper path, $2 = screen name\n• Theme Toggle Hook: $1 = true/false (dark mode state)"
}
}
},
"control-center": {
"title": "Control Center",
"section": {
"label": "Appearance",
"description": "Configure the Control Center panel positioning and behavior."
},
"position": {
"label": "Position",
"description": "Choose where the Control Center panel appears when opened."
},
"cards": {
"section": {
"label": "Cards",
"description": "Customize which controls appear in the Control Center and in what order."
}
},
"shortcuts": {
"section": {
"label": "Shortcuts widgets",
"description": "Configure and manage the shortcuts widgets."
},
"sectionLeft": "Left",
"sectionRight": "Right"
}
},
"user-interface": {
"title": "User interface",
"section": {
"label": "Appearance",
"description": "Customize the look, feel, and behavior of the interface."
},
"tooltips": {
"label": "Show tooltips",
"description": "Enable or disable tooltips throughout the interface."
},
"scaling": {
"label": "Interface scaling",
"description": "Changes the size of the general user interface, excluding the bar.",
"reset-scaling": "Reset interface scaling"
},
"dim-desktop": {
"label": "Dim desktop",
"description": "Dim the desktop when panels or menus are open."
},
"compact-lockscreen": {
"label": "Compact lock screen",
"description": "Show only the login input and system controls, hiding weather and media widgets."
},
"border-radius": {
"label": "Border radius",
"description": "Controls the corner roundness of windows, buttons, and other elements.",
"reset": "Reset border radius"
},
"animation-speed": {
"label": "Animation speed",
"description": "Adjust global animation speed.",
"reset": "Reset animation speed"
},
"animation-disable": {
"label": "Disable UI Animations",
"description": "Disable all animations for a faster, more responsive experience."
}
}
},
"widgets": {
"tooltip": {
"placeholder": "Placeholder"
},
"file-picker": {
"title": "File Picker",
"select-folder": "Select Folder",
"select-file": "Select File",
"search-placeholder": "Search files and folders...",
"select-current": "Select Current",
"cancel": "Cancel"
},
"datetime-tokens": {
"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",
"weekday-month-day": "Weekday, month and day",
"iso-date": "ISO date format",
"us-date": "US date format",
"european-date": "European date format",
"weekday-date": "Weekday with date"
},
"hour": {
"no-leading-zero": "Hour without leading zero (0-23) - 24-hour format",
"leading-zero": "Hour with leading zero (00-23) - 24-hour format"
},
"minute": {
"no-leading-zero": "Minute without leading zero (0-59)",
"leading-zero": "Minute with leading zero (00-59)"
},
"second": {
"no-leading-zero": "Second without leading zero (0-59)",
"leading-zero": "Second with leading zero (00-59)"
},
"ampm": {
"uppercase": "AM/PM in uppercase",
"lowercase": "am/pm in lowercase"
},
"timezone": {
"abbreviation": "Timezone abbreviation"
},
"year": {
"two-digit": "Year as two-digit number (00-99)",
"four-digit": "Year as four-digit number"
},
"month": {
"number-no-zero": "Month as number without leading zero (1-12)",
"number-leading-zero": "Month as number with leading zero (01-12)",
"abbreviated": "Abbreviated month name",
"full": "Full month name"
},
"day": {
"no-leading-zero": "Day without leading zero (1-31)",
"leading-zero": "Day with leading zero (01-31)",
"abbreviated": "Abbreviated day name",
"full": "Full day name"
}
},
"icon-picker": {
"title": "Icon picker",
"search": {
"label": "Search"
},
"cancel": "Cancel",
"apply": "Apply"
},
"color-picker": {
"title": "Color picker",
"hex": {
"label": "Hex color",
"description": "Enter a hexadecimal color code."
},
"rgb": {
"label": "RGB values",
"description": "Adjust red, green, blue, and brightness values."
},
"brightness": "Brightness",
"theme-colors": {
"label": "Theme colors",
"description": "Quick access to your theme's color palette."
},
"palette": {
"label": "Palette",
"description": "Choose from a wide range of predefined colors."
},
"cancel": "Cancel",
"apply": "Apply"
}
},
"bar": {
"widget-settings": {
"dialog": {
"cancel": "Cancel",
"apply": "Apply"
},
"section-editor": {
"placeholder": "Select a widget to add...",
"search-placeholder": "Search widget..."
},
"active-window": {
"hide-mode": {
"label": "Hiding mode",
"description": "Controls how the widget behaves when no window is active."
},
"show-app-icon": {
"label": "Show app icon",
"description": "Display the application icon next to the window title."
},
"scrolling-mode": {
"label": "Scrolling mode",
"description": "Control when text scrolling is enabled for long window titles."
},
"width": {
"label": "Widget Width",
"description": "Controls the horizontal size of the widget."
},
"colorize-icons": {
"label": "Colorize Icons",
"description": "Apply theme colors to active window icon."
}
},
"system-monitor": {
"cpu-usage": {
"label": "CPU usage",
"description": "Display current CPU usage percentage."
},
"cpu-temperature": {
"label": "CPU temperature",
"description": "Show CPU temperature readings if available."
},
"memory-usage": {
"label": "Memory usage",
"description": "Display current RAM usage information."
},
"memory-percentage": {
"label": "Memory as percentage",
"description": "Show memory usage as a percentage instead of absolute values."
},
"network-traffic": {
"label": "Network traffic",
"description": "Display network upload and download speeds."
},
"storage-usage": {
"label": "Storage usage",
"description": "Show disk space usage information."
}
},
"notification-history": {
"show-unread-badge": {
"label": "Show unread badge",
"description": "Display a badge showing the number of unread notifications."
},
"hide-badge-when-zero": {
"label": "Hide badge when zero",
"description": "Hide the notification badge when there are no unread notifications."
}
},
"battery": {
"display-mode": {
"label": "Display mode",
"description": "Choose how you'd like this value to appear."
},
"low-battery-threshold": {
"label": "Low battery warning threshold",
"description": "Show a warning when battery falls below this percentage."
}
},
"control-center": {
"use-distro-logo": {
"label": "Use distro logo instead of icon",
"description": "Use your distribution's logo instead of a custom icon."
},
"icon": {
"label": "Icon",
"description": "Select an icon from the library or a custom file."
},
"browse-library": "Browse Library",
"browse-file": "Browse File",
"select-custom-icon": "Select a custom icon"
},
"keyboard-layout": {
"display-mode": {
"label": "Display mode",
"description": "Choose how you'd like this value to appear."
}
},
"volume": {
"display-mode": {
"label": "Display mode",
"description": "Choose how you'd like this value to appear."
}
},
"workspace": {
"label-mode": {
"label": "Label Mode",
"description": "Choose how workspace labels are displayed."
},
"hide-unoccupied": {
"label": "Hide unoccupied",
"description": "Don't display workspaces without windows."
}
},
"microphone": {
"display-mode": {
"label": "Display mode",
"description": "Choose how you'd like this value to appear."
}
},
"brightness": {
"display-mode": {
"label": "Display mode",
"description": "Choose how you'd like this value to appear."
}
},
"spacer": {
"width": {
"label": "Width",
"description": "Spacing width in pixels"
}
},
"custom-button": {
"icon": {
"label": "Icon",
"description": "Select an icon from the library."
},
"browse": "Browse",
"left-click": {
"label": "Left click",
"description": "Command to execute when the button is left-clicked."
},
"right-click": {
"label": "Right click",
"description": "Command to execute when the button is right-clicked."
},
"middle-click": {
"label": "Middle click",
"description": "Command to execute when the button is middle-clicked."
},
"dynamic-text": "Dynamic text",
"display-command-output": {
"label": "Display Command Output",
"description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text."
},
"refresh-interval": {
"label": "Refresh interval",
"description": "Interval in milliseconds."
}
},
"media-mini": {
"hide-mode": {
"label": "Hiding mode",
"description": "Controls how the widget behaves when no media is playing."
},
"show-album-art": {
"label": "Show album art",
"description": "Display the album artwork for the currently playing track."
},
"show-visualizer": {
"label": "Show visualizer",
"description": "Display an audio visualizer when music is playing."
},
"visualizer-type": {
"label": "Visualizer type",
"description": "Choose the style of audio visualizer to display."
},
"scrolling-mode": {
"label": "Scrolling mode",
"description": "Control when text scrolling is enabled for long track titles."
},
"no-active-player": "No active player"
},
"clock": {
"use-primary-color": {
"label": "Use primary color",
"description": "When enabled, this applies the primary color for emphasis."
},
"use-monospaced-font": {
"label": "Use monospaced font",
"description": "When enabled, the clock will use the monospaced font."
},
"use-custom-font": {
"label": "Use custom font",
"description": "Override the default font selection with a custom font for the clock."
},
"custom-font": {
"label": "Custom font",
"description": "Select a custom font for the clock display.",
"placeholder": "Select custom font...",
"search-placeholder": "Search fonts..."
},
"clock-display": {
"label": "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."
},
"horizontal-bar": {
"label": "Horizontal bar",
"description": "Tip: Use \\n to create a line break."
},
"vertical-bar": {
"label": "Vertical bar",
"description": "Use a space to separate each part onto a new line."
},
"preview": "Preview"
},
"taskbar": {
"hide-mode": {
"label": "Hiding mode",
"description": "Controls how the widget behaves when there are no matching windows."
},
"only-active-workspaces": {
"label": "Only from active workspaces",
"description": "Show only apps from active workspaces."
},
"only-same-output": {
"label": "Only from same output",
"description": "Show only apps from the output where the bar is located."
},
"colorize-icons": {
"label": "Colorize Icons",
"description": "Apply theme colors to taskbar icons."
}
},
"tray": {
"colorize-icons": {
"label": "Colorize Icons",
"description": "Apply theme colors to tray icons."
}
}
}
},
"notifications": {
"panel": {
"title": "Notifications",
"no-notifications": "No notifications",
"description": "Your notifications will show up here as they arrive.",
"click-to-expand": "Click to expand"
}
},
"wallpaper": {
"panel": {
"title": "Wallpaper selector",
"apply-all-monitors": {
"label": "Apply to all monitors",
"description": "Apply selected wallpaper to all monitors at once."
},
"search": "Search:"
},
"transitions": {
"none": "None",
"random": "Random",
"fade": "Fade",
"disc": "Disc",
"stripes": "Stripes",
"wipe": "Wipe"
},
"fill-modes": {
"center": "Center",
"crop": "Crop (Fill)",
"fit": "Fit (Contain)",
"stretch": "Stretch"
},
"no-match": "No match found.",
"no-wallpaper": "No wallpaper found.",
"try-different-search": "Try a different search query.",
"configure-directory": "Configure your wallpaper directory with images."
},
"bluetooth": {
"panel": {
"title": "Bluetooth",
"disabled": "Bluetooth is disabled",
"enable-message": "Enable Bluetooth to see available devices.",
"connected-devices": "Connected devices",
"known-devices": "Known devices",
"available-devices": "Available devices",
"scanning": "Scanning for devices...",
"pairing-mode": "Make sure your device is in pairing mode."
}
},
"wifi": {
"panel": {
"title": "Wi-Fi",
"disabled": "Wi-Fi is disabled",
"enable-message": "Enable Wi-Fi to see available networks.",
"searching": "Searching for nearby networks...",
"connected": "Connected",
"disconnecting": "Disconnecting...",
"forgetting": "Forgetting...",
"saved": "Saved",
"disconnect": "Disconnect",
"enter-password": "Enter password...",
"connect": "Connect",
"password": "Password",
"forget-network": "Forget this network?",
"forget": "Forget",
"no-networks": "No networks found",
"scan-again": "Scan again"
}
},
"tooltips": {
"refresh": "Refresh",
"close": "Close",
"refresh-wallpaper-list": "Refresh wallpaper list",
"refresh-devices": "Refresh devices",
"forget-network": "Forget network",
"clear-history": "Clear history",
"delete-notification": "Delete notification",
"previous-month": "Previous month",
"next-month": "Next month",
"add-widget": "Add widget",
"widget-settings": "Widget settings",
"remove-widget": "Remove widget",
"move-to-left-section": "Move to left section",
"move-to-center-section": "Move to center section",
"move-to-right-section": "Move to right section",
"open-settings": "Open settings",
"session-menu": "Session Menu",
"cancel-timer": "Cancel timer",
"start-screen-recording": "Start screen recording",
"stop-screen-recording": "Stop screen recording",
"screen-recorder-not-installed": "Screen recorder is not installed",
"keep-awake": "Keep awake",
"enable-keep-awake": "Enable keep awake",
"disable-keep-awake": "Disable keep awake",
"wallpaper-selector": "Left click: Open wallpaper selector.\nRight click: Set random wallpaper.",
"do-not-disturb-enabled": "'Do not disturb' enabled",
"do-not-disturb-disabled": "'Do not disturb' disabled",
"connect-disconnect-devices": "Left click to connect. Right click to forget.",
"set-power-profile": "Set \"{profile}\" power profile",
"switch-to-light-mode": "Switch to light mode",
"switch-to-dark-mode": "Switch to dark mode",
"night-light-disabled": "Night light is disabled.\nLeft click to cycle mode.\nRight click to access settings.",
"night-light-enabled": "Night light is enabled.\nLeft click to cycle mode.\nRight click to access settings.",
"night-light-forced": "Night light is forced.\nLeft click to cycle mode.\nRight click to access settings.",
"night-light-not-installed": "Night light is not available.\nwlsunset is not installed.",
"click-to-start-recording": "Click to start recording",
"click-to-stop-recording": "Click to stop recording",
"open-control-center": "Open control center",
"volume-at": "Volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
"microphone-volume-at": "Microphone volume at {volume}%\nLeft click to toggle mute. Right click for settings.\nScroll to modify volume.",
"manage-wifi": "Manage Wi-Fi",
"bluetooth-devices": "Bluetooth devices",
"open-notification-history-enable-dnd": "Open notification history\nRight-click to enable \"Do not disturb\".",
"open-notification-history-disable-dnd": "Open notification history\nRight-click to disable \"Do not disturb\".",
"open-wallpaper-selector": "Open wallpaper selector",
"previous-media": "Previous media",
"pause": "Pause",
"play": "Play",
"next-media": "Next media",
"power-profile": "'{profile}' power profile",
"keyboard-layout": "{layout} keyboard layout"
},
"clock": {
"tooltip": "Open calendar"
},
"calendar": {
"panel": {
"week": "Week"
},
"weather": {
"loading": "Loading weather…"
}
},
"dock": {
"menu": {
"focus": "Focus",
"pin": "Pin",
"unpin": "Unpin",
"close": "Close"
}
},
"launcher": {
"pin": "Pin to dock",
"unpin": "Unpin from dock"
},
"placeholders": {
"search-icons": "e.g., noctalia, niri, battery, cloud",
"profile-picture-path": "/home/user/.face",
"enter-width-pixels": "Enter width in pixels",
"enter-command": "Enter command to execute (app or custom script)",
"command-example": "echo \"Hello World\"",
"search-wallpapers": "Type to filter wallpapers...",
"search-launcher": "Search entries... or use > for commands",
"search": "Search...",
"select": "Select",
"cancel": "Cancel",
"test": "Test"
},
"options": {
"bar": {
"position": {
"top": "Top",
"bottom": "Bottom",
"left": "Left",
"right": "Right"
},
"density": {
"mini": "Mini",
"compact": "Compact",
"default": "Default",
"comfortable": "Comfortable"
}
},
"launcher": {
"position": {
"center": "Center (default)",
"top_left": "Top left",
"top_right": "Top right",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"bottom_center": "Bottom center",
"top_center": "Top center",
"center_left": "Left center",
"center_right": "Right center"
}
},
"control-center": {
"position": {
"close_to_bar_button": "Close to bar button",
"top_left": "Top left",
"top_right": "Top right",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"bottom_center": "Bottom center",
"top_center": "Top center",
"center": "Center"
},
"quickSettingsStyle": {
"modern": "Modern",
"classic": "Classic",
"compact": "Compact"
}
},
"osd": {
"position": {
"top_left": "Top left",
"top_right": "Top right",
"top_center": "Top center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
"bottom_center": "Bottom center",
"center_left": "Left center",
"center_right": "Right center"
}
},
"display-mode": {
"on-hover": "On hover",
"always-show": "Always show",
"always-hide": "Always hide",
"force-open": "Force Open"
},
"workspace-labels": {
"none": "None",
"index": "Index",
"name": "Name"
},
"visualizer-types": {
"none": "None",
"linear": "Linear",
"mirrored": "Mirrored",
"wave": "Wave"
},
"scrolling-modes": {
"always": "Scroll Always",
"hover": "Scroll On Hover",
"never": "Never Scroll"
},
"hide-modes": {
"visible": "Always Visible",
"hidden": "Hide When Empty",
"transparent": "Transparent When Empty"
},
"frame-rates": {
"fps": "{fps} FPS"
},
"screen-recording": {
"sources": {
"portal": "Portal",
"screen": "Screen"
},
"quality": {
"medium": "Medium",
"high": "High",
"very-high": "Very high",
"ultra": "Ultra"
},
"color-range": {
"limited": "Limited",
"full": "Full"
},
"audio-sources": {
"system-output": "System output",
"microphone-input": "Microphone input",
"both": "System output + microphone input"
}
}
},
"session-menu": {
"title": "Session Menu",
"action-in-seconds": "{action} in {seconds} seconds...",
"lock": "Lock",
"lock-and-suspend": "Lock and Suspend",
"suspend": "Suspend",
"reboot": "Reboot",
"logout": "Logout",
"shutdown": "Shutdown"
},
"plugins": {
"applications": "Applications",
"clipboard": "Clipboard history",
"calculator": "Calculator",
"clipboard-search-description": "Search clipboard history",
"clipboard-clear-description": "Clear all clipboard history",
"clipboard-history-disabled": "Clipboard history disabled",
"clipboard-history-disabled-description": "Enable clipboard history in settings or install cliphist",
"clipboard-clear-history": "Clear clipboard history",
"clipboard-clear-description-full": "Remove all items from clipboard history",
"clipboard-loading": "Loading clipboard history...",
"clipboard-loading-description": "Please wait",
"calculator-description": "Calculator - evaluate mathematical expressions",
"calculator-name": "Calculator",
"calculator-enter-expression": "Enter a mathematical expression",
"calculator-error": "Error"
},
"system": {
"uptime": "Uptime: {uptime}",
"welcome-back": "Welcome back,",
"monitor-description": "{model} ({width}x{height} @ {scale}x)",
"scaling-percentage": "{percentage}%",
"location-display": "{name} ({coordinates})",
"signal-strength": "{signal}%",
"cpu-temperature": "{temp}°C",
"disk-usage": "{percent}%",
"widget-settings-title": "{widget} Settings",
"unknown-app": "Unknown App",
"no-media-player-detected": "No media player detected",
"user-requested": "User requested",
"unknown": "Unknown",
"unknown-version": "Unknown",
"unknown-layout": "Unknown"
},
"lock-screen": {
"password": "Enter your password...",
"welcome-back": "Welcome back,",
"authenticating": "Authenticating...",
"authentication-failed": "Authentication failed",
"shut-down": "Shut down",
"restart": "Restart",
"suspend": "Suspend"
},
"quickSettings": {
"notifications": {
"label": {
"enabled": "Notifications",
"disabled": "Do Not Disturb"
},
"tooltip": {
"action": "Left click: Open notification history\nRight click: Toggle Do Not Disturb"
}
},
"screenRecorder": {
"label": {
"recording": "Stop",
"stopped": "Record"
},
"tooltip": {
"action": "Click to start/stop screen recording"
}
},
"powerProfile": {
"label": {
"unavailable": "Power Profile"
},
"tooltip": {
"action": "Click to cycle power profile"
}
},
"wifi": {
"label": {
"ethernet": "Ethernet",
"wifi": "Wi-Fi",
"disconnected": "Wi-Fi Disconnected"
},
"tooltip": {
"action": "Click to manage Wi-Fi connections"
}
},
"bluetooth": {
"label": {
"enabled": "Bluetooth",
"disabled": "Bluetooth"
},
"tooltip": {
"action": "Click to manage Bluetooth devices"
}
},
"nightLight": {
"label": {
"enabled": "Night Light",
"forced": "Night Light",
"disabled": "Night Light"
},
"tooltip": {
"action": "Click to cycle Night Light mode\nRight click: Open settings"
}
},
"wallpaperSelector": {
"label": "Wallpaper",
"tooltip": {
"action": "Left click: Open wallpaper selector\nRight click: Set random wallpaper"
}
},
"keepAwake": {
"label": {
"enabled": "Keep Awake",
"disabled": "Keep Awake"
},
"tooltip": {
"action": "Click to toggle keep awake mode"
}
}
},
"toast": {
"night-light": {
"enabled": "Enabled",
"disabled": "Disabled",
"not-installed": "wlsunset not installed",
"forced": "Forced activation",
"normal": "Normal mode"
},
"keep-awake": {
"enabled": "Enabled",
"disabled": "Disabled"
},
"wallpaper-colors": {
"enabled": "Wallpaper colors enabled",
"disabled": "Wallpaper colors disabled",
"not-installed": "Matugen not installed - required for wallpaper color extraction"
},
"recording": {
"stopping": "Stopping recording…",
"started": "Recording started",
"saved": "Recording saved",
"failed-start": "Failed to start recording",
"failed-gpu": "gpu-screen-recorder exited unexpectedly.",
"failed-general": "The recorder exited with an error.",
"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."
},
"clipboard": {
"unavailable": "Clipboard history unavailable",
"unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features."
},
"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."
},
"wifi": {
"enabled": "Enabled",
"disabled": "Disabled",
"connected": "Connected to '{ssid}'",
"disconnected": "Disconnected from '{ssid}'"
},
"bluetooth": {
"enabled": "Enabled",
"disabled": "Disabled"
},
"kofi": {
"opened": "Ko-fi page opened in your browser"
},
"do-not-disturb": {
"enabled": "'Do not disturb' enabled",
"disabled": "'Do not disturb' disabled",
"enabled-desc": "You'll find these notifications in your history.",
"disabled-desc": "Showing all notifications."
},
"power-profile": {
"changed": "Power profile changed",
"profile-name": "\"{profile}\""
},
"audio": {
"muted": "Muted",
"unmuted": "Unmuted"
},
"battery": {
"low": "Low battery",
"low-desc": "Battery is at {percent}%. Please connect the charger."
},
"battery-manager": {
"title": "Battery threshold",
"set-success-desc": "Battery threshold set to {percent}%",
"initial-setup": "Initial setup required",
"set-failed": "Failed to set battery threshold",
"install-success": "Installed successfully",
"install-missing": "Required files are missing",
"install-unsupported": "System is not supported",
"install-failed": "Installation failed",
"uninstall-setup": "Uninstalling, authentication required",
"uninstall-success": "Uninstalled successfully",
"uninstall-failed": "Uninstallation failed"
},
"missing-control-center": {
"label": "Last Control Center widget removed",
"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."
}
},
"weather": {
"clear-sky": "Clear sky",
"mainly-clear": "Mainly clear",
"partly-cloudy": "Partly cloudy",
"overcast": "Overcast",
"fog": "Fog",
"drizzle": "Drizzle",
"snow": "Snow",
"rain-showers": "Rain showers",
"thunderstorm": "Thunderstorm",
"unknown": "Unknown"
},
"authentication": {
"failed": "Authentication failed",
"error": "Authentication error"
},
"general": {
"no-results": "No results",
"no-summary": "No summary",
"unknown": "Unknown"
},
"battery": {
"no-battery-detected": "No battery detected.",
"charging-rate": "Charging rate: {rate} W.",
"discharging-rate": "Discharging rate: {rate} W.",
"charging": "Charging.",
"discharging": "Discharging.",
"plugged-in": "Plugged in.",
"idle": "Idle.",
"time-left": "Time left: {time}.",
"time-until-full": "Time until full: {time}.",
"health": "Health: {percent}%",
"panel": {
"title": "Charge threshold",
"full": "Full capacity ({percent}%)",
"balanced": "Balanced ({percent}%)",
"lifespan": "Extended lifespan ({percent}%)",
"disabled": "Battery manager disabled"
}
},
"setup": {
"customize": {
"header": "Customize your experience",
"subheader": "Adjust bar position, density, scaling and more."
},
"appearance": {
"header": "Appearance",
"subheader": "Choose dark mode and color sources (Matugen or predefined)."
},
"wallpaper": {
"header": "Choose your wallpaper",
"subheader": "Set the mood with a beautiful background.",
"select-prompt": "Select a wallpaper below",
"preview-error": "Failed to load image",
"none-in-dir": "No wallpapers found in directory",
"no-dir": "No wallpaper directory selected",
"no-valid": "No valid image files found in: {dir}",
"choose-dir": "Choose a directory containing your wallpaper images",
"dir": {
"label": "Wallpaper directory",
"description": "Choose the folder containing your wallpapers",
"browse": "Browse for wallpaper folder",
"select-title": "Select wallpaper folder"
}
},
"welcome": {
"note": "Just a few basics to get you started - full options are in Settings"
}
}
}